@charset "UTF-8";
*, *::after, *::before {
  box-sizing: border-box;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.CookieDeclaration {
  display: none !important;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://cosibella.mom/data/designs/smarty/15_250/gfx/pol/montserrat-v26-latin_latin-ext-300.woff2);
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://cosibella.mom/data/designs/smarty/15_250/gfx/pol/montserrat-v26-latin_latin-ext-regular.woff2);
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://cosibella.mom/data/designs/smarty/15_250/gfx/pol/montserrat-v26-latin_latin-ext-500.woff2);
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://cosibella.mom/data/designs/smarty/15_250/gfx/pol/montserrat-v26-latin_latin-ext-700.woff2);
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://cosibella.mom/gfx/pol/inter-v3-latin-ext_latin-regular.woff2) format("woff2"), url(https://cosibella.mom/gfx/pol/inter-v3-latin-ext_latin-regular.woff) format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://cosibella.mom/gfx/pol/inter-v3-latin-ext_latin-600.woff2) format("woff2"), url(https://cosibella.mom/gfx/pol/inter-v3-latin-ext_latin-600.woff) format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://cosibella.mom/gfx/pol/inter-v3-latin-ext_latin-700.woff2) format("woff2"), url(https://cosibella.mom/gfx/pol/inter-v3-latin-ext_latin-700.woff) format("woff");
}
@font-face {
  font-family: "FontAwesome";
  src: url(https://cosibella.mom/gfx/pol/fontello.eot);
  src: url(https://cosibella.mom/gfx/pol/fontello.eot#iefix) format("embedded-opentype"), url(https://cosibella.mom/gfx/pol/fontello.woff?v=2) format("woff"), url(https://cosibella.mom/gfx/pol/fontello.ttf) format("truetype"), url(https://cosibella.mom/gfx/pol/fontello.svg#fontello) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Montserrat", "Arial", sans-serif !important;
  overflow-x: hidden !important;
}

html {
  font-size: 10px;
}

h1 {
  font-size: 3.6rem;
  font-weight: 700;
}
@media (min-width: 1200px) {
  h1 {
    font-size: 4.7rem;
    line-height: 5.2rem;
  }
}

h2 {
  font-size: 3rem;
  line-height: 3.2rem;
  font-weight: 700;
}
@media (min-width: 1200px) {
  h2 {
    font-size: 3.6rem;
    line-height: 4rem;
  }
}

h3 {
  font-size: 2.1rem;
  line-height: 2.8rem;
  font-weight: 700;
}
@media (min-width: 1200px) {
  h3 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}

.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn {
  display: flex;
  font-family: "Inter", "Arial", sans-serif;
  justify-content: center;
  align-items: center;
  padding: 1.3rem 3.2rem;
  text-transform: uppercase;
  border: 1px solid #000 !important;
  background-color: #000;
  color: #fff;
  transition: 0.3s;
  font-size: 1.4rem;
  border-radius: 2.4rem;
}
.btn:hover {
  background-color: #fff;
  color: #000;
}
.btn--reverse {
  background-color: #fff;
  color: #000;
}
.btn--reverse:hover {
  background-color: #000;
  color: #fff;
}
.btn--disabled {
  border: 1px solid #9E9E9E !important;
  background-color: #9E9E9E;
  color: #C4C4C4;
  cursor: not-allowed !important;
}
.btn--disabled:hover {
  background-color: #fff;
}
.btn--tag {
  padding: 0rem;
  border: 1px solid #ffffff !important;
  text-decoration: underline;
}
.btn--tag:hover {
  background-color: #ffffff;
  color: #2f2f2f;
  text-decoration: none;
}
.btn--main {
  padding: 1.1rem 3.2rem;
}
.btn--main:hover {
  background-color: inherit;
}
.btn.load-more {
  padding: 1rem 2.5rem;
  width: 17.3rem;
  margin: 0 auto 3rem;
}
.btn.load-more--new {
  border: 1px solid #fff !important;
  background: #fff;
  color: #000;
  text-align: center;
  text-transform: none;
  margin: 0 35% !important;
}
.btn.load-more--new::after {
  content: "";
  width: 1.2rem;
  height: 1rem;
  background-image: url("https://cosibella.mom/data/include/cms/CMS/img/arrow.svg?v=1716490069247");
  background-size: 100%;
  background-repeat: no-repeat;
  margin-left: 1rem;
  transform: rotate(180deg);
}
.btn.load-more > .btn-spinner {
  display: none;
}
.btn.load-more.--loading > .btn-text {
  display: none;
}
.btn.load-more.--loading > .btn-spinner {
  display: block;
}
.btn[data-product-id].--loading {
  position: relative;
}
.btn.--loading::after, .btn.--loading::before {
  content: "";
  position: absolute;
}
.btn.--loading::after {
  z-index: 2;
  top: 0;
  left: 0;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background: inherit;
}
.btn.--loading::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  border: 0.3rem solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: 1s rotation linear infinite;
  z-index: 3;
}
.btn.--loading:hover::before {
  border: 0.3rem solid #000;
  border-bottom-color: transparent;
}

@keyframes rotation {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.tag--list {
  gap: 0.5rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 3.2rem 0;
}

.posts {
  position: relative;
  z-index: 0;
  padding-bottom: 3rem;
  max-width: 117rem;
  margin: 0 auto;
}
.posts__box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .posts {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5%;
  }
}
.posts--h2 {
  padding-top: 3.2rem;
}
.posts--h2 span {
  background-color: transparent;
}
@media (min-width: 768px) {
  .posts--h2 {
    padding-top: 6rem;
  }
}
.posts::before {
  content: "";
  background-color: #F5F5F5;
  position: absolute;
  z-index: -5;
  width: 100vw;
  height: 100%;
  display: block;
  left: 50%;
  margin-left: -50vw;
}
.posts__list {
  padding: 3.2rem 0 5rem;
}
.posts__list--related {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.posts__list--category > li {
  max-width: 55rem;
}
.posts__item {
  border-radius: 2rem;
  background: #F9F9F9;
  box-shadow: 0px 9px 21px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row-reverse;
  max-width: 34rem;
  padding: 1.6rem;
  align-items: center;
  gap: 1rem;
  margin: 1rem;
}
@media (min-width: 768px) {
  .posts__item {
    max-width: 37rem;
    gap: 2rem;
  }
}
@media (min-width: 768px) {
  .posts__item--related {
    margin-bottom: 0;
    border-radius: 10px;
    background: #F9F9F9;
    box-shadow: 0px 9px 21px 0px rgba(0, 0, 0, 0.1);
    padding: 1.6rem;
  }
}
.posts__item--img {
  width: 16rem;
  height: 16rem;
  border-radius: 1.6rem;
  margin-bottom: 0.8rem;
}
.posts__item--p {
  font-size: 1rem;
  line-height: 1.3rem;
  margin-right: 1rem !important;
}
.posts__item--title {
  display: block;
  font-size: 1.6rem;
  line-height: 2rem;
  margin: 0.8rem 0rem;
  flex: 1 1 70px;
  font-weight: 600;
  color: #212529;
}
.posts__item--excerpt {
  margin-bottom: 0.8rem;
  line-height: 1.2;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .posts__item--excerpt {
    font-size: 1.6rem;
  }
}
.posts__item--link {
  display: block;
  margin-top: 1.6rem;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.25px;
  font-weight: 400;
  text-decoration: underline;
}
.posts__item--btn {
  background-color: #fff;
  color: #000;
  padding: 1rem 2rem;
  width: 16rem;
  margin: 0 auto;
}
.posts__item--btn:hover {
  background-color: #000;
  color: #fff;
}
.posts .related-posts--h2 {
  padding-top: 4rem;
}
@media (min-width: 768px) {
  .posts .related-posts--h2 {
    padding-top: 6rem;
  }
}

.main-posts__list .posts__list {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .--mobile {
    display: none;
  }
}

.--desktop {
  display: none;
}
@media (min-width: 768px) {
  .--desktop {
    display: block;
  }
}

.cat__name {
  font-size: 1.6rem;
  font-weight: 700;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #F5F5F7;
}
.cat__list {
  font-size: 1.6rem;
}
.cat-item {
  padding: 0.5rem 0;
}
.cat-item.current-cat {
  text-decoration: underline;
}

.harmony__item--more {
  display: none;
}
.harmony__item--more.--active {
  display: block;
}
.harmony__item--heading {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  justify-content: space-between;
}
.harmony__item--heading::after {
  content: url("https://cosibella.mom/data/include/cms/CMS/praca/Vector.svg?v=1644332124324");
  transform: rotate(180deg);
  transition: 0.3s;
}
.harmony__item--heading.--active::after {
  transform: rotate(0);
}
@media (min-width: 768px) {
  .harmony__item--heading {
    cursor: pointer;
  }
}

.footer_menu .menu > .menu-item > a, .footer_contact .menu > .menu-item > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_menu .menu > .menu-item > a::after, .footer_contact .menu > .menu-item > a::after {
  content: "\e8ae";
  font-family: FontAwesome;
  font-size: 0.75rem;
  font-weight: 400;
  transition: 0.3s;
  background: #464646;
  background-size: 1.2rem;
  color: #fff;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .footer_menu .menu > .menu-item > a::after, .footer_contact .menu > .menu-item > a::after {
    display: none;
  }
}
.footer_menu .menu > .menu-item > a.--active::after, .footer_contact .menu > .menu-item > a.--active::after {
  transform: rotate(180deg);
}

.slick-slider {
  position: relative;
  overflow: visible !important;
}
.slick-track {
  overflow: hidden !important;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  overflow: hidden;
  border: none;
}
.slick-arrow::before {
  content: "\e8a7";
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: "FontAwesome";
  font-size: 15px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  border: 1px solid #000;
  top: 0;
  left: 0;
}
.slick-arrow:hover::before {
  background-color: #000;
  color: #fff;
}
.slick-prev {
  left: -4rem;
}
.slick-prev::before {
  transform: rotate(180deg);
}
.slick-next {
  right: -4rem;
}
@media (max-width: 768px) {
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }
}

.comments-wp-discuz {
  max-width: 90%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .comments-wp-discuz {
    max-width: 75rem;
  }
}
@media (min-width: 768px) {
  .comments-wp-discuz--wrapper {
    align-items: center;
  }
}

.nocomments {
  margin-top: 3rem !important;
}

.pld-like-dislike-wrap {
  margin-bottom: 0 !important;
  margin-left: 2rem !important;
}
.pld-like-wrap.pld-common-wrap {
  position: relative;
}
.pld-like-count-wrap.pld-count-wrap {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 2.1rem;
}

.cosiHotspot {
  min-height: 40rem;
  position: relative;
}

.cosiHotspot .btn-spinner {
  display: none;
  width: 4rem !important;
  height: 4rem !important;
  position: absolute;
  top: 50%;
  left: 50%;
}

.cosiHotspot.--loading .btn-spinner {
  display: inline-block;
}

.slick-disabled {
  display: none !important;
}

@media (min-width: 768px) {
  .products {
    width: 90%;
    margin: 0 auto;
  }
}

.product {
  display: flex !important;
  flex-direction: column !important;
  justify-content: start !important;
  height: auto !important;
  padding-bottom: 2rem !important;
  box-sizing: border-box !important;
  border: 1px solid transparent !important;
  margin: 0rem 0.5rem !important;
  min-height: auto !important;
  position: relative;
  background: #fff;
  border-radius: 2rem;
}

.product__icon {
  aspect-ratio: 1/1 !important;
  display: flex !important;
  align-items: end !important;
  justify-content: center !important;
  width: 100% !important;
  max-height: 350px;
}

.product__name {
  text-decoration: none !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  display: block !important;
  margin-bottom: 2rem !important;
  font-size: 1.4rem !important;
  line-height: 22px !important;
  text-align: center !important;
  min-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.product__prices {
  font-size: 1.6rem !important;
  text-align: center !important;
  font-weight: 600 !important;
  margin-bottom: 50px;
}

.product__btn {
  padding: 0.5rem !important;
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 80%;
  margin: 0 auto;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: 0.3s !important;
  text-decoration: none !important;
}

.product:hover .product__btn {
  opacity: 1 !important;
  visibility: visible !important;
}

@media (min-width: 769px) {
  .product:hover {
    border: 1px solid rgb(225, 166, 166) !important;
  }
}
.slick-slide {
  height: auto !important;
}

@media (max-width: 768px) {
  .product__btn {
    font-size: 1.2rem !important;
    top: 90%;
  }
  .product .product__btn {
    opacity: 1 !important;
    visibility: visible !important;
    max-width: 30rem;
    height: 4rem;
  }
}
.slick-dots {
  display: flex;
  gap: 2rem;
  justify-content: center;
}
.slick-dots li {
  font-size: 1.4rem;
  line-height: 2.4rem;
  flex: 0 0 1rem;
  cursor: pointer;
}
.slick-dots li button {
  display: none;
}
.slick-dots li::marker {
  color: #EEE;
  font-size: 25px;
}

.slick-slide img {
  max-width: 100% !important;
  max-height: 43rem;
  border-radius: 2rem;
}

.slick-dots li.slick-active::marker {
  color: #bebebe;
  font-size: 25px;
}

.scroll_top {
  display: none;
  background: #fff;
  border: 1px solid #eee;
  bottom: 10rem;
  right: 10rem;
  font-size: 14px;
  height: 4rem;
  width: 4rem;
  position: fixed;
  z-index: 999;
  border-radius: 50%;
}
.scroll_top::before {
  content: "\e8a7";
  position: absolute;
  font-family: "FontAwesome";
  font-size: 1.5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.scroll_top:hover {
  border: 1px solid #fccdc7;
  background: #fccdc7;
}
.scroll_top.--active {
  display: block;
}

.breadcrumbs {
  padding: 1.6rem 0 1.6rem 2.1rem;
  font-size: 1.4rem;
  white-space: nowrap;
  overflow: auto;
}
.breadcrumbs::-webkit-scrollbar-thumb {
  background-color: grey;
  border-radius: 2rem;
}
.breadcrumbs::-webkit-scrollbar-track, .breadcrumbs::-webkit-scrollbar-button {
  display: none;
}
.breadcrumbs::-webkit-scrollbar {
  height: 0.5rem;
}
.breadcrumbs_list {
  display: flex;
}
.breadcrumbs_list--item:not(:last-child) {
  padding-right: 1.6rem;
}
@media (min-width: 768px) {
  .breadcrumbs_list--item:not(:last-child):hover {
    text-decoration: underline;
  }
}
.breadcrumbs_list--item:not(:first-child) {
  padding-left: 1.6rem;
}
.breadcrumbs_list--item:last-child {
  color: grey;
}
.breadcrumbs i.fa.fa-arrow-right {
  color: #cfcfcf;
}
@media (min-width: 768px) {
  .breadcrumbs {
    padding: 1.6rem 0;
  }
}

.pagination {
  gap: 1rem;
  padding: 1rem 0;
}
.pagination .page-numbers {
  font-size: 1.6rem;
  color: #9e9e9e;
}
.pagination .page-numbers.current {
  color: #000;
}
.pagination .page-numbers.prev::before, .pagination .page-numbers.next::before {
  content: "\e8ae";
  font-family: FontAwesome;
  color: #000;
  width: 3.7rem;
  height: 3.7rem;
  border-radius: 50%;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.pagination .page-numbers.prev:hover::before, .pagination .page-numbers.next:hover::before {
  background-color: #000;
  color: #fff;
}
.pagination .page-numbers.prev::before {
  transform: rotate(90deg);
}
.pagination .page-numbers.next::before {
  transform: rotate(-90deg);
}

.modal {
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5019607843);
  position: fixed;
  top: 0;
  left: 0;
}
.modal__content {
  width: 90%;
  padding: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 2rem;
}
@media (min-width: 768px) {
  .modal__content {
    width: 96rem;
  }
}
.modal__close::before {
  content: "\e880";
  font-family: fontAwesome;
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 2.4rem;
  cursor: pointer;
}
.modal__heading {
  font-size: 2.4rem;
  font-weight: 500;
  padding: 1rem 0;
  text-align: center;
}
@media (min-width: 768px) {
  .modal__heading {
    font-size: 3.8rem;
    font-weight: 700;
    margin-bottom: 2.4rem;
  }
}
.modal__product {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-bottom: 6rem;
}
@media (min-width: 768px) {
  .modal__product {
    flex-direction: row;
    justify-content: space-between;
    max-width: 76rem;
    margin: 0 auto;
  }
}
.modal__product_icon img {
  width: 8rem;
}
@media (min-width: 768px) {
  .modal__product_icon img {
    width: 12.8rem;
  }
}
.modal__product_name, .modal__product_price {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .modal__product_name, .modal__product_price {
    font-size: 1.6rem;
  }
}
.modal__product_name {
  font-weight: 400;
  line-height: 2.2rem;
}
@media (min-width: 768px) {
  .modal__product_name {
    flex: 1;
  }
}
.modal__product_price {
  font-weight: 700;
}
@media (min-width: 768px) {
  .modal__buttons {
    max-width: 45.5rem;
    margin: 0 auto;
  }
}
.modal__buttons .btn {
  width: 100%;
}
.modal__buttons .btn:first-child {
  margin-bottom: 1.5rem;
}

.newsletter {
  position: relative;
  color: #1C1F20;
  gap: 2.4rem;
  padding: 5rem;
}
@media (min-width: 768px) {
  .newsletter {
    padding: 7rem;
  }
}
.newsletter::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  margin-left: -50vw;
  left: 50%;
  top: 0;
  background: #e0cfc1;
  z-index: -1;
}
.newsletter_title {
  font-weight: 700;
  text-align: center;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .newsletter_title {
    font-size: 2.2rem;
  }
}
.newsletter_txt {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 140%;
  max-width: 76rem;
}
@media (min-width: 768px) {
  .newsletter_txt {
    font-size: 1.8rem;
  }
}
.newsletter_form {
  position: relative;
  z-index: 2;
  width: 100%;
}
@media (min-width: 768px) {
  .newsletter_form {
    max-width: 67rem !important;
  }
}
.newsletter_inputs_group {
  margin: 0;
  width: 100%;
  position: relative;
}
.newsletter_inputs_group_feedback {
  position: relative;
}
.newsletter_inputs_group_feedback_control {
  height: 4.8rem;
  padding: 0.6rem 2rem;
  border-radius: 30px;
  width: 100%;
  font-size: 1.4rem;
  background: #fff;
  border: none;
  outline: none;
  box-shadow: none;
}
.newsletter_inputs_group_feedback_control::placeholder {
  color: #595858;
  font-size: 1.4rem;
}
.newsletter_inputs_pp {
  font-size: 1.4rem;
  line-height: 2rem;
}
.newsletter_inputs_pp_label {
  padding-left: 5rem;
  cursor: pointer;
  display: inline-block;
  max-width: 100%;
}
.newsletter_inputs_pp_label a {
  text-decoration: underline !important;
}
.newsletter_inputs_pp_label input[type=checkbox] {
  opacity: 0;
  position: absolute;
  left: 1.5rem;
  top: 0;
  width: 2rem;
  height: 2rem;
}
.newsletter_inputs_pp_label_checkmark {
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.newsletter_inputs_pp_label_checkmark::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: 0 0;
  border: 1px solid #000;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.2rem;
}
.newsletter_inputs_pp_label_checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 0.7rem;
  top: 0.4rem;
  width: 0.6rem;
  height: 1rem;
  border: solid #000;
  border-width: 0 0.2rem 0.2rem 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .newsletter_inputs_pp_label_checkmark::after {
  display: block;
}
.newsletter_submit {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  padding: 0;
  background: #1C1F20;
  border: 1px solid #1C1F20;
  color: #fff;
  font-size: 1.2rem;
  transition: 0.3s background-color ease, 0.3s color ease;
}
.newsletter_submit:hover {
  background-color: #fff;
  color: #1C1F20;
}
@media (min-width: 768px) {
  .newsletter_submit {
    position: static;
    width: auto;
    height: 4.82rem;
    line-height: unset;
    border-radius: 3rem;
    margin-left: 2rem;
    white-space: nowrap;
    padding: 1.4rem 5rem;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    background: 0 0;
    border: 1px solid #000;
    color: #000;
    transition: 0.3s background-color ease, 0.3s color ease;
  }
  .newsletter_submit:hover {
    background-color: #1C1F20;
    color: #fff;
  }
}

.icon-right {
  font-family: FontAwesome !important;
  font-weight: 400;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}
.icon-right::before {
  content: "\e8a7";
}

.popup-message {
  text-align: left;
  position: sticky;
  top: 2rem;
  right: 2rem;
  padding: 2.4rem;
  font-size: 1.4rem;
  font-weight: 600;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateY(-10px);
  z-index: 9999;
}
@media (min-width: 768px) {
  .popup-message {
    text-align: center;
  }
}
.popup-message.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.popup-message.success {
  color: rgb(49, 61, 36);
  background: rgb(216, 223, 207);
}
.popup-message.error {
  color: rgb(144, 31, 45);
  background: rgb(255, 239, 238);
}

.footer {
  padding: 3rem 0;
  position: relative;
}
@media (min-width: 768px) {
  .footer {
    padding: 7rem 0 3rem;
  }
}
.footer::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  margin-left: -50vw;
  left: 50%;
  top: 0;
  background: #1c1f20;
  z-index: -1;
}
.footer_wrapper {
  flex-direction: column;
  margin: 0 auto;
  max-width: 300px;
}
@media (min-width: 768px) {
  .footer_wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 100%;
    gap: 2rem;
  }
}

