/* ============================================
   THEME VARIABLES
   Primary: #5e0a0c (Maroon)
   Secondary: #275428 (Green)
   ============================================ */

/* ============================================
   RESET & BASE
   ============================================ */
   
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;1,700&family=Montserrat:wght@500;600&family=Lora:wght@400;500&family=Lato:wght@700&display=swap');   
   
   
* { outline: none !important; box-sizing: border-box; }
body { margin: 0; -ms-word-wrap: break-word; word-wrap: break-word; overflow-x: hidden; background-color: #fff; }



html, body,
p, span, div, a, li,
h1, h2, h3, h4, h5, h6,
button, input, textarea, select {
    font-family: 'Playfair Display', serif !important;
}


body, p{
    color: #1A1A1A !important;
}


/* ============================================
   TYPOGRAPHY
   ============================================ */


h1, h2, .entry-title {
    font-family: 'Playfair Display', serif !important;
    font-weight: 300;
    letter-spacing: -0.5px;
    color: #1A1A1A; /* Dark charcoal for premium look */
}

h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

p, li, div {
    font-family: 'Lora', serif !important;
    line-height: 1.8; /* Increased line height for airy feel */
    color: #1A1A1A;
}

button, .button, .nav-menu {
    font-family: 'Lato', sans-serif !important;
    font-weight: 700;
    letter-spacing: 0.5px;
	color: #ffffff;
}


h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: 300; }
h1, .alpha { font-size: 2.617924em; line-height: 1.214; letter-spacing: -1px; }
h2, .beta { font-size: 2em; line-height: 1.214; }
h3, .gamma { font-size: 1.618em; }
h4, .delta { font-size: 1.41575em; }
p { margin: 0 0 1.41575em; }
a { color: #2c2d33; text-decoration: none; }
small { font-size: 75%; }
big { font-size: 125%; }
strong, b { font-weight: 600; }






/* ============================================
   PAGE CONTENT
   ============================================ */
body.page #primary,
body.page .site-main,
body.page .entry-content { max-width: 100%; padding: 0; margin: 0; }
body.page .entry-content > *:first-child { margin-top: 0; }
body.page .entry-content > *:last-child,
.entry-content > *:last-child { margin-bottom: 0; }
body.page .site-main > article { margin: 0; padding: 0; }
body.page section { width: 100%; }
body.page .entry-content p { margin: 0; }
.site-main { padding: 0; margin-bottom: 2.617924em; }
.entry-content { margin: 0; }
.content-area { background: #fff; }

/* ============================================
   PAGE TITLE BANNER
   ============================================ */
.page-title { position: relative; overflow: hidden; }

.page-title .paralaximg {
    position: relative;
    min-height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page-title .paralaximg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
    z-index: 1;
}

.page-title .content {
    position: absolute;
    top: 50%;
    left: 0; right: 0;
    transform: translateY(-50%);
    z-index: 2;
    text-align: center;
}

.page-title .title {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    text-transform: capitalize;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.page-title .breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    list-style: none;
    padding: 0; margin: 0;
    font-size: 14px;
}

.page-title .breadcrumb li { color: rgba(255,255,255,0.9); }
.page-title .breadcrumb li a { color: #fff; text-decoration: none; transition: opacity 0.3s; }
.page-title .breadcrumb li a:hover { opacity: 0.8; text-decoration: underline; }

.page-title .breadcrumb li:not(:last-child)::after {
    content: '';
    display: inline-block;
    width: 4px; height: 4px;
    background: rgba(255,255,255,0.6);
    border-radius: 50%;
    margin-left: 8px;
    vertical-align: middle;
}

.archive-description { color: rgba(255,255,255,0.9); max-width: 800px; margin: 0 auto; }
.archive-description p { margin: 0; line-height: 1.6; }

/* ============================================
   WOOCOMMERCE PAGE TITLES
   ============================================ */
.woocommerce-cart .entry-title,
.woocommerce-checkout .entry-title,
.woocommerce-account .entry-title { display: none; }

/* ============================================
   LAYOUT HELPERS
   ============================================ */
.flat-spacing { padding: 80px 0; }
.flat-spacing-2 { padding: 80px 0; }
.flat-spacing-8 { padding: 80px 0; }
.pb-0 { padding-bottom: 0 !important; }
.mb_11 { margin-bottom: 11px; }
.mb_40 { margin-bottom: 40px; }
.text-center { text-align: center; }
.justify-center { justify-content: center; }
.order-lg-1 { order: 1; }
.order-lg-2 { order: 2; }
.wow { visibility: hidden; }

/* ============================================
   HEADING SECTION
   ============================================ */
.heading-section h1 { font-size: 48px; font-weight: 700; color: #1a1a1a; line-height: 1.3; margin-bottom: 20px; }
.heading-section h2 { font-size: 40px; font-weight: 700; color: #1a1a1a; line-height: 1.3; margin-bottom: 20px; }
.heading-section h3 { font-size: 32px; font-weight: 700; color: #5e0a0c; line-height: 1.3; margin-bottom: 20px; }
.heading-section h4 { font-size: 24px; font-weight: 600; margin-bottom: 15px; }
.text-body-1 { font-size: 16px; line-height: 1.8; margin-bottom: 15px; }
.text-body-default { font-size: 15px; }
.text_secondary { color: #666; }

/* ============================================
   ICON BOX (Benefits Section)
   ============================================ */
.tf-box-icon {
    text-align: center;
    padding: 30px 20px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e5e5e5;
    transition: all 0.3s;
    height: 100%;
}

.tf-box-icon:hover {
    box-shadow: 0 10px 30px rgba(94,10,12,0.12);
    transform: translateY(-5px);
    border-color: #5e0a0c;
}

.tf-box-icon .icon {
    width: 70px; height: 70px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(94,10,12,0.08);
    border-radius: 50%;
    font-size: 32px;
    color: #5e0a0c;
    transition: all 0.3s;
}

.tf-box-icon:hover .icon { background: #1b4d3e; color: #fff; }
.tf-box-icon .content h5 { font-size: 18px; font-weight: 600; margin-bottom: 10px; color: #1a1a1a; }
.tf-box-icon .content p { font-size: 14px; color: #666; margin: 0; line-height: 1.6; }

/* ============================================
   ABOUT / MAIN CONTENT
   ============================================ */
.img-wrap { margin: 40px 0; border-radius: 12px; overflow: hidden; }
.img-wrap img, .img-style img { width: 100%; height: auto; display: block; }
.img-style { border-radius: 12px; overflow: hidden; }
.box-about { padding-left: 30px; }

.main-content { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 40px; }
.main-content .left,
.main-content .right { padding: 40px; background: #f9f9f9; border-radius: 12px; transition: transform 0.3s, box-shadow 0.3s; }
.main-content .left:hover,
.main-content .right:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
.main-content h3 { font-size: 24px; font-weight: 600; margin-bottom: 15px; color: #1a1a1a; }

.benefit-item { display: flex; gap: 20px; margin-bottom: 30px; align-items: flex-start; }
.benefit-item .icon {
    flex-shrink: 0;
    width: 60px; height: 60px;
    display: flex; align-items: center; justify-content: center;
    background: rgba(94,10,12,0.08);
    border-radius: 50%;
    font-size: 28px;
    color: #5e0a0c;
    transition: all 0.3s;
}
.benefit-item:hover .icon { background: #1b4d3e; color: #fff; transform: scale(1.1); }
.benefit-item .content h4 { font-size: 20px; font-weight: 600; margin-bottom: 10px; color: #1a1a1a; }
.benefit-item .content p { margin: 0; line-height: 1.7; }

/* ============================================
   MOOD / MEGA MENU
   ============================================ */
.tea-mood-section { background: #fff; border-radius: 8px; }
.tea-mood-section h6 { color: #5e0a0c; text-transform: uppercase; letter-spacing: 1px; font-size: 0.9rem;}
.tea-mood-section p { font-size: 0.75rem; line-height: 1.2; }
.tea-mood-section hr { border-color: rgba(94,10,12,0.1); }
.tea-mood-section img { max-width: 45px; height: auto; cursor: pointer; transition: transform 0.2s; }
.tea-mood-section img:hover { transform: scale(1.1); }

.mood-item-link,
.looking-item-link { text-decoration: none; transition: all 0.3s ease; padding: 10px; border-radius: 8px; display: block; }
.mood-item-link:hover,
.looking-item-link:hover { background: rgba(94,10,12,0.05); transform: translateY(-3px); }
.mood-item-link img,
.looking-item-link img { width: 60px; height: 60px; object-fit: contain; transition: transform 0.3s ease; display: inline-block; }
.mood-item-link:hover img,
.looking-item-link:hover img { transform: scale(1.1); }
.mood-item-link p,
.looking-item-link p { color: #666; margin: 0; font-size: 0.85rem; transition: color 0.3s ease; }
.mood-item-link:hover p,
.looking-item-link:hover p { color: #5e0a0c; }

.mood-icon-circle { transition: all 0.3s ease; }
.mood-item:hover .mood-icon-circle { transform: scale(1.1); border: 2px solid #5e0a0c !important; }
.category-item a:hover p { color: #5e0a0c !important; }

/* ============================================
   WELLNESS HIGHLIGHTS SECTION
   ============================================ */
#wellness_highlights_section {
    background: #f1f8f5;
    position: relative;
    overflow: hidden;
}

#wellness_highlights_section .heading-section h3 {
	color: #5e0a0c;
	font-size: 32px;
}
#wellness_highlights_section .heading-section p { color: #275428; font-size: 1.1rem; }

#wellness_highlights_section .wellness-content {
    background: #fff;
    border-radius: 20px;
    padding: 28px 40px;
    box-shadow: 0 10px 40px rgba(94,10,12,0.08);
    border-top: 4px solid #5e0a0c;
}

#wellness_highlights_section .wellness-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 15px; }

#wellness_highlights_section .wellness-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 10px;
	background: rgba(94,10,12,0.02);
	border-radius: 12px;
	border-left: 4px solid #5e0a0c;
	transition: all 0.3s ease;
}

#wellness_highlights_section .wellness-item:hover {
    background: rgba(94,10,12,0.05);
    transform: translateX(10px);
    box-shadow: 0 5px 20px rgba(94,10,12,0.1);
}

#wellness_highlights_section .wellness-icon {
    flex-shrink: 0;
    width: 25px; height: 25px;
    background: #1b4d3e;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    transition: all 0.3s ease;
}

#wellness_highlights_section .wellness-item:hover .wellness-icon { transform: rotate(360deg) scale(1.1); }
#wellness_highlights_section .wellness-icon svg { color: white; width: 16px; height: 16px; }
#wellness_highlights_section .wellness-text { flex: 1; color: #333; font-size: 13px; line-height: 1.8; font-weight: 500; }
#wellness_highlights_section .wellness-text strong { color: #5e0a0c; font-weight: 700; }

/* ============================================
   PRODUCT INGREDIENTS SECTION
   ============================================ */
#product_ingredian_section { background: #f1f8f5; }
#product_ingredian_section .heading-section h3 { color: #5e0a0c; }
#product_ingredian_section .heading-section p { color: #275428; }
#product_ingredian_section .article-thumb { border: 2px solid transparent; transition: all 0.3s ease; }
#product_ingredian_section .article-thumb:hover { border-color: #5e0a0c; box-shadow: 0 5px 20px rgba(94,10,12,0.15); }
#product_ingredian_section .ingredient-name { color: #5e0a0c; font-weight: 600; }
#product_ingredian_section .blog-article-item:hover .ingredient-name { color: #275428; transition: color 0.3s ease; }
#product_ingredian_section .swiper-pagination-bullet { background: #275428; opacity: 0.3; }
#product_ingredian_section .swiper-pagination-bullet-active { opacity: 1; background: #1b4d3e; }

/* ============================================
   HOW TO BREW SECTION
   ============================================ */
.how-to-brew-section { position: relative; overflow: hidden; }

.brewing-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(94,10,12,0.2);
    transition: transform 0.3s ease;
    height: 100%;
}

.brewing-image-wrapper:hover { transform: translateY(-10px); }
.brewing-image-wrapper img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform 0.5s ease; }
.brewing-image-wrapper:hover img { transform: scale(1.05); }

.brewing-content { padding: 20px; }

.brewing-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #5e0a0c;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.brewing-title::after {
    content: '';
    position: absolute;
    bottom: -10px; left: 0;
    width: 60px; height: 4px;
    background: #1b4d3e;
    border-radius: 2px;
}

.instruction-heading {
    font-size: 1.5rem;
    font-weight: 600;
    color: #5e0a0c;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(94,10,12,0.15);
    display: flex;
    align-items: center;
    gap: 10px;
}

.emoji-icon { font-size: 1.8rem; }

.brewing-instructions { margin-bottom: 40px; }
.brewing-instructions:last-child { margin-bottom: 0; }

.steps-container { display: flex; flex-direction: column; gap: 20px; }

.brew-step {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(94,10,12,0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.brew-step::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 4px; height: 100%;
    background: #1b4d3e;
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.brew-step:hover { transform: translateX(10px); box-shadow: 0 8px 25px rgba(94,10,12,0.15); }
.brew-step:hover::before { transform: scaleY(1); }

.step-icon {
    font-size: 20px;
    min-width: 35px; height: 35px;
    display: flex; align-items: center; justify-content: center;
    background: #1b4d3e;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(94,10,12,0.3);
    flex-shrink: 0;
}

.step-content { flex: 1; }
.step-content h4 { font-size: 1.1rem; font-weight: 600; color: #5e0a0c; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 1px; }
.step-content p { font-size: 1rem; color: #5a6c7d; margin: 0; line-height: 1.6; }

.temp-range {
    display: inline-block;
    padding: 4px 12px;
    background: #f1f8f5;
    border-radius: 20px;
    font-size: 0.9rem;
    color: #5e0a0c;
    font-weight: 600;
    margin-top: 5px;
    border: 1px solid #5e0a0c;
}

/* ============================================
   FAQ SECTION
   ============================================ */
#product_faq_section { background: #f1f8f5; }
#product_faq_section .heading-section h3 { color: #5e0a0c; font-weight: 700; }
#product_faq_section .heading-section p { color: #275428; }
#product_faq_section .accordion-product-item { border: 1px solid rgba(94,10,12,0.1); transition: all 0.3s ease; }
#product_faq_section .accordion-product-item:hover { border-color: #5e0a0c; box-shadow: 0 3px 15px rgba(94,10,12,0.1); }
#product_faq_section .accordion-title h6 { color: #5e0a0c; transition: color 0.3s ease; }
#product_faq_section .accordion-title:hover h6 { color: #275428; }
#product_faq_section .accordion-title i { color: #275428; }
#product_faq_section .accordion-title:not(.collapsed) i { color: #5e0a0c; }
#product_faq_section .accordion-faqs-content { background: rgba(255,255,255,0.5); border-left: 3px solid #5e0a0c; padding: 20px; }
#product_faq_section .accordion-title:not(.collapsed) { background: rgba(94,10,12,0.03); padding: 6px 20px; padding-top: 20px; }

/* ============================================
   RELATED PRODUCTS SECTION
   ============================================ */
#related_products_section { background: #f1f8f5; }
#related_products_section .heading-section h3 { color: #5e0a0c; font-weight: 700; }
#related_products_section .heading-section p { color: #275428; }

#related_products_section .card-product {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

#related_products_section .card-product:hover { box-shadow: 0 8px 25px rgba(94,10,12,0.15); transform: translateY(-5px); }

#related_products_section .image-wrap { position: relative; display: block; overflow: hidden; aspect-ratio: 1/1; }
#related_products_section .img-product,
#related_products_section .img-hover { width: 100%; height: 100%; object-fit: cover; transition: opacity 0.3s ease, transform 0.3s ease; }
#related_products_section .img-hover { position: absolute; top: 0; left: 0; opacity: 0; }
#related_products_section .card-product:hover .img-hover { opacity: 1; }
#related_products_section .card-product:hover .img-product { transform: scale(1.05); }

#related_products_section .on-sale-wrap { position: absolute; top: 12px; left: 12px; z-index: 2; }
#related_products_section .on-sale-item { background: #1b4d3e; color: #fff; padding: 6px 10px; border-radius: 20px; font-size: 12px; font-weight: 700; display: inline-block; }

#related_products_section .list-product-btn { position: absolute; top: 12px; right: 12px; z-index: 2; opacity: 0; transition: opacity 0.3s ease; }
#related_products_section .card-product:hover .list-product-btn { opacity: 1; }

#related_products_section .list-btn-main {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 15px;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 100%);
    transform: translateY(100%);
    transition: transform 0.3s ease;
}
#related_products_section .card-product:hover .list-btn-main { transform: translateY(0); }

#related_products_section .btn-main-product {
    display: block;
    width: 100%;
    padding: 10px 20px;
    background: #1b4d3e;
    color: #fff;
    text-align: center;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}
#related_products_section .btn-main-product:hover { background: #275428; color: #fff; }

#related_products_section .card-product-info { padding: 15px; text-align: center; }
#related_products_section .card-product-info .title { color: #5e0a0c; font-weight: 600; font-size: 1rem; text-decoration: none; display: block; margin-bottom: 8px; transition: color 0.3s ease; }
#related_products_section .card-product-info .title:hover { color: #275428; }
#related_products_section .price { color: #275428; font-weight: 700; font-size: 1.1rem; }
#related_products_section .price del { color: #999; font-weight: 400; margin-right: 8px; font-size: 0.9rem; }
#related_products_section .price ins { text-decoration: none; }

#related_products_section .swiper-pagination-bullet { background: #275428; opacity: 0.3; width: 10px; height: 10px; }
#related_products_section .swiper-pagination-bullet-active { opacity: 1; background: #1b4d3e; width: 30px; border-radius: 5px; }

/* ============================================
   PRODUCT DESCRIPTION SECTION
   ============================================ */
/* #product_description_section { background: #f1f8f5; } */

#product_description_section .product-description-wrap {
    background: #fff;
    border-radius: 20px;
    padding: 1px 40px;
    box-shadow: 0 10px 40px rgba(94,10,12,0.08);
    border-top: 4px solid #5e0a0c;
}

#product_description_section .description-block { position: relative; }

#product_description_section .description-title {
    color: #5e0a0c;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(94,10,12,0.1);
}

#product_description_section .icon-wrapper {
    font-size: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px; height: 40px;
    background: #1b4d3e;
    border-radius: 50%;
    flex-shrink: 0;
}

#product_description_section .styled-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 15px; }

#product_description_section .styled-list li {
    position: relative;
    padding-left: 40px;
    color: #333;
    font-size: 1.05rem;
    line-height: 1.6;
}

#product_description_section .styled-list li::before {
    content: '✓';
    position: absolute;
    left: 0; top: 0;
    width: 28px; height: 28px;
    background: #1b4d3e;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
}

#product_description_section .description-text {
    color: #555;
    font-size: 1.1rem;
    line-height: 1.8;
    text-align: justify;
    padding: 20px;
    background: rgba(94,10,12,0.02);
    border-radius: 12px;
    border-left: 4px solid #5e0a0c;
}

/* ============================================
   WOOCOMMERCE TAB DESCRIPTION
   ============================================ */
#tab-description h2 { display: none; }

.woocommerce-Tabs-panel--description h6 { color: #5e0a0c; font-size: 1.3rem; margin-top: 30px; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 2px solid rgba(94,10,12,0.1); }
.woocommerce-Tabs-panel--description ul { list-style: none; padding-left: 0; }
.woocommerce-Tabs-panel--description ul li { position: relative; padding-left: 35px; margin-bottom: 12px; color: #333; line-height: 1.6; }
.woocommerce-Tabs-panel--description ul li::before { content: '✓'; position: absolute; left: 0; top: 0; width: 24px; height: 24px; background: #1b4d3e; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 12px; }
.woocommerce-Tabs-panel--description p { color: #555; line-height: 1.8; margin: 20px 0; }

/* ============================================
   BLOG SECTION
   ============================================ */
.section-title { color: #5e0a0c; font-size: 2.5rem; font-weight: 700; margin-bottom: 10px; }
.section-subtitle { color: #275428; font-size: 1.1rem; margin-bottom: 0; }

.blog-card { background: #fff; border-radius: 15px; overflow: hidden; border: 2px solid transparent; transition: all 0.3s ease; height: 100%; display: flex; flex-direction: column; }
.blog-card:hover { border-color: #5e0a0c; box-shadow: 0 10px 30px rgba(94,10,12,0.15); transform: translateY(-5px); }

.blog-image { position: relative; overflow: hidden; height: 220px; }
.blog-image a { display: block; height: 100%; }
.blog-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.blog-card:hover .blog-image img { transform: scale(1.1); }

.blog-date { position: absolute; top: 15px; right: 15px; background: #1b4d3e; color: #fff; padding: 8px 15px; border-radius: 20px; font-size: 0.85rem; font-weight: 600; z-index: 2; }

.blog-content { padding: 25px 20px; flex: 1; display: flex; flex-direction: column; }

.blog-category { margin-bottom: 10px; }
.blog-category a { display: inline-block; padding: 5px 15px; background: rgba(94,10,12,0.08); color: #5e0a0c; border-radius: 15px; font-size: 0.85rem; font-weight: 600; text-decoration: none; transition: all 0.3s ease; }
.blog-category a:hover { background: #1b4d3e; color: #fff; }

.blog-title { margin-bottom: 12px; min-height: 50px; }
.blog-title a { color: #333; font-size: 1.1rem; font-weight: 700; text-decoration: none; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; transition: color 0.3s ease; }
.blog-title a:hover { color: #5e0a0c; }

.blog-excerpt { color: #666; font-size: 0.95rem; line-height: 1.6; margin-bottom: 15px; flex: 1; }

.btn-read-more { display: inline-flex; align-items: center; padding: 10px 20px; background: transparent; color: #5e0a0c; border: 2px solid #5e0a0c; border-radius: 25px; font-weight: 600; font-size: 0.9rem; text-decoration: none; transition: all 0.3s ease; align-self: flex-start; }
.btn-read-more:hover { background: #1b4d3e; color: #fff; border-color: #5e0a0c; }
.btn-read-more i { margin-left: 8px; transition: transform 0.3s ease; }
.btn-read-more:hover i { transform: translateX(5px); }

.btn-view-more-blogs { display: inline-flex; align-items: center; padding: 16px 45px; background: #1b4d3e; color: #fff; border-radius: 30px; font-weight: 700; font-size: 1.1rem; text-decoration: none; transition: all 0.3s ease; border: 2px solid #5e0a0c; }
.btn-view-more-blogs:hover { background: #fff; color: #5e0a0c; transform: translateY(-3px); box-shadow: 0 8px 25px rgba(94,10,12,0.3); }
.btn-view-more-blogs i { transition: transform 0.3s ease; }
.btn-view-more-blogs:hover i { transform: translateX(5px); }

/* ============================================
   MISC
   ============================================ */
.social-pinterest img { filter: brightness(0) invert(1); }
.footer-phone-number h5 { margin-bottom: 20px !important; }
.footer-menu-list li a { color: #fff; }
.box-nav-ul li a { color: #000; }
.box-nav-ul li ul { margin-left: 0 !important; }
#footer ul { margin: 0; }
.privacy_policy_section ul li { list-style: number; }
.wpcf7-form label { width: 100%; }
.tf-topbar .wrapper-slider-topbar .tf-sw-top_bar p { text-align: center; margin-bottom: 0; }
.single-post ol li { list-style-type: disc; }

.search-results-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.btn-clear-search { background: none; border: none; color: #666; cursor: pointer; text-decoration: underline; }
.btn-clear-search:hover { color: #5e0a0c; }
.search-loading { text-align: center; padding: 20px; }
.no-results { text-align: center; padding: 40px 20px; color: #666; }

/* ============================================
   PICK N MIX
   ============================================ */
.picknmix-page { background: #f1f8f5; }
.picknmix-title { font-size: 25px; font-weight: 800; color: #5e0a0c; margin-bottom: 10px; }
.picknmix-subtitle { font-size: 1.15rem; color: #444; margin-bottom: 25px; }
.picknmix-subtitle strong { color: #275428; }

.picknmix-progress-bar { display: flex; align-items: center; gap: 15px; max-width: 500px; margin: 0 auto; }
.progress-track { flex: 1; height: 12px; background: #e0e0e0; border-radius: 6px; overflow: hidden; }
.progress-fill { height: 100%; background: #1b4d3e; border-radius: 6px; transition: width 0.4s ease; }
.progress-label { font-weight: 700; color: #5e0a0c; white-space: nowrap; min-width: 100px; }

.picknmix-layout { display: grid; grid-template-columns: 1fr 340px; gap: 30px; align-items: start; }

.filter-btn { padding: 8px 20px; border: 2px solid #5e0a0c; background: transparent; color: #5e0a0c; border-radius: 25px; font-weight: 600; cursor: pointer; transition: all 0.3s ease; font-size: 0.9rem; }
.filter-btn:hover, .filter-btn.active { background: #1b4d3e; color: #fff; border-color: #5e0a0c; }

.picknmix-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.picknmix-filter { display: flex; flex-wrap: wrap; gap: 10px; }

.picknmix-card { position: relative; cursor: pointer; transition: transform 0.3s ease; }
.picknmix-card:hover { transform: translateY(-4px); }

.picknmix-card-inner { background: #fff; border-radius: 15px; overflow: hidden; border: 2px solid transparent; box-shadow: 0 3px 15px rgba(0,0,0,0.07); transition: all 0.3s ease; position: relative; }
.picknmix-card:hover .picknmix-card-inner { border-color: #275428; box-shadow: 0 8px 25px rgba(39,84,40,0.15); }
.picknmix-selected .picknmix-card-inner { border-color: #5e0a0c !important; box-shadow: 0 8px 25px rgba(94,10,12,0.2) !important; }

.picknmix-badge-sale { position: absolute; top: 10px; left: 10px; background: #1b4d3e; color: #fff; padding: 4px 10px; border-radius: 15px; font-size: 0.75rem; font-weight: 700; z-index: 3; }
.picknmix-qty-badge { position: absolute; top: 10px; right: 10px; background: #1b4d3e; color: #fff; width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.85rem; font-weight: 700; z-index: 3; }

.picknmix-card-img { height: 180px; overflow: hidden; }
.picknmix-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.picknmix-card:hover .picknmix-card-img img { transform: scale(1.08); }

.picknmix-card-body { padding: 15px; }
.picknmix-card-title { font-size: 0.95rem; font-weight: 700; color: #333; margin-bottom: 8px; line-height: 1.3; min-height: 38px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.picknmix-card-price { margin-bottom: 12px; }
.price-regular, .price-sale { color: #5e0a0c; font-weight: 700; font-size: 1.05rem; }
.price-old { color: #999; text-decoration: line-through; font-size: 0.85rem; margin-right: 5px; }

.picknmix-card-actions { display: flex; align-items: center; justify-content: center; gap: 12px; background: rgba(94,10,12,0.04); border-radius: 10px; padding: 8px; }
.picknmix-btn-add, .picknmix-btn-remove { width: 34px; height: 34px; border-radius: 50%; border: none; font-size: 1.3rem; font-weight: 700; cursor: pointer; transition: all 0.2s ease; display: flex; align-items: center; justify-content: center; line-height: 1; }
.picknmix-btn-add { background: #1b4d3e; color: #fff; box-shadow: 0 3px 10px rgba(94,10,12,0.3); }
.picknmix-btn-add:hover { transform: scale(1.1); }
.picknmix-btn-remove { background: #fff; color: #5e0a0c; border: 2px solid #5e0a0c; }
.picknmix-btn-remove:hover { background: #1b4d3e; color: #fff; }
.picknmix-qty-display { font-size: 1.1rem; font-weight: 800; color: #5e0a0c; min-width: 20px; text-align: center; }

.picknmix-sidebar { position: sticky; top: 20px; }
.picknmix-summary { background: #fff; border-radius: 20px; padding: 25px; box-shadow: 0 10px 40px rgba(94,10,12,0.1); border-top: 4px solid #5e0a0c; }

.summary-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; padding-bottom: 15px; border-bottom: 2px solid rgba(94,10,12,0.1); }
.summary-header h3 { font-size: 1.2rem; font-weight: 700; color: #5e0a0c; margin: 0; }
.summary-counter { background: #1b4d3e; color: #fff; padding: 5px 12px; border-radius: 15px; font-size: 0.85rem; font-weight: 700; }

.summary-empty { text-align: center; padding: 30px 20px; color: #999; }
.summary-empty span { font-size: 2.5rem; display: block; margin-bottom: 10px; }

.summary-items { max-height: 280px; overflow-y: auto; margin-bottom: 15px; }
.summary-item { display: flex; justify-content: space-between; align-items: center; padding: 10px; background: rgba(94,10,12,0.03); border-radius: 10px; margin-bottom: 8px; }
.summary-item-info { display: flex; align-items: center; gap: 10px; flex: 1; }
.summary-item-info img { width: 40px; height: 40px; object-fit: cover; border-radius: 8px; }
.summary-item-details { display: flex; flex-direction: column; }
.summary-item-name { font-size: 0.85rem; font-weight: 600; color: #333; }
.summary-item-qty { font-size: 0.78rem; color: #275428; font-weight: 600; }
.summary-item-price { font-weight: 700; color: #5e0a0c; font-size: 0.9rem; }

.summary-totals { border-top: 1px solid rgba(94,10,12,0.1); padding-top: 15px; margin-bottom: 15px; }
.total-row { display: flex; justify-content: space-between; align-items: center; padding: 6px 0; font-size: 0.95rem; color: #555; }
.discount-row { color: #275428; }
.discount-amount { font-weight: 700; }
.final-row { font-size: 1.15rem; font-weight: 800; color: #5e0a0c; border-top: 2px solid rgba(94,10,12,0.1); padding-top: 10px; margin-top: 5px; }

.status-indicator { text-align: center; padding: 10px; border-radius: 10px; font-size: 0.88rem; font-weight: 600; margin-bottom: 12px; }
.status-indicator.incomplete { background: rgba(94,10,12,0.08); color: #5e0a0c; }
.status-indicator.complete { background: rgba(39,84,40,0.1); color: #275428; }

.picknmix-complete-btn { width: 100%; padding: 15px; background: #1b4d3e; color: #fff; border: none; border-radius: 12px; font-size: 1rem; font-weight: 700; cursor: pointer; transition: all 0.3s ease; margin-bottom: 10px; }
.picknmix-complete-btn:hover:not(:disabled) { background: #275428; transform: translateY(-2px); box-shadow: 0 8px 25px rgba(94,10,12,0.3); }
.picknmix-complete-btn:disabled { opacity: 0.5; cursor: not-allowed; transform: none; }

.picknmix-clear-btn { width: 100%; padding: 10px; background: transparent; color: #999; border: 1px solid #ddd; border-radius: 10px; font-size: 0.88rem; cursor: pointer; transition: all 0.3s ease; }
.picknmix-clear-btn:hover { border-color: #5e0a0c; color: #5e0a0c; }

.picknmix-toast { position: fixed; bottom: 30px; left: 50%; transform: translateX(-50%); padding: 12px 25px; border-radius: 25px; font-weight: 600; font-size: 0.95rem; z-index: 99999; display: none; box-shadow: 0 5px 20px rgba(0,0,0,0.2); }
.picknmix-toast.toast-error { background: #1b4d3e; color: #fff; }
.picknmix-toast.toast-success { background: #275428; color: #fff; }

.picknmix-add-animation { animation: addPulse 0.3s ease; }

.picknmix-sold-out {
    background: #d32f2f;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 13px;
    letter-spacing: 0.5px;
    margin-top: 10px;
}

/* Disable card for out of stock */
.picknmix-card:has(.picknmix-sold-out) {
    opacity: 0.6;
    pointer-events: none;
}


@keyframes addPulse { 0% { transform: scale(1); } 50% { transform: scale(1.04); } 100% { transform: scale(1); } }
.shake { animation: shake 0.4s ease; }
@keyframes shake { 0%, 100% { transform: translateX(0); } 20%, 60% { transform: translateX(-5px); } 40%, 80% { transform: translateX(5px); } }

/* ============================================
   CLIENT LOGOS
   ============================================ */
.client-logo-item { padding: 5px; }

.client-logo-box {
    width: 130px; height: 90px;
    margin: 0 5px;
    display: flex; align-items: center; justify-content: center;
    background: transparent;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 10px;
    padding: 10px;
    transition: all 0.3s ease;
}

.client-logo-box:hover { border-color: #5e0a0c; box-shadow: 0 5px 15px rgba(94,10,12,0.1); }
.client-logo-img { width: 100%; height: 100%; object-fit: contain; filter: grayscale(100%); opacity: 0.7; transition: all 0.3s ease; }
.client-logo-box:hover .client-logo-img { filter: grayscale(0%); opacity: 1; }
.testimonial-carousel .owl-item { padding: 0 5px; }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 991px) {
    .page-title .title { font-size: 36px; }
    .flat-spacing, .flat-spacing-2, .flat-spacing-8 { padding: 60px 0; }
    .heading-section h1 { font-size: 36px; }
    .heading-section h2 { font-size: 32px; }
    .heading-section h3 { font-size: 28px; }
    .main-content { grid-template-columns: 1fr; gap: 30px; }
    .box-about { padding-left: 0; margin-top: 30px; }
    .picknmix-layout { grid-template-columns: 1fr; }
    .picknmix-sidebar { position: static; }
    .brewing-content { padding-left: 0 !important; margin-top: 30px; }
    .brewing-title { font-size: 2rem; }
    .brewing-image-wrapper { height: auto; }
    #wellness_highlights_section .heading-section h3 { font-size: 2rem; }
    #wellness_highlights_section .wellness-content { padding: 28px 30px; }
    #product_description_section .product-description-wrap { padding: 1px 30px; }
    .section-title { font-size: 2rem; }
    .blog-image { height: 200px; }
    .blog-content { padding: 20px 15px; }
}

@media (max-width: 767px) {
    .page-title .paralaximg { min-height: 250px; }
    .page-title .title { font-size: 28px; margin-bottom: 15px; }
    .flat-spacing, .flat-spacing-2, .flat-spacing-8 { padding: 40px 0; }
    .heading-section h1, .heading-section h2 { font-size: 24px; }
    .heading-section h3 { font-size: 22px; }
    .main-content .left, .main-content .right { padding: 25px; }
    .benefit-item { flex-direction: column; text-align: center; }
    .benefit-item .icon { margin: 0 auto 15px; }
    .order-lg-1, .order-lg-2 { order: 0; }
    .picknmix-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .picknmix-card-img { height: 130px; }
    .brew-step { flex-direction: column; align-items: center; text-align: center; padding: 15px; }
    .brewing-title { font-size: 1.75rem; }
    .instruction-heading { font-size: 1.25rem; }
    #wellness_highlights_section .heading-section h3 { font-size: 1.75rem; }
    #wellness_highlights_section .wellness-content { padding: 28px 20px; }
    #wellness_highlights_section .wellness-item { padding: 10px; gap: 12px; }
    #wellness_highlights_section .wellness-text { font-size: 13px; }
    #product_description_section .product-description-wrap { padding: 1px 20px; }
    #product_description_section .description-title { font-size: 1.1rem; }
    #product_description_section .description-text { font-size: 1rem; }
    .section-title { font-size: 1.75rem; }
    .blog-image { height: 180px; }
    .blog-title a { font-size: 1rem; }
    .btn-view-more-blogs { padding: 14px 35px; font-size: 1rem; }
    .tea-mood-section .col-3 { flex: 0 0 50%; max-width: 50%; }
}

@media (max-width: 575px) {
    .page-title .paralaximg { min-height: 200px; }
    .page-title .title { font-size: 24px; }
    .heading-section h1, .heading-section h3 { font-size: 24px; }
    #wellness_highlights_section .wellness-item:hover { transform: translateX(5px); }
    #product_description_section .styled-list li { font-size: 0.95rem; padding-left: 35px; }
    .blog-date { padding: 6px 12px; font-size: 0.8rem; }
    .tea-mood-section .col-3 { flex: 0 0 100%; max-width: 100%; }
    .mood-item-link img, .looking-item-link img { width: 50px; height: 50px; }
}


.card-product .card-product-wrapper .on-sale-wrap .on-sale-item {
	width: 55px;	
}

.tf-payment a {
	color: #fff;
}

/* Remove side layout */
.single-product .woocommerce-tabs {
    display: block !important;
    width: 100% !important;
}

/* Tabs full width on top */
.single-product .woocommerce-tabs ul.tabs {
    display: flex !important;
    flex-direction: row !important;
    width: 100% !important;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

/* Remove vertical styling */
.single-product .woocommerce-tabs ul.tabs li {
    float: none !important;
    margin-right: 20px !important;
}

/* Panels full width below tabs */
.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
    width: 100% !important;
    float: none !important;
    clear: both !important;
}

/* Remove any grid/flex from parent */
.single-product div.product {
    display: block !important;
}

/* Tabs section ko container width dena */
.single-product .woocommerce-tabs {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Tabs center align */
.single-product .woocommerce-tabs ul.tabs {
    display: flex !important;
    justify-content: center !important;
    border-bottom: 1px solid #eee;
}

/* Tabs spacing */
.single-product .woocommerce-tabs ul.tabs li {
    margin: 0 15px !important;
}

/* Tab content container width */
.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 0;
}




.single-product .woocommerce-tabs {
    width: 100%;
}

.single-product .woocommerce-tabs > * {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}


/* ===== Remove default arrow / triangle ===== */
.single-product .woocommerce-tabs ul.tabs li::before,
.single-product .woocommerce-tabs ul.tabs li::after {
    display: none !important;
    content: none !important;
}

/* Clean tab base style */
.single-product .woocommerce-tabs ul.tabs li {
    background: none !important;
    border: none !important;
    padding: 0 !important;
}

/* Tab link styling */
.single-product .woocommerce-tabs ul.tabs li a {
    font-size: 17px;
    font-weight: 500;
    color: #777;
    text-decoration: none;
    padding: 6px 0;
    position: relative;
    transition: all 0.3s ease;
}

/* Hover effect */
.single-product .woocommerce-tabs ul.tabs li a:hover {
    color: #111;
}

/* Active tab style */
.single-product .woocommerce-tabs ul.tabs li.active a {
    color: #7a0f0f;
    font-weight: 600;
}

/* Smooth underline indicator */
.single-product .woocommerce-tabs ul.tabs li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0%;
    height: 2px;
    background: #7a0f0f;
    transition: width 0.3s ease;
}

.single-product .woocommerce-tabs ul.tabs li.active a::after {
    width: 100%;
}





  /* Review Card Equal Height */
    .tf-sw-testimonial .swiper-wrapper { align-items: stretch; }
    .tf-sw-testimonial .swiper-slide { height: auto !important; }
    .review-card { display: flex; flex-direction: column; height: 100%; border: 1px solid #eee; border-radius: 12px; overflow: hidden; background: #fff; transition: all 0.3s; }
    .review-card:hover { box-shadow: 0 10px 30px rgba(0,0,0,0.08); transform: translateY(-4px); }

    /* Product Image */
    .review-card-img { width: 100%; height: auto; overflow: hidden; background: #f9f9f9; flex-shrink: 0; }
    .review-card-img img { width: 100%; height: 100%; object-fit: contain; padding: 10px; }

    /* Content */
    .review-card .content { flex: 1; display: flex; flex-direction: column; padding: 20px; }
    .review-card .content-top { flex: 1; }
    .review-card .content-top p { margin-top: 10px; font-size: 14px; line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }

    /* Star Rating */
    .review-card .list-star-default { margin: 8px 0; }
    .review-card .list-star-default .icon-star { color: #ffc107; font-size: 14px; }
    .review-card .list-star-default .icon-star.empty { color: #ddd; }

    /* Author */
    .review-card .box-author .text-title a { font-weight: 600; font-size: 15px; color: #1a1a2e; }

    /* Mobile */
    @media (max-width: 768px) {
        .review-card-img { height: auto; }
        .review-card .content { padding: 15px; }
    }
	
	
	
	/* Shiprocket Pincode Box Fix */
.shiprocket-check-pincode,
.shiprocket-pincode-check,
#shiprocket_pincode_check {

    width: 100%;
    max-width: 450px;
    margin-top: 15px;
    clear: both;
}

/* input fix */
.shiprocket-check-pincode input[type="text"]{
    height: 45px;
    padding: 10px;
    border-radius: 6px;
}

/* button fix */
.shiprocket-check-pincode button{
    height: 45px;
    margin-left: 8px;
}

#check_pincode {
	padding: 13px;
	background: #1b4d3e;
	color: #fff;
	font-weight: bold;
	border-radius: 4px;
}

#tab-description {
	padding-top: 0;
	margin-bottom: 0;
}

#product_description_section {
	padding-top: 30px;
	padding-bottom: 0;
}

.single-product .article-title {
	font-size: 13px;
	margin-bottom: 0px !important;
}

.single-product .article-content p {
	font-size: 12px;
}

.single-product  .article-thumb {
	margin-bottom: 7px !important;
}

.single-product .site-main {	
	margin-bottom: 0px; 
}


.single-product .product_title.entry-title {
	font-size: 30px;
}


.single-product .page-faqs-wrap .list-faqs {	
	gap: 15px;
}


.single-product .accordion-product-item {
	padding: 12px 15px 0px;	
}


.tf-topbar {
	background-color: #1b4d3e;	
}


.card-product .btn-main-product:hover {
	background-color: #1b4d3e;
	
}

body.single-product .single_add_to_cart_button, body.single-product .tf-btn {	
	background: #1b4d3e;
}


.tf-btn.btn-onsurface {
	background: #1b4d3e;
}


.tf-btn.btn-white:hover {
	background: #1b4d3e;
}

.wc-block-components-button:not(.is-link) {
	background: #1b4d3e;
}




.wc-block-components-button__text {
	color: #fff;
}
.wc-block-components-checkout-place-order-button__text {
	color: #fff;
}




#customer_login button.woocommerce-button {
	padding: 3px 15px;
	background: #1b4d3e;
	color: #fff;
}

.woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button { 
	padding: 3px 15px;
	background: #1b4d3e;
	color: #fff;
}

button.woocommerce-Button {
	padding: 3px 15px;
	background: #1b4d3e;
	color: #fff;
}


.woocommerce-MyAccount-content button{
	padding: 3px 15px;
	background: #1b4d3e;
	color: #fff;
}


.page-template-template-fullwidth-php .woocommerce-MyAccount-navigation {	
	float: left;	
}

.page-template-template-fullwidth-php .woocommerce-MyAccount-content {	
	float: right;	
}



/* ============================================
   MY ACCOUNT NAVIGATION - CUSTOM STYLING
   ============================================ */

.woocommerce-MyAccount-navigation {
    background: #fff;
    border-radius: 12px;
    padding: 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-MyAccount-navigation-link {
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
}

.woocommerce-MyAccount-navigation-link:last-child {
    border-bottom: none;
}

.woocommerce-MyAccount-navigation-link a {
    display: flex;
    align-items: center;
    padding: 10px 40px !important;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    position: relative;
}

/* Left Border Accent */
.woocommerce-MyAccount-navigation-link a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 0;
    width: 4px;
    background: transparent;
    transition: all 0.3s ease;
}

/* Hover State */
.woocommerce-MyAccount-navigation-link a:hover {
    background: #f9f9f9;
    color: #1b4d3e;
    padding-left: 28px;
}


/* Active State */
.woocommerce-MyAccount-navigation-link.is-active a {
    background: linear-gradient(135deg, #1b4d3e 0%, #246b52 100%);
    color: #fff;
    padding-left: 40px;
    font-weight: 700;
}

.woocommerce-MyAccount-navigation-link.is-active a:before {    
    width: 6px;
}

/* Icons Before Text (Optional - Add Icons) */
.woocommerce-MyAccount-navigation-link--dashboard a:before {
	text-align: left !important;
    content: '🏠';
    margin-right: 12px;
    font-size: 18px;
}

.woocommerce-MyAccount-navigation-link--orders a:before {
	text-align: left !important;
    content: '📦';
    margin-right: 12px;
    font-size: 18px;
}

.woocommerce-MyAccount-navigation-link--downloads a:before {
	text-align: left !important;
    content: '⬇️';
    margin-right: 12px;
    font-size: 18px;
}

.woocommerce-MyAccount-navigation-link--edit-address a:before {
	text-align: left !important;
    content: '📍';
    margin-right: 12px;
    font-size: 18px;
}

.woocommerce-MyAccount-navigation-link--edit-account a:before {
	text-align: left !important;
    content: '👤';
    margin-right: 12px;
    font-size: 18px;
}

.woocommerce-MyAccount-navigation-link--customer-logout a:before {
	text-align: left !important;
    content: '🚪';
    margin-right: 12px;
    font-size: 18px;
}

/* Logout Special Styling */
.woocommerce-MyAccount-navigation-link--customer-logout a {
    color: #d32f2f;
    font-weight: 700;
}

.woocommerce-MyAccount-navigation-link--customer-logout a:hover {  
    color: #c62828;
}

.woocommerce-MyAccount-navigation-link--customer-logout a:hover:before {
	text-align: left !important;   
}

/* Responsive */
@media (max-width: 991px) {
    .woocommerce-MyAccount-navigation {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .woocommerce-MyAccount-navigation-link a {
        padding: 14px 16px;
        font-size: 14px;
    }
    
    .woocommerce-MyAccount-navigation-link a:hover,
    .woocommerce-MyAccount-navigation-link.is-active a {
        padding-left: 24px;
    }
}

/* ============================================
   MY ACCOUNT ORDERS TABLE - SIMPLE STYLING
   ============================================ */

.woocommerce-MyAccount-content {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

/* Table Container */
.woocommerce-orders-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

/* Table Header */
.woocommerce-orders-table thead {
    background: #1b4d3e;
}

.woocommerce-orders-table thead th {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-align: left;
    padding: 15px;
    border: none;
}

/* Table Body */
.woocommerce-orders-table tbody tr {
    border-bottom: 1px solid #e5e5e5;
    transition: background 0.3s;
}

.woocommerce-orders-table tbody tr:hover {
    background: #f9f9f9;
}

.woocommerce-orders-table tbody tr:last-child {
    border-bottom: none;
}

.woocommerce-orders-table td,
.woocommerce-orders-table th {
    padding: 15px;
    vertical-align: middle;
}

/* Order Number */
.woocommerce-orders-table__cell-order-number a {
    color: #1b4d3e;
    font-weight: 700;
    text-decoration: none;
}

.woocommerce-orders-table__cell-order-number a:hover {
    text-decoration: underline;
}

/* Date */
.woocommerce-orders-table__cell-order-date time {
    color: #666;
    font-size: 14px;
}

/* Status Badges */
.woocommerce-orders-table__cell-order-status {
    font-weight: 600;
    font-size: 13px;
}

.woocommerce-orders-table__row--status-processing .woocommerce-orders-table__cell-order-status {
    color: #ff9800;
}

.woocommerce-orders-table__row--status-pending .woocommerce-orders-table__cell-order-status {
    color: #ffc107;
}

.woocommerce-orders-table__row--status-completed .woocommerce-orders-table__cell-order-status {
    color: #4caf50;
}

.woocommerce-orders-table__row--status-cancelled .woocommerce-orders-table__cell-order-status {
    color: #f44336;
}

.woocommerce-orders-table__row--status-failed .woocommerce-orders-table__cell-order-status {
    color: #d32f2f;
}

/* Total */
.woocommerce-orders-table__cell-order-total {
    font-weight: 600;
    color: #333;
}

/* Action Buttons */
.woocommerce-orders-table__cell-order-actions {
    white-space: nowrap;
}

.woocommerce-orders-table__cell-order-actions .button {
    display: inline-block;
    padding: 8px 16px;
    margin-right: 8px;
    margin-bottom: 5px;
    background: #1b4d3e;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}

.woocommerce-orders-table__cell-order-actions .button:hover {
    background: #246b52;
    transform: translateY(-2px);
}

.woocommerce-orders-table__cell-order-actions .button.pay {
    background: #4caf50;
}

.woocommerce-orders-table__cell-order-actions .button.pay:hover {
    background: #66bb6a;
}

.woocommerce-orders-table__cell-order-actions .button.cancel {
    background: #f44336;
}

.woocommerce-orders-table__cell-order-actions .button.cancel:hover {
    background: #e57373;
}

.woocommerce-orders-table__cell-order-actions .button.invoice {
    background: #ff9800;
}

.woocommerce-orders-table__cell-order-actions .button.invoice:hover {
    background: #ffa726;
}

/* Responsive - Mobile */
@media (max-width: 768px) {
    .woocommerce-MyAccount-content {
        padding: 20px;
    }
    
    .woocommerce-orders-table thead {
        display: none;
    }
    
    .woocommerce-orders-table tbody tr {
        display: block;
        margin-bottom: 20px;
        border: 2px solid #e5e5e5;
        border-radius: 8px;
        padding: 15px;
    }
    
    .woocommerce-orders-table td,
    .woocommerce-orders-table th {
        display: block;
        padding: 8px 0;
        text-align: left !important;
        border: none;
    }
    
    .woocommerce-orders-table td:before {
        content: attr(data-title) ": ";
        font-weight: 700;
        color: #333;
    }
    
    .woocommerce-orders-table__cell-order-actions .button {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 8px;
        text-align: center;
    }
}


/* ============================================
   ORDER DETAILS PAGE - SIMPLE STYLING
   ============================================ */

.woocommerce-MyAccount-content {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

/* Order Status Line */
.woocommerce-MyAccount-content > p {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    border-left: 4px solid #1b4d3e;
    font-size: 15px;
    line-height: 1.8;
}

.woocommerce-MyAccount-content mark {
    background: none;
    font-weight: 700;
    color: #1b4d3e;
}

.woocommerce-MyAccount-content mark.order-status {
    color: #ff9800;
}

/* Section Titles */
.woocommerce-order-details__title,
.woocommerce-column__title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 30px 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #1b4d3e;
}

/* Order Details Table */
.woocommerce-table--order-details {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.woocommerce-table--order-details thead {
    background: #1b4d3e;
}

.woocommerce-table--order-details thead th {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-align: left;
    padding: 15px;
}

.woocommerce-table--order-details tbody tr {
    border-bottom: 1px solid #e5e5e5;
}

.woocommerce-table--order-details tbody td {
    padding: 15px;
}

.woocommerce-table--order-details .product-name {
    font-size: 15px;
}

.woocommerce-table--order-details .product-name a {
    color: #1b4d3e;
    text-decoration: none;
    font-weight: 600;
}

.woocommerce-table--order-details .product-name a:hover {
    text-decoration: underline;
}

.woocommerce-table--order-details .product-quantity {
    color: #666;
    font-weight: 600;
}

.woocommerce-table--order-details .product-total {
    text-align: right;
    font-weight: 700;
    color: #333;
}

/* Table Footer (Totals) */
.woocommerce-table--order-details tfoot th {
    text-align: right;
    padding: 12px 15px;
    font-weight: 600;
    color: #666;
    background: #f9f9f9;
}

.woocommerce-table--order-details tfoot td {
    text-align: right;
    padding: 12px 15px;
    font-weight: 700;
    background: #f9f9f9;
}

.woocommerce-table--order-details tfoot tr:last-child th,
.woocommerce-table--order-details tfoot tr:last-child td {
    background: #1b4d3e;
    color: #fff;
    font-size: 16px;
}

.woocommerce-table--order-details tfoot .shipped_via {
    color: #999;
    font-weight: 400;
}

/* Action Buttons in Footer */
.order-actions--heading {
    text-align: left !important;
}

.woocommerce-table--order-details tfoot .order-actions-button {
    display: inline-block;
    padding: 10px 20px;
    margin-right: 10px;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s;
}

.woocommerce-table--order-details tfoot .button.pay {
    background: #4caf50;
    color: #fff;
}

.woocommerce-table--order-details tfoot .button.pay:hover {
    background: #66bb6a;
    transform: translateY(-2px);
}

.woocommerce-table--order-details tfoot .button.cancel {
    background: #f44336;
    color: #fff;
}

.woocommerce-table--order-details tfoot .button.cancel:hover {
    background: #e57373;
    transform: translateY(-2px);
}

/* Customer Details Section */
.woocommerce-customer-details {
    margin-top: 40px;
}

.woocommerce-columns--addresses {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 20px;
}

@media (min-width: 768px) {
    .woocommerce-columns--addresses {
        grid-template-columns: repeat(2, 1fr);
    }
}

.woocommerce-column {
    background: #f9f9f9;
    padding: 25px;
    border-radius: 8px;
    border: 2px solid #e5e5e5;
}

.woocommerce-column address {
    font-style: normal;
    line-height: 1.8;
    color: #666;
    font-size: 15px;
}

.woocommerce-customer-details--email {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e5e5e5;
    font-weight: 600;
    color: #1b4d3e;
}

/* Responsive - Mobile */
@media (max-width: 768px) {
    .woocommerce-MyAccount-content {
        padding: 20px;
    }
    
    .woocommerce-table--order-details thead {
        display: none;
    }
    
    .woocommerce-table--order-details tbody tr {
        display: block;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    
    .woocommerce-table--order-details tbody td {
        display: block;
        text-align: left !important;
        padding: 8px 0;
    }
    
    .woocommerce-table--order-details .product-total:before {
        content: "Total: ";
        font-weight: 700;
    }
    
    .woocommerce-table--order-details tfoot th,
    .woocommerce-table--order-details tfoot td {
        display: block;
        text-align: left !important;
        padding: 10px 15px;
    }
    
    .order-actions-button {
        display: block !important;
        width: 100%;
        margin-bottom: 10px !important;
        text-align: center;
    }
}


.tf-mini-cart-wrap a {
	/* visibility: ; */
	color: #fff;
}

.entry-header {
	padding: 0 !important;
}

.tf-slideshow.style-3 .box-content {	
	top: calc(70% + 5px)!important;
}


.home .tf-slideshow .wrap-slider {
	height: auto!important;
}

ul.style-faqs li a h6 {
	text-transform: capitalize;
}

.page-faqs-wrap .list-faqs {	
	gap: 20px;
}

.price.text-body-default span {
	color: #800020;
}


.card-product .list-btn-main {	
	display: block;	
}

.card-product a.added_to_cart.wc-forward {
	flex-grow: 1;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 8px;
	letter-spacing: 1px;
	border: 1px solid transparent;
	font-size: 12px;
	line-height: 22px;
	margin-top: 5px;
	border-radius: 44px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-align: center;
	white-space: nowrap;
	text-transform: capitalize;
}


@media (max-width: 991px) {
footer {
	margin-bottom: 0px!important;
}
}

.woocommerce-product-details__short-description p {	
	text-align: justify;
}

.single-product .summary.entry-summary {
	padding: 20px!important;
}


 @media (max-width: 767px) {
.tf-breadcrumb .paralaximg {
	min-height: 84px!important;
	background-size: contain;
}

.tf-breadcrumb-prev-next {
	display: none !important;
}

body.home .tf-slideshow.style-3 {
	padding: 0px!important;
}
body.home .tf-slideshow.style-3 .swiper {
	border-radius: 0;
}

body.home .img-style {
	border-radius: 0px;	
}


 }