/* Root */
:root {
  --dark-blue-color: #081B39;
  --darker-light-blue: #C7ECF7;
  --soft-blue-bg: #CFE2EA;
  --sand-color: #F2DEB9;
  --cta-green-color: #2FB67A;
  --orange-color: #ffa500;
}

/* Dimensies */
@media (min-width: 1600px) {
  .extended-container {
    width: 1600px;
    max-width: 100%;
  }
}
@media (max-width: 1600px) {
  .extended-container {
    width: 100%;
    padding: 0 15px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1400px;
    max-width: 100%;
  }
}
/* Body // Global */
body {
  background: var(--light-blue-color);
}

section#wrapper {
  background: var(--light-blue-color);
}

.underline {
  text-decoration: underline;
}

/* Header */
body:not(#product) header#header {
  box-shadow: unset;
}

/* Header ~ Header Nav */
header#header div.header__nav div.single__usp div.usp__name {
  font-size: 0.85em;
}
header#header div.header__nav span#currency-selector-label {
  font-size: 0.85em;
}

/* Header ~ Header Top */
header#header div.header__top div.grid-container {
  grid-gap: 50px;
  grid-template-columns: auto 1fr auto;
}
@media (max-width: 1050px) {
  header#header div.header__top div.grid-container {
    grid-gap: 15px;
  }
}
header#header div.header__top div.grid-container div#search_widget {
  width: 100%;
  min-width: unset;
}
header#header div.header__top div.grid-container div.header__action a:focus {
  outline: unset;
}
header#header div.header__top div.grid-container div.header__action div.text__container span.text__label {
  font-weight: normal;
  text-transform: unset;
}

/* Header ~ Menu */
div.header__menu div.ets_mm_megamenu div.ets_mm_megamenu_content li.mm_menus_li a .mm_menu_content_title {
  font-size: 0.85rem;
  font-weight: normal;
}

/* Index */
body#index section#main {
  display: grid;
  grid-template-columns: 100%;
}
body#index section#wrapper > div.container {
  width: unset;
}

/* Index ~ Sections */
section.margin-section {
  margin: 35px auto 0 auto;
}
section.margin-section div.heading__block {
  display: flex;
}
section.margin-section div.heading__block:not(.align-center) {
  justify-content: space-between;
  align-items: baseline;
}
section.margin-section div.heading__block.align-center {
  justify-content: center;
}
section.margin-section div.heading__block .h3 {
  font-size: 1.65em;
  color: var(--dark-blue-color) !important;
}
section.margin-section div.heading__block + div.content__block {
  margin-top: 15px;
}

section.container .container {
  padding-left: unset;
  padding-right: unset;
}

section.seperator__block hr {
  background: rgba(8, 27, 57, 0.1);
}

/* Index ~ Slides */
section#slider__block {
  margin-top: unset;
}
@media (max-width: 991px) {
  section#slider__block {
    margin-top: 25px;
  }
  section#slider__block div#carousel {
    left: unset !important;
    width: 100% !important;
    margin-left: unset !important;
    padding-bottom: unset !important;
    margin-bottom: unset;
  }
}
section#slider__block li.carousel-item figure {
  display: grid;
  grid-template-columns: 100%;
}
section#slider__block li.carousel-item figure img {
  border-radius: 10px;
}
section#slider__block li.carousel-item figure > * {
  grid-row: 1;
  grid-column: 1;
}
section#slider__block li.carousel-item figure figcaption.caption {
  position: relative;
  top: unset !important;
  bottom: unset !important;
  left: unset !important;
  max-width: 425px !important;
  width: 100% !important;
  margin: auto;
}
section#slider__block li.carousel-item figure figcaption.caption .legend__desc {
  display: grid;
  text-align: center;
}
section#slider__block li.carousel-item figure figcaption.caption h2 {
  font-size: 45px !important;
  word-break: break-word;
  text-align: center;
  text-shadow: unset !important;
  background: linear-gradient(#EAF9FF, #30AAD3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media (max-width: 1050px) {
  section#slider__block li.carousel-item figure figcaption.caption h2 {
    font-size: 25px !important;
  }
}

