/*
Theme Name: Profesional 02

Theme URI: #
Author: Seo#
Author URI: 
Description: Plantilla#

*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

body {
  background: #fff;
  --font1: "Inter", sans-serif;
  --color1: #030303;
  --color2: #fc3803;
}
.grid_4{display: grid; grid-template-columns: repeat(4, 3fr); grid-column-gap: 20px; grid-row-gap: 20px;}


.whatsapp-container {
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}


.whatsapp-label {
    position: absolute;
    right: 100%;
    margin-right: 24px;
    background-color: white;
    padding: 12px 20px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    border: 1px solid #f3f4f6;
    opacity: 0;
    transform: translateX(16px);
    transition: all 0.3s ease;
    white-space: nowrap;
    pointer-events: none;
    font-family: sans-serif;
    color: #111827;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    flex-direction: column;
}

.support-text {
    font-size: 12px;
    color: #9ca3af;
    font-weight: normal;
}


.whatsapp-button1 {
    position: relative;
    width: 80px;
    height: 80px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 35px rgba(37, 211, 102, 0.4);
    transition: all 0.3s ease;
    text-decoration: none;
    z-index: 2;
}

.whatsapp-button1 svg {
    transition: transform 0.3s ease;
}


.whatsapp-container:hover .whatsapp-label {
    opacity: 1;
    transform: translateX(0);
}

.whatsapp-container:hover .whatsapp-button {
    transform: scale(1.1);
    box-shadow: 0 20px 45px rgba(37, 211, 102, 0.6);
}

.whatsapp-container:hover .whatsapp-button svg {
    transform: rotate(6deg);
}

.whatsapp-button1:active {
    transform: scale(0.9);
}

.pulse-effect {
    position: absolute;
    inset: 0;
    background-color: #25D366;
    border-radius: 50%;
    z-index: 1;
    opacity: 0.25;
    animation: ping 1.5s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes ping {
    75%, 100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.whatsapp-container:hover .pulse-effect {
    display: none; 
}

/* CONTAINER */
.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}
.row{display: flex; justify-content: space-between; align-items: center; gap: 10px;}

/* TOP BAR */
.top-bar {
  background: var(--color1);
  color: #fff;
  font-size: 14px;
}

.top-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 45px;
}

.top-left span {
  margin-right: 20px;
}

.top-left i {
  margin-right: 6px;
}

.top-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.top-right a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.btn-appointment {
  background: var(--color2);
  padding: 10px 16px;
  font-weight: bold;
  font-size: 13px;
}

/* HEADER */
.header {
  border-bottom: 1px solid #eee;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 90px;
}

/* LOGO */
.logo img {
  max-height: 70px;
}

/* NAV */
.nav ul {
  display: flex;
  list-style: none;
  gap: 25px;
}

.nav a {
  text-decoration: none;
  color: #111;
  font-weight: 600;
}

.nav a.active {
  color: #0a5bd3;
}

/* RIGHT */
.header-right {
  display: flex;
  align-items: center;
  gap: 25px;
}

.emergency {
  display: flex;
  align-items: center;
  gap: 10px;
}

.emergency i {
  background: var(--color2);
  color: #fff;
  padding: 12px;
  border-radius: 50%;
}

.emergency small {
  display: block;
  color: #666;
}

.emergency strong {
  font-size: 15px;
}

.icons i {
  font-size: 18px;
  margin-left: 10px;
  cursor: pointer;
}



/* SECTION */
.working-area {
  background: #fff;
  padding: 90px 0;
}

.working-inner {
  display: flex;
  align-items: center;
  gap: 60px;
}

/* LEFT */
.working-content {
  flex: 1;
}

.section-label {
  color: #0a5bd3;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 13px;
  display: inline-block;
  margin-bottom: 15px;
}

.working-content h2 {
  font-size: 38px;
  line-height: 1.25;
  margin-bottom: 20px;
}

.working-content h2 strong {
  font-weight: 800;
}

.working-content p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 35px;
  max-width: 480px;
}

/* ACTIONS */
.working-actions {
  display: flex;
  align-items: center;
  gap: 30px;
}

.btn-primary {
  background: var(--color2);
  color: #fff;
  padding: 14px 24px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
}

.emergency-call {
  display: flex;
  align-items: center;
  gap: 10px;
}

