@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap");
@font-face {
  font-family: "";
  src: url("/fonts/fonnts.com-Century_Gothic_Pro.ttf");
}
.sm-margin-top-xs {
  padding-top: 1em;
}

.sm-padding-top-xs {
  padding-top: 1em;
}

.sm-margin-bottom-xs {
  margin-bottom: 1em;
}

.sm-padding-bottom-xs {
  padding-bottom: 1em;
}

.sm-margin-top-s {
  padding-top: 2em;
}

.sm-padding-top-s {
  padding-top: 2em;
}

.sm-margin-bottom-s {
  margin-bottom: 2em;
}

.sm-padding-bottom-s {
  padding-bottom: 2em;
}

.sm-margin-top-m {
  padding-top: 3em;
}

.sm-padding-top-m {
  padding-top: 3em;
}

.sm-margin-bottom-m {
  margin-bottom: 3em;
}

.sm-padding-bottom-m {
  padding-bottom: 3em;
}

.sm-margin-top-l {
  padding-top: 4em;
}

.sm-padding-top-l {
  padding-top: 4em;
}

.sm-margin-bottom-l {
  margin-bottom: 4em;
}

.sm-padding-bottom-l {
  padding-bottom: 4em;
}

.sm-margin-top-xl {
  padding-top: 5em;
}

.sm-padding-top-xl {
  padding-top: 5em;
}

.sm-margin-bottom-xl {
  margin-bottom: 5em;
}

.sm-padding-bottom-xl {
  padding-bottom: 5em;
}

.sm-margin-top-xxl {
  padding-top: 6em;
}

.sm-padding-top-xxl {
  padding-top: 6em;
}

.sm-margin-bottom-xxl {
  margin-bottom: 6em;
}

.sm-padding-bottom-xxl {
  padding-bottom: 6em;
}

@media only screen and (max-width: 500px) {
  .sm-margin-top-xs {
    padding-top: 1em;
  }
  .sm-padding-top-xs {
    padding-top: 1em;
  }
  .sm-margin-bottom-xs {
    margin-bottom: 1em;
  }
  .sm-padding-bottom-xs {
    padding-bottom: 1em;
  }
  .sm-margin-top-s {
    padding-top: 2em;
  }
  .sm-padding-top-s {
    padding-top: 2em;
  }
  .sm-margin-bottom-s {
    margin-bottom: 2em;
  }
  .sm-padding-bottom-s {
    padding-bottom: 2em;
  }
  .sm-margin-top-m {
    padding-top: 2em;
  }
  .sm-padding-top-m {
    padding-top: 2em;
  }
  .sm-margin-bottom-m {
    margin-bottom: 2em;
  }
  .sm-padding-bottom-m {
    padding-bottom: 2em;
  }
  .sm-margin-top-l {
    padding-top: 3em;
  }
  .sm-padding-top-l {
    padding-top: 3em;
  }
  .sm-margin-bottom-l {
    margin-bottom: 3em;
  }
  .sm-padding-bottom-l {
    padding-bottom: 3em;
  }
  .sm-margin-top-xl {
    padding-top: 3em;
  }
  .sm-padding-top-xl {
    padding-top: 3em;
  }
  .sm-margin-bottom-xl {
    margin-bottom: 3em;
  }
  .sm-padding-bottom-xl {
    padding-bottom: 3em;
  }
  .sm-margin-top-xxl {
    padding-top: 4em;
  }
  .sm-padding-top-xxl {
    padding-top: 4em;
  }
  .sm-margin-bottom-xxl {
    margin-bottom: 4em;
  }
  .sm-padding-bottom-xxl {
    padding-bottom: 4em;
  }
}

/* Rozmiar czcionki dla najwyzszego diva */
html, body {
  margin: 0;
  padding: 0;
  background-color: #fff;
}

#custommerce-strefa-marki {
  font-size: 16px;
  font-family: "Poppins", Arial, sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  color: #151515;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1em 0;
}

@media only screen and (max-width: 948px) {
  #custommerce-strefa-marki {
    font-size: 14px;
  }
}

