* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #4D5660;
  font-family: 'Golos Text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.9;
  font-size: 1.5rem;
}

p {
  margin-top: 0rem;
  margin-bottom: 2rem;
}

a, .alink {
  color: #0089C3;
  letter-spacing: .1px;
    text-decoration: none;
    transition: all .3s ease-in;
  }

a:hover, .alink:hover {
    color: #2F2F71;
    text-decoration: none;
  }  

  h1, h2, h3, h4, h5, h6 {
    font-family: "Figtree"; 
    color: #292D31;
  }

  h1 {
    font-size: 3.7rem;
    margin-bottom: 2rem;
  }

  .heading-size-h2 {
    font-family: "Figtree";
    color: #292D31;
    font-size: 3.1rem;
    font-weight: 600;
    line-height: 4.8rem;
    margin-top: 0;
  }  

  .heading-size-h3 {
    font-family: "Figtree";
    color: #292D31;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 3.4rem;
  }

  .heading-size-h4 {
    font-family: "Figtree";
  color: #292D31;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 3.8rem;
  margin-top: 0;
  margin-bottom: 2.4rem;
}

.heading-size-h5 {
  font-family: "Figtree";
  color: #292D31;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 3.1rem;
  margin-top: 0;
  margin-bottom: 1.6rem;
}  

.heading-size-h6 {
  font-family: "Figtree";
  color: #292D31;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2rem;
  margin-top: 0;
  margin-bottom: 1.2rem;
}  

.center-heading {
  text-align: center;
}

.figure-clear {
  float: left;
  width: 100%;
}

figure:not(.pagebuilder-mobile-hidden) img,
figure:not(.pagebuilder-mobile-only) img {
  float: left;
}

.page-title-wrapper:not(.product)::after {
  left: 100%;
}
.page-title-wrapper:not(.product)::before, .page-title-wrapper:not(.product)::after {
  position: absolute;
  content: "";
  background: #f2faff;
  width: 100%;
  height: 100%;
  top: 0;
}
.page-title-wrapper:not(.product)::before {
  right: 100%;
}

.page-title-wrapper:not(.product) {
  padding-top: 2rem;
  position: relative;
  background: #f2faff;
  margin-bottom: 5.2rem;
}

body.page-products .page-title-wrapper::before,
body.page-products .page-title-wrapper::after,
body.cms-home .page-title-wrapper::before,
body.cms-home .page-title-wrapper::after {
  display: none;
}

body.page-products .page-title-wrapper,
body.cms-home .page-title-wrapper {
  padding-top: 0;
  background: #fff;
  margin-bottom: 0;
}

.page-products .page-title-wrapper {
  margin-bottom: 4.8rem !important;
}

h1.page-title {
  font-size: 3.1rem;
}

.btn-primary {
  font-family: "Figtree";
  font-size: 16px;
  border-radius: 50px;
  background-color: #2E2E70;
  color: #fff;
  display: inline-flex;
  gap: 18px;
  align-items: center;
  padding: 14px 30px 14px 34px;
  transition: all .3s ease-in-out;
}

.pagebuilder-button-primary {
  font-family: "Figtree" !important;
  font-size: 16px !important;
  border-radius: 50px !important;
  background-color: #3A3F43 !important;
  color: #fff !important;
  border: 0 none !important;
  font-weight: 500 !important;
  padding: 14px 30px 14px 30px !important;
  transition: all .3s ease-in-out;
}

.pagebuilder-button-primary:hover {
  background-color: #2E2E70;
  color: #fff !important;
}

.btn-secondary {
  font-family: "Figtree";
  font-size: 14px;
  letter-spacing: .5px;
  border-radius: 50px;
  background-color: #2E2E70;
  color: #fff;
  display: inline-flex;
  gap: 16px;
  align-items: center;
  padding: 7px 10px 7px 20px;
  transition: all .3s ease-in-out;
}

.btn-secondary:visited, .btn-primary:visited {
  color: #fff;
  background: #6EA6C9;
}

.btn-primary:hover, .btn-secondary:hover {
  background-color: #8DD0FA;
  color: #fff;
}

.serpentine {
  position: absolute;
  z-index: -1;
}

.column-block {
  display: flex;
  flex-direction: column;
}

.vertical-middle {
  align-items: center;
  display: flex;
}

.max-one-four {
  max-width: 330px;
}

.grid-block {
  display: grid;
  grid-template-columns: repeat(12,1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
}

.one-third-left {
  grid-area: 1/1/2/5;
}

.one-third-middle {
  grid-area: 1/5/2/9;
}

.one-third-right {
  grid-area: 1/9/2/13;
} 

.one-third-first { grid-area: 1 / 1 / 2 / 4; }
.one-six-middle { grid-area: 1 / 4 / 2 / 10; }
.one-third-last { grid-area: 1 / 10 / 2 / 13; } 

.x-56 {
  height: 56px;
}

.x-64 {
  height: 64px;
}

.x-80 {
  height: 80px;
}

.x-172 {
  height: 172px;
}

.header-top {
    background-color: #fff;
    font-family: 'Figtree', sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    overflow: hidden;
  border-bottom: 1px solid #DEEAF2;
  }

.header-top-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }  

.main-container {
    max-width: 1410px;
    margin: 0 auto;
    width: 100%;
}

.minicart-wrapper {
    margin-left: 23px;
  }

.minicart-wrapper .action.showcart::before {
    display: none;
}

.minicart-wrapper .action.showcart.active::before {
  display: none
}

.temporary-disabled {
    display: none;
}

.header-top-phone a {
    color: #4D5660;
    font-size: 1.6rem;
    font-weight: 600;
  }

.header-top-mail a {
    color: #6EA6C9;
    font-weight: 400;
    font-size: 1.4rem;
}  

.header-left-contact::after {
    content: "";
    width: 1px;
    height: 30px;
    background-color: #DEEAF2;
    position: absolute;
    right: 0;
    top: 7px;
}
  
.header-left-contact {
    padding-right: 28px;
    position: relative;
}  

.header-top-left {
  display: flex;
  gap: 20px;
  line-height: 1.4;
  align-items: center;
}

.open-hours-weekday {
  margin-bottom: 2px;
}

.open-hours-holder {
    color: #B2BEC5;
    font-weight: 600;
    font-size: 1.2rem;
}  

.header-top-menu {
    
}

.header-top-menu a {
    color: #848F96;
    font-size: 13px;
    margin-left: 24px;
}

.header-top-right {
    display: flex;
    align-items: center;
    gap: 72px;
  }

  .header-right-nfz::after {
    content: "";
    background-color: #2e2e70;
    width: 1000px;
    height: 100%;
    position: absolute;
    right: -1000px;
    top: 0;
  }
  
  .header-right-nfz {
    position: relative;
  }

.blue-circle {
    background-color: #8DD0FA;
    border-radius: 50%;
    z-index: 10;
    width: 50px;
    height: 50px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 12px;
    left: -25px;
  }
  
