:root {
  --bg-body: #f9f7f6;
  --light-bg: #fff;
  --dark-bg: #1f72a3;
  --link_color: var(--dark-bg);
  --text-color: #333333;
  --font-base: "Rubik", sans-serif;
  --font-condensed: "Rubik", sans-serif;
}
/* rubik-regular - latin */
@font-face {
  font-display: optional;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url('/font/rubik-v31-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* rubik-700 - latin */
@font-face {
  font-display: optional;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  src: url('/font/rubik-v31-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
#headerTop {
  overflow: hidden;
  height: 32px;
}
.header_top_fade {
  position: relative;
}
.header_top_item {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  animation: headerFade 12s infinite;
}
.header_top_item:nth-child(2) {
  animation-delay: 4s;
}
.header_top_item:nth-child(3) {
  animation-delay: 8s;
}
@keyframes headerFade {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  28% {
    opacity: 1;
  }
  33.33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
body {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}
.breadcrumb_wrapper {
  visibility: hidden;
}
#headerSection {
  height: 70px;
}
#headerSection .wrapper_logo {
  position: relative;
  bottom: 6px;
}
.btn {
  color: #fff;
}
.btn:hover {
  background: hsl(202, 68%, 31%);
  border-color: hsl(202, 68%, 31%);
  filter: none;
}
.btn_cart.btn_orange {
  background: var(--dark-bg);
  border-color: var(--dark-bg);
  padding: 12px 24px;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.btn_cart.btn_orange:hover {
  background: hsl(202, 68%, 31%);
  border-color: hsl(202, 68%, 31%);
  filter: none;
}
.check_list li:before {
  color: #303030;
}
.green {
  color: #047a48 !important;
}
body {
  font-size: 15px;
}
.box_white,
.bg_opt_white {
  background: var(--light-bg) !important;
}
.bg_opt_white {
  padding: 16px;
}
.petonus_pV16 {
  padding-bottom: 24px !important;
  padding-top: 24px !important;
}
.ec_container {
  margin-top: 16px;
  margin-right: auto;
  margin-left: 0;
}
#footer .bg_dark {
  background: var(--bg-body) !important;
  color: var(--text-color);
}
#footer .bg_dark .white,
#footer .bg_dark .white a {
  color: #707070 !important;
}
#footer .usp_headline {
  color: var(--dark-bg);
}
#footer .border-top {
  border-top: 1px solid white;
}
.usp_headline {
  color: var(--dark-bg);
  font-size: 20px;
  margin-bottom: 5px;
}
.wrap-article .btn {
  font-size: 18px;
  line-height: 1.4em;
  margin: auto;
  padding: 8px 16px;
  box-shadow: 2px 2px 1px #00000029;
  font-weight: normal;
  border-width: 2px !important;
  max-width: 360px;
}
@media (max-width: 900px) {
  .opener_img {
    min-height: 347px;
    object-fit: cover;
    object-position: 62%;
    padding-top: 80px;
    opacity: 0.16;
  }
}
.h2 {
  color: #1f72a3;
  font-size: 28px;
  line-height: 1.2;
}
.known_from {
  filter: grayscale(100%);
}
.known_from:hover {
  filter: unset;
}
@media (min-width: 901px) {
  #footer_space {
    margin-top: 300px;
  }
  .head_nav .wrapper_fw li {
    width: 33.3333%;
  }
}
/* Procave Product Detail Page Styles */
.shop_product_detail {
  background: #fff;
}
.detail_usps {
  margin-top: 0;
  font-size: 18px;
}
.detail_usps .pV4 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.thin {
  border-bottom: none;
}
.round_35 {
  border-radius: 35px !important;
}
.swiper-pagination,
.add-wishlist {
  display: none;
}
.shipping_wrap {
  padding: 0 0 0 8px;
  margin-top: 0;
}
.shipping_wrap .shipping_detail {
  display: none;
}
.detail_title {
  font-weight: 700;
  color: #333;
}
.detail_price_wrap .btn {
  border-radius: 25px;
  font-size: 18px;
  padding: 14px 24px;
}
.detail_price_wrap .price_final {
  color: var(--dark-bg);
  font-size: 24px;
  font-weight: 700;
}
.procave_discount_badge {
  display: inline-block;
  background: #e85a4f;
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  margin-left: 8px;
}
.procave_payment_icons_row {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.procave_payment_icon {
  border-radius: 4px;
  height: 20px;
  width: auto;
  margin: 0;
}
.procave_info_bullets {
  font-size: 14px;
  line-height: 1.6;
}
.procave_info_bullet {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 0;
}
.procave_green_dot {
  color: #22c55e;
  font-size: 10px;
}
.procave_info_icon {
  color: #666;
  width: 18px;
}
.procave_flag_icon {
  vertical-align: middle;
}
.procave_usp_row .col {
  text-align: center;
}
.procave_usp_row img {
  margin: 0 auto;
}
@media (max-width: 900px) {
  #headerSection .wrapper_logo {
    bottom: 5px;
  }
}
@media (min-width: 901px) {
  .detail_title,
  .price_final {
    font-size: 28px !important;
    line-height: 1.3;
  }
}
/*# sourceMappingURL=procave.map */