/* ===================================================== */
/* ESTILOS GENERALES IMÁGENES PRODUCTO */
/* ===================================================== */

.product-images{
position:relative!important;
overflow:hidden;
}

.product-images img{
position:relative!important;
max-width:100%;
height:auto;
display:block;
}

.col-md-6 .product-images{
float:left;
width:100%;
}

/* ===================================================== */
/* MINIATURAS */
/* ===================================================== */

.product-images-thumbnails{
display:flex;
flex-direction:column;
gap:16px;
}

.thumb-container img{
width:150px;
height:auto;
cursor:pointer;
border:2px solid transparent;
border-radius:6px;
transition:all .2s ease;
}

.thumb-container img:hover{
border-color:#999;
transform:scale(1.05);
}

.js-thumb.active-thumb{
border-color:#1fa3c8;
box-shadow:0 0 6px rgba(31,163,200,.6);
}

/* ===================================================== */
/* ZOOM SIMPLE EN PC */
/* ===================================================== */

.product-cover{
overflow:hidden;
}

.product-cover img{
transition:transform .3s ease;
cursor:zoom-in;
}

.product-cover:hover img{
transform:scale(1.3);
}

/* ===================================================== */
/* BOTÓN "VER IMAGEN EN GRANDE" */
/* ===================================================== */

.product-image-link{
position:relative;
display:block;
text-decoration:none;
}

.view-large-label{
position:absolute;
bottom:10px;
right:10px;
background:rgba(0,0,0,.65);
color:#fff;
padding:6px 10px;
font-size:13px;
border-radius:5px;
opacity:0;
transition:all .3s ease;
}

.product-image-link:hover .view-large-label{
opacity:1;
}

/* ===================================================== */
/* CARRUSEL HOME PC */
/* ===================================================== */

#carousel{
max-height:550px!important;
height:550px!important;
overflow:hidden!important;
}

#carousel .carousel-inner,
#carousel .carousel-item{
height:550px!important;
}

#carousel .carousel-item img{
width:100%!important;
height:650px!important;
object-fit:cover!important;
}

/* ===================================================== */
/* FLECHAS IMAGEN PRODUCTO */
/* ===================================================== */

.product-cover-navigation{
position:relative;
display:inline-block;
}

.prev-image,
.next-image{
position:absolute;
top:50%;
transform:translateY(-50%);
background:rgba(0,0,0,.5);
color:white;
border:none;
padding:10px 14px;
font-size:22px;
cursor:pointer;
z-index:10;
border-radius:4px;
}

.prev-image{left:10px;}
.next-image{right:10px;}

.prev-image:hover,
.next-image:hover{
background:rgba(0,0,0,.8);
}

/* ===================================================== */
/* MODAL VISOR IMÁGENES */
/* ===================================================== */

.custom-modal{
display:none;
position:fixed;
z-index:99999;
left:0;
top:0;
width:100%;
height:100%;
background-color:rgba(0,0,0,.85);
justify-content:center;
align-items:center;
}

.custom-modal-content{
max-width:90%;
max-height:90%;
border-radius:10px;
background:#fff;
padding:10px;
box-shadow:0 0 20px rgba(0,0,0,.6);
}

.custom-modal-close{
position:absolute;
top:20px;
right:30px;
color:white;
font-size:40px;
font-weight:bold;
cursor:pointer;
}

.modal-prev,
.modal-next{
position:absolute;
top:50%;
transform:translateY(-50%);
background:rgba(0,0,0,.6);
color:white;
border:none;
font-size:32px;
padding:10px 16px;
cursor:pointer;
border-radius:6px;
}

.modal-prev{left:20px;}
.modal-next{right:20px;}

.modal-prev:hover,
.modal-next:hover{
background:rgba(0,0,0,.9);
}

/* ===================================================== */
/* ZOOM CLICK MODAL */
/* ===================================================== */

#customImageModal img.custom-modal-content{
transition:transform .2s ease!important;
cursor:zoom-in!important;
}

#customImageModal img.custom-modal-content.zoomed{
transform:scale(1.6)!important;
cursor:zoom-out!important;
}

#customImageModal{
overflow:hidden;
}

/* ===================================================== */
/* VIDEO HERO HOME */
/* ===================================================== */