/* Index ~ Intro blocks */
section#banner__block div.grid-container {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1050px) {
  section#banner__block div.grid-container {
    grid-template-columns: 100%;
  }
}
section#banner__block .banner_inner {
  display: grid;
  grid-template-columns: 100%;
  background: var(--sand-color);
  border-radius: 10px;
  width: 100%;
  height: 215px;
}
@media (max-width: 1050px) {
  section#banner__block .banner_inner {
    height: auto;
  }
}
section#banner__block .banner_inner > * {
  grid-row: 1;
  grid-column: 1;
}
section#banner__block .banner_inner div.banner__image img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1050px) {
  section#banner__block .banner_inner div.banner__image {
    display: flex;
  }
  section#banner__block .banner_inner div.banner__image img {
    max-height: 125px;
    width: auto;
    margin-left: auto;
  }
}
section#banner__block .banner_inner div.banner__text {
  display: grid;
  grid-template-columns: 100%;
  margin: auto 0;
  z-index: 2;
  padding: 25px 15px;
  max-width: 60%;
}
section#banner__block .banner_inner div.banner__text .h4 {
  font-size: 1.5em;
  color: var(--dark-blue-color);
}
section#banner__block .banner_inner div.banner__text .dummy__link {
  display: flex;
  grid-gap: 15px;
  margin-top: 25px;
  color: var(--dark-blue-color);
}
section#banner__block .banner_inner div.banner__text .dummy__link span.icon {
  display: grid;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 25px;
  background: rgba(8, 27, 57, 0.3);
  border-radius: 50%;
}

/* Index ~ Cat blocks */
section#cat__block div.main__container {
  display: grid;
  grid-template-columns: 100%;
}
section#cat__block div.main__container > * {
  grid-row: 1;
  grid-column: 1;
}
section#cat__block div.main__container div.control-cnt {
  margin: auto 0;
}
section#cat__block div.main__container div.control-cnt div.swiper__controls {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
}
section#cat__block div.main__container div.control-cnt div.swiper__button {
  position: relative;
  z-index: 20;
  display: grid;
  align-items: center;
  justify-content: center;
  background: var(--normal-blue-color);
  padding: 10px;
  width: 35px;
  aspect-ratio: 1/1;
  border: 2px solid #ffffff;
  border-radius: 50%;
}
section#cat__block div.main__container div.control-cnt div.swiper__button svg path {
  fill: #ffffff;
}
section#cat__block div.swiper-wrapper:not([id]) {
  grid-gap: 15px;
}
section#cat__block div.swiper-wrapper:not([id]) div.swiper-slide {
  margin-right: unset !important;
}
@media (min-width: 100px) {
  section#cat__block div.swiper-wrapper:not([id]) div.swiper-slide {
    max-width: calc(66.66% - 15px);
    flex: 0 0 calc(66.66% - 15px);
  }
}
@media (min-width: 850px) {
  section#cat__block div.swiper-wrapper:not([id]) div.swiper-slide {
    max-width: calc(40% - 15px);
    flex: 0 0 calc(40% - 15px);
  }
}
@media (min-width: 1500px) {
  section#cat__block div.swiper-wrapper:not([id]) div.swiper-slide {
    max-width: calc(16.66% - 12.5px);
    flex: 0 0 calc(16.66% - 12.5px);
  }
}
section#cat__block div.inner-category {
  padding: 25px;
  background: var(--darker-light-blue);
  border-radius: 10px;
  height: 260px;
  max-width: 310px;
}
section#cat__block div.inner-category img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
section#cat__block div.inner-category a.cat__link {
  display: grid;
  justify-content: center;
  text-align: center;
  color: var(--dark-blue-color);
  margin-top: 25px;
}
section#cat__block div.inner-category a.cat__link:focus {
  text-shadow: unset;
}

/* Product sections & Product Miniatures */
div.products {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1300px) {
  div.products {
    grid-template-columns: repeat(2, calc(50% - 7.5px));
  }
}

/* Product sections & Product Miniatures -- Fixes */
article.product-miniature.js-product-miniature {
  margin-bottom: unset !important;
}
article.product-miniature.js-product-miniature a:focus {
  outline: unset !important;
}
article.product-miniature.js-product-miniature div.thumbnail-container {
  width: 100% !important;
  height: unset !important;
  box-shadow: unset !important;
}
article.product-miniature.js-product-miniature div.product-description {
  width: 100% !important;
}