.health-worker-text-container {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.health-worker-badge {
    border-radius: 7px;
    background-color: #8DD0FA;
    align-self: start;
    font-size: 12px;
    color: #1B1B52;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 0px 8px;
    height: 18px;
    line-height: 16px;
  }

.health-worker-description {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    line-height: 16px;
    margin-top: 4px;
    font-style: italic;
  width: 100px;
  margin-bottom: 0px;
  }  

  .health-worker-container {
    position: relative;
  }

  .health-worker-content {
    display: flex;
    align-items: center;
    background: #2E2E70;
    border-radius: 200px 0 0 200px;
    overflow: hidden;
    position: relative;
    min-width: 310px;
  }

  .health-worker-purple-circle {
    position: absolute;
    background-color: #1B1B52;
    width: 133px;
    height: 133px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: -28px;
    z-index: 0;
    right: 0;
  }

  .header-bottom .main-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header-bottom {
    padding: 22px 0;
  }

  .logo {
    margin: 0;
    max-width: 168px;
  }

  .logo img {
    width: 168px;
  }

  .navigation {
    background: none;
    font-family: "Figtree";
    font-size: 1.6rem;
    font-weight: 600;
  }

  .navigation .level0 > .level-top {
    color: #292D31;
    padding: 0 15px;
  }

  .links-container {
    display: flex;
    align-items: end;
    position: relative;
  }

  .links-container .block.block-search {
    position: absolute;
    top: -2px;
    left: -365px;
    padding: 0;
    display: none;
    opacity: 0;
}

.links-container .block.block-search.active-searchbar {
  display: block;
  opacity: 1;
}

  .user-symbol {
    margin-bottom: -9px;
  }

  .header-searchbar {
    display: flex;
    margin-right: 24px;
    position: relative;
    width: 20px;
    height: 20px;
}

.searchbar-icon {
  position: absolute;
  transition: all .3s ease-in-out;
  opacity: 0;
  z-index: -1;
  cursor: pointer;
}

.active-searchbar-icon {
  opacity: 1;
  z-index: 1;
}

.block-search .action.search {
  height: 48px;
  right: 16px;
}

  .dopacjenta-minicart {
    position: relative;
  }

  .minicart-wrapper .action.showcart .counter.qty.minicart-counter  {
    position: absolute;
    background: #C8EAFF;
    border-radius: 6px;
    font-family: 'Figtree';
    color: #3A3F43;
    font-size: 12px;
    width: 20px;
    height: 20px;
    margin: 0;
    font-weight: 600;
    line-height: 20px;
    padding: 0;
    top: 3px;
    left: 16px;
    text-align: center;
  }

  .minicart-wrapper .action.showcart .counter-number {
    text-shadow: none;
  }

  .minicart-wrapper.dopacjenta-minicart .action.showcart {
    display: flex;
    align-items: end;
    gap: 26px;
  }

  .cart-summary-data {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .dopacjenta-minicart .cart-title {
    font-family: "Figtree";
    color: #848F96;
    font-size: 12px;
    font-weight: 500;
  }

  .cart-grand-total {
    font-size: 16px;
    color: #292D31;
    font-family: "Figtree";
    font-weight: 600;
    line-height: 16px;
  }

  .page-footer {
    background: #fff;
    border-top: 1px solid #DEEAF2;
    padding-top: 5.2rem;
    padding-bottom: 5.2rem;
    margin-top: 8rem;
  }

  .footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7.2rem;
  }

  .footer-contact-icon {
    background: #2F2F71;
    border-radius: 12px;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer-contact {
    display: flex;
    gap: 20px;
    align-items: center;
  }

  .footer-company-logo {
    max-width: 140px;
  }

  .footer-contact-data {
    border-left: 1px solid #deeaf2;
    padding-left: 20px;
  }

  .footer-phone a {
    color: #3d4246;
    font-family: "Figtree";
    font-weight: 600;
    font-size: 2rem;
    line-height: 1;
    display: block;
    margin-bottom: 5px;
  }

  .footer-mail a {
    font-family: "Figtree";
    font-weight: 400;
    display: block;
    color: #6EA6C9;
  line-height: 1;
  }

  .partners-logo {
    display: flex;
    align-items: center;
    gap: 28px;
  }

  .footer-company-data {
    text-align: right;
  }

  .footer-company-address {
    font-size: 1.6rem;
    color: #292D31;
    line-height: 2.1rem;
    margin-bottom: 2rem;
  }

  .footer-bottom-left {
    display: flex;
    gap: 30px;
    flex: 1 0 auto;
  }

  .footer-widget {
    max-width: 210px;
    flex: 1 0 210px;
  }

  .footer-company-openings {
    font-size: 13px;
    color: #848F96;
  }

  .footer-company-openings .open-hours-weekday {
    margin-bottom: -4px;
  }

  .footer-bottom {
    display: flex;
    align-items: start;
    justify-content: space-between;
  }

  .footer-widget .heading-size-h5 {
    margin-bottom: 8px;
  }

  .footer-menu {
    list-style: none;
    padding-left: 0;
  }

  .footer-menu a {
    color: #848F96;
    font-size: 13px;
    display: block;
  }

  .footer-menu li {
    margin-bottom: 4px;
  }

  .cms-index-index #maincontent.page-main {
    max-width: 100%;
    padding: 0;
  }

  .cms-index-index .page-title {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  
  .page-search {
    background-color: #F1F6F9;
    padding-top: 25px;
    padding-bottom: 20px;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .page-main {
    max-width: 1410px;
    padding: 0;
  }

  .homepage-search-container {
    background: url(../images/search-dopacjenta-hero.webp) center bottom no-repeat;
    max-width: 1410px;
    margin: 0 auto;
    border-radius: 25px;
  }

  .homepage-search-content {
  position: relative;
  background: url(../images/search-dopacjenta-home.webp) center -5px no-repeat;
  padding-top: 240px;
  margin-bottom: 53px;
  }

  .homepage-hero {
    position: absolute;
  }

  .homepage-search-title {
    font-size: 4.2rem;
    line-height: 4.8rem;
    font-weight: 600;
  }

  .homepage-search-uppertitle {
    font-size: 1.6rem;
    font-style: italic;
    color: #3A3F43;
  }
  .homepage-search-title-section {
    color: #292D31;
    font-family: "Figtree";
  }

  .homepage-search-title-holder {
    display: flex;
    justify-content: center;
    margin-bottom: 48px;
  }

  .block.block-search.homepage-search-section {
    float: unset;
    width: 100%;
    padding: 0;
    max-width: 910px;
    margin: 0 auto;
    height: 34px;
  }

  .home-search-tags {
    width: 100%;
    max-width: 1410px;
    margin: 20px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Figtree";
  }

  .home-search-tags-title {
    color: #858894;
    font-size: 13px;
    margin-right: 24px;
  }

  .home-search-tags-container {
    display: flex;
    gap: 20px;
  }

  .homepage-search-tag {
    color: #A1A4AD !important;
    border: 1px solid #A4A8B4;
    border-radius: 25px;
    font-size: 12px;
    padding: 4px 16px;
  }

  .rating-score {
    display: flex;
    gap: 12px;
    color: #858894;
    font: 800 26px/1 'Figtree', sans-serif;
}

.rating-description {
  color: #858894;
  margin-top: 8px;
  margin-bottom: 0;
  font: 400 13px/19px 'Golos Text', sans-serif;
}

.homepage-rating-perfect {
  color: #6B7184;
  font-size: 13px;
  font-style: italic;
  font-weight: 500;
}

.homepage-rating-faces {
  display: flex;
  flex-direction: column;
  width: 34px;
  padding-top: 8px;
}

.homepage-rating-face {
  margin-top: -5px;
}

.homepage-search-rating {
  display: flex;
  gap: 16px;
  margin-left: 20px;
  margin-bottom: 20px;
}

.rating-content {
  max-width: 180px;
}

.rating-score-stars {
  margin-top: -2px;
}

.homepage-search-section.block-search .action.search > span {
  position: relative;
  margin: 0;
}

.action.search.home-search-action {
  background: #3A3F43;
  opacity: 1 !important;
  color: #fff;
  font-family: 'Figtree';
  font-weight: 500;
  font-size: 1.8rem;
  height: 68px;
  border-radius: 50px;
  right: 0;
  padding: 0px 80px 0px 48px;
  transition: all .3s ease-in-out;
  cursor: not-allowed;
}

.action.search.home-search-action:hover {
  background: #2E2E70;
  cursor: pointer;
}

#search.homepage-input-search {
  height: 68px;
  box-shadow: 0px 0px 28px rgba(212, 218, 222, 0.5);
  border: 1px solid #DBE0E3;
  border-radius: 50px;
  color: #292D31;
  font-family: "Golos Text";
  font-size: 1.6rem;
  padding-left: 38px;
}

.block.block-search.homepage-search-section .action.search.home-search-action::before {
  color: #fff;
  position: absolute;
  right: 44px;
  font-size: 22px;
  top: 19px;
}

.dopacjenta-category-sct {
  overflow: hidden;
  position: relative;
}

.category-grid-title-section {
  padding: 64px 0 36px;
}

.category-grid-title-content {
  display: flex;
  gap: 28px;
  align-items: baseline;
}

.category-grid-link {
  color: #6EA6C9;
  display: flex;
  gap: 12px;
}

.category-grid-block {
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  flex-grow: 1;
  flex-basis: 0%;
  flex-direction: column;
  padding: 20px 10px 40px;
  justify-content: space-between;
  border: 2px solid #E6F5FC;
  transition: all .3s ease-in-out;
  position: relative;
  max-width: 176px;
  box-sizing: border-box;
  height: 192px;
  flex: 0 0 176px;
}

.category-grid-title {
  color: #292D31;
  font-family: "Figtree";
  font-size: 1.4rem;
  line-height: 1.8rem;
  height: 66px;
  max-width: 156px;
  display: flex;
  align-items: center;
  white-space: wrap !important;
  text-align: center;
}

.category-grid-next {
  position: absolute;
  border: 4px solid #fff;
  background-color: #DDF1FB;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  bottom: -20px;
  right: calc(50% - 20px);
  border-radius: 50px;
  padding-left: 12px;
}

.category-grid {
  position: relative;
  overflow: hidden;
  width: 100%;
    margin: 0 auto;
    padding-bottom: 15px;
}

.category-grid-inner {
  display: flex;
  transition: transform 0.3s ease;
  touch-action: pan-x;
  white-space: nowrap;
  gap: 40px;
}

.category-next {
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  width: 200px;
  height: 100%;
}

.why-us-sct {
  margin-top: 12.8rem;
}

.why-us-sct .column-block {
  padding: 0 35px;
}

.why-us-icon {
  margin-bottom: 12px;
}

.about-us-sct {
  position: relative;
  margin-top: 8.8rem;
}

.counter-value {
  font-family: "Figtree";
  color: #2E2E70;
  font-weight: 800;
  font-size: 4.2rem;
  line-height: 1;
  margin-bottom: 6px;
}

.counter-name {
  font-family: "Figtree";
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.counter-homepage {
  padding: 40px 48px;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 43px;
}

.border-box {
  border: 1px solid #CDEBF8;
  border-radius: 20px;
}

.counter-block {
  position: relative;
}

.counter-faces {
  display: flex;
  position: absolute;
  right: -16px;
  top: -6px;
}

.counter-rating-face {
  margin-left: -6px;
  height: 26px;
}

.topic-home-box {
  background: transparent;
}

.topic-home-content {
  color: #6B7184;
  line-height: 2.4rem;
  margin-bottom: 4.4rem;
}

.topic-container-left {
  padding: 4rem 0 0 4rem;
  position: relative;
  z-index: 1;
  flex-grow: 1;
  min-width: 0;
}

.topic-home-container {
  display: flex;
  margin-bottom: 204px;
  border-radius: 25px;
  border: 1px solid #EAEAEA;
}

.topic-container-right {
  flex: 0 0 440px;
  width: 440px;
  position: relative;
}

.topic-content-left {
  padding-right: 60px;
}

.topic-box-tooltip {
  font-family: "Figtree";
  font-size: 14px;
  font-style: italic;
  border-radius: 12px;
  background: #8DD0FA;
  position: absolute;
  top: -17px;
  color: #fff;
  padding: 4px 38px;
}

.topic-cat {
  color: #A1A4AD !important;
  font-family: "Figtree";
  font-size: 13px;
  border: 1px solid;
  padding: 5px 16px;
  line-height: 1;
  border-radius: 50px;
}

.topic-categories-grid {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

.topic-category-grid-next {
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  width: 90px;
  height: 100%;
}

.topic-category-grid-prev {
  position: absolute;
  left: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  width: 30px;
  height: 100%;
}

.topic-categories {
  display: flex;
  align-items: center;
  margin-bottom: 5.6rem;
}

.topic-icon {
  display: flex;
  background: #8DD0FA;
  border-radius: 12px;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  flex: 0 0 46px;
}

.topic-categories-title {
  display: flex;
  gap: 16px;
  color: #292D31;
  font-family: "Figtree";
  font-size: 13px;
  flex: 0 0 178px;
  line-height: 18px;
  font-weight: 600;
  align-items: center;
}

.topic-category-grid-inner {
  display: flex;
  transition: transform 0.3s ease;
  will-change: transform;
  white-space: nowrap;
  gap: 24px;
}

.topic-products {
  display: flex;
  gap: 30px;
  margin-bottom: -204px;
}

.small-product-card {
  max-width: 210px;
  font-family: "Figtree";
  position: relative;
}

.small-product-container {
  position: relative;
  z-index: 4;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #CBEAFE;
}

.small-product-bg {
  background-color: #D4DADE;
  filter: blur(100px);
  position: absolute;
  width: 170px;
  height: 344px;
  z-index: 3;
  top: 0;
  left: 20px;
  opacity: .15;
}

.product-image {
  max-height: 210px;
}

.product-info {
  padding: 12px 20px 20px;
  position: relative;
}

.small-product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.small-product-price {
  color: #848F96;
  font-size: 16px;
  line-height: 16px;
  margin: 0;
}

.small-product-btn {
  width: 42px;
  height: 42px;
  border-radius: 50px;
  display: flex;
  background: #3A3F43;
  align-items: center;
  justify-content: center;
  transition: all .3s ease-in-out;
}

.small-product-card-title {
  height: 80px;
  margin: 0;
  display: flex;
  align-items: start;
}

.topic-sport .topic-icon {
  background-color: #F4DEDF;
}

.topic-sport .topic-box-tooltip {
  background-color: #F4DEDF;
  color: #573435;
}

.bg-topic-sport {
  position: absolute;
  top: 0;
  right: 375px;
  z-index: 0;
}

.sport-hero {
  position: absolute;
  top: 0;
  right: 0;
  max-width: unset;
  border-radius: 25px;
  height: 100%;
}

.topic-senior .topic-icon {
  background-color: #A6E4DA;
}

.topic-senior .topic-box-tooltip {
  background-color: #A6E4DA;
  color: #044136;
}

.topic-senior .topic-container-left {
  padding: 4rem 4rem 0 0;
}

.topic-senior-content {
  padding-left: 7rem;
  position: relative
}

.topic-senior .topic-box-tooltip {
  top: -57px;
}

.topic-senior .topic-categories {
  gap: 20px;
}

.senior-hero {
  position: absolute;
  top: 0;
  left: 0;
  max-width: unset;
  border-radius: 25px;
}

.topic-caregiver .topic-icon {
  background-color: #F3CAD7;
}

.topic-caregiver .topic-box-tooltip {
  background-color: #F3CAD7;
  color: #5F303F;
}

.caregiver-hero {
  position: absolute;
  top: 0;
  right: 0;
  max-width: unset;
  border-radius: 25px;
  height: 100%;
}

/* .topic-special-offer {
  background: #C8EAFF url(../images/produkty-kompresyjne.webp) right top no-repeat;
} */

/* .topic-special-offer .heading-size-h2 {
  color: #2E2E70;
} */

.square-image-hero {
  position: absolute;
  top: 0;
  right: 0;
  max-width: unset;
  border-radius: 25px;
  height: 100%;
}

.rental-sct {
  background-color: #F2FAFF;
}

.rental-promo {
  position: relative;
  width: 100%;
  margin-bottom: -94px;
  margin-top: -42px;
}

.rental-promo-container {
  position: relative;
  z-index: 4;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.rental-promo-content {
  padding: 20px;
}

.rental-promo-dsc {
  color: #7A858B;
  font-size: 13px;
  line-height: 22px;
  margin: 2.8rem 0;
}

.rental-promo-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rental-promo-price {
  font-family: "Figtree";
  font-size: 1.6rem;
  line-height: 1;
  color: #2F2F71;
  font-weight: 600;
}

.rental-promo .small-product-bg {
  width: 100%;
  left: 0;
  height: 100%;
  opacity: .4;
}

.rental-img-holder {
  position: relative;
}

.rental-hero {
  position: absolute;
  top: -30px;
  right: 28px;
  max-width: unset;
  border-radius: 25px;
}

/* .product-buy-block {
  border: 1px solid #DDE9F1;
  background: #F2FAFF;
  border-radius: 25px;
  padding: 20px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
} */

.product-buy-icons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product-buy-short-info {
  display: flex;
  align-items: center;
  font-family: "Figtree";
  color: #7195AB;
  gap: 20px;
}

.product-buy-icon-block {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #9BBED3;
  border-radius: 11px;
}

.product-buy-block > .product-buy-icons {
  display: none;
}

.box-tocart {
  border: 1px solid #DDE9F1;
  background: #F2FAFF;
  border-radius: 25px;
  padding: 20px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  /* flex-grow: 1; */
}

.product-buy-block .fieldset {
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  justify-content: end;
}

.box-tocart .action.tocart {
  margin-bottom: 12px !important;
  margin-right: 0;
  width: 100%;
  font-family: "Figtree";
  background: #F13E77;
  border: 0;
  border-radius: 50px;
  padding: 20px 78px 20px 48px;
  font-weight: 500;
  transition: all .3s ease-in-out;
}

.box-tocart .action.tocart:hover {
  background-color: #2E2E70;
}

.box-tocart .action.tocart span {
  position: relative;
}

.box-tocart .action.tocart span::after {
  background-image: url(../images/bag.svg);
  position: absolute;
  top: -1px;
  right: -40px;
  width: 20px;
  height: 24px;
  display: block;
  content: "";
}

.product-buy-block .fieldset > .field {
  margin: 0 !important;
}

.variation-price-total {
  color: #292D31;
  font-size: 2.6rem;
  font-family: "Figtree";
  font-weight: 700;
  display: flex;
  gap: 8px;
  margin-right: 8%;
}

.product-buy-block .control {
  color: #7195AB;
  border: 1px solid #DDE9F1;
  border-radius: 5px;
  background: #fff;
  display: flex;
}

.product-buy-block .control #qty {
  border-top: 0;
  border-bottom: 0;
  color: #7195AB;
  font-weight: 700;
  font-size: 20px;
  border-color: #DDE9F1;
  height: 38px;
}

.qty-minus {
  padding-top: 2px;
}

.qty-minus, .qty-plus {
  border: 0;
  background: no-repeat;
  color: #7195AB;
  font-size: 24px;
}

.addtocart-delivery-price {
  font-size: 13px;
  font-family: "Figtree";
  display: flex;
  color: #2E5974;
  font-weight: 600;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.product-delivery-data {
  font-family: "Figtree";
  color: #7BA3BC;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 32px;
  padding-left: 24px;
}

.product-delivery-data-logos {
  display: flex;
  align-items: center;
  gap: 32px;
}

.swatch-attribute {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.swatch-attribute-label {
  font-size: 13px;
  font-weight: 500;
}

.swatch-attribute-options {
  margin: 0;
}

.swatch-option {
  border-color: #DEEAF2;
  border-radius: 5px;
  height: 42px;
  width: 42px;
  margin-bottom: 0;
  margin-right: 12px;
  transition: all .3s ease-in-out;
}

.swatch-option.color[data-option-id="255"] {
  border: 2px solid #464C52;
}

.swatch-option.text {
  display: flex;
    align-items: center;
    justify-content: center;
}

.swatch-option.color, .swatch-option.kolor {
  border-width: 0;
}

.swatch-option.selected {
  outline-color: #F13E77;
  border-width: 2px;
}

.swatch-option.image:not(.disabled):hover, 
.swatch-option.color:not(.disabled):hover {
  border: 2px solid #fff;
  outline: 2px solid #F13E77;
}

.swatch-attribute-selected-option {
  font-size: 13px;
  padding-left: 16px;
  padding-right: 8px;
  color: #f13e77;
}

.swatch-option-tooltip {
  border-color: #DEEAF2;
  border-radius: 10px;
  filter: drop-shadow(0px 0px 14px rgba(207,221,234,.7));
  padding: 8px;
}

.swatch-option-tooltip .image, .swatch-option-tooltip-layered .image {
  border-radius: 5px;
}

.swatch-option-tooltip .corner, .swatch-option-tooltip-layered .corner {
  background: #fff;
  width: 26px;
  height: 26px;
  border-radius: 50px;
  border: 1px solid #DEEAF2;
  display: flex;
  align-items: center;
  padding: 4px;
  bottom: -15px;
}

.swatch-option-tooltip .corner::before, .swatch-option-tooltip-layered .corner::before {
  border-color: #292D31 transparent transparent transparent;
}

.product-manufacturer {
  font-family: "Figtree";
  color: #7BA3BC;
  text-transform: uppercase;
  font-style: italic;
  font-size: 14px;
  line-height: 1;
}

.product-info-main .page-title-wrapper h1.page-title {
  color: #292D31;
  font-size: 3.1rem;
  font-weight: 600;
  line-height: 4.8rem;
  margin-bottom: 16px;
}

.product-options-wrapper {
  margin-bottom: 5.2rem;
}

.product-options-bottom .price-box .price-container .price, .product-info-price .price-box .price-container .price {
  font-family: "Figtree";
  color: #292D31;
  font-size: 2.2rem;
  line-height: 1;
}

.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax .price {
  color: #B2BEC5;
  font-size: 13px;
  font-weight: 500;
  margin: 0;
}

.product-info-main .product.attribute.sku {
  font-size: 13px;
  color: #B2BEC5;
}

.product-info-main .product-info-price {
  color: #4D5660;
  border-bottom: 0;
  margin-bottom: 0;
}

.product-info-main .product-info-stock-sku {
  padding-bottom: 0;
  padding-left: 0;
  width: 100%;
}

.product.media .fotorama__stage {
  border: 1px solid #DEEAF2;
  border-radius: 10px;
  margin-bottom: 24px;
}

.fotorama__thumb-border {
  border: 1px solid #8DD0FA !important;
  border-radius: 10px;
}

.breadcrumbs {
  max-width: unset;
  background: #F2FAFF;
  padding: 12px 0;
  margin-bottom: 52px;
}

.breadcrumbs .items {
  max-width: 1410px;
  margin: 0 auto;
  color: #7BA3BC;
}

.breadcrumbs .items .item {
  display: inline-flex;
  align-items: center;
}

.breadcrumbs a {
  color: #7BA3BC;
}

.nav-sections {
  margin-bottom: 0;
}

#product-help {
  width: 100%;
  padding: 0;
  background: #F9FDFF;
  border-top: 1px solid #F0F3F6;
  border-bottom: 1px solid #F0F3F6;
  margin-top: 10.2rem;
  margin-bottom: 5.2rem;
  position: relative;
}

.buyer-help {
  display: flex;
  gap: 54px;
  align-items: center;
  color: #688CA3;
  font-weight: 400;
  max-width: 1410px;
  margin: 0 auto;
}

.consierge-question {
  position: relative;
  margin-top: -50px;
  width: 260px;
  flex: 0 0 260px;
}

.consierge-question img {
  position: relative;
  z-index: 2;
  margin-bottom: -9px;
}

.consierge-question-badge {
  font-family: "Figtree";
  color: #2E5974;
  letter-spacing: .5px;
  font-size: 13px;
  border-radius: 4px;
  background: #C8EAFF;
  position: absolute;
  bottom: 14px;
  right: 0;
  padding: 3px 16px;
}

.buyer-help-strong {
  color: #2E5974;
  text-decoration: underline;
  margin-right: 8px;
  margin-left: 4px;
}

.buyer-help-container a {
  font-size: 2.2rem;
  color: #2E5974;
  font-weight: 600;
}

.buyer-help-small {
  font-size: 12px;
  margin-right: 12px;
}

[data-content-type="row"][data-appearance="contained"] {
  max-width: 1410px;
}

#product-legal {
  margin-top: 2rem;
}

.legal-info-sct {
  background: #2E2E70;
  color: #fff;
  display: flex;
  align-items: center;
  border-radius: 10px;
  gap: 16px;
  padding: 13px 22px;
  float: left;
}

.page-products .products-grid .product-item {
  position: relative;
}

.page-products .product-item-info {
  background: #ffffff;
  position: relative;
  z-index: 3;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}

.abs-visually-hidden-desktop-s, .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
  border: 0;
  clip: unset;
  height: auto;
  margin: auto 0 0;
  overflow: visible;
  padding: 0;
  position: relative;
  width: 100%;
}

.products-grid .product-item-inner {
    background: #ffffff;
    box-shadow: none;
    border: 0;
    left: 0;
    margin: auto 0 0;
    padding: 0;
    position: relative;
    right: 0;
    z-index: 2;
    display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.products-grid .product-item-info:hover, .products-grid .product-item-info.active  {
  background: #ffffff;
  box-shadow: none;
  border: 0;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 9;
}

.product-bg {
  background-color: #DEE5EB;
  filter: blur(100px);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}

.dopacjenta-products .product-item .price-excluding-tax {
  display: none;
}

.dopacjenta-products .products-grid .product-item-actions {
  margin: 0;
}

.product.details.product-item-details {
  padding: 16px 20px 20px;
  font-family: "Figtree";
}

.product-item .product-item-name {
  font-size: 2.1rem;
  line-height: 2.4rem;
  margin: 0 0 12px;
}

.product-item .product-item-name a {
  color: #292D31;
}

.page-products .products-grid .product-item {
  padding: 0px;
  margin-bottom: 30px;
}

.toolbar-amount, .page-products .sorter, .page-products .toolbar .limiter {
  color: #2E5974;
  font-size: 13px;
}

.block.filter {
  border: 1px solid #DDE9F1;
  background: #fff;
  z-index: 1;
  position: relative;
  border-radius: 10px;
  font-family: "Figtree";
}

.filter .block-subtitle {
  color: #292D31;
  border-color: #DDE9F1;
  font-size: 2.2rem;
  padding: 24px;
}

.filter-options-title {
  text-transform: none;
  padding: 14px 24px 0;
  color: #292D31;
  font-size: 1.8rem;
}

.filter-options-content {
  padding: 0 24px 4px;
}

.filter-options-title::after {
  right: 24px;
  top: 20px;
  color: #292D31;
}

.filter-options-item {
  border-bottom: 1px solid #DDE9F1;
  padding-bottom: 14px;
}

.filter-options-item:last-child {
  border: 0;
}

.filter-options-content.cat-filter-open {
  background: #F2FAFF;
  padding: 0;
  margin-bottom: -14px;
  margin-top: 10px;
}

.filter-options-content.cat-filter-open a {
  font-size: 16px;
  color: #173243;
}

.filter-options-content.cat-filter-open span.count {
  font-size: 12px;
  color: #7BA3BC;
  font-weight: 600;
}

.filter-options-content.cat-filter-open li.item {
  margin: 0;
  padding: 12px 24px;
  border-top: 1px solid #e5f0f7;
}

.filter-options-content a {
  transition: all .3s ease;
}

.filter-options-content a:hover {
  background-color: transparent;
  color: #2FB7A1;
}

.products-grid .product-item-actions {
  margin: 0;
}

.dopacjenta-products .actions-secondary {
  display: none !important;
}

.product-item .product-grid-price .price-box {
  margin: 0;
}

.product-item .product-grid-price .price-box .price {
  font-size: 1.8rem;
  color: #848F96;
  font-weight: 500;
}

.action.primary.icon-round-cart {
  background: #2E2E70;
  border: 0;
  height: 52px;
  width: 52px;
  padding: 16px 0 0;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  transition: all .3s ease-in-out;
}

.action.primary.icon-round-cart:hover {
  background: #8DD0FA;
}

.product-categories {
  color: #7A858B;
  font-size: 1.4rem;
  font-weight: 400;
}

.modes-mode::before, .sorter-action::before, .pages .action.next::before, .pages .action.next:visited::before,
.pages .action.previous:visited::before, .pages .action.next::before, .pages .action.previous::before {
  color: #7BA3BC;
}

.modes {
  position: relative;
  z-index: 2;
}

select {
  background: #fff url(../images/select-bg.svg) no-repeat 89% 50%;
  border: 1px solid #DDE9F1;
  border-radius: 5px;
  font-family: 'Figtree', Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 40px;
  padding: 4px 24px 4px 16px;
  position: relative;
  z-index: 2;
  color: #7BA3BC;
}

/* input[type="text"], input[type="password"], input[type="url"], input[type*="date"], input[type="email"] {
  border: 1px solid #DDE9F1;
  border-radius: 5px;
  font-family: 'Figtree', Helvetica, Arial, sans-serif;
  font-size: 15px;
  height: 40px;
  padding: 4px 16px 4px 16px;
  color: #2E5974;
} */

input[type="text"], input[type="password"], input[type="url"], input[type*="date"], input[type="email"], input[type="tel"], textarea#comment {
  border: 1px solid #B2BEC5;
  border-radius: 10px;
  font-family: 'Figtree', Helvetica, Arial, sans-serif;
  font-size: 15px;
  height: 48px;
  padding: 4px 16px 4px 16px;
  color: #2E5974;
  box-shadow: 0px 5px 5px -1px rgba(185, 202, 213, 0.25);
}

textarea#comment {
  min-height: 100px;
}

.toolbar select {
  background-color: #fff;
  box-shadow: none;
  border-radius: 5px;
}

.items.pages-items {
  position: relative;
  z-index: 2;
  border: 1px solid #DDE9F1;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
}

.pages .action {
  box-shadow: none;
  border-radius: 0;
  padding: 5px 11px 4px 13px;
  border: 0 none;
  background: #fff;
  height: 40px;
}

.pages .item {
  margin: 0;
}

.pages .action.previous {
  border-right: 1px solid #DDE9F1;
  padding-left: 12px;
  margin: 0;
}

.pages .action.next {
  padding-left: 13px;
  margin: 0;
}

.pages strong.page {
  background: #7BA3BC;
  font-size: 1.5rem;
  line-height: 4rem;
  color: #fff;
  font-weight: 500;
  padding: 0 16px;
}

.pages a.page:visited {
  color: #2e2e70;
}

.pages a.page {
  color: #7BA3BC;
  padding: 0 17px;
  height: 40px;
  border-right: 1px solid #DDE9F1;
  font-size: 1.5rem;
  line-height: 4rem;
  max-width: 40px;
}

.pages .action:hover {
  background: #7ba3bc;
  color: #fff;
}

.pages .action:hover::before {
  color: #fff !important;
}

.pages a.page:hover {
  color: #7BA3BC;
  background: #ebf3f8;
}

.filter-options-item .swatch-option {
  margin-bottom: 12px;
}

#product-on-order-form .field {
  margin-bottom: 16px;
}

form#product-on-order-form {
  margin-top: 32px;
}

