* {
  /*transition: all .3s;*/
}

html,body {
  background-color: #8B0B26;
  color: white;
  font-weight: 300;
}

a, button.link {
  color: inherit;
  font-weight: 500;
  transition: all .3s;
}

a:hover, button.link:hover {
  text-shadow: 0 0 1px #bb153e;
  transition: all .3s;
}

button.link {
  background-color: transparent;
  border: none;
}

a.btn:hover, a.gpill:hover {
  text-shadow: none;
}

.btn:hover {
  box-shadow: 0 5px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

#footer a {
  color: white;
  font-weight: 500;
}

@media screen and (min-width: 600px) {
  .vertical-align {
    display: flex;
    flex-direction: row;
  }

  .vertical-align > [class^="col"], .vertical-align > [class*="col"] {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .vertical-align.align-bottom > [class^="col"], .vertical-align.align-bottom > [class*="col"] {
    align-items: flex-end;
  }
  .brand-logo {
    margin-left: 15px;
    text-shadow: 0 0 5px black;
    transition: all .3s;
  }
}

.vertical-align-mobile {
  display: flex;
  flex-direction: row;
}

.vertical-align-mobile > [class^="col"], .vertical-align-mobile > [class*="col"] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.vertical-align-mobile.align-bottom > [class^="col"], .vertical-align-mobile.align-bottom > [class*="col"] {
  align-items: flex-end;
}

#homepage {
  background: #bb153e;
  background-image: linear-gradient(to bottom, #bb153e 0px, #d93947 65vh, #bb153e 100vh);
}

#homepage .content {
  font-size: 22px;
}

#homepage .content a {
  font-weight: 600;
  height:100%;
  display:flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.swiper .small-wrapper a {
  font-weight: 600;
  height:100%;
  display:flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.swiper .small-wrapper img{
  margin:0 auto;
  display:block;
  object-fit:contain;
  width:auto;
}
.swiper .small-wrapper .btn{
  margin-top:15px;
  color: #bb153e;
  max-width:120px;
  text-decoration: none;
}
#homepage .content .small-wrapper{
  padding:20px;
  border:1px solid hsl(345 80% 30% / 1);
  transition:.6s all;
  border-radius:2px;
  margin-bottom:15px;
  position:relative;
}
@media screen and (min-width: 768px) {
  #homepage .content .small-wrapper{
    padding: 0 0 40px 0;
  
  }
}
#homepage .content .small-wrapper:hover{
  transition:.6s all;
  border:1px solid hsl(345, 80%, 47%);
  background: hsl(345, 80%, 47%);
}
#homepage .content .small-wrapper img{
  height:300px;
  margin:0 auto;
  display:block;
  object-fit:contain;
  width:auto;
}
@media screen and (max-width: 599px) {
  #homepage .content .small-wrapper img{
    height: auto;
  }
}
#homepage .content .small-wrapper .btn{
  margin-top:15px;
  color: #bb153e;
  max-width:120px;
  text-decoration: none;
  border-radius: 10px;
}
.swiper .small-wrapper .btn:hover{
  color: white;
}
#homepage .content .small-wrapper .btn:hover{
  color: white;
}
#productpage {
  background-color: white;
  color: #bb153e;
}

#productpage .content {
  font-weight: 400;
}

.top-color-bar {
  background-color: #d61c47;
  background-image: linear-gradient(to bottom, #bb153e 0px, #d93947 65%, #bb153e 100%);
  border-bottom-style: solid;
  border-bottom-width: 20px;
  height: 318px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

@media screen and (max-width: 600px) {
  .top-color-bar {
    height: 232px;
  }
}

#productpage.gripactive-zinp .top-color-bar {
  height: 276px
}

#productpage.gripactive-f .top-color-bar {
  border-bottom-color: #ffac00;
}

#productpage.gripactive-c .top-color-bar {
  border-bottom-color: #f5a522;
}

#productpage.gripactive-gik .top-color-bar {
  border-bottom-color: #4eb6e9;
}

#productpage.gripactive-zin .top-color-bar, #productpage.gripactive-zinp .top-color-bar {
  border-bottom-color: #82bd41;
}

#productpage #carousel ul {
  transition: all 1s;
}

nav {
  background-color: transparent;
  box-shadow: none;
  transition: all .3s;
}