#custommerce-strefa-marki body {
  margin: 0;
}

#custommerce-strefa-marki * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#custommerce-strefa-marki span,
#custommerce-strefa-marki p span {
  font-size: inherit !important;
  line-height: inherit !important;
}

#custommerce-strefa-marki p {
  margin-top: 1em;
  margin-bottom: 1em;
}

#custommerce-strefa-marki img {
  display: block;
}

#custommerce-strefa-marki .pc-container-fluid {
  max-width: 1200px;
  margin: auto;
}

#custommerce-strefa-marki .pc-container-fluid img {
  max-width: 100%;
  display: block;
  margin: 0;
}

#custommerce-strefa-marki .sm-header {
  position: relative;
}

#custommerce-strefa-marki .sm-header .sm-header-image {
  max-width: 100%;
}

#custommerce-strefa-marki .sm-heading {
  padding: 3em 1.25em;
}

#custommerce-strefa-marki .sm-h2 {
  text-transform: uppercase;
  font-family: "Century Gothic", Arial, sans-serif;
  font-weight: bold;
  font-size: 2.5em;
  line-height: 1.2;
  color: #202020
}

#custommerce-strefa-marki .sm-h3 {
  text-transform: uppercase;
  font-family: "Century Gothic", Arial, sans-serif;
  font-weight: bold;
  font-size: 1.8em;
  line-height: 1.2;
  color: #202020
}

@media only screen and (max-width: 800px) {
  #custommerce-strefa-marki .sm-h2 {
    font-size: 2.5em;
  }
  #custommerce-strefa-marki .sm-h3 {
    font-size: 1.5em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-strefa-marki .sm-h2 {
    font-size: 2em;
  }
}

#custommerce-strefa-marki .sm-center {
  text-align: center;
}

#custommerce-strefa-marki .sm-center .sm-button {
  margin: 0 auto;
}

#custommerce-strefa-marki .sm-container {
  width: 100%;
  margin: 0 auto;
}

#custommerce-strefa-marki .sm-bg {
  background-size: cover;
  background-position: center;
}

#custommerce-strefa-marki .sm-section-half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media only screen and (max-width: 700px) {
  #custommerce-strefa-marki .sm-section-half {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}


#custommerce-strefa-marki .sm-section-half .sm-section-image,
#custommerce-strefa-marki .sm-section-half .sm-section-description {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

#custommerce-strefa-marki .sm-section-3-1 .sm-section-image{
width: 35%;
}

#custommerce-strefa-marki .sm-section-3-1 .sm-section-description{
 width: 65%; 
}

#custommerce-strefa-marki .sm-section-3-1 .sm-section-description .dscr-logo{
  width: 50%;
  margin-left: -2em; 
 }

@media only screen and (max-width: 700px) {
  #custommerce-strefa-marki .sm-section-half .sm-section-image,
  #custommerce-strefa-marki .sm-section-half .sm-section-description,
  #custommerce-strefa-marki .sm-section-3-1 .sm-section-image,
  #custommerce-strefa-marki .sm-section-3-1 .sm-section-description {
    width: 100%;
  }
  #custommerce-strefa-marki .sm-section-3-1 .sm-section-description .dscr-logo{
    width: 50%;
    margin: auto; 
   }
}

#custommerce-strefa-marki .sm-section-description .check-box{
  display: flex; 
  align-items: center;
  padding-bottom: 0.5em;
}

#custommerce-strefa-marki .sm-section-description .check-box img{
  width: 2em; 
  height: 2em; 
  margin-right: 1em;
}

#custommerce-strefa-marki .sm-section-half .sm-section-image {
  text-align: center;
  position: relative;
}

#custommerce-strefa-marki .sm-section-half .sm-section-image img {
  height: 100%;
  max-width: 100%;

}

#custommerce-strefa-marki .sm-section-half .sm-section-description {
  padding: 3em;
}

@media only screen and (max-width: 1015px) {
  #custommerce-strefa-marki .sm-section-half .sm-section-description {
    padding: 2em;
  }
}

