/* Domicilio Castellana Template Styles */

/* Main Wrapper */
#domicilio-castellana-wrapper {
    background-color: #FBF5ED; /* Light beige background */
}

/* Hero Section Bottom Overlay */
#domicilio-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px; /* Height of the beige section at bottom */
    z-index: 5;
}

/* Hero Section */
#domicilio-hero {
    background-color: #FBF5ED;
    padding: 80px 0;
    min-height: 600px;
}

.hero-content {
    padding-right: 40px;
}

.hero-decoration {
    max-width: 105px;
    margin: 0 0 5px 0;
    display: block;
}

.hero-title {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 800;
    font-size: 60px;
    color: #000;
    margin: 0 0 50px 0;
    line-height: 1.2;
}

.hero-info {
    margin-top: 0;
}

.delivery-range {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    margin: 0 0 0 0;
    line-height: 1.1;
}

.address {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    margin: 10px 0 0 0;
    line-height: 1.1;
}

.contact-info {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    margin: 0 0 0 0;
    line-height: 1.1;
}

.hero-image-container {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.hero-image {
    width: 800px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hero-pattern {
    position: absolute;
    top: 20px;
    right: -20px;
    width: 400px;
    height: 400px;
    z-index: 10;
    pointer-events: none;
}

.hero-layer-pink {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    opacity: 0.8;
}

/* Food Categories Navigation */
#food-categories {
    background-color: #FBF5ED;
    padding: 30px 0;
    border-bottom: 1px solid #E0E0E0;
}

.categories-nav {
    overflow-x: auto;
    white-space: nowrap;
}

.categories-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
}

.category-link {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    color: #333;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.category-link:hover {
    background-color: #f0f0f0;
    text-decoration: none;
    color: #333;
}

.category-link.active {
    background-color: #E0E0E0;
    border-color: #ccc;
    color: #333;
}

/* Products Section */
.products-section {
    padding: 60px 0;
    background-color: #FBF5ED;
}

/* Override any conflicting styles with more specific selectors */
#domicilio-castellana-wrapper .products-section .products-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 270px) !important;
    gap: 50px !important;
    padding: 0 20px !important;
    justify-content: start !important;
    width: auto !important;
    max-width: none !important;
    align-items: start !important; /* Ensure all cards start at the same level */
}

#domicilio-castellana-wrapper .products-section .products-grid .combo-card-personalizado {
    width: 270px !important;
    max-width: 270px !important;
    height: 420px !important; /* Ensure consistent height */
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
    align-self: start !important; /* Prevent stretching */
}

.section-title {
    font-family: "Bebas Neue", sans-serif !important;
    font-weight: 800 !important;
    font-size: 60px !important;
    color: #000;
    text-align: left;
    margin-top: 40px;
    margin-bottom: 10px; /* Reduced from 40px to minimize space */
    padding-left: 15px;
}

.section-subtitle {
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    color: #000;
    font-style: italic;
    margin-bottom: 30px; /* Space after subtitle */
    margin-top: 0; /* No top margin to keep close to title */
    padding-left: 15px; /* Match title padding */
}

/* Specific styling for subtitle within section title */
.section-title .section-subtitle {
    font-size: 24px; /* Larger size for better readability */
    margin-top: 5px; /* Minimal space between title and subtitle */
    margin-bottom: 0; /* No bottom margin when inside title */
    padding-left: 0; /* No padding when inside title */
    display: block; /* Ensure it's on its own line */
    font-style: normal; /* Remove italic styling */
}

.products-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 350px) !important;
    gap: 30px !important;
    padding: 0 15px !important;
    justify-content: start !important;
    width: auto !important;
    max-width: none !important;
    align-items: start !important; /* Ensure all cards start at the same level */
}

/* Force all cards to have the same dimensions */
.products-grid .combo-card-personalizado,
.products-grid .woocommerce ul.products li.product,
.products-grid .combo-card-personalizado {
    width: 350px !important;
    max-width: 350px !important;
    height: 420px !important;
    min-height: 420px !important;
    max-height: 420px !important;
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
    align-self: start !important;
}

/* Product Cards - Using the existing combo-card-personalizado class */
.combo-card-personalizado {
    background: #fff;
    border: 1px solid #000;
    border-radius: 0; /* Square corners */
    overflow: hidden;
    box-shadow: none; /* No shadows */
    transition: none; /* No hover effects */
    width: 350px !important;
    max-width: 350px !important;
    height: 420px !important; /* Fixed height for consistent card size */
    min-height: 420px !important;
    max-height: 420px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important; /* Eliminate any gap between flex items */
    row-gap: 0 !important; /* Eliminate any row gap */
    -moz-column-gap: 0 !important;
    column-gap: 0 !important; /* Eliminate any column gap */
}

.combo-card-personalizado:hover {
    transform: none;
    box-shadow: none;
}

.combo-header {
    background-color: #FAD3DB; /* Light pink header */
    padding: 8px 15px !important; /* Reduced padding for more compact design */
    margin: 0 !important; /* Remove margin to eliminate white space */
    border-bottom: 1px solid #000;
    border-radius: 0; /* Square corners */
    height: 80px !important; /* Reduced height for more compact design */
    min-height: 80px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0; /* Prevent header from shrinking */
}

.combo-header h2 {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 18px; /* Slightly smaller font size */
    color: #000;
    margin: 0 0 4px 0; /* Reduced margin for more compact design */
    line-height: 1.1; /* Tighter line height */
    text-align: left;
}

/* Override WooCommerce title margins for custom cards */
.combo-card-personalizado .combo-header .woocommerce-loop-product__title {
    margin: 0 0 4px 0 !important; /* Reduced margin for more compact design */
    font-family: "Oswald", sans-serif !important;
    font-weight: 700 !important;
    font-size: 18px !important; /* Slightly smaller font size */
    text-align: left !important;
}

/* Override custom.css styles to ensure our compact design */
#domicilio-castellana-wrapper .combo-card-personalizado {
    border: 1px solid #000 !important;
    border-radius: 0 !important;
    transition: none !important;
}

#domicilio-castellana-wrapper .combo-card-personalizado:hover {
    transform: none !important;
    box-shadow: none !important;
}

#domicilio-castellana-wrapper .combo-header {
    padding: 8px 15px !important;
    text-align: left !important;
}

#domicilio-castellana-wrapper .combo-header h2 {
    margin: 0 0 4px 0 !important;
    font-size: 18px !important;
    color: #000 !important;
}

#domicilio-castellana-wrapper .combo-price {
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #333 !important;
}

#domicilio-castellana-wrapper .combo-footer {
    padding: 0 !important;
}

/* Additional overrides to ensure compact design */
#domicilio-castellana-wrapper .woocommerce ul.products li.product {
    height: 420px !important;
    min-height: 420px !important;
    max-height: 420px !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Remove any default WooCommerce spacing */
#domicilio-castellana-wrapper .woocommerce ul.products {
    margin: 0 !important;
    padding: 0 !important;
}

#domicilio-castellana-wrapper .woocommerce ul.products li {
    margin: 0 !important;
    padding: 0 !important;
}

#domicilio-castellana-wrapper .woocommerce ul.products li.product .woocommerce-loop-product__image {
    height: 420px !important;
    min-height: 420px !important;
    max-height: 420px !important;
}

#domicilio-castellana-wrapper .woocommerce ul.products li.product .button {
    padding: 8px 0 !important;
    height: 50px !important;
    min-height: 50px !important;
    max-height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Override any Bootstrap button styles */
#domicilio-castellana-wrapper .combo-footer .btn,
#domicilio-castellana-wrapper .combo-footer button,
#domicilio-castellana-wrapper .combo-footer input[type="submit"] {
    height: 50px !important;
    min-height: 50px !important;
    max-height: 50px !important;
    padding: 8px 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Ensure no extra spacing in button text */
#domicilio-castellana-wrapper .combo-footer .btn *,
#domicilio-castellana-wrapper .combo-footer button *,
#domicilio-castellana-wrapper .combo-footer input[type="submit"] * {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
}

.combo-price {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 18px; /* Slightly smaller font size */
    color: #333;
    text-align: left;
}

.product-note {
    font-size: 0.85rem;
    font-weight: 500;
    color: #666;
    margin-top: 4px;
    font-style: italic;
}

.combo-imagen {
    padding: 0 !important; /* Remove padding to make image fill entire area */
    margin: 0 !important; /* Remove margin to eliminate white space */
    text-align: center;
    background-color: #FBF5ED;
    border-radius: 0; /* Square corners */
    height: 250px !important; /* Much larger height to show full images */
    min-height: 250px !important;
    max-height: 250px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; /* Ensure image doesn't overflow */
    flex-shrink: 0; /* Prevent image section from shrinking */
    line-height: 0; /* Remove any line-height spacing */
    font-size: 0; /* Remove any font-size spacing */
}

.combo-imagen img {
    width: 100%;
    height: 100%;
    max-height: 100% !important; /* Ensure image respects container height */
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0; /* Square corners */
}

.combo-footer {
    padding: 0; /* No padding to make button full width */
    text-align: center;
    background-color: #FBF5ED;
    border-radius: 0; /* Square corners */
    margin-top: auto; /* Push footer to bottom */
    height: 50px !important; /* Reduced height for more compact design */
    min-height: 50px !important;
    max-height: 50px !important;
    flex-shrink: 0; /* Prevent footer from shrinking */
}

.combo-footer .btn {
    background-color: #F9CB38; /* Yellow button */
    color: #000;
    border: 1px solid #000;
    border-bottom: none;
    padding: 8px 0; /* Reduced vertical padding for more compact design */
    font-weight: 700;
    font-size: 0.9rem;
    border-radius: 0; /* Square corners */
    cursor: pointer;
    transition: none; /* No hover effects */
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: 100%; /* Full width */
    display: block; /* Block element */
    margin: 0;
    line-height: 1;
}

.combo-footer .btn:hover {
    background-color: #F9CB38; /* Same color on hover */
    transform: none; /* No transform */
}

/* Responsive Design */
@media (max-width: 1024px) {
    #domicilio-castellana-wrapper .products-section .products-grid {
        grid-template-columns: repeat(2, 350px) !important;
        gap: 25px !important;
        justify-content: start !important;
    }
}

@media (max-width: 768px) {
    #domicilio-hero {
        padding: 40px 0;
        min-height: auto;
    }
    
    .hero-content {
        padding-right: 0;
        margin-bottom: 40px;
    }
    
    .hero-title {
        font-size: 40px;
        margin-bottom: 20px;
    }
    
    .delivery-range,
    .address,
    .contact-info {
        font-size: 16px;
    }
    
    .hero-image-container {
        height: 350px;
    }
    
    .section-title {
        font-size: 40px;
        text-align: left;
        margin-bottom: 8px; /* Reduced spacing for mobile */
    }
    
    .section-subtitle {
        font-size: 16px;
        margin-bottom: 25px;
    }
    
    .categories-list {
        gap: 15px;
    }
    
    .category-link {
        padding: 8px 15px;
        font-size: 0.9rem;
    }
    
    #domicilio-castellana-wrapper .products-section .products-grid {
        grid-template-columns: repeat(2, 280px) !important;
        gap: 20px !important;
        justify-content: start !important;
    }
    
    .combo-header h2,
    .combo-card-personalizado .combo-header .woocommerce-loop-product__title {
        font-size: 24px !important;
    }
    
    .combo-price {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    #domicilio-hero {
        padding: 30px 0;
    }
    
    .hero-title {
        font-size: 30px;
        margin-bottom: 15px;
    }
    
    .delivery-range,
    .address,
    .contact-info {
        font-size: 14px;
    }
    
    .hero-image-container {
        height: 250px;
    }
    
    .section-title {
        font-size: 30px;
        margin-bottom: 5px; /* Reduced spacing for small mobile */
    }
    
    .section-subtitle {
        font-size: 14px;
        margin-bottom: 20px;
    }
    
    .categories-nav {
        padding: 0 15px;
    }
    
    #domicilio-castellana-wrapper .products-section .products-grid {
        grid-template-columns: 280px !important;
        gap: 20px !important;
        justify-content: center !important;
        padding: 0 15px !important;
    }
    
    .combo-header h2,
    .combo-card-personalizado .combo-header .woocommerce-loop-product__title {
        font-size: 20px !important;
    }
    
    .combo-price {
        font-size: 16px;
    }
}

/* WooCommerce Integration */
.woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce ul.products li.product {
    background: #fff;
    border: 1px solid #000;
    border-radius: 0; /* Square corners */
    overflow: hidden;
    box-shadow: none; /* No shadows */
    transition: none; /* No hover effects */
    margin: 0;
    padding: 0;
    list-style: none !important;
    width: 350px !important;
    max-width: 350px !important;
    height: 420px !important; /* Reduced height for more compact design */
    display: flex;
    flex-direction: column;
}

.woocommerce ul.products li.product::before,
.woocommerce ul.products li.product::after {
    content: none !important;
}

.woocommerce ul.products li.product:hover {
    transform: none;
    box-shadow: none;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin: 0 0 10px 0;
    line-height: 1.3;
    text-align: left;
}

.woocommerce ul.products li.product .price {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #666;
    text-align: left;
}

.woocommerce ul.products li.product .button {
    background-color: #F9CB38;
    color: #000;
    border: none;
    padding: 8px 0; /* Reduced vertical padding for more compact design */
    font-weight: 700;
    font-size: 0.9rem;
    border-radius: 0; /* Square corners */
    cursor: pointer;
    transition: none; /* No hover effects */
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    display: block; /* Block element */
    width: 100%; /* Full width */
}

.woocommerce ul.products li.product .button:hover {
    background-color: #F9CB38; /* Same color on hover */
    transform: none; /* No transform */
    text-decoration: none;
    color: #000;
}

/* Ensure WooCommerce product images also have consistent sizing */
.woocommerce ul.products li.product .woocommerce-loop-product__image {
    height: 420px !important; /* Increased height for better rectangular image display */
    min-height: 420px !important;
    max-height: 420px !important;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce ul.products li.product .woocommerce-loop-product__image img {
    width: 100%;
    height: 100%;
    max-height: 100% !important; /* Ensure image respects container height */
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0;
}

/* Ensure images fill the container completely */
#domicilio-castellana-wrapper .combo-imagen img,
#domicilio-castellana-wrapper .woocommerce ul.products li.product .woocommerce-loop-product__image img {
    width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    -o-object-fit: cover !important;
    object-fit: cover !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Ensure WooCommerce image containers have no spacing */
#domicilio-castellana-wrapper .woocommerce ul.products li.product .woocommerce-loop-product__image {
    line-height: 0 !important; /* Remove any line-height spacing */
    font-size: 0 !important; /* Remove any font-size spacing */
}

/* Additional rules to remove any bullets or dots */
.combo-card-personalizado::before,
.combo-card-personalizado::after {
    content: none !important;
}

.combo-header::before,
.combo-header::after {
    content: none !important;
}

.combo-header h2::before,
.combo-header h2::after {
    content: none !important;
}

.woocommerce-loop-product__title::before,
.woocommerce-loop-product__title::after {
    content: none !important;
}

/* Ensure no list markers appear anywhere */
.products-grid,
.products-grid *,
.combo-card-personalizado,
.combo-card-personalizado * {
    list-style: none !important;
    list-style-type: none !important;
}