.video-hero{
position:relative;
width:100%;
height:70vh;
overflow:hidden;
}

.video-hero video{
position:absolute;
top:50%;
left:50%;
min-width:100%;
min-height:100%;
transform:translate(-50%, -50%);
object-fit:cover;
}

.video-hero::after{
content:"";
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
background:rgba(0,0,0,0);
z-index:1;
}

.video-overlay{
position:absolute;
z-index:2;
text-align:center;
color:white;
top:50%;
left:50%;
transform:translate(-50%, -50%);
}

.video-overlay h1{
font-size:48px;
font-weight:bold;
color:#ffffff;
text-shadow:
0 0 10px rgba(0,0,0,0.9),
0 0 20px rgba(0,0,0,0.8),
0 0 30px rgba(0,0,0,0.7);
}

.video-overlay p{
font-size:20px;
color:#ffffff;
text-shadow:
0 0 8px rgba(0,0,0,0.9),
0 0 16px rgba(0,0,0,0.7);
}

/* ===================================================== */
/* HEADER Y LOGOS (POR ARCHIVO) */
/* ===================================================== */

#header{
padding-top:0 !important;
padding-bottom:0 !important;
margin-bottom:12px !important;
}

#header .header-top .container{
display:flex !important;
align-items:center !important;
justify-content:space-between !important;
}

#header .header-top{
padding-top:4px !important;
padding-bottom:4px !important;
}

#header .header-nav{
width:100% !important;
padding-top:0 !important;
padding-bottom:0 !important;
}

#header .top-menu{
display:flex !important;
flex-wrap:nowrap !important;
align-items:center !important;
margin-top:0 !important;
}

#header .top-menu a{
white-space:nowrap !important;
font-size:14px !important;
padding:6px 8px !important;
}

#header .logo-container{
display:flex !important;
align-items:center !important;
flex-direction:row !important;
flex-wrap:nowrap !important;
gap:8px !important;
}

#header .logo-main{
margin:0 !important;
padding:0 !important;
line-height:0 !important;
flex-shrink:0 !important;
}

/* Logo Weber */
#header img[src*="logo-"]{
display:block !important;
height:58px !important;
width:auto !important;
max-width:260px !important;
flex-shrink:0 !important;
}

/* Logo BBQ Kitchen */
#header img[src$="logo2.png"]{
display:block !important;
height:61px !important;
width:auto !important;
flex-shrink:0 !important;
margin-top:0 !important;
margin-left:6px !important;
}

@media (max-width:768px){
#header img[src*="logo-"]{
height:42px !important;
max-width:180px !important;
}

#header img[src$="logo2.png"]{
height:28px !important;
margin-left:4px !important;
}
	
#header .top-menu a{
font-size:12px !important;
padding:4px 5px !important;
}
}

/* BOTÓN WHATSAPP */

.whatsapp-fixed{
position:fixed;
bottom:20px;
right:20px;
z-index:99999;
width:60px;
height:60px;
background:#25D366;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
box-shadow:0 4px 12px rgba(0,0,0,.3);
transition:all .3s ease;
}

.whatsapp-fixed:hover{
transform:scale(1.1);
}

.whatsapp-fixed img{
width:34px;
height:34px;
}

.whatsapp-top{
display:inline-flex;
align-items:center;
margin-left:8px;
vertical-align:middle;
text-decoration:none;
}

.whatsapp-top img{
width:18px;
height:18px;
display:block;
}

.top-custom-banner{
width:100%;
display:flex;
justify-content:center;
padding:20px 0;
}

.top-custom-banner img{
width:900px;
max-width:90%;
height:auto;
display:block;
margin:0 auto;
}

.contact-buy-box{
display:flex;
flex-wrap:wrap;
gap:12px;
margin-top:20px;
}

.contact-btn{
padding:12px 18px;
border-radius:6px;
text-decoration:none;
font-weight:600;
display:inline-block;
transition:0.2s;
}

.whatsapp-btn{
background:#25D366;
color:white;
}

.phone-btn{
background:#111;
color:white;
}

.mail-btn{
background:#d54b3d;
color:white;
}

.contact-btn:hover{
opacity:0.9;
}