.menu-item {
  color: #fff;
}

@media (min-width: 768px) {
  .menu-footer-container > .menu, .menu-information-container > .menu {
    display: flex;
  }
}
.menu-footer-container > .menu > .menu-item, .menu-information-container > .menu > .menu-item {
  padding: 1.5rem 0;
  border-top: 1px solid #464646;
}
@media (min-width: 768px) {
  .menu-footer-container > .menu > .menu-item, .menu-information-container > .menu > .menu-item {
    border: none;
    padding: 0 2rem;
    width: 24rem;
    line-height: 1.4;
  }
}
.menu-footer-container > .menu > .menu-item .sub-menu, .menu-information-container > .menu > .menu-item .sub-menu {
  margin-top: 1.5rem;
  display: none;
}
@media (min-width: 768px) {
  .menu-footer-container > .menu > .menu-item .sub-menu, .menu-information-container > .menu > .menu-item .sub-menu {
    display: block;
  }
}
.menu-footer-container > .menu > .menu-item .sub-menu .menu-item, .menu-information-container > .menu > .menu-item .sub-menu .menu-item {
  font-size: 1.4rem;
  transition: 0.3s;
}
.menu-footer-container > .menu > .menu-item .sub-menu .menu-item:not(:last-child), .menu-information-container > .menu > .menu-item .sub-menu .menu-item:not(:last-child) {
  margin-bottom: 1rem;
}
.menu-footer-container > .menu > .menu-item .sub-menu .menu-item:hover, .menu-information-container > .menu > .menu-item .sub-menu .menu-item:hover {
  color: #fccdc7;
}
.menu-footer-container > .menu > .menu-item > a, .menu-information-container > .menu > .menu-item > a {
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .menu-footer-container > .menu > .menu-item > a, .menu-information-container > .menu > .menu-item > a {
    cursor: text;
  }
}