.emergency-call i {
  background: var(--color2);
  color: #fff;
  padding: 12px;
  border-radius: 50%;
}

.emergency-call small {
  display: block;
  color: #777;
  font-size: 12px;
}

.emergency-call strong {
  font-size: 14px;
}

/* MAP */
.working-map {
  flex: 1;
}

.map-wrapper {
  position: relative;
  background: #fff;
  padding: 10px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.map-wrapper iframe {
  width: 100%;
  height: 360px;
  border: 0;
}

/* MAP BUTTON */
.btn-map {
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--color2);
  color: #fff;
  padding: 14px 20px;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.about-section {
  padding: 100px 0;
  background: #fff;
}

.about-inner {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

/* LEFT */
.about-content {
  flex: 1;
}

.about-tag {
  color: #e6392f;
  font-weight: 700;
  font-style: italic;
  display: inline-block;
  margin-bottom: 15px;
}

.about-content h2 {
  font-size: 33px;
  line-height: 1.25;
  margin-bottom: 20px;
}

.about-content p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 30px;
}

.about-list {
  list-style: none;
  margin-bottom: 40px;
}

.about-list li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}

.about-list i {
  color: #2ecc71;
}

/* FOOTER */
.about-footer {
  display: flex;
  align-items: center;
  gap: 40px;
  border-top: 1px solid #eee;
  padding-top: 25px;
}

.author {
  display: flex;
  align-items: center;
  gap: 15px;
}

.author img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.author span {
  color: #e6392f;
  font-size: 14px;
}

/* RIGHT */
.about-media {
  flex: 1;
}

.stats {
  display: flex;
  gap: 40px;
  margin-bottom: 30px;
}

.stat h3 {
  color: var(--color2);
  font-size: 44px;
}

.stat p {
  font-weight: 600;
}

.images {
  display: flex;
  gap: 20px;
}

.img-large {
  width: 55%;
  object-fit: cover;
}

.img-small {
  width: 45%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.img-small img {
  width: 100%;
  height: 50%;
  object-fit: cover;
}

.best-seller{
  padding:80px 0;
  background:#f8f9fb;
}

/* HEADER */
.section-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:40px;
}

.section-header h2{
  font-size:28px;
}

.section-header span{
  color:#666;
  font-size:14px;
}

.view-all{
  color:#0a5bd3;
  text-decoration:none;
  font-weight:600;
}

/* CARD */
.product-card{
  background:#fff;
  border-radius:8px;
  overflow:hidden;
  padding:20px;
  box-shadow:0 5px 20px rgba(0,0,0,0.05);
}

.product-image{
  position:relative;
  text-align:center;
  margin-bottom:15px;
}

.product-image img{
  max-width:100%;height: auto;
}

.discount{
  position:absolute;
  top:0;
  left:0;
  background:var(--color2);
  color:#fff;
  padding:5px 10px;
  font-size:12px;
  border-radius:4px;
}

.wishlist{
  position:absolute;
  top:0;
  right:0;
  font-size:18px;
  cursor:pointer;
}

.rating{
  font-size:14px;
  color:#f4b400;
  margin-bottom:10px;
}
.footer-logo{background: #fff; padding: 15px 30px; border-radius: 10px;box-sizing: border-box; width: 100%; text-align: center;}

.rating span{
  color:#555;
  margin-left:5px;
}

.product-info a.tit1{
  font-size:15px;
  margin-bottom:10px;
  min-height:45px; color: #000; display: inline-block;text-decoration: none;
}

.price{
  margin-bottom:15px;
}

.price .new{
  color:var(--color2);
  font-weight:bold;
  font-size:18px;
  margin-right:10px;
}

.price .old{
  text-decoration:line-through;
  color:#999;
}

.progress{
  height:6px;
  background:#eee;
  border-radius:5px;
  overflow:hidden;
  margin-bottom:8px;
}

.progress-bar{
  height:100%;
  background:var(--color2);
}

.stock-info{
  display:flex;
  justify-content:space-between;
  font-size:12px;
  color:#666;
  margin-bottom:15px;
}

.btn-cart{
  width:100%;
  background:var(--color1);
  color:#fff;
  border:none;
  padding:12px;
  border-radius:6px;
  cursor:pointer;
  font-weight:600;
  transition:.3s; font: 12px var(--font1);text-decoration: none;
}
.row .btn-cart:first-child{background: var(--color2);}

.btn-cart:hover{
  background:#0847a6;
}

/* OWL DOTS */
.owl-theme .owl-dots .owl-dot span{
  background:#ccc;
}

.owl-theme .owl-dots .owl-dot.active span{
  background:#0a5bd3;
}


.latest-news{
  padding:80px 0;
  background:#f8f9fb;
}

/* HEADER */
.section-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:50px;
  border-bottom:1px solid #ddd;
  padding-bottom:15px;
}

