
/* ===== CARD ===== */
.product-card {
  position: relative;
  height:50vh;
    min-height: 400px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 24px;
  border-radius: 6px;
  background-color: #000;
}



/* background image */
.product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
  will-change: transform;
}

/* zoom on hover */
.product-card:hover::before {
  transform: scale(1.07);
    display: flex;
}

/* ===== RIGHT OVERLAY ===== */
.product-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 42%;
  height: 100%;
  padding: 24px;
  background: rgba(0, 0, 0, 0.30);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

/* ===== TEXT ===== */
.product-overlay h2 {
  margin: 0 0 12px;
font-weight: bold !important; font-size: 30pt;
  letter-spacing: 0.04em;
    color:white !important;
}




.product-overlay p {
  margin: 0;
  font-size: 14pt;
  line-height: 1.45;
  opacity: 0.9;
}

/* ===== FOOTER ===== */

.price {
    display: block;
    display: flex;
  
    justify-content:flex-end;
    align-items: center;
    font-size:16pt


}


.price span {font-size: 30pt;
    padding-left: 10px;
      font-weight: 700;

  }

.time {
  font-size: 16pt;
  opacity: 0.85;
    display: block;
      display: flex;
    padding-right: 10px;
    justify-content: end;
    align-items: center


}

.time span {font-size: bold; font-size: 19pt;
padding-left: 10px;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .product-overlay {
    width: 100%;
    background: linear-gradient(
      to top,
      rgba(0,0,0,0.65),
      rgba(0,0,0,0.25)
    );
  }

  .price {
    font-size: 20px;
  }
}
.right {text-align: right;}

 .fixed  {position: absolute; z-index: 100; float: right; margin-top: 30px !important; } 
#g-navigation {background: transparent !important; padding-top: 30px !important;  }
#g-navigation .jl-navbar-container {background: transparent !important;}

.button_card {display: flex;justify-content: end; margin-top: 10px; }
.button_card a { border:1px solid white; padding:10px; padding-right:20px; padding-left:20px; color:white; font-size: 16pt;    
}
.button_card a:hover {background-color: white; color:black; transition: 0.3s; transform: scale(1.04)}

.logo_block { top:-20px;  max-height: 130px; position: absolute; right:0px;box-shadow:
    0 4px 6px rgba(0,0,0,0.05),
    0 10px 20px rgba(0,0,0,0.1);}



.logo_container {  position:relative; z-index:10; margin-top: -20px;}


.jl-navbar-nav a {color:white !important; font-size: 18pt !important;}



.description { font-size: 16pt; font-weight: 200}


h3 { margin-top: 0px !important; font-weight: normal !important; font-size: 25pt !important;} 

.product_block { border:1px solid #eeeeee; margin-bottom: 20px !important;  
box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 1);
background-color: rgba(255, 255, 255, 1);
 }

.price {  font-weight: bold; font-size: 30pt;}
.button_block {text-align: right;}
a.button {color:white; background-color:#95c735; padding:10px; padding-left: 20px; padding-right: 20px; font-size: 18pt;border-radius: 4px;   }

a.button:hover { color:white; background-color:#76a915; transition: 0.2s; transform: scale(1.05); }

.desc { margin-top: 0px; margin-bottom: 20px; color:gray; font-size: 14pt;}
.schema {margin-left:20px; float: right;}









  h2 { font-weight: normal !important;}


.tel {font-size: 23pt; color:white; margin-top:10px; display: inline-block; margin-left: 20px; font-weight: bold;}

/* мобильные */

@media (min-width: 200px) and (max-width:899px) {
  .product_block {margin-left: 10px  !important; margin-right: 10px !important;}
  .sppb-addon-content   { padding-top: 15px !important}
  h1 {margin-top: 15px !important; margin-left:10px !important;} 
  h2 {margin-left: 10px !important; font-weight: normal !important;}
  
  p {margin-left: 10px !important; margin-right: 10px !important}
  .sppb-section-title {margin-bottom: 0px !important}
  .product-card h2 {font-size: 180%}
  
  .product-card P{font-size: 10pt;}
  .g-content {margin: 0px !important; padding: 0px !important;}
  .logo_block { top:10px;  max-height: 150px; right:10px; position:relative; float:right; width: 170px;}
  
  .tm-header-mobile {margin-top: -40px;}
.description { font-size: 13pt; font-weight: 200}
  
  h3 {margin-top: 10px !important; font-size: 14pt !important;}
  
  .price {font-size: 16pt;}
  
  .jl-container {padding: 0px !important;}
  
  
    .product_block h3 {font-size: 16pt; font-weight: bold; margin-bottom: 5px; }
  
  .product_block .desc {font-size: 12pt !important; margin-bottom: 5px;}
  
  .product_block .price span {font-size: 14pt;} 
  
  
  
}


.ba-gallery-substrate {display: none;}