.menu-social-media-menu-container, .menu-countries-container {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .menu-social-media-menu-container, .menu-countries-container {
    margin-top: 0;
  }
}
.menu-social-media-menu-container > .menu > .menu-item, .menu-countries-container > .menu > .menu-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .menu-social-media-menu-container > .menu > .menu-item, .menu-countries-container > .menu > .menu-item {
    align-items: flex-start;
    width: auto;
    padding: 0 2rem;
  }
}
.menu-social-media-menu-container > .menu > .menu-item > a, .menu-countries-container > .menu > .menu-item > a {
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .menu-social-media-menu-container > .menu > .menu-item > a, .menu-countries-container > .menu > .menu-item > a {
    cursor: text;
  }
}
.menu-social-media-menu-container > .menu > .menu-item > .sub-menu, .menu-countries-container > .menu > .menu-item > .sub-menu {
  margin-top: 1.8rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 0px 20px;
  justify-content: center;
}
@media (min-width: 768px) {
  .menu-social-media-menu-container > .menu > .menu-item > .sub-menu, .menu-countries-container > .menu > .menu-item > .sub-menu {
    gap: 2rem;
  }
}
.menu-social-media-menu-container > .menu > .menu-item > .sub-menu li a span, .menu-countries-container > .menu > .menu-item > .sub-menu li a span {
  display: none;
}
.menu-social-media-menu-container > .menu > .menu-item > .sub-menu li a img, .menu-social-media-menu-container > .menu > .menu-item > .sub-menu li a i, .menu-countries-container > .menu > .menu-item > .sub-menu li a img, .menu-countries-container > .menu > .menu-item > .sub-menu li a i {
  width: 4rem;
  height: 4rem;
}
@media (min-width: 768px) {
  .menu-social-media-menu-container > .menu > .menu-item > .sub-menu li a img, .menu-countries-container > .menu > .menu-item > .sub-menu li a img {
    transition: 0.3s;
  }
  .menu-social-media-menu-container > .menu > .menu-item > .sub-menu li a img:hover, .menu-countries-container > .menu > .menu-item > .sub-menu li a img:hover {
    opacity: 0.7;
  }
}
.menu-social-media-menu-container > .menu > .menu-item > .sub-menu li a i, .menu-countries-container > .menu > .menu-item > .sub-menu li a i {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s;
}
.menu-social-media-menu-container > .menu > .menu-item > .sub-menu li a i::before, .menu-countries-container > .menu > .menu-item > .sub-menu li a i::before {
  color: #1C1F20;
}
.menu-social-media-menu-container > .menu > .menu-item > .sub-menu li a i:hover, .menu-countries-container > .menu > .menu-item > .sub-menu li a i:hover {
  background: #fccdc7;
}

