/*
/*
Theme Name: Sinatra Child
Template: sinatra
 Author:       NJ Technos
 Description:  Custom Sinatra child theme with FreeMan, Zeyada & Founders Grotesk Condensed fonts.
 Version:      1.0.0
*/

/* -------------------------------------- */
/* --- Google Fonts (FreeMan, Zeyada, Founders Grotesk Condensed) --- */
/* -------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Freehand&family=Zeyada&family=Founders+Grotesk+Condensed:wght@300;400;500;600;700&display=swap');

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

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Founders Grotesk Condensed', sans-serif;
  background-color: #fff3e8;
}



p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
/* -------------------------------------- */
/* --- Headings Typography --- */
/* -------------------------------------- */

h1 {
  font-family: 'Freehand', cursive;
}

h2, h3, h4, h5, h6 {
  font-family: 'Founders Grotesk Condensed', sans-serif;
}
h4{
     font-weight: 600!important;
    color: #b91c1c !important;
}
/* -------------------------------------- */
/* --- Decorative Elements / Signature Style --- */
/* -------------------------------------- */

.signature-text {
  font-family: 'Zeyada', cursive;
}



/* -------------------------------------- */
/* --- Add your custom CSS below --- */
/* -------------------------------------- */

/* ================================
   SHOP CARD DESIGN
================================ */



.woocommerce-shop, .woocommerce-page {
    background-color: #fff;
}

.woocommerce ul.products li.product {
    background: #fff;
    border-radius: 22px;
    padding: 15px;
    box-shadow: 0 18px 40px rgba(0,0,0,.08);
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: .35s ease;
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-6px);
}

/* Image */
.si-product-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    height: 260px;
}

.si-product-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s ease;
}

.woocommerce ul.products li.product:hover img {
    transform: scale(1.06);
}

/* Meta */
.meta-wrap {
    text-align: center;
    margin-top: auto;
    /*padding-top: 16px;*/
}

.woocommerce-loop-product__title {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.45;
}
/* ================================
   SHOP COLORS (FORCE OVERRIDE)
================================ */

.si-btn {
    font-size: 18px !important;
    background-color: transparent !important;
    color: #ec242b !important;
    font-weight: 700 !important;
    border: 2px solid #ec242b !important;
    border-radius: 30px;
    padding: 12px 28px;
    transition: all 0.3s ease;
}

/* si-btn hover */
.si-btn:hover,
.si-btn:focus {
    background-color: #ec242b !important;
    color: #ffffff !important;
    border-color: #ec242b !important;
}
.site-main .woocommerce button.button,
.site-main .woocommerce a.button,
.site-main .woocommerce input.button {
    background: #821d1a !important;
    color: #ffffff !important;
    border: 2px solid #821d1a !important;
    border-radius: 0 !important;
    margin-top: 20px !important;
    padding: 12px 24px;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

/* HOVER STATE */
.site-main .woocommerce button.button:hover,
.site-main .woocommerce a.button:hover,
.site-main .woocommerce input.button:hover,
.site-main .woocommerce button.button:focus,
.site-main .woocommerce a.button:focus,
.site-main .woocommerce input.button:focus {
    background: transparent !important;
    color: #821d1a !important;
    border-color: #821d1a !important;
}



/* PRICE */
.woocommerce ul.products li.product .price, .woocommerce ul.products li.product .price bdi, .woocommerce ul.products li.product .price span, .woocommerce ul.products li.product .price ins {
    font-family: cursive;
    font-size: 18px!important;
    color: #821d1a !important;
    font-weight: 600 !important;
}

.woocommerce ul.products li.product .price del {
    color: #9a9a9a !important;
}

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
    font-weight: 700 !important;
    margin-bottom: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link h2 {
    margin: 20px 5px;
    line-height: 30px !important;
    font-size: 18px !important;
    font-family: sans-serif !important;
    font-style: inherit !important;
    font-weight: 600 !important;
}
.si-container, .alignfull.si-wrap-content > div {
    max-width: 100% !important;
}

.woocommerce div.product .related.products>h2, .woocommerce div.product .upsells>h2 {
    text-transform:UPPERCASE;
    font-weight: 800;
    color: #821d1a;
    /*font-family: cursive;*/
    margin-top: 50px;
    margin-bottom: 1.5em;
    text-align: center;
}


/* ================================
   WOOCOMMERCE PRODUCT TABS
   Active tab color
================================ */

/* Tab text default */
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #333;
    font-weight: 600;
}

/* ACTIVE tab */
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a span {
    color: #821d1a !important;
    font-weight: 700;
    font-size:18px !important;
}

/* =================================
   SINGLE PRODUCT – SUMMARY STYLE
================================= */

/* Wrapper spacing */
.single-product .entry-summary {
    padding: 10px 0;
}

/* Product title */
.single-product .entry-summary .product_title {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 12px;
    color: #1f1f1f;
}

/* Price */
.single-product .entry-summary .price,
.single-product .entry-summary .price bdi,
.single-product .entry-summary .price span {
    font-size: 26px;
    font-weight: 800;
    color: #821d1a !important;
    margin-bottom: 18px;
font-family: cursive;
    
}

/* Quantity wrapper */
.single-product form.cart .quantity {
    display: inline-flex;
    align-items: center;
    border: 2px solid #958c8c;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 16px;
    height: 45px;
}

/* Quantity input */
.single-product form.cart .quantity input.qty {
        background: #c3bcbc;
    width: 50px;
    border: none;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    outline: none;
}

/* Plus / minus buttons */
.single-product .si-woo-minus,
.single-product .si-woo-plus {
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f7f7;
    color: #821d1a;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s ease;
}


/* Add to cart button */
.single-product .single_add_to_cart_button {
    background-color: #821d1a !important;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 800;
    padding: 14px 34px;
    border-radius: 12px;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    transition: background 0.3s ease;
}

/* Button hover */
.single-product .single_add_to_cart_button:hover {
    background-color: #6f1715 !important;
}

/* Cart form alignment */
.single-product form.cart {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

/* Product meta (category) */
.single-product .product_meta {
    font-size: 14px;
    color: #555;
}

.single-product .product_meta a {
    color: #821d1a;
    font-weight: 600;
    text-decoration: none;
}

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

/* Mobile adjustments */
@media (max-width: 768px) {
    .single-product .entry-summary .product_title {
        font-size: 22px;
    }

    .single-product .entry-summary .price {
        font-size: 22px;
    }

    .single-product form.cart {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }

    .single-product .single_add_to_cart_button {
        width: 100%;
        text-align: center;
    }
}

.woocommerce div.product h1.product_title {
    font-family: inter;
    font-size: 1.875rem;
    line-height: 1.25;
}

.woocommerce div.product .product_meta>span {
    display: block;
    color: black;
    font-weight: 600;
}

/* Cart & checkout visibility fix */
.woocommerce-cart .site-main,
.woocommerce-checkout .site-main {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* =====================================
   WOOCOMMERCE CART – BLOCK STYLE
===================================== */

/* Page background */
.woocommerce-cart .site-main {
    background: #efe4e4;
}

/* Cart wrapper */
.wc-block-cart {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
}

/* Cart table */
.wc-block-cart-items {
    background: #ffffff;
    border-radius: 18px;
    padding: 20px;
}

/* Header row */
.wc-block-cart-items__header th {
    font-size: 14px;
    font-weight: 700;
    color: #333;
}

/* Product name */
.wc-block-components-product-name {
    font-size: 16px;
    font-weight: 700;
    color: #1f1f1f;
    text-decoration: none;
}

.wc-block-components-product-name:hover {
    color: #821d1a;
}

/* Price */
.wc-block-components-product-price__value,
.wc-block-components-totals-item__value {
    color: #821d1a;
    font-weight: 800;
}

/* Quantity box */
.wc-block-components-quantity-selector {
    border: 2px solid #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
}

.wc-block-components-quantity-selector__input {
    border: none;
    width: 60px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.wc-block-components-quantity-selector__button {
    background: #f7f7f7;
    color: #821d1a;
    font-size: 18px;
    font-weight: 700;
}

.wc-block-components-quantity-selector__button:hover {
    background: #efe4e4;
}

/* Remove item */
.wc-block-cart-item__remove-link {
    color: #821d1a;
    font-weight: 600;
    margin-top: 8px;
}

.wc-block-cart-item__remove-link:hover {
    text-decoration: underline;
}

/* Sidebar (cart totals) */
.wc-block-cart__sidebar {
    background: #ffffff;
    border-radius: 18px;
    padding: 24px;
}

/* Cart totals title */
.wc-block-cart__totals-title {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 16px;
}

/* Proceed to checkout */
.wc-block-cart__submit-button {
    background: #821d1a !important;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 700;
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.wc-block-cart__submit-button:hover {
    background: #6f1715 !important;
}

/* Sticky checkout bar background */
.wc-block-cart__submit-container--sticky {
    background: #efe4e4 !important;
}

/* Coupon panel */
.wc-block-components-panel__button {
    font-weight: 700;
    color: #821d1a;
}

/* Mobile fixes */
@media (max-width: 768px) {

    .wc-block-cart {
        padding: 20px 12px;
    }

    .wc-block-cart-items,
    .wc-block-cart__sidebar {
        border-radius: 14px;
        padding: 16px;
    }

    .wc-block-cart__submit-button {
        width: 100%;
        font-size: 15px;
    }
}

.wc-block-components-product-metadata__description {
    display:none;
}


/* Cart table header background */
.wc-block-cart-items__header {
    background-color: #821d1a !important;
}

/* Header text color */
.wc-block-cart-items__header th {
    color: #ffffff !important;
    font-weight: 700;
}
.wc-block-cart-items__header-product {
    visibility:visible !important;
}

@media (max-width: 768px) {
    .wc-block-cart-item__image img {
        width: 80px !important;
    }

    .wc-block-components-product-name {
        font-size: 16px !important;
    }
}

/* Cart table header background */
.wc-block-cart-items__header {
    background-color: #821d1a !important;
}

/* Header text color */
.wc-block-cart-items__header th {
    color: #ffffff !important;
    font-weight: 700;
}

/* FULL WIDTH BACKGROUND */
.snacking-compare-section {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    background: #e58b8954;
    padding: 10px 0 70px;
}

/* INNER CONTENT */
.snacking-compare-section .inner-wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
}
.woocommerce div.product .related.products>h2, .woocommerce div.product .upsells>h2 {
    margin-top: 0!important;
}

.snacking-compare-heading {
    margin-top: 0px!important;
    text-align: center;
    color: #821d1a;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 45px;
}

/* Outer card */
.snacking-compare-card {
    border: 4px solid #b91c1c;
    border-radius: 25px;
    overflow: hidden;
    background: #fff;
}

/* Top header */
.snacking-compare-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #b91c1c;
    color: #fff;
    font-weight: 800;
    font-size: 26px;
    text-align: center;
    padding: 16px 0;
}

/* Body */
.snacking-compare-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 30px 35px;
    gap: 40px;
}

/* List */
.compare-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce div.product .entry-summary p {
    font-weight: 500;
    font-family: 'Inter';
    margin-top: .9375rem;
    margin-bottom: .9375rem;
}

li.a-spacing-mini {
    font-family: 'Inter';
    font-weight: 500;
    padding: 7px;
}

.compare-list li {
    font-family: 'Inter';
    display: flex;
    gap: 12px;
    align-items: flex-start;
    font-size: 16px;
    color: #2b2b2b;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 2px dashed #b91c1c;
    font-weight: 500;
}

/* Icons */
.icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    flex-shrink: 0;
}