.section-header h2{
  font-size:26px;
  font-weight:700;
}

.section-header span{
  color:#666;
  font-size:14px;
  margin-left:10px;
}

.view-all{
  color:#0a5bd3;
  text-decoration:none;
  font-weight:600;
  font-size:14px;
}

/* GRID */
.news-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:30px;
}

/* CARD */
.news-card{
  background:#fff;
  border-radius:10px;
  overflow:hidden;
  transition:0.3s ease;
}

.news-card:hover{
  transform:translateY(-5px);
}

.news-image img{
  width:100%;
  height:240px;
  object-fit:cover;
  display:block;
}

.news-content{
  padding:20px;
}

.news-content h3{
  font-size:20px;
  margin-bottom:15px;
  line-height:1.3;
}

.news-content p{
  font-size:14px;
  color:#666;
  line-height:1.6;
  margin-bottom:15px;
}

.news-meta{
  font-size:13px;
  color:#888;
  display:flex;
  gap:15px;
}


/*  Footer */
.main-footer {
    background-color: var(--color1); /* Azul muy oscuro */
    color: white;
    font-family: 'Roboto', sans-serif;
}

/* Newsletter */
.newsletter-bar {
    background-color: #000;
    padding: 30px 5%;
    border-bottom: 1px solid #333;
}

.newsletter-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    gap: 20px;
}

.newsletter-text {
    display: flex;
    align-items: center;
    gap: 15px;
}

.newsletter-icon {
    font-size: 2.5rem;
    color: var(--red-main);
}