.product-on-roder-box {
  padding: 16px 32px 32px;
  background: #F9FDFF;
  border-radius: 15px;
  border: 1px solid #F0F3F6;
  margin-bottom: 64px;
}

.product-on-roder-box h3 {
  color: #2e2e70
}

.rent-map-title {
  font-size: 1.6rem;
  color: #292D31;
  font-weight: 600;
  font-family: "Figtree";
  margin-top: 22px;
}

.rent-map-despription {
  font-size: 14px;
  color: #848F96;
  margin-bottom: 20px;
  line-height: 22px;
}

#product-rent-badge {
  margin-bottom: 6px;
  font-size: 14px;
  color: #848F96;
}

a.rent-anchor {
  margin-left: 4px;
  text-decoration: underline;
}

.top-custom-message {
  background: #19dabb;
  color: #14483F;
  font-size: 14px;
  padding: 8px 0;
  text-align: left;
}

.success.message {
  background: #B1EEE4;
  color: #248878;
  border-radius: 15px;
  margin-bottom: 5rem;
}

.message.success > :first-child::before {
  margin-top: -10px;
  color: #248878;
}

.action.primary, .action-primary {
  background: #3A3F43;
  border: 0;
  font-family: "Figtree";
  color: #fff;
  border-radius: 50px !important;
  font-weight: 500;
  font-size: 1.6rem;
  padding: 14px 30px 14px 30px;
  line-height: 1;
  transition: all .3s ease-in-out;
}

