@font-face {
  font-family: "Cabinet Grotesk Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Cabinet Grotesk Regular"), url("/fonts/CabinetGrotesk-Regular.woff") format("woff");
}
@font-face {
  font-family: "Cabinet Grotesk Thin";
  font-style: normal;
  font-weight: normal;
  src: local("Cabinet Grotesk Thin"), url("/fonts/CabinetGrotesk-Thin.woff") format("woff");
}
@font-face {
  font-family: "Cabinet Grotesk Extralight";
  font-style: normal;
  font-weight: normal;
  src: local("Cabinet Grotesk Extralight"), url("/fonts/CabinetGrotesk-Extralight.woff") format("woff");
}
@font-face {
  font-family: "Cabinet Grotesk Light";
  font-style: normal;
  font-weight: normal;
  src: local("Cabinet Grotesk Light"), url("/fonts/CabinetGrotesk-Light.woff") format("woff");
}
@font-face {
  font-family: "Cabinet Grotesk Medium";
  font-style: normal;
  font-weight: normal;
  src: local("Cabinet Grotesk Medium"), url("/fonts/CabinetGrotesk-Medium.woff") format("woff");
}
@font-face {
  font-family: "Cabinet Grotesk Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Cabinet Grotesk Bold"), url("/fonts/CabinetGrotesk-Bold.woff") format("woff");
}
@font-face {
  font-family: "Cabinet Grotesk Extrabold";
  font-style: normal;
  font-weight: normal;
  src: local("Cabinet Grotesk Extrabold"), url("/fonts/CabinetGrotesk-Extrabold.woff") format("woff");
}
@font-face {
  font-family: "Cabinet Grotesk Black";
  font-style: normal;
  font-weight: normal;
  src: local("Cabinet Grotesk Black"), url("/fonts/CabinetGrotesk-Black.woff") format("woff");
}
* {
  padding: 0;
  margin: 0;
}

body, html {
  font-family: "Cabinet Grotesk Regular";
  color: #000;
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}

section {
  padding: 50px 0;
}

.containter {
  overflow: hidden;
}

.container-sm {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

button:focus {
  outline: none;
}

.navbar-brand {
  font-family: Caveat;
  font-size: 20px;
  color: #fff !important;
}

.navbar-toggler {
  border-color: transparent;
}
.navbar-toggler span {
  display: block;
  background-color: #000957;
  height: 2px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 4px;
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
}
.navbar-toggler span:nth-child(1) {
  width: 10px;
}
.navbar-toggler span:nth-child(3) {
  width: 10px;
  float: right;
  margin-top: 1px;
}
.navbar-toggler:hover span:nth-child(odd) {
  width: 25px;
}

.navbar-light {
  background-color: #FBFDFE;
}
.navbar-light .navbar-brand img {
  height: 60px;
}
.navbar-light .navbar-nav .nav-link {
  font-weight: 600;
  padding: 20px;
  font-size: 14px;
  color: #000957;
}
.navbar-light .navbar-nav .nav-link:hover {
  text-decoration: underline;
}
.navbar-light .navbar-nav .link-btn {
  background-color: #FFEC00;
  border-color: #FFEC00;
  color: #000957;
  margin: 0px;
}
.navbar-light .navbar-nav .link-btn:hover {
  background-color: #7EB928;
  border-color: #7EB928;
  color: #fff;
  text-decoration: none;
}
.navbar-light .navbar-nav span {
  color: #B0B4BE;
  display: flex;
  align-items: center;
}

.navbar-toggler {
  display: flex;
  align-items: center;
}

nav.scrolled {
  background: #3D4D28;
}

.burger {
  float: right;
  height: 25px;
  width: 25px;
}
.burger span {
  transition: 0.1s;
}

.burger-text {
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #000957;
}

nav.scrolled .navbar-nav .nav-link,
nav.scrolled .navbar-brand {
  color: #fff !important;
}

.container-sm {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.btn {
  font-size: 24px;
  transition: 0.4s;
  border-radius: 9999px;
  padding: 30px 50px;
  font-weight: 600;
  margin-bottom: 10px;
}

.btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus, .show > .btn.dropdown-toggle:focus,
.btn:not(:disabled):not(.disabled).active, .btn:focus, .btn:active, .btn:hover {
  outline: 0 none !important;
  box-shadow: none;
  background-color: #98EE69;
  border-color: #98EE69;
  color: #fff;
  box-shadow: none;
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #F7F7F5;
  border: #F7F7F5;
}
.btn-primary.disabled:hover, .btn-primary:disabled:hover {
  background-color: #F7F7F5;
  border: #F7F7F5;
}

.btn-primary {
  background-color: #FFEC00;
  border: 1px solid #FFEC00;
  color: #000957;
}
.btn-primary:hover {
  background-color: #7EB928;
  border: 1px solid #7EB928;
  color: #fff;
}
.btn-primary:hover p {
  color: #fff;
}

.btn-secondary {
  background-color: #000957;
  border: 1px solid #000957;
  color: #fff;
}
.btn-secondary:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #3D4D28;
}

a, a:hover {
  text-decoration: none;
  color: #000957;
}

p {
  font-size: 24px;
  line-height: 1.8;
  color: #000957;
}

h1 {
  font-size: 64px;
  font-weight: 700;
  line-height: 0.9;
  margin-bottom: 20px;
  color: #000957;
}

h2 {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 30px;
}

h3, .title-h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}