/* Product sections & Product Miniatures -- Layout */
article.product-miniature.js-product-miniature {
  border-radius: 10px;
  border: 1px solid var(--soft-blue-bg);
}
article.product-miniature.js-product-miniature div.thumbnail-container {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  padding: 15px;
}
article.product-miniature.js-product-miniature ul.product-flags {
  margin: 15px auto 0 15px;
}
article.product-miniature.js-product-miniature ul.product-flags li.product-flag {
  margin-right: auto;
  width: unset !important;
  min-width: unset;
  background: var(--darker-light-blue);
  color: var(--normal-blue-color) !important;
  border-radius: 7px;
  padding: 10px;
  font-size: 0.85em;
}
article.product-miniature.js-product-miniature ul.product-flags li.product-flag:first-of-type {
  margin-top: unset;
}
article.product-miniature.js-product-miniature ul.product-flags li.product-flag.unavailable {
  background: var(--sand-color);
  color: var(--orange-color) !important;
}
article.product-miniature.js-product-miniature button.wishlist-button-add {
  top: unset;
  right: 0;
  background: var(--soft-blue-bg);
  border-radius: 7px;
  margin: 0 15px 0 0;
}
article.product-miniature.js-product-miniature button.wishlist-button-add i {
  font-size: 15px;
  color: var(--dark-blue-color);
}
article.product-miniature.js-product-miniature div.product-description {
  margin-top: 15px;
  padding: 0 0 15px 0;
}
article.product-miniature.js-product-miniature div.price-cart-cnt {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 1fr auto;
  margin-top: auto;
}
article.product-miniature.js-product-miniature div.price-cart-cnt .quantity_form button {
  display: grid;
  align-items: center;
  justify-content: center;
  background: var(--cta-green-color);
  padding: unset;
  height: 40px;
  aspect-ratio: 1/1;
}
article.product-miniature.js-product-miniature div.price-cart-cnt .quantity_form button:disabled {
  background: var(--sand-color);
  border-color: var(--sand-color);
}
article.product-miniature.js-product-miniature div.price-cart-cnt .quantity_form button i {
  font-size: 15px;
  margin: unset;
}
article.product-miniature.js-product-miniature div.price-cart-cnt .quantity_form button .label {
  display: none;
}
article.product-miniature.js-product-miniature div.product-availability-date {
  font-weight: normal;
  color: var(--dark-blue-color);
  text-align: unset !important;
}
article.product-miniature.js-product-miniature div.product-availability-date label {
  color: var(--dark-blue-color);
  text-align: unset !important;
}
article.product-miniature.js-product-miniature div.product-availability-date span {
  text-align: unset !important;
}

/* Index ~ Outline banners */
section#banner_outline__block {
  display: grid;
  grid-template-columns: 100%;
  overflow: hidden;
}
section#banner_outline__block > * {
  grid-row: 1;
  grid-column: 1;
}
section#banner_outline__block div.bg__layer {
  background: var(--dark-blue-color);
  background: radial-gradient(#18ACDD, #081B39);
  border-radius: 20px;
  width: 100%;
}
section#banner_outline__block div.grid-container {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(3, calc(33% - 10px));
  z-index: 3;
  padding: 90px 0;
}
@media (max-width: 1600px) {
  section#banner_outline__block div.grid-container {
    padding: 90px 35px;
  }
}
@media (max-width: 1050px) {
  section#banner_outline__block div.grid-container {
    padding: 35px;
    grid-template-columns: 100%;
    width: 100%;
  }
}
section#banner_outline__block div.grid-container::after {
  content: unset;
}
section#banner_outline__block .banner_inner {
  display: block;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 35px;
}
section#banner_outline__block .banner_inner:focus,
section#banner_outline__block .banner_inner a:focus {
  outline: unset;
}
section#banner_outline__block .banner_inner div.banner__image img {
  width: 100%;
  height: auto;
}
section#banner_outline__block .banner_inner div.banner__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 15px;
  margin-top: 35px;
}
section#banner_outline__block .banner_inner div.banner__heading .h4 {
  font-size: 1.25em;
  color: var(--dark-blue-color);
}
section#banner_outline__block .banner_inner div.banner__heading .dummy__link {
  display: flex;
  grid-gap: 15px;
  color: var(--dark-blue-color);
}
section#banner_outline__block .banner_inner div.banner__heading .dummy__link span.icon {
  display: grid;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 35px;
  background: var(--normal-blue-color);
  border-radius: 50%;
}
section#banner_outline__block .banner_inner div.banner__desc {
  margin-top: 15px;
  color: rgba(8, 27, 57, 0.5);
}
@media (min-width: 1050px) {
  section#banner_outline__block .banner_inner div.banner__desc {
    min-height: 65px;
  }
}
section#banner_outline__block .banner_inner div.banner__desc * {
  color: rgba(8, 27, 57, 0.5);
}