@media (min-width: 768px) {
  .menu-countries-container {
    margin-top: 6rem;
  }
}

@media (min-width: 768px) {
  .menu-social-media-container .sub-menu {
    flex-wrap: wrap;
  }
}

.footer_rights {
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
}
@media (min-width: 768px) {
  .footer_rights {
    text-align: left;
    padding: 0 2rem;
  }
}

.header {
  padding: 2.2rem 1.6rem;
  position: relative;
}
@media (min-width: 768px) {
  .header {
    padding: 2.5rem 0;
  }
}
.header_wrapper {
  display: flex;
  align-items: center;
  gap: 2.2rem;
}
@media (min-width: 768px) {
  .header_wrapper {
    justify-content: space-between;
  }
}
.header_logo {
  width: 14rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .header_logo {
    position: static;
    transform: translate(0);
    width: 20rem;
  }
}
.header_nav-icon, .header_search-icon, .header_fav-icon, .header_basket-icon {
  font-size: 2.1rem;
}
.header_basket-icon {
  margin-bottom: 0.3rem;
}
.header_basket-icon::before {
  content: "\e8a2";
  font-family: FontAwesome;
}
.header_nav {
  display: none;
  padding: 4rem;
  z-index: 3;
  width: 100vw;
  height: 120vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow: auto;
}
@media (min-width: 768px) {
  .header_nav {
    overflow: visible;
  }
}
.header_nav.active {
  display: block;
}
.header_nav-icon {
  z-index: 4;
}
.header_nav-icon.--close {
  display: none;
}
.header_nav-icon.--close.active {
  display: block;
}
.header_nav-icon.--open {
  display: none;
}
.header_nav-icon.--open.active {
  display: block;
}
@media (min-width: 768px) {
  .header_nav {
    display: block;
    height: auto;
    position: static;
    width: 100%;
    padding: 0;
    margin-top: 2rem;
  }
}
.header_search-icon {
  display: none;
}
.header_search-icon.active {
  display: block;
}

@media (min-width: 768px) {
  .menu-main-menu-container #menu-main-menu {
    display: flex;
    gap: 3.3rem;
    border-bottom: 1px solid #F5F5F7;
  }
}
.menu-main-menu-container .menu-item {
  color: #000;
}
.menu-main-menu-container .menu-item-has-children > a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-main-menu-container .menu-item-has-children > a::after {
  content: "\e8ae";
  font-family: FontAwesome;
  font-size: 1rem;
  font-weight: 400;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid #cfcfcf;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .menu-main-menu-container .menu-item-has-children > a::after {
    display: none;
  }
}
.menu-main-menu-container .menu-item-has-children > a.--active::after {
  transform: rotate(180deg);
}
.menu-main-menu-container > .menu > .menu-item {
  padding: 2rem 0;
  border-bottom: 1px solid #F5F5F7;
}
@media (min-width: 768px) {
  .menu-main-menu-container > .menu > .menu-item {
    padding: 1.5rem 0;
    border-bottom: none;
  }
  .menu-main-menu-container > .menu > .menu-item:hover > .sub-menu {
    display: flex;
  }
}
.menu-main-menu-container > .menu > .menu-item > a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .menu-main-menu-container > .menu > .menu-item > a {
    text-transform: lowercase;
    position: relative;
  }
  .menu-main-menu-container > .menu > .menu-item > a:hover::before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #000;
    bottom: -1.5rem;
    left: 0;
    position: absolute;
  }
}
.menu-main-menu-container > .menu > .menu-item > .sub-menu {
  display: none;
  margin-top: 2rem;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .menu-main-menu-container > .menu > .menu-item > .sub-menu {
    transition: 0.5s;
    position: absolute;
    left: 0;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 4rem;
    z-index: 2;
    margin-top: 0;
  }
  .menu-main-menu-container > .menu > .menu-item > .sub-menu::before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    margin-left: -50vw;
    left: 50%;
    top: 1.6rem;
    background: #fff;
    z-index: -1;
  }
}
.menu-main-menu-container > .menu > .menu-item > .sub-menu > .menu-item {
  padding: 0.75rem 0;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .menu-main-menu-container > .menu > .menu-item > .sub-menu > .menu-item {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-right: 2rem;
    padding-bottom: 2rem;
    font-size: 1.6rem;
    font-weight: 700;
  }
}
.menu-main-menu-container > .menu > .menu-item > .sub-menu > .menu-item > a:hover {
  text-decoration: underline;
}
.menu-main-menu-container > .menu > .menu-item > .sub-menu > a {
  display: block;
  padding-bottom: 0.75rem;
  color: #999;
}
@media (min-width: 768px) {
  .menu-main-menu-container > .menu > .menu-item > .sub-menu > a {
    display: none;
  }
}

.searchform {
  display: none;
  z-index: 4;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .searchform {
    display: block;
    position: static;
    height: auto;
    width: 100%;
  }
}
.searchform.active {
  display: block;
  padding: 10px 10px 0 0;
}
.searchform_wrapper {
  border-bottom: 1px solid #F5F5F7;
}
@media (min-width: 768px) {
  .searchform_wrapper {
    border: none;
    position: relative;
  }
}
.searchform_button {
  background: none;
  border: none;
  width: 5rem;
  height: 5rem;
}
.searchform_button::before {
  content: "";
  font-weight: 400;
  font-family: fontAwesome;
}
.searchform_button.--close::before {
  content: "\e8a6";
  font-size: 1.6rem;
}
.searchform_button.--reset::before {
  content: "\e880";
  font-size: 3rem;
}
.searchform_button.--submit {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.searchform_button.--submit.header_search-icon {
  position: static !important;
  transform: none !important;
  height: fit-content;
}
.searchform_button.--submit::before {
  content: "\e8bf";
  font-size: 2rem;
}
.searchform_input {
  width: 100%;
  padding: 2.5rem 2rem;
  border: none;
  height: 3.5rem;
  font-size: 1.4rem;
  box-shadow: none;
  outline: none;
}
@media (min-width: 768px) {
  .searchform_input {
    width: 40rem;
    border: 1px solid #000;
    border-radius: 2.4rem;
    height: 4rem;
    padding: 0 6rem 0 1.5rem;
    font-size: 1.2rem;
  }
}

.basket {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.header_basket {
  font-size: 1.4rem;
  font-weight: 700;
}

#basket_value {
  display: none;
  width: 6.5rem;
}
@media (min-width: 768px) {
  #basket_value {
    display: block;
  }
}

