.videohp {
  position: relative;
  width: 100vw; /* pełna szerokość okna przeglądarki */
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  max-width: 100vw;
}

.videohp video {
  width: 100%;
  height: auto;
  display: block;
}
.header-top{
  display: none !important;
}
#wrapper{
    background:#ffffff
}
.footer-container {
    background: #f7f7f7
}
.block-category .block-category-inner .category-cover img{
  width: 100%;
  height: auto
}
.product-miniature .product-title{
min-height: 40px;
}
#ybc-mnf-block .ybc-mnf-block-a-img{
  text-align: center
}
.owl-carousel .owl-item img{
    max-height: 80px;
}
[data-type="feature"] ul[id^="facet_"],[data-type="category"] ul[id^="facet_"] {
  max-height: 190px;
  overflow-y: auto;
}

.btn-primary{
  background: #FFA8B4
}
.btn-primary:hover{
  background: #F2A0AB;
}
.account-list a:hover, .block_newsletter form button[type="submit"] .search:hover, .footer-container li a:hover{
 color: #F2A0AB
}
a{
  color: #FFA8B4
}
a:hover{
  color: #F2A0AB
}
.product-miniature .highlighted-informations .quick-view:hover{
  color: #F2A0AB
}
.block_newsletter{
    background:transparent;
    clear: none;
}
.block-category .block-category-inner{
    display: block;
}
 #footer .block_newsletter p.h4{
    padding-top: 0;
 }
 .ybc-mnf-block-a-img img {
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out;
  opacity: 0.7;
}

.ybc-mnf-block-a-img:hover img {
  filter: grayscale(0%);
  opacity: 1;
}
.mini-add-to-cart .btn {
  background: white;
  color: #232323;
  border: 1px solid #232323;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  width: 100%;
}

.mini-add-to-cart .btn:hover {
  background: #FFA8B4;
  border-color: #FFA8B4;
  color: white;
}

@media(max-width:768px){
  .ets_mm_megamenu #search_widget{
    display: block !important;
  }
}
#category-description.active {
  max-height: 100%; /* wystarczająco dużo, żeby pomieścić tekst */
  padding-top: 15px;
  padding-bottom: 15px;
}
#toggle-description{
  margin-top: 20px
}

.btn-primary:active,.btn-primary:active:hover, .btn-primary:focus{
  background: #F2A0AB
}
#custom-text {
  padding: 0;
}

.parallax-about {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-image: url('/img/cms/parallax.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  text-align: center;
}

.parallax-overlay {
  background: rgba(0, 0, 0, 0.5);
  padding: 80px 20px;
  display: flex;
  justify-content: flex-end;
}

.about-text {
  max-width: 400px;
  width: 100%;
  margin-right: 20%;
  font-size: 18px;
  line-height: 1.7;
text-align:left;
  color: white !important;
}
.about-text h2{
  color: white !important;
}
.about-text p {
  color: white !important;
}

.about-text strong {
  font-weight: bold;
}



/* Responsywność */
@media (max-width: 991px) {
  .parallax-overlay {
    flex-direction: column;
    align-items: center;
  }

  .about-text {
    margin: 0;
    max-width: 90%;
    text-align: left;
  }
}

.newscond{
    font-size: 12px;
}
 
#js-product-list-header .card-block {
  padding: 0;
    padding-top: 0px;
  padding-top: 1.25rem;
}
.grecaptcha-badge{
  display: none !important;
}
.user-info .hidden-sm-down,#_desktop_cart .hidden-sm-down{
  display: none !important;
}


.ets_mm_megamenu.mm_menu_center ul.mm_menus_ul li.menu-logo-custom {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10; /* jeśli coś się nachodzi, daj wyżej */
}

@media(max-width:767px){
  #search-toggle-icon{
    display: none;
  }
}
@media(min-width:768px){
  #search_widget {
  display: none;
  position: absolute;
top: calc(100% + 10px);
  z-index: 100;
  left: -50%;
  
}
#search-toggle-icon{
display: inline-block;
  padding: 18px 2px !important;
  line-height: 22px;
  
}
}
.product-miniature .product-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
line-height: 1.3
  
}

/* Floating social media buttons */
.custom-social-bar .icon {
	display: flex;
	align-items: center;
	max-width: 45px;
	height: 45px;
	background-color: #333;
	color: white !important;
	text-decoration: none;
	font-size: 18px;
	overflow: hidden;
	border-radius: 0 25px 25px 0;
	transition: max-width 0.6s ease; 
	white-space: nowrap;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
	margin-left: 0;
	position: relative;
}

.custom-social-bar {
	position: fixed;
	top: max(25%, 200px);
	left: 0;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	gap: 6px;
	z-index: 9999;
}

.custom-social-bar .icon:hover {
	max-width: 350px;
	color: white !important;
}

.custom-social-bar .icon i {
	min-width: 45px;
	height: 100%;
	display: flex;
	align-items: center;
	margin-left: 12px;
	color: white !important;
	flex-shrink: 0;
}

.custom-social-bar .icon .label {
	display: inline-block;
	opacity: 0;
	padding-left: 8px;
	padding-right: 15px;
	font-size: 14px;
	font-weight: bold;
	color: white !important;
	transition: opacity 0.3s ease;
	flex-shrink: 0;
}

.custom-social-bar .icon:hover .label {
	opacity: 1;
}

.custom-social-bar .fbs {
	background-color: #3b5998;
}
.custom-social-bar .fb-alts {
	background-color: #FFA8B4;
}
.custom-social-bar .linkedins {
	background-color: #0077b5;
}
.custom-social-bar .instagrams {
	background-color: #E4405F;
}
.custom-social-bar .ytbs {
	background-color: white;
}
.custom-social-bar .ytbs i{
  color:#FF0000 !important;
}
.custom-social-bar .ytbs .label{
color: black !important;
}
.block-category .block-category-inner #category-description strong {
  font-weight: 700;
  color: #232323;
}
.block-category .block-category-inner #category-description .page-content.page-cms ul, .block-category .block-category-inner #category-description p, .page-content.page-cms .block-category .block-category-inner #category-description ul{
  margin-bottom: 1.25rem;
}
.csinstfeed-slide {
  height:auto !important

}
.unit-price-cart{
  display: none !important;
}
.user-info .account .logged {
  display: block !important;
}
.gdpr-info2,.gdpr-info1{
  font-size: 12px;
  margin-bottom: 25px
}
.captcha_register{
  margin-bottom: 0
}
#contact .form-control-label,#registration .form-control-label {
  text-align: left
}
@media(max-width:768px){
  .custom-social-bar{
    display: none
  }
  .mini-add-to-cart .btn{
  width: auto;
  margin: 0 auto;
  display: block;
}
  .tabs{
    padding: 0
  }
}

.pbc-sticky-padding{
  display: none !important;
}
@media(min-width:768px){
#header .pbc-sticky-top {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  z-index: auto !important;
}

header#header {
  position: sticky;
  top: 0;
  z-index: 10000;
}
}
@media (max-width: 768px) {
  #header .pbc-sticky-top {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    z-index: auto !important;
  }
}
.category-cover{
  margin-bottom: 20px;
}