.action.primary:hover, .action-primary:hover {
  border: 0 none;
}

#top-cart-btn-checkout {
  background: #F13E77;
  padding-right: 48px !important;
}

.minicart-items-wrapper {
  padding: 0;
  border-color: #deeaf2;
  background: #fff;
}

.minicart-wrapper .block-minicart {
  border: 1px solid #DEEAF2;
  border-radius: 10px;
  box-shadow: 0px 6px 25px 3px rgba(180,206,230,.25);
  background: #f2faff;
  color: #292D31;
  font-family: "Figtree";
  top: 120%;
  padding-top: 30px;
  font-size: 14px;
  padding-bottom: 4px;
}

.block-minicart .block-content > .actions {
  margin-top: 20px;
  margin-bottom: 20px;
}

.minicart-wrapper .block-minicart::before {
  display: none;
}

.minicart-wrapper .block-minicart::after {
  right: 16px;
  top: -20px;
}
.minicart-wrapper .block-minicart::after {
  border: 10px solid;
  border-color: transparent transparent #DEEAF2 transparent;
}

.minicart-wrapper .action.close {
  right: -14px;
  top: 8px;
  border: 1px solid #deeaf2;
  border-radius: 40px;
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2faff;
}

.minicart-wrapper .action.close::before {
  font-weight: 600;
  color: #7BA3BC;
  font-size: 12px;
}

.minicart-wrapper .action.close:focus, .minicart-wrapper .action.close:active {
  background: #f2faff;
  border: 1px solid #deeaf2;
}

.minicart-items .item-qty,
.cart-container input.qty {
  border: 1px solid #D8E4EC;
  border-radius: 5px;
  width: 40px;
  height: 30px;
}

._keyfocus :focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
  box-shadow: none;
  border-color: #f13e77;
}

.minicart-items .action.edit::before, .minicart-items .action.delete::before {
  color: #9BBED3;
}

#minicart-content-wrapper .price-wrapper.price-excluding-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.item .price-excluding-tax .cart-price {
  font-weight: 500;
}

.price-including-tax + .price-excluding-tax::before, .weee[data-label]::before {
  font-size: 12px;
}

#minicart-content-wrapper .price-wrapper.price-excluding-tax {
  color: #7BA3BC;
  letter-spacing: 0.4px;
}

