@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");
@import url("https://unpkg.com/slick-carousel@1.8.1/slick/slick.css");
body {
  margin: 0; }

:root {
  --primary-color: #1E90FF;
  --badges-color: #1E90FF; }

.content {
  margin-bottom: 0 !important; }

* {
  font-family: 'DM Sans', sans-serif; }

.content {
  padding-top: 0 !important; }

.container_stronystatyczne {
  margin: 50px auto;
  color: #232323; }
  .container_stronystatyczne h1:first-child,
.container_stronystatyczne h2:first-child,
.container_stronystatyczne h3:first-child,
.container_stronystatyczne h4:first-child,
.container_stronystatyczne h5:first-child,
.container_stronystatyczne p:first-child {
    margin-top: 0; }
  .container_stronystatyczne p:last-child {
    margin-bottom: 0; }
  .container_stronystatyczne h1 {
    font-size: 28px;
    margin: 0 0 40px 0;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: bold; }
  .container_stronystatyczne h2 {
    font-size: 24px;
    margin: 35px 0;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: bold; }
  .container_stronystatyczne h3 {
    font-size: 20px;
    margin: 35px 0;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: bold; }
  .container_stronystatyczne h4 {
    font-size: 20px;
    margin: 25px 0;
    line-height: 25px;
    font-weight: bold; }
  .container_stronystatyczne h5 {
    font-size: 17px;
    margin: 25px 0;
    line-height: 25px;
    font-weight: bold;
    text-transform: uppercase; }
  .container_stronystatyczne p {
    margin: 30px 0;
    font-size: 16px;
    line-height: 24px; }
  .container_stronystatyczne a {
    color: #000; }
  .container_stronystatyczne ul {
    padding: 0;
    margin: 25px 0;
    list-style: none;
    width: 100%;
    max-width: 100%; }
    .container_stronystatyczne ul li {
      position: relative;
      padding: 0 32px;
      line-height: 27px; }
      .container_stronystatyczne ul li::before {
        content: '';
        display: inline-block;
        width: 15px;
        height: 2px;
        background-color: #1E90FF;
        position: absolute;
        top: 12px;
        left: 0; }
  .container_stronystatyczne hr {
    width: 100%;
    display: block;
    height: 1px;
    padding: 0;
    margin: 40px 0;
    background-color: #e0e0e0;
    border: none;
    opacity: 1; }

.container,
.container_stronystatyczne {
  max-width: 1590px !important; }

.container-slider {
  max-width: 1730px !important;
  padding: 0 75px;
  margin: 0 auto; }

@media only screen and (max-width: 1080px) {
  .container-slider {
    padding: 0 5px; } }

.container_stronystatyczne,
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  padding-right: 15px !important;
  padding-left: 15px !important; }

.one-catalog-view-list__sidebar-footer {
  height: 65px !important; }

.btn-secondary {
  font-weight: bold !important;
  font-size: 15px;
  text-transform: uppercase;
  background-color: #1E90FF !important;
  background: #1E90FF !important;
  border-radius: 4px;
  padding: 13px 35px !important;
  color: #fff !important;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  border: 0px !important; }
  .btn-secondary:focus {
    box-shadow: none !important; }
  .btn-secondary:active {
    filter: none !important;
    color: #fff !important; }
  .btn-secondary:hover {
    filter: none !important;
    background-color: #0d4d8d !important;
    background: #0d4d8d !important;
    text-decoration: none; }

.btn_small {
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  background-color: #1E90FF;
  border-radius: 4px;
  padding: 9px 15px;
  color: #fff;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  .btn_small:hover {
    background-color: #0d4d8d;
    color: #fff;
    text-decoration: none; }

.btn_small1 {
  font-weight: 600 !important;
  font-size: 13px;
  text-transform: uppercase;
  background: 0 0 !important;
  border-radius: 4px;
  padding: 17px 35px !important;
  color: #fff !important;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  border: 1px solid #ffffff !important; }
  .btn_small1:hover {
    background-color: #093f76;
    color: #fff;
    text-decoration: none; }

.section_relative {
  position: relative; }

.section_heading {
  font-size: 28px;
  text-transform: uppercase;
  color: #232323;
  font-weight: bold;
  margin: 0 0 50px 0; }
  .section_heading.center {
    text-align: center; }

.top_promo {
  padding: 0;
  /* Usuwamy padding */
  width: 100%;
  height: 85px;
  /* Ustawiamy wysokość na 85px */
  position: relative;
  z-index: 1001;
  overflow: hidden; }

@media only screen and (max-width: 992px) {
  .top_promo {
    flex-wrap: wrap;
    gap: 10px; } }
  .top_promo strong {
    font-weight: bold;
    font-size: 25px;
    color: #fff; }

@media only screen and (max-width: 1080px) {
  .top_promo strong {
    font-size: 16px; } }
  .top_promo span {
    color: #ff0000;
    display: block;
    font-size: 25px;
    margin-right: 30px;
    line-height: 17px;
    position: relative; }

@media only screen and (max-width: 1080px) {
  .top_promo span {
    font-size: 16px;
    margin-right: unset; } }
    .top_promo span::after {
      position: absolute;
      top: calc(100% + 5px);
      height: 1px;
      width: 100%;
      background-color: #ff0000;
      display: block;
      content: ''; }

.index .menu_menu {
  display: block; }
  .index .menu_menu.scrolled {
    display: none; }

@media only screen and (max-width: 1240px) {
  .index .menu_menu {
    display: none; } }
  .index .menu_menu nav > ul {
    height: 590px; }

@media only screen and (max-width: 1240px) {
  .index .menu_menu nav > ul {
    height: 612px; } }

.header {
  top: 0;
  left: 0;
  width: 100%; }
  .header-component .h-divider {
    display: none !important; }
  .header-component .one-mobile-products-list {
    border-bottom: 1px solid #e0e0e0; }
  .header_main {
    width: 100%;
    background-position: center right;
    background-repeat: no-repeat;
    height: 160px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    z-index: 1002;
    background-color: #fff; }

@media only screen and (max-width: 992px) {
  .header_main {
    height: unset; } }
  .header_flex {
    display: grid;
    justify-content: space-between;
    grid-template-columns: max-content 1fr max-content;
    align-items: center;
    height: 100%;
    gap: 0 40px;
    position: relative; }

@media only screen and (max-width: 1460px) {
  .header_flex {
    gap: 0 20px; } }

@media only screen and (max-width: 992px) {
  .header_flex {
    grid-template-columns: 1fr;
    padding: 0 !important; } }
    .header_flex::after {
      content: '';
      display: block;
      height: 2px;
      width: calc(100% - 52px);
      background-color: #ffffff;
      bottom: 0px;
      position: absolute;
      left: 15px; }

@media only screen and (max-width: 992px) {
  .header_flex::after {
    display: none; } }
    .header_flex::before {
      background-image: url();
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 24px;
      height: 24px;
      position: absolute;
      content: '';
      display: block;
      right: 15px;
      bottom: -11px;
      z-index: 2; }

@media only screen and (max-width: 992px) {
  .header_flex::before {
    display: none; } }
  .header_logo {
    display: flex;
    align-items: center;
    height: 96px;
    background-color: #ffffff;
    padding: 0 10px;
    position: relative;
    z-index: 2;
    border-radius: 10px;
    width: 340px;
    justify-content: center; }

@media only screen and (max-width: 1240px) {
  .header_logo {
    width: 200px; } }

@media only screen and (max-width: 992px) {
  .header_logo {
    width: 100%;
    border-radius: 0;
    justify-content: center;
    height: 70px; } }
    .header_logo img {
      height: 100px; }

@media only screen and (max-width: 1460px) {
  .header_logo img {
    height: 70px; } }

@media only screen and (max-width: 992px) {
  .header_logo img {
    height: 50px; } }
  .header .one-top-warehouses__buttons button {
    width: 100%; }
  .header form {
    width: 100% !important; }

@media only screen and (max-width: 992px) {
  .header form {
    padding: 15px; } }
    .header form .input-group input {
      border: 1px solid #e0e0e0;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      height: 50px;
      font-size: 14px;
      outline: none;
      padding: 0 20px; }

@media only screen and (max-width: 1120px) {
  .header form .input-group input {
    height: 40px;
    padding: 0 15px;
    max-width: 100%; } }
      .header form .input-group input:focus {
        box-shadow: none;
        border-color: #e0e0e0; }
      .header form .input-group input::placeholder {
        font-size: 14px;
        color: #4f4f4f !important; }
    .header form .input-group button.dropdown-toggle {
      height: 50px;
      background: #fff !important;
      border-top: 1px solid #e0e0e0 !important;
      border-bottom: 1px solid #e0e0e0 !important;
      margin-left: 0px !important;
      border-right: 0 !important;
      font-size: 14px;
      border-left: 1px solid #e0e0e0 !important;
      padding: 0 10px 0 20px !important;
      color: #4f4f4f !important;
      border-color: #e0e0e0; }

@media only screen and (max-width: 1240px) {
  .header form .input-group button.dropdown-toggle {
    padding: 0 5px !important; }
    .header form .input-group button.dropdown-toggle > div {
      display: none !important; } }

@media only screen and (max-width: 1120px) {
  .header form .input-group button.dropdown-toggle {
    height: 40px; } }
      .header form .input-group button.dropdown-toggle:hover {
        background: #fff !important;
        border-color: #e0e0e0; }
      .header form .input-group button.dropdown-toggle:active {
        background: #fff !important;
        border-color: #e0e0e0; }
      .header form .input-group button.dropdown-toggle:focus {
        box-shadow: none; }
    .header form .input-group button.one-button {
      border-top: 1px solid #e0e0e0 !important;
      border-bottom: 1px solid #e0e0e0 !important;
      border-right: 1px solid #e0e0e0 !important;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      height: 50px;
      width: 50px;
      border-color: #e0e0e0 !important;
      border-left: 0 !important;
      align-items: center;
      justify-content: center;
      display: flex;
      padding: 0 !important;
      background-color: #fff !important; }

@media only screen and (max-width: 1120px) {
  .header form .input-group button.one-button {
    height: 40px;
    width: 40px; } }
      .header form .input-group button.one-button:hover {
        filter: none !important; }
        .header form .input-group button.one-button:hover > div {
          background-color: #1E90FF !important; }
      .header form .input-group button.one-button:focus {
        box-shadow: none !important; }
      .header form .input-group button.one-button > div {
        background-color: #ffffff !important;
        border-radius: 3px;
        width: 40px;
        height: 40px;
        display: block;
        background-image: url(https://static.volta-preprod.one.unity.pl/cms/4182d1f402eb4b50831be935ce894760-glowna-lupa-top.svg) !important;
        background-size: 17px !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

@media only screen and (max-width: 1120px) {
  .header form .input-group button.one-button > div {
    height: 30px;
    width: 30px; } }
        .header form .input-group button.one-button > div i {
          display: none !important; }
    .header form .one-suggests {
      top: 55px !important;
      border-radius: 7px;
      width: calc(100% - 2px) !important;
      box-sizing: unset !important;
      border: 1px solid #dcdcdc;
      box-shadow: unset !important; }

@media only screen and (max-width: 992px) {
  .header form .one-suggests {
    top: 60px !important;
    width: calc(100% - 32px) !important;
    left: 15px !important; } }
      .header form .one-suggests .one-suggests__categories,
.header form .one-suggests .one-suggests__manufacturers {
        border-top: none !important; }
        .header form .one-suggests .one-suggests__categories .prevent-closing,
.header form .one-suggests .one-suggests__manufacturers .prevent-closing {
          padding: 0 10px 10px 0 !important;
          font-weight: 400;
          font-size: 15px; }
          .header form .one-suggests .one-suggests__categories .prevent-closing:hover,
.header form .one-suggests .one-suggests__manufacturers .prevent-closing:hover {
            color: #0d4d8d; }
      .header form .one-suggests .products-list__item-actions {
        gap: 10px; }
      .header form .one-suggests .products-list__item-actions--cart,
.header form .one-suggests .products-list__item-actions--wishlist {
        height: 35px !important;
        padding: 0 10px !important; }
      .header form .one-suggests .one-suggests__title-left-bar {
        display: none !important; }
      .header form .one-suggests .one-suggests__title-text {
        padding-left: unset !important;
        border-bottom: 1px solid #dcdcdc; }

@media only screen and (max-width: 992px) {
  .header form .one-suggests .products {
    border-right: 0 !important;
    border-bottom: 1px solid #eaeaea; } }
      .header form .one-suggests .products .products-list__item > span {
        font-weight: 400;
        line-height: 20px;
        font-size: 15px;
        margin-left: 5px; }
      .header form .one-suggests .products .products-list__item:hover {
        background-color: transparent !important; }
        .header form .one-suggests .products .products-list__item:hover > span {
          color: #1E90FF; }
  .header #bzwvd {
    gap: 0 40px; }

@media only screen and (max-width: 1460px) {
  .header #bzwvd {
    gap: 0 30px; } }

@media only screen and (max-width: 992px) {
  .header #bzwvd {
    display: none !important; } }
  .header #ftnvz a {
    padding: 0 !important;
    margin: 0 !important; }
    .header #ftnvz a:hover {
      text-decoration: none !important; }
    .header #ftnvz a::after {
      background-color: #1E90FF !important;
      border-radius: 20px !important;
      width: 19px;
      height: 19px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 13px !important;
      right: calc(50% - 10px) !important;
      top: -8px !important; }
    .header #ftnvz a .icon-box-add {
      line-height: 17px !important;
      vertical-align: unset !important;
      display: flex;
      flex-direction: column;
      gap: 10px; }
      .header #ftnvz a .icon-box-add:hover::after {
        color: #1E90FF; }
      .header #ftnvz a .icon-box-add::before {
        content: '' !important;
        display: block;
        width: 25px;
        height: 30px;
        background-image: url(https://static.volta-preprod.one.unity.pl/cms/85a3bcfdb61648e1a99a1c21141ac0d5-glowna-schowek-top.svg);
        background-size: contain;
        background-position: bottom center;
        background-repeat: no-repeat;
        margin: 0 auto; }
      .header #ftnvz a .icon-box-add::after {
        content: 'Schowek';
        font-size: 15px;
        text-align: center;
        font-weight: 400;
        font-style: normal; }
  .header #bwidbdl {
    line-height: 17px !important;
    vertical-align: unset !important;
    flex-direction: column;
    gap: 10px;
    padding: 0 !important; }
    .header #bwidbdl:hover {
      opacity: 1 !important;
      color: #1E90FF; }
    .header #bwidbdl > div {
      font-size: 15px;
      text-align: center;
      font-weight: 400;
      font-style: normal;
      line-height: 17px !important;
      vertical-align: unset !important;
      flex-direction: column;
      gap: 10px;
      padding: 0 !important;
      display: flex; }
      .header #bwidbdl > div::before {
        content: '';
        display: block;
        width: 25px;
        height: 30px;
        background-image: url(https://static.volta-preprod.one.unity.pl/cms/f1233c711c9f4c4694d3816b4dd9fa9f-glowna-konto-zalogowany-top-01.svg);
        background-size: contain;
        background-position: bottom center;
        background-repeat: no-repeat;
        margin: 0 auto; }
  .header #lhgyh {
    display: grid !important;
    grid-template-columns: max-content;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    gap: 10px 0; }
    .header #lhgyh .shop-basket {
      justify-self: center; }
      .header #lhgyh .shop-basket a {
        padding: 0 !important;
        margin: 0 !important; }
        .header #lhgyh .shop-basket a::after {
          background-color: #1E90FF !important;
          border-radius: 20px !important;
          width: 19px;
          height: 19px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          font-size: 13px !important;
          right: calc(50% - 12px) !important;
          top: -8px !important; }
        .header #lhgyh .shop-basket a .icon-ecommerce-cart-content:before {
          content: '';
          display: block;
          width: 35px;
          height: 30px;
          background-image: url(https://static.volta-preprod.one.unity.pl/cms/11ab260ab735407b944eff72cc11f19b-glowna-koszyk-top.svg);
          background-size: contain;
          background-position: bottom center;
          background-repeat: no-repeat;
          margin: 0 auto; }
    .header #lhgyh a:hover {
      text-decoration: none !important;
      color: #1E90FF; }
    .header #lhgyh .one-cart-value-component {
      color: #1E90FF;
      padding: 0 !important;
      margin: 0 !important;
      justify-content: center; }
      .header #lhgyh .one-cart-value-component:hover::before {
        color: #1E90FF; }
  .header #warehouse > a {
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: max-content max-content;
    gap: 10px 1px;
    text-align: center;
    align-items: center; }
    .header #warehouse > a:hover {
      opacity: 1 !important;
      color: #1E90FF; }
    .header #warehouse > a span {
      max-width: 145px;
      display: block;
      text-wrap: wrap;
      line-height: 17px;
      font-weight: 400;
      white-space: pre-wrap;
      word-wrap: break-word;
      font-size: 15px !important; }
    .header #warehouse > a::before {
      content: '';
      display: block;
      width: 25px;
      height: 30px;
      background-image: url(https://static.volta-preprod.one.unity.pl/cms/dae7971a014241b3b71778d057dd332d-glowna-odzialy-top.svg);
      background-size: contain;
      background-position: bottom center;
      background-repeat: no-repeat;
      margin: 0 auto;
      grid-column: span 2; }
  .header .one-account-dropdown-component {
    margin-top: unset !important; }
    .header .one-account-dropdown-component > a {
      padding: 0 !important;
      display: grid !important;
      grid-template-columns: max-content max-content;
      gap: 10px 1px;
      text-align: center;
      align-items: center; }
      .header .one-account-dropdown-component > a:hover {
        color: #1E90FF; }
      .header .one-account-dropdown-component > a::after {
        margin-top: 3px; }
      .header .one-account-dropdown-component > a::before {
        content: '';
        display: block;
        width: 25px;
        height: 30px;
        background-image: url(https://static.volta-preprod.one.unity.pl/cms/36132dad9f6b48c49dd58c563b1845ac-glowna-konto-top.svg);
        background-size: contain;
        background-position: bottom center;
        background-repeat: no-repeat;
        margin: 0 auto;
        grid-column: span 2; }
      .header .one-account-dropdown-component > a span {
        line-height: 17px;
        font-weight: 400; }

.menu_main {
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  font-size: 16px;
  position: relative;
  z-index: 1001;
  background-color: #fff; }

.menu_box {
  display: grid;
  grid-template-columns: 340px 1fr 1fr 1fr 1fr max-content;
  position: relative; }

@media only screen and (max-width: 1240px) {
  .menu_box {
    grid-template-columns: 300px 1fr 1fr 1fr max-content; } }

@media only screen and (max-width: 992px) {
  .menu_box {
    grid-template-columns: 1fr; } }

.menu_cat {
  padding: 7px 0; }

@media only screen and (max-width: 992px) {
  .menu_cat {
    display: none; } }
  .menu_cat > div:first-of-type {
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: #f6f6f6;
    height: 50px;
    padding: 0 17px;
    text-transform: uppercase;
    cursor: pointer; }
    .menu_cat > div:first-of-type > img {
      margin-left: auto; }
  .menu_cat:hover .menu_menu {
    display: block !important; }

.menu_menu {
  position: absolute;
  top: 100%;
  display: none;
  width: 100%;
  pointer-events: none; }
  .menu_menu a {
    color: #002323;
    text-decoration: none;
    font-weight: 400; }
    .menu_menu a:hover {
      color: #1E90FF; }
  .menu_menu nav {
    width: 340px;
    pointer-events: all;
    padding-top: 20px; }

@media only screen and (max-width: 1240px) {
  .menu_menu nav {
    width: 300px; } }
    .menu_menu nav > ul {
      margin: 0;
      list-style: none;
      display: grid;
      font-size: 15px;
      background-color: #fff;
      border-radius: 10px;
      padding: 35px 0 20px 35px; }

@media only screen and (max-width: 1240px) {
  .menu_menu nav > ul {
    padding: 25px 0 10px 25px; } }
      .menu_menu nav > ul > li:hover .menu_sub {
        opacity: 1;
        pointer-events: unset; }
      .menu_menu nav > ul > li > a {
        display: block;
        width: 100%;
        position: relative;
        padding-right: 60px;
        padding-bottom: 15px; }
        .menu_menu nav > ul > li > a:after {
          content: '';
          display: block;
          position: absolute;
          right: 35px;
          top: calc(50% - 12.5px);
          width: 8px;
          height: 12px;
          background-image: url(https://static.volta-preprod.one.unity.pl/cms/d187145f83304fea92fe5eabacc3758a-arrow-black-right.svg);
          background-size: contain;
          background-repeat: no-repeat; }

@media only screen and (max-width: 1240px) {
  .menu_menu nav > ul > li > a:after {
    right: 25px; } }

.menu_sub {
  position: absolute;
  margin-top: -60px;
  left: 320px;
  background-color: #fff;
  border-radius: 10px;
  padding: 33px;
  border: 2px solid #1E90FF;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s linear;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  width: calc(100% - 320px);
  gap: 50px 10px;
  z-index: 2;
  display: grid; }

@media only screen and (max-width: 1240px) {
  .menu_sub {
    left: 290px;
    width: calc(100% - 290px); } }
  .menu_sub ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
    flex-direction: column; }
    .menu_sub ul li:last-child {
      margin-top: auto; }
    .menu_sub ul li a.menu_last {
      margin-top: 5px;
      display: inline-block;
      color: #1E90FF; }
      .menu_sub ul li a.menu_last:hover {
        opacity: 0.9; }
      .menu_sub ul li a.menu_last:after {
        margin-left: 10px;
        content: '';
        display: inline-block;
        width: 11px;
        height: 10px;
        background-image: url(https://static.volta-preprod.one.unity.pl/cms/d187145f83304fea92fe5eabacc3758a-arrow-black-right.svg);
        background-size: contain;
        background-repeat: repeat-x;
        filter: invert(19%) sepia(52%) saturate(5105%) hue-rotate(197deg) brightness(91%) contrast(87%); }

.menu_bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s linear; }
  .menu_bg.show {
    opacity: 1;
    pointer-events: unset; }

.menu_heading {
  text-transform: uppercase;
  color: #002323;
  font-weight: bold;
  font-size: 16px; }

.menu_ico {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 20px;
  height: 18px; }
  .menu_ico span {
    display: block;
    height: 2px;
    background-color: #232323;
    width: 100%; }

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

@media only screen and (max-width: 992px) {
  .menu_flink {
    display: none; } }
  .menu_flink a {
    color: #232323;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600; }
    .menu_flink a:hover {
      color: #1E90FF; }

.menu_contact {
  display: grid;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  padding-left: 25px;
  box-shadow: 100vmax 0px 0 100vmax #f6f6f6;
  -webkit-clip-path: inset(0 -100vmax);
  clip-path: inset(0 -100vmax); }

@media only screen and (max-width: 992px) {
  .menu_contact {
    display: none; } }
  .menu_contact img {
    height: 28px; }

@media only screen and (max-width: 1080px) {
  .menu_contact img {
    margin-right: 10px; } }
  .menu_contact span {
    margin: 0 5px 0 0px;
    white-space: nowrap; }

@media only screen and (max-width: 1080px) {
  .menu_contact span {
    display: none; } }
  .menu_contact a {
    color: #212529;
    font-weight: 600;
    text-decoration: none; }
    .menu_contact a:hover {
      color: #1E90FF; }

.bg_gray {
  background-color: #f6f6f6; }

.index1 {
  padding-top: 20px;
  display: grid;
  grid-template-columns: minmax(100px, 2.2055fr) 1fr;
  margin-left: 360px;
  gap: 20px;
  padding-bottom: 50px; }
  .index1_slides {
    display: none; }
    .index1_slides.slick-slider {
      display: block; }

@media only screen and (max-width: 1240px) {
  .index1 {
    margin-left: 0; } }

@media only screen and (max-width: 1080px) {
  .index1 {
    grid-template-columns: minmax(100px, 1fr); } }
  .index1_box {
    position: relative;
    height: 484px;
    border-radius: 10px;
    overflow: hidden; }

@media only screen and (max-width: 992px) {
  .index1_box {
    height: 300px; } }
    .index1_box > div {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: flex-start;
      height: 100%;
      gap: 50px;
      padding-bottom: 90px;
      padding-left: 50px;
      /* Dodanie paddingu z lewej strony */ }

@media only screen and (max-width: 992px) {
  .index1_box > div {
    padding-bottom: unset;
    justify-content: center;
    gap: 30px; } }
    .index1_box span {
      width: 100%;
      color: #fff;
      font-size: 60px;
      font-weight: 900;
      line-height: 1.1; }

@media only screen and (max-width: 992px) {
  .index1_box span {
    font-size: 25px;
    line-height: 33px; } }
    .index1_box img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      position: absolute;
      top: 0;
      left: 0; }
  .index1_dots {
    margin-top: 20px; }
    .index1_dots ul {
      display: flex;
      gap: 20px;
      list-style: none;
      padding: 0;
      margin: 0; }

@media only screen and (max-width: 640px) {
  .index1_dots ul {
    flex-direction: column; } }
      .index1_dots ul li {
        background-color: #fff;
        border-radius: 10px;
        display: flex;
        align-items: center;
        padding: 0 10px;
        height: 85px;
        border-color: #fff;
        border-width: 2px;
        border-style: solid;
        font-size: 15px;
        font-weight: 500;
        cursor: pointer;
        justify-content: center;
        width: 100%;
        text-align: center; }

@media only screen and (max-width: 640px) {
  .index1_dots ul li {
    height: unset;
    padding: 15px 20px;
    justify-content: flex-start; } }
        .index1_dots ul li a {
          color: #002323;
          text-decoration: none;
          max-width: 200px; }

@media only screen and (max-width: 640px) {
  .index1_dots ul li a {
    max-width: 100%; } }
        .index1_dots ul li.slick-active {
          border-color: #1E90FF; }
  .index1_offer .buy-box {
    border: 2px solid #1E90FF;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 30px;
    text-decoration: none;
    height: 100%; }
    .index1_offer .buy-box a {
      text-decoration: none; }
      .index1_offer .buy-box a:hover {
        color: #1E90FF;
        text-decoration: none; }

@media only screen and (max-width: 1080px) {
  .index1_offer .buy-box {
    padding: 20px 30px; } }
    .index1_offer .buy-box img {
      max-height: 235px;
      max-width: 300px; }
  .index1_ohead {
    font-size: 20px;
    text-transform: uppercase;
    color: #232323;
    font-weight: 600;
    margin-bottom: 20px; }
  .index1_otitle {
    color: #232323;
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    margin: 20px 0;
    text-decoration: none; }
  .index1_oprice {
    color: #1E90FF;
    font-size: 28px;
    font-weight: 600; }
  .index1_opricep {
    font-weight: 600; }
  .index1_oend {
    color: #232323;
    font-size: 14px;
    line-height: 16px;
    margin: 20px 0 10px 0; }
  .index1_odate {
    background-color: #1E90FF;
    border-radius: 5px;
    color: #fff;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 10px 0; }
    .index1_odate > span {
      display: flex;
      flex-direction: column;
      text-align: center;
      font-size: 8px;
      line-height: 12px;
      text-transform: uppercase;
      font-weight: bold;
      padding: 5px 15px;
      border-right: 1px solid #4ea1f1; }
      .index1_odate > span:last-child {
        border-right: none; }
      .index1_odate > span span {
        font-size: 24px;
        line-height: 24px;
        text-align: center; }

.index2 {
  border-bottom: 1px solid #e0e0e0;
  padding: 50px 0; }
  .index2_slider {
    position: relative; }
  .index2_box {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 10px 20px;
    margin: 0 10px;
    transition: border-color 0.2s linear; }
    .index2_box:hover {
      border-color: #1E90FF; }
    .index2_box img {
      max-height: 90px;
      max-width: 230px; }

@media only screen and (max-width: 1080px) {
  .index2_arrows {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px; } }
  .index2 .slick-arrow {
    width: 50px;
    height: 50px;
    background-color: #e3e3e3;
    border-radius: 6px;
    background-size: 13%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: calc(50% - 25px);
    border: none;
    color: transparent;
    font-size: 0;
    transition: background-color 0.2s linear; }
    .index2 .slick-arrow:hover {
      background-color: #c8c8c8; }

@media only screen and (max-width: 1080px) {
  .index2 .slick-arrow {
    position: unset; } }
  .index2 .slick-prev {
    left: -60px;
    background-image: url(https://static.volta-preprod.one.unity.pl/cms/e5c6888a37474b0a94ce054daf168101-arrow-black-left.svg); }
  .index2 .slick-next {
    right: -60px;
    background-image: url(https://static.volta-preprod.one.unity.pl/cms/d187145f83304fea92fe5eabacc3758a-arrow-black-right.svg); }
  .index2_all {
    position: absolute;
    right: 0px;
    top: 5px;
    color: #232323;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline; }
    .index2_all:hover {
      color: #1E90FF; }

@media only screen and (max-width: 1080px) {
  .index2_all {
    position: unset;
    text-align: center;
    display: block;
    margin: -40px 0 40px; } }

.index3 {
  padding: 50px 0; }
  .index3_grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr); }

@media only screen and (max-width: 1240px) {
  .index3_grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 0; } }

@media only screen and (max-width: 992px) {
  .index3_grid {
    grid-template-columns: repeat(2, 1fr); } }
  .index3_box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding: 10px 15px 30px 15px;
    gap: 30px;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
    color: #232323;
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    margin-left: -1px;
    position: relative; }

@media only screen and (max-width: 1080px) {
  .index3_box {
    padding: 15px; } }
    .index3_box:hover {
      color: #1E90FF;
      border-right: 1px solid #1E90FF !important;
      border-left: 1px solid #1E90FF !important;
      z-index: 2;
      text-decoration: none; }
    .index3_box img {
      max-width: 150px;
      height: 150px;
      width: 100%;
      object-fit: contain;
      object-position: center; }

@media only screen and (max-width: 640px) {
  .index3_box img {
    max-width: 100px;
    height: 100px; } }

@media only screen and (max-width: 640px) {
  .index3_box span {
    font-size: 12px; } }

.index4 {
  padding-bottom: 50px; }
  .index4 .one-swiper-product__title {
    font-size: 28px;
    text-transform: uppercase;
    color: #232323;
    font-weight: bold;
    margin: 0 0 50px 0;
    padding: 0 10px;
    text-align: center; }
  .index4 > .row {
    margin: 0 !important; }
  .index4 .one-product-overview__title {
    font-size: 15px !important;
    line-height: 20px; }
    .index4 .one-product-overview__title:hover {
      z-index: 2; }
  .index4 a {
    color: #232323; }
    .index4 a:hover {
      text-decoration: none !important;
      color: #1E90FF; }
  .index4 .one-swiper-product,
.index4 [data-v-40c8e39a] {
    margin-top: 0 !important; }
  .index4 .one-product-overview__price {
    font-size: 18px !important;
    font-weight: 600;
    position: relative; }
    .index4 .one-product-overview__price .one-product-overview__price-label {
      padding-left: 0 !important;
      position: absolute;
      left: 0;
      top: calc(100% - 2px); }
  .index4 .one-product-overview {
    display: grid;
    grid-template-rows: max-content 1fr;
    gap: 10px 0;
    padding-bottom: 30px !important; }
    .index4 .one-product-overview img {
      height: 160px;
      object-fit: contain;
      object-position: center; }
  .index4 .btn-secondary {
    padding: 13px !important; }
    .index4 .btn-secondary.btn-wishlist {
      margin-right: -5px !important; }
  .index4 i {
    font-size: 22px !important; }
  .index4 .btn-icon {
    display: flex; }
  .index4 .one-product-overview > .h-50 {
    height: unset !important;
    gap: 20px; }
  .index4 .one-swiper-product__mobile-slider {
    border-top: none !important;
    overflow-x: unset !important;
    display: grid;
    grid-template-columns: repeat(6, 1fr); }

@media only screen and (max-width: 1240px) {
  .index4 .one-swiper-product__mobile-slider {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 0; } }

@media only screen and (max-width: 992px) {
  .index4 .one-swiper-product__mobile-slider {
    grid-template-columns: repeat(6, 1fr);
    overflow-x: auto !important;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    .index4 .one-swiper-product__mobile-slider::-webkit-scrollbar {
      display: none; } }
    .index4 .one-swiper-product__mobile-slider .box {
      border-right: 1px solid #e0e0e0 !important;
      border-left: 1px solid #e0e0e0 !important;
      position: relative;
      margin-left: -1px;
      padding: 0 25px;
      max-width: unset !important;
      width: unset !important; }
      .index4 .one-swiper-product__mobile-slider .box:first-child {
        margin-left: 0; }

@media only screen and (max-width: 992px) {
  .index4 .one-swiper-product__mobile-slider .box {
    width: 260px !important; } }
      .index4 .one-swiper-product__mobile-slider .box:hover {
        border-right: 1px solid #1E90FF !important;
        border-left: 1px solid #1E90FF !important;
        z-index: 2;
        text-decoration: none; }
        .index4 .one-swiper-product__mobile-slider .box:hover h3 {
          text-decoration: none !important;
          color: #1E90FF; }

.index5 {
  background-color: #f6f6f6;
  padding: 50px 0; }
  .index5_promo {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
    margin-bottom: 50px; }

@media only screen and (max-width: 992px) {
  .index5_promo {
    grid-template-columns: 1fr; } }
  .index5_box {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    color: #fff;
    height: 330px;
    text-decoration: none; }
    .index5_box:hover {
      color: #fff;
      text-decoration: none; }
      .index5_box:hover img {
        transform: scale(1.1); }
      .index5_box:hover p {
        color: #1E90FF; }
    .index5_box img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      position: absolute;
      top: 0;
      left: 0;
      transition: transform 0.2s linear; }
  .index5_ins {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    padding: 10px 50px 50px 50px;
    gap: 20px;
    position: relative;
    height: 100%; }
    .index5_ins span {
      font-size: 25px;
      font-weight: bold;
      margin: 0; }
    .index5_ins p {
      text-decoration: underline;
      font-size: 16px; }
  .index5_light {
    display: grid;
    grid-template-columns: 345px 1fr;
    border-radius: 10px;
    background-color: #fff; }

@media only screen and (max-width: 1080px) {
  .index5_light {
    grid-template-columns: 1fr; } }
    .index5_light > img {
      border-radius: 10px; }

@media only screen and (max-width: 1240px) {
  .index5_light > img {
    height: 100%;
    max-width: 100%;
    object-fit: cover; } }

@media only screen and (max-width: 1080px) {
  .index5_light > img {
    max-height: 200px;
    width: 100%; } }
  .index5_sub {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    padding: 50px 10px 50px 65px; }

@media only screen and (max-width: 1460px) {
  .index5_sub {
    padding: 50px 10px 50px 40px; } }

@media only screen and (max-width: 1240px) {
  .index5_sub {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px 0; } }

@media only screen and (max-width: 640px) {
  .index5_sub {
    grid-template-columns: 1fr;
    gap: 30px 0;
    padding: 20px; } }
  .index5_content {
    display: flex;
    flex-direction: column;
    gap: 20px 0; }
    .index5_content.listlink {
      align-items: flex-start; }

@media only screen and (max-width: 1460px) {
  .index5_content.listlink span a {
    padding: 13px 15px !important; } }

@media only screen and (max-width: 1240px) {
  .index5_content.listlink {
    grid-column: span 3;
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: row; }
    .index5_content.listlink span {
      width: 100%; } }

@media only screen and (max-width: 640px) {
  .index5_content.listlink {
    grid-column: unset; } }
      .index5_content.listlink > a {
        color: #232323;
        text-decoration: none; }

@media only screen and (max-width: 1240px) {
  .index5_content.listlink > a {
    width: calc(60% - 10px); }
    .index5_content.listlink > a:nth-child(even) {
      width: calc(40% - 10px); } }
        .index5_content.listlink > a:hover {
          color: #1E90FF;
          text-decoration: underline; }
    .index5_content.blockimg {
      align-items: center;
      gap: 10px;
      border-left: 1px solid #e0e0e0;
      text-align: center;
      justify-content: center;
      color: #232323;
      text-decoration: none;
      font-weight: 600;
      padding: 0 20px; }

@media only screen and (max-width: 1080px) {
  .index5_content.blockimg {
    border-left: unset; } }
      .index5_content.blockimg:hover {
        color: #1E90FF;
        text-decoration: none; }
      .index5_content.blockimg span {
        display: flex;
        height: 180px;
        justify-content: center;
        align-items: center; }
      .index5_content.blockimg p {
        margin: 0; }
      .index5_content.blockimg img {
        max-width: 100%; }

.index6 {
  padding: 50px 0; }
  .index6 .one-swiper-product__title {
    font-size: 28px;
    text-transform: uppercase;
    color: #232323;
    font-weight: bold;
    margin: 0 0 50px 0;
    padding: 0 10px;
    text-align: center; }
  .index6 > .row {
    margin: 0 !important; }
  .index6 .one-product-overview__title {
    font-size: 15px !important;
    line-height: 20px; }
    .index6 .one-product-overview__title:hover {
      z-index: 2; }
  .index6 a {
    color: #232323; }
    .index6 a:hover {
      text-decoration: none !important;
      color: #1E90FF; }
  .index6 .one-swiper-product,
.index6 [data-v-40c8e39a] {
    margin-top: 0 !important; }
  .index6 .one-product-overview__price {
    font-size: 18px !important;
    font-weight: 600;
    position: relative; }
    .index6 .one-product-overview__price .one-product-overview__price-label {
      padding-left: 0 !important;
      position: absolute;
      left: 0;
      top: calc(100% - 2px); }
  .index6 .one-product-overview {
    display: grid;
    grid-template-rows: max-content 1fr;
    gap: 10px 0;
    padding-bottom: 30px !important; }
    .index6 .one-product-overview img {
      height: 160px;
      object-fit: contain;
      object-position: center; }
  .index6 .btn-secondary {
    padding: 13px !important; }
    .index6 .btn-secondary.btn-wishlist {
      margin-right: -5px !important; }
  .index6 i {
    font-size: 22px !important; }
  .index6 .btn-icon {
    display: flex; }
  .index6 .one-product-overview > .h-50 {
    height: unset !important;
    gap: 20px; }
  .index6 .one-swiper-product__mobile-slider {
    border-top: none !important;
    overflow-x: unset !important;
    display: grid;
    grid-template-columns: repeat(6, 1fr); }

@media only screen and (max-width: 1240px) {
  .index6 .one-swiper-product__mobile-slider {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 0; } }

@media only screen and (max-width: 992px) {
  .index6 .one-swiper-product__mobile-slider {
    grid-template-columns: repeat(6, 1fr);
    overflow-x: auto !important;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    .index6 .one-swiper-product__mobile-slider::-webkit-scrollbar {
      display: none; } }
    .index6 .one-swiper-product__mobile-slider .box {
      border-right: 1px solid #e0e0e0 !important;
      border-left: 1px solid #e0e0e0 !important;
      position: relative;
      margin-left: -1px;
      padding: 0 25px;
      max-width: unset !important;
      width: unset !important; }
      .index6 .one-swiper-product__mobile-slider .box:first-child {
        margin-left: 0; }

@media only screen and (max-width: 992px) {
  .index6 .one-swiper-product__mobile-slider .box {
    width: 260px !important; } }
      .index6 .one-swiper-product__mobile-slider .box:hover {
        border-right: 1px solid #1E90FF !important;
        border-left: 1px solid #1E90FF !important;
        z-index: 2;
        text-decoration: none; }
        .index6 .one-swiper-product__mobile-slider .box:hover h3 {
          text-decoration: none !important;
          color: #1E90FF; }

.index7 {
  padding: 20px 0 0 0; }

.index8 {
  padding-bottom: 80px; }

@media only screen and (max-width: 1080px) {
  .index8 {
    padding-bottom: 50px; } }
  .index8 .vertical-bar {
    display: none; }
  .index8_links {
    padding: 50px;
    display: grid;
    gap: 40px;
    border-radius: 10px;
    background-color: #f6f6f6; }

@media only screen and (max-width: 640px) {
  .index8_links {
    padding: 20px; } }
    .index8_links ul {
      padding: 0;
      margin: 0;
      list-style: none;
      display: grid;
      gap: 15px; }
      .index8_links ul a {
        color: #232323; }
        .index8_links ul a:hover {
          text-decoration: underline !important;
          color: #1E90FF; }

@media only screen and (max-width: 1240px) {
  .index8_links ul {
    grid-template-columns: 1fr 1fr; } }

@media only screen and (max-width: 640px) {
  .index8_links ul {
    grid-template-columns: 1fr; } }
  .index8_prod {
    margin: 0 !important;
    padding: 10px 20px 10px 30px; }

@media only screen and (max-width: 1240px) {
  .index8_prod {
    overflow-x: auto !important;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 20px 20px 25px 20px; }
    .index8_prod::-webkit-scrollbar {
      display: none; } }
    .index8_prod .btn-secondary {
      padding: 13px !important; }
      .index8_prod .btn-secondary.btn-wishlist {
        margin-right: -5px !important; }
  .index8_grid {
    display: grid;
    grid-template-columns: 1fr 2.45fr;
    border-radius: 10px;
    border: 2px solid #f6f6f6; }

@media only screen and (max-width: 1240px) {
  .index8_grid {
    grid-template-columns: 1fr; } }
  .index8 .one-swiper-product__title {
    display: none; }
  .index8 > .row {
    margin: 0 !important; }
  .index8 .one-product-overview__title {
    font-size: 15px !important;
    line-height: 20px; }
    .index8 .one-product-overview__title:hover {
      z-index: 2; }
  .index8 .one-swiper-product,
.index8 [data-v-40c8e39a] {
    margin-top: 0 !important; }
  .index8 .one-product-overview__price {
    font-size: 18px !important;
    font-weight: 600;
    position: relative; }
    .index8 .one-product-overview__price .one-product-overview__price-label {
      padding-left: 0 !important;
      position: absolute;
      left: 0;
      top: calc(100% - 2px); }
  .index8 .one-product-overview {
    display: grid;
    grid-template-rows: max-content 1fr;
    gap: 10px 0;
    padding-bottom: 30px !important; }
    .index8 .one-product-overview img {
      height: 160px;
      object-fit: contain;
      object-position: center; }
  .index8 i {
    font-size: 22px !important; }
  .index8 .btn-icon {
    display: flex; }
  .index8 .one-product-overview > .h-50 {
    height: unset !important;
    gap: 20px; }
  .index8 .one-swiper-product__mobile-slider {
    border-top: none !important;
    overflow-x: unset !important;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    height: 100%;
    align-items: center; }

@media only screen and (max-width: 1240px) {
  .index8 .one-swiper-product__mobile-slider {
    grid-template-columns: repeat(4, 1fr);
    overflow-x: auto !important;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    .index8 .one-swiper-product__mobile-slider::-webkit-scrollbar {
      display: none; } }
    .index8 .one-swiper-product__mobile-slider .box {
      position: relative;
      margin-left: -1px;
      padding: 0 25px;
      max-width: unset !important;
      width: unset !important;
      border-right: none !important; }
      .index8 .one-swiper-product__mobile-slider .box:nth-child(1), .index8 .one-swiper-product__mobile-slider .box:nth-child(2), .index8 .one-swiper-product__mobile-slider .box:nth-child(3) {
        border-right: 1px solid #e0e0e0 !important; }
      .index8 .one-swiper-product__mobile-slider .box:nth-child(n + 5) {
        display: none; }
      .index8 .one-swiper-product__mobile-slider .box:first-child {
        margin-left: 0; }

@media only screen and (max-width: 992px) {
  .index8 .one-swiper-product__mobile-slider .box {
    width: 260px !important; } }
      .index8 .one-swiper-product__mobile-slider .box:hover {
        z-index: 2;
        text-decoration: none; }
        .index8 .one-swiper-product__mobile-slider .box:hover h3 {
          text-decoration: none !important;
          color: #1E90FF; }

.index9 {
  background-color: #f6f6f6; }
  .index9_grid {
    display: grid;
    grid-template-columns: 1fr calc(50% + 135px);
    align-items: center; }

@media only screen and (max-width: 1080px) {
  .index9_grid {
    grid-template-columns: 1fr; } }
  .index9_bg {
    height: 100%; }
    .index9_bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center right;
      vertical-align: bottom; }
  .index9_box {
    max-width: 915px;
    padding: 120px 50px 140px 95px; }

@media only screen and (max-width: 1240px) {
  .index9_box {
    padding: 100px 50px 100px 50px; } }

@media only screen and (max-width: 1080px) {
  .index9_box {
    padding: 50px; } }

@media only screen and (max-width: 640px) {
  .index9_box {
    padding: 30px 20px; } }
  .index9 h3 {
    font-size: 33px;
    color: #232323;
    margin: 0 0 65px 0;
    font-weight: bold; }

@media only screen and (max-width: 1080px) {
  .index9 h3 {
    margin: 0 0 50px 0;
    font-size: 30px; } }

@media only screen and (max-width: 1080px) {
  .index9 h3 {
    margin: 0 0 30px 0; } }
  .index9_info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 55px 80px; }

@media only screen and (max-width: 640px) {
  .index9_info {
    grid-template-columns: 1fr;
    gap: 25px 80px; } }
    .index9_info div {
      display: grid;
      grid-template-columns: 50px 1fr;
      align-items: center;
      gap: 20px; }
    .index9_info img {
      height: 42px;
      margin: 0 auto; }

.index #footer {
  border-top: none !important; }

#footer {
  color: #5b5b5b;
  border-top: 1px solid #e0e0e0;
  padding-top: 0 !important; }
  #footer .hr,
#footer .hr + .container {
    display: none; }

.footer_newsletter {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 20px;
  align-items: center;
  padding: 80px 0; }

@media only screen and (max-width: 1080px) {
  .footer_newsletter {
    padding: 50px 0; } }

@media only screen and (max-width: 992px) {
  .footer_newsletter {
    grid-template-columns: 1fr; } }

.footer_nl {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 40px;
  align-items: center; }

@media only screen and (max-width: 1080px) {
  .footer_nl {
    gap: 20px; } }
  .footer_nl p {
    margin: 0;
    font-size: 28px;
    color: #232323;
    font-weight: bold;
    line-height: 35px; }

@media only screen and (max-width: 1080px) {
  .footer_nl p {
    font-size: 20px;
    line-height: 25px; } }
    .footer_nl p span {
      color: #1E90FF;
      text-decoration: underline; }

@media only screen and (max-width: 1080px) {
  .footer_nl p span br {
    display: none; } }
  .footer_nl img {
    height: 70px; }

.footer_form {
  display: grid;
  grid-template-columns: 1fr max-content; }
  .footer_form input[type='text'] {
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    padding: 0 25px;
    width: calc(100% + 10px); }
  .footer_form input {
    height: 55px; }

.footer_accept {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 15px;
  margin-top: 17px;
  font-size: 13px; }
  .footer_accept input {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 8px;
    position: relative;
    margin: 0;
    vertical-align: sub;
    cursor: pointer;
    width: initial;
    float: left;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none; }
    .footer_accept input:checked {
      background-color: #1E90FF;
      box-shadow: inset 0 0 0 4px #fff; }

@media only screen and (max-width: 576px) {
  .footer_acco {
    max-height: 0;
    transition: 0.3s linear;
    overflow: hidden; } }

.footer_grid {
  background-color: #f9f9f9;
  padding: 50px 0;
  box-shadow: 0vmax 0px 0 100vmax #f9f9f9;
  -webkit-clip-path: inset(0 -100vmax);
  clip-path: inset(0 -100vmax);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px; }
  .footer_grid button {
    padding: 8px !important;
    line-height: 10px !important;
    font-size: 20px !important; }

@media only screen and (max-width: 1460px) {
  .footer_grid {
    grid-template-columns: 1fr 1fr 1fr; } }

@media only screen and (max-width: 992px) {
  .footer_grid {
    grid-template-columns: 1fr 1fr;
    padding: 25px 0; } }

@media only screen and (max-width: 640px) {
  .footer_grid {
    grid-template-columns: 1fr; } }
  .footer_grid .one-cms-grid-list__hr {
    display: none; }
  .footer_grid a {
    color: #5b5b5b;
    text-decoration: none !important; }
    .footer_grid a:hover {
      color: #1E90FF;
      text-decoration: none !important; }
  .footer_grid input:checked ~ .footer_acco {
    max-height: 100vh;
    margin: 25px 0 0 0 !important; }
  .footer_grid input:checked ~ label::after {
    transform: rotate(90deg); }
  .footer_grid label {
    font-size: 17px;
    text-transform: uppercase;
    color: #232323;
    margin: 0 0 25px 0 !important;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px; }

@media only screen and (max-width: 576px) {
  .footer_grid label {
    margin: 0 0 0 0 !important; }
    .footer_grid label::after {
      content: '>';
      display: inline-flex;
      justify-content: center;
      color: #fff;
      font-weight: 400;
      align-items: center;
      width: 30px;
      height: 30px;
      border-radius: 5px;
      background-color: #1E90FF;
      transition: all 0.2s linear;
      transform: rotate(180deg); } }
  .footer_grid ul {
    font-size: 15px;
    display: grid !important;
    gap: 15px;
    padding: 0;
    margin: 0;
    list-style: none; }

.footer_social {
  display: flex;
  gap: 20px;
  flex-wrap: wrap; }
  .footer_social a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eaeaea;
    transition: background-color 0.2s linear;
    width: 52px;
    height: 52px;
    border-radius: 5px; }
    .footer_social a:hover {
      background-color: #dfdfdf; }
  .footer_social img {
    height: 20px; }

.footer_contact {
  font-size: 15px;
  line-height: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-top: 20px; }

@media only screen and (max-width: 1460px) {
  .footer_contact {
    grid-template-columns: max-content max-content; } }

@media only screen and (max-width: 640px) {
  .footer_contact {
    grid-template-columns: 1fr;
    margin-top: 10px;
    gap: 00px; } }
  .footer_contact p {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 25px;
    align-items: center; }
  .footer_contact a {
    color: #5b5b5b;
    text-decoration: none !important; }
    .footer_contact a:hover {
      color: #1E90FF;
      text-decoration: none !important; }
  .footer_contact img {
    height: 46px; }

@media only screen and (max-width: 1460px) {
  .footer_conbox {
    grid-column: span 2; } }

@media only screen and (max-width: 640px) {
  .footer_conbox {
    grid-column: unset; } }

.footer_up {
  background-color: #f9f9f9;
  padding: 30px 0 20px;
  box-shadow: 0vmax 0px 0 100vmax #f9f9f9;
  -webkit-clip-path: inset(0 -100vmax);
  clip-path: inset(0 -100vmax);
  display: flex;
  justify-content: flex-end; }

@media only screen and (max-width: 576px) {
  .footer_up {
    padding: 10px 0 20px; } }
  .footer_up div {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 30px;
    border-radius: 5px;
    background-color: #1E90FF;
    transition: background-color 0.2s linear;
    cursor: pointer; }
    .footer_up div:hover {
      background-color: #0d4d8d; }
    .footer_up div img {
      transform: rotate(180deg);
      filter: invert(1);
      width: 12px; }

.footer_hr {
  height: 1px;
  background-color: #e8e8e8;
  box-shadow: 0vmax 0px 0 100vmax #e8e8e8;
  -webkit-clip-path: inset(0 -100vmax);
  clip-path: inset(0 -100vmax); }

.footer_bottom {
  background-color: #f9f9f9;
  padding: 20px 0 20px;
  box-shadow: 0vmax 0px 0 100vmax #f9f9f9;
  -webkit-clip-path: inset(0 -100vmax);
  clip-path: inset(0 -100vmax);
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px; }
  .footer_bottom div {
    display: inline-flex;
    align-items: center; }
  .footer_bottom a {
    color: #5b5b5b;
    text-decoration: none !important; }
    .footer_bottom a:hover {
      color: #1E90FF;
      text-decoration: none !important; }

.one-footer__mobile-icon-wrapper > div {
  background-color: #1E90FF !important; }

.breadcrumbs-container .one-breadcrumbs {
  height: unset !important;
  padding: 0 !important; }
  .breadcrumbs-container .one-breadcrumbs:after {
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
    content: '';
    position: absolute;
    left: 0;
    display: block; }

.breadcrumbs-container .one-breadcrumbs__col {
  align-items: center !important;
  padding: 13px 0; }

.breadcrumbs-container .crumb {
  font-size: 13px !important;
  color: #727272 !important; }

.one-product-page {
  margin-top: 1px; }

.prod_grid {
  grid-template-columns: 1fr 480px;
  gap: 20px;
  margin: 30px 0;
  display: grid;
  align-items: flex-start; }

@media only screen and (max-width: 1120px) {
  .prod_grid {
    grid-template-columns: 1fr; } }

.prod_gall {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 30px;
  grid-template-columns: 1fr 350px;
  display: grid; }

@media only screen and (max-width: 1240px) {
  .prod_gall {
    grid-template-columns: minmax(100px, 2fr); } }

@media only screen and (max-width: 1080px) {
  .prod_gall {
    padding: 20px; } }

.prod_desc {
  border-left: 1px solid #e0e0e0;
  padding-left: 30px;
  margin-left: 20px; }

@media only screen and (max-width: 1240px) {
  .prod_desc {
    padding-left: 0px;
    border-left: none;
    margin-top: 30px;
    margin-left: unset; } }

.prod_info {
  position: relative; }
  .prod_info h2 {
    font-size: 23px;
    line-height: 35px;
    margin: 30px; }

@media only screen and (max-width: 1080px) {
  .prod_info h2 {
    margin: 20px;
    font-size: 20px;
    line-height: 28px; } }

.prod_infobox {
  border: 1px solid #e0e0e0;
  border-radius: 10px; }

.prod_infos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  border-left: 2px solid #1E90FF;
  margin-bottom: 14px;
  font-size: 13px;
  padding-left: 10px;
  line-height: 15px; }

.prod .one-product-relations {
  margin-top: 30px;
  display: grid;
  gap: 15px; }
  .prod .one-product-relations .pl-1 {
    font-size: 13px;
    font-weight: bold; }

.prod .one-product-download {
  padding-left: 0 !important; }
  .prod .one-product-download a {
    color: #1E90FF !important;
    align-items: center;
    margin-top: 10px; }
    .prod .one-product-download a i {
      line-height: 0; }
    .prod .one-product-download a:hover {
      text-decoration: none !important; }
      .prod .one-product-download a:hover div {
        text-decoration: underline; }

.prod .one-gallery__thumbnails__image {
  border-radius: 10px;
  width: 90px;
  height: 90px;
  margin: 0 0 15px 0;
  border: 1px solid #e0e0e0;
  min-height: 90px; }

.prod .one-gallery__thumbnails__image.active {
  border-color: #fdf287;
  border-width: 1px; }

.prod_badges {
  position: absolute;
  top: -11px;
  left: 30px;
  right: 30px;
  display: flex;
  gap: 4px 8px;
  flex-wrap: wrap; }

@media only screen and (max-width: 1080px) {
  .prod_badges {
    position: unset;
    gap: 8px;
    padding: 20px 20px 0 20px; } }

.prod_label {
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 0 10px;
  line-height: 20px;
  font-weight: bold;
  color: #fff; }
  .prod_label.best {
    background-color: #cf0ad6; }
  .prod_label.promo {
    background-color: #4384c1; }
  .prod_label.new {
    background-color: #4fc143; }
  .prod_label.sale {
    background-color: #a9a9a9; }

.prod_action {
  background-color: #f6f6f6;
  padding: 30px; }

@media only screen and (max-width: 1080px) {
  .prod_action {
    padding: 20px; } }

.prod_mprice {
  font-size: 35px;
  font-weight: 600;
  line-height: 40px; }

.prod_pricetype {
  font-size: 16px;
  color: #949494; }

.prod_priceinfo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px 0; }
  .prod_priceinfo del {
    font-size: 18px;
    line-height: 20px;
    color: #949494; }

.prod_discount {
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 0 10px;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #ff0000;
  display: inline-block; }

.prod_agrid {
  padding: 30px 0 0 0 !important; }
  .prod_agrid > .col {
    padding: 0 !important; }
    .prod_agrid > .col > .d-flex {
      gap: 20px 10px;
      position: relative;
      padding-bottom: 27px;
      justify-content: flex-start !important; }
      .prod_agrid > .col > .d-flex > div:last-child {
        width: 100%; }
        .prod_agrid > .col > .d-flex > div:last-child .btn {
          border-radius: 4px !important;
          width: 100%; }
          .prod_agrid > .col > .d-flex > div:last-child .btn > .btn-content {
            font-size: 15px !important;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 20px; }
            .prod_agrid > .col > .d-flex > div:last-child .btn > .btn-content div {
              display: none; }
            .prod_agrid > .col > .d-flex > div:last-child .btn > .btn-content:before {
              background-image: url(https://static.volta-preprod.one.unity.pl/cms/1d76c79f62494108a5960278f7732bbf-produkt-koszyk.svg) !important;
              background-repeat: no-repeat !important;
              background-size: contain;
              content: '';
              display: inline-block;
              width: 32px;
              height: 27px; }

@media only screen and (max-width: 640px) {
  .prod_agrid > .col > .d-flex > div:last-child .btn > .btn-content:before {
    content: unset; } }
            .prod_agrid > .col > .d-flex > div:last-child .btn > .btn-content::after {
              content: 'Do koszyka'; }
            .prod_agrid > .col > .d-flex > div:last-child .btn > .btn-content i {
              display: none !important; }

@media only screen and (max-width: 1120px) {
  .prod_agrid > .col > .d-flex > div:last-child {
    width: unset; } }

@media only screen and (max-width: 1120px) {
  .prod_agrid > .col > .d-flex {
    flex-wrap: wrap; } }
  .prod_agrid .input-container {
    padding: 0 !important;
    max-width: unset !important; }
  .prod_agrid .one-input-tooltip {
    flex-direction: row !important;
    gap: 10px; }
    .prod_agrid .one-input-tooltip input {
      -moz-appearance: textfield;
      height: 53px;
      text-align: center;
      font-size: 20px;
      width: 55px;
      appearance: textfield;
      border-radius: 4px !important;
      border: 1px solid #e0e0e0; }
      .prod_agrid .one-input-tooltip input:focus {
        outline: none !important;
        box-shadow: none !important; }
      .prod_agrid .one-input-tooltip input::-webkit-outer-spin-button, .prod_agrid .one-input-tooltip input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0; }
  .prod_agrid .one-input-tooltip__unit {
    font-size: 16px;
    color: #949494;
    line-height: 15px; }
  .prod_agrid .btn-group {
    width: 100%; }
  .prod_agrid .dropdown-toggle-split {
    display: none !important; }
  .prod_agrid .one-content-unit {
    gap: 7px; }
  .prod_agrid .btn-wishlist {
    margin: 20px 0 !important;
    width: max-content;
    text-align: left;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2; }
    .prod_agrid .btn-wishlist button {
      background-color: transparent !important;
      padding: 0 !important;
      text-align: left; }
      .prod_agrid .btn-wishlist button i {
        vertical-align: unset;
        text-align: left; }
        .prod_agrid .btn-wishlist button i::before {
          content: unset; }
        .prod_agrid .btn-wishlist button i::after {
          content: 'Dodaj do listy zakupowej';
          font-size: 16px;
          text-transform: none;
          font-weight: 400;
          font-style: normal;
          color: #232323;
          text-decoration: underline;
          text-align: left;
          white-space: nowrap;
          word-break: keep-all; }
      .prod_agrid .btn-wishlist button:hover i::after {
        color: #1E90FF; }

.prod_ware {
  border-bottom: 1px solid #e0e0e0;
  padding: 15px 30px; }
  .prod_ware .one-product-stocks-popup-dialog__more-stocks {
    left: 30px !important; }

@media only screen and (max-width: 1080px) {
  .prod_ware .one-product-stocks-popup-dialog__more-stocks {
    left: 20px !important; } }
  .prod_ware a {
    color: #1E90FF !important; }

@media only screen and (max-width: 1080px) {
  .prod_ware {
    padding: 20px; } }
  .prod_ware .grid-table {
    margin-bottom: 5px; }

.prod_ask {
  padding: 20px 30px; }

@media only screen and (max-width: 1080px) {
  .prod_ask {
    padding: 20px; } }
  .prod_ask a {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    font-size: 14px; }
    .prod_ask a:hover {
      text-decoration: none !important;
      color: #1E90FF; }
    .prod_ask a img {
      height: 25px; }
  .prod_ask > div {
    display: grid;
    grid-template-columns: max-content 1fr max-content;
    gap: 15px;
    margin-top: 15px;
    font-size: 14px;
    align-items: center; }
    .prod_ask > div > img {
      height: 25px; }
    .prod_ask > div div {
      position: relative;
      border-radius: 20px;
      width: 20px;
      height: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #999999;
      line-height: 20px;
      color: #fff;
      font-weight: bold;
      font-size: 14px;
      cursor: pointer; }
      .prod_ask > div div:hover p {
        opacity: 1;
        pointer-events: all; }
      .prod_ask > div div p {
        position: absolute;
        color: #232323;
        background-color: #fff;
        font-size: 12px;
        line-height: 15px;
        font-weight: 400;
        padding: 10px;
        border-radius: 6px;
        border: 1px solid #e0e0e0;
        width: 200px;
        top: 0;
        right: 0;
        opacity: 0;
        pointer-events: none;
        transition: all 0.2s linear;
        z-index: 2; }

.prod_about {
  grid-template-columns: 1fr 480px;
  gap: 20px;
  margin: 30px 0;
  display: grid;
  align-items: flex-start;
  min-height: 263px; }

@media only screen and (max-width: 1120px) {
  .prod_about {
    grid-template-columns: 1fr;
    min-height: unset; } }

.prod_biz {
  border-radius: 10px;
  background-color: #dfefff;
  padding: 30px;
  text-align: center;
  position: absolute;
  width: 100%;
  top: calc(100% + 30px); }

@media only screen and (max-width: 1120px) {
  .prod_biz {
    padding: 20px;
    position: unset;
    margin-top: 30px; } }
  .prod_biz p {
    font-size: 23px;
    line-height: 35px;
    font-weight: bold;
    margin: 0; }
  .prod_biz span {
    font-size: 15px;
    display: block;
    margin-bottom: 25px; }
  .prod_biz a {
    width: 100%;
    display: block;
    background-color: #fff;
    border-radius: 4px;
    line-height: 55px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
    transition: background-color 0.2s linear; }
    .prod_biz a:hover {
      background-color: #f8f8f8;
      text-decoration: none !important; }

.prod_spec {
  display: flex;
  gap: 20px;
  flex-direction: column; }
  .prod_spec > div {
    padding: 30px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    margin: 0 !important; }

@media only screen and (max-width: 1080px) {
  .prod_spec > div {
    padding: 20px; } }
  .prod_spec .border-top {
    border: none !important; }
  .prod_spec .one-product-description {
    padding: 0 !important;
    margin-top: 10px; }
  .prod_spec .one-product-description__text {
    font-size: 15px !important;
    line-height: 24px; }
    .prod_spec .one-product-description__text img {
      max-width: 100%;
      height: auto; }
    .prod_spec .one-product-description__text iframe {
      max-width: 100%; }
    .prod_spec .one-product-description__text ul {
      padding: 0;
      margin: 0;
      list-style: none;
      width: 100%;
      max-width: 100%; }
      .prod_spec .one-product-description__text ul li {
        position: relative;
        padding: 0 32px;
        line-height: 27px; }
        .prod_spec .one-product-description__text ul li::before {
          content: '';
          display: inline-block;
          width: 15px;
          height: 2px;
          background-color: #1E90FF;
          position: absolute;
          top: 12px;
          left: 0; }
  .prod_spec .one-product-data-container--bold-text {
    padding-left: 0 !important;
    font-size: 20px !important;
    padding-right: 2rem !important; }

@media only screen and (max-width: 640px) {
  .prod_spec .one-product-data-container--bold-text {
    font-size: 17px !important; } }
    .prod_spec .one-product-data-container--bold-text:hover {
      color: #1E90FF; }
  .prod_spec .one-product-technical-data {
    display: grid !important; }
    .prod_spec .one-product-technical-data i,
.prod_spec .one-product-technical-data span {
      margin-left: 0 !important; }
    .prod_spec .one-product-technical-data > div {
      font-size: 15px !important;
      max-width: 100% !important;
      padding: 12px 30px !important;
      display: grid !important;
      grid-template-columns: 1fr 1fr;
      gap: 10px; }

@media only screen and (max-width: 1080px) {
  .prod_spec .one-product-technical-data > div {
    padding: 10px !important; } }

@media only screen and (max-width: 640px) {
  .prod_spec .one-product-technical-data > div {
    font-size: 13px !important; } }
      .prod_spec .one-product-technical-data > div span {
        text-align: left !important; }
      .prod_spec .one-product-technical-data > div:nth-child(odd) {
        background-color: #f6f6f6; }
  .prod_spec .collapse-btn {
    background-color: transparent !important;
    color: #232323 !important;
    padding: 0 !important; }
    .prod_spec .collapse-btn i::before {
      font-weight: bold !important; }

.prod_listprod {
  margin-top: 90px !important; }
  .prod_listprod.last {
    margin-bottom: 100px; }
  .prod_listprod .one-swiper-product__title {
    font-size: 28px;
    text-transform: uppercase;
    color: #232323;
    font-weight: bold;
    margin: 0 0 50px 0;
    padding: 0 10px;
    text-align: center; }
  .prod_listprod > .row {
    margin: 0 !important; }
  .prod_listprod .one-product-overview__title {
    font-size: 15px !important;
    line-height: 20px; }
    .prod_listprod .one-product-overview__title:hover {
      z-index: 2; }
  .prod_listprod a {
    color: #232323; }
    .prod_listprod a:hover {
      text-decoration: none !important;
      color: #1E90FF; }
  .prod_listprod .one-swiper-product,
.prod_listprod [data-v-40c8e39a] {
    margin-top: 0 !important; }
  .prod_listprod .one-product-overview__price {
    font-size: 18px !important;
    font-weight: 600;
    position: relative; }
    .prod_listprod .one-product-overview__price .one-product-overview__price-label {
      padding-left: 0 !important;
      position: absolute;
      left: 0;
      top: calc(100% - 2px); }
  .prod_listprod .one-product-overview {
    display: grid;
    grid-template-rows: max-content 1fr;
    gap: 10px 0;
    padding-bottom: 30px !important; }
    .prod_listprod .one-product-overview img {
      height: 160px;
      object-fit: contain;
      object-position: center; }
  .prod_listprod .btn-secondary {
    padding: 13px !important; }
    .prod_listprod .btn-secondary.btn-wishlist {
      margin-right: -5px !important; }
  .prod_listprod i {
    font-size: 22px !important; }
  .prod_listprod .btn-icon {
    display: flex; }
  .prod_listprod .one-product-overview > .h-50 {
    height: unset !important;
    gap: 20px; }
  .prod_listprod .one-swiper-product__mobile-slider {
    border-top: none !important;
    overflow-x: unset !important;
    display: grid;
    grid-template-columns: repeat(6, 1fr); }
    .prod_listprod .one-swiper-product__mobile-slider > div:nth-child(n + 7) {
      display: none; }

@media only screen and (max-width: 1240px) {
  .prod_listprod .one-swiper-product__mobile-slider {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 0; } }

@media only screen and (max-width: 992px) {
  .prod_listprod .one-swiper-product__mobile-slider {
    grid-template-columns: repeat(6, 1fr);
    overflow-x: auto !important;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    .prod_listprod .one-swiper-product__mobile-slider::-webkit-scrollbar {
      display: none; } }
    .prod_listprod .one-swiper-product__mobile-slider .box {
      border-right: 1px solid #e0e0e0 !important;
      border-left: 1px solid #e0e0e0 !important;
      position: relative;
      margin-left: -1px;
      padding: 0 25px;
      max-width: unset !important;
      width: unset !important; }
      .prod_listprod .one-swiper-product__mobile-slider .box:first-child {
        margin-left: 0; }

@media only screen and (max-width: 992px) {
  .prod_listprod .one-swiper-product__mobile-slider .box {
    width: 260px !important; } }
      .prod_listprod .one-swiper-product__mobile-slider .box:hover {
        border-right: 1px solid #1E90FF !important;
        border-left: 1px solid #1E90FF !important;
        z-index: 2;
        text-decoration: none; }
        .prod_listprod .one-swiper-product__mobile-slider .box:hover h3 {
          text-decoration: none !important;
          color: #1E90FF; }

.one-catalog-view-list {
  margin-top: 20px;
  margin-bottom: 100px !important; }

.one-category-tree__scroll-area {
  max-height: unset !important;
  min-height: unset !important; }

.one-category-tree-item__leaf-container {
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5; }

.one-category-tree__scroll-area ul ul {
  padding-left: 0; }

.one-category-tree__scroll-area ul ul li .one-category-tree-item__leaf-container {
  padding-left: 20px; }

.one-category-tree__scroll-area ul ul ul li .one-category-tree-item__leaf-container {
  padding-left: 40px; }

.one-category-tree-item__circle {
  border-color: #1E90FF !important; }

.one-category-tree-item__category-name {
  padding-left: 10px !important;
  text-transform: lowercase;
  font-size: 14px; }
  .one-category-tree-item__category-name:hover {
    text-decoration: none !important;
    color: #1E90FF; }

.one-category-tree-item__circle--vertical,
.one-category-tree-item__circle--horizontal {
  background: #1E90FF; }

.one-category-tree__header {
  margin-bottom: 10px;
  font-size: 20px; }

.one-category-tree__content {
  border-top: 1px solid #e0e0e0 !important;
  padding-left: 0 !important; }

.one-category-tree__categories {
  border: 1px solid #e0e0e0;
  padding: 20px;
  border-radius: 10px; }

.one-filters-container {
  border: 1px solid #e0e0e0;
  padding: 20px;
  border-radius: 10px; }

.one-filters__header {
  margin-bottom: 10px;
  font-size: 20px;
  border-bottom: 1px solid #e0e0e0 !important; }

.one-multicheckbox-filter {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 10px; }

.row.one-multicheckbox-filter .col-12 {
  padding: 0 !important; }

.custom-control.custom-checkbox {
  margin-top: 10px; }

.one-multicheckbox-filter-item {
  padding-top: 5px;
  padding-left: 28px !important;
  font-size: 15px; }

.custom-control-label::before {
  border: 1px solid #263676 !important; }

.custom-control-label::after,
.custom-control-label::before {
  top: 2px !important;
  width: 19px !important;
  height: 19px !important;
  left: -28px !important; }

.one-multicheckbox-filter__header--bottom-border {
  border-bottom: none !important; }

.one-category-tree {
  margin-bottom: 30px !important; }

.one-catalog-view-list__catalog-row > .px-0 {
  padding-left: 20px !important; }

@media only screen and (max-width: 992px) {
  .one-catalog-view-list__catalog-row > .px-0 {
    padding-left: unset !important; } }

.one-product-stocks-popup-dialog__more-stocks {
  left: 0 !important; }

.one-product-tile-right-price__info {
  margin-top: 3px;
  font-size: 13px !important;
  color: #949494 !important; }
  .one-product-tile-right-price__info .one-product-tile-right-price__discount {
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 0 10px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #ff0000;
    display: inline-block; }
    .one-product-tile-right-price__info .one-product-tile-right-price__discount::before {
      content: '-'; }
    .one-product-tile-right-price__info .one-product-tile-right-price__discount i {
      display: none; }

.one-product-tile-view__product-tile {
  border: 1px solid #e0e0e0;
  padding: 20px 20px 0 20px;
  border-radius: 10px; }
  .one-product-tile-view__product-tile:hover {
    border: 1px solid #1E90FF; }
  .one-product-tile-view__product-tile .one-product-tile-right-actions > .col {
    padding: 0; }
  .one-product-tile-view__product-tile a:hover {
    text-decoration: none !important;
    color: #1E90FF; }
  .one-product-tile-view__product-tile h2 {
    margin-bottom: 0 !important;
    padding: 20px 0 5px 0;
    display: block !important;
    text-align: center; }
  .one-product-tile-view__product-tile .one-product-tile-right-price > div {
    flex-direction: column; }

.one-product-tile-view__product-tile .image-container {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 0 0;
  justify-content: center;
  height: unset; }

.one-product-tile-view__product-tile .image-container .badge {
  margin-right: 0 !important; }

.one-toolbar-list__query[data-v-a0838202],
.one-toolbar-list__tool[data-v-a0838202] {
  height: 51px; }

.one-toolbar-list .col-12 {
  padding: 20px 10px; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background: #1E90FF !important; }

.one-toolbar-list {
  margin-bottom: 30px !important;
  border: 1px solid #e0e0e0;
  border-radius: 10px; }

.one-toolbar-list .col-12:first-child {
  padding: 0 20px;
  border-bottom: 1px solid #e0e0e0; }

.one-category-description > div {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 30px !important;
  margin-top: 30px; }

.one-category-description > div {
  color: #232323; }
  .one-category-description > div h1:first-child,
.one-category-description > div h2:first-child,
.one-category-description > div h3:first-child,
.one-category-description > div h4:first-child,
.one-category-description > div h5:first-child,
.one-category-description > div p:first-child {
    margin-top: 0; }
  .one-category-description > div p:last-child {
    margin-bottom: 0; }
  .one-category-description > div h1,
.one-category-description > div h2.one-category-description__name {
    font-size: 28px;
    margin: 0 0 40px 0;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: bold; }
  .one-category-description > div h2 {
    font-size: 24px;
    margin: 35px 0;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: bold; }
  .one-category-description > div h3 {
    font-size: 20px;
    margin: 35px 0;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: bold; }
  .one-category-description > div h4 {
    font-size: 18px;
    margin: 25px 0;
    line-height: 25px;
    font-weight: bold;
    text-transform: uppercase; }
  .one-category-description > div h5 {
    font-size: 17px;
    margin: 25px 0;
    line-height: 25px;
    font-weight: bold;
    text-transform: uppercase; }
  .one-category-description > div p,
.one-category-description > div p.one-category-description__description {
    margin: 30px 0;
    font-size: 14px;
    line-height: 22px; }
  .one-category-description > div a {
    color: #1E90FF; }
  .one-category-description > div ul {
    padding: 0;
    margin: 25px 0;
    list-style: none;
    width: 100%;
    max-width: 100%; }
    .one-category-description > div ul li {
      position: relative;
      padding: 0 32px;
      line-height: 27px; }
      .one-category-description > div ul li::before {
        content: '';
        display: inline-block;
        width: 15px;
        height: 2px;
        background-color: #1E90FF;
        position: absolute;
        top: 12px;
        left: 0; }
  .one-category-description > div hr {
    width: 100%;
    display: block;
    height: 1px;
    padding: 0;
    margin: 40px 0;
    background-color: #e0e0e0;
    border: none;
    opacity: 1; }

.one-category-description > div p:first-child {
  margin-top: 0px; }

.one-category-description > div p:last-child {
  margin-bottom: 0px; }

.one-toolbar-list__query {
  border-bottom: none !important; }

.one-product-tile-view {
  margin: 0 0 30px 0 !important; }
  .one-product-tile-view .icon-ecommerce-cart-download {
    display: none !important; }

.one-toolbar-list__tool > .row,
.one-product-tile-view__product-tile .row {
  margin-right: 0;
  margin-left: 0; }

.one-pagination {
  margin-top: 0 !important;
  padding: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 10px; }

.one-product-tile-gallery__items img {
  margin: 30px 0; }

.one-product-tile-view .py-2 {
  padding: 20px 0 !important; }

.one-product-stocks-info {
  font-size: 14px;
  position: relative; }

.one-product-tile-right-actions .pb-1 {
  display: none; }

.one-product-tile-view__title,
.one-product-minilist-view__title {
  border-left: 1px solid #e0e0e0 !important; }
  .one-product-tile-view__title:first-child,
.one-product-minilist-view__title:first-child {
    border-left: none !important; }

.one-product-tile-right-price__value {
  font-weight: bold !important; }

.one-product-tile-right-price .horizontal {
  justify-content: center !important; }

.one-product-stocks-popup-dialog__link,
.one-selected-filters__link {
  color: #1E90FF !important; }

.one-selected-filters {
  padding: 20px;
  border: 1px solid #e0e0e0;
  margin-bottom: 30px !important;
  border-radius: 10px; }

.one-selected-filters__header {
  margin-bottom: 10px;
  font-size: 20px;
  border-bottom: 1px solid #e0e0e0 !important; }

.one-selected-filters__circle {
  border: 1px solid #1E90FF !important;
  background-color: #1E90FF !important;
  margin-right: 5px; }

.one-selected-filters__row > div {
  margin-bottom: 15px;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 15px; }

.one-product-tile-view__action-buttons {
  display: block !important;
  opacity: 1 !important; }

.one-product-tile-view__action-buttons button {
  border-bottom-right-radius: 4px !important;
  border-top-right-radius: 4px !important;
  padding: 0px 15px !important;
  line-height: 45px;
  height: 45px; }

.one-product-tile-view__action-buttons .dropdown-toggle {
  display: none !important; }

.one-product-tile-view__action-buttons .icon-ecommerce-cart-download {
  display: none !important; }

.one-product-tile-view__action-buttons i {
  line-height: 0; }

.one-product-tile-view__action-buttons .btn-wishlist .btn-content > div::after {
  content: unset !important; }

.one-product-tile-view__action-buttons .btn-content > div {
  font-size: 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  white-space: nowrap; }
  .one-product-tile-view__action-buttons .btn-content > div::after {
    content: 'Do koszyka';
    font-size: 14px; }

.one-multicheckbox-filter__header i::before {
  vertical-align: middle; }

.one-product-list-view__tile {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden; }
  .one-product-list-view__tile:hover {
    border: 1px solid #1E90FF; }
  .one-product-list-view__tile a:hover {
    color: #1E90FF !important;
    text-decoration: none !important; }

.one-product-list-view {
  margin-bottom: 30px !important; }
  .one-product-list-view > .border-top {
    border-top: none !important; }
  .one-product-list-view .icon-ecommerce-cart-download {
    display: none !important; }
  .one-product-list-view .one-product-technical-data {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    margin-top: 10px !important; }
  .one-product-list-view .one-product-tile-information {
    margin-top: 5px; }
  .one-product-list-view .one-product-tile-information__row {
    border-left: 2px solid #1E90FF;
    margin: 0 0 14px 0 !important;
    font-size: 13px;
    padding-left: 10px;
    line-height: 15px; }

@media only screen and (max-width: 767px) {
  .one-product-list-view .one-product-tile-information__row {
    margin: 0 0 14px 10px !important; } }

.one-product-list-view__tile h2 {
  padding: 5px 0 5px 0;
  margin-bottom: 0 !important; }

.one-product-list-view__tile .one-product-technical-button__icon--small::before {
  vertical-align: middle; }

.one-product-list-view__tile button {
  border-bottom-right-radius: 4px !important;
  border-top-right-radius: 4px !important;
  padding: 0px 15px !important;
  line-height: 45px;
  height: 45px; }
  .one-product-list-view__tile button i {
    line-height: 0; }

.one-product-list-view__tile .dropdown-toggle {
  display: none !important; }

.one-product-list-view__tile .one-product-tile-information__row--border {
  border-color: #1E90FF !important; }

.one-product-list-view__tile .one-product-list-view__tile--right {
  border-left: 1px solid #e0e0e0; }

@media only screen and (max-width: 576px) {
  .one-product-list-view__tile .one-product-list-view__tile--right {
    border-left: unset; } }

.one-product-list-view__tile .btn-wishlist .btn-content > div::after {
  content: unset !important; }

.one-product-list-view__tile .btn-content > div {
  font-size: 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  white-space: nowrap; }
  .one-product-list-view__tile .btn-content > div::after {
    content: 'Do koszyka';
    font-size: 14px; }

.one-product-minilist-view__tile {
  border: 1px solid #e0e0e0;
  margin-bottom: 30px !important;
  border-radius: 10px;
  padding: 0 !important; }
  .one-product-minilist-view__tile:hover {
    border: 1px solid #1E90FF; }
  .one-product-minilist-view__tile a:hover {
    color: #1E90FF !important;
    text-decoration: none !important; }
  .one-product-minilist-view__tile .one-product-tile-right-actions {
    margin: 10px 0; }
    .one-product-minilist-view__tile .one-product-tile-right-actions > .col > div {
      flex-wrap: wrap;
      gap: 5px;
      justify-content: flex-start !important; }

@media only screen and (max-width: 1460px) {
  .one-product-minilist-view__tile .one-product-tile-right-actions > .col > div {
    justify-content: flex-end !important; } }
      .one-product-minilist-view__tile .one-product-tile-right-actions > .col > div .input-container {
        margin-left: 4px; }
  .one-product-minilist-view__tile .btn-wishlist {
    margin-right: 0 !important; }
  .one-product-minilist-view__tile h2 {
    padding: 10px 0 5px 0; }
  .one-product-minilist-view__tile .one-product-technical-button__icon--small::before {
    vertical-align: middle; }
  .one-product-minilist-view__tile button {
    border-bottom-right-radius: 4px !important;
    border-top-right-radius: 4px !important;
    padding: 0px 15px !important;
    line-height: 45px;
    height: 45px; }
    .one-product-minilist-view__tile button i {
      line-height: 0;
      margin: 0 !important; }
  .one-product-minilist-view__tile .dropdown-toggle {
    display: none !important; }
  .one-product-minilist-view__tile .dropdown i {
    margin-left: 0 !important; }
  .one-product-minilist-view__tile .btn-content > div {
    font-size: 14px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-weight: 400;
    white-space: nowrap; }
  .one-product-minilist-view__tile .col-sm-5 {
    display: flex;
    align-items: center; }
  .one-product-minilist-view__tile h2 {
    text-align: left;
    padding: 0; }
  .one-product-minilist-view__tile .image-container {
    display: inline-flex !important;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    height: unset !important;
    min-width: 50px !important;
    max-width: 50px !important;
    margin-right: 5px !important; }
    .one-product-minilist-view__tile .image-container img {
      margin-right: 0 !important; }
  .one-product-minilist-view__tile .one-product-minilist-view__title {
    margin-top: 5px; }

.one-registration-page {
  margin: 25px 0; }

@media only screen and (max-width: 992px) {
  .one-registration-page {
    padding: 0px 15px; } }
  .one-registration-page ul {
    list-style: none;
    padding: 10px 0; }
  .one-registration-page .one-agreements-list .custom-control.custom-checkbox {
    padding-left: 0 !important;
    margin-top: 0 !important; }
  .one-registration-page button[name='gusDataButton'] {
    padding: 8px 35px !important;
    margin-bottom: 20px; }

@media only screen and (max-width: 992px) {
  .one-registration-page button[name='gusDataButton'] {
    margin-top: 10px; } }
  .one-registration-page input[name='invoiceEmail'] {
    transform: translateX(-28px);
    width: calc(100% + 28px); }
  .one-registration-page .one-base-home-page > .col .border-bottom {
    border-bottom: none !important;
    margin-bottom: 0 !important; }
  .one-registration-page .one-base-home-page > .col:last-child > .border-bottom {
    display: none; }
  .one-registration-page .one-base-home-page {
    min-height: 250px;
    align-items: center; }
  .one-registration-page .one-tabs {
    border-radius: 10px;
    overflow: hidden; }

.registration {
  overflow-x: hidden; }
  .registration .mb-small {
    margin-bottom: 0 !important; }
  .registration .mb-large {
    margin-bottom: 0 !important; }

.one-agreements-list {
  min-height: unset !important;
  padding-left: 24px; }

@media only screen and (max-width: 992px) {
  .one-agreements-list {
    margin: 0 25px;
    padding-left: unset; } }

.content .login {
  height: unset !important;
  padding: 25px 0; }

.one-wishlist-page {
  margin-top: 2px; }

.one-products-list__table {
  border: 1px solid #e0e0e0 !important;
  border-radius: 10px; }

@media only screen and (max-width: 767px) {
  .one-products-list__table > div:first-child {
    padding: 10px 10px 0 10px; } }

.one-wishlist-product-row-line .tuple button {
  padding: 13px 13px !important; }
  .one-wishlist-product-row-line .tuple button ::before {
    vertical-align: middle; }

.one-products-list__table--first-row,
.one-products-list__table--last-row {
  background: transparent !important; }

.shipments__main {
  border: 1px solid #e0e0e0;
  border-radius: 10px; }

.one-cart-payment-methods {
  border: 1px solid #e0e0e0;
  border-radius: 10px; }
  .one-cart-payment-methods .one-cart-payment-methods__grid {
    border-bottom: unset !important; }

.one-cart-page .col > .row:has(.one-cart-summary) {
  border: 1px solid #e0e0e0;
  border-radius: 10px; }
  .one-cart-page .col > .row:has(.one-cart-summary) .one-base-home-page {
    background-color: transparent !important; }

.one-cart-wishlist-options-container {
  margin: 0 0 25px 0;
  padding: 0; }

@media only screen and (max-width: 767px) {
  .one-cart-wishlist-options-container {
    margin: 0 0 25px 0; } }
  .one-cart-wishlist-options-container > div {
    padding: 0; }

@media only screen and (max-width: 767px) {
  .one-cart-wishlist-options-container > div {
    margin: 0; }
    .one-cart-wishlist-options-container > div .col-12 {
      padding: 0 !important; } }
    .one-cart-wishlist-options-container > div button .mr-3 {
      margin: 0 !important; }
    .one-cart-wishlist-options-container > div button .icon-ecommerce-cart-download {
      display: none; }

@media only screen and (max-width: 767px) {
  .one-wishlist-product-row-mobile-tile__title {
    text-align: left;
    border-top: 10px solid #e0e0e061;
    border-bottom: 1px solid #e0e0e0; } }

@media only screen and (max-width: 767px) {
  .one-input-with-controls .one-input-with-controls__control {
    padding: 0 15px !important; } }

@media only screen and (max-width: 767px) {
  .one-wishlist-product-row-mobile-tile__unit-price {
    text-align: right; }
    .one-wishlist-product-row-mobile-tile__unit-price strong {
      font-size: 16px;
      margin-left: 5px; } }

@media only screen and (max-width: 767px) {
  .one-wishlist-product-row-mobile-tile__net-value strong span {
    margin-left: 5px; } }

@media only screen and (max-width: 767px) {
  .one-wishlist-product-row-mobile-tile__discount {
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 0 10px;
    line-height: 20px;
    font-weight: bold;
    color: #fff !important;
    background-color: #ff0000;
    display: inline-flex !important;
    margin: 5px 0 0 0 !important; }
    .one-wishlist-product-row-mobile-tile__discount::before {
      content: '-'; }
    .one-wishlist-product-row-mobile-tile__discount i {
      display: none; } }

.one-wishlist-product-row-line__discount {
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 0 10px;
  line-height: 20px;
  font-weight: bold;
  color: #fff !important;
  background-color: #ff0000;
  display: inline-block;
  margin: 5px 0 0 0 !important; }
  .one-wishlist-product-row-line__discount i {
    display: none; }
  .one-wishlist-product-row-line__discount::before {
    content: '-'; }

.pagination .page-item .page-item.active,
.pagination .page-item.active .page-link {
  background-color: #1E90FF; }

.pagination .page-item.active .page-link {
  border-color: #1E90FF; }

.custom-control.custom-checkbox {
  margin: 10px 0 10px 5px !important;
  padding-left: 30px !important; }

.contactpage p {
  margin: 20px 0; }
  .contactpage p.smallbtm {
    margin-bottom: 10px; }
  .contactpage p.smalltop {
    margin-top: 10px; }

.contactmap {
  width: 100%;
  vertical-align: bottom; }

.contact_grid {
  grid-template-columns: 1fr 2fr 1fr;
  display: grid;
  gap: 30px;
  margin-bottom: 80px; }

@media only screen and (max-width: 1240px) {
  .contact_grid {
    grid-template-columns: 1fr 1fr 1fr; } }

@media only screen and (max-width: 1080px) {
  .contact_grid {
    grid-template-columns: 1fr 1fr; } }

@media only screen and (max-width: 640px) {
  .contact_grid {
    grid-template-columns: 1fr;
    margin-bottom: 50px; } }

.contact_bok {
  grid-template-columns: 1fr 1fr;
  display: grid;
  gap: 30px; }

@media only screen and (max-width: 1240px) {
  .contact_bok {
    grid-template-columns: 1fr; } }
  .contact_bok h5 {
    grid-column: span 2;
    margin: 0; }

@media only screen and (max-width: 1240px) {
  .contact_bok h5 {
    grid-column: unset; } }

.contact_ico {
  display: grid;
  gap: 20px; }
  .contact_ico a {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 20px;
    color: #232323;
    text-decoration: none;
    align-items: center; }
    .contact_ico a:hover {
      color: #1E90FF; }
    .contact_ico a.phone img {
      height: 30px; }
    .contact_ico a.mail img {
      height: 20px; }

.contact_place {
  grid-template-columns: 1fr 1fr;
  display: grid;
  gap: 80px 110px; }

@media only screen and (max-width: 1240px) {
  .contact_place {
    grid-template-columns: 1fr; } }

@media only screen and (max-width: 640px) {
  .contact_place {
    gap: 50px 110px; } }

.contact_item {
  grid-template-columns: 1fr 1fr;
  display: grid;
  gap: 30px; }

@media only screen and (max-width: 640px) {
  .contact_item {
    grid-template-columns: 1fr; } }
  .contact_item h5 {
    grid-column: span 2;
    margin: 0;
    display: grid;
    align-items: center;
    gap: 30px;
    grid-template-columns: max-content 1fr; }

@media only screen and (max-width: 640px) {
  .contact_item h5 {
    grid-column: unset; } }
    .contact_item h5:after {
      content: '';
      height: 1px;
      background-color: #e0e0e0;
      width: 100%;
      display: block; }

.contactp {
  border-top: 1px solid #e0e0e0;
  margin-top: 80px; }
  .contactp_left {
    text-align: center; }
  .contactp img {
    border-radius: 10px;
    max-width: 100%;
    height: auto; }
  .contactp h2 {
    font-size: 28px;
    text-align: center;
    padding: 50px 0;
    margin: 0; }
  .contactp h3 {
    font-size: 22px;
    text-transform: unset;
    margin-bottom: 20px; }
  .contactp iframe {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    overflow: hidden; }
  .contactp_grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 30px 70px;
    background-color: #f6f6f6;
    max-width: 1020px;
    padding: 70px 50px;
    margin: 0 auto 120px auto;
    border-radius: 10px; }

@media only screen and (max-width: 1080px) {
  .contactp_grid {
    grid-template-columns: 1fr;
    padding: 30px;
    margin: 0 auto 60px auto; } }

.one-product-data-container--right {
  align-items: center; }

.stickybar {
  position: fixed;
  width: 100%;
  top: 0; }

@media only screen and (max-width: 992px) {
  .content {
    margin-top: 0 !important; } }

.btn-secondary1 {
  font-weight: 600 !important;
  font-size: 15px;
  text-transform: uppercase;
  background: 0 0 !important;
  border-radius: 4px;
  padding: 17px 35px !important;
  color: #fff !important;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  border: 1px solid #ffffff !important; }
  .btn-secondary1:focus {
    box-shadow: none !important; }
  .btn-secondary1:active {
    filter: none !important;
    color: #fff !important; }
  .btn-secondary1:hover {
    filter: none !important;
    background-color: #1E90FF !important;
    background: #1E90FF !important;
    text-decoration: none; }

.flk-manager-information__phone__mail__label, .flk-manager-information__name__mail__label {
  font-weight: 600;
  opacity: 0.7; }

.flk-manager-information__phone__mail__value, .flk-manager-information__name__mail__value {
  font-weight: 600;
  color: #fff;
  font-size: 14px; }

.flk-manager-information__phone__container, .flk-manager-information__name__container {
  display: flex;
  flex-direction: row; }

.fixed-button {
  position: fixed;
  right: 0;
  bottom: 0;
  margin: 20px;
  z-index: 1;
  transition: transform 0.3s ease-out; }

.fixed-button a {
  display: inline-block;
  background-color: #3498db;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s ease-out; }

.fixed-button a:hover {
  color: #000; }

.fixed-button span {
  text-decoration: underline; }

.one-product-download__title[data-v-79d44370] {
  font-size: 0em; }

@media only screen and (max-width: 600px) {
  .header-calma-image {
    height: 45px; } }

@media (max-width: 990px) {
  .fixed-button {
    position: fixed;
    bottom: 60px; } }

@media (max-width: 990px) {
  .fixed-button a {
    display: grid;
    padding: 5px 10px; } }

.background_image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  /* Aby wyśrodkować obraz */
  width: 100%;
  height: 100%;
  /* Ustawiamy wysokość na 100% */
  background-image: url("https://static.b2b.calma.pl/cms/2cbff13e1ccd41b79cba126ee3909707-baner-1920x85px.jpg");
  background-size: cover;
  /* Ustawiamy, aby obraz tła pokrywał cały obszar */
  background-position: center;
  /* Ustawiamy, aby obraz był zawsze na środku */
  z-index: -1;
  /* Przesuwamy obraz tła na warstwę z tyłu */
  background-repeat: no-repeat; }

@media only screen and (max-width: 992px) {
  .background_image {
    background-size: auto 70%;
    /* Na urządzeniach mobilnych przycinamy zdjęcie po bokach */
    background-position: top; } }

.campaigns-details__image[data-v-3bbfb945] {
  max-width: 180px !important; }

.container_stronystatyczne_listing {
  margin: 50px auto;
  max-width: 1590px !important; }

.vertical-bar[data-v-4cbce514] {
  width: 0px !important; }

.index1_box h1 {
  width: 100%;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: 0; }

.index1_box h2 {
  width: 100%;
  color: #fff;
  font-size: 50px;
  font-weight: 900;
  line-height: 0; }

.index1_box h3 {
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 0; }

@media (max-width: 990px) {
  .index1_box h1 {
    width: 100%;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.1; }
  .index1_box h2 {
    width: 100%;
    color: #fff;
    font-size: 50px;
    font-weight: 900;
    line-height: 1.1; }
  .index1_box h3 {
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1; } }

.prod .one-gallery__thumbnails__image.active {
  border-color: #1E90FF !important; }

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* Proporcje 16:9 */
  height: 0; }

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.calma-cennik {
  font-family: Arial, sans-serif;
  margin: 20px;
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #ddd; }

.calma-cennik h1 {
  font-size: 24px;
  margin-bottom: 20px; }

.calma-cennik h2 {
  font-size: 20px;
  margin-top: 20px; }

.calma-cennik table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px; }

.calma-cennik table, th, td {
  border: 1px solid #ddd;
  padding: 8px; }

.calma-cennik th {
  background-color: #f2f2f2; }

.calma-cennik td {
  text-align: left; }

.calma-cennik p {
  margin-top: 10px; }

.calma-reklamacja {
  font-family: Arial, sans-serif;
  margin: 20px;
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #ddd; }

.calma-reklamacja h1, .calma-reklamacja h2 {
  color: #333;
  margin-top: 20px; }

.calma-reklamacja p {
  margin-top: 10px; }

.calma-reklamacja address {
  font-style: normal;
  margin-top: 10px; }

.calma-reklamacja a {
  color: #0066cc;
  text-decoration: none; }

.calma-reklamacja a:hover {
  text-decoration: underline; }

a[data-testid="account:invoices:invoices-corrections-tab:button"] {
  display: none !important; }

.vextool-banner {
  width: 100%;
  height: 85px;
  /* Przykładowy gradient od #1E90FF do jaśniejszych odcieni niebieskiego */
  background: linear-gradient(to right, #1E90FF, #273e89);
  display: flex;
  /* umożliwia wyśrodkowanie tekstu w pionie */
  align-items: center;
  /* wyśrodkowanie w pionie */
  justify-content: center;
  /* wyśrodkowanie w poziomie */
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  /* ewentualnie wielkie litery */
  margin: 0;
  /* przykładowo, aby baner był "na styk" */
  padding: 0;
  /* jeśli nie chcemy żadnych dodatkowych odstępów */ }

.btn-wishlist[data-v-b6935c46] {
  background: transparent !important; }

@media (max-width: 992px) {
  .vextool-banner {
    font-size: 22px; } }

.buy-box-link:hover {
  text-decoration: none !important;
  /* Upewnienie się, że podkreślenie nie wraca */
  cursor: pointer;
  /* Dodanie wskaźnika w stylu ręki */
  /* Możesz dodać inne efekty np. zmiana koloru lub tła */ }

.one-stock-status-icon__line {
  background-color: #08b518 !important; }

.one-stock-status-icon__line--transparent {
  background-color: #08b518 !important; }

.one-stock-status-icon__line--low {
  background-color: #08b518 !important; }

span.ml {
  visibility: hidden;
  position: relative; }

span.ml::after {
  content: "Duża ilość";
  visibility: visible;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap; }

span.badge.one-badge-danger.badge-danger {
  visibility: hidden;
  position: relative; }

span.badge.one-badge-danger.badge-danger::after {
  content: "Duża ilość";
  visibility: visible;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap; }

div.one-cart-product-row__quantity {
  visibility: hidden;
  position: relative; }

div.one-cart-product-row__quantity::after {
  content: "Duża ilość";
  visibility: visible;
  position: absolute;
  left: -15px;
  top: 0;
  white-space: nowrap; }

div.one-input-tooltip__unit, button.remove {
  display: none; }

div.one-input-tooltip__unit, button.add {
  display: none; }

span.badge.one-badge-danger.badge-danger {
  color: transparent;
  position: relative; }

span.badge.one-badge-danger.badge-danger::after {
  content: "Duża ilość";
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  white-space: nowrap; }

div.one-cart-product-row-mobile-tile__warehouse-status-quantity {
  color: transparent;
  position: relative; }

div.one-cart-product-row-mobile-tile__warehouse-status-quantity::after {
  content: "Duża ilość";
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  white-space: nowrap; }

div.px-1[data-v-b6935c46=""] {
  color: transparent;
  position: relative; }

div.px-1[data-v-b6935c46=""]::after {
  content: "Duża ilość";
  visibility: visible;
  position: absolute;
  left: 5px;
  top: 0;
  white-space: nowrap;
  color: #000; }

div.one-cart-product-row-mobile-tile__warehouse-status-quantity[data-v-2fc22df0]::after {
  color: #000000 !important;
  white-space: normal !important; }

.one-product-overview__title[data-v-b6935c46] {
  height: 80px !important; }

input:checked + .one-button-toggle__switch--track[data-v-54b43d5f] {
  background-color: #1E90FF !important; }

iinjrlk {
  display: block;
  font-size: 16px;
  color: #333;
  background-color: #f9f9f9;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px; }