nav ul {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: calc(100% - 300px);
}

nav li {
  text-transform: uppercase;
  margin: auto 7px;
}

nav li:last-child {
  margin-right: 15px;
}

nav li {
  background: transparent;
  background-size: cover;
}

nav.smallnav .brand-logo img {
  margin-top: 8px;
}

.gpill {
  border-radius: 5px;
  background-color: white;
  font-weight: 500;
  height: 30px;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 30px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all .3s;
  text-align: center;
  letter-spacing: 2px;
  /* min-width: 180px; */
  text-align: center;
}
.gpill:hover {
  box-shadow: 0 5px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  transition: all .3s;
}

@media screen and (min-width: 1366px) {
  .gpill {
    min-width: 180px;
  }
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.swiper .slide-wrapper{
  min-height:600px;
  display:flex;
  justify-content: center;
  align-items: center;
}
.swiper .slide-wrapper .slide-content{
width:100%;
height:auto;
}
.swiper img.banner{
  object-position: center;object-fit: cover;max-width: 100%;width:100%;
}
@media screen and (min-width: 768px) {
  .swiper img.banner{
    object-position: center;object-fit: cover;max-width: 100%;height: 600px;width:100%;
  }
}
@media screen and (min-width: 1920px) {
  .swiper img.banner{
    object-position: center;object-fit: contain;max-width: 100%;height: 600px;width:100%;
  }
}
.kubek{
  max-height: 500px;
  display: block;
  margin: 0 auto;
}
.swiper-button-next, .swiper-button-prev{
  color:#65061e;
}
.swiper-pagination-bullet-active{
  background-color:white;
}
.raincoat-section{
  background-color: #bb153e;
  padding:50px 25px;
}
.products-section{
  background-color: #bb153e;
  padding:50px 25px;
}

.products-section .new{
  border-top-right-radius: 2px;
  color:#bb153e;
  padding:10px 15px;
  background:white;
  position:absolute;
  top:0;
  right:0;
  font-size:12px;
}
.products-section h3{
  color:white;
  text-align:center;
  margin-top: 0;
  text-transform: uppercase;
}
.products-section > .col{
  margin-bottom:15px;
}
.raincoat-section .logo{
  margin-top:25px;
  width:100%;
  max-width:500px;
}
.raincoat-section p{
  font-size:16px;
  font-weight:400;
}
.raincoat-section .woman-redcoat{

  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media screen and (min-width: 768px) {
  .raincoat-section .woman-redcoat {
    height:100%;
    object-position: 77%;
    object-fit: cover;
  }
}
.swiper-container{
  height: 100%; 
  max-height: 100vw;
 
  min-height: 0;
  min-width: 0;
  max-width: 100vw; 
  width: 100%;
  overflow: hidden;
}
 
.swiper-slide{
  width: auto;
  flex-shrink: 0;
  display: block;
  height: 100%;
  max-height: 100%;
}

.swiper-wrapper{
  max-height: 100%;
  height: 100%;
  display: flex;
}

.gpill.forte {
  background: linear-gradient(to bottom, #ffac00 0%,#ffd053 100%);
}
.gpill.oforte {
  background: linear-gradient(to bottom, #fff696 0%,#fec520 100%);
  min-width: 180px;
  color: #d61f3d;
}
.gpill.complex {
  background: linear-gradient(to bottom, #f3ad25 0%,#f7921d 100%);
  min-width: 180px;
}
.gpill.gardloikrtan {
  background: linear-gradient(to bottom, #56bfee 0%,#44a2df 100%);
}
.gpill.zatokiinos {
  background: linear-gradient(to bottom, #8cc63f 0%,#6ca844 100%);
}
.gpill.zatokiinosplus {
  background: linear-gradient(to bottom, #8cc63f 0%,#6ca844 100%);
}
.gpill.noc {
  background: linear-gradient(to bottom, #9197cb 0%,#0e1c50 100%);
}
nav .gpill.zatokiinosplus {
  background: linear-gradient(to bottom, #8cc63f 0%,#6ca844 100%);
  padding-right: 0;
}

.gpill.zatokiinosplus .zn-plus {
  background-color: white;
  height: 30px;
  line-height: 30px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  color: #6ca844;
  padding: 3px 9px 3px 6px;
  margin-right: 3px;
}

.gpill-intro-container .gpill.zatokiinosplus .zn-plus {
  margin-right: -22px;
  margin-left: 5px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 1px 17px 1px 15px;
}

.gpill-intro {
  color: white;
  font-size: 40px;
  margin: 0 auto;
  padding: 5px 16px;
  box-shadow: 0 5px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  border-radius: 10px;
}

@media screen and (max-width: 600px) {
  .gpill-intro.zatokiinosplus {
    font-size: 25px;
  }
}

.gpill-intro-container {
  text-align: center;
  margin-bottom: 40px;
}

.gpill-intro-container .gpill-intro {
  letter-spacing: 0px;
  min-width: 370px;
  display: inline-block;
  height: 65px;
  line-height: 56px;
}

.gpill-intro-container .gpill.zatokiinosplus>span {
  margin: 0 10px;
}

#carousel {
  display: block;
  width: 100%;
}

#productpage #carousel {
  margin-top: 40px;
  transform: scale(.8);
}

#productpage.gripactive-zinp #carousel {
  margin-top: 0;
  transform: scale(1);
}
#productpage.gripactive-noc {
  background: radial-gradient(#B40E32 30%, #8B0B26 90%);
  background-repeat: no-repeat;
  background-attachment: fixed;

}
#productpage.gripactive-noc .content{
  color:white;
}
#productpage.gripactive-noc {
  color:white;
}
#productpage.gripactive-noc .longer{
  letter-spacing: 2px;
}
#productpage.gripactive-noc .section-title{
  background-color: unset;
}
@media screen and (max-width: 600px) {
  #productpage #carousel {
    margin-top: 0;
    transform: scale(1);
  }
  #productpage #spinner {
    margin-top: 0;
    transform: scale(.5);
  }
}


#controllers span {
  position: absolute;
  margin-top: 235px;
}
#controllers .carousel-spin-right {
  float: right;
  right: 10vw;
}
#controllers .carousel-spin-left {
  float: left;
  left: 10vw;
}