.newsletter-text h3 {
    margin: 0;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.newsletter-text p {
    margin: 5px 0 0;
    color: #ccc;
    font-size: 0.9rem;
}

.newsletter-form {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.input-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.input-group label {
    font-size: 0.8rem;
    font-weight: bold;
}

.newsletter-form input {
    padding: 10px;
    width: 250px;
    border: none;
    border-radius: 4px;
}

.newsletter-form button {
    background-color: var(--red-main);
    color: white;
    border: none;
    padding: 10px 25px;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
}

/* Footer Body */
.footer-body {
    padding: 50px 5%;
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-col .col-title {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-col .col-title i {
    color: var(--red-main);
}

.footer-col p {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #d1d1d1;
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
}

.contact-info i {
    font-size: 2rem;
    color: var(--red-main);
}

.contact-info .phone {
    display: block;
    font-size: 1.4rem;
    font-weight: 900;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #d1d1d1;
    text-decoration: none;
    font-size: 0.9rem;
}

.footer-links a:hover {
    color: white;
    text-decoration: underline;
}

.reclamaciones {
    margin-top: 25px;
    text-align: center;
    border: 1px solid #333;
    padding: 10px;
    font-size: 0.7rem;
    width: fit-content;
}

.reclamaciones img {
    display: block;
    margin: 0 auto 5px;
    filter: invert(1);
}

/* Bottom Bar */
.footer-bottom {
    background-color: #000;
    text-align: center;
    padding: 15px;
    font-size: 0.8rem;
    border-top: 1px solid #222;
}

.categories-section{
  padding:80px 0;
  background:#fff;
}

/* FEATURES */
.categories-features{
  display:flex;
  justify-content:space-between;
  margin-bottom:50px;
  gap:30px;
}

.feature{
  display:flex;
  align-items:flex-start;
  gap:15px;
  flex:1;
}

.feature i{
  font-size:28px;
  color:#0a5bd3;
}

.feature h4{
  font-size:18px;
  margin-bottom:5px;
}

.feature p{
  font-size:14px;
  color:#666;
}

/* GRID */
.categories-grid{
  display:grid;
  grid-template-columns:repeat(5, 1fr);
  gap:20px;
}

.category-card{
  background:#e9edf2;
  padding:30px 20px;
  text-align:center;
  border-radius:10px;
  transition:.3s;
}

.category-card:hover{
  transform:translateY(-5px);
  background:#dde3ea;
}

.category-card img{
  height:150px;
  margin-bottom:20px;
}

.category-card h3{
  font-size:16px;
  margin-bottom:5px;
}

.category-card span{
  font-size:14px;
  color:#666;
}











/* HERO SECTION */
.hero{
  position:relative;
  padding:50px 0 0px;
  background:#f5f7fa;
  overflow:hidden;
}

.hero-wrapper{
  display:flex;
  align-items:center;
  justify-content:space-between;
  position:relative;
}

/* LEFT CONTENT */
.hero-content{
  flex:1;
  max-width:550px;
}

.hero-tag{
  font-size:12px;
  letter-spacing:1px;
  color:#6c7a89;
  font-weight:600;
}

.hero-content h1{
  font-size:56px;
  font-weight:800;
  color:#222;
  margin:20px 0;
  line-height:1.1;
}

.hero-content h1 span{
  display:block;
}

.hero-content p{
  font-size:18px;
  color:#6c7a89;
  margin-bottom:30px;
  line-height:1.6;
}

.btn-primary{
  display:inline-block;
  background:var(--color2);
  color:#fff;
  padding:14px 28px;
  border-radius:8px;
  text-decoration:none;
  font-weight:600;
  transition:0.3s;
}

.btn-primary:hover{
  background:var(--color1);
}

.hero-timer{
  margin-top:20px;
  font-size:14px;
  color:#6c7a89;
}

.hero-timer strong{
  color:#333;
  font-weight:600;
}

/* IMAGE */
.hero-image{
  flex:1;
  text-align:right;
}

.hero-image img{
  max-width:572px;display: block;
  width:100%;
}

/* DISCOUNT BADGE */
.hero-discount{
  position:absolute;
  top:-13px;
  right:0;
  text-align:right;
}

.hero-discount h2{
  font-size:60px;
  color:var(--color2);
  font-weight:800;
}

.hero-discount span{
  font-size:14px;
  color:#6c7a89;
}










/* ===============================
   WRAPPER GENERAL
=================================*/

.woocommerce.single-prod {
    padding: 100px 0;
    background: #ffffff;
}

.woocommerce.single-prod .container.padded {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ===============================
   LAYOUT PRODUCTO
=================================*/

.woocommerce.single-prod div.product {
    display: flex;
    flex-wrap: wrap;
    gap: 6%;
    align-items: flex-start;
}

.woocommerce span.onsale{ background: var(--color2) !important; color: #fff; border-radius: 4px !important; width: 120px !important; height: 40px !important; display: inline-block; text-transform: uppercase; letter-spacing: 1px;}

/* Imagen */
.woocommerce.single-prod div.product div.images {
    flex: 1 1 41%;box-shadow: 0px 0px 10px 0px #9b9b9b; border-radius: 20px;
}

/* Summary */
.woocommerce.single-prod div.product div.summary {
    flex: 1 1 52%;
    display: flex;
    flex-direction: column;
}

/* ===============================
   GALERÍA
=================================*/

.woocommerce.single-prod div.product div.images img {
    width: 100%;
    border-radius: 12px;
}

.woocommerce.single-prod .flex-control-thumbs {
    margin-top: 15px;
    display: flex;
    gap: 10px;
}

.woocommerce.single-prod .flex-control-thumbs li img {
    border-radius: 6px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.woocommerce.single-prod .flex-control-thumbs li img:hover {
    opacity: 1;
}

/* ===============================
   TITULO Y PRECIO
=================================*/

.woocommerce.single-prod .product_title {
    font-size: 2.6rem;
    font-weight: 600;
    color: #111;
    margin-bottom: 15px;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.woocommerce.single-prod span.price,
.woocommerce.single-prod p.price {
    font-size: 1.6rem;
    font-weight: 400;
    color: #222;
    margin-bottom: 30px;
}

.woocommerce.single-prod .price del {
    color: #aaa;
    margin-right: 10px;
}

.woocommerce.single-prod .price ins {
    text-decoration: none;
    font-weight: 600;
}

/* ===============================
   DESCRIPCIÓN
=================================*/

.woocommerce-product-details__short-description {
    font-size: 1rem;
    line-height: 1.8;
    color: #666;
    margin-bottom: 35px;
}

/* ===============================
   FORMULARIO CARRITO
=================================*/

.woocommerce.single-prod form.cart {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

/* Cantidad */
.woocommerce.single-prod form.cart .quantity input {
    width: 70px;
    padding: 14px;
    border: 1px solid #ddd;
    background: #fafafa;
    text-align: center;
    font-size: 1rem;
    transition: border 0.3s ease;
}

.woocommerce.single-prod form.cart .quantity input:focus {
    border-color: #000;
    outline: none;
}

/* Botón */
.woocommerce.single-prod form.cart .button {
    background: #000;
    color: #fff;
    padding: 16px 32px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.woocommerce.single-prod form.cart .button:hover {
    background: #333;
    transform: translateY(-2px);
}

/* ===============================
   META (SKU, Categorías)
=================================*/

.woocommerce.single-prod .product_meta {
    font-size: 0.85rem;
    color: #777;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.woocommerce.single-prod .product_meta a {
    color: #111;
    text-decoration: none;
}

.woocommerce.single-prod .product_meta a:hover {
    text-decoration: underline;
}

/* ===============================
   TABS
=================================*/

.woocommerce.single-prod .woocommerce-tabs {
    width: 100%;
    margin-top: 100px;
    padding-top: 60px;
    border-top: 1px solid #eee;
}

.woocommerce.single-prod .woocommerce-tabs ul.tabs {
    display: flex;
    justify-content: center;
    gap: 40px;
    border: none;
}

.woocommerce.single-prod .woocommerce-tabs ul.tabs li {
    border: none;
    background: none;
}

.woocommerce.single-prod .woocommerce-tabs ul.tabs li a {
    font-size: 0.8rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #999;
    padding-bottom: 10px;
    transition: color 0.3s ease;
}

.woocommerce.single-prod .woocommerce-tabs ul.tabs li.active a {
    color: #000;
    border-bottom: 2px solid #000;
}

.woocommerce.single-prod .woocommerce-tabs .panel {
    max-width: 900px;
    margin: 40px auto 0 auto;
    font-size: 1rem;
    line-height: 1.8;
    color: #555;
}

/* ==========================
   PRODUCT INDICATORS
========================== */

.product-indicators {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #eee;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.product-indicators .indicator {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.95rem;
    color: #444;
    font-weight: 400;
}

.product-indicators .indicator .icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    font-size: 0.8rem;
    border-radius: 50%;
    flex-shrink: 0;
}

.product-indicators .indicator span:last-child {
    letter-spacing: 0.2px;
}

/* Hover elegante */
.product-indicators .indicator:hover .icon {
    background: #333;
}

/* ===============================
   WHATSAPP PURCHASE
=================================*/

.whatsapp-purchase-wrapper {
    margin-top: 25px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.owl-carousel .owl-item img{height: auto;}


.whatsapp-disclaimer {
    font-size: 0.85rem;
    color: #666;
    background: #f5f5f5;
    padding: 12px 15px;
    border-left: 3px solid #000;
    margin: 0;
}

.whatsapp-button {
    display: inline-block;
    text-align: center;
    background: #25D366;
    color: #fff;
    padding: 18px 30px;border-radius: 10px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.whatsapp-button:hover {
    background: #1ebe5d;
    transform: translateY(-2px);
}


/* ===============================
   WRAPPER GENERAL
=================================*/

.archive-prod {
    padding: 80px 0;
    background: #fff;
}

.archive-prod .container.padded {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ===============================
   LAYOUT GENERAL
=================================*/

.shop-layout {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

/* ===============================
   SIDEBAR
=================================*/

.shop-sidebar {
    width: 280px;
    position: sticky;
    top: 100px;
}

.shop-sidebar .widget {
    margin-bottom: 40px;
}

.shop-sidebar .widget-title {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    font-weight: 600;
}

.shop-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.shop-sidebar ul li {
    margin-bottom: 10px;
}

.shop-sidebar a {
    text-decoration: none;
    color: #555;
    font-size: 0.95rem;
    transition: 0.3s ease;
}

.shop-sidebar a:hover {
    color: #000;
}

/* ===============================
   PRODUCTOS GRID
=================================*/

.shop-products {
    flex: 1;
}


.woocommerce ul.products li.product {
    border: none;
    text-align: center;
}

.woocommerce ul.products li.product img {
    border-radius: 10px;
    margin-bottom: 15px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 8px;
}

.woocommerce ul.products li.product .price {
    font-size: 0.95rem;
    color: #222;
}

/* Botón */
.woocommerce ul.products li.product .button {
    background: #000;
    color: #fff;
    padding: 10px 20px;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
    transition: 0.3s ease;
}

.woocommerce ul.products li.product .button:hover {
    background: #333;
}

/* ===============================
   RESPONSIVE
=================================*/

@media (max-width: 1024px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {

    .shop-layout {
        flex-direction: column;
    }

    .shop-sidebar {
        width: 100%;
        position: relative;
        top: 0;
        margin-bottom: 40px;
    }

    .woocommerce ul.products {
        grid-template-columns: 1fr;
    }
}



/* Responsive */
@media (max-width: 768px) {
    .product-indicators {
        margin-top: 20px;
    }
}

/* ===============================
   RESPONSIVE
=================================*/

@media (max-width: 992px) {

    .woocommerce.single-prod {
        padding: 60px 0;
    }

    .woocommerce.single-prod div.product {
        flex-direction: column;
        gap: 40px;
    }

    .woocommerce.single-prod div.product div.images,
    .woocommerce.single-prod div.product div.summary {
        flex: 1 1 100%;
    }

    .woocommerce.single-prod .product_title {
        font-size: 2rem;
    }
	
    .woocommerce.single-prod form.cart {
        flex-direction: column;
        align-items: stretch;
    }

    .woocommerce.single-prod form.cart .button {
        width: 100%;
        text-align: center;
    }
}













/* RESPONSIVE */
@media(max-width:992px){

  .hero-wrapper{
    flex-direction:column;
    text-align:center;
  }

  .hero-content{
    max-width:100%;
  }

  .hero-image{
    margin-top:40px;
    text-align:center;
  }

  .hero-discount{
    position:static;
    margin-bottom:30px;
    text-align:center;
  }

  .hero-content h1{
    font-size:42px;
  }

}



/* RESPONSIVE */
@media(max-width:1200px){
  .categories-grid{
    grid-template-columns:repeat(3, 1fr);
  }
}

@media(max-width:992px){
  .news-grid{
    grid-template-columns:repeat(2, 1fr);
  }
  .about-inner {
    flex-direction: column;
  }

  .stats {
    justify-content: space-between;
  }

  .images {
    flex-direction: column;
  }

  .img-large,
  .img-small {
    width: 100%;
  }
  .working-inner {
    flex-direction: column;
  }

  .working-content h2 {
    font-size: 32px;
  }

  .working-content p {
    max-width: 100%;
  }
  .nav {
    display: none;
  }
	.top-left{text-align: center;}
  .top-left span:first-child{
    display: none;
  }.grid_4{display: grid; grid-template-columns: repeat(3, 3fr); grid-column-gap: 20px; grid-row-gap: 20px;}
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
    }
  
    .categories-features{
        flex-direction:column;
    }

    .categories-grid{
        grid-template-columns:repeat(2, 1fr);
    }
}



@media (max-width: 576px) {
  .emergency {
    display: none;
  }

  .btn-appointment {
    display: none;
  }
    .working-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .btn-map {
    position: static;
    margin-top: 10px;
  }.grid_4{display: grid; grid-template-columns: repeat(2, 3fr); grid-column-gap: 20px; grid-row-gap: 20px;}
  .about-content h2 {
    font-size: 30px;
  }

  .about-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .stats {
    flex-direction: column;
    gap: 20px;
  }
  .section-header{
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
  }
  .news-grid{
    grid-template-columns:1fr;
  }
	.product-info .row{display: block;}.product-info .btn-cart{width: 100%;display: block; text-align: center; margin-top: 10px;}
  .section-header{
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
  }
  .categories-grid{
    grid-template-columns:1fr;
  }
  .footer-container {
        grid-template-columns: 1fr;
    }
    .newsletter-content {
        flex-direction: column;
        text-align: center;
    }
    .newsletter-form {
        flex-direction: column;
        width: 100%;
        align-items: stretch;
    }
    .newsletter-form input {
        width: 100%;
    }
}