.post__header {
  max-width: 80%;
  margin: 0 auto;
  padding: 1.6rem 0;
}
@media (min-width: 768px) {
  .post__header {
    max-width: 100%;
  }
}
.post__header img {
  width: 100%;
  border-radius: 1.6rem;
}
.post__header--wrapper {
  justify-content: space-between;
  padding: 1.6rem 0;
  font-size: 1rem;
}
.post__header--h1 {
  text-align: center;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .post__header--h1 {
    text-align: left;
    padding: 3.3rem 0 2.1rem;
  }
}
.post__header--icons {
  margin-right: 1.2rem;
}
@media (min-width: 768px) {
  .post__header--icons {
    font-size: 1.6rem;
  }
}
.post__under-header--wrapper {
  flex-direction: column;
  align-items: start;
  justify-content: initial;
  flex: 1 1 100%;
  order: 1;
}
@media (min-width: 768px) {
  .post__under-header--wrapper {
    margin: 2rem auto 0;
    flex: 1 1 20%;
  }
}
.post__menu {
  padding: 0 1.5rem;
  box-shadow: 0 4px 21px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2rem;
  background: #F5F5F5;
  padding: 1.6rem;
  width: 100%;
  border: 8px solid #fff;
}
@media (min-width: 768px) {
  .post__menu {
    padding: 1.6rem;
  }
}
.post__menu--heading {
  font-size: 1.6rem;
  position: relative;
  font-weight: 600;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .post__menu--heading {
    font-size: 1.9rem;
    cursor: pointer;
  }
}
.post__menu--list a {
  font-size: 1.4rem;
}
.post__menu--list > li {
  font-size: 1.6rem;
  line-height: 1.8rem;
}
.post__menu--list > li:not(:last-child) {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .post__menu--list > li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .post__menu--list > li {
    padding: 0;
    font-size: 1.8rem;
  }
}
.post__author {
  gap: 3.2rem;
  padding: 1.6rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .post__author {
    margin: 0;
  }
}
.post__author--details {
  align-items: center !important;
}
@media (min-width: 768px) {
  .post__author--details {
    align-items: start !important;
    gap: 1rem !important;
  }
}
.post__author--name {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
}
.post__author--image {
  border-radius: 50%;
}
.post__author--date {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
}
.post__author--checked {
  font-size: 1.4rem;
  font-weight: 500;
}
.post__author--checked > a {
  font-size: 1.4rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .post__tag {
    max-width: 40%;
    margin: 0 auto;
  }
}
.post__wrapper {
  display: flex;
  gap: 1.6rem;
  flex-direction: column;
}
@media (min-width: 768px) {
  .post__wrapper {
    flex-direction: row;
  }
}
.post__trust-us {
  flex: 1 1 100%;
  order: 2;
  box-shadow: 0 9px 21px 0 rgba(0, 0, 0, 0.05);
  border: 8px solid #fff;
  border-radius: 2rem;
}
@media (min-width: 768px) {
  .post__trust-us {
    flex: 1 1 20%;
    order: 3;
    height: 100%;
  }
}
.post__trust-us > div {
  position: relative;
  border-radius: 10px;
  background: #F1F7FF;
  padding: 15px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .post__trust-us > div {
    cursor: default;
  }
}
.post__trust-us h2 {
  position: relative;
  margin: 0;
  padding-right: 24px;
  font-size: 16px;
  line-height: 1.2;
  position: relative;
  padding-top: 40px;
}
.post__trust-us h2::before {
  display: block;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 32px;
  height: 32px;
  background-image: url(https://cosibella.mom/data/include/cms/CMS/img/female-scientist.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .post__trust-us h2 {
    font-size: 19px;
    padding-right: 0;
  }
}
.post__trust-us h2::after {
  content: url("https://cosibella.mom/data/include/cms/CMS/praca/Vector.svg?v=1644332124324");
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.3s ease;
}
@media (min-width: 768px) {
  .post__trust-us h2::after {
    display: none;
  }
}
.post__trust-us h2.--active::after {
  transform: rotate(0);
}
.post__trust-us p {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .post__trust-us p {
    display: none;
  }
}
.post__trust-us.--active h2::after {
  transform: translateY(-50%) rotate(0deg);
}
@media (max-width: 767px) {
  .post__trust-us.--active p {
    display: block;
  }
}
.post__content {
  flex: 1 1 100%;
  order: 3;
}
@media (min-width: 768px) {
  .post__content {
    flex: 1 1 60%;
    order: 2;
  }
}

.author-article {
  display: flex;
  flex-direction: column !important;
  max-width: 75rem;
  margin: 0 auto;
  gap: 1.6rem;
  border-radius: 15px;
  background: #ffffff;
  padding: 0.8rem;
  margin-bottom: 4rem;
  box-shadow: 0 4px 21px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .author-article {
    padding: 1.6rem;
  }
}
.author-article__block {
  display: flex;
  gap: 1rem;
  align-items: normal;
  flex-wrap: wrap;
  border-radius: 2rem;
  padding: 1.6rem;
  background: #F5F5F7;
}
.author-article__creator {
  color: #616161;
  font-size: 12px;
  font-style: italic;
  padding-bottom: 0.4rem;
}
.author-article__img img {
  border-radius: 50%;
  width: 8rem !important;
  height: auto;
}
.author-article__name {
  color: #212529;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  padding-bottom: 0.4rem;
}
.author-article__link {
  color: #616161;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  text-transform: lowercase;
}
.author-article__description {
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  margin: 0rem 1.5rem;
}
.author-article__description p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .author-article__description p {
    margin: 0rem;
  }
}

.slider-navigation {
  max-width: 75rem;
  margin: 4rem auto;
}

#post__content p {
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin: 2rem 0rem;
  flex: 1 1 60%;
}
#post__content h2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.2rem;
  margin: 1rem 0;
}
#post__content h3 {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 3rem;
  margin: 1rem 0;
}
#post__content h4 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.8rem;
  margin: 1rem 0;
}
#post__content h5, #post__content h6 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.8rem;
  margin: 1rem 0;
}
#post__content ul {
  list-style-type: disc;
  padding-left: 4rem;
  margin: 1.5rem 0;
  flex: 1 1 60%;
}
#post__content ol {
  list-style: decimal;
  padding-left: 2rem;
}
#post__content li {
  font-size: 1.6rem;
  line-height: 2.8rem;
}
#post__content strong {
  font-weight: 600;
}
#post__content em {
  font-style: italic;
}
#post__content a {
  text-decoration: underline;
  color: #1A55AD;
}
#post__content a:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  #post__content p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  #post__content h2 {
    font-size: 2.1rem;
    line-height: 2.8rem;
  }
  #post__content h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  #post__content h4 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  #post__content h5, #post__content h6 {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  #post__content ul {
    list-style-type: disc;
    padding-left: 2rem;
    margin: 1.5rem 0;
  }
  #post__content li {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}

.wp-block-group {
  display: flex;
  flex-wrap: nowrap;
  gap: 4rem;
}
.wp-block-group .wp-block-image {
  flex: 1 1 30%;
}
.wp-block-group .wp-block-image img {
  width: 100%;
}
.wp-block-group:last-child {
  flex: 1 1 70%;
}
@media (max-width: 768px) {
  .wp-block-group {
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 4rem;
  }
  .wp-block-group .wp-block-image,
  .wp-block-group .wp-block-group {
    flex: 1 1 100%;
  }
}

img.avatar.avatar-300.wp-user-avatar.wp-user-avatar-300.photo.avatar-default {
  border-radius: 50%;
  width: 18rem;
  height: auto !important;
}

@media (min-width: 768px) {
  img.avatar.avatar-300.wp-user-avatar.wp-user-avatar-300.photo.avatar-default {
    width: 24rem;
  }
}
img.avatar.avatar-120.wp-user-avatar.wp-user-avatar-120.photo.avatar-default {
  width: auto;
  height: 120px;
}

@media (max-width: 768px) {
  body .is-layout-flex {
    align-items: center;
    flex-direction: column-reverse;
  }
}
.wp-container-3.wp-container-3, .wp-container-4.wp-container-4, .wp-container-5.wp-container-5, .wp-container-6.wp-container-6, .wp-container-7.wp-container-7 {
  display: flex;
  gap: 4rem;
  margin-bottom: 4rem;
  align-items: start;
}

table {
  font-size: 1.4rem;
}

.wp-block-button {
  font-size: 1.4rem;
}

.wp-block-button__link {
  text-decoration: none !important;
  border: 1px solid #32373c;
  transition: 0.3s;
  color: #fff !important;
}

.wp-block-button__link:hover {
  color: #32373c !important;
  background-color: #fff;
}

.wp-block-social-links a {
  color: #fff !important;
}

header.header.container {
  max-width: 1280px !important;
}

li#menu-item-2473 > a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  border: 1px solid #000 !important;
  background-color: #000;
  color: #fff;
  transition: 0.3s;
  border-radius: 2.4rem;
  margin: 0.4rem 0rem;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 14px;
  gap: 4px;
}

li#menu-item-2473 > a:after {
  content: "\e8a7";
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: 400;
}