@media screen and (max-width: 600px) {
  #controllers span {
    /* margin-top: 385px; */
    margin-top: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  #controllers .carousel-spin-right {
    right: 2vw;
  }
  #controllers .carousel-spin-left {
    left: 2vw;
  }
  .material-tooltip {
    display: none;
  }
}

.carousel-buttons .btn {
  margin-left: 25px;
  margin-right: 25px;
}

#footer {
  text-align: center;
  background-color: transparent;
  padding-top: 50px;
  padding-bottom: 50px;
  box-shadow: inset 0 20px 40px -20px hsla(0, 0%, 0%, 0.278);
}

#productpage #footer {
  background-color: #8B0B26;
  color: white;
}
#footer img {
  height: 80px;
}

.small {
  font-size: 80%;
}

.smallnav {
  background-color: #8B0B26 !important;
  box-shadow: 0 5px 15px rgba(0,0,0,0.15), 0 10px 10px rgba(0,0,0,0.15) !important;
  height: 50px;
}

.brand-logo img {
  /* height: 60px; */
  height: 40px;
  margin-top: 10px;
  transition: all .3s;
}

.smallnav .brand-logo img {
  height: 30px;
  padding-top: 0;
  transition: all .3s;
  margin-top: 0;
}

#sd,#sd>div,#sd>div>img {
  /* max-width: 100vw; */
}

.btn, .btn:visited, .btn:focus {
  margin-left: 5px;
  margin-right: 5px;
  background-color: white;
  color: #c11643;
}

.btn:hover {
  background-color: #c11643;
  color: white;
}

.btn-red, .btn-red:visited, .btn-red:focus {
  margin-left: 5px;
  margin-right: 5px;
  background-color: #c11643;
  color: white;
}

.btn-red:hover {
  background-color: white;
  color: #c11643;
}

.zobacz-f:hover {
  background-color: #ffac00;
}

.zobacz-c:hover {
  background-color: #f5a522;
}
.zobacz-of:hover {
  background-color: #f5a522;
}

.zobacz-gik:hover {
  background-color: #00c0f3;
}

.zobacz-zin:hover, .zobacz-zinp:hover {
  background-color: #82bd41;
}

.icon-3d {
  font-size: 40px;
  opacity: .25;
  color: black;
  margin: 0 10px;
  cursor: pointer;
  padding: 10px;
}

.icon-3d:hover {
  opacity: 1;
  cursor: pointer;
  background-color: rgba(0,0,0,.1);
}

.icons-3d-rotate {
  margin-top: 10px;
  z-index: 250;
  display: none !important;
}

@media screen and (max-width: 600px) {
  .icons-3d-rotate {
    margin-bottom: 50px;
  }  
  #productpage.gripactive-zinp .icons-3d-rotate {
    margin-top: -80px;
  }  
}

h1 {
  font-size: 30px;
  text-align: center;
  line-height: 130%; 
  margin-top: 0;
  font-family: "Open sans", sans-serif;
  font-weight: 700;
}

#homepage h1 {
  font-weight: 700;
  font-size: 22px;
}

.title-container {
  height: 185px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

#productpage h1 {
  margin-bottom: 50px;
}

#productpage.gripactive-zinp .title-container {
  height: 168px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 21px;
}

ul.list.list-bb153e li, ul.list.list-f5a522 li, ul.list.list-00c0f3 li, ul.list.list-82bd41 li {
  padding-left: 25px;
  margin-bottom: 8px;
}

ul.list li:before { 
  content: ''; 
  display: inline-block; 
  height: 1em; 
  width: 1em; 
  background-image: url('/img/check.svg'); 
  background-size: contain; 
  background-repeat: no-repeat; 
  margin-left: .5em;
  padding-right: 1.5em;
}

ul.list.list-bb153e li:before { 
  background-image: url('/img/check-bb153e.svg'); 
  margin-left: -27px;
  margin-bottom: -3px;
}

ul.list.list-bb153e-info li:before { 
  background-image: url('/img/info-bb153e.svg'); 
  margin-left: -23px;
  margin-bottom: -3px;
}

ul.list.list-f5a522 li:before { 
  background-image: url('/img/check-f5a522.svg'); 
  margin-left: -27px;
  margin-bottom: -3px;
}

ul.list.list-00c0f3 li:before { 
  background-image: url('/img/check-00c0f3.svg'); 
  margin-left: -27px;
  margin-bottom: -3px;
}

ul.list.list-82bd41 li:before { 
  background-image: url('/img/check-82bd41.svg'); 
  margin-left: -27px;
  margin-bottom: -3px;
}

.brand-name {
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.gpill-intro.brand-name {
  font-weight: 600;
}

p {
  font-family: "Open Sans", sans-serif;
  text-align: justify;
}

@media screen and (max-width: 600px) {
  p {
    text-align: left;
  }
}

.points i {
  font-size: 40px;
  transition: all .3s;
}

.points i.icon-30px {
  font-size: 30px;
}

.points.points-small i {
  font-size: 18px;
}

.points p {
  width: 100%;
  margin: 10px;
}

.points.points-small p {
  width: 100%;
  margin: 0 0 0 0;
}

#productpage .points.points-big p {
  font-size: 20px;
}

#productpage .points.points-small p {
  font-size: 18px;
}
.sidenav-overlay{
  z-index:5;
}
.user-select-none {
  user-select: none;
}

body:not(#homepage).content {
  background-color: white;
  /*padding-bottom: 50px;*/
  color: #bb153e;
}

#homepage .content {
  font-weight: 600;
}

#main {
  position: relative;
  padding-top: 30px;
}

.product-intro {
  font-size: 24px;
  text-align: center;
}

.color-bb153e {
  color: #bb153e;
}

.color-white {
  color: white;
}

.color-f5a522 {
  color: #f5a522;
}

.color-black {
  color: black;
}

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

.nomargintop {
  margin-top: 0 !important;
}

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

.nopaddingbottom {
  padding-bottom: 0 !important;
}

.nopaddingsides, .row .col.s12.nopaddingsides {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.width-100 {
  width: 100%;
}

.product-component-item {
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all .3s;
}

.product-component-item-bb153e {
  background-color: #bb153e;
}

.product-component-item-f5a522 {
  background-color: #f5a522;
}

.product-component-item-00c0f3 {
  background-color: #4eb6e9;
}

.product-component-item-82bd41 {
  background-color: #82bd41;
}

.product-component-item:hover {
  box-shadow: 0 5px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  transition: all .3s;
}

.product-component-image {
  background-size: contain;
  background-repeat: no-repeat;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-position: center;
  background-color: white;
}

.product-component-char {
  font-size: 30px;
  text-align: center;
  line-height: 1;
}
.product-component-amount {
  font-size: 16px;
  color: #353535;
}

.product-component-title {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.product-component-title h3 {
  line-height: 50px;
  margin: 15px 24px;
  color: white;
  width: 100%;
}
.product-component-title h3.color-bb153e {
  color: #bb153e;
}

.product-component-title.multi-title h3 {
  line-height: 24px;
}

.product-component-desc p {
  width: 100%;
}

.product-component-table {
  max-width: 600px;
  margin: 0 auto;
  border-radius: 10px;
  border-width: 0;
  border-style: solid;
  border-color: white;
  border-collapse: separate;
  background-color: transparent;
  color: white;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: .3s;
}

.product-component-table:hover {
  box-shadow: 0 5px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  transition: .3s;
}

#productpage.gripactive-f .product-component-table {
  background-color: #f5a522;
  background: linear-gradient(to bottom, #f3ad25 0%,#f7921d 100%);
}

#productpage.gripactive-c .product-component-table {
  background-color: #f5a522;
  background: linear-gradient(to bottom, #f3ad25 0%,#f7921d 100%);
}

#productpage.gripactive-zin .product-component-table, #productpage.gripactive-zinp .product-component-table {
  background-color: #6ca844;
  background: linear-gradient(to bottom, #8cc63f 0%,#6ca844 100%);
}

#productpage.gripactive-gik .product-component-table {
  background-color: #44a2df;
  background: linear-gradient(to bottom, #56bfee 0%,#44a2df 100%);
}

.product-component-table-caption {
  max-width: 600px;
  margin: 0 auto;
  display: block;
  margin-top: 0;
}

.product-component-table th, .product-component-table td {
  border: 1px solid white;
  padding: 6px 12px;
}

.product-component-table tr:last-child th:first-child {
  border-top-left-radius: 10px;
}
.product-component-table tr:last-child th:last-child {
  border-top-right-radius: 10px;
}

.product-component-table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.product-component-table tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

.product-component-table tr {
  border: none;
}

.product-component-table.highlight>tbody>tr:hover {
  color: black;
  transition: all .3s;
}

#productpage.gripactive-f .product-component-table.highlight>tbody>tr:hover {
  background: linear-gradient(to bottom, #ffd076 0%, #ffd076 100%);
}

#productpage.gripactive-c .product-component-table.highlight>tbody>tr:hover {
  background: linear-gradient(to bottom, #ffd076 0%, #ffd076 100%);
}

#productpage.gripactive-zin .product-component-table.highlight>tbody>tr:hover, #productpage.gripactive-zinp .product-component-table.highlight>tbody>tr:hover {
  background: linear-gradient(to bottom, #9bf128 0%, #9bf128 100%);
}

#productpage.gripactive-gik .product-component-table.highlight>tbody>tr:hover {
  background: linear-gradient(to bottom, #bcdfff 0%, #bcdfff 100%);
}

.section-title {
  background-color: white;
  color: #bb153e;
  padding: 0;
  /*box-shadow: 0 10px 50px rgba(0,0,0,1), 0 10px 10px rgba(0,0,0,1) !important;*/
  padding-top: 50px;
}

.section-title h2 {
  margin: 12px 0;
  font-size: 24px;
}

.modal {
  background-color: white;
}

.modal-content .btn-close {
  float: right;
}
.modal-content .btn-empty {
  float: left;
}

.skladniki .list li, .wazneinformacje .list li {
  font-size: 18px; 
}

.inneprodukty .col.xl4 {
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  #productpage h1 {
    color: #bb153e;
  }
  .section-title h2 {
    text-align: center;
  }
  #productpage.gripactive-zinp .title-container, #productpage .title-container {
    height: auto;
  }
}

.backdrop {
  background-color: #bb153e;
}

.icon-margin-negative {
  margin-left: -24px;
  padding-right: 16px;
  font-weight: 500;
}

.icon-margin-negative-smaller {
  font-size: 10px;
  margin-left: -31px;
  padding-right: 9px;
}

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

.zinp-icon img {
  max-height: 180px;
}

.zinp-wit {
  text-transform: uppercase;
  flex-direction: column;
  background-color: rgba(0,0,0,.2);
}

.zinp-wit div {
  width: 100%;
  text-align: center;
  font-weight: 500;
  text-shadow: 0 0 1px white;
  line-height: .8;
}

nav .button-collapse {
  margin: 0;
  padding: 0 18px;
}

.informacje-flex-list ul {
  margin-top: 0;
  margin-left: 40px;
}

.product-intro-prepoints {
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 15px;
}

.product-intro-points {
  text-align: center;
}

.product-intro-points ul {
  margin: 0 auto;
  display: inline-block;
  padding-left: 11px;
}

.product-intro-points li {
  font-size: 24px;
  text-align: left;
  line-height: 120%;
  margin-bottom: 15px;
  margin-left: 22px;
  font-weight: 400;
}

.product-intro-points ul li:before { 
  content: ''; 
  display: inline-block; 
  height: 1em; 
  width: 1em; 
  background-image: url('/img/check.svg'); 
  background-size: contain; 
  background-repeat: no-repeat; 
  margin-left: .5em;
  padding-right: 1.5em;
}

.product-intro-points ul li:before { 
  background-image: url('/img/check-bb153e.svg'); 
  margin-left: -36px;
  margin-bottom: -3px;
}

.other-products-span span {
  border-radius: 10px;
}

.other-products-span:hover span {
  color: white;
  text-shadow: none;
  box-shadow: 0 5px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.other-products-span:hover .zobacz-gik {
  background-color: #00c0f3;
}
.other-products-span:hover .zobacz-c, .other-products-span:hover .zobacz-of  {
  background-color: #f5a522;
}
.other-products-span:hover .zobacz-zin, .other-products-span:hover .zobacz-zinp {
  background-color: #82bd41;
}

.points.points-big .row:hover i {
  font-size: 50px;
  transition: all .3s;
}

#homepage .content.skladniki {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 0;
}

#homepage .content.skladniki>.row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#homepage .product-component-image {
  width: 100%;
  line-height: 52px;
  border-radius: 10px;
  margin: 5px;
}

.color-shadow {
  width: 110px;
  height: 70px;
  border-radius: 10px;
  transition: .3s;
  margin: 10px;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  font-size: 16px;
}

.color-shadow.dzikaroza {
  background-image: url('/img/dzikaroza.png');
}

.color-shadow.pelargoniaafrykanska {
  background-image: url('/img/pelargoniaafrykanska.png');
}

.color-shadow.lipa {
  background-image: url('/img/lipa.png');
}

.color-shadow.bezczarny {
  background-image: url('/img/bezczarny.png');
}

.color-shadow.andrographispaniculata {
  background-image: url('/img/andrographispaniculata.png');
}

.color-shadow.porostislandzki {
  background-image: url('/img/porostislandzki.png');
}
.color-shadow.prawoslazlekarski {
  background-image: url('/img/prawoslazlekarski.png');
}

.color-shadow span {
  opacity: 1;
  color: white;
  transition: .3s;
  padding-bottom: 5px;
  float: left;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px;
}

.color-shadow.bb153e:hover {
  box-shadow: 0 0 0 10px rgba(187,21,62,1);
}

.color-shadow.f5a522:hover {
  box-shadow: 0 0 0 10px rgba(245,165,43,1);
}

.color-shadow.c82bd41:hover {
  box-shadow: 0 0 0 10px #82bd41;
}

.color-shadow.c00c0f3:hover {
  box-shadow: 0 0 0 10px #00c0f3;
}

.color-shadow.bb153e {
  box-shadow: 0 0 10px 0 rgba(187,21,62,1);
}

.color-shadow.f5a522 {
  box-shadow: 0 0 10px 0 rgba(245,165,43,1);
}

.color-shadow.c82bd41 {
  box-shadow: 0 0 10px 0 #82bd41;
}

.color-shadow.c00c0f3 {
  box-shadow: 0 0 10px 0 #00c0f3;
}

.color-shadow:hover span {
  opacity: 0;
  transition: .3s;
  padding-bottom: 0;
  padding-top: 5px;
  display: block;
  width: 100%;
  display: none;
}

.color-shadow ul.list-bb153e {
  opacity: 0;
  float: left;
  width: 100%;
  transition: .3s;
  background-color: rgba(255,255,255,.8);
  margin: 0;
  height: 100%;
  padding: 0;
  border-radius: 10px;
}

.color-shadow:hover ul.list-bb153e {
  opacity: 1;
  transition: .3s;
  padding: 10px;
}

.color-shadow ul.list-bb153e li {
  font-size: 14px;
}

.color-shadow-wrapper {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 40px;
}

.color-shadow-wrapper img {
  width: 130px;
}

.scroll-down {
  padding-top: 60px;
  margin-bottom: 0;
  bottom: 10vh;
  z-index:10000;
  position: absolute;
  float: right;
  right: 3vw;
  display: inline-block;
}

@media screen and (max-width: 600px) {
  .scroll-down {
    right: 50%;
    display: none !important;
  }
}

.scroll-down>span>span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5), inset 0 0 5px rgba(0, 0, 0, 0.5);
}

.scroll-down>span>span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
    box-shadow: 0 0 5px black;
}

@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@media screen and (min-width: 980px) and (max-width: 1185px) {
  .brand-logo img {
    height: 35px;
  }
  nav ul {
    max-width: calc(100% - 205px);
  }
  nav li {
    margin: 10px 5px;
  }
  nav ul a {
    font-size: 11px;
  }
}
@media screen and (min-width: 1185px) {
  nav ul a {
    font-size: 14px;
  }
}

p.footer-links {
  text-align: center;
  font-weight: 500;
  margin: 0;
}

button#usp-center-contactformbutton {
  background-color: transparent;
  border-color: transparent;
  text-align: center;
  color: white;
}

.gpill.forte, .gpill.complex {
  display: none !important;
}

#errorpage h1 {
  min-height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#errorpage .go-back a {
  text-align: center;
  min-height: 30px;
  display: flex;
  justify-content: center;
}

#badge-noc-nowosc {
  background-color: white;
  border-radius: 10px;
  color: #8B0B26;
  padding: 10px 15px;
  font-size: 2rem;
  margin: 25px auto 50px;
  width: 300px;
  display: block;
  text-align: center;
  font-weight: bold;
  box-shadow: 0 0 10px rgba(0,0,0,.25);
}

@media (min-width: 601px) {
  #badge-noc-nowosc {
    margin-left: 0;
    margin-right: auto;
    font-size: 1.5rem;
    width: 150px;
  }
}

#noc-punkty p, #noc-punkty span {
  text-transform: uppercase;
  text-align: center;
}
#noc-punkty p {
  background-image: linear-gradient(#1c4fb6ff 70%, #1f2e78ff 100%);
  border-radius: 10px;
  color: white;
  padding: 10px 15px;
  font-size: 1.5rem;
  margin: 25px auto 10px;
  width: 300px;
  display: block;
  text-align: center;
  font-weight: bold;
}
#noc-punkty span {
  display: block;
  font-size: 1rem;
}

.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}

@media (max-width: 600px) {
  .d-none-xs {
    display: none !important;
  }
  .d-block-xs {
    display: block !important;
  }
}

@media (min-width: 601px) {
  .d-none-md {
    display: none !important;
  }
  .d-block-md {
    display: block !important;
  }
}

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

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

.noc-list {
  list-style-type: disc;
}
.noc-list li::marker {
  color: #173f93;
}

body.gripactive-noc h2 {
  font-size: 22px;
}

.text-white {
  color: white !important;
}

.sleepingbeauty {
  background-image: url('/img/AdobeStock_2933808_13 c.webp');
  height: 50vh;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 50px;
  position: relative;
  /* display: none; */
}
.sleepingbeauty::before {
  /* content: ''; */
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to left,#B40E33, #8B0B26);
  background-size: 30vh 300px;
  background-position: center;
  background-repeat: no-repeat;
  /* backdrop-filter: blur(10px); */
}

.przypisy {
  margin-top: 50px;
  font-size: .75rem;
  padding-bottom: 50px;
}

.swiper-button-next:after, .swiper-button-prev:after {
  color: white;
}

.przypisy-wrapper {
  background-color: transparent;
}