#mini-cart .product-item-name {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
}

.minicart-items .product .toggle {
  color: #7AB6DB;
  letter-spacing: .3px;
}

.minicart-items .product .toggle::after {
  color: #7AB6DB;
}

.minicart-items .product .price-excluding-tax {
  display: none;
}

.minicart-items .product-item-details .price {
  font-weight: 600;
}

.minicart-items .product-item {
  padding: 20px !important;
}

.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #deeaf2;
}

#shopping-cart-table {
  font-family: "Figtree";
}

.cart-summary {
  border: 1px solid #DEEAF2;
  border-radius: 15px;
  background: #f2faff;
  color: #292D31;
  margin-top: 10px;
  padding: 0px;
}

.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #DEEAF2;
  padding: 0 0 12px 0;
  font-weight: 500;
  color: #9EAAB2;
}

.cart-summary .block > .title {
  border-color: #DEEAF2;
}

.magento-payments-review .table-magento-payments-review-items .col.price .price-including-tax, .magento-payments-review .table-magento-payments-review-items .col.subtotal .price-including-tax, .paypal-review .table-paypal-review-items .col.price .price-including-tax, .paypal-review .table-paypal-review-items .col.subtotal .price-including-tax, .cart.table-wrapper .col.price .price-including-tax, .cart.table-wrapper .col.subtotal .price-including-tax, .cart.table-wrapper .col.msrp .price-including-tax, .order-details-items .col.price .price-including-tax, .order-details-items .col.subtotal .price-including-tax {
  color: #292D31;
}

.magento-payments-review .table-magento-payments-review-items .col.price .price-excluding-tax,
.magento-payments-review .table-magento-payments-review-items .col.subtotal .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.msrp .price-excluding-tax,
.order-details-items .col.price .price-excluding-tax,
.order-details-items .col.subtotal .price-excluding-tax {
  color: #848F96;
}

.cart.table-wrapper .product-item-name {
  font-weight: 600;
}

.cart.item .item-options {
  color: #7A858B;
}

dt {
  font-weight: 500;
}

.cart.table-wrapper .cart > .item {
  border-bottom: 0px none;
}

.cart.table-wrapper .actions-toolbar > .action-edit, .cart.table-wrapper .actions-toolbar > .action-delete {
  position: relative;
}

.cart.table-wrapper .actions-toolbar {
  height: 48px;
  background: #F4F7F9;
  border-radius: 0 0 9px 9px;
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 10px 20px;
}

.cart.table-wrapper .actions-toolbar > .action-edit::before, 
.cart.table-wrapper .actions-toolbar > .action-delete::before {
  color: #A8B8C1;
}

#shopping-cart-table {
  border-collapse: separate;
  border-spacing: 0 12px;
  border: 1px solid white;
}


#shopping-cart-table thead,
#shopping-cart-table tbody {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}

#shopping-cart-table thead::before,
#shopping-cart-table tbody::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 1px solid #D0DCE4;
  border-radius: 10px;
  pointer-events: none;
}

#shopping-cart-table thead th {
  padding: 0px 20px 12px 20px;
  border: none;
}

#shopping-cart-table .item-info td {
  vertical-align: middle;
  padding: 0 20px 0;
}

.cart.table-wrapper .action {
  margin-right: 8px;
}

.action.update {
  border: 1px solid #6EA6C9;
  border-radius: 50px;
  background: #fff;
  color: #6EA6C9;
  font-family: "Figtree";
  font-weight: 500;
  font-size: 14px;
  padding: 10px 40px;
  transition: all .3s ease-in-out;
}

.action.update:hover {
  border: 1px solid #2E2E70;
  color: #2E2E70;
}

#coupon_code, #discount-code {
  border-radius: 50px;
  padding-right: 40px;
}

#discount-coupon-form .action.apply.primary,
#discount-form .actions-toolbar .primary button {
  background: rgb(58, 63, 67);
  color: #fff;
  border: 0 none;
  border-radius: 50px;
  box-shadow: none;
  font-size: 14px;
  padding: 12px 20px;
  margin-left: -40px;
  z-index: 9;
  position: relative;
}

.cart-discount .block.discount {
  float: right;
  text-align: right;
}

.abs-discount-block .block > .title::after, .cart-summary .block > .title::after, .magento-payments-review-discount .block > .title::after, .paypal-review-discount .block > .title::after, .cart-discount .block > .title::after {
  color: #3a3f43;
}

.cart-totals .grand strong, .opc-block-summary .table-totals .grand strong {
  font-weight: 500;
  padding: 0;
}

.grand.totals.incl {
  background: #2E2E70;
  color: #fff;
}

.cart-totals .grand.incl .mark {
  font-size: 15px;
  border-top: 0 none;
  padding: 13px 20px 0;
}

.cart-totals .grand.incl .amount {
  font-size: 18px;
  border-top: 0 none;
  font-family: "Figtree";
  padding: 10px 20px;
}

.cart-totals .grand.excl .mark {
  font-size: 13px;
  border-top: 0 none;
  padding: 8px 20px 0;
}

.cart-totals .grand.excl .amount {
  font-size: 13px;
  border-top: 0 none;
  font-family: "Figtree";
  padding: 8px 20px;
}

.cart-summary .block > .title::after {
    right: 12px;
    top: 18px;
}

.cart-summary .block > .title {
  border-color: #DEEAF2;
  font-size: 16px;
  line-height: 22px;
  padding: 10px 28px 10px 20px;
}

.cart-summary .block > .title strong {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Figtree";
}

#co-shipping-method-form dt.item-title {
  font-weight: 600;
  opacity: .6;
  font-family: "Figtree";
  font-size: 14px;
  margin-bottom: 0;
}

.cart-summary .block .content {
  padding-bottom: 0px;
}

.cart-totals {
  border-top: 1px solid #deeaf2;
  padding-top: 0;
}

.totals.sub.excl, .totals.sub.incl {
  display: none;
}

.cart-totals .totals-tax-summary .mark, .cart-totals .totals-tax-summary .amount, .opc-block-summary .table-totals .totals-tax-summary .mark, .opc-block-summary .table-totals .totals-tax-summary .amount {
  border-bottom: 0px solid #ccc;
  border-top: 0px solid #ccc;
  padding: 6px 20px;
  font-size: 15px;
}

.cart-totals .totals-tax-summary .amount .price::after, .opc-block-summary .table-totals .totals-tax-summary .amount .price::after {
  right: 0px;
  top: 7px;
}

.cart-totals .totals-tax-details, .opc-block-summary .table-totals .totals-tax-details {
  border-bottom: 1px solid #deeaf2;
}

.cart-totals tbody .mark, .cart-totals tfoot .mark, .opc-block-summary .table-totals tfoot .mark {
  border: 0;
  font-weight: 400;
  padding: 6px 20px;
  font-size: 13px;
}

.cart-totals tbody .amount, .cart-totals tfoot .amount, .opc-block-summary .table-totals tbody .amount, .opc-block-summary .table-totals tfoot .amount {
  padding: 6px 20px 6px 14px;
  font-size: 14px;
}

.grand.totals.excl {
  background: #deeaf2;
}

.grand.totals.excl {
  background: #deeaf2;
  color: #7497AC;
}

.cart-summary .checkout-methods-items .action.primary.checkout {
  background: #F13E77;
  padding: 18px;
}

.action.multicheckout {
  font-size: 14px;
}

div#block-shipping #shipping-zip-form {
  display: none;
}

#shipping-zip-form, #co-shipping-method-form {
  padding: 0 20px;
  font-size: 13px;
}

.cart-summary .block .fieldset .field {
  margin: 0 0 4px;
}

/* #co-shipping-method-form {
  padding: 0 20px;
} */

#shipping-zip-form select {
  background-position-x: 95%;
}

.cart-summary > .title {
  font-size: 2.2rem;
  padding: 0 20px;
}

.opc-progress-bar-item._complete > span {
  color: #65B3E4;
  font-weight: 500;
}

.opc-progress-bar-item._complete > span::after {
  color: #65B3E4;
  margin-left: 11px;
}

.opc-progress-bar-item._complete:hover > span::before {
  background: #F2FAFF;
}

.opc-progress-bar-item._complete > span::before {
  border: 2px solid #65B3E4;
}

.opc-progress-bar-item > span::after {
  border: 0;
  background: transparent;
  left: 0;
  font-family: "Figtree";
  font-size: 18px;
  color: #B2BEC5;
  line-height: 30px;
  margin-left: 16px;
}

.opc-progress-bar-item > span::before {
  border: 2px solid #C9D5DC;
  background: #fff;
  left: 0;
  margin-left: 0;
}

.opc-progress-bar-item > span {
  padding-top: 5px;
  padding-left: 0px;
  font-size: 14px;
  color: #B2BEC5;
  font-weight: 600;
}

.opc-progress-bar-item:last-child::before {
  display: none;
}

.opc-progress-bar-item {
  padding: 3px 80px 2px 60px;
  width: auto;
  text-align: left;
  font-family: "Figtree";
}

.opc-progress-bar-item::before {
  width: 40px;
  height: 2px;
  left: unset;
  right: 16px;
  border: 0 none; 
  background: #c9d5dc;
}

.opc-progress-bar-item._active::before {
  background: #c9d5dc;
  right: 16px;
  top: 21px;
}

.opc-progress-bar-item._active > span::before {
  border-color: #2fb7a1;
  background: #2fb7a1;
}

.opc-progress-bar-item._active > span::after {
  color: #fff;
  left: -1px;
  font-size: 14px;
}

.opc-progress-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5.2rem;
  width: 66.66666667%;
  padding-right: 48px;
}

.opc-wrapper .step-title {
  border: 0;
  font-family: "Figtree";
  font-size: 2.2rem;
  color: #292D31;
}

.opc-wrapper .form-login .fieldset .field .label, .opc-wrapper .form-shipping-address .fieldset .field .label,
.fieldset > .field > .label, .fieldset > .fields > .field > .label {
  font-family: "Figtree";
  color: #292D31;
  font-weight: 500;
}

.opc-wrapper .form-login .fieldset .note, .opc-wrapper .form-shipping-address .fieldset .note {
  color: #7AA2BB;
}

.opc-wrapper .form-login, .opc-wrapper .form-shipping-address {
  max-width: unset;
  border: 0 none;
  /* border: 1px solid #DEEAF2; */
  /* border-radius: 10px; */
  /* padding: 20px 30px; */
  /* box-shadow: 0px 6px 25px 3px rgba(180,206,230,.25); */
}

.field-tooltip .field-tooltip-action::before {
  color: #1b1b52;
  height: 54px;
  line-height: 50px;
}

#customer-email {
  padding: 4px 16px 4px 16px;
  border-radius: 5px;
  height: 40px;
  border-color: #7BA3BC;
}

#customer-email-fieldset {
  margin: 0;
}

#customer-email-fieldset .field.required {
  margin: 0;
}

#co-shipping-form input[type="text"] {
  /* border-color: #7BA3BC; */
  border-color: #B2BEC5;
  border-radius: 10px;
  height: 56px;
  box-shadow: 0px 5px 5px -1px rgba(185, 202, 213, 0.25);
}

#co-shipping-form select {
  background-position-x: 98%;
  border-color: #B2BEC5;
  border-radius: 10px;
  height: 56px;
  box-shadow: 0px 5px 5px -1px rgba(185, 202, 213, 0.25);
}

.opc-block-summary > .title {
  font-size: 1.8rem;
  color: #292D31;
  font-weight: 500;
}

.opc-block-summary .items-in-cart > .title strong {
  color: #7AA2BB;
  font-size: 14px;
}

.opc-block-summary .items-in-cart > .title::after {
  color: #7AA2BB;
  top: 6px;
}

.opc-block-summary .items-in-cart > .title {
  border: 0 none;
  padding-top: 0;
}

.opc-block-summary .product-item-name {
  font-size: 16px;
  color: #292D31;
  line-height: 20px;
  font-weight: 600;
  font-family: "Figtree";
}

.column.main .opc-block-summary .product-item {
  padding: 20px;
  border: 1px solid #DEEAF2;
  border-radius: 20px;
  margin-bottom: 20px;
  background: #fff;
}

.opc-block-summary .details-qty {
  color: #9EAAB2;
  letter-spacing: .3px;
}

.opc-block-summary .product-item-details .price {
  font-size: 14px;
  font-weight: 600;
  color: #292D31;
  font-family: "Figtree";
}

/* .opc-sidebar::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 10000px;
  background: #F4F7F9;
  top: -300px;
  left: 0;
  z-index: -1;
} */

.checkout-right-bg {
  position: absolute;
  background: #F4F7F9;
  width: 100%;
  z-index: -1;
  height: 100%;
}

.opc-block-summary .minicart-items-wrapper {
  padding: 0 !important;
  background-color: transparent;
  max-height: 700px !important;
}

#shipping-new-address-form {
  display: flex;
  gap: 4%;
  flex-wrap: wrap;
}

#shipping-new-address-form .field {
  flex: 1 0 48%;
}

/* .authentication-wrapper {
  margin-top: -115px;
} */

.action.action-auth-toggle {
  color: #7AA2BB;
  border: 1px solid;
  border-radius: 50px;
  padding: 8px 32px;
  font-family: "Figtree";
  transition: all .3s ease-in-out;
}

.action.action-auth-toggle:hover {
  color: #8DD0FA;
}

.header.content {
  max-width: 1410px;
  padding: 30px 0 0;
}

.button.continue, button.action.primary.checkout {
  background: #F13E77;
  padding: 20px 90px 20px 48px !important;
}

button.action.primary.checkout {
  padding-left: 82px !important;
  margin-bottom: 20px !important;
}

button.action.primary.checkout span {
  color: #F13E77;
}

.button.continue span, button.checkout span {
  position: relative;
}

.button.continue span::after {
  background: url(../images/next-long-v2.svg) no-repeat center center;
  position: absolute;
  top: -1px;
  right: -56px;
  width: 40px;
  height: 24px;
  display: block;
  content: "";
}

button.checkout span::after {
  background: url(../images/checkout.svg) no-repeat center center;
  position: absolute;
  top: 0;
  right: -56px;
  width: 40px;
  height: 26px;
  display: block;
  content: "Zamawiam i płacę";
    text-indent: -204px;
    color: #fff;
}

button.action.primary.checkout:hover {
  background: #2E2E70;
}

/* button.action.primary.checkout:hover span {
  color: #2E2E70;
} */

.field.street.required .field.additional {
  display: none;
}

.table-checkout-shipping-method {
  width: 100%;
  margin-bottom: 4rem;
  border-collapse: separate;
  border-spacing: 0 12px;
  font-family: "Figtree";
  color: #292D31;
}

.table-checkout-shipping-method tbody tr {
  background: #F8F9FA;
  transition: all .3s ease-in-out;
}

.table-checkout-shipping-method tbody td {
  border-top: 0 none;
  vertical-align: middle;
}

.table-checkout-shipping-method tbody td:last-child {
  border-right: 1px solid #B2BEC5;
  border-radius: 0 10px 10px 0;
}

.table-checkout-shipping-method tbody tr:first-child td {
  border-top: 1px solid #B2BEC5;
}

.table-checkout-shipping-method tbody td {
  border-top: 1px solid #B2BEC5;
  border-bottom: 1px solid #B2BEC5;
}

.table-checkout-shipping-method tbody td:first-child {
  padding-left: 20px;
  padding-right: 10px;
  border-left: 1px solid #B2BEC5;
  border-radius: 10px 0 0 10px;
}

.table-checkout-shipping-method tbody tr.row.shipping-picked {
  background: #F2FAFF;
}

.table-checkout-shipping-method tbody tr.row.shipping-picked td,
.table-checkout-shipping-method tbody tr.row.shipping-picked:first-child td {
  border-width: 2px !important;
  border-color: #007AFF !important;
}

.table-checkout-shipping-method .col-carrier {
  opacity: .7;
}

.table-checkout-shipping-method tbody .col-price {
  font-size: 1.8rem;
}

.checkout-payment-method .payment-method-content {
  padding: 0px;
}

.checkout-payment-method .billing-address-same-as-shipping-block {
  color: #688CA3;
  font-family: "Figtree";
  line-height: 22px;
  margin-bottom: 20px;
}

.checkout-payment-method .checkout-billing-address .billing-address-details {
  font-size: 14px;
  color: #292D31;
  border: 1px solid #D0DCE4;
  border-radius: 10px;
  padding: 10px 20px;
  font-family: "Figtree";
}

.checkout-payment-method .checkout-billing-address .billing-address-details a {
  color: #292D31;
}

.checkout-payment-method .payment-option-title {
  padding: 0;
  border: 0 none;
}

.magento-payments-review-discount .block > .title strong, .paypal-review-discount .block > .title strong, .cart-discount .block > .title strong, .checkout-payment-method .payment-option-title .action-toggle, .checkout-payment-method .payment-option-title .action-toggle::after, .cart-discount .block .title::after {
  color: #3a3f43;
  margin-top: -4px;
}

.payment-option._collapsible.opc-payment-additional.discount-code {
  float: right;
  text-align: right;
  margin-top: 24px;
}

.checkout-payment-method .payment-option-content {
  padding: 8px 0;
}

.checkout-payment-method .checkout-billing-address {
  margin-bottom: 40px;
}

.opc-block-summary .table-totals {
  border: 0px solid;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 3.2rem;
}

.opc-block-summary .table-totals .shipping .mark .label {
  font-family: "Figtree";
  color: #292D31;
  font-size: 15px;
  font-weight: 600;
}

.opc-block-summary .table-totals .shipping .mark .value {
  color: #848F96;
  line-height: 1;
  font-size: 12px;
  letter-spacing: .3px;
}

.opc-block-summary .table-totals .shipping .amount {
  vertical-align: middle;
  font-family: "Figtree";
  color: #292D31;
  font-weight: 600;
  font-size: 15px;
}

.opc-block-summary .table-totals .grand.totals.excl td, .opc-block-summary .table-totals .grand.totals.excl th {
  padding-bottom: 10px;
  padding-top: 8px !important;
}

.opc-block-summary .table-totals .totals-tax-summary {
  border-top: 1px solid #ebecec;
}

.opc-block-summary .table-totals tbody .mark {
  border: 0;
  font-weight: 400;
  padding: 12px 20px;
  font-size: 13px;
}

.page-layout-checkout .page-wrapper {
  background-image: url(../images/checkout-bg.svg);
  background-repeat: repeat-y;
}

.opc-block-shipping-information .shipping-information-title {
  color: #292D31;
  font-size: 1.8rem;
  border-bottom: 0;
  margin: 0;
}

.opc-block-shipping-information {
  padding: 0 0px 0 48px;
  font-size: 14px;
  line-height: 14px;
  color: #848F96;
}

.opc-block-shipping-information .shipping-information-title .action-edit::before {
  color: #7195AB;
  margin-top: -28px;
}

.login-container .block .block-title strong {
  font-size: 1.8rem;
  font-family: "Figtree";
  color: #292D31;
}

.login-container .block .block-title {
  border-bottom: 0;
  font-size: 1.8rem;
  margin-bottom: 0;
  padding-bottom: 0;
}

.login-container .block-content {
  font-size: 14px;
  color: #848F96;
}

.block.block-customer-login, .block.block-new-customer {
  border: 1px solid #EAEAEA;
  border-radius: 15px;
  padding: 32px 40px;
}

form.form.form-create-account {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4%;
}

form.form.form-create-account .fieldset.create.info, form.form.form-create-account .fieldset.create.account {
  flex: 1 0 48%;
  width: 48%;
}

input[type="checkbox"] {
  top: -1px;
}

.field.choice.newsletter {
  margin: 0;
}

.password-strength-meter {
  background-color: #EFF1F3;
  line-height: 34px;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 8px;
  font-size: 15px;
  color: #292D31;
  font-family: "Figtree";
  font-weight: 600;
}

.account .legend {
  border: 0 none;
}

.account .legend > span {
  font-family: "Figtree";
  color: #292D31;
  font-weight: 600;
}

.fotorama__dot {
  width: 12px;
  height: 12px;
  border: 2px solid #cad6de;
}

.fotorama__active .fotorama__dot {
  background-color: #2e2e70;
  border-color: #2e2e70;
}

.navigation .level0.submenu {
  min-width: 600px;
  width: 1064px;
  left: -400px !important;
  /* display: flex; */
  flex-wrap: wrap;
  border-radius: 10px;
  border: 0;
  box-shadow: 0px 0px 80px 0px rgba(194,210,224,.95);
  padding: 0;
  overflow: hidden;
}

.navigation .level0.submenu > .level1,
.submenu-megamenu-el {
  /* flex: 1 0 23%; */
  float: left;
  width: 23.5%;
}

.submenu-tab-container {
  display: flex;
  gap: 16px;
}

.submenu-tab {
  display: flex;
  background: #F6FBFF;
}

.submenu-tab-head {
  padding: 28px 40px;
  cursor: pointer;
}

.submenu-tab-head.active {
  background: #fff;
}

.submenu-tab-head.do-pracownika {
  flex: 1 0 auto;
}

.submenu-tab-title {
  font-style: italic;
  font-size: 18px;
  color: #B2C2CC;
  line-height: 20px;
}

.submenu-tab-icon {
  background: #DEEAF2;
  border-radius: 12px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.submenu-tab-icon svg {
  max-width: 30px;
}

.submenu-tab-icon svg path {
  stroke: #B2C2CC;
}

.navigation .level0 .submenu-tab-more a {
  color: #CCD9E1;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
}

.submenu-tab-more path {
  fill: #CCD9E1;
  transition: all .3s ease-in-out;
}

.submenu-tab-head.active .submenu-tab-title {
  color: #292D31;
}

.submenu-tab-head.active .submenu-tab-icon {
  background: #F2FAFF;
}

.submenu-tab-head.active .submenu-tab-icon svg path {
  stroke: #4EB5E1;
}

.navigation .level0 .submenu-tab-head.active .submenu-tab-more a {
  color: #4EB5E1;
}

.submenu-tab-head.active .submenu-tab-more path {
  fill: #4EB5E1;
}

.navigation .level0 .submenu-tab-head.active .submenu-tab-more a:hover {
  color: #2E2E70;
  cursor: pointer;
}

.navigation .level0 .submenu-tab-head.active .submenu-tab-more a:hover svg path {
  fill: #2E2E70;
}

.navigation .level0 .submenu-tab-head .submenu-tab-more a {
  cursor: unset;
}

.navigation .level0 .submenu-tab-head .submenu-tab-more a:hover {
  color: #CCD9E1;
  background: none;
}

.navigation .level0 .submenu-megamenu a {
  font-size: 14px;
  color: #4D5660;
  padding: 0 40px 0 16px;
  line-height: 18px;
  margin-bottom: 12px;
  position: relative;
  transition: all .3s ease-in-out;
}

.navigation .level0 .submenu-megamenu a::before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  display: block;
  border-radius: 3px;
  border: 2px solid #4EB5E1;
  left: 0;
  top: 5px;
}

.navigation .level0 .submenu-megamenu a:hover {
  background: none;
  color: #4EB5E1;
}

.submenu-megamenu {
  padding: 28px 40px;
}

.submenu-megamenu-container {
  display: none;
  flex-wrap: wrap;
  gap: 4px 2%;
}

.submenu-megamenu-container.active {
  display: flex;
}

.submenu-tab-more-link.lnik-inactive {
  pointer-events: none;
}

.contact-company-title {
  font-size: 4.2rem;
  margin-bottom: 1.6rem;
  font-weight: 600;
}

.contact-company-address {
  font-family: "Figtree";
  color: #292D31;
  margin-bottom: 4rem;
}

.company-info-contact ul {
  list-style: none;
  padding-left: 0;
}

.company-info-contact li {
  padding-left: 46px;
  position: relative;
}

.company-info-contact li::before {
  background-image: url(../images/check-blue.svg);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 28px;
  height: 28px;
  display: block;
  content: "";
}

.kontakt__ContactData {
  display: flex;
  -webkit-box-align: start;
  align-items: start;
  margin-bottom: 4rem;
}

.kontakt__ContactIcon {
  width: 48px;
  flex: 0 0 48px;
}

.kontakt__ContactPhone a {
  color: #20262A;
  font-size: 2.1rem;
  font-weight: 600;
  font-family: "Figtree";
}

.kontakt__ContactPhone {
  margin-bottom: 12px;
  line-height: 26px;
}

#product-help.contact-page-help {
  margin-top: 5rem;
}

.contact-page-form {
  padding: 32px 40px;
  border: 1px solid #EAEAEA;
  border-radius: 15px;
}

.contact-page-form-title {
  font-size: 1.8rem;
  color: #292D31;
  font-family: "Figtree";
  padding: 0;
}

.field.note.no-label {
  color: #848F96;
  font-size: 14px;
}

.rent-product-image {
  padding-right: 80px;
}

.rental-promo-container-grid {
  padding: 20px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 80px 0px rgba(194,210,224,.95);
}

.sections.nav-sections {
  background-color: #fff;
}

.rental-promo-container-grid .btn-secondary {
  padding: 7px 28px 7px 28px;
}

.custom-mobile-menu-content ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.menu-mobile li {
  margin: 0;
  padding: 6px 20px;
}

.menu-mobile li a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #3A3F43;
  font-weight: 500;
}

.menu-mobile li svg {
  width: 24px;
}

.sections.nav-sections .section-item-title.nav-sections-item-title {
  display: none;
  height: 0;
}

div#store\.menu {
  margin: 0;
}

a.mobile-menu-logo {
  padding-left: 20px;
}

.menu-mobile-contact-data {
  background: #2E2E70;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
}

.menu-mobile-contact-data a {
  font-size: 14px;
  color: #8DD0FA;
}

a.action.clear.filter-clear {
  background: #F4DEDF;
  color: #573435;
  border-radius: 50px;
  padding: 6px 20px;
  font-size: 13px;
}

.select-wrapper select {
  appearance: auto;
  width: 100%; /* lub konkretna szerokość */
  min-width: 150px;
  padding: 8px;
  font-size: 14px;
}

@media (min-width: 1024px), print {
  .page-products .products-grid .product-item {
    padding: 0px;
    width: calc((100% - 6%)/3);
    margin-left: 3% !important;
  }
  .page-products .products-grid .product-item:nth-child(3n+1) {
    margin-left: 0% !important;
  }
}