@media only screen and (max-width: 800px) {
  #custommerce-strefa-marki .sm-section-half .sm-section-description {
    padding: 1em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-strefa-marki .sm-section-half .sm-section-description {
    padding: 2em 2em;
    text-align: center;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-strefa-marki .sm-section-half .sm-section-description {
    padding: 2em 1em;
  }
}

#custommerce-strefa-marki .sm-section-half .sm-section-description .sm-ng1 {
  font-size: 1.5em;
  font-weight: 600;
  color: #cf152d;
}

#custommerce-strefa-marki .sm-section-half .sm-section-description .sm-ng2 {
  font-size: 1.3em;
  font-weight: 600;
  margin-left: -2em;
  margin-bottom: 1em;
  margin-top: 1em;
  padding: 1em 1em 1em 2em;
  border: solid 2px #cf152d;
  border-left: 0;
  border-radius: 0 2em 2em 0;
}

#custommerce-strefa-marki .sm-section-half .sm-section-description ul {
  margin: 1em 0 2em;
  list-style: none;
  padding-left: 1.5em;
}

#custommerce-strefa-marki .sm-section-half .sm-section-description ul li {
  font-size: 1.125em;
  margin-bottom: .25em;
  line-height: 1.3;
}

#custommerce-strefa-marki .sm-section-half .sm-section-description ul li::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #cf152d;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

#custommerce-strefa-marki .sm-grid-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#custommerce-strefa-marki .sm-grid-4 .sm-grid-item {
  width: 25%;
  margin-bottom: 6em;
}

@media only screen and (max-width: 700px) {
  #custommerce-strefa-marki .sm-grid-4 .sm-grid-item {
    width: 33.33%;
    margin-bottom: 3em;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-strefa-marki .sm-grid-4 .sm-grid-item {
    width: 50%;
    margin-bottom: 3em;
  }
}

#custommerce-strefa-marki .sm-grid-4 .sm-grid-item img {
  margin-bottom: 2.5em;
  max-width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#custommerce-strefa-marki .sm-grid-4 .sm-grid-item:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

#custommerce-strefa-marki .sm-grid-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#custommerce-strefa-marki .sm-grid-3 .sm-grid-item {
  width: 33.333333%;
}

#custommerce-strefa-marki .sm-grid-item {
  text-align: center;
  text-decoration: none;
}

#custommerce-strefa-marki .sm-grid-item-name {
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 1em;
  color: #151515;
  text-decoration: none;
  display: block;
}

#custommerce-strefa-marki .sm-grid-item-image {
  overflow: hidden;
}

#custommerce-strefa-marki .sm-button, #custommerce-strefa-marki a.sm-button {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Century Gothic", Arial, sans-serif;
  font-weight: bold;
  font-size: 1.125em;
  line-height: 1;
  padding: 1em;
  border: solid 2px #cf152d;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin: .25em;
}

@media only screen and (max-width: 948px) {
  #custommerce-strefa-marki .sm-button, #custommerce-strefa-marki a.sm-button {
    font-size: 1em;
  }
}

#custommerce-strefa-marki .sm-button.sm-button-primary, #custommerce-strefa-marki a.sm-button.sm-button-primary {
  border-color: #ffffff;
  background-color: #FFFFFF66;
  color: #151515;
}

#custommerce-strefa-marki .sm-button.sm-button-primary:hover, #custommerce-strefa-marki a.sm-button.sm-button-primary:hover {
  background-color: #cf152d;
  border-color: #cf152d;
  color: #ffffff;
}

#custommerce-strefa-marki .sm-button.sm-button-secondary, #custommerce-strefa-marki a.sm-button.sm-button-secondary {
  background-color: #cf152d;
}

#custommerce-strefa-marki .sm-button.sm-button-secondary:hover, #custommerce-strefa-marki a.sm-button.sm-button-secondary:hover {
  background-color: #cf152d00;
  color: #151515;
}

#custommerce-strefa-marki .sm-footer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin: 0;
}

#custommerce-strefa-marki .sm-footer img {
  width: 35%;
  min-width: 280px;
  margin: auto;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