ul, li {
  list-style-type: none;
  padding-left: 0px;
  line-height: 2;
  font-size: 14px;
}

.text-link {
  text-decoration: underline;
}

header {
  position: relative;
  padding: 120px 0;
  background-color: #FBFDFE;
}
header h1 {
  margin-bottom: 0px;
}

#subpage {
  overflow: hidden;
}

.article {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.article .article-block-image {
  height: 300px;
  overflow: hidden;
  border-radius: 20px;
}
.article .article-block-content {
  display: flex;
  position: absolute;
  margin-top: 30px;
  padding: 15px;
}
.article .article-block-content h3 {
  background: #fff;
  color: #000;
  padding: 10px 15px;
  border-radius: 5px;
}
.article img {
  transition: 0.3s;
  height: 100%;
  width: auto;
}
.article:hover img {
  transform: scale(1.2);
}

footer {
  background: #000957;
  color: #fff;
  padding: 30px;
}
footer a {
  color: #000957;
}
footer a:hover {
  text-decoration: none;
}

.categories-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 40px auto;
  max-width: 820px;
  padding: 0;
}
.categories-list li {
  margin: 0 8px 16px;
}
.categories-list li a {
  background-color: #fff8ee;
  border: 2px solid #fff8ee;
  border-radius: 100px;
  color: #141412;
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 24px;
  padding: 8px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: border-color 0.2s ease;
}
.categories-list li a:hover {
  border: 2px solid #ff8f67;
}

.progress {
  background-color: #fadccc;
  width: 100%;
  border-radius: 10px;
  display: block;
  height: 8px;
}
.progress-meter {
  background-color: #e66d45;
  border-radius: 10px;
  display: block;
  height: 8px;
}

.price {
  font-size: 24px;
}
.price .cross {
  text-decoration: line-through;
  font-size: 16px;
}
.price .save {
  font-size: 16px;
}

.numbers {
  font-size: 24px;
  margin-bottom: 30px;
}
.numbers span {
  font-size: 16px;
  display: block;
}

#instafeed {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 0 3px;
  margin-left: auto;
  margin-right: auto;
}

.instagrid .instagram-photo {
  flex: 1 1 33%;
  padding: 10px;
  position: relative;
}

.instagrid .instagram-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  max-height: 300px;
  border-radius: 5px;
}

.akce {
  background-color: #000957;
  color: #fff;
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 20px;
}
.akce-small {
  display: block;
  font-size: 14px;
}
.akce #countdown {
  font-weight: 700;
}

.garance {
  background-color: #fffbec;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.garance-img {
  width: 30%;
  margin-right: 10px;
}
.garance-img img {
  max-height: 100px;
}
.garance-in {
  display: flex;
  flex-direction: column;
}
.garance-in span {
  font-size: 22px;
  font-weight: 600;
}
.garance-in p {
  margin-bottom: 0px;
  line-height: 1.3;
  font-size: 18px;
}

form {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
}

.rating {
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
  align-items: center;
}
.rating-value {
  font-size: 16px;
  font-weight: 600;
}

.stars {
  margin-right: 10px;
}

.fill-yellow-500 {
  fill: #eab308;
  stroke: none;
}

.bonus {
  background-color: #E2EEEE;
  border-radius: 100px;
  padding: 5px 20px;
  display: flex;
  align-items: center;
}
.bonus p {
  margin-bottom: 0px;
  color: #0E927D;
  font-size: 16px;
  font-weight: 600;
}

.reviws-item {
  background-color: #fffbec;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 10px;
}
.reviws-item p {
  font-size: 18px;
}

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 80%;
  width: 100%;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper .swiper-button-prev, .swiper .swiper-container-rtl .swiper-button-next,
.swiper .swiper-button-next, .swiper .swiper-container-rtl .swiper-button-prev {
  background: #7EB928;
  color: #fff;
  border-radius: 100%;
  height: 50px;
  width: 50px;
}
.swiper .swiper-button-prev:after, .swiper .swiper-container-rtl .swiper-button-next:after,
.swiper .swiper-button-next:after, .swiper .swiper-container-rtl .swiper-button-prev:after {
  font-size: 20px;
}

.mySwiper .swiper-slide:hover {
  cursor: pointer;
}

.alert-warning {
  background-color: #FFEC00;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .navbar {
    border-bottom: none;
  }
  .navbar-light .navbar-toggler {
    border: none;
  }
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  p {
    font-size: 16px;
  }
  .btn {
    font-size: 18px;
    padding: 15px 30px;
  }
  header {
    padding-top: 100px;
  }
  #subpage {
    padding-top: 0px;
  }
  .counter .number {
    font-size: 34px;
  }
  .bonus p {
    font-size: 12px;
  }
  .garance-in span {
    font-size: 18px;
  }
  .rating {
    flex-direction: column;
    align-items: start;
  }
}
@media (max-width: 576px) {
  .navbar-brand {
    font-size: 16px;
  }
  .burger-text {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */