/*!
Theme Name: Narberth Coffee Roasters
Description: A custom WordPress theme for Narberth Coffee Roasters featuring WooCommerce integration and responsive design for coffee product showcases.
Author: Your Name
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: narberth-coffee
Tags: e-commerce, food-and-drink, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/

/*--------------------------------------------------------------
# Reset & Base Styles
--------------------------------------------------------------*/

/* Reset */
* { 
    margin: 0; 
    padding: 0; 
    box-sizing: border-box; 
    font-family: "Albert Sans", sans-serif; 
    font-optical-sizing: auto; 
}

.variations-container button {
    text-decoration: none !important;
}

.home h1 {color:white !important}

.single_add_to_cart_button {background-color: #555 !important}
.home-content button {
  padding: 10px;
  margin-top: 40px;
  border: none;
  background-color: white !important;
  color: black;
  font-size: 30px;
}

.hometext {
  font-weight: 300;
}
.homeOpener {
    clear: BOTH;
  max-width: 500px;
  margin: 0 auto;
    margin-bottom: 0px;
  padding: 20px;
  margin-bottom: -90px;
}
.homeOpener p, .description p {
  background-color: #f1f1f1;
  display: inline;
  padding: 2px;
  line-height: 31px;
  box-decoration-break: clone;
                -webkit-box-decoration-break: clone;
}

.homeOpener {
    width: 100%;
    display: block;
}
.page-template-shophome a {text-decoration: none !important;}

.smaller {
  font-size: 24px;
  padding-top: 23px;
  color: #fff;
}

.product-main-title.frenchpress {
  background: #f2065f !important;
  color: white !important;
  font-weight: 100;
}

.product-main-title.espresso {
  background: #3b523e !important;
  color: white !important;
  font-weight: 100;
}

.product-main-title.filter {
  background: #ffc200 !important;
  color: white !important;
  font-weight: 200;
}

.home-content{
padding: 30px;
  font-size: 32px;
  width: 520px;
  background: rgba(224, 23, 117, 0.8);
  position: absolute;
  left: 40px;
  top: 500px;
  font-weight: 100;
  }

/* body.home { 
    font-family: Arial, sans-serif; 
    background-image: url('bg.jpg'); 
    background-size: cover; 
    background-position: center; 
    min-height: 100vh; 
    color: #fff; 
    display: flex; 
    align-items: flex-start; 
} */

body { 
    font-family: Arial, sans-serif;  
    color: #333; 
    min-height: 100vh; 
    padding:0; 
    margin: 0;
}

/*--------------------------------------------------------------
# Utility Classes
--------------------------------------------------------------*/

.hidden {
    display: none;
}

/*--------------------------------------------------------------
# Logo & Branding
--------------------------------------------------------------*/

/* .home .logo { 
  font-size: 20px; 
    font-weight: bold; 
    color: orange; 
    margin-bottom: 15px; 
    background: url('brand.png') no-repeat; 
    background-size: contain; 
    width: 340px; 
    height: 203px; 
    text-indent: -9999px; 
    display: block; 
    width: 35%;
    float: left; 
} */

.logo { 
    font-size: 20px; 
    font-weight: bold; 
    color: orange; 
    margin-bottom: 15px; 
    background: url('brand.png') no-repeat; 
    background-size: contain; 
    width: 340px; 
    height: 203px; 
    text-indent: -9999px; 
    display: block; 
    width: 35%;
    float: left; 
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/* .home .navbar { 
    top:0; 
    left:0; 
    right:0;  
    justify-content:space-between; 
    align-items:center; 
    z-index:1000;
    width: 65%;
    float: right;
}

.home .nav-links { 
    list-style: none; 
}

.home .nav-links li { 
    margin: 5px 0;  
}

.home .nav-links a { 
    text-decoration: none; 
    font-size: 22px; 
    color: white; 
    transition: 0.3s;  
    background: rgba(0, 0, 0, 0.8); 
    padding: 5px 10px; 
    border-radius: 4px; 
    display: inline-block; 
}

.home .nav-links a:hover { 
    color: orange; 
} */

/* Content page navigation */
.navbar { 
    top:0; 
    left:0; 
    right:0;  
    justify-content:space-between; 
    align-items:center; 
    z-index:1000;
    width: 65%;
    float: right;
} 

.logo { 
    font-size:20px; 
    font-weight:bold; 
    color:orange; 
}

.logo span { 
    background:orange; 
    color:#000; 
    padding:2px 5px; 
}

.nav-links { 
    list-style:none; 
    display:flex; 
    gap:20px; 
    float: right;
    padding: 50px 50px 0 0; 
    
}

.nav-links li a { 
    text-decoration:none; 
    color:#ff7300; 
    font-size:22px; 
    transition:0.3s; 

    padding: 5px;
    background: rgba(255, 255, 255, 0.8);
}

.home .nav-links li a, .page-template-generic-php .nav-links li a {background: black;}

.nav-links li a:hover { 
    color:orange; 
}

/*--------------------------------------------------------------
# Color Classes
--------------------------------------------------------------*/

/* Colors like in image */
.espresso { 
    color: #43ad6d !important; /* green */
}

.darkespresso {
    color:#3b523e;
}

.darkespressobg {
    background-color:#3b523e;
}

.filter { 
    color: #d1a006 !important; /* yellow */
}

.darkfilter { 
    color: #f2065f !important;
}

.darkfilterbg {
    background-color: #ffc200 !important;
}

.frenchpress { 
    color: #f2065f!important; /* pink/red */
}

.darkfrenchpress { 
    color: #f2065f !important;
}

.frenchpressbg {
    background-color: #f2065f !important;
}

.french { 
    color: #f2065f !important;
}

/*--------------------------------------------------------------
# Hamburger Menu
--------------------------------------------------------------*/

/* .home .burger { 
    display: none; 
    cursor: pointer; 
    flex-direction: column; 
    justify-content: space-between; 
    width: 25px; 
    height: 20px; 
}

.home .burger div { 
    background: white; 
    height: 3px; 
    width: 100%; 
    border-radius: 2px; 
} */

.burger { 
    display: none; 
    cursor: pointer; 
    flex-direction: column; 
    justify-content: space-between; 
    width: 25px; 
    height: 20px; 
    margin-left:30px;
}

.burger div { 
    background:rgb(0, 0, 0); 
    height: 3px; 
    width: 100%; 
    border-radius: 2px; 
}

/*--------------------------------------------------------------
# Layout Grid
--------------------------------------------------------------*/

.container { 
    max-width:1200px; 
    margin:120px auto 40px auto; 
    padding:0 20px; 
    display:grid; 
    grid-template-columns:repeat(12,1fr); 
    gap:20px; 
    clear: both; 
}

.woocommerce-cart .container, .woocommerce-checkout .container  {display: block;}

.col-2 { 
    width: 47%; 
    float: left; 
    margin-right: 2%; 
    margin-bottom: 10px; 
}

.col-4 { 
    grid-column:span 4; 
}

.col-8 { 
    grid-column:span 8; 
}

/*--------------------------------------------------------------
# Content Styling
--------------------------------------------------------------*/

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

.section-title { 
    font-size:34px; 
    margin-bottom:10px;  
    color: white;  
    font-weight: 100; 
    padding: 5px 10px 5px 30px; 
    display: inline-block; 
    position: relative; 
    left: -30px;
    z-index: -1;
}

.subtitle { 
    font-size:28px; 
    margin-bottom:15px; 
    color:#3b523e;  
    font-weight: 200;
}

.description { 
    margin-bottom:30px; 
}

.product-card { 
    overflow:hidden; 
    background:#eeeeee; 
    display: block; 
    padding: 10px;
    text-decoration: none !important; 
}

.product-card p {
    font-size: 18px; 
    margin:10px 0; 
    color:#3b523e;
}

.product-header { 
    background:#555; 
    color:white; 
    padding:8px 12px; 
    font-weight:bold; 
    display: inline-block;  
    text-decoration: underline;
}

.product-body { 
    padding:12px; 
}

.product-body p { 
    margin:6px 0; 
    text-decoration: none;
}

.product-img { 
    width:100%; 
    display:block; 
}

.product-price { 
    font-weight:bold; 
    color:#555; 
    margin-top:10px; 
}

/*--------------------------------------------------------------
# WordPress Content Areas
--------------------------------------------------------------*/


.welcome-section {
    text-align: center;
    padding: 4rem 0;
}

.category-showcase {
    margin: 4rem 0;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.category-card {
    display: block;
    padding: 2rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    text-decoration: none;
    color: inherit;
}

.category-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.category-card h3 {
    margin: 1rem 0 0.5rem;
    font-size: 1.5rem;
}

.category-card p {
    color: #666;
    margin: 0;
}

.blog-content {
    padding: 2rem 0;
}

.posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.posts-grid article {
    padding: 1.5rem;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.entry-header h2 {
    margin: 0 0 1rem;
    font-size: 1.5rem;
}

.entry-header h2 a {
    text-decoration: none;
    color: inherit;
}

.entry-header h2 a:hover {
    color: #8B4513;
}

.entry-meta {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 1rem;
}

/*--------------------------------------------------------------
# WooCommerce Styles
--------------------------------------------------------------*/

.woocommerce-page {
    /* WooCommerce specific styles */
}

/* .cart-count {
    background: #8B4513;
    color: white;
    padding: 2px 6px;
    border-radius: 50%;
    font-size: 0.8rem;
    margin-left: 5px;
} */

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
   
}

.footer-widgets {
    margin-bottom: 2rem;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-nav {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2rem;
}

.footer-nav li {
    margin: 0;
}

.footer-nav a {
    text-decoration: none;
    color: #666;
}

.footer-nav a:hover {
    color: #8B4513;
}

.footer-tagline {
    text-align: center;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #ddd;
    color: #666;
    font-style: italic;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.skip-link {
    left: -9999px;
    position: absolute;
    top: -9999px;
}

.skip-link:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 6px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 7px;
    width: auto;
    z-index: 100000;
}

/*--------------------------------------------------------------
# Responsive Design
--------------------------------------------------------------*/

@media (max-width: 1180px) {
     .nav-links li a {
        font-size:18px; 
    }
}

@media (max-width: 900px) {
    .nav-links li a {
        font-size:15px; 
    }
}

@media (max-width: 825px) {
    .nav-links li a {
        font-size:13px; 
    }
}

@media (max-width: 768px) {

    .nav-links li a { font-size: 22px; padding:0; background: none;}

    .home .nav-links {background: rgba(0, 0, 0, 0.8)}

    /* .home .navbar { 
    position: relative;
    top: -12px;
    padding: 15px;
    border-radius: 8px;
    z-index: 100000;
    left: 62px;
} */

    .hometext {
        font-size: 21px;
        }
    .smaller {
        font-size: 18px;
        }

    .container { 
        grid-template-columns:1fr; 
    }
    
    .col-4, .col-8 { 
        grid-column:1; 
    }
    
    .col-2 { 
        width: 100%; 
        float: left; 
        margin-right: 0;
    }
    
    /* body.home { 
        font-family: Arial, sans-serif; 
        background-image: url('mobile-bg.jpg'); 
        background-size: cover; 
        background-position: center; 
        min-height: 100vh; 
        color: #fff; 
        display: flex; 
        align-items: flex-start; 
    }
    
    .home .nav-links { 
        display: none; 
        flex-direction: column; 
        background: rgba(0, 0, 0, 0.9); 
        position: absolute; 
        top: 60px; 
        left: 0; 
        width: 200px; 
        padding: 20px; 
        border-radius: 0 8px 8px 0; 
    }
    
    .home .nav-links.active { 
        display: flex; 
        left: -73px;
    }
    
    .home .burger { 
        display: flex; 
    } */
    .home .burger div {
  background-color: white !important;
}

    .nav-links { 
        display: none; 
    flex-direction: column;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 220px;
    left: 0;
    width: 100%;
    padding: 20px;
    border-radius: 0 8px 8px 0;
    /* border: 1px solid #dfdfdf; */
    height: 100%;

}

.nav-links li a { 
    font-size: 22px;
    background-color: #2e2e2e;
    padding: 10px 30px 10px 30px;
    margin-top: 0px;
     display: inline-block; 
     color: white ;
     text-decoration: none;
}
    
    
    .nav-links.active { 
                display: block;
        margin: 0;
        padding: 0;
        z-index: 10000;
    }
    
    .burger { 
        display: flex; 
    }
    
    .navbar {  
        top:0; 
        left:0; 
        right:0; 

        display:block; 
        justify-content:space-between; 
        align-items:center; 
        z-index:1000; 
        width: 100%; 
    }
    
    .logo { 
        font-size: 20px; 
        font-weight: bold; 
        color: orange; 
        margin-bottom: 15px; 
        background: url('brand.png'); 
        background-size: cover; 
        width: 340px; 
        height: 170px; 
        text-indent: -9999px; 
        display: block; 
    }
    
    .footer-content {
        flex-direction: column;
        text-align: center;
        color:white
    }
    .footer-content a {color:white}
    
    .footer-nav {
        justify-content: center;
        flex-wrap: wrap;
        gap: 1rem;
    }
}


/*--------------------------------------------------------------
# WooCommerce Extended Styles
--------------------------------------------------------------*/

/* WooCommerce Container Override */
.single-product-page .container,
.cart-page .container,
.checkout-page .container,
.myaccount-page .container {
    max-width: 1200px;
    margin: 120px auto 40px auto;
    padding: 0 20px;
    display: block; /* Override grid for WooCommerce pages */
    clear: both;
}

/* WooCommerce Content Width */
.woocommerce {
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
}

.woocommerce .woocommerce-content {
    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce .entry-content {
    margin: 0 !important;
    padding: 0 !important;
}

/* Single Product Page */
.single-product-page .woocommerce div.product {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-bottom: 2rem;
}

.single-product-page .woocommerce div.product .product-images {
    grid-column: 1;
}

.single-product-page .woocommerce div.product .summary {
    grid-column: 2;
}

.single-product-page .woocommerce div.product .woocommerce-tabs,
.single-product-page .woocommerce div.product .related,
.single-product-page .woocommerce div.product .upsells {
    grid-column: 1 / -1;
}

/* Product Title */
.single-product-page .product-title,
.woocommerce div.product .product_title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #3b523e;
}

/* Product Images */
.woocommerce div.product div.images {
    width: 100%;
    margin-bottom: 2rem;
}

.woocommerce div.product div.images img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Product Summary */
.woocommerce div.product div.summary {
    width: 100%;
}

.woocommerce div.product p.price {
    font-size: 2rem;
    font-weight: bold;
    color: #e67e22;
    margin-bottom: 1.5rem;
}

.woocommerce div.product .woocommerce-product-details__short-description {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    color: #666;
}

/* Add to Cart */
.woocommerce div.product form.cart {
    margin-bottom: 2rem;
}

.woocommerce div.product form.cart .quantity {
    margin-right: 1rem;
    display: inline-block;
}

.woocommerce div.product form.cart .quantity input {
    width: 80px;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.woocommerce div.product form.cart .single_add_to_cart_button {
    background: #e67e22;
    color: white;
    padding: 1rem 2rem ;
    font-size: 1.1rem ;
    border: none !important;
    border-radius: 4px ;
    cursor: pointer !important;
}

.woocommerce div.product form.cart .single_add_to_cart_button:hover {
    background: #d35400 !important;
}

/* Cart Page */
.cart-page .woocommerce-cart {
    width: 100%;
}

.woocommerce table.shop_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2rem;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    padding: 1rem;
    border: 1px solid #ddd;
    text-align: left;
}

.woocommerce table.shop_table th {
    background: #f5f5f5;
    font-weight: bold;
}

.woocommerce .cart-collaterals {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 2rem;
    margin-top: 2rem;
}

.woocommerce .cart_totals {
    background: #f9f9f9;
    padding: 1.5rem;
    border-radius: 8px;
}

.woocommerce .cart_totals h2 {
    margin-top: 0;
    color: #3b523e;
}

/* Checkout Page */
.checkout-page .woocommerce-checkout {
    width: 100%;
}

.woocommerce .col2-set {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
    width: 100%;
}

.woocommerce-checkout .woocommerce-checkout-review-order {
    background: #f9f9f9;
    padding: 1.5rem;
    border-radius: 8px;
}

/* Form Elements */
.woocommerce form .form-row {
    margin-bottom: 1rem;
}

.woocommerce form .form-row-wide {
    width: 100%;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last {
    width: 48%;
    display: inline-block;
}

.woocommerce form .form-row-first {
    margin-right: 4%;
}

.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="tel"],
.woocommerce input[type="password"],
.woocommerce select,
.woocommerce textarea {
    width: 100% !important;
    padding: 0.75rem !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    font-size: 1rem !important;
    box-sizing: border-box !important;
}

/* Buttons */
.woocommerce button,
.woocommerce input[type="submit"],
.woocommerce .button,
.woocommerce a.button {
    background: #e67e22 ;
    color: white ;
    padding: 0.75rem 1.5rem;
    border: none !important;
    border-radius: 4px ;
    cursor: pointer !important;
    font-size: 1rem ;
    text-decoration: underline;
    display: inline-block ;
    transition: background 0.3s ease !important;
    line-height: 1.4 !important;
}

.woocommerce button:hover,
.woocommerce input[type="submit"]:hover,
.woocommerce .button:hover,
.woocommerce a.button:hover {
    background: #d35400 !important;
}

.woocommerce .checkout-button {
    font-size: 1.2rem !important;
    padding: 1rem 2rem !important;
}

/* My Account Page */
.myaccount-page .woocommerce-MyAccount-navigation {
    background: #f9f9f9;
    padding: 1.5rem;
    border-radius: 8px;
    margin-bottom: 2rem;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.woocommerce-MyAccount-navigation li {
    margin: 0;
}

.woocommerce-MyAccount-navigation a {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background: white;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
}

.woocommerce-MyAccount-navigation a:hover,
.woocommerce-MyAccount-navigation .is-active a {
    background: #e67e22;
    color: white;
    border-color: #e67e22;
}

.woocommerce-MyAccount-content {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    border: 1px solid #ddd;
}

/* Shop/Archive Pages */
.woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    list-style: none;
    padding: 0;
    margin: 2rem 0;
}

.woocommerce ul.products li.product {
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.woocommerce ul.products li.product a {
    text-decoration: none;
    color: inherit;
}

.woocommerce ul.products li.product img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding: 1rem;
    margin: 0;
    font-size: 1.2rem;
    color: #3b523e;
}

.woocommerce ul.products li.product .price {
    padding: 0 1rem 1rem;
    font-weight: bold;
    color: #e67e22;
}

/* Product Categories Navigation Override */
.content .nav-links a.espresso {
    color: #43ad6d !important;
}

.content .nav-links a.filter {
    color: #d1a006 !important;
}

.content .nav-links a.french {
    color: #f2065f !important;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {width: 100% !important;}

#add_payment_method .cart-collaterals .cart_totals table, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table {border:none !important;}

.espressobg {background-color:#3b523e !important; text-decoration: underline !important;text-decoration-thickness: 1px !important; } /* green */
.filterbg {background-color: #ffc200 !important; text-decoration: underline !important; text-decoration-thickness: 1px !important;} /* red */
.frenchpressbg {background-color: #f2065f !important; text-decoration: underline !important; text-decoration-thickness: 1px !important;} /* red */

.french { color: #f2065f !important } /* blue */
/* Hamburger */

/* Responsive WooCommerce */
@media (max-width: 768px) {

    .hero-illustration {
  max-width: 70% !important;
  margin: 0 auto;
  display: block;
}

    .page-content.woocommerce-cart-content {
  margin: 20px 0 0 0;
}

    .home-content {
padding: 8%;
    font-size: 32px;
    width: 80%;
    background:rgba(224, 23, 117, 0.8);
    position: absolute;
    left: 45px;
    top: 245px;
    font-weight: 100;
}

.navbar {margin-bottom: 20px}
.home .navbar {padding-left: 16px !important;}

.container.woocommerce-container {
  padding-top: 20px;
}


    .woocommerce-page .container,
    .single-product-page .container,
    .cart-page .container,
    .checkout-page .container,
    .myaccount-page .container {
        margin: 200px auto 40px auto;
        padding: 0 15px;
    }
    
    .single-product-page .woocommerce div.product {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .woocommerce .col2-set {
        grid-template-columns: 1fr;
    }
    
    .woocommerce .cart-collaterals {
        grid-template-columns: 1fr;
    }
    
    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last {
        width: 100%;
        margin-right: 0;
    }
    
    .woocommerce-MyAccount-navigation ul {
        flex-direction: column;
    }
    
    .woocommerce-MyAccount-navigation a {
        text-align: center;
    }
    
    .woocommerce-MyAccount-content {
        padding: 1rem;
    }
    
    .woocommerce ul.products {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}