#custommerce-strefa-marki .splide__container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#custommerce-strefa-marki .splide__list {
  margin: 0 !important;
  padding: 0 !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}

#custommerce-strefa-marki .splide.is-active .splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#custommerce-strefa-marki .splide__pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}

#custommerce-strefa-marki .splide__pagination li {
  list-style-type: none;
  display: inline-block;
  line-height: 1;
  margin: 0;
}

#custommerce-strefa-marki .splide {
  visibility: hidden;
}

#custommerce-strefa-marki .splide, #custommerce-strefa-marki .splide__slide {
  position: relative;
  outline: none;
}

#custommerce-strefa-marki .splide__slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style-type: none !important;
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#custommerce-strefa-marki .splide__slide img {
  vertical-align: bottom;
}

#custommerce-strefa-marki .splide__slider {
  position: relative;
}

#custommerce-strefa-marki .splide__spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #999;
  border-left-color: transparent;
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
}

#custommerce-strefa-marki .splide__track {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

#custommerce-strefa-marki .splide--draggable > .splide__track > .splide__list > .splide__slide {
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

#custommerce-strefa-marki .splide--fade > .splide__track > .splide__list {
  display: block;
}

#custommerce-strefa-marki .splide--fade > .splide__track > .splide__list > .splide__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}

#custommerce-strefa-marki .splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  position: relative;
  z-index: 1;
  opacity: 1;
}

#custommerce-strefa-marki .splide--rtl {
  direction: rtl;
}

#custommerce-strefa-marki .splide--ttb > .splide__track > .splide__list {
  display: block;
}

#custommerce-strefa-marki .splide--ttb > .splide__pagination {
  width: auto;
}

#custommerce-strefa-marki .splide__arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2em;
  height: 2em;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  padding: 0;
  opacity: .7;
  background: #ccc;
}

#custommerce-strefa-marki .splide__arrow svg {
  width: 1.2em;
  height: 1.2em;
}

#custommerce-strefa-marki .splide__arrow:hover {
  cursor: pointer;
  opacity: .9;
}

#custommerce-strefa-marki .splide__arrow:focus {
  outline: none;
}

#custommerce-strefa-marki .splide__arrow--prev {
  left: 1em;
}

#custommerce-strefa-marki .splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

#custommerce-strefa-marki .splide__arrow--next {
  right: 1em;
}

#custommerce-strefa-marki .splide__pagination {
  position: absolute;
  z-index: 1;
  bottom: .5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0;
}

#custommerce-strefa-marki .splide__pagination__page {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  margin: 3px;
  padding: 0;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  border: none;
  opacity: .7;
}

#custommerce-strefa-marki .splide__pagination__page.is-active {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  background: #fff;
}

#custommerce-strefa-marki .splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9;
}

#custommerce-strefa-marki .splide__pagination__page:focus {
  outline: none;
}

#custommerce-strefa-marki .splide__progress__bar {
  width: 0;
  height: 3px;
  background: #ccc;
}

#custommerce-strefa-marki .splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 3px solid transparent;
}

#custommerce-strefa-marki .splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border-color: #000;
}

#custommerce-strefa-marki .splide--nav > .splide__track > .splide__list > .splide__slide:focus {
  outline: none;
}

#custommerce-strefa-marki .splide--rtl > .splide__arrows .splide__arrow--prev, #custommerce-strefa-marki .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
  right: 1em;
  left: auto;
}

#custommerce-strefa-marki .splide--rtl > .splide__arrows .splide__arrow--prev svg, #custommerce-strefa-marki .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

#custommerce-strefa-marki .splide--rtl > .splide__arrows .splide__arrow--next, #custommerce-strefa-marki .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto;
}

#custommerce-strefa-marki .splide--rtl > .splide__arrows .splide__arrow--next svg, #custommerce-strefa-marki .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

#custommerce-strefa-marki .splide--ttb > .splide__arrows .splide__arrow, #custommerce-strefa-marki .splide--ttb > .splide__track > .splide__arrows .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