/* Index ~ About block */
section#about__block div.banner_inner {
  display: grid;
  grid-gap: 35px;
  grid-template-columns: 1fr 385px;
  background: #ffffff;
  padding: 25px;
  border: 1px solid var(--soft-blue-bg);
  border-radius: 10px;
}
@media (max-width: 1300px) {
  section#about__block div.banner_inner {
    grid-template-columns: 100%;
  }
}
section#about__block div.banner_inner div.banner__text .h3 {
  font-size: 1.35em;
  color: var(--dark-blue-color) !important;
  margin-bottom: 15px;
}
section#about__block div.banner_inner div.banner__text div.banner__desc {
  margin-top: 15px;
  color: var(--dark-blue-color);
}
section#about__block div.banner_inner div.banner__text div.banner__desc * {
  color: var(--dark-blue-color);
}
section#about__block div.banner_inner div.banner__image {
  display: grid;
  grid-template-columns: 100px calc(100% - 100px);
}
section#about__block div.banner_inner div.banner__image div.arrow_cnt {
  display: grid;
  align-items: center;
  justify-content: center;
}
section#about__block div.banner_inner div.banner__image div.arrow_cnt .name {
  font-size: 25px;
  font-weight: 700;
  color: var(--normal-blue-color);
  margin-top: auto;
}
section#about__block div.banner_inner div.banner__image div.arrow_cnt svg {
  margin-bottom: auto;
}
section#about__block div.banner_inner div.banner__image div.about__image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  max-width: 285px;
}

/* Index ~ Review block */
@media (max-width: 1050px) {
  section#review__block div.heading__block {
    flex-direction: column;
  }
}
section#review__block .swiper-wrapper:not([id]) {
  grid-gap: 15px;
}
section#review__block .swiper-wrapper:not([id]) div.swiper-slide {
  margin-right: unset !important;
}
@media (min-width: 100px) {
  section#review__block .swiper-wrapper:not([id]) div.swiper-slide {
    max-width: calc(66.66% - 15px);
    flex: 0 0 calc(66.66% - 15px);
  }
}
@media (min-width: 1050px) {
  section#review__block .swiper-wrapper:not([id]) div.swiper-slide {
    max-width: calc(40% - 15px);
    flex: 0 0 calc(40% - 15px);
  }
}
@media (min-width: 1300px) {
  section#review__block .swiper-wrapper:not([id]) div.swiper-slide {
    max-width: calc(25% - 11.25px);
    flex: 0 0 calc(25% - 11.25px);
  }
}
section#review__block div.single-review {
  display: flex;
  grid-gap: 15px;
  flex-direction: column;
  border: 1px solid var(--soft-blue-bg);
  border-radius: 10px;
  background: #ffffff;
  padding: 30px;
}
section#review__block div.single-review div.review-header {
  display: grid;
  grid-column-gap: 15px;
  grid-template-columns: auto 1fr;
  color: var(--dark-blue-color);
}
section#review__block div.single-review div.review-header .author_bubble {
  display: grid;
  align-items: center;
  justify-content: center;
  grid-row: span 2;
  aspect-ratio: 1/1;
  width: 45px;
  border-radius: 50%;
  padding: 10px;
  font-size: 0.9em;
}
section#review__block div.single-review div.review-header .author_bubble.bubble-color-1 {
  background: rgba(41, 163, 32, 0.2);
}
section#review__block div.single-review div.review-header .author_bubble.bubble-color-2 {
  background: rgba(240, 156, 42, 0.2);
}
section#review__block div.single-review div.review-header .author_bubble.bubble-color-3 {
  background: rgba(163, 32, 138, 0.2);
}
section#review__block div.single-review div.review-header .author_bubble.bubble-color-4 {
  background: rgba(32, 118, 163, 0.2);
}
section#review__block div.single-review div.review-header span.date {
  color: rgba(8, 27, 57, 0.5);
}
section#review__block div.single-review div.review-body {
  color: var(--dark-blue-color);
  font-size: 0.85em;
  height: 145px;
  overflow: hidden;
}
section#review__block div.single-review div.review-body * {
  color: var(--dark-blue-color);
}