@media (min-width: 1200px) {
  li#menu-item-2473 {
    position: absolute;
    right: 0px;
    bottom: 16px;
  }
}
@media (min-width: 768px) {
  .menu-main-menu-container > .menu > .menu-item {
    position: relative;
  }
  .menu-main-menu-container > .menu > .menu-item:hover > .sub-menu {
    display: flex;
    flex-direction: column;
    position: absolute;
  }
  .menu-main-menu-container > .menu > .menu-item > .sub-menu > .menu-item {
    padding-bottom: 1rem !important;
    font-weight: 400 !important;
    text-transform: lowercase !important;
    max-width: none !important;
    width: 300px !important;
    padding-right: 0rem !important;
  }
  .menu-main-menu-container > .menu > .menu-item > .sub-menu::before {
    width: 200vw !important;
    margin-left: -100vw !important;
  }
  .menu-main-menu-container > .menu > .menu-item > .sub-menu {
    padding-top: 2rem !important;
  }
  li#menu-item-2473 > a:hover {
    color: #000;
    background-color: #fff;
  }
  .menu-main-menu-container > .menu > .menu-item-2473 > a:hover::before {
    background-color: #fff !important;
  }
}
@media (max-width: 767px) {
  .d-flex.gap-4.align-items-center {
    gap: 1rem !important;
  }
  #menu-main-menu {
    display: flex;
    flex-direction: column;
  }
  #menu-item-2473 {
    order: 1;
    margin: 2rem 0rem !important;
  }
  #menu-item-2070 {
    order: 2;
  }
  #menu-item-2067 {
    order: 3;
  }
  #menu-item-30 {
    order: 4;
  }
  #menu-item-32 {
    order: 5;
  }
  #menu-item-2068 {
    order: 6;
  }
  #menu-item-2076 {
    order: 7;
  }
  #menu-item-31 {
    order: 8;
  }
  #menu-item-28 {
    order: 9;
  }
}
/*slider foto*/
.slider-blog {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  margin: 0 auto;
}
.slider-blog__images {
  position: relative;
  height: 24.5rem;
  width: 32rem;
  margin: 1.7rem auto 3rem auto;
}
.slider-blog__images img {
  width: 19.5rem;
  height: 19.5rem;
  position: absolute;
  cursor: pointer;
  opacity: 0.4;
  transition: 0.3s;
}
.slider-blog__images .left {
  transform: rotate(-8deg);
  top: 2rem;
  left: 2rem;
}
.slider-blog__images .right {
  bottom: 0;
  right: 0;
}
.slider-blog__images .left.active,
.slider-blog__images .right.active {
  opacity: 1;
  z-index: 10;
}
.slider-blog__btn-switch {
  position: relative;
  width: 20rem;
  height: 3.7rem;
  border-radius: 2.4rem;
  margin: 0 auto;
  background: #eaeaea;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  cursor: pointer;
}
.slider-blog__btn-switch::before {
  content: "";
  position: absolute;
  width: 10rem;
  height: 100%;
  background: #000;
  border-radius: 2.4rem;
  z-index: 2;
  left: 0;
}
.slider-blog__btn-switch.btn-active::before {
  left: auto;
  right: 0;
  width: 10rem;
}
.slider-blog__btn-switch > span {
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 10;
  color: #000;
}
.slider-blog__btn-switch span.txt-active {
  color: #fff;
}
.slider-blog__name {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 2.4rem 0 1.6rem;
}
.slider-blog__list {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0 !important;
  list-style: none;
  gap: 1.4rem 2.8rem;
  padding-left: 0px !important;
}
.slider-blog__list > li {
  padding-left: 2rem;
  font-size: 1.4rem;
  font-weight: 600;
  position: relative;
}
.slider-blog__list > li::before {
  content: "";
  position: absolute;
  width: 1.4rem;
  height: 1rem;
  background: url(https://cosibella.mom/data/include/cms/CMS/konsultacje-cms/check.png?v=1660908655961) center/cover;
  top: 0.6rem;
  left: 0;
}
.slider-blog__procedure-name {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
  padding: 0 !important;
}
.slider-blog__procedure-description {
  color: #616161;
}
.slider-blog__description > .slider-blog__list > li {
  list-style-type: none !important;
}
@media (min-width: 768px) {
  .slider-blog {
    flex-direction: row;
    min-height: 50rem;
    box-shadow: 0px 27px 11px rgba(181, 181, 181, 0.01), 0px 15px 9px rgba(181, 181, 181, 0.05), 0px 7px 7px rgba(181, 181, 181, 0.09), 0px 2px 4px rgba(181, 181, 181, 0.1), 0px 0px 0px rgba(181, 181, 181, 0.1);
    border-radius: 2rem;
    padding: 5.4rem 2.7rem 4rem 3.4rem;
    margin-left: 2rem;
    margin-right: 2rem;
    position: relative;
    margin: 0 auto;
    gap: 3rem;
    margin-bottom: 5rem;
  }
  .slider-blog__images {
    margin: 0 auto 2rem auto;
    height: 35rem;
    width: 44.6rem;
  }
  .slider-blog__images img {
    width: 27.2rem;
    height: 27.2rem;
  }
  .slider-blog__btn-switch {
    cursor: pointer;
    margin: 0;
    position: absolute;
    bottom: 3.6rem;
  }
  .slider-blog__name {
    margin-top: 2.6rem;
    font-size: 2.8rem;
  }
  .slider-blog__list {
    margin-bottom: 2.5rem;
  }
}

.wp-block-group__inner-container {
  width: 100%;
}

.wp-block-table td {
  min-width: 150px;
}

div.asl_r .results .item .asl_content h3, div.asl_r .results .item .asl_content h3 a {
  color: #000000;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2rem;
}

div.asl_r .results .item .asl_content h3 a:hover {
  color: #000000;
  font-weight: 600;
  line-height: 2rem;
  text-decoration: underline;
}

div.asl_r .results .item .asl_content .asl_desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em;
  line-height: 1.5em;
}

div[id*=ajaxsearchliteres].wpdreams_asl_results .results img.asl_image {
  width: 6.8rem;
  height: 6.6rem;
  border-radius: 50%;
}

div.asl_r .results .item .asl_content {
  padding: 1rem 1.6rem;
}

#post__content {
  padding: 1.6rem;
  border-radius: 2rem;
  background: #F5F5F7;
  box-shadow: 0 4px 21px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 1.6rem;
}
#post__content img {
  max-width: 100%;
}
@media (min-width: 768px) {
  #post__content {
    max-width: 75rem;
    padding: 1.6rem;
  }
}