#custommerce-strefa-marki .splide--ttb > .splide__arrows .splide__arrow--prev, #custommerce-strefa-marki .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
  top: 1em;
}

#custommerce-strefa-marki .splide--ttb > .splide__arrows .splide__arrow--prev svg, #custommerce-strefa-marki .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

#custommerce-strefa-marki .splide--ttb > .splide__arrows .splide__arrow--next, #custommerce-strefa-marki .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
  top: auto;
  bottom: 1em;
}

#custommerce-strefa-marki .splide--ttb > .splide__arrows .splide__arrow--next svg, #custommerce-strefa-marki .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#custommerce-strefa-marki .splide--ttb > .splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  bottom: 50%;
  left: auto;
  right: .5em;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

#custommerce-strefa-marki .sm-slider {
  padding: 2em 3em 0em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#custommerce-strefa-marki .sm-slider.sm-slider-bestsellers {
  background-repeat: no-repeat;
  background-position: top left;
}

#custommerce-strefa-marki .sm-slider #sm-splide-bestsellers .splide__arrows {
  display: none;
}

@media only screen and (max-width: 1015px) {
  #custommerce-strefa-marki .sm-slider #sm-splide-bestsellers .splide__arrows {
    display: block;
  }
}

#custommerce-strefa-marki .sm-slider .splide__arrow {
  top: 35%;
  opacity: 1;
  width: 32px;
  height: 32px;
  background-size: 100%;
  border-radius: 0;
  background-color: transparent;
}

#custommerce-strefa-marki .sm-slider .splide__arrow.splide__arrow--prev {
  background-image: url("../img/arrow_left.png");
  left: -32px;
}

#custommerce-strefa-marki .sm-slider .splide__arrow.splide__arrow--next {
  background-image: url("../img/arrow_right.png");
  right: -32px;
}

#custommerce-strefa-marki .sm-slider .splide__arrow svg {
  display: none;
}

#custommerce-strefa-marki .sm-slider .splide {
  padding-bottom: 20px;
}

#custommerce-strefa-marki .sm-slider .splide__slide {
  padding: 2em 1em 0;
  text-align: center;
}

#custommerce-strefa-marki .sm-slider .splide__slide a {
  text-decoration: none;
  color: #fff;
}

#custommerce-strefa-marki .sm-slider .splide__slide .sm-splide-image {
  background: #fff;
  margin-bottom: 1em;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#custommerce-strefa-marki .sm-slider .splide__slide .sm-splide-image img {
  max-width: 100%;
  margin: 0 auto;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#custommerce-strefa-marki .sm-slider .splide__slide .sm-button {
  padding-top: .75em;
  padding-bottom: .75em;
  margin-top: 1em;
  opacity: 0;
  font-size: 1.125em !important;
  line-height: 1 !important;
  -webkit-transform: translateY(-1em);
          transform: translateY(-1em);
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #fff;
}

@media only screen and (max-width: 1015px) {
  #custommerce-strefa-marki .sm-slider .splide__slide .sm-button {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

#custommerce-strefa-marki .sm-slider .splide__slide:hover .sm-button {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#custommerce-strefa-marki .sm-slider .splide__slide:hover .sm-splide-image img {
  -webkit-transform: translateY(-1em) scale(1.1);
          transform: translateY(-1em) scale(1.1);
}

#custommerce-strefa-marki .sm-slider .splide__slide .sm-splide-name {
  font-size: 1.125em;
  line-height: 1.3;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 300;
}

#custommerce-strefa-marki .sm-slider .splide__slide .sm-splide-vol,
#custommerce-strefa-marki .sm-slider .splide__slide .sm-splide-desc {
  font-size: 1.125em;
  line-height: 1.3;
  font-family: "Century Gothic", Arial, sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 1015px) {
  #custommerce-strefa-marki .sm-slider .splide__slide .sm-splide-vol,
  #custommerce-strefa-marki .sm-slider .splide__slide .sm-splide-desc {
    font-size: 1em;
  }
}

#custommerce-strefa-marki .sm-slider .splide__slide .sm-splide-desc {
  margin-bottom: 1em;
}
