.lp {margin: 0 auto;padding: 0;width: 100%;font-family: 'Montserrat', sans-serif; font-size:18px !important;color:#727272!important;
    background: #fff;}
.lp a{text-decoration: none;color:#727272;}
.lp a:hover{color:#000;}
.lp h1{font-family: 'Montserrat', sans-serif;
    font-size:24px;
    font-weight: 600;
    color:#000;
    text-transform: uppercase;
    padding-top:0;
}
.lp h3{font-family: 'Oswald', sans-serif;
    font-size:30px;
    font-weight:400;
    color:#000;
    text-transform: uppercase;
    margin:20px 0;
}
.lp .personalizacja{background: url('img/bg_personalizacja2.jpg') no-repeat center center fixed;background-size: cover;margin:0;}
.lp .kobiety{background: url('img/bg_kobiety2.jpg') no-repeat center center fixed;;background-size: cover;margin:0;}
.lp .dzieci{background: url('img/bg_dzieci2.jpg') no-repeat center center fixed;;background-size: cover;margin:0;}
.lp .text-box{margin:20px 0;padding: 0 20px}
.lp .grey{background-color:#fafafa;padding:30px;}
.lp p{margin:20px 0;}
.baner {position: relative;overflow: hidden;width: 100%;margin:10px 0;}
.baner img {max-width: 100%;-moz-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;}
.baner:hover img {-moz-transform: scale(1.1);-webkit-transform: scale(1.1);transform: scale(1.1);}
.lp .title{margin-top: -50px;margin-left: 20px;float: left;color: #fff;font-size: 24px!important;position: absolute;text-transform: uppercase;font-weight:500}
.lp .button {
  background-color: #d91119;
  color: #fff;
  border: none;
  padding: 10px 40px;
  outline: none;
  text-transform:uppercase;
  font-family: 'Oswald', sans-serif;
  font-size:14px;
}
.lp .button:active {
  transform: translateY(1px);
}
.lp .galeria2 {
    margin-top: 10px;
}
.lp .kontakt{padding:10px;}
@media only screen and (max-width: 480px) {
    .lp .button {
        margin-top:10px;
    }
.lp .kod{
display:none!important;
}
.lp .kod-small{display:block !important;}
.lp .text{width:100%;font-family: 'Oswald', sans-serif;font-size:24px;}
}
.lp p{font-size:18px !important}
.lp .social a{padding:20px;}
.lp .social{text-align:center}
.lp svg{fill:#d91119;}
.lp .owl-item img {
	width: 100%;
	height: auto;
	display: block;
}
.lp .owl-prev {
	left: 0;
}
.lp .owl-prev, .owl-next {
	position: absolute;
	top: 50%;
	margin-top: -50px;
	width: 50px;
	height: 50px;
	text-align: center;
	background-color: none;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
.owl-prev:hover, .owl-next:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
.owl-next {
	right: 0px;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #d91119;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
#product .item img{display: block;max-width: 80%;height: auto;margin:0 auto;background:#f1f1f1;}
video {
    object-fit: cover;
  }

  /* idealne koło */
  .control-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
  }

  /* SVG dziedziczy kolor */
  .control-btn svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
  }

  /* kolory */
  .active {
    color: #ffffff; /* biały */
  }

  .inactive {
    color: #9ca3af; /* szary */
  }
.product-box {
    width: 100%;
    height: 100%;
    padding: 10px 15px 20px;
}

.product-image {
    display: block;
    width: 75%;
    margin: 0 auto;
    padding: 10px 0;
}

.product-title {
    margin: 10px 0 5px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.product-description {
    margin: 0;
    padding: 10px 20px;
    color: #727272;
    text-align: center;
    line-height: 1.5;
}

.cta-kup {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px 22px;
    background-color: #e10600;
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    border-radius: 999px;

    transition: all 0.25s ease;
}

/* 🔥 HOVER */
.cta-kup:hover {
    color: #fff !important;
    text-decoration: none;

    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 8px 20px rgba(225, 6, 0, 0.35);
    background-color: #c70500;
}

/* kliknięcie (feels better UX) */
.cta-kup:active {
    transform: translateY(0) scale(0.98);
    box-shadow: 0 3px 10px rgba(225, 6, 0, 0.2);
}

.cta-kup svg {
    width: 15px;
    height: 15px;
    fill: currentColor;
    flex-shrink: 0;
}

/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media all and (max-width: 768px){.lp .mobile{display: block; visibility:visible;}
.lp .desktop{display: none;visibility: hidden;}}
@media (min-width: 768px){.lp .mobile{display: none; visibility:hidden;}
.lp .desktop{display: block;visibility: visible;}}
@media (min-width: 992px){.lp .mobile{display: none;visibility:hidden;}
.lp .desktop{display: block;visibility: visible;}}
@media (min-width: 1200px){.lp .mobile{display: none;visibility:hidden;}
.lp .desktop{display: block;visibility: visible;}}