.icon.cross {
    background: #e53935;
    color: #fff;
}

.icon.check {
    background: #43a047;
    color: #fff;
}

/* Mobile – keep table layout */
@media (max-width: 768px) {
    
    .snacking-compare-section{
        padding:10px 0 60px;
    }
    .snacking-compare-header,
    .snacking-compare-body {
        grid-template-columns: 1fr 1fr; /* KEEP 2 COLUMNS */
    }

    .snacking-compare-header {
        font-size: 18px;
    }

    .snacking-compare-body {
        padding: 20px;
        gap: 20px;
    }

    .compare-list li {
        font-size: 14px;
        text-align: left;
    }
}



.woocommerce ul.products li.product .si-loop-product__category-wrap a {
    font-size: 18px !important;
    font-family: cursive;
    color: #821d1a !important;
    line-height: inherit;
    font-weight: 500;
}

@media (max-width: 768px) {
    .woocommerce ul.products li.product .si-loop-product__category-wrap a {
        font-size: 22px !important;
        font-weight: 700 !important;
    }
    
    
}

/* Always show Add to Cart button */
.woocommerce ul.products li.product .si-product-thumb .si-btn {
    transform: none !important;
    bottom: 30px;
    left: 12px;
    right: 12px;
    opacity: 1 !important;
    width: auto;
    transition: none !important;
}

/* Disable hover animation completely */
.woocommerce ul.products li.product:hover .si-btn {
    transform: none !important;
    opacity: 1 !important;
    transition: none !important;
}

 .woocommerce ul.products li.product a.si-btn {
    position: relative!important;
    z-index: 2;
    padding: 12px 45px!important;
    transition-delay: .25s !important;
    border-radius: 50px !important;
    margin-top:20px!important;
}


.si-product-thumb > .button,
.si-product-thumb > a.button,
.si-product-thumb .add_to_cart_button {
    display: none !important;
}

/* ✅ SIRF NICHE WALA BUTTON DIKHE */
.meta-wrap .button {
    display: inline-block !important;
}

.woocommerce ul.products li.product .meta-wrap>:last-child {
    margin-bottom: 20px!important;
}


#sinatra-header-inner .sinatra-nav > ul > li.current-menu-item > a, #sinatra-header-inner .sinatra-nav > ul > li.current-menu-ancestor > a {
    
    color:#fecb3d !important;
}

#sinatra-header-inner .sinatra-nav > ul > li > a:hover, #sinatra-header-inner .sinatra-nav > ul > li.menu-item-has-children:hover > a {
    color:#fecb3d !important;
}

.wc-block-components-totals-wrapper {
    border-top: 1px solid hsla(0, 0%, 7%, .11);
    padding: 15px! important;
}

.wc-block-cart .wc-block-cart__submit-container {
padding: 15px! important;
    
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name {
    font-size: 15px !important;
    font-weight: 600;
    margin: 0px;
    color:#1c1c1c;
}

    .wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
        font-weight: 600;
        font-size: 17px;
        color: white;
        border: none;
        background: #821d1a;
        width: 60%;
    }

#sinatra-header-inner {
    background: #821d1a! important;
}

#sinatra-header, .si-header-widgets a:not(.si-btn), .sinatra-logo a, .si-hamburger {
    color: #ffffff! important;
}


/* Add Quantity text above quantity box */
.single-product form.cart .quantity::before {
    content: "Quantity";
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 7px;
    color: #000;
}


.woocommerce ul.products {
    margin-top: 0;
    margin-bottom: 0;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 28% !important;
    }
}


@media (min-width: 1270px) {
    .hamburger-box {
        display: none !important;
    }
}

#sinatra-header-inner .sinatra-nav>ul>li {
    margin-left: 15px !important;
}

#sinatra-header-inner>.si-container {
    padding: 0 20px !important;
}