@media (min-width: 769px), print {
  .opc-block-summary {
    background: #F4F7F9;
    padding: 14px 24px 0 24px;
    position: relative;
    z-index: 0;
  }
  
  .opc-sidebar {
    position: relative;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 8px;
  }
  .opc-wrapper {
    padding-right: 48px;
  }
  .cart-summary .checkout-methods-items {
    padding: 0 20px 20px;
  }
  .page-layout-2columns-left .main {
    padding-left: 1.5%;
  }
  .sidebar-main {
    padding-right: 1.5%;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 22.833%;
  }
  .page-layout-2columns-left .column.main {
    width: 77.167%;
  }
  .product.details.product-item-details {
    height: 216px;
    display: flex;
    flex-direction: column;
  }
  .page-layout-1column .product.media {
      width: 40%;
      max-width: 450px;
  }
  .page-layout-1column .product-info-main {
      width: 66%;
      max-width: 930px;
  }
  .modes-label + .modes-mode {
    border-radius: 5px 0 0 5px;
  }
  .modes-mode:last-child {
    border-radius: 0 5px 5px 0;
    border-right: 1px solid #DDE9F1;
  }
  .modes-mode {
    background-color: #ebf3f8;
    box-shadow: none;
    color: #7BA3BC;
    border: 1px solid #DDE9F1;
  }
  .modes-mode.active {
    box-shadow: none;
    background: #fff;
    color: #7BA3BC;
  }
  .checkout-cart-index .page-main {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 769px), print {
  .header-right-menu, .header-left-openings, .health-worker-content .health-worker-image, .header-left-contact::after,
  .header-menu, .cart-summary-data, .block-search .label, .serpentine.about-us-esthetic, .bg-topic-sport,
  .rental-sct .x-64, #shopping-cart-table thead, .opc-progress-bar, .cms-home .page-title-wrapper, .category-next {
    display: none;
  }
  .heading-size-h2 {
    font-size: 2.7rem;
    line-height: 3.6rem;
  }
  .x-80 {
    height: 40px;
  }
  .divider.x-172 {
    height: 120px;
  }
  .grid-block {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .page-with-filter .page-title-wrapper {
    background: #F1F6F9 !important;
    margin: 0 !important;
}
  .page-header {
    margin-bottom: 0;
    border: 0 none;
  }
  .top-custom-message {
    padding: 8px 12px;
  }
  .header-top-container {
    flex-direction: column-reverse;
  }
  .health-worker-text-container {
    flex-direction: row;
  }
  .header-top-right {
    width: 100%;
    justify-content: center;
  }
  .header-right-nfz {
    width: 100%;
  }
  .health-worker-description {
    width: 100%;
    margin-top: 0px;
    text-transform: lowercase;
  }
  .health-worker-badge {
    background: no-repeat;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    font-style: italic;
    padding: 0 4px;
    height: unset;
    letter-spacing: 0;
  }
  .health-worker-content {
    width: 100%;
    height: 40px;
    border-radius: 0;
    padding-left: 48px;
  }
  .blue-circle {
    top: 0;
    height: 40px;
    width: 40px;
    padding: 5px;
    border-radius: 0 50% 50% 0;
    left: 0;
  }
  .health-worker-purple-circle {
    width: 60px;
    height: 60px;
    top: -10px;
  }
  .header-top-left {
    width: 100%;
    padding: 4px 16px;
  }
  .header-left-contact {
    width: 100%;
    padding: 0px;
  }
  .header-top-contact-data {
    display: flex;
    justify-content: space-between;
  }
  .header-top-contact-data a {
    font-size: 14px;
    color: #4D5660;
    font-weight: 400;
  }
  .header-bottom {
    padding: 16px;
  }
  .header-logo {
    position: relative;
  }
  .nav-toggle::before {
    color: #2c3034;
    line-height: 36px;
  }
  .nav-toggle {
    top: 0;
    left: 0;
  }
  .logo {
    padding-left: 46px;
  }
  .logo img {
    width: 120px;
  }
  .minicart-wrapper {
    margin-top: 5px;
    margin-right: 12px;
}
  .page-search {
    padding-top: 0;
  }
  .homepage-search-container {
    border-radius: 0;
    background-position-y: top;
  }
  .homepage-search-content {
    padding-top: 100px;
    background-position-y: top;
    background-size: contain;
  }
  .homepage-search-title-section {
    margin-top: 88px;
    text-align: center;
  }
  .homepage-search-title {
    font-size: 3rem;
    line-height: 3.2rem;
  }
  .homepage-rating-perfect {
    color: #292D31;
  }
  .homepage-search-rating {
    margin: 0;
    padding: 20px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255, 255, 255, 0.9) 60%);
  }
  .rating-description {
    color: #858894;
  }
  .rating-score {
    color: #606468;
    font-size: 22px;
  }
  .block.block-search.homepage-search-section {
    padding: 0 16px;
    background-color: rgba(255,255,255,0.9);
    position: relative;
  }
  #search.homepage-input-search {
    left: unset;
    margin: 0;
    position: relative;
    padding: 12px 60px 12px 22px;
    height: 60px;
    border-color: #676C70;
    box-shadow: none;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .home-search-tags-container {
    flex-wrap: wrap;
    gap: 16px;
  }
  .home-search-tags {
    flex-direction: column;
    align-items: start;
    padding: 0 16px;
    gap: 12px;
  }
  .homepage-search-tag {
    padding: 2px 12px;
  }
  .homepage-search-section.block-search .action.search > span {
    display: none;
  }
  .action.search.home-search-action {
    display: block;
    position: absolute;
    top: 5px;
    border: 0;
    height: 50px;
    width: 50px;
    padding: 0;
    right: 22px;
  }
  .block.block-search.homepage-search-section .action.search.home-search-action::before {
    content: '\e615';
    font-family: 'luma-icons';
    display: inline-block;
    right: 15px;
    font-size: 18px;
    top: 17px;
  }
  .category-grid-title-section {
    padding-top: 24px;
  }
  .category-grid-title-content {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 0 16px;
  }
  .category-grid-link {
    align-items: center;
  }
  .category-next {
    width: 100px;
    height: 240px;
  }
  .category-grid {
    padding-left: 16px;
  }
  .why-us-sct {
    margin-top: 6.4rem;
    padding: 0 16px;
  }
  .why-us-sct .column-block {
    padding: 0;
  }
  .about-us-sct {
    margin-top: 6rem;
    padding: 0 16px;
  }
  .about-us-hero {
    margin: 0 auto;
    display: block;
  }
  .max-one-four {
    max-width: unset;
  }
  .topic-home-box {
    border-radius: 0;
  }
  .topic-home-container {
    flex-direction: column;
    margin: 0;
  }
  .topic-senior .topic-home-container {
    flex-direction: column-reverse;
  }
  .topic-products {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -74px;
  }
  .topic-container-left, .topic-senior .topic-container-left {
    padding: 40px 0;
    background: #f2faff;
  }
  .topic-content-left, .topic-senior-content {
    padding: 0 24px;
  }
  .small-product-card {
    max-width: 160px;
  }
  .topic-categories {
    flex-direction: column;
    gap: 24px;
  }
  .topic-categories-title {
    flex: auto;
  }
  .topic-container-right {
    display: none;
    overflow: hidden;
    width: 100%;
    flex: 0 0 216px;
  }
  .sport-hero {
    right: 0;
    width: 100%;
    top: -200px;
  }
  .caregiver-hero {
    top: -74px;
    left: 0;
  }
  .senior-hero {
    right: 0;
    top: -146px;
    width: calc(100% + 79px);
  }
  .topic-box-tooltip {
    padding: 4px 12px;
    line-height: 18px;
    position: relative;
    top: -20px !important;
    display: inline-block;
  }
  .rental-sct .one-six-middle, .rental-sct .one-third-last {
    padding: 0 16px;
  }
  .rental-promo {
    margin-top: 0;
  }
  .rental-sct .btn-primary {
    z-index: 4;
    position: relative;
  }
  .page-footer {
    padding-left: 16px;
    padding-right: 16px;
  }
  .footer-top {
    flex-direction: column;
    align-items: start;
    gap: 40px;
  }
  .partners-logo {
    flex-wrap: wrap;
    gap: 12px 24px;
  }
  .footer-bottom.page-main {
    flex-wrap: wrap;
  }
  .footer-bottom-left {
    flex-wrap: wrap;
    flex: 1 1 auto;
  }
  .footer-company-data {
    text-align: left;
    margin-top: 30px;
  }
  .product.media .fotorama__stage {
    border-radius: 0;
  }
  .product-info-main {
    padding: 0 16px;
  }
  .product-info-main .product-info-price {
    width: 100% !important;
    margin: 0;
  }
  .product-info-price > :first-child, .product-info-price > :last-child {
    padding: 0;
  }
  .product-info-main .page-title-wrapper h1.page-title {
    font-size: 2.8rem;
    line-height: 3.2rem;
    margin-top: 16px;
  }
  .product-info-main .stock {
    margin: 0;
  }
  .product-buy-block .fieldset {
    flex-wrap: wrap;
    justify-content: center;
  }
  .box-tocart {
    flex-direction: column;
    gap: 32px;
    padding: 16px;
  }
  .product-buy-icons {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  .product-buy-short-info {
    line-height: 16px;
    gap: 16px;
  }
  .product-delivery-data {
    flex-direction: column;
    align-items: start;
    gap: 12px;
  }
  .product-delivery-data-logos {
    flex-wrap: wrap;
    gap: 12px 20px;
  }
  #product-help {
    margin-top: 130px;
  }
  .buyer-help {
    flex-direction: column;
    gap: 0;
  }
  .consierge-question {
    flex: 0 0 auto;
    margin-top: -132px;
    height: 132px;
  }
  .buyer-help-container {
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    line-height: 22px;
    gap: 6px;
  }
  .buyer-help-strong {
    margin: 0;
  }
  #product-legal {
    padding: 0 20px;
    margin: 0;
  }
  .legal-info-sct svg {
    flex: 1 0 27px;
  }
  .legal-info-sct {
    line-height: 24px;
  }
  .messages {
    padding: 0 8px;
  }
  .minicart-wrapper .block-minicart {
    width: calc(100vw - 40px);
    right: 0px;
  }
  h1.page-title {
    display: inline-block;
    width: 100%;
  }
  .cart-container {
    padding: 0 16px;
  }
  .cart-summary .block > .title {
    border: 0;
  }
  .cart-totals tbody .mark {
    padding: 6px 5px;
  }
  .cart-totals tbody .amount, .cart-totals .grand .amount {
    padding-right: 5px;
  }
  .cart-totals .grand .mark, .cart-totals .grand .amount {
    border: 0 none;
  }
  .action.multicheckout {
    margin-bottom: 20px;
    width: 100%;
    display: block;
  }
  .cart.table-wrapper, #shopping-cart-table {
    border: 0 none;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .item .col.item {
    display: flex;
    gap: 20px;
  }
  .cart.table-wrapper .product-item-photo {
    position: relative;
    left: 0;
    top: 0;
  }
  .cart.table-wrapper .product-item-name + .item-options {
    margin-top: 0;
    line-height: 14px;
  }
  #discount-coupon-form .action.primary, .action-primary {
    font-size: 1.6rem !important;
  padding: 16px 30px 16px 30px !important;
  }
  .magento-payments-review-discount .block > .title strong, .paypal-review-discount .block > .title strong, .cart-discount .block > .title strong, .checkout-payment-method .payment-option-title .action-toggle, .checkout-payment-method .payment-option-title .action-toggle::after, .cart-discount .block .title::after {
    top: 22px;
  }
  .cart-discount {
    background: #f4f7f9;
    display: flex;
    justify-content: end;
    border: 1px solid #d0dce4;
    border-radius: 10px;
  }
  .cart-discount .block > .title {
    border: 0;
  }
  .page-layout-checkout .page-wrapper {
    background: none;
  }
  .checkout-container {
    padding: 0 16px;
    margin: 0;
  }
  .checkout-index-index .logo {
    padding-left: 16px;
  }
  .authentication-wrapper {
    margin-top: 0px;
  }
  .checkout-index-index .page-title-wrapper {
    padding: 0;
  }
  .opc-estimated-wrapper {
    border-color: #DEEAF2;
    background: #f2faff;
  }
  .minicart-wrapper .action.showcart .counter.qty {
    background: #292D31;
    font-family: 'Figtree';
    border-radius: 3px;
    width: 24px;
    height: 24px;
  }
  .opc-estimated-wrapper .estimated-block {
    font-weight: 500;
    font-size: inherit;
    color: #292D31;
    line-height: 20px;
  }
  .opc-wrapper .step-title {
    margin: 0;
  }
  .opc-wrapper .form-login, .opc-wrapper .form-shipping-address, .opc-wrapper .methods-shipping {
    background: #fff;
    margin: 0;
    padding: 0;
  }
  .opc-wrapper .form-login + .form-shipping-address {
    margin-top: 0;
  }
  #shipping-new-address-form {
    flex-direction: column;
  }
  .checkout-shipping-method {
    margin-top: 4rem;
  }
  h1.page-title {
    font-size: 2.4rem;
    font-weight: 600;
  }
  .page-title-wrapper:not(.product) {
    padding: 16px 16px 0 !important;
    border-top: 1px solid #deeaf2;
    margin-bottom: 2rem !important;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
}
  .page-products .columns,
  .page-main .columns {
    padding: 60px 16px 0;
  }
  .page-main .columns {
    border-top: 1px solid #deeaf2;
  }
  .page-products .sorter {
    position: relative;
  }
  .filter-title strong {
    width: 100%;
    font-family: "Figtree";
    background: #fff;
    border-radius: 50px;
    box-shadow: none;
    border: 1px solid #6EA6C9;
    color: #6EA6C9;
    padding: 10px;
    display: block;
    top: -52px;
  }
  .page-with-filter .page-title-wrapper {
    margin: 0 !important;
}
  .block.filter {
    /* height: 38px; */
    border: 0;
  }
  .action.primary.icon-round-cart img {
    max-width: unset;
  }
  .action.primary.icon-round-cart {
    padding: 16px 0 0 !important;
  }
  .filter.active .filter-title strong::after {
    right: 16px;
    position: absolute;
    color: #7BA3BC;
    border: 1px solid #deeaf2;
    padding: 5px;
    border-radius: 50px;
    background: #f2faff;
    top: 17px;
  }
  .filter.active .filter-title {
    border-bottom: 0px solid #ccc;
    height: 68px;
  }
  .filter .filter-current {
    border: 0 none;
  }
  .sidebar .filter .block-subtitle {
    height: unset;
    font-size: 16px;
    text-transform: none;
    padding: 10px 20px;
    background: #A6E4DA;
    color: #044136;
    border-radius: 5px;
}
.filter .filter-current-subtitle:after {
  color: #000;
}
  .filter.active .filter-options {
    top: 80px;
  }
  .header-bottom {
    position: relative;
  }
  .links-container {
    position: inherit;
  }
  .links-container .block.block-search {
    margin-top: 10px;
    left: 16px;
    width: calc(100% - 32px);
    z-index: 9;
    top: 46px;
}
.links-container .block.block-search input {
  margin: 0;
  position: relative;
  left: 0;
}
}

@media (max-width: 380px), print {
  .small-product-card {
    max-width: 360px;
    padding: 0 20px;
  }
  .products-grid .product-item {
    width: 100%;
  }
  .cart.table-wrapper .col.qty, .cart.table-wrapper .col.price, .cart.table-wrapper .col.subtotal, .cart.table-wrapper .col.msrp {
    width: 100%;
    text-align: left !important;
    padding: 10px 20px !important;
  }
}