.products-grid li,
.combo-card-personalizado li {
    list-style: none !important;
    list-style-type: none !important;
}

/* Additional WooCommerce specific rules */
.woocommerce ul.products li.product,
.woocommerce ul.products li.product *,
.woocommerce ul.products li.product::before,
.woocommerce ul.products li.product::after {
    list-style: none !important;
    list-style-type: none !important;
    content: none !important;
}

/* Remove any potential bullets from product titles */
.woocommerce-loop-product__title::before,
.woocommerce-loop-product__title::after,
.combo-header h2::before,
.combo-header h2::after {
    content: none !important;
    display: none !important;
}

/* Ensure no markers on any list items */
ul.products li,
ul.products li *,
.products-grid li,
.products-grid li * {
    list-style: none !important;
    list-style-type: none !important;
    list-style-image: none !important;
}

/* Remove any potential pseudo-elements that might add content */
.products-grid::before,
.products-grid::after,
.combo-card-personalizado::before,
.combo-card-personalizado::after,
.combo-header::before,
.combo-header::after {
    content: none !important;
    display: none !important;
}

/* No products message styling */
.no-products-message {
    grid-column: 1 / -1; /* Span all columns */
    text-align: center;
    padding: 40px 20px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    margin: 20px 0;
}

.no-products-message p {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #6c757d;
    margin: 0;
    line-height: 1.5;
}

/* Spacing Section */
.spacing-section {
    padding: 80px 0;
    background-color: #FBF5ED;
}
/* Additional CSS from template */
.products-section .products-grid .combo-card-personalizado {
  height: 420px !important;
  min-height: 382px !important;
  max-height: 382px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

.woocommerce ul.products li.product {
  height: 420px !important;
  min-height: 420px !important;
  max-height: 420px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.combo-header {
  flex-shrink: 0 !important;
  height: 80px !important;
  min-height: 80px !important;
  max-height: 80px !important;
  margin: 0 !important;
  padding: 8px 15px !important;
  border-bottom: 1px solid #000 !important;
  background-color: #FAD3DB !important;
}

.combo-imagen {
  height: 250px !important;
  min-height: 250px !important;
  max-height: 250px !important;
  flex-shrink: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  background-color: #FBF5ED !important;
  overflow: hidden !important;
}

.combo-footer {
  height: 50px !important;
  min-height: 50px !important;
  max-height: 50px !important;
  flex-shrink: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border-top: none !important;
  background-color: #FBF5ED !important;
  display: block !important;
  visibility: visible !important;
  overflow: visible !important;
}

.combo-card-personalizado .combo-header + .combo-imagen {
  margin-top: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.combo-card-personalizado .combo-imagen + .combo-footer {
  margin-top: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-top: none !important;
}

/* Additional rules to eliminate any possible spacing */
.combo-card-personalizado > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.combo-card-personalizado > * + * {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.combo-imagen img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
  border-radius: 0 !important;
}

.combo-footer .button,
.combo-footer button,
.combo-footer input[type="submit"] {
  height: 50px !important;
  min-height: 50px !important;
  max-height: 50px !important;
  padding: 8px 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background-color: #F9CB38 !important;
  color: #000 !important;
  border: 1px solid #000 !important;
  border-bottom: none !important;
  font-weight: 700 !important;
  font-size: 0.9rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.products-section .products-grid {
  gap: 25px !important;
}

.products-section .products-grid li {
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce ul.products li.product .combo-card-personalizado {
  height: 420px !important;
  min-height: 420px !important;
  max-height: 420px !important;
}

.products-section {
  margin: 0 !important;
  padding: 0 !important;
}

@media (max-width: 768px) {
  .products-section .products-grid {
    gap: 20px !important;
  }
}

@media (max-width: 480px) {
  .products-section .products-grid {
    gap: 15px !important;
  }
}
/*# sourceMappingURL=domicilio-castellana.css.map */