.sc-flex {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.sc-flex h2, .sc-flex h3 {
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .sc-flex {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
}

.ui-sortable {
  list-style-type: disc;
  padding-left: 4rem;
  margin: 1.5rem 0;
}

.blog-section-imgone, .blog-section-imgtwo {
  margin: 1rem 0;
}

.blog-sectiontwo, .blog-sectionone {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .blog-sectiontwo, .blog-sectionone {
    flex-direction: row;
    gap: 4rem;
  }
  .blog-sectiontwo img, .blog-sectionone img {
    max-width: 30rem !important;
  }
}

.author {
  display: flex;
  padding: 4rem 2.4rem;
  background: #F9F9F9;
  box-shadow: 0px 9px 21px 0px rgba(0, 0, 0, 0.1);
  max-width: 76.8rem;
  margin: 0 auto;
  margin-bottom: 10rem;
}
.author__heading {
  font-weight: 600;
  font-size: 2.7rem;
}
@media (min-width: 768px) {
  .author__heading {
    font-size: 4.7rem;
  }
}
.author__heading--h2 {
  font-size: 2.1rem;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 768px) {
  .author__heading--h2 {
    font-size: 2.4rem;
  }
}
.author__image {
  border-radius: 50%;
  width: 18rem;
  height: auto;
}
@media (min-width: 768px) {
  .author__image {
    width: 24.8rem;
  }
}
.author__item {
  margin-bottom: 1.5rem;
}
.author__item--more > p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.main {
  border-radius: 2rem;
}

.banner__wrapper {
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .banner__wrapper {
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 10rem;
  }
}
.banner__wrapper > img {
  width: 28rem;
  border-radius: 1.6rem;
}
@media (min-width: 768px) {
  .banner__wrapper > img {
    width: 43rem;
  }
}
.banner__description {
  text-align: center;
  align-items: center;
  margin: 2.4rem 0rem;
  padding: 0 1.6rem;
}
@media (min-width: 768px) {
  .banner__description {
    text-align: left;
    align-items: flex-start;
    justify-content: center;
    margin: 0;
    padding-left: 8rem;
  }
}
.banner__description > p {
  margin: 1.6rem 0 2.4rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .banner__description > p {
    margin: 3.2rem 0 1.6rem;
    font-size: 1.6rem;
    line-height: 2.1rem;
  }
}

.post__slider {
  margin: 4rem 0rem;
}
@media (min-width: 768px) {
  .post__slider {
    margin: 8rem 0rem 4rem 0rem;
  }
}
.post__slider--wrapper {
  display: flex;
  overflow: auto;
  gap: 2.4rem;
  margin-top: 3.2rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .post__slider--wrapper {
    display: block !important;
    max-width: 133rem;
    margin: 0 auto;
  }
}
.post__slider--item {
  width: 32rem;
  gap: 1.6rem;
  padding-bottom: 2rem;
  border-radius: 20px;
  background: #F9F9F9;
  box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.1);
  padding: 2.4rem 1.6rem;
}
@media (min-width: 768px) {
  .post__slider--item {
    margin: 2rem 1rem;
  }
}
.post__slider--item > img {
  border-radius: 2rem;
}
.post__slider--item:first-child {
  margin-left: 0rem;
}
@media (min-width: 768px) {
  .post__slider--item:first-child {
    margin-left: 0;
  }
}
.post__slider--item > img {
  border-radius: 1.6rem;
}
.post__slider--item > .posts__item--title {
  margin: 0 !important;
  text-align: center;
}
@media (min-width: 768px) {
  .post__slider--item > .posts__item--title {
    font-size: 2.1rem;
    line-height: 2.4rem;
  }
}

/*Blok z żółtą linią z boku*/
.cbb-note-quote {
  margin: 2rem 0;
  padding: 1.6rem;
  border-radius: 2rem;
  box-shadow: 0 4px 21px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.cbb-note-quote div {
  display: flex;
  gap: 1.2rem;
  padding: 1.6rem;
  border-radius: 2rem;
}
.cbb-note-quote div::before {
  content: "";
  width: 0.3rem;
  background: #f4c453;
}
.cbb-note-quote div p {
  margin: 0 !important;
}

/*To warto zapamiętać*/
.cbb-remember {
  border-radius: 2rem;
  box-shadow: 0 9px 21px 0 rgba(0, 0, 0, 0.1);
  margin: 2rem 0;
  border: 0.2rem solid #f4c453;
}
.cbb-remember div {
  background: #fff7c9;
  border-radius: 2rem;
  padding: 1.8rem 2rem;
  box-shadow: 0 1.6rem 4rem rgba(15, 23, 42, 0.08);
  width: 100%;
}
.cbb-remember p {
  font-size: 2.1rem !important;
  position: relative;
  padding-left: 4rem;
}
@media (min-width: 768px) {
  .cbb-remember p {
    font-size: 2.4rem !important;
  }
}
.cbb-remember p::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 24px;
  height: 24px;
  background-image: url("https://cosibella.mom/data/include/cms/CMS/img/megaphone.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

/*white block  */
.cbb-block-white {
  border-radius: 2rem;
  background: #fff;
  box-shadow: 0 4px 21px 0 rgba(0, 0, 0, 0.1);
  padding: 1.6rem;
  margin: 2rem 0;
}
.cbb-block-white > div:first-child {
  padding: 0px 1.6rem;
}
.cbb-block-white .wp-block-list {
  border-radius: 2rem;
  background: #fff;
  box-shadow: 0 4px 21px 0 rgba(0, 0, 0, 0.1);
  padding: 1.6rem 1.6rem 1.6rem 4rem !important;
  margin: 1.5rem 0rem;
}
.cbb-block-white .wp-block-list li {
  margin-bottom: 1rem;
}

/* Co mówią nasi klienci? */
.cbb-testimonials {
  margin: 2rem auto;
  box-sizing: border-box;
}
.cbb-testimonials div {
  position: relative;
  background: #fff;
  border-radius: 2.4rem;
  padding: 1.8rem 2rem;
  border: 0.2rem solid #F5F5F7;
  box-shadow: 0 1.8rem 4rem rgba(15, 23, 42, 0.08);
}
.cbb-testimonials div::before {
  content: "";
  position: absolute;
  top: -1.4rem;
  right: 8rem;
  width: 0;
  height: 0;
  border-left: 1.4rem solid transparent;
  border-right: 1.4rem solid transparent;
  border-bottom: 1.4rem solid #F5F5F7;
}
.cbb-testimonials div::after {
  content: "";
  position: absolute;
  top: -1.1rem;
  right: 8.2rem;
  width: 0;
  height: 0;
  border-left: 1.2rem solid transparent;
  border-right: 1.2rem solid transparent;
  border-bottom: 1.2rem solid #fff;
}
.cbb-testimonials div > p {
  margin: 1rem 0rem !important;
  line-height: 1.5 !important;
  font-style: italic;
}
.cbb-testimonials div > p:first-child {
  font-size: 1.6rem !important;
  font-style: normal;
}
@media (min-width: 768px) {
  .cbb-testimonials div > p:first-child {
    font-size: 1.9rem !important;
  }
}
.cbb-testimonials div > p:first-child::before {
  content: "★★★★★";
  display: block;
  margin-bottom: 0.8rem;
  color: #f4c453;
  font-size: 1.8rem;
}
.cbb-testimonials div > p:last-child {
  text-align: right;
}

/*Składniki*/
.cbb-ingredient {
  border-radius: 2rem;
  box-shadow: 0 4px 21px 0 rgba(0, 0, 0, 0.1);
  padding: 1.6rem;
  background-color: #fff;
  margin: 2rem 0;
}
.cbb-ingredient h2 {
  position: relative;
  padding-left: 5rem;
  margin-bottom: 3rem !important;
}
.cbb-ingredient h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  background-image: url("https://cosibella.mom/data/include/cms/CMS/img/Frame_6656.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.cbb-ingredient h3 {
  border-radius: 2rem;
  background: #F5F5F7;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1);
  padding: 0.8rem 1.6rem;
  width: 100%;
  display: inline;
}
.cbb-ingredient .wp-block-list {
  border-radius: 2rem;
  background: #fff;
  box-shadow: 0 4px 21px 0 rgba(0, 0, 0, 0.1);
  padding: 1.6rem 1.6rem 1.6rem 4rem !important;
  margin: 1.5rem 0rem;
}
.cbb-ingredient .wp-block-list li {
  margin-bottom: 1rem;
}

/*FAQ */
.cbb-faq {
  margin: 2rem auto;
  padding: 1.6rem;
  border-radius: 2rem;
  background: #fff;
  box-shadow: 0 4px 21px 0 rgba(0, 0, 0, 0.1);
}
.cbb-faq > .wp-block-group__inner-container > h2 {
  margin: 0 0 1.6rem;
  font-weight: 700;
}
.cbb-faq > .wp-block-group__inner-container > p {
  margin: 0 0 1.6rem !important;
  font-size: 1.6rem !important;
  font-weight: 600;
}
@media (min-width: 768px) {
  .cbb-faq > .wp-block-group__inner-container > p {
    font-size: 1.9rem !important;
  }
}
.cbb-faq > .wp-block-group__inner-container > .wp-block-group {
  background: #ffffff;
  border-radius: 1.6rem;
  box-shadow: 0 1.2rem 3rem rgba(15, 23, 42, 0.06);
  margin-bottom: 1.6rem;
  overflow: hidden;
}
.cbb-faq > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  padding: 1.6rem;
  width: 100%;
}
.cbb-faq > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container > h3 {
  position: relative;
  margin: 0 !important;
  padding: 0rem 4rem 0rem 0rem;
  font-size: 1.4rem !important;
  font-weight: 600;
  line-height: 1.4 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cbb-faq > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container > h3 {
    font-size: 1.6rem !important;
  }
}
.cbb-faq > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container > h3::after {
  content: "";
  display: block;
  position: absolute;
  right: 0rem;
  top: 50%;
  width: 1.6rem;
  height: 1.6rem;
  transform: translateY(-50%) rotate(180deg);
  background-image: url("https://cosibella.mom/data/include/cms/CMS/praca/Vector.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
.cbb-faq > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container > :not(h3) {
  padding: 1.6rem 0rem;
  margin: 0 !important;
  line-height: 1.4 !important;
}
.cbb-faq > .wp-block-group__inner-container > .wp-block-group:not(.--active) > .wp-block-group__inner-container > :not(h3) {
  display: none;
}
.cbb-faq > .wp-block-group__inner-container > .wp-block-group.--active > .wp-block-group__inner-container > h3::after {
  transform: translateY(-50%) rotate(0deg);
}
.cbb-faq .wp-block-list {
  border-radius: 2rem;
  background: #fff;
  box-shadow: 0 4px 21px 0 rgba(0, 0, 0, 0.1);
  padding: 1.6rem 1.6rem 1.6rem 4rem !important;
  margin: 1.5rem 0rem;
}
.cbb-faq .wp-block-list li {
  margin-bottom: 1rem;
}

/*steps*/
.cbb-steps {
  margin: 2rem auto;
  padding: 1.6rem;
  border-radius: 2rem;
  box-shadow: 0 4px 21px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
.cbb-steps > div {
  counter-reset: steps;
}
.cbb-steps h2 {
  margin: 0 0 1.2rem;
  font-weight: 700;
}
.cbb-steps > div > div {
  counter-increment: steps;
  background: #f5f5f7;
  border-radius: 1.6rem;
  padding: 1.4rem;
  padding-top: 4.8rem;
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 1.6rem;
  position: relative;
}
.cbb-steps > div > div::before {
  content: "Krok";
  position: absolute;
  left: 1.4rem;
  top: 1rem;
  background: #ffffff;
  border-radius: 999px;
  padding: 0 4rem 0 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  height: 2.9rem;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .cbb-steps > div > div::before {
    font-size: 1.9rem;
  }
}
.cbb-steps > div > div::after {
  content: counter(steps);
  position: absolute;
  top: 1rem;
  left: 8.4rem;
  min-width: 2.9rem;
  height: 2.9rem;
  border-radius: 999px;
  background: #111827;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
}
.cbb-steps > div > div p {
  margin: 0 !important;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .cbb-steps > div > div {
    padding: 1.8rem;
    padding-top: 5.2rem;
  }
}

/*Opinia Kosmetologa*/
.opinion-cosmetologist {
  border-radius: 2rem;
  border: 0.3rem solid #f9d8d3;
  background: linear-gradient(0deg, rgba(249, 216, 211, 0.2) 0%, rgba(249, 216, 211, 0.2) 100%), #fff;
  padding: 1.6rem;
  margin: 2rem 0;
}
@media (min-width: 768px) {
  .opinion-cosmetologist {
    padding: 2.4rem;
  }
}
.opinion-cosmetologist__title {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 2.6rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .opinion-cosmetologist__title {
    font-size: 2.4rem;
    line-height: 3.3rem;
  }
}
.opinion-cosmetologist__img {
  padding-bottom: 0.8rem;
}
.opinion-cosmetologist__img img {
  min-width: 13.1rem;
  min-height: 13.1rem;
}
@media (min-width: 768px) {
  .opinion-cosmetologist__info-boxs {
    display: flex;
    gap: 2.4rem;
    align-items: center;
  }
}
.opinion-cosmetologist__info-box {
  border-radius: 2rem;
  background: #fff;
  box-shadow: 0px 8.29px 19.344px 0px rgba(0, 0, 0, 0.1);
  padding: 1.6rem;
  display: flex;
  gap: 0.8rem;
  height: 16.3rem;
  margin-bottom: 1.6rem;
  justify-content: space-evenly;
}
@media (min-width: 768px) {
  .opinion-cosmetologist__info-box {
    width: 16.3rem;
    height: 29.3rem;
    flex-direction: column;
    gap: 0px;
    margin-bottom: 0px;
  }
}
.opinion-cosmetologist__description-box {
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 0.25px;
  margin-bottom: 1.6rem;
}
.opinion-cosmetologist__description-box p {
  line-height: 2.2rem !important;
}
@media (min-width: 768px) {
  .opinion-cosmetologist__description-box {
    font-size: 1.6rem;
  }
}
.opinion-cosmetologist__name {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  letter-spacing: 0.25px;
  height: 3.6rem;
  position: relative;
}
.opinion-cosmetologist__name::after {
  content: "";
  width: 100%;
  height: 0.2rem;
  background-color: #f8c6c9;
  display: block;
  position: absolute;
  bottom: -0.6rem;
}
.opinion-cosmetologist__specialization {
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0.25px;
  padding-top: 1rem;
}
.opinion-cosmetologist__btn {
  padding: 1rem !important;
  display: none !important;
}
@media (min-width: 768px) {
  .opinion-cosmetologist__btn {
    max-width: 24.7rem;
    margin: 0 auto;
    display: block;
  }
}

/*Produkt*/
.cbb-product {
  padding: 1.6rem;
  border-radius: 2rem;
  box-shadow: 0 4px 21px rgba(0, 0, 0, 0.1);
  margin: 2rem 0;
  background: #fff;
}
@media (min-width: 768px) {
  .cbb-product {
    padding: 2.4rem;
  }
}
.cbb-product h3 {
  margin-bottom: 1.6rem;
  font-size: 2.2rem;
  line-height: 1.3;
}
.cbb-product h3 a {
  color: #2e63b8;
  font-weight: 700;
  text-decoration: none;
}
.cbb-product h3 a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .cbb-product h3 {
    font-size: 2.8rem;
    max-width: 90%;
    margin: 1rem auto !important;
  }
}
.cbb-product p {
  font-size: 1.7rem;
  line-height: 1.6;
  margin-bottom: 1.6rem;
  color: #2f2f2f;
}
.cbb-product p:first-of-type {
  font-style: italic;
}
.cbb-product p strong {
  font-weight: 700;
  color: #1f1f1f;
}
@media (min-width: 768px) {
  .cbb-product p {
    max-width: 90%;
    margin: 1rem auto !important;
  }
}
.cbb-product figure {
  text-align: center;
  margin: 2rem 0;
}
.cbb-product figure img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  max-width: 24rem;
}
@media (min-width: 768px) {
  .cbb-product figure img {
    max-width: 31rem !important;
  }
}
.cbb-product button {
  width: 100%;
  padding: 1rem;
  font-weight: 600;
  margin: 2rem 0;
}
.cbb-product > div > div > div {
  flex: 1;
  padding: 2rem;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 21px rgba(0, 0, 0, 0.08);
}
.cbb-product > div > div > div h4 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1.2rem;
  font-size: 1.9rem;
  font-weight: 700;
  color: #1f1f1f;
}
.cbb-product > div > div > div h4::before {
  content: "";
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
}
.cbb-product > div > div > div:first-child h4::before {
  background-image: url("https://cosibella.mom/data/include/cms/CMS/img/heart.png");
}
.cbb-product > div > div > div:last-child h4::before {
  background-image: url("https://cosibella.mom/data/include/cms/CMS/img/lamps.png");
}
.cbb-product > div > div > div ul {
  margin: 0;
  padding-left: 2rem;
}
.cbb-product > div > div > div ul li {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 0.8rem;
}
.cbb-product > div > div > div ul li:last-child {
  margin-bottom: 0;
}

/* Twoja lista zakupowa */
.cbb-shopping {
  margin: 2rem auto;
  padding: 1.6rem;
  max-width: 104rem;
  box-sizing: border-box;
  border-radius: 2rem;
  background: rgba(192, 169, 247, 0.2);
}
.cbb-shopping__header {
  margin-bottom: 1.2rem;
}
.cbb-shopping__title {
  position: relative;
  margin: 0 0 0.8rem;
  padding-left: 4rem;
  font-size: 1.4rem;
  font-weight: 700;
}
.cbb-shopping__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  background-image: url(https://cosibella.mom/data/include/cms/CMS/img/9403964.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.cbb-shopping__subtitle {
  margin: 0;
  font-size: 1rem;
  color: #4b5563;
}
.cbb-shopping__card {
  padding: 2rem 1.6rem;
  border-radius: 2.2rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .cbb-shopping__card {
    padding: 4rem 3.2rem;
  }
}
.cbb-shopping__group {
  padding: 1rem;
  border-radius: 1rem;
  background: #f5f5f5;
}
@media (min-width: 768px) {
  .cbb-shopping__group {
    padding: 1.6rem;
  }
}
.cbb-shopping__group + .cbb-shopping__group {
  margin-top: 1.2rem;
}
.cbb-shopping__group-title {
  margin: 0 0 0.8rem;
  font-size: 1rem;
  font-weight: 700;
}
.cbb-shopping__items {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.cbb-shopping__item-label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.cbb-shopping__item-label input[type=checkbox] {
  accent-color: #111827;
}
.cbb-shopping__item-text a {
  color: #111827 !important;
  text-decoration: underline;
}
.cbb-shopping__footer {
  display: flex;
  gap: 0.8rem;
  margin-top: 1.4rem;
  justify-content: center;
  flex-wrap: wrap;
}
.cbb-shopping__btn {
  width: 18rem;
  padding: 1rem;
  border: 1px solid #111827;
  border-radius: 999px;
  cursor: pointer;
  background: #fff;
  color: #000;
}
.cbb-shopping__btn:hover {
  background: #111827;
  color: #fff;
}
.cbb-shopping__btn--primary {
  background: #111827;
  color: #fff;
}
.cbb-shopping__btn--primary:hover {
  color: #111827;
  background: #fff;
}
.cbb-shopping__hidden-btn {
  display: none;
}

.--uppercase {
  text-transform: uppercase;
}

.--deleted {
  position: relative;
  text-align: center;
}
.--deleted span {
  display: block;
  text-align: start;
  padding-left: 2rem;
}

h2.--deleted.--center {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3rem;
}
@media (min-width: 768px) {
  h2.--deleted.--center {
    font-size: 4.7rem;
    line-height: 6rem;
    padding-left: 4rem;
  }
}

.--icon {
  padding-left: 1.4rem;
  position: relative;
  font-size: 1.2rem;
}
.--icon::before {
  position: absolute;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.--icon__time::before {
  background: url("/blog/wp-content/uploads/2023/05/clock-regular-sm.png") center/cover;
}
.--icon__comments::before {
  background: url("/blog/wp-content/uploads/2023/06/comment-regular.png") center/cover;
}
.--icon__heart::before {
  background: url("/blog/wp-content/uploads/2023/06/heart-regular.png") center/cover;
}

/*# sourceMappingURL=style.css.map */
