
/*-----------------------------------------------------------------------------------

    Template Name:  Rideo eCoommerce HTML5 template
    Template URI: http://www.codecarnival.net
    Description: This is HTML5 eCommerce Template
    Author: Codecarnival
    Author URI: http://www.codecarnival.net
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    [ 1. theme default CSS ] (body, link color, section etc)
	[ 2. home Version one ]
	[ 3. home Version two ]
	[ 4. Home Version Three ] (box layout)
	[ 5. Shop Pages ] (shop,product gird left, product list left,product gird right,product list right)
	[ 6. Contact Page ]
	[ 7. Cart Page ]
	[ 8. CheckOut Page ]
	[ 9. Login Page ]
	[ 10. My Account Page ]
	[ 11. Blog Pages ] (blog style one, blog style two, single blog page)
	[ 12. About Page ]
	[ 13. 404 Page ]
-----------------------------------------------------------------------------------*/
/*Google Fonts*/
@import 'https://fonts.googleapis.com/css?family=Montserrat:400,700|Roboto:100,400,500,700,900';

/*-------------------------------------
[ 1. theme default CSS ]
---------------------------------------*/
html, body {height: 100%;}
*, *::before, *::after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.floatleft {float:left}
.floatright {float:right}
.alignleft {float:left;margin-right:15px;margin-bottom: 15px}
.alignright {float:right;margin-left:15px;margin-bottom: 15px}
.aligncenter {display:block;margin:0 auto 15px}
a:focus {outline:0px solid}
img {max-width:100%;}
.fix {overflow:hidden}
p {margin:0px;}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px;
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
}
h1,h4{text-transform:none;}
h4{color:#1b1b1b;}
a {
	transition: all 0.3s ease 0s;
	text-decoration:none;
	font-weight:400;
	color:#fff;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
}
.blog-text a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
    font-weight: 600;
    color: #5d9d37;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.contact-link a {
	transition: all 0.3s ease 0s;
	text-decoration:none;
	font-weight:400;
	color:#000;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
}
a:hover,a:hover, a:focus {
	color: #fe5858;
	text-decoration: none;
}
button:focus,a:focus {
    border: 0;
    outline: 0;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 0px;
}
a:active, a:hover {
	outline: 0 none;
	text-decoration:none;
}
.animated {animation-duration: 0.3s;}
i{font-size:16px;}
p{
	color:#444;
	font-size:14px;
	font-weight:400;
	line-height:24px;
}
.section-title p {
  line-height: 24px;
}
ul{
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
ul li{float:left;}
hr.line {
	background: #5d9d37 none repeat scroll 0 0;
	border: 0 none;
	height: 1px;
	margin: 0 auto;
	width: 100px;
}
.section-padding{padding:40px 0;}
.section-padding-top{padding-top:80px;}
.section-padding-bottom{padding-bottom:30px;}
.d-table {
    display: table;
    height: 100%;
    width: 100%;
}
.d-tablecell {
    display: table-cell;
    vertical-align: middle;
}
.col-text-center{
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
/* ScrollUp */
#scrollUp {
	background-color: #1b1b1b;
	bottom: 50px;
	font-size: 22px;
	height: 30px;
	right: 12px;
	text-align: center;
	text-decoration: none;
	width: 30px;
	overflow:hidden;
}
#scrollUp i::after {
	animation: 1.5s ease 0s normal none infinite running mymove;
	color: #5d9d37;
	-webkit-animation: mymove 1.5s infinite; 
	content: "\f102";
	height: 100%;
	position: absolute;
	width: 100%;
	left: 0;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
    from {bottom: 0px;}
    to {bottom: 20px;}
}
@keyframes mymove {
    from {bottom: 0px;}
    to {bottom: 20px;opacity:0;}
}
#scrollUp i{color:#5d9d37;line-height: 30px;}
#scrollUp:hover{background-color: #5d9d37;}
#scrollUp:hover i,#scrollUp:hover i::after {color:#fff;}
.clear{clear:both}
html {
	overflow-x: hidden;
	overflow-y: auto;
}
body {
	font-family: 'Roboto', sans-serif;
	color:#444;
	font-size:14px;
	font-weight:400;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
input::-moz-placeholder, textarea::-moz-placeholder{opacity:1;}
input:focus, textarea:focus {outline: 0px;}
/* section title */
.section-title {
	margin-bottom: 10px;
    margin-top: 20px;
}
.section-title-1 {
	margin-bottom: 10px;
    margin-top: 2px;
	width: 30%;
}
.error-content {
    margin-top: 40px;
}
.error-content p {
	font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 450;
    line-height: 26px;
}
p.pcenter {
    text-align: center;
    margin-bottom: 20px;
    border: 2px solid black;
	display: inline-block;
	padding: 10px;
}
.error-content h5 {
    font-size: 15px; 
    font-family: 'Montserrat', sans-serif;
    font-weight: 450;
    line-height: 26px;
}
p.hleft {
    text-align: left;
}
.about-text-1 p {
    font-size: 25px;
    font-family: 'Montserrat', sans-serif;
    /* font-weight: 550; */
    line-height: 40px;
}

.about-text p {
/*    font-size: 25px;
*/    font-family: 'Montserrat', sans-serif;
    /* font-weight: 550; */
    line-height: 40px;
}
.section-title h3 {
    color: #1b1b1b;
	font-family: 'Montserrat', sans-serif;
    margin-bottom: 0;
	text-align: center;
}
.section-title span {
    color: #5d9d37;
}
.section-title .shape::after, .section-title .shape::before {
    background: #1b1b1b none repeat scroll 0 0;
    margin-top: 0;
    width: 50px;
}
.section-title .shape {
    margin: 0 auto;
    padding: 18px 0;
    width: 150px;
}
/*-------------------------------------
[ 2. Home Version One ]
---------------------------------------*/
/* ── NEW DESKTOP NAVIGATION (2026-07 redesign) ──────────────
   BEM-style classes: nav-top-bar, nav-main-bar, nav-logo,
   nav-menu-wrap, nav-menu, nav-menu__item, nav-mega-dropdown,
   nav-mega-dropdown__content, nav-search-btn, nav-main-bar__actions
   ─────────────────────────────────────────────────────────── */
/* ── Top Bar: Email / Tel / WhatsApp ── */
.nav-top-bar {
    background: #1a1a1a;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
.nav-top-bar__inner {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}
.nav-top-bar__list {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 28px;
}
.nav-top-bar__list li {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.01em;
    white-space: nowrap;
}
.nav-top-bar__list li i {
    font-size: 14px;
    margin-right: 8px;
    color: rgba(255,255,255,0.7);
}
.nav-top-bar__list li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s;
    text-transform: none !important;
}
.nav-top-bar__list li a:hover {
    color: #8ccc56;
}
/* ── Main Navigation Bar ── */
.nav-main-bar {
    position: absolute;
    top: 40px;
    width: 100%;
    z-index: 998;
    left: 0;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: background 0.4s, position 0.4s, top 0.4s;
}
.nav-main-bar__inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: nowrap;
    height: 94px;
}
.nav-logo {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}
.nav-logo img {
    max-height: 72px;
    width: auto;
    height: auto;
    vertical-align: middle;
    transition: max-height 0.4s;
}
/* ── Sticky state ── */
.nav-main-bar.sticky {
    position: fixed;
    top: 40px;  /* sits below fixed nav-top-bar */
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    z-index: 9998;
    box-shadow: 0 2px 12px rgba(0,0,0,0.3);
}
.nav-main-bar.sticky .nav-main-bar__inner {
    height: 60px;
}
.nav-main-bar.sticky .nav-logo img {
    max-height: 48px;
}
.nav-main-bar.sticky .nav-menu__item > a,
.nav-main-bar.sticky .nav-menu__trigger {
    line-height: 60px;
}
.nav-main-bar.sticky .nav-search-btn {
    line-height: 60px;
}
.nav-main-bar.sticky .nav-main-bar__inner {
    background: transparent;
}
/* Push the page down by the nav-top-bar height (40px) */
header {
    padding-top: 40px;
}
/* ── Sticky: no special cart-menu adjustments needed ── */
.nav-main-bar.sticky .cart-menu-area li a span { top: 8px; }
.nav-main-bar.sticky .mean-container .mean-bar,
.nav-main-bar.sticky .mean-container .mean-nav { top: 10px; }
/* ── Banner Slider (replaces old Camera slider) ── */
.yvn-banner-slider {
    position: relative;
    width: 100%;
    height: calc(100vh - 40px);
    min-height: 600px;
    padding-bottom: 0;
    overflow: hidden;
    background: #000;
}
.yvn-banner-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease, visibility 0.8s;
    z-index: 1;
}
.yvn-banner-slide--active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}
.yvn-banner-slide__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.yvn-banner-slide__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.15) 55%, transparent 75%);
    z-index: 3;
}
.yvn-banner-slide__content {
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    max-width: 560px;
    color: #fff;
}
.yvn-banner-slide__title {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.05;
    margin: 0 0 18px 0;
    letter-spacing: 1px;
    color: #fff;
    text-shadow: 0 2px 12px rgba(0,0,0,0.35);
}
.yvn-banner-slide__subtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 34px 0;
    color: #fff;
    text-shadow: 0 1px 6px rgba(0,0,0,0.25);
}
.yvn-banner-slide__actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.yvn-banner-slide__btn {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    padding: 14px 32px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: 0.3px;
}
.yvn-banner-slide__btn--primary {
    background: #5d9d37;
    color: #fff;
    border: 2px solid #5d9d37;
}
.yvn-banner-slide__btn--primary:hover {
    background: #4a8a2d;
    border-color: #4a8a2d;
    color: #fff;
}
.yvn-banner-slide__btn--secondary {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.7);
}
.yvn-banner-slide__btn--secondary:hover {
    background: #fff;
    color: #1b1b1b;
    border-color: #fff;
}
/* ── Arrows ── */
.yvn-banner-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(0,0,0,0.35);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.25);
    font-size: 22px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    backdrop-filter: blur(4px);
}
.yvn-banner-arrow:hover {
    background: rgba(0,0,0,0.65);
    border-color: rgba(255,255,255,0.5);
    transform: translateY(-50%) scale(1.08);
}
.yvn-banner-arrow--prev { left: 24px; }
.yvn-banner-arrow--next { right: 24px; }
/* ── Dots ── */
.yvn-banner-dots {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 12px;
    padding: 10px 20px;
    background: rgba(0,0,0,0.25);
    border-radius: 30px;
    backdrop-filter: blur(6px);
}
.yvn-banner-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.4);
    border: 2px solid rgba(255,255,255,0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}
.yvn-banner-dot:hover {
    background: rgba(255,255,255,0.7);
}
.yvn-banner-dot--active {
    background: #5d9d37;
    border-color: #5d9d37;
    transform: scale(1.2);
}

/* ── Banner responsive ── */
@media (max-width: 991px) {
    .yvn-banner-slider {
        height: 50vw;
        min-height: 420px;
        max-height: 520px;
    }
    .yvn-banner-slide__title   { font-size: 44px; }
    .yvn-banner-slide__subtitle { font-size: 17px; margin-bottom: 26px; }
    .yvn-banner-slide__content  { left: 6%; max-width: 480px; }
}
@media (max-width: 767px) {
    .yvn-banner-slider {
        height: auto;
        aspect-ratio: 4 / 3;
        min-height: 280px;
        max-height: 420px;
    }
    .yvn-banner-slide__title   { font-size: 26px; margin-bottom: 10px; }
    .yvn-banner-slide__subtitle { font-size: 14px; margin-bottom: 18px; }
    .yvn-banner-slide__content  {
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        text-align: center;
        max-width: none;
        width: 85%;
    }
    .yvn-banner-slide__actions  { gap: 10px; justify-content: center; }
    .yvn-banner-slide__btn      { font-size: 12px; padding: 10px 20px; }
    .yvn-banner-arrow { width: 32px; height: 32px; font-size: 14px; }
    .yvn-banner-arrow--prev { left: 8px; }
    .yvn-banner-arrow--next { right: 8px; }
    .yvn-banner-dots  { bottom: 12px; gap: 8px; padding: 6px 14px; }
    .yvn-banner-dot    { width: 8px; height: 8px; }
}
/* keep old slide-text/shop-btn for other pages that might still reference */
.slide-text { position: absolute; right: 0; text-align: left; width: 775px; top: -20px; }
.slide-text h1 { color: #fff; font-size: 60px; line-height: 1; background-color: #5d9d37; }
.slide-text h4 { color: #fff; margin-bottom: 30px; font-weight: 400; }
.shape { padding: 16px 0; position: relative; text-align: center; }
.shape::after, .shape::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 45%;
}
.shape::before {
    left: inherit;
    right: 0;
}
.slide-text h4 {
	color: #fff;
	margin-bottom: 30px;
	font-weight: 400;
}
a.shop-btn ,a.btn-style {
    background: #fff none repeat scroll 0 0;
    color: #1b1b1b;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}
a.shop-btn::after,.submit-text:after, a.btn-style::after{
    background: #5d9d37 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: -1;
}
a.shop-btn:hover::after,.discount-left a.shop-btn:hover::after,.view-more  a.shop-btn:hover::after,.submit-text:hover:after,a.btn-style:hover:after {
    height: 100%;
}
a.shop-btn:hover,a.btn-style:hover {color: #fff;}
/* ── Navigation Menu ── */
.mobile-menu-area { display: none; }
.nav-menu-wrap {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    justify-content: center;
}
.nav-menu {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    min-width: 0;
}
.nav-menu__item > a,
.nav-menu__trigger {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 94px;
    padding: 0 10px;
    position: relative;
    display: block;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.2s, background 0.2s;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.02em;
}
.nav-menu__trigger {
    cursor: default;
    user-select: none;
}
/* Divider line between menu items */
.nav-menu__item > a::after,
.nav-menu__item > .nav-menu__trigger::after {
    background: rgba(255,255,255,0.2);
    content: "";
    height: 18px;
    margin-top: -9px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    transition: opacity 0.3s;
}
.nav-menu__item:last-child > a::after,
.nav-menu__item:last-child > .nav-menu__trigger::after { display: none; }
.nav-menu__item:first-child > a,
.nav-menu__item:first-child > .nav-menu__trigger { padding-left: 0; }
.nav-menu__item:last-child > a,
.nav-menu__item:last-child > .nav-menu__trigger { padding-right: 0; }
.nav-menu__item > a:hover,
.nav-menu__item.active > a,
.nav-menu__item > .nav-menu__trigger:hover,
.nav-menu__item.active > .nav-menu__trigger {
    color: #8ccc56;
}
/* Active state highlight */
.nav-menu__item.active > a,
.nav-menu__item.active > .nav-menu__trigger { color: #5d9d37 !important; }
.nav-main-bar.sticky .nav-menu__item.active > a,
.nav-main-bar.sticky .nav-menu__item.active > .nav-menu__trigger { color: #5d9d37 !important; }
/* ══════════════════════════════════════════════════════════════
   MEGA MENU — Fabric dropdown (redesigned 2026)
   ══════════════════════════════════════════════════════════════ */
.nav-menu__item { position: relative; }

/* ── Simple Dropdown Arrow ── */
.nav-dropdown-arrow {
    font-size: 10px;
    margin-left: 3px;
    display: inline-block;
    transition: transform 0.25s ease;
}
.nav-menu__item:hover > a > .nav-dropdown-arrow,
.nav-menu__item:hover > .nav-menu__trigger > .nav-dropdown-arrow {
    transform: rotate(180deg);
}

/* ── Simple Dropdown (non-mega) ── *//* Standard single-level dropdown (non-mega) */
.nav-menu__item > ul:not(.nav-mega-dropdown) {
    background: #1a1a1a;
    width: 220px;
    left: 0;
    position: absolute;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
    z-index: 999;
    box-shadow: 0 12px 40px rgba(0,0,0,0.28);
    border-radius: 0 0 8px 8px;
    list-style: none;
}
.nav-menu__item:hover > ul:not(.nav-mega-dropdown) {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.nav-menu__item > ul:not(.nav-mega-dropdown) > li { float: none; }
.nav-menu__item > ul:not(.nav-mega-dropdown) > li > a {
    color: rgba(255,255,255,0.82);
    display: block;
    padding: 9px 18px;
    font-size: 13px;
    font-weight: 500;
    transition: color 0.2s, background 0.2s;
}
.nav-menu__item > ul:not(.nav-mega-dropdown) > li > a:hover {
    color: #8ccc56;
    background: rgba(255,255,255,0.05);
}

/* ── Mega dropdown: viewport-wide background + centered content ── */
.nav-menu__item--mega { position: static; }
.nav-mega-dropdown {
    position: absolute;
    left: 50%;
    width: 100%;          /* 100% of .nav-main-bar (viewport-wide, no scrollbar overflow) */
    top: 100%;
    background: #0b0b0b;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px) translateX(-50%);
    transition: opacity 0.32s ease, transform 0.32s ease, visibility 0.32s;
    z-index: 999;
    box-shadow: 0 24px 48px rgba(0,0,0,0.4), 0 0 0 1px rgba(255,255,255,0.04);
    border-top: 2px solid #5d9d37;
}
.nav-menu__item--mega:hover > .nav-mega-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) translateX(-50%);
}
.nav-mega-dropdown__content {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 0;
}

/* ── fab-mega: inner flex grid — v4 (full-width) ── */
ul.fab-mega {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    max-width: none;
    margin: 0 auto !important;
    padding: 0 !important;
    list-style: none !important;
}
ul.fab-mega > li { float: none !important; margin: 0 !important; }

/* ── Regular columns ── */
.fab-col {
    flex: 1 1 0%;
    padding: 28px 22px 26px 26px;
    border-right: 1px solid rgba(255,255,255,0.07);
    min-width: 0;
    display: flex;
    flex-direction: column;
}
.fab-col:last-child { border-right: none; }

/* ── Column header ── */
.fab-col__head {
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 2px solid rgba(93,157,55,0.35);
}
.fab-col__icon-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 4px;
}
.fab-col__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, rgba(93,157,55,0.18) 0%, rgba(140,204,86,0.08) 100%);
    border-radius: 8px;
    border: 1px solid rgba(93,157,55,0.25);
    flex-shrink: 0;
}
.fab-col__icon svg {
    width: 20px;
    height: 20px;
    stroke: #8ccc56;
    fill: none;
}
.fab-col__title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    color: #fff !important;
    margin: 0 !important;
    line-height: 1.3 !important;
}
.fab-col__tagline {
    font-size: 11px;
    color: rgba(255,255,255,0.45);
    font-weight: 300;
    letter-spacing: 0.03em;
    margin-top: 2px;
    line-height: 1.3;
}

/* ── Column links ── */
.fab-col__links {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: 1;
}
.fab-col__links > li {
    float: none !important;
    display: block !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.fab-col__links > li > a {
    display: flex !important;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,0.62) !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    padding: 8px 0 !important;
    text-decoration: none;
    transition: color 0.2s, padding-left 0.25s;
    font-family: 'Roboto', sans-serif;
    text-transform: none !important;
    white-space: nowrap;
    border: none !important;
    background: none !important;
}
.fab-link-arrow {
    display: inline-block;
    color: rgba(140,204,86,0.4);
    font-size: 11px;
    transition: transform 0.25s, color 0.2s;
    flex-shrink: 0;
    line-height: 1;
}
.fab-col__links > li > a:hover {
    color: #8ccc56 !important;
    padding-left: 6px !important;
}
.fab-col__links > li > a:hover .fab-link-arrow {
    color: #8ccc56;
    transform: translateX(3px);
}
/* Override global mega-menu link styles */
.fab-mega a { color: rgba(255,255,255,0.62) !important; font-weight: 400 !important; line-height: 1 !important; }
.fab-mega a:hover { color: #8ccc56 !important; }

/* Remove old ::after underline animation on fab-mega links */
.fab-mega .fab-col__links > li > a::after { display: none !important; }
.fab-mega .fab-col__links > li > a::before { display: none !important; }

/* ── Weave column ── */
.fab-col--weave { flex: 1 1 0%; min-width: 0; }

/* ── In-Stock panel column ── */
.fab-col--instock {
    flex: 1 1 0%;
    min-width: 0;
    padding: 0;
    border-right: none;
    background: linear-gradient(160deg, #0a1f04 0%, #1d4d0e 40%, #0f3a07 100%);
    position: relative;
    overflow: hidden;
}
.fab-col--instock::before {
    content: '';
    position: absolute;
    top: -30px;
    right: -30px;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, rgba(93,157,55,0.15) 0%, transparent 70%);
    border-radius: 50%;
}
.fab-instock-panel {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 26px 22px 24px;
    gap: 8px;
    position: relative;
    z-index: 1;
}
.fab-instock-panel__badge {
    display: inline-block;
    padding: 4px 12px;
    background: #5d9d37;
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.15em;
    border-radius: 100px;
    width: fit-content;
    text-transform: uppercase;
}
.fab-instock-panel__icon svg {
    width: 38px;
    height: 38px;
    stroke: #8ccc56;
    fill: none;
    margin-top: 4px;
}
.fab-instock-panel__title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #fff !important;
    line-height: 1.2 !important;
    margin: 0 !important;
}
.fab-instock-panel__desc {
    font-size: 12px;
    color: rgba(255,255,255,0.55);
    line-height: 1.5;
    margin: 0;
}
.fab-instock-panel__features {
    list-style: none !important;
    padding: 0 !important;
    margin: 6px 0 0 !important;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.fab-instock-panel__features > li {
    float: none !important;
    display: block !important;
    font-size: 12px;
    color: rgba(255,255,255,0.7);
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 6px;
}
.feat-check {
    color: #8ccc56;
    font-weight: 700;
    font-size: 13px;
}
.fab-instock-panel__btn {
    display: block;
    padding: 12px 20px;
    background: linear-gradient(135deg, #5d9d37 0%, #4a8a28 100%);
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
    margin-top: auto;
    box-shadow: 0 4px 12px rgba(93,157,55,0.3);
}
.fab-instock-panel__btn:hover {
    background: linear-gradient(135deg, #6aad42 0%, #5d9d37 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(93,157,55,0.4);
    color: #fff !important;
}

/* cart menu */
.cart-menu-area li {position: relative;}
.cart-menu-area li > a {
    display: block;
    position: relative;
}
.cart-menu {
	background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
	opacity: 0;
	padding: 10px;
	position: absolute;
	right: -15px;
	top: 150%;
	transition: all 0.5s ease 0s;
	visibility: hidden;
	width: 275px;
	box-shadow:0 3px 6px #999;
}
.cart-menu-area li:hover .cart-menu {
	opacity: 1;
	top: 100%;
	transition: all 0.5s ease 0s;
	visibility: visible;
}
.cart-menu-area li > a i {
    color: #fff;
    font-size: 45px;
    line-height: 100px;
}
.cart-menu-area li a span {
    background: #000 none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #5d9d37;
    height: 25px;
    left: 10px;
    line-height: 21px;
    position: absolute;
    text-align: center;
    top: 16px;
    width: 25px;
}
.cart-menu > li > a {
    float: left;
    width: 85px;
}
.cart-menu-title {
    background: #fff none repeat scroll 0 0;
    overflow: hidden;
    padding: 23px 0 22.5px 15px;
}
.cart-menu > li {
    float: none;
    margin-bottom: 10px;
    overflow: hidden;
}
.cancel-item i {
    border: 1px solid #333;
    border-radius: 50%;
    color: #999;
    cursor: pointer;
    font-size: 10px;
    height: 15px;
    line-height: 13px;
    margin-top: -7px;
    position: absolute;
    right: 10.2px;
    text-align: center;
    top: 50%;
    transition: all 0.3s ease 0s;
    width: 15px;
    z-index: 555;
}
.cart-menu-title > span {
    display: block;
    overflow: hidden;
}
.cancel-item i:hover {
    border-color: #5d9d37;
    color: #5d9d37;
}
.cart-menu-title h5, .cart-menu-title span {
    color: #333;
    font-size: 12px;
}
.cart-menu-title h5 {
    margin-bottom: 5px;
    transition: all 0.3s ease 0s;
}
.cart-menu-title h5:hover {color: #5d9d37;}
.cart-menu .cart-menu-btn > a {
    background: #fff none repeat scroll 0 0;
    font-family: roboto;
    line-height: 40px;
    text-align: center;
    width: 48.8%;
}
.cart-menu .cart-menu-btn > a:first-child {
    margin-right: 6px;
}
.cart-menu > li:last-child {
    margin-bottom: 0;
    margin-top: 15px;
}
.cart-menu .cart-menu-btn > a:hover {
    background: #5d9d37 none repeat scroll 0 0;
    color: #fff;
}
/* next prev */
.slick-arrow {
    cursor: pointer;
    margin-top: -15px;
    position: absolute;
    top: 50%;
	transition:.4s;
}
.next.slick-arrow {right: 0;}
.prev.slick-arrow {
    z-index: 2;
	left:0
}
.single-products:hover .next.slick-arrow {
  right: -35px;
}
.single-products:hover .prev.slick-arrow {
  left: -35px;
}
/* single products  */
.product-item {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #eee;
    padding: 1px;
}
.product-item-ab {
    padding: 8px;
}
.slick-slide img {display: inline-block;}
.pro-img > a {display: block;}
.actions-btn a i {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ddd;
	color: #777;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;
	position: relative;
	transition: all 0.3s ease 0s;
	width: 40px;
	z-index: 2;
}
.actions-btn a i::after {
    background: #5d9d37 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: -1;
}
.actions-btn a i:hover::after {
    transform: scale(1);
}
.actions-btn li:last-child a i {
    margin-right: 0;
}
.actions-btn a i:hover {color: #fff;border-color:#5d9d37;}
.single-arrival .product-title a .cat-label {
    color: white;
	font-size: 25px;
}
.product-title a .cat-label {
	color: #000;
	font-size: 20px;
	font-weight: 900;
	text-transform: none;
	transition: all 0.3s ease 0s;
	display: inline-block;
    font-family: 'Montserrat', sans-serif;
}
/* Product title in category loops — migrated from h5 to h4 */
.product-title a h4 {
	color: #000;
	font-size: 20px;
	font-weight: 900;
	transition: all 0.3s ease 0s;
	display: inline-block;
    font-family: 'Montserrat', sans-serif;
}
.product-title > p {
    font-size: 16px;
    font-weight: 500;
}
.product-title span {
    color: #5d9d37;
    margin-left: 10px;
}
.product-title a .cat-label:hover,
.product-title a h4:hover,
.product-title a h5:hover,
.product-content .product-title a .cat-label:hover,
.product-content .product-title a h4:hover,
.product-content .product-title a h5:hover { color: #5d9d37; }
.single-slide .padding30 {padding: 30px;}
.actions-btn ul {
	display: inline-block;
	padding: 4px 0;
}
.featured-slider .actions-btn ul  {
	opacity:0;
	z-index:-1;
	position:relative;
}
.featured-slider .actions-btn ul  ,.single-slide .padding30,.single-slide.slick-current  .padding30 .actions-btn ul ,.single-slide.slick-current  .padding30  {
	transition:all 0.5s ease 0s;
}
.featured-slider{height:400px;}
.single-slide.slick-current  .padding30 .actions-btn ul {
	padding: 20px 0;
	opacity:1;
	z-index:1;
}
.single-slide .pro-img {padding: 10px;}
.single-slide.slick-current  .padding30 .pro-img ,.single-slide.slick-current  .padding30 {padding: 0px;}
/* featured product */
.featured-slider.single-products {
	margin-left: -30px;
	margin-right: -30px;
}
/* sell up section */
.padding100{padding:100px 0;}
.sell-up-area {
	background: #f9f9f9 none repeat scroll 0 0;
	position: relative;
	z-index:1;
}
.shadow-l-r {
	background-attachment: scroll, scroll;
	background-image: url("../img/icon/s-left.png"), url("../img/icon/s-right.png");
	background-position: 0 0, 100% 0;
	background-repeat: no-repeat;
	padding: 0 30px;
	margin: 0 -30px;
}
.sell-up-left {
	background-color: #fff;
	padding: 100px 5px 100px 30px;
}
.sell-up-area::after {
    background: #eee none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 100px;
    left: 0;
    position: absolute;
    width: 100%;
	z-index:-1;
}
/* sell up left */
.sell-up-left h4 {
    color: #777;
    font-weight: 400;
}
.sell-up-left h4 ,.view-more a.shop-btn{
    text-transform: capitalize;
}
.sell-up-left h2 {
    color: #777;
    font-size: 40px;
    margin: 0;
}
.sell-up-left strong,.tab-menu li.active a {
    color: #1b1b1b;
}
.sell-up-left hr.line,.blog-item hr.line {
    height: 4px;
    margin: 10px 0 50px;
    position: relative;
    width: 120px;
}
.sell-up-left hr.line::after,.blog-item hr.line::after {
    background: #777 none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    width: 50%;
}
.sell-up-left li span {
    border: 1px solid #1b1b1b;
    display: inline-block;
    height: 10px;
    margin-right: 20px;
    width: 10px;
}
.sell-up-left a.shop-btn{
    margin-top: 50px;
}
.sell-up-left li {
    color: #1b1b1b;
    margin-bottom: 15px;
}
.sell-up-left li:last-child {
    margin-bottom: 0;
}
.sell-up-left a.shop-btn,.back-buttons a.shop-btn {
  background: #777 none repeat scroll 0 0;
  color: #fff;
  font-family: roboto;
  font-weight: 500;
}
/* sell up right */
.sell-up-right {
  padding-top: 125px;
  text-align: center;
}
.sell-up-right .next.slick-arrow {
  right: -25px;
}
.sell-up-right .prev.slick-arrow {
  left: -30px;
}
.sell-up-right .slick-arrow {
  margin-top: 50px;
}
/* riding section */
.riding-title {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    padding: 20px 0;
}
.riding-one .riding-title{padding:20px 15px;}
.riding-one .product-item {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 0 none;
    transition: all 0.3s ease 0s;
    padding: 0;
}
.link-icon a {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    left: 50%;
    line-height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.5s ease 0s;
    width: 50px;
    z-index: 2;
}
.pro-img {position: relative;}
.riding-one .pro-img::after,.single-arrival .product-item:after,.footer-contact:after {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.4s ease 0s;
    width: 100%;
	opacity:0;
}
.riding-one .pro-img::after,.link-icon a  {opacity:0;}
.link-icon a:hover {
    background: #5d9d37 none repeat scroll 0 0;
}
.discount-left a.shop-btn:hover,.link-icon a:hover {border-color: #5d9d37;}
.riding-area .product-title span{margin:0;}
.riding-item {padding: 20px 15px;}
.riding-slider {margin: -20px 0;}
.riding-item:hover .product-item ,.single-arrival .product-item:hover{
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.4);
	transition:.3s;
}
.riding-item:hover .pro-img::after ,.riding-item:hover .link-icon a ,.single-arrival .product-item:hover:after {
    opacity:1;
}
.riding-item  .actions-btn ul,.best-sell-area .product-item  .actions-btn ul,.single-arrival .actions-btn ,.arival-two .actions-btn ul,.others-product .actions-btn ul,.product-content .actions-btn ul {
    transform:scale(0);
	transition:.5s;
}
.riding-item:hover  .actions-btn ul ,.best-sell-area .product-item:hover  .actions-btn ul ,.single-arrival .product-item:hover .actions-btn,.arival-two .product-item:hover .actions-btn ul,.others-product .product-item:hover .actions-btn ul,.product-content .product-item:hover .actions-btn ul {
    transform:scale(1);
	transition:.5s;
}
.arrival-title {
    position: relative;
    z-index: 2;
	transition:.3s;
}
.product-item:hover .arrival-title { opacity: 0.3;transition:.3s;}
/* discount section */
.discount-area {
  background: #fff url("../img/bg1.png") no-repeat scroll center center / cover ;
  padding-top: 30px;
}
.discount-left > h4 {
    color: #777;
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.discount-left > h2 {
	font-size:36px;
    font-weight: 400;
}
.discount-left strong {
    color: #1b1b1b;
    display: block;
}
.discount-left > p {
  margin: 25px 0 15px;
  width: 400px;
}
.discount-left a.shop-btn {
	border: 1px solid #000;
}
.discount-left a.shop-btn,.view-more  a.shop-btn{
	font-weight: 300;
	font-family: roboto;
}
.discount-left a.shop-btn::after ,.view-more  a.shop-btn::after ,.submit-text:after{
  height: 0px;
}
/* countdown */
.count-text {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
    display: block;
    margin-bottom: 50px;
    margin-top: 90px;
    padding: 25px 0;
    text-align: center;
    width: 405px;
}
.count-text li span {
    font-size: 34px;
    font-weight: 700;
	line-height:1;
}
.count-text li {
    border-left: 1px solid #777;
    width: 25%;
}
.count-text li:first-child {border: 0 none;}
.count-text li p {
    font-weight: 700;
    text-transform: uppercase;
}
.discount-right {
	position: relative;
	top: 75px;
}
/* best sell section */
.best-sell-one{
	background: linear-gradient(to top, #f1f1f1, #fff);
    background: -webkit-linear-gradient(to top, #f1f1f1, #fff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(to top, #f1f1f1, #fff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(to top, #f1f1f1, #fff); /* For Firefox 3.6 to 15 */
}
.best-sell-one .product-item {
	background: #fff none repeat scroll 0 0;
	padding: 0 10px;
}
.best-sell-one .riding-title {
	border: 0 none;
	padding: 30px 0 20px 0px;
}
.product-title del {font-weight: 400;}
/* tab one */
.tab-menu a {
    color: #777;
    font-family: roboto;
    font-size: 15px;
    font-weight: 500;
}
.tab-menu span {
    margin: 0 12px;
}
.tab-menu {
    display: inline-block;
    margin-bottom: 40px;
}
.tab-content .tab-pane {
	display: block;
	height: 0;
	overflow: hidden;
}
.tab-content .active {
	display: block;
	height: auto;
	overflow: visible;
}
.view-more {padding: 25px 0;}
/* arrival section */
.single-arrival .actions-btn {
	bottom: 13%;
	left: 0;
	position: absolute;
	right: 0;
	z-index:999;
}
.single-arrival.left .pro-img, .single-arrival.right .pro-img {
    padding: 5px;
}
.single-arrival.middel .actions-btn {bottom: 28%;}
.single-arrival.middel .tag-new {
    left: 10px;
    top: 10px;
}
.tag-new {
    left: 4%;
    position: absolute;
    top: 10%;
}
.single-arrival .product-item ,.blog-text{
    position: relative;
	transition:.3s;
}/*
.single-arrival.left .tag-new {
    left: inherit;
    right: 4%;
}*/
.single-arrival .product-item {
	background: #f3f3f3 none repeat scroll 0 0;
	border: 0 none;
}
.single-arrival.middel .margin-top {margin-top: 30px;}
.single-arrival .product-item::after {
  background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
  pointer-events: none;
}
/* blog section */
.blog-item hr.line {
	height: 80px;
	margin: 0;
	position: absolute;
	top: -60px;
	width: 2px;
}
.blog-item hr.line::after {
	background: #000 none repeat scroll 0 0;
	height: 50%;
	width: 100%;
	bottom: 0;
}
.blog-text {padding: 30px 20px 0;}
.blog-item.middel .blog-text {padding: 30px 20px;}
.blog-text.clearfix a h4:hover {
    color: #5d9d37;
}
.blog-text h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.blog-text.clearfix > p span {
    display: inline-block;
    margin-bottom: 25px;
}
.blog-text.clearfix a h4,.blog-item:hover hr.line::after,.blog-item hr.line::after {
    transition: all 0.3s ease 0s;
}
.blog-item .view-more a.shop-btn {
    border: 1px solid #000;
}
.blog-item .view-more a.shop-btn:hover {
    border-color: #5d9d37;
}
.blog-item.middel hr.line {
	bottom: -60px;
	top:inherit;
}
.blog-item.middel .blog-text {padding-top:0;}
.blog-item .view-more{padding:40px 0 0 0;}
.blog-item:hover hr.line::after{bottom:50%;}
/* footer section */
/* brand logo */
.brand-logo-area {
    background: #1b1b1b none repeat scroll 0 0;
    padding: 50px 0;
    text-align: center;
}
.brand-logo {
    overflow: hidden;
}
.brand-logo ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.brand-logo li {
    padding: 0;
    flex-shrink: 0;
}
.brand-logo li img {
    max-height: 48px;
    height: auto;
    width: auto;
    opacity: 0.45;
    transition: opacity 0.3s;
}
.brand-logo li img:hover { opacity: 1; }
/* map and contact area */
.googleMap-info{position:relative;}
#googleMap{height:450px;}
.half-width {
    float: left;
    width: 50%;
}
.half-width-1 {
    float: left;
    width: 49%;
	background: rgba(0, 0, 0, 0) url("../img/footer/bg1.webp") repeat scroll 0 0;
    height: 450px;
    padding: 13px 0 50px 85px;
}
/* footer contact */
.footer-contact {
    background: rgba(0, 0, 0, 0) url("../img/footer/bg1.webp") repeat scroll 0 0;
    height: 450px;
    padding: 50px 0 50px 85px;
    position: relative;
}
.footer-contact form {
    position: relative;
    width: 100%;
    max-width: 500px;
    z-index: 2;
}
.half-width-1 form {
    position: relative;
    width: 100%;
    max-width: 500px;
    z-index: 2;
}
.input-text > input, .input-text > textarea {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: white none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #e0e0e0;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #959595;
    font-size: 13px;
    font-weight: 500;
    height: 30px;
    margin-bottom: 30px;
    width: 100%;
}
.input-text > textarea{height:auto;}
.submit-text > input,.submit-text {
	display: inline-block;
	position: relative;
	z-index: 2;
}
.submit-text > input {
    background: #5d9d37 none repeat scroll 0 0;
    border: 2px solid #e0e0e0;
    color: #ffffff;
    font-weight: 500;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.input-text > input:focus, .input-text > textarea:focus {
    border-color: #fff;
}
.submit-text > input:hover {
    border-color: #5d9d37;
}
.footer-contact:after{opacity:1;}
 .footer-contact::after {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}
.footer-contact .input-text > input,.footer-contact .input-text > textarea {
  color: #fff;
}
.footer-logo-text {padding: 30px 0;}
.footer-logo-text a img {
    margin-bottom: 20px;
}
.footer-cta {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #1b1b1b;
    line-height: 1.6;
    margin-bottom: 0;
}
.contact-style-two {
	padding: 30px;
	height: auto;
	background-position: 100% 100%;
}
/* footer top  */
.footer-top {
    background: rgba(0, 0, 0, 0) url("../img/footer/bg2.jpg") no-repeat scroll center center / cover ;
}
.footer-title > h4 {
    font-weight: 700;
    margin-bottom: 5px;
}
.footer-menu li,.contact-link li {
    float: none;
    margin-bottom: 13px;
}
.footer-menu li a {
    font-size: 14px;
    text-transform: capitalize;
}
.footer-menu li a {
  font-family: "Roboto",sans-serif;
}
.footer-menu li:last-child ,.contact-link li:last-child {
    margin-bottom: 0;
}
.footer-menu li a:hover {color: #5d9d37;}
.contact-link li p {overflow:hidden;}
.contact-link li p, .contact-link li ,.footer-menu li a {
    color: #444;
}
.contact-link span {
	width:70px;
    float: left;
}
/* social link actions */
.social-link.actions-btn a i {
    border-color: #1b1b1b;
	text-align:center;
}
.social-link.actions-btn a:hover i {
    background: #5d9d37 none repeat scroll 0 0;
    border-color: #5d9d37;
    color: #fff;
}
.social-link.actions-btn ul {padding: 0 0 3px;}
.s-footer-text > h4 {margin-bottom: 30px;}
.s-footer-text > form {width: 330px;}
.s-footer-text .input-text > input {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    color: #777;
    float: left;
    height: 45px;
    line-height: 45px;
    margin: 0;
    padding: 10px 15px;
    width: 239px;
}
.s-footer-text .submit-text > input {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    color: #1b1b1b;
    float: right;
    height: 45px;
    line-height: 45px;
}
.s-footer-text .submit-text::before {
    background: #1b1b1b none repeat scroll 0 0;
    content: "";
    height: 25px;
    left: 0;
    margin-top: -12.5px;
    position: absolute;
    top: 50%;
    transition: all 0.3s ease 0s;
    width: 1px;
    z-index: 3;
}
.s-footer-text .submit-text:hover::before {
    background: #5d9d37 none repeat scroll 0 0;
}
.s-footer-text .submit-text > input:hover {
    color: #5d9d37;
}
/* footer bottom */
.footer-bottom {
    background: #1b1b1b none repeat scroll 0 0;
}
.footer-bottom .left p, .footer-bottom .left p a {
    color: #fff;
    font-family: roboto;
    font-weight: 300;
    line-height: 50px;
}
.mayment-card li {margin-left: 20px;}
.mayment-card li, .footer-bottom .left a {line-height: 50px;}
.mayment-card li a:hover {opacity: 0.7;}
.footer-bottom .left p a:hover {color: #5d9d37;}
/* product details thumo slider */
.large-slider a {
	background: #fff none repeat scroll 0 0;
	bottom: 20px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: 20px;
	text-align: center;
	width: 40px;
}
.large-slider {
	cursor: e-resize;
	margin-bottom: 40px;
}
.thumb-slider .slick-slide.slick-current img{border:1px solid #ddd;}
.thumb-slider{margin: 0 -15px;}
.thumb-slider .slick-slide {
	cursor: pointer;
	padding: 0 15px;
}
.image-source-link {color: #98C3D1;}
/* mfg zoom */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {opacity: 1;}
.mfp-with-zoom.mfp-ready.mfp-bg {opacity: 0.8;}
.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {opacity: 0;}

/* arrow  */
.left .thumb-slider .slick-arrow i {
    border: 1px solid #e1e1e1;
    color: #a4a4a4;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 30px;
}
.angle-left.slick-arrow {left: 0px;}
.angle-right.slick-arrow {right: 0px;}
.left .slick-arrow i:hover {
    background: #5d9d37 none repeat scroll 0 0;
    border-color: #5d9d37;
    color: #fff;
}
.slick-arrow {z-index: 3;}
/* product-details title */
.product-details .right hr {
    background: #ddd none repeat scroll 0 0;
    border: 0 none;
    height: 1px;
    margin: 40px 0;
}
.singl-pro-title > h3 {
    color: #555;
    font-weight: 500;
}
.singl-pro-title h1 {
    color: #1b1b1b;
    font-family: "Montserrat",sans-serif;
    font-size: 32px;
}
.product-details .leave-comment {margin-top: 0;}
.color-brand .s-select {
	float: left;
	margin-right: 15px;
	width: 108px;
}
/* custom select */
select {-moz-appearance: none;-webkit-appearance: none;}
.custom-select {position: relative;}
.custom-input input, .custom-select select {
	border: 1px solid #ddd;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	padding: 0 20px;
	width: 100%;
}
.custom-input input{padding: 7px 15px;}
.custom-select::after {
	border-left: 1px solid #ddd;
	color: #1b1b1b;
	content: "";
	font-family: fontawesome;
	font-size: 15px;
	height: 100%;
	line-height: 35px;
	pointer-events: none;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 20px;
}
.custom-select select:focus {
	-webkit-box-shadow: 0 0 0px 0px #ddd;
	-moz-box-shadow: 0 0 0px 0px #ddd;
	box-shadow: 0 0 0px 0px #ddd;
}
.qtybutton,.custom-select select{cursor:pointer;}
/* plus-minus-box  */
.s-select.s-plus-minus {
    border: 1px solid #ddd;
    height: 34px;
    line-height: 35px;
    margin: 0;
    padding: 0 10px;
    text-align: center;
    width: 65px;
}
.plus-minus-box {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    height: 33px;
    padding: 0;
    text-align: center;
    width: 20px;
}
.plus-minus {display: inline-block;}
.dec.qtybutton ,.inc.qtybutton,.plus-minus-box {float: left;}
.dec.qtybutton {font-size: 17px;}
.inc.qtybutton {font-size: 14px;}
.singl-pro-title .actions-btn li:first-child a i{width:auto;}
.singl-pro-title .actions-btn li:first-child a {
    border: 1px solid #ddd;
    color: #777;
    display: block;
    font-family: roboto;
    font-weight: 400;
    height: 44px;
    margin-right: 15px;
    padding: 0 10px;
    width: 145px;
}
.singl-pro-title .actions-btn li:first-child a i {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    font-size: 16px;
}
.singl-pro-title .actions-btn li:first-child a:hover, .singl-pro-title .actions-btn li a:hover i{
    border-color: #5d9d37;
    color: #fff;
}
.singl-pro-title .actions-btn li:first-child a:hover,.singl-pro-title .actions-btn li a:hover i{
    background: #5d9d37 none repeat scroll 0 0;
}
.singl-pro-title .actions-btn li:first-child a:hover i{background:transparent;}
.singl-pro-title .actions-btn ul{padding:20px 0 0 0;}
/* tag */
.categ-tag li {
    color: #1b1b1b;
    float: none;
    font-size: 13px;
    font-weight: 500;
}
.categ-tag li a {
	color: #777;
	font-family: roboto;
	font-size: 14px;
	font-weight: 100;
	text-transform: capitalize;
}
.categ-tag li a:hover,
.related-area .product-title a .cat-label:hover,
.related-area .product-title a h4:hover,
.related-area .product-title a h5:hover,
.list-view .product-item h4:hover,
.category li a:hover {
    color: #5d9d37;
}
.categ-tag {margin-bottom: 40px;}
/* specific-product */
.specific-pro-title {
    background: #ddd none repeat scroll 0 0;
    color: #1b1b1b;
    display: block;
    float: none;
    line-height: 40px;
    padding-left: 25px;
    text-transform: uppercase;
	font-size: 20px;
    font-family: 'Montserrat', sans-serif;
}
.specific-pro span {
    background: #f7f7f7 none repeat scroll 0 0;
    border-bottom: 1px solid #fff;
    color: #555;
    float: left;
    padding: 15px 0 14px 25px;
    width: 150px;
}
.specific-pro li p {
    border-right: 1px solid #ddd;
    color: #555;
    line-height: 20px;
    overflow: hidden;
    padding: 15px 0 15px 15px;
}
.specific-pro ul li {float: none;}
.specific-pro li:last-child p {
    border-bottom: 1px solid #ddd;
    bottom: 2px;
    position: relative;
}
.specific-pro li:last-child span {
    border-bottom: 0 none;
}
/* tab menu */
.pro-des-tab .tab-menu a ,.normal-tab .tab-menu a {
    color: #c2c2c2;
    display: block;
    font-size: 14px;
    font-weight: 900;
    position: relative;
}
.pro-des-tab .tab-menu li,.normal-tab .tab-menu li {
    margin-right: 40px;
}
.pro-des-tab .tab-menu ul,.normal-tab .tab-menu ul {
    overflow: hidden;
    position: relative;
}
.pro-des-tab .tab-menu ,.normal-tab .tab-menu {
    display: block;
    margin: 0;
    position: relative;
}
.pro-des-tab .tab-menu li a,.normal-tab .tab-menu li a {
    padding-bottom: 20px;
    position: relative;
}
.pro-des-tab .tab-content,.normal-tab .tab-content {
    border: 1px solid #ddd;
    padding: 50px 35px;
}
.product-details .tab-content .leave-comment {margin-top: 0;}
.margin50{margin: 50px 0;}
.pro-des-tab .tab-menu::after,.normal-tab .tab-menu::after {
    background: #ebebeb none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.pro-des-tab {margin-top: 50px;}
.pro-des-tab .tab-menu li a ,.normal-tab .tab-menu li a {border-bottom: 2px solid transparent;}
.pro-des-tab .tab-menu li.active a,.normal-tab .tab-menu li.active a {
    border-color: #3e3e3e;
    color: #3e3e3e;
}
.normal-tab .tab-menu {margin-bottom: 30px;}
/* related product section */
.related-title > h5 {
    color: #3e3e3e;
    display: inline-block;
    font-weight: 900;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}
.related-title > h5::after {
    background: #3e3e3e none repeat scroll 0 0;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}
.related-title {
    border-bottom: 2px solid #ebebeb;
    position: relative;
}
.tag-n-s{
	background: #5d9d37 none repeat scroll 0 0;
	border-radius: 3px;
	color: #fff;
	height: 28px;
	left: 15px;
	line-height: 28px;
	position: absolute;
	top: 20px;
	width: 68px;
}
/* ratting */
.related-area .riding-title {
	background: #fff none repeat scroll 0 0;
	border: 0;
	padding: 20px 0 0 0;
}
.ratting i {
    color: #5d9d37;
    cursor: pointer;
    font-size: 10px;
    margin: 5px 0;
}
.ratting i.gray-star,.product-content .ratting i.gray-star {
    color: #cfcfcf;
}
.product-item .ratting {
  margin: 2px 0;
}
/* related product title */
.related-area .product-title a .cat-label,
.related-area .product-title a h4,
.related-area .product-title a h5 {
	color: #838383;
	font-size: 14px;
	margin: 0;
}
.related-area .product-title span {
	color: #616161;
	margin-left: 0;
	font-size: 14px;
	font-weight: 700;
}
.related-area .product-title del {color: #afafaf;}
.related-area.riding-one .pro-img::after {z-index:-1;}
/* slick-arrow */
i.slick-arrow {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #adadad;
    border-radius: 3px;
    color: #adadad;
    font-size: 25px;
    height: 47px;
    line-height: 47px;
    width: 47px;
}
i.slick-arrow:hover {
    background: #5d9d37 none repeat scroll 0 0;
    border-color: #fff;
    border-radius: 4px;
    color: #fff;
}
.related-slider {margin: 0 -15px;}
.pro-details-f.footer-contact::after{background:rgba(0, 0, 0, .0) none repeat scroll 0 0;}
/* quick view modal */
.main-view {
	background: #fff none repeat scroll 0 0;
	padding: 30px;
	border-radius: 0;
}
.quick-view .modal-dialog {
	width: 100%;
	margin: 20px 0;
}
.quick-view .modal-footer {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #333;
	border-radius: 50%;
	cursor: pointer;
	height: 25px;
	padding: 0;
	position: absolute;
	right: -15px;
	text-align: center;
	top: -15px;
	width: 25px;
}
.modal.animated{animation-duration:.6s;}
/*-------------------------------------
[ 3. Home Version Two ]
---------------------------------------*/
.mata-area .product-item {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  padding: 0;
  position: relative;
}
.mata-area .product-item::after,.list-view .pro-img:after {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.6s ease 0s;
	width: 100%;
	opacity:0;
}
.mata-area .product-item:hover .product-title a .cat-label,
.mata-area .product-item:hover .product-title a h4,
.mata-area .product-item:hover .product-title a h5,
.mata-area .product-item:hover .product-title span {
  color:#fff;
}
.mata-area .product-item:hover .link-icon a,.mata-area .product-item:hover::after,.list-view .single-product:hover .pro-img:after ,.single-product:hover .link-icon a{
  opacity:1;
}
.mata-area .zoom-gallery img {
  position: relative;
  top: -2px;
}
.list-view .link-icon a img {
  position: relative;
  top: -2px;
}
.mata-area .link-icon {
	left: 50%;
	margin-left: -60px;
	margin-top: -25px;
	opacity: 1;
	position: absolute;
	top: 20%;
	transition: all 0.5s ease 0s;
	visibility: hidden;
	width: 120px;
}
.mata-area .product-item:hover .link-icon {
	top: 50%;
	transition: all 0.4s ease 0s;
	visibility: visible;
}
.mata-area .link-icon a {
	float: left;
	margin: 0 5px;
	position:inherit;
	left:0;
	top:0;
}
.mata-area .zoom-gallery > a {
	left: inherit;
	position: absolute;
	right: 0;
}
.mata-area .mata-title {
    bottom: 20px;
    left: 40px;
    position: absolute;
    z-index: 2;
}
.mata-area .zoom-gallery {
  position: relative;
  z-index: 2;
}
.mata-area .product-title span {
  color: #5d9d37;
  margin-left: 0px;
}
.mata-area .product-item.margin-top {margin-top: 30px;}
/* up-sell-two */
.up-sell-two.discount-area {
  background: #fff url("../img/bg2.jpg") no-repeat scroll center center / cover ;
  padding-top: 0px;
}
.up-sell-two .discount-left {padding: 100px 0 0 90px;}
.up-sell-two .count-text {
	background: transparent none repeat scroll 0 0;
	box-shadow: none;
	margin-bottom: 5px;
	margin-top: 0;
	padding: 30px 0;
	text-align: left;
}
.up-sell-two .count-text li {border-left: 0 none;}
.up-sell-two .discount-left > h2 {
	font-size: 40px;
	font-weight: 700;
	text-transform: capitalize;
}
.up-sell-two .count-text li span {
	font-size: 30px;
	color:#555;
}
.up-sell-two .count-text li p {font-weight: 400;}
.up-sell-two .discount-right {
	box-shadow: 4px 4px 14px rgba(51, 51, 51, 0.5);
	margin: 80px 0;
	top: inherit;
}
.up-sell-two .discount-right::after {
    border: 1px solid #dddddd;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0.98);
    width: 100%;
}
/* arival-two */
.arival-two .container-fluid {
	padding: 0 100px;
	position: relative;
    z-index: 2;
}
.arival-two .riding-title {
	background: #f1f1f1 none repeat scroll 0 0;
	border: 0 none;
	padding: 25px 0 40px;
}
.arival-two .actions-btn ul {padding: 10px 0 0;}
/* others product  */
.bg-3 {
    background: rgba(0, 0, 0, 0) url("../img/bg3.webp") no-repeat scroll center center / cover ;
}
.others-product {position: relative;}
.others-product::after {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.others-product .container {
    position: relative;
    z-index: 2;
}
.others-product .product-item,.popular-product .riding-title {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
}
.others-product .product-item {
	padding: 0;
	position: relative;
}
.others-product .pro-img {background: #fff none repeat scroll 0 0;}
.others-product .actions-btn ul {
	bottom: 100px;
	display: inline-block;
	left: 50%;
	margin-left: -70px;
	padding: 0;
	position: absolute;
}
.others-product .riding-title {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	padding: 30px 0 0;
}
.others-product .product-title a .cat-label,
.others-product .product-title a h4,
.others-product .product-title a h5,
.others-product .product-title span,
.others-product .product-title p {
  color: #fff;
}
.others-product .single-products .next.slick-arrow {
  right: -35px;
}
.others-product .single-products .prev.slick-arrow {
  left: -35px;
}
.others-product .single-products .slick-list {
	margin-top: -15px;
	padding-top: 15px;
}
.others-product .tag-n-s {
	border-radius: 0;
	height: 30px;
	left: 10px;
	line-height: 30px;
	top: -15px;
	width: 40px;
}
/* popular product */
.popular-product .single-products .margin-top{margin-top:30px;}
.popular-product .product-title span {font-weight: 700;}
.popular-product .product-title > p {
  font-weight: 400;
}
/* blog two text */
.blog-two .blog-text h4 {
    color: #3e3e3e;
    font-size: 16px;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    word-wrap: break-word;
}
.blog-two .blog-text {padding: 20px 0 0;}
.blog-two .blog-item .view-more {padding: 30px 0 0;}
.blog-two a.shop-btn i {
    color: #777;
    font-size: 18px;
    transition: all 0.3s ease 0s;
}
.blog-two a.shop-btn:last-child {
    margin-left: 2px;
    padding: 0 10px;
}
.blog-two a.shop-btn:hover i {color: #fff;}
.blog-two .blog-item .view-more a.shop-btn {
    border-color: #777;
	line-height:30px;
}
.blog-two .blog-item .view-more a.shop-btn:hover {
    border-color: #5d9d37;
}
.blog-two .blog-text .date-com {
    color: #a1a1a1;
    font-size: 12px;
}
.blog-two .blog-text .date-com span {
    color: #5d9d37;
    font-weight: 600;
    margin: 0;
}
.blog-two .blog-item:hover hr.line::after {
	bottom: 0;
	left: 0;
}
.blog-two .blog-item hr.line::after {
	bottom: 0;
	height: 100%;
	left: 50%;
	width: 50%;
}
.blog-two .blog-item hr.line {
	height: 2px;
	margin: 20px 0 25px;
	position: relative;
	top: 0;
	width: 80px;
}
/*-------------------------------------
[ 4. Home Version Three ]
---------------------------------------*/
.box-wrapper{width:1200px;margin:0 auto;background:#fff;}
.box-layout{background:#ddd;}
.box-wrapper .featured-slider.single-products {
	margin-left: 0;
	margin-right: 0;
}
.box-wrapper .single-products:hover .prev.slick-arrow {
  left: 0px;
}
.box-wrapper .single-products:hover .next.slick-arrow {
  right: 0px;
}
.box-wrapper .others-product .single-products .prev.slick-arrow {
  left: -24px;
}
.box-wrapper .others-product .single-products .next.slick-arrow {
  right: -24px;
}
/*-------------------------------------
[ 5. Shop Pages ]
---------------------------------------*/
/* Shop page */
.shop-menu {
    border-bottom: 0px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px 0;
}
.shop-menu .tab-menu a {
    border: 1px solid #ddd;
    color: #ddd;
    display: block;
    height: 30px;
    line-height: 30px;
    margin-right: 15px;
    text-align: center;
    width: 30px;
	float:left;
}
.shop-menu .tab-menu,.pagnation-ul {
	position: relative;
	margin: 0;
	top: 3px;
}
.shop-menu .tab-menu a.active {
    border-color: #777;
    color: #1b1b1b;
}
.shop-menu .right li:first-child {margin-right: 15px;}
.shop-menu .custom-select {float: right;}
.shop-menu .right p {
    float: right;
    font-size: 12px;
    margin-right: 10px;
    position: relative;
    top: 6px;
}
.shop-menu .form-control {
    color: #333;
    text-align: center;
}
.shop-menu .custom-select::after {border: 0 none;}
.product-content .tab-content {margin-top: 20px;}
.product-content .product-item {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	padding: 0;
}
.product-content .product-title a .cat-label,
.product-content .product-title a h4,
.product-content .product-title a h5 {
    color: #333;
    font-size: 14px;
    margin: 0;
}
.product-content .product-title {
	margin-top: 25px;
	margin-bottom: 35px;
}
.product-content .product-title span {
	color: #555;
	margin-left: 0;
	margin-right: 5px;
	font-family:"Montserrat",sans-serif;
	font-weight: 500;
}
.product-content .product-title del{color: #999;}
.product-item.margin40 {margin-bottom: 40px;}
.product-content .actions-btn {
    bottom: 30px;
    left: 0;
    position: absolute;
    right: 0;
}
.product-content .actions-btn ul {padding: 0;}
.product-content .ratting i {color: #323334;}
/* list view */
.list-view .left {
    float: left;
    margin-right: 30px;
	width: 30%;
}
.list-view .right {overflow: hidden;}
.single-product.margin40 {margin-bottom: 40px;}
.product-content .list-view .actions-btn{position: inherit;}
.product-content .list-view .actions-btn ul{transform: scale(1);}
.list-view .link-icon a {
	height: 40px;
	line-height: 40px;
	margin-left: -20px;
	margin-top: -20px;
	width: 40px;
}
.list-view .product-item h4 {
    color: #3e3e3e;
	transition:.3s;
    font-weight: 500;
    margin: 0;
    text-transform: capitalize;
}
.list-view .ratting {margin: 15px 0;}
.list-view .product-title {margin-top: 20px;}
.list-view .product-title span {font-weight: 600;}
.product-title p.list-p {
  font-size: 14px;
  font-weight: 400;
}
.shop-menu.margin-close{margin-top:-20px;}
.shop-menu.margin-close-1{margin-top:30px;}
.pagnation-ul a {
	border: 1px solid #ddd;
	color: #333333;
	display: block;
	font-family: roboto;
	height: 30px;
	line-height: 30px;
	margin-left: 10px;
	padding: 0 5px;
	float: left;
}
.pagnation-ul a:hover {
	background: #777 none repeat scroll 0 0;
	border-color: #777;
	color: #fff;
}
.pagnation-ul a i {
	color: #777;
	font-size: 17px;
	position: relative;
	top: 0;
}
.pagnation-ul ul {display: inline-block;}
.shop-menu .right .pagnation-ul li:first-child {
  margin-right: 0;
}
.dot-dot > a {
    border: 0 none;
    color: #777;
    font-size: 30px;
    font-weight: 500;
    width: auto;
}
.dot-dot > a:hover {
    background: transparent none repeat scroll 0 0;
    color: #777;
}
.pagnation-ul a:hover i {color: #fff;}
/* sidebar */
.sidebar-title > h3 {
    color: #1b1b1b;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.single-side {margin-bottom: 50px;}
.category li a, .category li span {
    color: #444;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.category li {
    border-bottom: 1px solid #ebebeb;
    float: none;
    padding: 20px 0;
}
.category li:last-child {
	border: 0 none;
	padding-bottom: 0;
}
.category li:first-child {padding-top: 0;}
.p-filter.single-side {margin-bottom: 80px;}
/* range slider */
.ui-slider-horizontal {height: 4px;}
.ui-widget-content {
	background: #ddd none repeat scroll 0 0;
	border: 0 none;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-radius: 0;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 0;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 0;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 0;
}
.ui-widget-header {
	background: #000 none repeat scroll 0 0;
	border: 0 none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default ,
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus{
	background: #5d9d37 none repeat scroll 0 0;
	border: 0 none;
}
.ui-slider-horizontal .ui-slider-handle {
	margin-left: 0px;
	top: -8.5px;
}
.ui-slider .ui-slider-handle {
	height: 19px;
	width: 11px;
}
.p-filter p {
	color: #000;
	margin-bottom: 18px;
}
.value {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	left: 50%;
	margin: 0 0 0 -12px;
	position: absolute;
	text-align: center;
	top: 24px;
	width: 40px;
}
.price-range-both.value {
	width: 100px;
	margin: 0 0 0 -12px;
	top: 25px;
}
.price-range-both {display: none; }
/* Size Button */
.size-btn > a {
    border: 1px solid #777;
    color: #999;
    display: block;
    float: left;
    font-family: roboto;
    font-weight: 700;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    text-align: center;
    width: 35px;
}
.size-btn > a:last-child ,.tag-btn > a:last-child{margin-right: 0;}
.size-btn > a:hover {
    background: #5d9d37 none repeat scroll 0 0;
    border-color: #5d9d37;
    color: #fff;
}
/* recent item */
.recent-item .img {
    float: left;
    margin-right: 12px;
}
.recent-item .text ,.recent-item{overflow: hidden;}
.recent-item{margin-bottom:25px;}
.recent-item:last-child{margin:0px;}
.recent-item .text h5 {
    font-size: 14px;
    font-weight: 400;
	transition:.3s;
    margin: 0;
    text-transform: capitalize;
}
.recent-item .ratting i {margin: 10px 0 8px;}
/* Popular tag */
.tag-btn > a {
    border: 2px solid #e1e1e1;
    color: #8a8a8a;
    display: block;
    float: left;
    font-family: roboto;
    font-size: 12px;
    line-height: 25px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 0 20px;
    text-align: center;
    text-transform: capitalize;
}
.tag-btn {margin-bottom: -10px;}
.tag-btn > a:hover {
    border-color: #5d9d37;
    color: #5d9d37;
}
/* banner */
.banner-hover a {
    display: block;
    position: relative;
	overflow:hidden;
}
.banner-hover a::after {
    background: rgba(255, 102, 0, 0.2) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(0.5);
    transition: all 0.5s ease 0s;
    width: 100%;
}
.banner-hover a::before {
    border: 1px solid rgb(255, 102, 0);
    content: "";
    height: 130px;
    left: 15px;
    position: absolute;
    top: 15px;
    transform: scale(0);
    transition: all 0.6s ease 0.2s;
    width: 125px;
}
.banner-hover a:hover::before {transform: scale(1);}
.banner-hover a:hover::after {
    opacity: 1;
    transform: scale(1);
}
/*-------------------------------------
[ 6. Contact Page ]
---------------------------------------*/
.contact-info li h3 {
    color: #1b1b1b;
    font-size: 22px;
    margin: 7px 0;
    text-transform: uppercase;
}
.contact-info > li {
    border-bottom: 1px solid #ddd;
    display: block;
    float: none;
    height: 95px;
    padding: 30px;
}
.contact-info {
    background: #fff none repeat scroll 0 0;
    bottom: -40px;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.35);
    position: absolute;
    width: 400px;
}
.contact-info > li > i {
	color: #555;
	float: left;
	font-size: 16px;
	margin-right: 15px;
	margin-top: 12px;
}
.contact-info  li .text {overflow: hidden;}
.contact-info li .text p {color: #555;}
/* social-share */
.contact-social.social-share li a {
	margin-left: 60px;
	opacity: 1;
}
.contact-social.social-share li a i {
	color: #555;
	font-size: 22px;
	margin-right: 0;
}
.contact-social.social-share {
	margin-top: 0;
	position: inherit;
}
.contact-social ul {padding: 8px 0;}
#googleMap.map-2 {height: 500px;}
/* information text */
.informaion-text > h3 {
    color: #1b1b1b;
    font-size: 22px;
}
.informaion-text > p { margin-bottom: 15px;}
.contact-form {margin-bottom:10px;}
.contact-form .input-text > input{height: 40px;}
.contact-form .input-text > input, .contact-form .input-text > textarea {
	border: 1px solid #ddd;
	color: #777;
	font-weight: 400;
	line-height: 40px;
	margin-bottom: 15px;
	padding: 0 15px;
}
.contact-form .submit-text > input {
	color: #fff;
	height:40px;
	line-height:40px;
	font-weight: 500;
}
/*-------------------------------------
[ 7. Cart Page ]
---------------------------------------*/
table {width: 100%;}
table thead tr th{
	line-height: 60px;
	text-align: center;
	text-transform: capitalize;
	font-weight: 400;
}
/* table one */
.spacing-table {
    border-collapse: separate;
    border-spacing: 0 45px; /* this is the ultimate fix */
}
.spacing-table td {
    padding: 10px;
}
.spacing-table td {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.spacing-table th {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #f1f1f1;
}
.spacing-table td:last-child,.spacing-table th:last-child {
    border-right: 1px solid #ddd;
}
.spacing-table th:first-child {
    border-left: 1px solid #ddd;
}
/* Table one text */
.td-img {width: 650px;}
.table-one.margin-minus {margin: -45px 0;}
.table-one td i {
    cursor: pointer;
    font-size: 20px;
    transition: all 0.3s ease 0s;
}
.table-one td i:hover {
    color: #5d9d37;
    transition: all 0.3s ease 0s;
}
tbody .td-img > a {
  display: inline-block;
  float: left;
  margin-right: 50px;
  width: 240px;
}
.items-dsc p {
  line-height: 190px;
  margin: 0;
}
.items-dsc a {
    font-family: roboto;
    font-weight: 400;
    text-transform: capitalize;
}
.items-dsc a:hover {color: #5d9d37;}
.table-one td ,.items-dsc a,.table-one td i,table thead tr th {color: #1b1b1b;}
.table-one .qtybutton {
    background: #ddd none repeat scroll 0 0;
    height: 25px;
    line-height: 25px;
    width: 25px;
}
.table-one .qtybutton:hover {
    background: #5d9d37 none repeat scroll 0 0;
    color: #fff;
}
.table-one .plus-minus-box {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	height: 25px;
	padding: 0;
	text-align: center;
	width: 45px;
}
.table-one .dec.qtybutton {font-size: 16px;}
/* estimate-text */
.estimate-text h3 {
    color: #444;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.estimate-text > p {
    color: #888889;
    margin-bottom: 20px;
}
.estimate-text .single-select > label {
    color: #444;
    font-weight: 400;
    margin-bottom: 10px;
}
.estimate-text .single-select {margin-bottom: 30px;}
.estimate-text .input-text > input {
    border: 1px solid #e6e8e9;
	color:#777;
    height: 40px;
    margin-bottom: 10px;
	padding:0 15px;
}
.estimate-text .input-text input,.estimate-text .input-text input:focus {
    border-color:#e6e8e9;
}
.estimate-text .custom-input input,.estimate-text .custom-select select {
	border: 1px solid #e6e8e9;
	height: 40px;
	line-height: 40px;
}
.estimate-text .custom-select select{color: #b6b6ba;}
.estimate-text .custom-select select option{color: #777;}
.estimate-text .custom-select::after {
	border-left: 0 none;
	color: #b6b6ba;
	right: 5px;
	line-height:40px;
}
.estimate-text .submit-text > input {
	border-color: #777;
	color: #555;
	line-height: 40px;
	height: 40px;
}
.estimate-text .submit-text.quotes input {
	text-transform:capitalize;
	font-weight:400;
}
.estimate-text.coupon  .input-text input {
	margin-bottom:20px;
}
.estimate-text .submit-text > input:hover,.estimate-text a.btn-style:hover{color:#fff;border-color:#5d9d37;}
.subtotal p {
    border: 1px solid #ddd;
    color: #888889;
    line-height: 60px;
    margin-bottom: -1px;
    padding: 0 25px;
    text-transform: uppercase;
}
.subtotal p span {
    color: #5d9d37;
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
}
.subtotal {margin-bottom: 30px;}
.estimate-text p strong {
	color: #444;
	margin-top: 15px;
	text-align:right;
	display: block;
}
.estimate-text a.btn-style::after {height: 0;}
.estimate-text a.btn-style:hover::after {height: 100%;}
.estimate-text a.btn-style {
  border: 1px solid #777;
  color: #555;
  font-family: roboto;
}
/*-------------------------------------
[ 8. CheckOut Page ]
---------------------------------------*/
.check-title h3 {
    color: #1b1b1b;
    margin-bottom: 30px;
}
.single-check .p-bottom50 ,.single-check.p-bottom50 {
    padding-bottom: 50px;
}
.single-check .p-bottom50 {padding-bottom: 50px;}
.single-input label {
    color: #333;
    font-weight: 400;
    margin-bottom: 10px;
}
.single-input .input-text input {height: 40px;}
.single-input .input-text input,.single-input .input-text textarea {
    border: 2px solid #ddd;
    color: #333;
    font-weight: 400;
    line-height: 40px;
    padding: 0 10px;
}
.single-input .submit-text > input {
    border: 2px solid #ddd;
    color: #333;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
}
.single-input .submit-text > input:hover {
    border-color: #5d9d37;
    color: #fff;
}
.single-check .margin-none textarea {
    margin: 0;
}
.checkbox {
    float: left;
    margin: 0;
}
.billing-checkbox > label {
    margin-bottom: 30px;
    margin-left: 10px;
}
/* table two */
.table-two {border: 2px solid #ddd;}
.table-two tr th {
    border-bottom: 2px solid #ddd;
    color: #6b6c6c;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
}
.table-two tbody td {
    border-bottom: 2px solid #ddd;
    line-height: 125px;
}
.table-two tbody td {
  border-bottom: 2px solid #ddd;
  line-height: 125px;
}
.table-two tbody tr:last-child td{border-bottom:0;}
.td-text .trash {
    border-right: 2px solid #ddd;
    color: #999;
    float: left;
    font-size: 16px;
    line-height: 125px;
    width: 65px;
}
.td-text .trash i {cursor: pointer;}
.td-text i:hover ,.order-dsc a:hover{color: #5d9d37;}
.order-dsc a {
    color: #838383;
    font-family: roboto;
    font-weight: 400;
    line-height: 125px;
    text-transform: capitalize;
}
td div.qty-input  {
    border: 1px solid #e1e1e1;
    color: #838383;
    display: inline-block;
    height: 40px;
    line-height: 42px;
    width: 40px;
}
div.qty-input input {
    border: 0 none;
    height: 30px;
    padding: 0;
    text-align: center;
    width: 100%;
}
/* coupon */
.check-coupon .input-text {
    float: left;
    margin-right: 30px;
    width: 70%;
}
.check-coupon .submit-text {width: 24%;}
.check-coupon .submit-text input {width: 100%;}
/* subtotal */
.single-check .subtotal {margin-bottom: 0;}
.single-check .subtotal p {
	color: #6b6c6c;
	font-size: 16px;
	font-weight: 700;
	line-height: 50px;
	text-transform: capitalize;
}
.single-check .subtotal p span {
	font-size: 18px;
	font-family:"Roboto",sans-serif;
}
/* accordion one */
.panel {
	background-color: #fff;
	border: 0;
	border-radius: 4px;
	box-shadow: 0;
	margin-bottom: 20px;
}
.accordion-one label span {
	color: #878787;
	font-size: 16px;
	font-weight: 500;
	margin-left: 40px;
	text-transform: capitalize;
}
.accordion-one .prayment-dsc p {
    color: #878787;
    font-weight: 500;
    padding:15px 0 0 40px;
}
.panel {
    border: 0 none;
    box-shadow: none;
}
.accordion-one> ul {
    border: 2px solid #ddd;
    padding: 20px;
	margin-bottom:30px;
}
.accordion-one .panel {
    margin-bottom: 20px;
    margin-top: 0px;
}
.accordion-one li.panel:last-child {margin: 0;}
.accordion-one li.panel {float: none;}
.accordion-one .panel.collapse-in label span {color: #3e3e3e;}
.accordion-one .panel [aria-expanded="true"] label span {color: #3e3e3e;}
.accordion-one .mayment-card {
	background: #555 none repeat scroll 0 0;
	display: inline-block;
	margin-left: 40px;
	margin-top: 10px;
	padding-right: 20px;
}
.order-btn {
    display: inline-block;
    margin-top: 30px;
}
.order-btn a.btn-style {
	border: 2px solid #ddd;
	color: #838383;
	font-family: roboto;
	font-size: 14px;
	font-weight: 700;
	line-height: 47px;
	padding: 0 40px;
	text-transform: capitalize;
	border-radius:4px;
}
.order-btn a.btn-style::after {height: 0px;}
.order-btn a.btn-style:hover::after {height: 100%;}
.order-btn a.btn-style:hover {
	border-color:#5d9d37;
	color: #fff;
}
/* custom input radio box */
input[type=radio] {display: none;}
.custom-radio label {
	cursor: pointer;
	display: inline-block;
	margin: 0;
	position: relative;
}
.custom-radio label::before {
	background-color: #e1e1e1;
	bottom: 1px;
	content: "";
	display: inline-block;
	height: 17px;
	left: 0;
	position: absolute;
	width: 17px;
    border-radius: 50%;
}
.custom-radio.add-in input[type="radio"] + label::before {
	color: #3e3e3e;
	content: "•";
	font-size: 33px;
	line-height: 18px;
	padding: 1px 3.5px;
	text-align: center;
}
.custom-radio input[type="radio"]:checked + label::before {
	color: #3e3e3e;
	content: "•";
	font-size: 33px;
	line-height: 18px;
	padding: 1px 3.5px;
	text-align: center;
}
/*-------------------------------------
[ 9. Login Page ]
---------------------------------------*/
.login-page .check-title > p {
    color: #333;
    margin-bottom: 10px;
}
.forget > a {
    font-family: roboto;
    position: relative;
    text-transform: capitalize;
    top: -10px;
}
.padding-close.footer-logo-text {
  padding: 0 0 30px;
}
/*-------------------------------------
[ 10. My Account Page ]
---------------------------------------*/
.account-page .single-check {
  border: 2px solid #ddd;
  padding: 20px;
}
.account-page .m-bottom50 {margin-bottom: 50px;}
.sing-checkbox > label {display: block;}
.sing-checkbox input {
    margin-right: 5px;
    position: relative;
    top: 1px;
}
.sing-checkbox {margin-bottom: 20px;}
.account-page .check-title h3 {
	color: #838383;
	font-size: 18px;
	margin-bottom: 20px;
}
.account-page .check-title p {margin-bottom: 10px;}
.date-birth .custom-select select {
	border: 2px solid #ddd;
	margin-bottom: 30px;
}
option {padding: 2px 8px;}
.date-birth .custom-select::after {
  border-left: 2px solid #ddd;
}
.order-history span {
    background: #5d9d37 none repeat scroll 0 0;
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    line-height: 40px;
    padding: 0 50px;
}
.account-title > h3 {
	color: #1b1b1b;
	margin-bottom: 30px;
}
.mail-femail .custom-radio label span {
    margin-left: 25px;
}
.mail-femail .custom-radio > label {
    margin-right: 15px;
}
.mail-femail .custom-radio {
    margin-bottom: 10px;
}
.mail-femail.social-title > span {
    display: inline-block;
    margin-bottom: 5px;
}
/*-------------------------------------
[ 11. Blog Pages ]
---------------------------------------*/
.blog-margin .margin{
	margin-top:50px;
}
/* single blog page */
.post-title > h3 {
    color: #1b1b1b;
    font-weight: 500;
    text-transform: capitalize;
}
.single-blog-page .post-title li span {padding: 0 10px;}
.single-blog-page .blog-text > p,.single-blog-page .blog-text {
	padding: 8px 0;
    font-family: 'Montserrat', sans-serif;
}
.italic p {
    background: #ddd none repeat scroll 0 0;
    padding: 20px 30px;
	border-left:3px solid #5d9d37;
}
.single-blog-page .author-des > h4 a{
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	color: #1b1b1b;
}
.single-blog-page .author-des > span a,.single-blog-page .author-des > h4 a{font-family:roboto;text-transform:capitalize;}
.single-blog-page .author-des > h4 a:hover{color:#5d9d37;}
.single-blog-page .author-des > span {
	display: block;
	margin-bottom: 20px;
}
.author-des > p {overflow: hidden;}
.single-blog-page .about-author > h4,.single-blog-page .leave-comment h4 {
	color: #1b1b1b;
	font-size: 20px;
	margin-bottom: 30px;
}
.single-blog-page .about-author.comments {
	padding-bottom: 30px;
	padding-top: 20px;
}
.single-blog-page .about-author.reply {
	border-bottom: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	padding: 30px 0 30px 50px;
	margin-bottom:30px;
}
.single-blog-page .autohr-text > img {
    float: left;
    margin-right: 20px;
	width:100px;
}
.single-blog-page .leave-comment{margin-top:20px;}
.single-blog-page .leave-comment .form-field { margin-bottom: 6px; }
.single-blog-page .leave-comment .form-field input,
.single-blog-page .leave-comment .form-field textarea {
	border: 2px solid #ddd;
	color: #000;
}
.single-blog-page .leave-comment .form-field input:focus,
.single-blog-page .leave-comment .form-field textarea:focus {
	border-color: #5d9d37;
}
/*-------------------------------------
[ 12. About Page ]
---------------------------------------*/
.about-title.section-title .shape {
  padding: 15px 0;
}
.about-title.section-title .shape::after,.about-title.section-title .shape::before {
  background: #777 none repeat scroll 0 0;
}
.about-title.section-title {
  margin-bottom: 25px;
}
.about-title.section-title h3 {
    color: #0b1b1b;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
}
.about-img {
    position: relative;
    overflow: hidden;
}
.about-img::after {
	border: 1px solid #fff;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scale(0.95);
	transition: all 0.4s ease 0s;
	width: 100%;
}
.about-img:hover::after {
    border-color: #5d9d37;
    transform: scale(0.78);
}
.about-img:hover img {transform: scale(1.1);}
.about-img img {transition: all 0.8s ease 0s;}
.about-text h3 {
	color: #1b1b1b;
	font-size: 22px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.application-text {
	padding: 10% 10% 10% 1%;
}
.application-text h3 {
	color: #1b1b1b;
    font-size: 32px;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
}
.application-text p {
	font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 450;
    line-height: 40px;
}
.about-text a.shop-btn {
    border: 1px solid #777;
    color: #777;
    font-family: roboto;
    margin-top: 35px;
}
.about-text a.shop-btn:hover {
    border-color: #5d9d37;
}
.about-text a.shop-btn:hover,.contact-form .submit-text > input:hover {color: #fff;}
.about-text a.shop-btn::after {height: 0;}
.about-text a.shop-btn:hover::after {
    height: 100%;
}
.single-choose i {
    color: #1b1b1b;
    font-size: 50px;
    margin-bottom: 30px;
    transition: all 0.3s ease 0s;
}
.single-choose h3 {
    color: #555555;
    font-family: roboto;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
}
.choose-area .margin-top {margin-top: 40px;}
.single-choose {padding-right: 70px;}
.single-choose:hover i {
    transition: all 0.3s ease 0s;
}
.single-choose:hover i,.recent-item .text h5:hover{
    color: #5d9d37;
}
/* socila share */
.social-share li a i {
    color: #f7f7f7;
    font-size: 20px;
    transition: all 0.3s ease 0s;
}
.social-share {
    left: 0;
    margin-top: -30px;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 2;
}
.member-img {position: relative;}
.social-share .link-icon > a {
    margin: 0 0 15px;
    position: inherit;
}
.social-share li a {
    margin-left: 30px;
    opacity: 0;
}
.social-share li a:hover i {
    color: #5d9d37;
    transition: all 0.3s ease 0s;
}
.social-share ul {display: inline-block;}
.member-img::after {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.single-member:hover .member-img::after,.single-member .social-share li a,.single-member .link-icon > a{
    opacity: 1;
}
.single-member .link-icon > a,.single-member .social-share li a i{
    transform: scale(0);
}
.single-member:hover .link-icon > a,.single-member:hover .social-share li a i{
    transform: scale(1);
}
.social-share li:nth-child(1) a{
    margin-left: 0;
}
.social-share li:nth-child(1) a,.single-member:hover .social-share li:nth-child(1) a i{
    transition: all .5s ease 0s;
}
.social-share li:nth-child(2) a,.single-member:hover .social-share li:nth-child(2) a i{
    transition: all .7s ease 0s;
}
.social-share li:nth-child(3) a,.single-member:hover .social-share li:nth-child(3) a i{
    transition: all .9s ease 0s;
}
.social-share li:nth-child(4) a,.single-member:hover .social-share li:nth-child(4) a i{
    transition: all 1.2s ease 0s;
}
.single-member > h4 {
    color: #555555;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 20px;
    text-transform: capitalize;
}
.about-f.footer-contact::after {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
}
/*-------------------------------------
[ 13. 404 Page ]
---------------------------------------*/
.error-header .nav-main-bar {top: 40px;}
header.error-header {margin-bottom: 140px;}
.error-header .nav-top-bar {background: #1b1b1b none repeat scroll 0 0;}
.error-text {margin-top: 30px;}
.error-text h3 {
    color: #1b1b1b;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 5px;
}
.error-text p {
    color: #1b1b1b;
    font-size: 18px;
    margin-bottom: 30px;
}
.error-text a {
    border-bottom: 1px solid #9a9a9a;
    color: #1b1b1b;
    font-family: roboto;
    font-size: 18px;
    line-height: 0;
    position: relative;
    text-transform: inherit;
}
.error-text a::after {
    background: #bfbfbf none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
.error-text a:hover {color: #5d9d37;}
/*====================================================================
							[ END ]
======================================================================*/


.arrival-content{}
.arrival-content-1{
	width: 100%;
}
.arrival-content .product-item {
  padding: 0;
}
.arrival-content .single-arrival.left .pro-img, .arrival-content .single-arrival.right .pro-img {
  padding: 0;
}
.arrival-content .single-arrival .product-item {
  background: none;
}
.arrival-content .arrival-title {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
}
.arrival-content .pro-img img {
  width: 100%;
}
.page-banner {  
    position: relative; /* 设置为相对定位，以便内部的绝对定位元素可以相对于它进行定位 */  
    display: inline-block; /* 或者其他合适的值，以确保图片容器有宽度和高度 */  
    width: 100%; /* 根据需要设置宽度 */  
    height: auto; /* 或者设置具体的高度 */  
    overflow: hidden; /* 如果需要的话，隐藏溢出的内容 */  
}  
  
.page-banner img {  
    width: 100%; /* 设置图片宽度为容器宽度 */  
    height: auto; /* 自动调整图片高度以保持比例 */  
}  
  
.banner-overlay {  
    position: absolute; /* 绝对定位，相对于最近的已定位祖先元素（在这里是 .page-banner） */  
    top: 50%; /* 将元素向上移动其高度的一半 */  
    left: 50%; /* 从左侧开始 */  
    right: 0; /* 到右侧结束，以确保水平居中 */  
    text-align: center; /* 水平居中文本 */  
    transform: translateY(-50%); /* 向上移动元素自身高度的一半，以完全居中 */  
    color: white; /* 设置文本颜色，例如白色以在图片上可见 */  
	font-family: 'Montserrat', sans-serif;
}  
  
.banner-overlay-1 {  
    position: absolute; /* 绝对定位，相对于最近的已定位祖先元素（在这里是 .page-banner） */  
    top: 50%; /* 将元素向上移动其高度的一半 */  
    left: 15%; /* 从左侧开始 */  
    right: 15%; /* 到右侧结束，以确保水平居中 */  
    text-align: center; /* 水平居中文本 */  
    transform: translateY(-50%); /* 向上移动元素自身高度的一半，以完全居中 */  
    color: white; /* 设置文本颜色，例如白色以在图片上可见 */  
	font-family: 'Montserrat', sans-serif;
}  

.banner-title {  
    margin: 0; /* 移除标题的默认外边距 */  
	font-family: 'Montserrat', sans-serif;
	font-size: 50px;
	color: #ffffff;
}  
  
.breadcrumb {  
    margin-top: 10px; /* 在标题和面包屑导航之间添加一些间距 */  
}  
  
.breadcrumb a {  
	font-weight: bold; /* 加粗链接文本 */  
    color: inherit; /* 继承父元素的文本颜色 */  
    text-decoration: none; /* 移除下划线 */  
}  
  
.breadcrumb a:hover {  
    color: #5d9d37; /* 鼠标悬停时的颜色，例如红色 */  
    text-decoration: underline; /* 鼠标悬停时添加下划线 */  
}

.breadcrumb span {  
    font-weight: bold; /* 加粗非链接文本 */  
}

.breadcrumb a:hover {  
    text-decoration: underline; /* 在鼠标悬停时添加下划线 */  
}

.row-product {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.two-grids {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 20px;
    margin-bottom: 15px;
    align-items: center;
}
.two-grids h3 {
    font-size: 20px;
    line-height: 35px;
    text-transform: capitalize;
    font-weight: 550;
    color: #000;
	font-family: 'Montserrat', sans-serif;
}
.arrival-content {
	
}


.share-btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.share-btn .share-platforms {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 3px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.18);
  white-space: nowrap;
  z-index: 99999;
  min-width: 140px;
}
.share-btn:hover .share-platforms {
  display: block;
}
.share-platforms a {
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
  color: #333;
}
.share-platforms a:hover {
  background: #f0f0f0;
}
.fa-linkedin {
  color: #0077B5;
}
.fa-facebook {
  color: #3b5998;
}
.fa-twitter {
  color: #1DA1F2;
}
.fa-youtube {
  color: #FF0000;
}
.fa-instagram {
  color: #E4405F;
}
/* ========== 基础banner容器适配 ========== */
.page-banner {
  position: relative; /* 确保文字层（绝对定位）基于容器定位 */
  width: 100%; /* 容器宽度铺满屏幕 */
  overflow: hidden; /* 防止图片/文字溢出 */
}
.page-banner img {
  width: 100%; /* 图片自适应容器宽度 */
  height: auto; /* 图片高度自动，避免拉伸变形 */
}
.banner-overlay-1 {
  position: absolute; /* 文字层悬浮在图片上 */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* 文字居中 */
  width: 90%; /* 限制文字层宽度，避免手机端溢出 */
  text-align: center; /* 文字居中对齐 */
  padding: 0 10px; /* 手机端左右内边距，防止贴边 */
}

/* ========== banner标题响应式 ========== */
.banner-title {
  font-size: 4.5rem; /* PC端基础字体大小 */
  line-height: 1.2; /* 行高，提升可读性 */
  margin: 0 0 10px 0; /* 与面包屑间距 */
  white-space: nowrap; /* PC端禁止换行 */
  color: #fff; /* 假设文字为白色，可根据实际调整 */
}

/* ========== 面包屑响应式 ========== */
.banner-overlay-1 .breadcrumb {
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0.3px;
}
.banner-overlay-1 .breadcrumb a {
  color: #fff; /* 面包屑链接颜色 */
  text-decoration: none; /* 去掉下划线（可选） */
}

/* ========== 手机端适配（768px以下） ========== */
@media (max-width: 768px) {
  .banner-title {
    font-size: 2.2rem; /* 手机端标题字体缩小 */
    white-space: normal; /* 允许标题换行，避免溢出 */
    line-height: 1.4; /* 换行后增大行高 */
  }
  .banner-overlay-1 .breadcrumb {
    font-size: 1.15rem;
  }
}

/* ========== 小屏手机优化（480px以下） ========== */
@media (max-width: 480px) {
  .banner-title {
    font-size: 1rem; /* 更小屏进一步缩小标题 */
  }
  .banner-overlay-1 {
    top: 45%; /* 微调垂直居中，适配短屏 */
  }
}

/* ========== 留言板仅移动端（768px以下）适配表单 ========== */
@media (max-width: 768px) {
  /* 表单容器适配 */
  .half-width-1 {
    width: 90% !important; /* 强制铺满手机屏幕宽度 */
    max-width: 100% !important;
    padding: 0 15px !important; /* 左右留边，避免贴屏 */
    box-sizing: border-box !important; /* 内边距不增加总宽度 */
  }

  /* 输入框容器垂直排列 */
  .half-width-1 .input-text {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important; /* 输入框垂直排列 */
    gap: 10px !important; /* 输入框之间留间距 */
  }

  /* 输入框/文本域核心适配 */
  .half-width-1 .input-text input,
  .half-width-1 .input-text textarea {
    width: 100% !important; /* 铺满容器 */
    max-width: 100% !important; /* 禁止溢出 */
    padding: 10px 15px !important; /* 优化输入体验 */
    box-sizing: border-box !important; /* 关键：padding不超宽 */
    font-size: 14px !important; /* 适配手机字体大小 */
    border: 1px solid #e0e0e0 !important; /* 可选：统一边框 */
    border-radius: 4px !important; /* 可选：圆角优化 */
  }

  /* 文本域适配 */
  .half-width-1 .input-text textarea {
    resize: vertical !important; /* 仅允许垂直拉伸 */
    min-height: 100px !important; /* 避免文本域过矮 */
  }

  /* 提交按钮适配 */
  .half-width-1 .submit-text {
    width: 100% !important;
    margin-top: 15px !important;
  }
  .half-width-1 .submit-text input[type="submit"] {
    width: 50% !important; /* 按钮铺满宽度，方便点击 */
    padding: 12px 0 !important;
    font-size: 14px !important;
  }
}

/* 小屏手机（480px以下）进一步优化 */
@media (max-width: 480px) {
  .half-width-1 .input-text input,
  .half-width-1 .input-text textarea {
    font-size: 13px !important; /* 更小屏字体微调 */
    padding: 8px 12px !important;
  }
  .half-width-1 .submit-text input[type="submit"] {
    padding: 10px 0 !important;
  }
}
/* 修复banner标题换行问题 - 全局适配 */
.banner-overlay-1 .banner-title {
  white-space: normal !important; /* 取消强制不换行，恢复自动换行 */
  word-wrap: break-word !important; /* 长单词/连续字符强制换行 */
  word-break: break-all !important; /* 兼容多浏览器断行 */
  max-width: 100% !important; /* 限制标题最大宽度为容器宽度 */
  line-height: 1.4 !important; /* 优化行高，提升换行后可读性 */
  padding: 0 15px !important; /* 移动端左右留边，避免文字贴屏 */
}

/* 针对不同屏幕尺寸的精细化适配（可选） */
/* 小屏手机（480px以下） */
@media (max-width: 480px) {
  .banner-overlay-1 .banner-title {
    font-size: 1.5rem !important; /* 缩小字体，减少换行压力 */
    text-align: center !important; /* 居中对齐，视觉更优 */
  }
}

/* 平板/中等屏幕（768px以下） */
@media (max-width: 768px) {
  .banner-overlay-1 .banner-title {
    font-size: 1.8rem !important;
  }
}

/* ============================================================ */
/*  Modern Contact Section — Footer & Contact-Us Page           */
/* ============================================================ */

/* ---- Shared Section ---- */
.contact-section { position: relative; overflow: hidden; }
.contact-section .section-title h2 span { color: #5d9d37; }
.section-subtitle { font-size: 16px; margin-top: 10px; max-width: 600px; margin-left: auto; margin-right: auto; }
.contact-row { margin-top: 35px; }

/* ---- Contact Cards ---- */
.contact-cards { display: flex; flex-direction: column; gap: 18px; }
.contact-card {
  display: flex;
  align-items: flex-start;
  padding: 22px 20px;
  border-radius: 10px;
  border-left: 3px solid #5d9d37;
  transition: all 0.3s ease;
}
.contact-card:hover { transform: translateX(6px); }
.contact-card__icon {
  width: 48px; height: 48px; min-width: 48px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin-right: 16px;
  flex-shrink: 0;
}
.contact-card__icon i { font-size: 19px; }
.contact-card__body h4 {
  font-size: 16px; font-weight: 700; margin: 0 0 6px 0; line-height: 1.3;
}
.contact-card__body p,
.contact-card__body p a { font-size: 14px; margin: 0; line-height: 1.7; }
.contact-card__body p a:hover { color: #5d9d37; }

/* Dark variant (Footer) */
.contact-section--dark {
  background: #111320;
  background-image: radial-gradient(ellipse at 30% 20%, #1a2340 0%, #111320 70%);
}
.contact-section--dark .section-title h2 { color: #fff; }
.contact-section--dark .section-subtitle { color: rgba(255,255,255,0.55); }
.contact-section--dark .contact-card {
  background: rgba(255,255,255,0.04);
}
.contact-section--dark .contact-card:hover { background: rgba(255,255,255,0.08); }
.contact-section--dark .contact-card__icon { background: rgba(93,157,55,0.18); }
.contact-section--dark .contact-card__icon i { color: #5d9d37; }
.contact-section--dark .contact-card__body h4 { color: #fff; }
.contact-section--dark .contact-card__body p,
.contact-section--dark .contact-card__body p a { color: rgba(255,255,255,0.55); }
.contact-section--dark .contact-card__body p a:hover { color: #5d9d37; }

/* Light variant (Contact-us page) */
.contact-section--light {
  background: #f5f7fa;
}
/* Footer override: Get In Touch uses #f7f8f5 */
#footer-inquiry-form.contact-section--light {
  background: #f7f8f5;
}
.contact-section--light .section-title h2 { color: #1b1b1b; }
.contact-section--light .section-subtitle { color: #666; }
.contact-section--light .contact-card {
  background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.contact-section--light .contact-card:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,0.10);
  background: #fff;
}
.contact-section--light .contact-card__icon { background: rgba(93,157,55,0.12); }
.contact-section--light .contact-card__icon i { color: #5d9d37; }
.contact-section--light .contact-card__body h4 { color: #222; }
.contact-section--light .contact-card__body p,
.contact-section--light .contact-card__body p a { color: #555; }
.contact-section--light .contact-card__body p a:hover { color: #5d9d37; }

/* ---- Contact Form ---- */
.contact-form-wrap {
  border-radius: 12px;
  padding: 35px 30px;
}
.contact-form-wrap--light {
  background: #fff;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  border: 1px solid #e8ecf0;
}
.contact-section--dark .contact-form-wrap {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
}

/* ---- Form Fields ---- */
.form-field { margin-bottom: 18px; }
.form-field input,
.form-field textarea {
  width: 100%;
  padding: 14px 16px;
  font-size: 14px;
  border-radius: 6px;
  border: 1px solid #ddd;
  outline: none;
  transition: all 0.25s ease;
  box-sizing: border-box;
  font-family: inherit;
  line-height: 1.5;
}
.contact-section--dark .form-field input,
.contact-section--dark .form-field textarea {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  color: #fff;
}
.contact-section--dark .form-field input::placeholder,
.contact-section--dark .form-field textarea::placeholder { color: rgba(255,255,255,0.35); }
.contact-section--dark .form-field input:focus,
.contact-section--dark .form-field textarea:focus {
  border-color: #5d9d37;
  background: rgba(255,255,255,0.09);
  box-shadow: 0 0 0 3px rgba(93,157,55,0.12);
}

.contact-form-wrap--light .form-field input,
.contact-form-wrap--light .form-field textarea {
  background: #f8f9fb;
  border: 1px solid #e0e3e8;
  color: #333;
}
.contact-form-wrap--light .form-field input::placeholder,
.contact-form-wrap--light .form-field textarea::placeholder { color: #999; }
.contact-form-wrap--light .form-field input:focus,
.contact-form-wrap--light .form-field textarea:focus {
  border-color: #5d9d37;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(93,157,55,0.08);
}

.form-field textarea { resize: vertical; min-height: 120px; }

/* ---- Submit Button ---- */
.btn-submit-modern {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #5d9d37;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 14px 36px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.3px;
  font-family: inherit;
}
.btn-submit-modern:hover {
  background: #4a8329;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(93,157,55,0.35);
}
.btn-submit-modern i { font-size: 14px; transition: transform 0.3s ease; }
.btn-submit-modern:hover i { transform: translateX(4px); }

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .contact-row { margin-top: 25px; }
  .contact-cards { margin-bottom: 30px; }
  .contact-form-wrap { padding: 25px 20px; }
}
@media (max-width: 767px) {
  .section-subtitle { font-size: 14px; }
  .contact-card { padding: 18px 15px; }
  .contact-card__icon { width: 40px; height: 40px; min-width: 40px; margin-right: 12px; }
  .contact-card__icon i { font-size: 16px; }
  .contact-card__body h4 { font-size: 15px; }
  .contact-card__body p,
  .contact-card__body p a { font-size: 13px; }
  .contact-form-wrap { padding: 20px 15px; }
  .form-field input,
  .form-field textarea { padding: 12px 14px; font-size: 13px; }
  .btn-submit-modern { width: 100%; justify-content: center; padding: 14px 20px; }
}
@media (max-width: 480px) {
  .contact-card { padding: 14px 12px; }
  .contact-card__icon { width: 36px; height: 36px; min-width: 36px; }
  .contact-card__body h4 { font-size: 14px; }
  .form-field input,
  .form-field textarea { padding: 10px 12px; font-size: 12px; }
  .btn-submit-modern { font-size: 14px; padding: 12px 16px; }
  .captcha-img { height: 42px; width: auto; }
  .captcha-input { height: 42px; padding: 10px 12px !important; font-size: 13px !important; }
}

/* ============================================================
   CAPTCHA Styles
   ============================================================ */
.captcha-group {
  display: flex;
  align-items: stretch;
  gap: 10px;
  margin-bottom: 6px;
}
.captcha-img {
  height: 48px;
  width: auto;
  border: 2px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  transition: border-color 0.3s ease;
}
.captcha-img:hover { border-color: #5d9d37; }
.captcha-input {
  flex: 1;
  min-width: 0;
  height: 48px;
  border: 2px solid #ddd !important;
  border-radius: 4px;
  padding: 10px 14px !important;
  font-size: 14px !important;
  color: #222;
  outline: none;
  transition: border-color 0.3s ease;
}
.captcha-input:focus { border-color: #5d9d37 !important; }
.contact-section--dark .captcha-img { border-color: rgba(255,255,255,0.15); }
.contact-section--dark .captcha-input {
  background: rgba(255,255,255,0.08) !important;
  border-color: rgba(255,255,255,0.15) !important;
  color: #fff !important;
}
.contact-section--dark .captcha-input::placeholder { color: rgba(255,255,255,0.35); }
.contact-section--dark .captcha-input:focus { border-color: #5d9d37 !important; }
.contact-form-wrap--light .captcha-img { border-color: #ddd; }
.contact-form-wrap--light .captcha-input {
  background: #fff !important;
  border-color: #ddd !important;
  color: #222 !important;
}

/* ── AJAX Toast Notification ── */
.toast-notif {
  display: none;
  padding: 14px 20px;
  border-radius: 6px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.5;
  animation: toastSlideIn 0.3s ease;
}
.toast-notif--success {
  background: #e8f5e9;
  color: #2e7d32;
  border: 1px solid #a5d6a7;
}
.toast-notif--error {
  background: #ffebee;
  color: #c62828;
  border: 1px solid #ef9a9a;
}
.contact-section--dark .toast-notif--success {
  background: rgba(93,157,55,0.15);
  color: #a5d6a7;
  border: 1px solid rgba(93,157,55,0.3);
}
.contact-section--dark .toast-notif--error {
  background: rgba(244,67,54,0.15);
  color: #ef9a9a;
  border: 1px solid rgba(244,67,54,0.3);
}
@keyframes toastSlideIn {
  from { opacity: 0; transform: translateY(-8px); }
  to   { opacity: 1; transform: translateY(0); }
}
.btn-submit-modern:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* ── Responsive CAPTCHA ── */
@media (max-width: 480px) {
  .captcha-group { flex-direction: column; }
  .captcha-img { height: 42px; align-self: flex-start; }
  .captcha-input { height: 42px; font-size: 13px !important; }
}

/* ============================================================
   UNIFIED INQUIRY FORM  (template-parts/form-inquiry.php)
   Primary color: #2d5a1b  Accent: #4a7c2f  Light text: #666
   ============================================================ */

/* ── Wrapper ────────────────────────────────────────────── */
.inquiry-form-wrap {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 32px 28px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
}
.inquiry-form-wrap--dark {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 2px 20px rgba(0,0,0,0.25);
}

/* ── Header ─────────────────────────────────────────────── */
.inquiry-form-header {
  margin-bottom: 22px;
  padding-bottom: 14px;
  border-bottom: 2px solid #f0f0f0;
}
.inquiry-form-wrap--dark .inquiry-form-header {
  border-bottom-color: rgba(255,255,255,0.1);
}
.inquiry-form-title {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
  margin: 0 0 6px 0 !important;
  line-height: 1.3 !important;
}
.inquiry-form-wrap--dark .inquiry-form-title {
  color: #fff !important;
}
.inquiry-form-subtitle {
  font-size: 13px !important;
  color: #888 !important;
  margin: 0 !important;
}
.inquiry-form-wrap--dark .inquiry-form-subtitle {
  color: rgba(255,255,255,0.5) !important;
}

/* ── Field Group ─────────────────────────────────────────── */
.inquiry-field {
  margin-bottom: 14px;
}
.inquiry-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  margin-bottom: 6px;
  letter-spacing: 0.01em;
}
.inquiry-form-wrap--dark .inquiry-label {
  color: rgba(255,255,255,0.8);
}
.inquiry-label .req {
  color: #c0392b;
  margin-left: 2px;
}

/* ── Inputs / Textarea ───────────────────────────────────── */
.inquiry-input {
  display: block;
  width: 100%;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  background: #fff;
  border: 1.5px solid #dde1e7;
  border-radius: 6px;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  -webkit-appearance: none;
}
.inquiry-input:focus {
  border-color: #4a7c2f;
  box-shadow: 0 0 0 3px rgba(74,124,47,0.12);
}
.inquiry-input::placeholder {
  color: #b0b8c4;
}
.inquiry-textarea {
  resize: vertical;
  min-height: 110px;
}

/* Dark variant */
.inquiry-form-wrap--dark .inquiry-input {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.2);
  color: #fff;
}
.inquiry-form-wrap--dark .inquiry-input:focus {
  border-color: #5d9d37;
  box-shadow: 0 0 0 3px rgba(93,157,55,0.2);
}
.inquiry-form-wrap--dark .inquiry-input::placeholder {
  color: rgba(255,255,255,0.3);
}

/* ── CAPTCHA Row ─────────────────────────────────────────── */
.inquiry-captcha-wrap {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 4px;
}
.inquiry-captcha-img {
  height: 52px;
  width: auto;
  min-width: 120px;
  border: 1.5px solid #dde1e7;
  border-radius: 6px;
  cursor: pointer;
  flex-shrink: 0;
  transition: border-color 0.25s;
}
.inquiry-captcha-img:hover {
  border-color: #4a7c2f;
}
.inquiry-captcha-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.inquiry-captcha-input {
  height: 44px !important;
  padding: 10px 12px !important;
  font-size: 14px !important;
}
.inquiry-captcha-refresh {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: none;
  border: 1px solid #dde1e7;
  border-radius: 20px;
  padding: 4px 14px;
  font-size: 12px;
  color: #666;
  cursor: pointer;
  align-self: flex-start;
  transition: color 0.2s, border-color 0.2s;
}
.inquiry-captcha-refresh:hover {
  color: #4a7c2f;
  border-color: #4a7c2f;
}
.inquiry-captcha-hint {
  font-size: 12px !important;
  color: #aaa !important;
  margin: 4px 0 0 0 !important;
}
/* dark captcha */
.inquiry-form-wrap--dark .inquiry-captcha-img {
  border-color: rgba(255,255,255,0.2);
}
.inquiry-form-wrap--dark .inquiry-captcha-refresh {
  border-color: rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.5);
}
.inquiry-form-wrap--dark .inquiry-captcha-refresh:hover {
  color: #7dc855;
  border-color: #7dc855;
}
.inquiry-form-wrap--dark .inquiry-captcha-hint {
  color: rgba(255,255,255,0.3) !important;
}

/* ── Submit Button ───────────────────────────────────────── */
.inquiry-submit-btn {
  display: block;
  width: 100%;
  padding: 15px 20px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  background: #2d5a1b;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.1s ease;
  margin-top: 8px;
}
.inquiry-submit-btn:hover {
  background: #3d7a25;
}
.inquiry-submit-btn:active {
  transform: translateY(1px);
}
.inquiry-submit-btn:disabled {
  background: #7da86a;
  cursor: not-allowed;
  transform: none;
}
.inquiry-privacy-note {
  text-align: center;
  font-size: 12px !important;
  color: #aaa !important;
  margin: 10px 0 0 0 !important;
}
.inquiry-form-wrap--dark .inquiry-privacy-note {
  color: rgba(255,255,255,0.3) !important;
}

/* ── Toast Notifications ─────────────────────────────────── */
.inquiry-toast {
  display: none;
  padding: 14px 18px;
  border-radius: 6px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.5;
  animation: inquiryToastIn 0.3s ease;
}
.inquiry-toast--success {
  background: #e8f5e9;
  color: #2e7d32;
  border: 1px solid #a5d6a7;
}
.inquiry-toast--error {
  background: #ffebee;
  color: #c62828;
  border: 1px solid #ef9a9a;
}
.inquiry-form-wrap--dark .inquiry-toast--success {
  background: rgba(93,157,55,0.15);
  color: #a5d6a7;
  border-color: rgba(93,157,55,0.3);
}
.inquiry-form-wrap--dark .inquiry-toast--error {
  background: rgba(244,67,54,0.15);
  color: #ef9a9a;
  border-color: rgba(244,67,54,0.3);
}
@keyframes inquiryToastIn {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 991px) {
  .inquiry-form-wrap { padding: 24px 20px; }
}
@media (max-width: 767px) {
  .inquiry-form-wrap { padding: 20px 16px; border-radius: 8px; }
  .inquiry-form-title { font-size: 18px !important; }
  .inquiry-captcha-wrap { flex-direction: column; }
  .inquiry-captcha-img { height: 44px; width: auto; }
  .inquiry-captcha-right { width: 100%; }
}
@media (max-width: 480px) {
  .inquiry-form-wrap { padding: 16px 12px; }
  .inquiry-submit-btn { font-size: 14px; padding: 14px 16px; }
}

/* ── International Phone Selector ────────────────────────── */
.phone-intl-wrap {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.phone-code-select {
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
  user-select: none;
}
.phone-code-trigger {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 12px;
  background: #fff;
  border: 1.5px solid #dde1e7;
  border-radius: 6px;
  min-width: 110px;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.inquiry-form-wrap--dark .phone-code-trigger {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.2);
  color: #fff;
}
.phone-code-select:focus-within .phone-code-trigger,
.phone-code-select.open .phone-code-trigger {
  border-color: #4a7c2f;
  box-shadow: 0 0 0 3px rgba(74,124,47,0.12);
}
.phone-code-flag {
  font-size: 18px;
  line-height: 1;
}
.phone-code-val {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.inquiry-form-wrap--dark .phone-code-val {
  color: #fff;
}
.phone-code-arrow {
  font-size: 10px;
  color: #999;
  margin-left: auto;
}
.phone-code-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.15);
  max-height: 260px;
  overflow-y: auto;
  min-width: 260px;
  list-style: none;
  margin: 4px 0 0;
  padding: 4px 0;
}
.phone-code-select.open .phone-code-list {
  display: block;
}

/* Search box inside country dropdown */
.phone-code-search-wrap {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #fff;
  padding: 6px 8px 4px;
  border-bottom: 1px solid #eee;
}
.inquiry-form-wrap--dark .phone-code-search-wrap {
  background: #2a2a2a;
  border-color: #3a3a3a;
}
.phone-code-search {
  width: 100%;
  padding: 7px 10px;
  font-size: 13px;
  border: 1.5px solid #ddd;
  border-radius: 5px;
  outline: none;
  transition: border-color 0.2s;
  box-sizing: border-box;
  font-family: inherit;
}
.phone-code-search:focus {
  border-color: #4a7c2f;
  box-shadow: 0 0 0 2px rgba(74,124,47,0.12);
}
.inquiry-form-wrap--dark .phone-code-search {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.15);
  color: #fff;
}
.inquiry-form-wrap--dark .phone-code-search::placeholder {
  color: rgba(255,255,255,0.35);
}

.phone-code-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  cursor: pointer;
  font-size: 13px;
  color: #333;
  transition: background 0.15s;
}
.phone-code-list li:hover,
.phone-code-list li.active {
  background: #e8f5e9;
  color: #2d5a1b;
}
.phone-code-list li .pcl-flag {
  font-size: 16px;
  flex-shrink: 0;
}
.phone-code-list li .pcl-name {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.phone-code-list li .pcl-code {
  font-weight: 600;
  color: #666;
  flex-shrink: 0;
}
.inquiry-phone-input {
  flex: 1;
  min-width: 0;
}
.phone-format-hint {
  font-size: 11px;
  color: #aaa;
  margin: 4px 0 0;
  line-height: 1.3;
}
.inquiry-form-wrap--dark .phone-format-hint {
  color: rgba(255,255,255,0.3);
}

/* ── Icon-Click CAPTCHA (server-generated, emoji-based) ──── */
.form-captcha {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.form-captcha label {
    width: auto;
    margin-bottom: 0;
    white-space: nowrap;
    font-weight: 600;
    font-size: 14px;
    color: #333;
}
.inquiry-form-wrap--dark .form-captcha label {
    color: rgba(255,255,255,0.85);
}

.icon-captcha-wrap {
    background: #f8f9fb;
    border: 1px solid #e0e3e8;
    border-radius: 10px;
    padding: 18px 16px;
}
.inquiry-form-wrap--dark .icon-captcha-wrap {
    background: rgba(255,255,255,0.04);
    border-color: rgba(255,255,255,0.15);
}

/* Prompt area */
.icon-captcha-prompt {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 14px;
    text-align: center;
    line-height: 1.7;
    background: #f0f6f0;
    border: 1px solid #c8dfc8;
    border-radius: 6px;
    padding: 8px 14px;
}
.inquiry-form-wrap--dark .icon-captcha-prompt {
    background: rgba(93,157,55,0.12);
    border-color: rgba(93,157,55,0.2);
    color: rgba(255,255,255,0.85);
}
.icon-captcha-prompt strong {
    color: #2d4a2b;
    font-weight: 700;
    text-transform: capitalize;
}
.inquiry-form-wrap--dark .icon-captcha-prompt strong {
    color: #7dc855;
}

.captcha-prompt-spinner {
    color: #999;
    font-size: 13px;
    font-weight: 400;
}

.icon-captcha-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 8px;
    margin-bottom: 14px;
    justify-content: center;
}

/* Tiles: emoji only, NO text label */
.captcha-tile {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    width: 100%;
    min-width: 0;
    border: 2px solid #dde0e6;
    border-radius: 8px;
    cursor: pointer;
    background: #fff;
    transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    overflow: visible;
}
.inquiry-form-wrap--dark .captcha-tile {
    background: rgba(255,255,255,0.06);
    border-color: rgba(255,255,255,0.15);
}
.captcha-tile:hover {
    border-color: #4a7c2f;
    background: #f0f6f0;
    box-shadow: 0 3px 10px rgba(45,74,43,0.12);
}
.inquiry-form-wrap--dark .captcha-tile:hover {
    border-color: #7dc855;
    background: rgba(93,157,55,0.12);
}
.captcha-tile.selected {
    border-color: #2d4a2b;
    background: #d9eed9;
    box-shadow: 0 0 0 3px rgba(45,74,43,0.22);
}
.inquiry-form-wrap--dark .captcha-tile.selected {
    border-color: #7dc855;
    background: rgba(93,157,55,0.25);
    box-shadow: 0 0 0 3px rgba(125,200,85,0.25);
}
/* Checkmark overlay when selected */
.captcha-tile.selected::after {
    content: '\2713';
    position: absolute;
    top: 3px;
    right: 5px;
    font-size: 11px;
    color: #2d4a2b;
    font-weight: 700;
    line-height: 1;
}
.inquiry-form-wrap--dark .captcha-tile.selected::after {
    color: #7dc855;
}

.captcha-tile-emoji {
    font-size: min(34px, 4vw);
    line-height: 1;
    display: block;
}
.captcha-tile.selected .captcha-tile-emoji {
    filter: drop-shadow(0 1px 3px rgba(45,74,43,0.3));
}

.captcha-loading {
    grid-column: 1 / -1;
    text-align: center;
    padding: 24px;
    color: #aaa;
    font-size: 13px;
}

.icon-captcha-actions {
    display: flex;
    justify-content: center;
}

/* Refresh button */
.captcha-refresh {
    border: 1px solid #ccc;
    border-radius: 20px;
    background: #fff;
    cursor: pointer;
    font-size: 13px;
    color: #555;
    padding: 6px 18px;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.inquiry-form-wrap--dark .captcha-refresh {
    background: rgba(255,255,255,0.06);
    border-color: rgba(255,255,255,0.2);
    color: rgba(255,255,255,0.6);
}
.captcha-refresh:hover {
    border-color: #4a7c2f;
    color: #4a7c2f;
    background: rgba(45,74,43,0.05);
}
.inquiry-form-wrap--dark .captcha-refresh:hover {
    border-color: #7dc855;
    color: #7dc855;
    background: rgba(93,157,55,0.1);
}

/* Hint text */
.captcha-hint {
    font-size: 12px;
    color: #999;
    margin: 8px 0 0;
    text-align: center;
}
.inquiry-form-wrap--dark .captcha-hint {
    color: rgba(255,255,255,0.35);
}

/* ── Responsive Phone + Captcha ──────────────────────────── */
@media (max-width: 767px) {
  .phone-intl-wrap { flex-direction: column; }
  .phone-code-trigger { min-width: 100%; }
  .icon-captcha-grid { gap: 6px; }
  .captcha-tile { border-radius: 6px; }
  .captcha-tile-emoji { font-size: 24px; }
  .icon-captcha-wrap { padding: 12px 10px; }
}
@media (max-width: 480px) {
  .icon-captcha-grid { gap: 4px; }
  .captcha-tile { border-radius: 6px; }
  .captcha-tile-emoji { font-size: 20px; }
}

/* ── Nav Top Bar: fixed positioning ───────────────────────
   Already handled by .nav-top-bar { position: fixed; top: 0; }
   No need for separate overrides.
   ─────────────────────────────────────────────────────────── */
/* header padding-top for fixed nav-top-bar already set above */
/* Blog card title: override uppercase so it matches FROM BLOG section */
.blog-text a h4,
.blog-text > a > h4 {
    text-transform: none;
    font-size: 16px;
    font-weight: 700;
    color: #1b1b1b;
    white-space: normal;
    line-height: 1.4;
    display: block;
    transition: color 0.3s;
}
.blog-text a h4:hover {
    color: #5d9d37;
}
/* ── Nav top bar: respect original casing ───────────────
   Already handled by .nav-top-bar__list li a styles above.
   ─────────────────────────────────────────────────────────── */

/* ═══════════════════════════════════════════════════════════
   GLOBAL TYPOGRAPHY & LAYOUT ENHANCEMENTS (2026)
   Modern design trend optimizations across the whole site.
   ═══════════════════════════════════════════════════════════ */

/* 1. Section padding: slightly more breathing room */
.section-padding { padding: 60px 0; }

/* 2. Blog card: allow multi-line title, better line-height */
.blog-item .blog-text h4,
.blog-item .product-title h4 {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    line-height: 1.45;
    font-size: 15px;
    letter-spacing: 0.01em;
}

/* 3. Blog card image: fixed aspect-ratio for uniform grid */
.blog-img {
    overflow: hidden;
}
.blog-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.4s ease;
    display: block;
}
.blog-item:hover .blog-img img {
    transform: scale(1.04);
}

/* 4. Blog card text area: consistent padding */
.blog-text {
    padding: 24px 16px 8px !important;
}
.blog-item.middel .blog-text {
    padding: 24px 16px !important;
}

/* 5. Product/blog card: subtle box-shadow on hover */
.blog-item {
    border-radius: 4px;
    /* overflow: hidden removed — was clipping share popup & other dropdowns */
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    background: #fff;
    overflow: visible !important;
}
/* 5b. Blog sections: extra bottom padding so share popup is not clipped */
.blog-area.blog-two.blog-margin.section-padding,
.blog-area.sigle-blog.blog-margin.section-padding {
    padding-bottom: 100px;
}
.blog-item:hover {
    box-shadow: 0 8px 28px rgba(0,0,0,0.10);
    transform: translateY(-2px);
}

/* 6. Footer: slightly larger font for contact details */
.contact-info li {
    font-size: 14px;
    line-height: 2;
}

/* 7. Section title: tighter margin, add subtle letter-spacing */
.section-title h3 {
    letter-spacing: 0.04em;
    margin-bottom: 8px;
}

/* 8. Body text: improved readability */
body {
    line-height: 1.7 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* 9. shop-btn / Read More button: modern pill style */
a.shop-btn {
    border-radius: 3px;
    font-size: 13px;
    letter-spacing: 0.05em;
    transition: background 0.25s, color 0.25s, border-color 0.25s;
}

/* 10. page banner: consistent min-height, better text contrast */
.page-banner {
    position: relative;
    overflow: hidden;
}
.page-banner img {
    width: 100%;
    object-fit: cover;
    min-height: 200px;
    max-height: 550px;
}

/* 11. Single blog page content: comfortable reading width & spacing */
.single-blog-page .blog-text h3 {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 16px;
}
.single-blog-page p {
    font-size: 15px;
    line-height: 1.85;
    color: #444;
    margin-bottom: 16px;
}
.single-blog-page h5 {
    font-size: 16px;
    font-weight: 700;
    margin: 24px 0 8px;
    color: #222;
}
.single-blog-img {
    margin: 20px 0;
}
.single-blog-img img {
    border-radius: 4px;
    width: 100%;
    height: auto;
}

/* 12. Product spec list: cleaner row layout */
.specific-pro ul li {
    padding: 6px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
}
.specific-pro ul li:last-child {
    border-bottom: none;
}

/* 13. Responsive: better mobile card spacing */
@media (max-width: 767px) {
    .section-padding { padding: 40px 0; }
    .blog-img img { height: 180px; }
    /* page-banner img: no max-height restriction — let banner show at natural height */
}

/* ═══════════════════════════════════════════════════════════════
   SUB-CATEGORY CARD GRID  (三级菜单 / 二级分类卡片列表)
   Used on: category-base-layer-fabric.php, category-middle-layer-fabric.php,
            category-trousers-fabric.php, category-waterproof-fabric.php
   ═══════════════════════════════════════════════════════════════ */
.sub-category-area {
    background: #fff;
}
.sub-cat-grid {
    margin-top: 40px;
}
.sub-cat-item {
    margin-bottom: 30px;
}
.sub-cat-card {
    display: block;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 32px 24px 28px;
    text-align: center;
    text-decoration: none !important;
    color: #333 !important;
    transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
    height: 100%;
    position: relative;
    overflow: visible;
}
.sub-cat-card:hover {
    box-shadow: 0 8px 28px rgba(93, 157, 55, 0.18);
    transform: translateY(-5px);
    border-color: #5d9d37;
    text-decoration: none !important;
}
.sub-cat-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 18px;
}
.sub-cat-icon svg {
    width: 100%;
    height: 100%;
}
.sub-cat-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    margin: 0 0 12px;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.4;
}
.sub-cat-card p {
    font-size: 13.5px;
    color: #666;
    line-height: 1.65;
    margin: 0 0 16px;
}
.sub-cat-link {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #5d9d37;
    text-decoration: none;
    letter-spacing: 0.3px;
}
.sub-cat-link .fa {
    font-size: 11px;
    margin-left: 4px;
    transition: transform 0.2s ease;
}
.sub-cat-card:hover .sub-cat-link .fa {
    transform: translateX(4px);
}

/* ── Banner overlay: shared centering for .banner-overlay (new 4 category pages) and .banner-overlay-1 (existing pages) ── */

/* .banner-overlay  — used by Base/Middle/Waterproof/Trousers category pages
   Absolutely centred inside the banner container              */
.banner-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 90%;
    text-align: center;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}
.banner-overlay .breadcrumb {
    font-size: 1.5rem;
    color: #fff;
    margin-top: 8px;
    letter-spacing: 0.3px;
}
.banner-overlay .breadcrumb a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
.banner-overlay .breadcrumb a:hover {
    text-decoration: underline;
}
.banner-overlay .banner-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 8px;
    white-space: normal;
    color: #fff;
}
@media (max-width: 768px) {
    .banner-overlay .banner-title {
        font-size: 22px;
    }
    .banner-overlay .banner-sub {
        font-size: 13px;
    }
}
@media (max-width: 480px) {
    .banner-overlay .banner-title {
        font-size: 16px;
    }
}

/* .banner-overlay-1 — used by all existing pages (unchanged logic) */
.banner-overlay-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 90%;
    text-align: center;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

/* Dark semi-transparent scrim so text is readable on any banner photo */
.page-banner-scrim::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.38);
    z-index: 1;
}

/* Banner sub-title line */
.banner-sub {
    font-size: 15px;
    color: rgba(255,255,255,0.88);
    margin: 8px 0 16px;
    line-height: 1.7;
    font-weight: 400;
}

/* Light gray background utility */
.bg-light-gray {
    background: #f8f8f8 !important;
}

/* ═══════════════════════════════════════════════════════════════
   PRODUCT ADVANTAGES  (产品优势板块)
   ═══════════════════════════════════════════════════════════════ */
.adv-grid {
    margin-top: 30px;
}
.adv-item {
    margin-bottom: 28px;
}
.adv-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.adv-card:hover {
    box-shadow: 0 6px 22px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}
.adv-card .adv-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}
.adv-card .adv-body {
    padding: 20px 18px;
}
.adv-card .adv-body h5 {
    font-size: 15px;
    font-weight: 700;
    color: #222;
    margin: 0 0 10px;
    text-transform: none;
    letter-spacing: 0;
}
.adv-card .adv-body p {
    font-size: 13.5px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

/* ═══════════════════════════════════════════════════════════════
   APPLICATION AREAS  (应用领域板块)
   ═══════════════════════════════════════════════════════════════ */
.app-grid {
    margin-top: 10px;
}
.app-item {
    margin-bottom: 24px;
}
.app-item .product-item {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    transition: box-shadow 0.3s ease;
}
.app-item .product-item:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}
.app-item .pro-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}
.app-item .arrival-title {
    padding: 14px 16px;
}
.app-item .product-title h5,
.app-item .product-title h4 {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 6px;
    color: #333;
    text-transform: none;
    letter-spacing: 0;
}
.app-item .app-desc {
    font-size: 12.5px;
    color: #888;
    margin: 0;
    line-height: 1.6;
}

/* ── Responsive sub-cat ─────────────────────────────────────── */
@media (max-width: 767px) {
    .sub-cat-card {
        padding: 24px 16px 20px;
    }
    .sub-cat-icon {
        width: 64px;
        height: 64px;
    }
    .sub-cat-card h4 {
        font-size: 14px;
    }
    .adv-card .adv-img img,
    .app-item .pro-img img {
        height: 160px;
    }
    .page-banner {
        min-height: 200px;
    }
}

/* ═══════════════════════════════════════════════════════════════
   FABRIC TECHNOLOGY CARD GRID (Polartec-style dark cards)
   Used by Base/Middle/Waterproof/Trousers category pages
   4-column full-width premium grid — matches polartec.com layout
   Cards fill 90vh | generous spacing | large bold typography
   ═══════════════════════════════════════════════════════════════ */

.fabric-tech-section {
    background: #080808;
    padding: 100px 0 80px;
    color: #fff;
    width: 100%;
}
.fabric-tech-section .section-header {
    text-align: center;
    max-width: 1100px;
    margin: 0 auto 56px;
    padding: 0 40px;
}
.fabric-tech-section .section-header h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 4.2rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px;
    letter-spacing: -.04em;
    text-transform: none;
    line-height: 1.05;
}
.fabric-tech-section .section-header h2 span {
    color: #e60000;
}
.fabric-tech-section .section-header p {
    font-size: 1.55rem;
    color: #8a8a8a;
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* ── Grid: 4 columns, auto height ── */
.tech-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    width: 100%;
    margin: 0;
    padding: 0 24px;
    background: #080808;
}
@media (max-width: 1400px) {
    .tech-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; padding: 0 16px; }
}
@media (max-width: 991px) {
    .tech-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; padding: 0 12px; }
}
@media (max-width: 600px) {
    .tech-grid { grid-template-columns: 1fr; gap: 12px; padding: 0 10px; }
}

/* ── Card: block layout, image-dominant ── */
.tech-card {
    background: #111;
    overflow: hidden;
    transition: transform .4s ease, box-shadow .4s ease, background .4s ease;
    display: block;
    text-decoration: none;
    color: #fff;
    position: relative;
    min-width: 0; /* prevent grid overflow */
}
.tech-card:hover {
    background: #191919;
    transform: translateY(-6px);
    box-shadow: 0 20px 60px rgba(0,0,0,.6);
    z-index: 2;
}

/* Card image — aspect-ratio guaranteed, never collapses */
.tech-card-img {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #1e1e1e;
}
.tech-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 35%;
    transition: transform .6s ease;
}
.tech-card:hover .tech-card-img img {
    transform: scale(1.08);
}
.tech-card-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 55%, rgba(0,0,0,.4) 100%);
    pointer-events: none;
    z-index: 1;
}
.tech-card-img .tech-card-logo {
    position: absolute;
    top: 20px;
    left: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    background: rgba(0,0,0,.6);
    padding: 6px 14px;
    border-radius: 3px;
    letter-spacing: .12em;
    text-transform: uppercase;
    z-index: 2;
}

/* Card body */
.tech-card-body {
    padding: 28px 32px 24px;
}

/* Title — compact */
.tech-card-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
    letter-spacing: .01em;
    line-height: 1.15;
}
.tech-card-title sup {
    font-size: .55em;
    font-weight: 500;
    vertical-align: super;
}

/* Red underline */
.tech-card-rule {
    width: 80px;
    height: 4px;
    background: #e60000;
    margin: 0 0 14px;
    transition: width .35s ease;
}
.tech-card:hover .tech-card-rule {
    width: 110px;
}

/* Tagline row */
.tech-card-tagline-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.tech-card-tagline {
    font-size: 1.5rem;
    color: #909090;
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
}
.tech-card-chevron {
    color: #e60000;
    font-size: 2.6rem;
    line-height: 1;
    transition: transform .35s ease;
    flex-shrink: 0;
    margin-left: 16px;
    font-weight: 300;
}
.tech-card:hover .tech-card-chevron {
    transform: translateX(8px);
}

/* Feature icon grid */
.tech-card-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px 10px;
    padding-top: 18px;
    border-top: 1px solid #2a2a2a;
}
.tech-card-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 4px;
    padding: 2px 2px;
}
.tech-card-feature-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tech-card-feature-icon svg {
    width: 32px;
    height: 32px;
    stroke: #777;
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.tech-card-feature-icon svg.fill-icon {
    fill: #777;
    stroke: none;
}
.tech-card:hover .tech-card-feature-icon svg {
    stroke: #aaa;
}
.tech-card:hover .tech-card-feature-icon svg.fill-icon {
    fill: #aaa;
}
.tech-card-feature span {
    font-size: 1.2rem;
    color: #7a7a7a;
    line-height: 1.2;
    letter-spacing: .04em;
    font-weight: 600;
}

/* ══════ Responsive (compact) ══════ */
@media (max-width: 1400px) {
    .fabric-tech-section {
        padding: 80px 0 60px;
    }
    .fabric-tech-section .section-header {
        margin-bottom: 48px;
    }
    .fabric-tech-section .section-header h2 {
        font-size: 2.0rem;
    }
    .fabric-tech-section .section-header p {
        font-size: 1.0rem;
    }
    .tech-card-body {
        padding: 24px 26px 20px;
    }
    .tech-card-title {
        font-size: 1.7rem;
    }
    .tech-card-tagline {
        font-size: 1.15rem;
    }
    .tech-card-chevron {
        font-size: 2.2rem;
    }
    .tech-card-rule {
        width: 64px; height: 4px; margin-bottom: 12px;
    }
    .tech-card:hover .tech-card-rule {
        width: 90px;
    }
    .tech-card-tagline-row {
        margin-bottom: 16px;
    }
    .tech-card-logo {
        top: 16px; left: 16px;
        font-size: 0.95rem;
        padding: 5px 12px;
    }
    .tech-card-features {
        gap: 12px 8px;
        padding-top: 14px;
    }
    .tech-card-feature-icon {
        width: 38px; height: 38px;
    }
    .tech-card-feature-icon svg {
        width: 28px; height: 28px;
    }
    .tech-card-feature span {
        font-size: 0.85rem;
    }
}
@media (max-width: 991px) {
    .fabric-tech-section {
        padding: 60px 0 48px;
    }
    .fabric-tech-section .section-header {
        margin-bottom: 36px;
    }
    .fabric-tech-section .section-header h2 {
        font-size: 1.7rem;
    }
    .fabric-tech-section .section-header p {
        font-size: 0.9rem;
    }
    .tech-card-img {
        aspect-ratio: 3/2;
    }
    .tech-card-body {
        padding: 20px 22px 18px;
    }
    .tech-card-title {
        font-size: 1.5rem;
    }
    .tech-card-tagline {
        font-size: 1.05rem;
    }
    .tech-card-chevron {
        font-size: 2.0rem;
    }
    .tech-card-rule {
        width: 54px; height: 3px; margin-bottom: 12px;
    }
    .tech-card:hover .tech-card-rule {
        width: 74px;
    }
    .tech-card-tagline-row {
        margin-bottom: 14px;
    }
    .tech-card-logo {
        top: 14px; left: 14px;
        font-size: 0.85rem;
        padding: 4px 10px;
    }
    .tech-card-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px 8px;
        padding-top: 14px;
    }
    .tech-card-feature-icon {
        width: 34px; height: 34px;
    }
    .tech-card-feature-icon svg {
        width: 26px; height: 26px;
    }
    .tech-card-feature span {
        font-size: 0.8rem;
    }
}
@media (max-width: 600px) {
    .fabric-tech-section {
        padding: 48px 0 36px;
    }
    .fabric-tech-section .section-header {
        margin-bottom: 28px;
    }
    .fabric-tech-section .section-header h2 {
        font-size: 1.4rem;
    }
    .fabric-tech-section .section-header p {
        font-size: 0.82rem;
    }
    .tech-card-img {
        aspect-ratio: 3/2;
    }
    .tech-card-body {
        padding: 18px 18px 14px;
    }
    .tech-card-title {
        font-size: 1.3rem;
    }
    .tech-card-tagline {
        font-size: 0.92rem;
    }
    .tech-card-chevron {
        font-size: 1.7rem;
    }
    .tech-card-rule {
        width: 44px; height: 3px; margin-bottom: 10px;
    }
    .tech-card:hover .tech-card-rule {
        width: 60px;
    }
    .tech-card-tagline-row {
        margin-bottom: 12px;
    }
    .tech-card-logo {
        top: 12px; left: 12px;
        font-size: .78rem;
        padding: 4px 9px;
    }
    .tech-card-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px 6px;
        padding-top: 12px;
    }
    .tech-card-feature-icon {
        width: 30px; height: 30px;
    }
    .tech-card-feature-icon svg {
        width: 22px; height: 22px;
    }
    .tech-card-feature span {
        font-size: 0.75rem;
    }
}

/* ═══════════════════════════════════════════════════════════════
   BANNER FONT — Fabric category pages (+2px from original)
   ═══════════════════════════════════════════════════════════════ */

.page-banner-base-layer .banner-overlay .banner-title,
.page-banner-middle-layer .banner-overlay .banner-title,
.page-banner-waterproof .banner-overlay .banner-title,
.page-banner-trousers .banner-overlay .banner-title {
    font-size: 50px;
}
.page-banner-base-layer .banner-sub,
.page-banner-middle-layer .banner-sub,
.page-banner-waterproof .banner-sub,
.page-banner-trousers .banner-sub {
    font-size: 17px;
}
.page-banner-base-layer .banner-overlay .breadcrumb,
.page-banner-middle-layer .banner-overlay .breadcrumb,
.page-banner-waterproof .banner-overlay .breadcrumb,
.page-banner-trousers .banner-overlay .breadcrumb {
    font-size: 1.5rem;
}
@media (max-width: 991px) {
    .page-banner-base-layer .banner-overlay .banner-title,
    .page-banner-middle-layer .banner-overlay .banner-title,
    .page-banner-waterproof .banner-overlay .banner-title,
    .page-banner-trousers .banner-overlay .banner-title {
        font-size: 24px;
    }
    .page-banner-base-layer .banner-sub,
    .page-banner-middle-layer .banner-sub,
    .page-banner-waterproof .banner-sub,
    .page-banner-trousers .banner-sub {
        font-size: 14px;
    }
}
@media (max-width: 480px) {
    .page-banner-base-layer .banner-overlay .banner-title,
    .page-banner-middle-layer .banner-overlay .banner-title,
    .page-banner-waterproof .banner-overlay .banner-title,
    .page-banner-trousers .banner-overlay .banner-title {
        font-size: 18px;
    }
    .page-banner-base-layer .banner-sub,
    .page-banner-middle-layer .banner-sub,
    .page-banner-waterproof .banner-sub,
    .page-banner-trousers .banner-sub {
        font-size: 13px;
    }
}

/* ═══════════════════════════════════════════════════════════════
   HEADER SEARCH BUTTON & MODAL
   ═══════════════════════════════════════════════════════════════ */

/* ── Nav actions: search + hamburger ── */
.nav-main-bar__actions {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 4px;
}
/* Search icon button */
.nav-search-btn {
    flex: 0 0 auto;
    line-height: 94px;
    cursor: pointer;
    color: #fff;
    transition: color 0.3s ease;
    padding: 0 10px;
}
.nav-search-btn:hover {
    color: #8ccc56;
}
.nav-search-btn svg {
    width: 22px;
    height: 22px;
    vertical-align: middle;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Sticky header: search button adjusts with nav height */
.nav-main-bar.sticky .nav-search-btn {
    line-height: 60px;
}

/* Search overlay (full-screen backdrop) */
.youvion-search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.72);
    z-index: 99999;
    display: none;
    align-items: flex-start;
    justify-content: center;
    padding-top: 120px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
.youvion-search-overlay.active {
    display: flex;
}

/* Search modal card */
.youvion-search-modal {
    position: relative;
    width: 600px;
    max-width: 92vw;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 24px 80px rgba(0,0,0,0.3);
    overflow: visible;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
}

/* Close button */
.youvion-search-close {
    position: absolute;
    top: 12px;
    right: 14px;
    background: none;
    border: none;
    font-size: 28px;
    color: #999;
    cursor: pointer;
    line-height: 1;
    transition: color 0.2s;
    z-index: 2;
    padding: 4px 8px;
}
.youvion-search-close:hover {
    color: #e60000;
}

/* Input wrapper */
.youvion-search-input-wrap {
    display: flex;
    align-items: center;
    padding: 18px 20px;
    border-bottom: 2px solid #f0f0f0;
    gap: 12px;
    flex-shrink: 0;
}
.youvion-search-icon {
    width: 22px;
    height: 22px;
    stroke: #999;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}
.youvion-search-input-wrap input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #222;
    background: transparent;
    padding: 6px 0;
}
.youvion-search-input-wrap input::placeholder {
    color: #bbb;
    font-weight: 400;
}

/* Spinner */
.youvion-search-spinner {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    display: none;
}
.youvion-search-spinner.active {
    display: block;
}
.youvion-search-spinner svg {
    width: 22px;
    height: 22px;
    stroke: #5d9d37;
    fill: none;
    stroke-width: 2;
    animation: youvion-spin 1s linear infinite;
}
@keyframes youvion-spin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

/* Results container */
.youvion-search-results {
    overflow-y: auto;
    flex: 1;
}

/* Individual result item */
.youvion-search-result-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 20px;
    border-bottom: 1px solid #f5f5f5;
    text-decoration: none;
    color: #333;
    transition: background 0.2s ease;
}
.youvion-search-result-item:hover {
    background: #f8fdf4;
    text-decoration: none;
    color: #333;
}
.youvion-search-result-item:last-child {
    border-bottom: none;
}

/* Result thumbnail */
.youvion-search-result-thumb {
    width: 56px;
    height: 56px;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
    background: #f0f0f0;
}
.youvion-search-result-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Result text */
.youvion-search-result-info {
    flex: 1;
    min-width: 0;
}
.youvion-search-result-title {
    font-size: 14px;
    font-weight: 700;
    color: #222;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.youvion-search-result-excerpt {
    font-size: 12.5px;
    color: #888;
    margin: 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Type badge */
.youvion-search-result-type {
    flex-shrink: 0;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: 3px;
    font-family: 'Montserrat', sans-serif;
}
.youvion-search-result-type.product {
    background: #eef6e6;
    color: #5d9d37;
}
.youvion-search-result-type.blog {
    background: #eef1f8;
    color: #4a72b0;
}

/* No results message */
.youvion-search-no-results {
    padding: 30px 20px;
    text-align: center;
    color: #999;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
.youvion-search-no-results svg {
    width: 40px;
    height: 40px;
    stroke: #ccc;
    fill: none;
    stroke-width: 1.5;
    margin-bottom: 10px;
}

/* Hint text */
.youvion-search-hint {
    padding: 12px 20px;
    text-align: center;
    color: #bbb;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}

/* ── Responsive ── */
@media (max-width: 767px) {
    .youvion-search-overlay {
        padding-top: 60px;
    }
    .youvion-search-modal {
        width: 96vw;
        border-radius: 8px;
    }
    .youvion-search-input-wrap {
        padding: 14px 16px;
    }
    .youvion-search-input-wrap input {
        font-size: 15px;
    }
    .youvion-search-result-thumb {
        width: 44px;
        height: 44px;
    }
    .youvion-search-result-title {
        font-size: 13px;
    }
}

/* ═══════════════════════════════════════════════════════════════
   SEARCH RESULTS PAGE (/s=...) — Full-page layout
   Used by search.php template for WordPress search results
   ═══════════════════════════════════════════════════════════════ */

/* Search header: title + re-search form */
.yvn-search-results-header {
    background: linear-gradient(135deg, #1a2e1a 0%, #0f1f0f 100%);
    padding: 50px 0 40px;
    text-align: center;
}
.yvn-search-results-header h1 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
    letter-spacing: -0.3px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.yvn-search-results-header h1::before {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #5d9d37;
    margin: 0 auto 16px;
    border-radius: 2px;
}
.yvn-search-results-header p {
    color: rgba(255,255,255,0.65);
    font-size: 15px;
    margin: 0 0 24px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

/* Re-search form in search header */
.yvn-search-results-form-wrap {
    display: flex;
    justify-content: center;
}
.yvn-search-results-form {
    display: flex;
    gap: 0;
    width: 100%;
    max-width: 480px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.25);
}
.yvn-search-results-form input {
    flex: 1;
    border: none;
    padding: 14px 18px;
    font-size: 15px;
    outline: none;
    font-family: inherit;
    color: #333;
}
.yvn-search-results-form button {
    background: #5d9d37;
    color: #fff;
    border: none;
    padding: 14px 20px;
    cursor: pointer;
    font-size: 16px;
    transition: background .2s;
}
.yvn-search-results-form button:hover {
    background: #4a8a2b;
}

/* Search results body */
.yvn-search-results-body {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px 60px;
}

/* Individual result item */
.yvn-search-result-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 22px;
    margin-bottom: 12px;
    border-radius: 8px;
    background: #fff;
    text-decoration: none;
    color: #333;
    border: 1px solid #eee;
    transition: all .2s ease;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.yvn-search-result-item:hover {
    border-color: #5d9d37;
    box-shadow: 0 4px 16px rgba(93,157,55,0.12);
    transform: translateY(-1px);
    text-decoration: none;
    color: #333;
}

/* Type badge (Product / Blog / Page) */
.yvn-search-result-item__type {
    flex-shrink: 0;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 4px 10px;
    border-radius: 20px;
    background: #f0f0f0;
    color: #777;
    line-height: 1.8;
    margin-top: 2px;
}
.yvn-search-result-item:hover .yvn-search-result-item__type.product { background: #eef6e6; color: #5d9d37; }
.yvn-search-result-item:hover .yvn-search-result-item__type.blog { background: #eef1f8; color: #4a72b0; }
.yvn-search-result-item:hover .yvn-search-result-item__type.page { background: #f5f0ee; color: #a06040; }

/* Title & excerpt */
.yvn-search-result-item__title {
    font-size: 17px;
    font-weight: 700;
    color: #222;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 5px;
    line-height: 1.35;
}
.yvn-search-result-item__excerpt {
    font-size: 14px;
    color: #666;
    margin: 0 0 4px;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.yvn-search-result-item__url {
    font-size: 12px;
    color: #5d9d37;
    opacity: 0.7;
    word-break: break-all;
}

/* Pagination */
.yvn-search-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 36px;
    padding-top: 24px;
    border-top: 1px solid #eee;
}
.yvn-search-pagination a,
.yvn-search-pagination span.current {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    transition: all .2s;
}
.yvn-search-pagination a {
    background: #fff;
    color: #555;
    border: 1px solid #ddd;
}
.yvn-search-pagination a:hover {
    border-color: #5d9d37;
    color: #5d9d37;
}
.yvn-search-pagination span.current {
    background: #5d9d37;
    color: #fff;
    border: 1px solid #5d9d37;
}

/* Category / product list pagination generated by par_pagenavi() */
.par-pagenavi {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.par-pagenavi a,
.par-pagenavi span.current {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    text-transform: none;
    transition: all .2s;
    background: #fff;
    color: #555;
    border: 1px solid #ddd;
}
.par-pagenavi a:hover {
    border-color: #5d9d37;
    background: #5d9d37;
    color: #fff;
}
.par-pagenavi a.current {
    background: #5d9d37;
    color: #fff;
    border: 1px solid #5d9d37;
}
.par-pagenavi a.extend {
    padding: 0 16px;
}

/* No results */
.yvn-search-no-results {
    text-align: center;
    padding: 60px 20px;
    color: #999;
}
.yvn-search-no-results i.fa-search {
    font-size: 48px;
    color: #ddd;
    margin-bottom: 16px;
    display: block;
}
.yvn-search-no-results h3 {
    font-size: 20px;
    color: #666;
    margin: 0 0 8px;
    font-family: 'Montserrat', sans-serif;
}
.yvn-search-no-results p {
    color: #999;
    font-size: 14px;
}

/* Mobile bottom spacer for nav overlap */
.yvn-mobile-spacer {
    height: 70px;
}

/* ── Responsive: Search Results Page ── */
@media (max-width: 767px) {
    .yvn-search-results-header {
        padding: 30px 0 26px;
    }
    .yvn-search-results-header h1 {
        font-size: 22px;
    }
    .yvn-search-results-header h1::before {
        width: 36px;
        height: 2px;
        margin-bottom: 12px;
    }
    .yvn-search-results-header p {
        font-size: 13px;
        margin-bottom: 18px;
    }
    .yvn-search-results-form {
        max-width: 100%;
    }
    .yvn-search-results-form input {
        padding: 11px 14px;
        font-size: 14px;
    }
    .yvn-search-results-form button {
        padding: 11px 16px;
    }
    .yvn-search-results-body {
        margin: 24px auto;
        padding: 0 14px 50px;
    }
    .yvn-search-result-item {
        padding: 14px 16px;
        gap: 12px;
    }
    .yvn-search-result-item__title {
        font-size: 15px;
    }
    .yvn-search-result-item__excerpt {
        font-size: 13px;
        -webkit-line-clamp: 1;
    }
    .yvn-search-result-item__url {
        font-size: 11px;
    }
    .yvn-search-result-item__type {
        font-size: 9px;
        padding: 3px 8px;
    }
}

/* ═══════════════════════════════════════════════════════════════
   [DEPRECATED] MOBILE NAVIGATION v8 — REPLACED BY v9 BELOW
   Old HTML elements (.mobile-top-bar, .mobile-header-body, .mobile-bottom-nav)
   have been removed from header.php and index.php. Kept for reference only.
   ═══════════════════════════════════════════════════════════════ */

/* ── Default: all mobile elements hidden on desktop ───── */
.mobile-top-bar           { display: none !important; }
.mobile-header-body        { display: none !important; }
.mobile-bottom-nav         { display: none !important; }

/* ── Zone 1: Mobile Top Bar (dark strip) ──────────────── */
.mobile-top-bar {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: 48px;
  background: #1a1a1a;
  z-index: 10001;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
}

.mobile-hamburger {
  width: 40px; height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10002;
}
.mobile-hamburger span {
  display: block;
  width: 22px; height: 2.5px;
  background: #fff;
  border-radius: 3px;
  transition: all 0.3s ease;
  position: absolute;
}
.mobile-hamburger span:nth-child(1) { transform: translateY(-7px); }
.mobile-hamburger span:nth-child(2) { transform: translateY(0); }
.mobile-hamburger span:nth-child(3) { transform: translateY(7px); }

/* Hamburger → X animation */
.mobile-hamburger.active span:nth-child(1) { transform: rotate(45deg); }
.mobile-hamburger.active span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.mobile-hamburger.active span:nth-child(3) { transform: rotate(-45deg); }

.mobile-top-search {
  width: 40px; height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  transition: color 0.25s;
}
.mobile-top-search:hover, .mobile-top-search:active { color: #5d9d37; }
.mobile-top-search svg { width: 22px; height: 22px; }

/* ── Zone 2: Mobile Header Body (logo + contact) ───────── */
.mobile-header-body {
  text-align: center;
  padding: 56px 20px 16px;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.mobile-logo { margin-bottom: 12px; }
.mobile-logo img { max-height: 70px; width: auto; max-width: 200px; height: auto; }
.mobile-contact-info ul { list-style: none; margin: 0; padding: 0; }
.mobile-contact-info li { font-size: 13px; color: #444; line-height: 2; word-break: break-all; }
.mobile-contact-info i { color: #5d9d37; margin-right: 6px; font-size: 13px; }
.mobile-contact-info a { color: #333; text-decoration: none; transition: color 0.2s; }
.mobile-contact-info a:hover { color: #5d9d37; }

/* ── Zone 3: Mobile Bottom Tab Bar (fixed) ─────────────── */
.mobile-bottom-nav {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  height: 60px;
  background: #5d9d37;
  z-index: 10000;
  align-items: stretch;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.12);
}
.mbtn-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  text-decoration: none;
  color: rgba(255,255,255,0.85);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: all 0.2s ease;
  position: relative;
  border: none;
  background: transparent;
  -webkit-tap-highlight-color: transparent;
}
.mbtn-item svg { width: 22px; height: 22px; fill: currentColor; transition: transform 0.2s; }
.mbtn-item:active svg { transform: scale(0.9); }
.mbtn-item.active, .mbtn-item:hover { color: #fff; background: rgba(255,255,255,0.15); }
.mbtn-item.active::after {
  content: '';
  position: absolute;
  bottom: 4px; left: 50%;
  transform: translateX(-50%);
  width: 20px; height: 3px;
  background: #fff;
  border-radius: 2px;
}

/* ── Push body content up for bottom nav & top bar ──── */
body {
  /* Space for bottom tab bar is handled by padding-bottom in JS or via footer margin */
}

/* ── Meanmenu integration with new layout ───────────── */
@media (max-width: 1169px) {
  .mean-container .mean-bar {
    position: fixed !important;
    top: 48px !important; /* below mobile-top-bar */
    left: 0;
    right: 0;
    z-index: 9998;
    background: #5d9d37 !important;
    border-radius: 0;
  }
  .mean-container .mean-nav {
    position: fixed !important;
    top: 96px !important; /* top-bar(48px) + mean-bar(~48px) */
    left: 0;
    right: 0;
    bottom: 60px !important; /* leave room for bottom tab bar */
    overflow-y: auto;
    z-index: 9997;
    background: #f8fdf4 !important;
  }
  .mean-nav > ul {
    padding-bottom: 80px;
  }
  /* Hide default meanmenu "MENU" text since we have custom hamburger */
  .mobile-menu-area .mean-bar::after {
    display: none !important;
  }
}

/* ═══════════════════════════════════════════════════════════════
   MOBILE NAVIGATION v9 — nav_preview_v3 style (2026-06-16)
   Replaces v8 with: centered logo in top bar, drawer navigation,
   5-item bottom tab bar (adds Inquiry), backdrop.
   ═══════════════════════════════════════════════════════════════ */

/* ── Additional hidden elements for v3 ── */
.yvn-drawer              { display: none !important; }
.yvn-drawer-backdrop      { display: none !important; }

/* ── Hamburger button ── */
.yvn-hamburger {
  display: none; flex-direction: column; justify-content: space-between;
  width: 36px; height: 36px; padding: 8px; background: none; border: none;
  cursor: pointer; gap: 5px;
  flex: 0 0 auto;          /* never shrinks in flex layout */
}
.yvn-hamburger span {
  display: block; width: 100%; height: 2px; background: rgba(255,255,255,.9);
  border-radius: 2px; transition: all .3s ease;
}
.yvn-hamburger--white span { background: rgba(255,255,255,.95); }

/* ── Mobile Topbar: hamburger + centered logo + search ── */
.yvn-mobile-topbar {
  display: none; position: fixed; top: 0; left: 0; right: 0;
  height: 54px; background: rgba(26,26,26,.96); backdrop-filter: blur(10px);
  z-index: 998;
}
.yvn-mobile-topbar__inner {
  height: 100%; padding: 0 14px;
  display: flex; align-items: center; justify-content: space-between;
}
.yvn-mobile-topbar__logo {
  position: absolute; left: 50%; transform: translateX(-50%);
}
.yvn-mobile-topbar__logo img { height: 32px; width: auto; }

/* ── Mobile Brand: contact info strip ── */
.yvn-mobile-brand {
  display: none; position: fixed; top: 54px; left: 0; right: 0;
  background: #1e1e1e; z-index: 997;
  border-bottom: 1px solid rgba(255,255,255,.06);
  transition: max-height .35s ease, opacity .35s ease;
  overflow: hidden;
}
.yvn-mobile-brand__inner {
  padding: 10px 16px; display: flex; flex-direction: row; flex-wrap: wrap;
  align-items: center; justify-content: center; gap: 10px 20px;
}
.yvn-mobile-brand__contacts {
  display: flex; flex-direction: row; flex-wrap: wrap;
  gap: 8px 20px; justify-content: center;
}
.yvn-mobile-brand__contacts a {
  display: flex; align-items: center; gap: 6px;
  color: rgba(255,255,255,.7); font-size: 12px; text-decoration: none;
}
.yvn-mobile-brand__contacts a i { color: #5d9d37; }

/* ── Mobile Search (slide-down) ── */
.yvn-mobile-search {
  display: none; position: fixed; top: 54px; left: 0; right: 0;
  background: rgba(26,26,26,.97); z-index: 999; padding: 12px 14px;
  box-shadow: 0 6px 20px rgba(0,0,0,.3);
  transform: translateY(-100%); opacity: 0; visibility: hidden;
  transition: all .3s ease;
}
.yvn-mobile-search.is-open {
  transform: translateY(0); opacity: 1; visibility: visible;
  z-index: 9999 !important; /* must be above everything including topbar(998) */
}
.yvn-mobile-search__form {
  display: flex; border: 1.5px solid rgba(255,255,255,.2);
  border-radius: 40px; overflow: hidden; background: rgba(255,255,255,.05);
}
.yvn-mobile-search__form:focus-within { border-color: #5d9d37; }
.yvn-mobile-search__input {
  flex: 1; background: transparent; border: none; outline: none;
  color: #fff; font-size: 15px; padding: 10px 16px;
}
.yvn-mobile-search__input::placeholder { color: rgba(255,255,255,.4); }
.yvn-mobile-search__btn {
  background: #5d9d37; border: none; color: #fff;
  padding: 0 18px; cursor: pointer; font-size: 14px;
}

/* ── Bottom Nav: 5 items ── */
.yvn-bottom-nav {
  display: none; position: fixed; bottom: 0; left: 0; right: 0;
  height: 58px; background: #1a1a1a;
  border-top: 1px solid rgba(255,255,255,.12); z-index: 1000;
  box-shadow: 0 -4px 20px rgba(0,0,0,.35);
}
.yvn-bottom-nav__item {
  display: flex; flex-direction: column; align-items: center;
  justify-content: center; flex: 1; gap: 3px;
  color: rgba(255,255,255,.6); font-size: 10px;
  text-decoration: none; padding: 4px 2px; position: relative;
}
.yvn-bottom-nav__item i { font-size: 18px; }
.yvn-bottom-nav__item:hover { color: #fff; }
.yvn-bottom-nav__item--highlight { color: #5d9d37 !important; }
.yvn-bottom-nav__item--highlight i { color: #5d9d37; }
.yvn-bottom-nav__item.active { color: #5d9d37; }

/* ── Force mobile nav visible on small phones (≤480px) — belt & suspenders ── */
@media (max-width: 480px) {
  .yvn-mobile-topbar  { display: block !important; }
  .yvn-mobile-brand   { display: block !important; }
  .yvn-bottom-nav     { display: flex !important; }
  .yvn-mobile-search  { display: block !important; }
  .yvn-drawer         { display: flex !important; }
  .yvn-drawer-backdrop{ display: block !important; }
  .yvn-hamburger      { display: flex !important; }

  /* Ensure body has correct padding for fixed elements */
  body {
    padding-top: 104px !important;
    padding-bottom: calc(58px + env(safe-area-inset-bottom, 0px)) !important;
  }

  /* Shrink brand contacts slightly on very small screens */
  .yvn-mobile-brand__contacts a {
    font-size: 11px;
    gap: 4px;
  }
  .yvn-mobile-brand__inner {
    padding: 8px 12px;
    gap: 6px 14px;
  }
}

/* ── Drawer (left slide-in) ── */
.yvn-drawer {
  position: fixed;
  top: 0; left: 0;
  width: min(320px, 85vw);
  height: 100dvh;
  background: #1a1a1a;
  z-index: 99999;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: transform .3s cubic-bezier(.4,0,.2,1);
  display: flex;
  flex-direction: column;
}
.yvn-drawer.is-open { transform: translateX(0); }
.yvn-drawer__header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 18px; border-bottom: 1px solid rgba(255,255,255,.08);
  flex-shrink: 0;
}
.yvn-drawer__logo img { height: 40px; width: auto; }
.yvn-drawer__close {
  background: none; border: none; color: rgba(255,255,255,.7);
  font-size: 20px; cursor: pointer; padding: 4px;
}
.yvn-drawer__nav { flex: 1; padding: 8px 0; overflow-y: auto; }
.yvn-drawer__nav > ul > li > a,
.yvn-drawer__nav > ul > li > .yvn-drawer__trigger {
  display: flex; align-items: center; justify-content: space-between;
  padding: 13px 20px; color: rgba(255,255,255,.85);
  font-size: 14px; font-weight: 600;
  border-bottom: 1px solid rgba(255,255,255,.04);
  text-decoration: none;
}
.yvn-drawer__nav > ul > li > .yvn-drawer__trigger {
  cursor: default;
  user-select: none;
}
.yvn-drawer__nav > ul > li > a:hover,
.yvn-drawer__nav > ul > li > a.active,
.yvn-drawer__nav > ul > li > .yvn-drawer__trigger:hover {
  background: rgba(255,255,255,.05); color: #fff;
}
/* Drawer sub-menu (expandable) */
.yvn-drawer__sub {
  max-height: 0; overflow: hidden;
  transition: max-height .4s ease;
  background: rgba(255,255,255,.03);
}
.yvn-drawer__has-sub.is-open > .yvn-drawer__sub { max-height: 600px; }
.yvn-drawer__sub li a {
  display: block; padding: 9px 20px 9px 36px;
  color: rgba(255,255,255,.65); font-size: 13px;
  text-decoration: none;
}
.yvn-drawer__sub li a:hover { color: #5d9d37; background: rgba(255,255,255,.05); }
.yvn-drawer__sub-heading {
  padding: 10px 20px 4px; font-size: 10px;
  letter-spacing: 2px; text-transform: uppercase;
  color: #5d9d37; font-weight: 700;
}
.yvn-drawer__contacts {
  padding: 16px 20px; border-top: 1px solid rgba(255,255,255,.08);
}
.yvn-drawer__contacts a {
  display: flex; align-items: center; gap: 10px;
  color: rgba(255,255,255,.6); font-size: 13px; text-decoration: none;
}
.yvn-drawer__contacts a i { color: #5d9d37; }
.yvn-drawer-backdrop {
  position: fixed; inset: 0;
  background: rgba(0,0,0,.6); z-index: 99998;
  opacity: 0; visibility: hidden;
  transition: all .25s ease;
}
.yvn-drawer-backdrop.is-open { opacity: 1; visibility: visible; }

/* ── Bottom Tab Bar: highlight for Inquiry (legacy compat) ── */
.mbtn-item--highlight { color: #5d9d37 !important; }

/* ══════════════════════════════════════════════════════════════
   SUB-CATEGORY LEVEL-3 PAGE STYLES
   (Wool / Synthetic / Fleece / Flame-Resistant)
   2026-06-18
   ══════════════════════════════════════════════════════════════ */

/* ── Banner: level-3 specific sizes ── */
.page-banner-wool .banner-overlay .banner-title,
.page-banner-synthetic .banner-overlay .banner-title,
.page-banner-fleece .banner-overlay .banner-title,
.page-banner-flame-resistant .banner-overlay .banner-title {
    font-size: 42px;
}
@media (max-width: 991px) {
    .page-banner-wool .banner-overlay .banner-title,
    .page-banner-synthetic .banner-overlay .banner-title,
    .page-banner-fleece .banner-overlay .banner-title,
    .page-banner-flame-resistant .banner-overlay .banner-title { font-size: 24px; }
}
@media (max-width: 480px) {
    .page-banner-wool .banner-overlay .banner-title,
    .page-banner-synthetic .banner-overlay .banner-title,
    .page-banner-fleece .banner-overlay .banner-title,
    .page-banner-flame-resistant .banner-overlay .banner-title { font-size: 16px; }
}

/* ──────────────────────────────────────────────────────────────
   1. INTRO SECTION — dark full-width two-column
   ────────────────────────────────────────────────────────────── */
.sublayer-intro-section {
    background: #111;
    color: #fff;
    padding: 72px 0;
}
.sublayer-intro-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}
.sublayer-intro-eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #5d9d37;
    margin-bottom: 14px;
}
.sublayer-intro-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.15;
    color: #fff;
    margin: 0 0 20px;
}
.sublayer-intro-heading em {
    font-style: normal;
    color: #5d9d37;
}
.sublayer-intro-desc {
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255,255,255,0.72);
    margin-bottom: 28px;
}
.sublayer-intro-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.sublayer-intro-tags span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.13);
    border-radius: 100px;
    padding: 7px 14px;
    font-size: 12.5px;
    font-weight: 600;
    color: #e0e0e0;
    letter-spacing: 0.04em;
}
.sublayer-intro-tags span svg {
    width: 15px;
    height: 15px;
    stroke: #5d9d37;
    flex-shrink: 0;
}

/* spec cards grid */
.sublayer-intro-specs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}
.sublayer-spec-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 20px 18px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    transition: background 0.25s;
}
.sublayer-spec-card:hover {
    background: rgba(93,157,55,0.12);
    border-color: rgba(93,157,55,0.35);
}
.spec-card-icon {
    width: 38px;
    height: 38px;
    background: rgba(93,157,55,0.15);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.spec-card-icon svg {
    width: 20px;
    height: 20px;
    stroke: #5d9d37;
}
.spec-card-body h4 {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.55);
    margin: 0 0 5px;
}
.spec-card-body p {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    line-height: 1.5;
    margin: 0;
}
.spec-card-body p span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255,255,255,0.45);
}

@media (max-width: 991px) {
    .sublayer-intro-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .sublayer-intro-heading { font-size: 28px; }
}
@media (max-width: 600px) {
    .sublayer-intro-section { padding: 48px 0; }
    .sublayer-intro-heading { font-size: 22px; }
    .sublayer-intro-specs { grid-template-columns: 1fr; }
}

/* ──────────────────────────────────────────────────────────────
   2. FINISHED PRODUCT SHOWCASE — Wide-format cards
   ────────────────────────────────────────────────────────────── */
/* ══════════════════════════════════════════════════
     FINISHED PRODUCT SHOWCASE — Premium Lookbook
     ══════════════════════════════════════════════════ */
.sublayer-showcase-section {
    background: #0a0a0a;
}
/* Dark-background section-title overrides */
.sublayer-showcase-section .section-title h3,
.sublayer-showcase-section .section-title h3 span { color: #fff; }
.sublayer-showcase-section .section-title p { color: rgba(255,255,255,0.65); }
.sublayer-showcase-section .section-title .shape img { filter: brightness(0.3) invert(1); }

/* ── Grid: featured full-width row + 2 standard cards ── */
.showcase-lookbook-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-top: 48px;
}
.showcase-lookbook-card--featured {
    grid-column: 1 / -1;  /* spans full width */
}

/* ── Card (vertical: image-top + body-bottom) ── */
.showcase-lookbook-card {
    background: #151515;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.06);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.showcase-lookbook-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 64px rgba(0,0,0,0.35);
}

/* ── Image block ── */
.showcase-lookbook-img {
    position: relative;
    overflow: hidden;
}
.showcase-lookbook-img img {
    width: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.6s ease;
}
/* Featured: cinematic 16:10 wide frame */
.showcase-lookbook-card--featured .showcase-lookbook-img img {
    aspect-ratio: 16 / 10;
}
/* Standard: classic 4:3 product photo */
.showcase-lookbook-card--standard .showcase-lookbook-img img {
    aspect-ratio: 4 / 3;
}
.showcase-lookbook-card:hover .showcase-lookbook-img img {
    transform: scale(1.03);
}

/* ── Badge ── */
.showcase-lookbook-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(93,157,55,0.92);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 7px 18px;
    border-radius: 100px;
    backdrop-filter: blur(4px);
}

/* ── Body (text below image) ── */
.showcase-lookbook-body {
    padding: 32px 28px 28px;
}
.showcase-lookbook-card--featured .showcase-lookbook-body {
    padding: 40px 36px 36px;
}

/* ── Title + accent line ── */
.showcase-lookbook-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 4px;
    letter-spacing: 0.02em;
}
.showcase-lookbook-card--featured .showcase-lookbook-title {
    font-size: 26px;
}
.showcase-lookbook-title-line {
    width: 52px;
    height: 3px;
    background: linear-gradient(90deg, #5d9d37, #8ccc56);
    border-radius: 2px;
    margin: 14px 0 20px;
}
.showcase-lookbook-card--featured .showcase-lookbook-title-line {
    width: 64px;
    height: 3px;
}

/* ── Description ── */
.showcase-lookbook-desc {
    font-size: 15px;
    color: rgba(255,255,255,0.7);
    line-height: 1.75;
    margin: 0 0 20px;
}
.showcase-lookbook-card--featured .showcase-lookbook-desc {
    font-size: 16px;
    line-height: 1.8;
}

/* ── Feature tags ── */
.showcase-lookbook-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}
.showcase-lookbook-features span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(93,157,55,0.12);
    border: 1px solid rgba(93,157,55,0.25);
    color: #8ccc56;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 14px;
    border-radius: 100px;
}
.showcase-lookbook-features span svg {
    width: 13px;
    height: 13px;
    stroke: #8ccc56;
    flex-shrink: 0;
}

/* ── Specs bar ── */
.showcase-lookbook-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 16px;
}
.showcase-lookbook-spec {
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    line-height: 1.5;
}
.showcase-lookbook-spec strong {
    color: rgba(255,255,255,0.75);
    font-weight: 600;
    margin-right: 4px;
}

/* ── Responsive ── */
@media (max-width: 1199px) {
    .showcase-lookbook-grid { gap: 28px; }
    .showcase-lookbook-body { padding: 28px 24px 24px; }
    .showcase-lookbook-card--featured .showcase-lookbook-body { padding: 32px 28px 28px; }
    .showcase-lookbook-title { font-size: 20px; }
    .showcase-lookbook-card--featured .showcase-lookbook-title { font-size: 23px; }
}
@media (max-width: 991px) {
    .showcase-lookbook-grid { gap: 24px; }
    .showcase-lookbook-card--standard .showcase-lookbook-img img { aspect-ratio: 3 / 2; }
}
@media (max-width: 767px) {
    .showcase-lookbook-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .showcase-lookbook-card--featured .showcase-lookbook-img img { aspect-ratio: 16 / 9; }
    .showcase-lookbook-card--standard .showcase-lookbook-img img { aspect-ratio: 3 / 2; }
    .showcase-lookbook-body { padding: 24px 20px 20px; }
    .showcase-lookbook-card--featured .showcase-lookbook-body { padding: 28px 24px 24px; }
    .showcase-lookbook-title { font-size: 18px; }
    .showcase-lookbook-card--featured .showcase-lookbook-title { font-size: 20px; }
    .showcase-lookbook-desc { font-size: 14px; }
    .showcase-lookbook-features span { font-size: 11px; padding: 4px 10px; }
    .showcase-lookbook-specs { gap: 14px; }
}

/* ──────────────────────────────────────────────────────────────
   3. APPLICATION AREAS — Large scene cards (always-visible)
   ────────────────────────────────────────────────────────────── */
.sublayer-app-section { background: #0d0d0d; }

.app-scene-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    margin-top: 44px;
}
.app-scene-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: #1a1a1a;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.app-scene-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.3);
}

.app-scene-img {
    position: relative;
    overflow: hidden;
}
.app-scene-img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease, opacity 0.3s ease;
}
.app-scene-card:hover .app-scene-img img {
    transform: scale(1.04);
    opacity: 0.75;
}

.app-scene-content {
    padding: 28px 28px 24px;
    position: relative;
}
.app-scene-icon {
    display: inline-flex;
    width: 44px;
    height: 44px;
    background: #5d9d37;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}
.app-scene-icon svg {
    width: 22px;
    height: 22px;
    stroke: #fff;
}
.app-scene-content h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 12px;
    letter-spacing: 0.02em;
}
.app-scene-content p {
    font-size: 15px;
    color: rgba(255,255,255,0.7);
    line-height: 1.7;
    margin: 0 0 18px;
}

.app-scene-highlights {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.app-scene-highlights li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    font-weight: 500;
}
.app-scene-highlights li svg {
    width: 15px;
    height: 15px;
    stroke: #5d9d37;
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .app-scene-grid { gap: 20px; }
    .app-scene-img img { height: 200px; }
    .app-scene-content { padding: 22px 20px 18px; }
    .app-scene-content h4 { font-size: 18px; }
}
@media (max-width: 767px) {
    .app-scene-grid { grid-template-columns: 1fr; }
    .app-scene-img img { height: 180px; }
    .app-scene-content h4 { font-size: 17px; }
    .app-scene-content p { font-size: 14px; }
}

/* Dark background section-title overrides */
.sublayer-app-section .section-title h3,
.sublayer-app-section .section-title h3 span { color: #fff; }
.sublayer-app-section .section-title p { color: rgba(255,255,255,0.65); }
.sublayer-app-section .section-title .shape img { filter: brightness(0.3) invert(1); }

/* ============================================================
   IN-STOCK BADGE — List page + Detail page
   ============================================================ */
/* Generic badge used in product card lists (all category-*.php) */
.pro-img { position: relative; overflow: visible; }
.pro-img > a { display: block; position: relative; }
.list-instock-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #5d9d37;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 100px;
    z-index: 10;
    pointer-events: none;
    box-shadow: 0 2px 8px rgba(93,157,55,0.35);
}
/* Badge on V3 detail page gallery */
.pv3-instock-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #5d9d37;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 100px;
    z-index: 10;
    pointer-events: none;
    box-shadow: 0 3px 12px rgba(93,157,55,0.4);
}
/* Badge on V3 related product cards */
.pv3-card-instock-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #5d9d37;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 100px;
    z-index: 10;
    pointer-events: none;
}

/* ============================================================
   PRODUCT DETAIL V3 — Full page styles
   ============================================================ */

/* ── Breadcrumb Bar ─────────────────────────────────────────── */
.pv3-breadcrumb-bar {
    background: #f5f5f5;
    border-bottom: 1px solid #e8e8e8;
    padding: 12px 0;
}
.pv3-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 13px;
    color: #888;
}
.pv3-breadcrumb a { color: #5d9d37; text-decoration: none; }
.pv3-breadcrumb a:hover { text-decoration: underline; }
.pv3-breadcrumb span { color: #bbb; }
.pv3-breadcrumb-current { color: #333; font-weight: 600; }

/* ── Hero Section ───────────────────────────────────────────── */
.pv3-hero-section {
    padding: 48px 0 56px;
    background: #fff;
}
.pv3-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: flex-start;
}

/* Gallery */
.pv3-gallery { position: relative; }
.pv3-gallery-main {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #f5f5f5;
    aspect-ratio: 1/1;
}
.pv3-gallery-slide {
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
}
.pv3-gallery-slide.is-active { display: block; }
.pv3-gallery-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.pv3-gallery-main:hover .pv3-gallery-slide.is-active img {
    transform: scale(1.02);
}
.pv3-gallery-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 12px;
    flex-wrap: wrap;
}
.pv3-thumb {
    width: 72px;
    height: 72px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid transparent;
    cursor: pointer;
    padding: 0;
    background: none;
    transition: border-color 0.2s;
}
.pv3-thumb:hover, .pv3-thumb.is-active { border-color: #5d9d37; }
.pv3-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Info Panel */
.pv3-info-panel {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 8px;
}
.pv3-info-stock-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(93,157,55,0.1);
    border: 1px solid rgba(93,157,55,0.3);
    color: #4a8a28;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 8px 18px;
    border-radius: 100px;
    width: fit-content;
}
.pv3-info-stock-badge svg { width: 16px; height: 16px; }
.pv3-info-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: #111;
    line-height: 1.25;
    margin: 0;
    letter-spacing: -0.01em;
}

/* ── Price & MOQ Tags (V3 Detail Page) ── */
.pv3-price-moq-row {
    display: flex;
    gap: 16px;
    margin: 10px 0 6px;
    align-items: center;
    flex-wrap: wrap;
}
.pv3-price-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, #5d9d37 0%, #4a852c 100%);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 800;
    padding: 8px 22px;
    border-radius: 8px;
    letter-spacing: 0.5px;
    box-shadow: 0 3px 12px rgba(93, 157, 55, 0.35);
}
.pv3-moq-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, #1a472a 0%, #2d6e3f 100%);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 18px;
    border-radius: 8px;
    letter-spacing: 0.4px;
    box-shadow: 0 3px 12px rgba(26, 71, 42, 0.3);
}

/* ── Price & MOQ Tags (V2 Legacy Detail Page) ── */
.v2-price-moq-row {
    display: flex;
    gap: 14px;
    margin: 8px 0;
    align-items: center;
    flex-wrap: wrap;
}
.v2-price-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: linear-gradient(135deg, #5d9d37 0%, #4a852c 100%);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 800;
    padding: 7px 20px;
    border-radius: 6px;
    letter-spacing: 0.4px;
    box-shadow: 0 2px 10px rgba(93, 157, 55, 0.3);
}
.v2-moq-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: linear-gradient(135deg, #1a472a 0%, #2d6e3f 100%);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 7px 16px;
    border-radius: 6px;
    letter-spacing: 0.3px;
    box-shadow: 0 2px 10px rgba(26, 71, 42, 0.25);
}

/* ── Price & MOQ Tags (In-Stock Page Cards) ── */
.instock-price-moq-row {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
    align-items: center;
    flex-wrap: wrap;
}
.instock-price-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: linear-gradient(135deg, #5d9d37 0%, #4a852c 100%);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 800;
    padding: 7px 16px;
    border-radius: 6px;
    letter-spacing: 0.3px;
    box-shadow: 0 2px 8px rgba(93, 157, 55, 0.3);
}
.instock-moq-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: linear-gradient(135deg, #1a472a 0%, #2d6e3f 100%);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 800;
    padding: 7px 16px;
    border-radius: 6px;
    letter-spacing: 0.3px;
    box-shadow: 0 2px 8px rgba(26, 71, 42, 0.25);
}
.pv3-info-excerpt {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin: 0;
}

/* Quick Spec Chips */
.pv3-info-quickspecs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.pv3-quickspec-chip {
    background: #f8f8f8;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 10px 14px;
}
.pv3-quickspec-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 4px;
}
.pv3-quickspec-val {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #222;
}

/* CTA Buttons */
.pv3-info-cta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.pv3-btn-primary, .pv3-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
    cursor: pointer;
}
.pv3-btn-primary svg, .pv3-btn-secondary svg { width: 18px; height: 18px; flex-shrink: 0; }
.pv3-btn-primary {
    background: #5d9d37;
    color: #fff;
    border: 2px solid #5d9d37;
}
.pv3-btn-primary:hover {
    background: #4a8a28;
    border-color: #4a8a28;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(93,157,55,0.3);
}
.pv3-btn-secondary {
    background: #fff;
    color: #333;
    border: 2px solid #ddd;
}
.pv3-btn-secondary:hover {
    border-color: #5d9d37;
    color: #5d9d37;
    transform: translateY(-2px);
}

/* Trust Row */
.pv3-trust-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid #f0f0f0;
}
.pv3-trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
}
.pv3-trust-item svg {
    width: 22px;
    height: 22px;
    stroke: #5d9d37;
}
.pv3-trust-item span {
    font-size: 11px;
    color: #666;
    font-weight: 600;
    line-height: 1.3;
}

/* ── Section Header (shared) ────────────────────────────────── */
.pv3-section-header {
    text-align: center;
    margin-bottom: 40px;
}
.pv3-section-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: #111;
    margin: 0 0 12px;
    letter-spacing: -0.01em;
}
.pv3-section-line {
    width: 48px;
    height: 3px;
    background: linear-gradient(90deg, #5d9d37, #8ccc56);
    border-radius: 2px;
    margin: 0 auto 16px;
}
.pv3-section-sub {
    font-size: 16px;
    color: #666;
    margin: 0;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

/* ── Product Description ────────────────────────────────────── */
.pv3-desc-section {
    padding: 56px 0;
    background: #f8f8f8;
}
.pv3-desc-body {
    max-width: 760px;
    margin: 0 auto;
    font-size: 17px;
    color: #444;
    line-height: 1.8;
}

/* ── Features / Advantages ──────────────────────────────────── */
.pv3-features-section {
    padding: 64px 0;
    background: #fff;
}
.pv3-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.pv3-feature-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.25s, box-shadow 0.25s;
}
.pv3-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.08);
}
.pv3-feature-img img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    display: block;
}
.pv3-feature-icon {
    background: linear-gradient(135deg, #f0f9e8 0%, #e8f5d8 100%);
    padding: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pv3-feature-icon svg {
    width: 40px;
    height: 40px;
    stroke: #5d9d37;
}
.pv3-feature-body { padding: 24px; }
.pv3-feature-body h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #111;
    margin: 0 0 10px;
}
.pv3-feature-body p { font-size: 14px; color: #666; line-height: 1.65; margin: 0; }

/* ── Technical Specifications Table ────────────────────────── */
.pv3-specs-section {
    padding: 64px 0;
    background: #0a0a0a;
}
.pv3-specs-section .pv3-section-title { color: #fff; }
.pv3-specs-section .pv3-section-sub { color: rgba(255,255,255,0.55); }
.pv3-specs-table-wrap {
    max-width: 800px;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.08);
}
.pv3-specs-table {
    width: 100%;
    border-collapse: collapse;
}
.pv3-specs-table tr:nth-child(odd) { background: rgba(255,255,255,0.04); }
.pv3-specs-table tr:nth-child(even) { background: rgba(255,255,255,0.02); }
.pv3-specs-table tr:hover { background: rgba(93,157,55,0.1); }
.pv3-specs-table th {
    padding: 16px 24px;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    color: rgba(255,255,255,0.6);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    width: 36%;
    border-right: 1px solid rgba(255,255,255,0.06);
    vertical-align: top;
}
.pv3-specs-table td {
    padding: 16px 24px;
    font-size: 15px;
    color: #fff;
    line-height: 1.5;
    vertical-align: top;
}
.pv3-stock-notice {
    max-width: 800px;
    margin: 20px auto 0;
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(93,157,55,0.12);
    border: 1px solid rgba(93,157,55,0.3);
    border-radius: 8px;
    padding: 14px 20px;
    color: #8ccc56;
    font-size: 14px;
}
.pv3-stock-notice svg { width: 18px; height: 18px; flex-shrink: 0; }
.pv3-stock-notice strong { color: #a8e070; }

/* ── Application Areas ──────────────────────────────────────── */
.pv3-apps-section {
    padding: 64px 0;
    background: #fff;
}
.pv3-apps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.pv3-app-card { border-radius: 12px; overflow: hidden; }
.pv3-app-img {
    position: relative;
    aspect-ratio: 3/4;
    overflow: hidden;
}
.pv3-app-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.pv3-app-card:hover .pv3-app-img img { transform: scale(1.05); }
.pv3-app-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, transparent 100%);
    padding: 20px 16px 16px;
}
.pv3-app-overlay h4 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 4px;
}
.pv3-app-overlay p { font-size: 13px; color: rgba(255,255,255,0.75); margin: 0; }
.pv3-app-noimg {
    background: #f5f5f5;
    padding: 32px 20px;
    text-align: center;
    border-radius: 12px;
}
.pv3-app-noimg-icon svg { width: 36px; height: 36px; stroke: #5d9d37; }
.pv3-app-noimg h4 { font-size: 15px; font-weight: 700; color: #111; margin: 12px 0 6px; }
.pv3-app-noimg p { font-size: 13px; color: #666; margin: 0; }

/* ── Garment Showcase ───────────────────────────────────────── */
.pv3-garments-section {
    padding: 64px 0;
    background: #f8f8f8;
}
.pv3-garments-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.pv3-garment-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    transition: transform 0.25s, box-shadow 0.25s;
}
.pv3-garment-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(0,0,0,0.1);
}
.pv3-garment-img img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
    display: block;
}
.pv3-garment-body { padding: 16px; }
.pv3-garment-body h4 {
    font-size: 15px;
    font-weight: 700;
    color: #111;
    margin: 0 0 6px;
}
.pv3-garment-body p { font-size: 13px; color: #666; margin: 0; line-height: 1.5; }

/* ── Industry Pain Points ───────────────────────────────────── */
.pv3-pain-section {
    padding: 64px 0;
    background: #0a0a0a;
}
.pv3-section-header--light .pv3-section-title { color: #fff; }
.pv3-section-header--light .pv3-section-sub { color: rgba(255,255,255,0.55); }
.pv3-section-line--green {
    background: linear-gradient(90deg, #5d9d37, #8ccc56);
}
.pv3-pain-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.pv3-pain-card {
    display: flex;
    gap: 20px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    padding: 28px;
    transition: border-color 0.25s;
}
.pv3-pain-card:hover { border-color: rgba(93,157,55,0.4); }
.pv3-pain-number {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 900;
    color: rgba(93,157,55,0.25);
    line-height: 1;
    flex-shrink: 0;
    width: 56px;
}
.pv3-pain-body { flex: 1; }
.pv3-pain-problem, .pv3-pain-solution { margin-bottom: 14px; }
.pv3-pain-problem:last-child, .pv3-pain-solution:last-child { margin-bottom: 0; }
.pv3-pain-label {
    display: inline-block;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
    background: rgba(255,255,255,0.06);
    padding: 3px 10px;
    border-radius: 4px;
    margin-bottom: 8px;
}
.pv3-pain-label--green {
    color: #8ccc56;
    background: rgba(93,157,55,0.15);
}
.pv3-pain-problem p { font-size: 14px; color: rgba(255,255,255,0.65); margin: 0; line-height: 1.6; }
.pv3-pain-solution p { font-size: 14px; color: rgba(255,255,255,0.85); margin: 0; line-height: 1.6; }

/* ── Inquiry Form Section ───────────────────────────────────── */
.pv3-inquiry-section {
    padding: 64px 0;
    background: #fff;
}
.pv3-inquiry-wrap {
    max-width: 800px;
    margin: 0 auto;
}

/* ── Related Products ───────────────────────────────────────── */
.pv3-related-section {
    padding: 64px 0;
    background: #f5f5f5;
}
.pv3-related-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.pv3-related-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    transition: transform 0.25s, box-shadow 0.25s;
}
.pv3-related-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.1);
}
.pv3-related-img-link {
    display: block;
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/3;
}
.pv3-related-img-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.pv3-related-card:hover .pv3-related-img-link img { transform: scale(1.04); }
.pv3-related-body { padding: 14px 16px; }
.pv3-related-body h4 { font-size: 14px; font-weight: 600; margin: 0; }
.pv3-related-body h4 a { color: #222; text-decoration: none; }
.pv3-related-body h4 a:hover { color: #5d9d37; }

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 1199px) {
    .pv3-hero-grid { gap: 36px; }
    .pv3-info-title { font-size: 26px; }
    .pv3-features-grid { grid-template-columns: repeat(2, 1fr); }
    .pv3-apps-grid { grid-template-columns: repeat(3, 1fr); }
    .pv3-garments-grid { grid-template-columns: repeat(3, 1fr); }
    .pv3-related-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 991px) {
    .pv3-hero-grid { grid-template-columns: 1fr; gap: 28px; }
    .pv3-info-title { font-size: 24px; }
    .pv3-trust-row { grid-template-columns: repeat(2, 1fr); }
    .pv3-apps-grid { grid-template-columns: repeat(2, 1fr); }
    .pv3-garments-grid { grid-template-columns: repeat(2, 1fr); }
    .pv3-pain-grid { grid-template-columns: 1fr; }
    .pv3-related-grid { grid-template-columns: repeat(2, 1fr); }
    .pv3-section-title { font-size: 24px; }
}
@media (max-width: 767px) {
    .pv3-hero-section { padding: 28px 0 36px; }
    .pv3-info-title { font-size: 22px; }
    .pv3-info-quickspecs { grid-template-columns: 1fr 1fr; }
    .pv3-info-cta { flex-direction: column; }
    .pv3-btn-primary, .pv3-btn-secondary { justify-content: center; }
    .pv3-trust-row { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .pv3-features-grid { grid-template-columns: 1fr; }
    .pv3-apps-grid { grid-template-columns: repeat(2, 1fr); }
    .pv3-garments-grid { grid-template-columns: repeat(2, 1fr); }
    .pv3-pain-card { flex-direction: column; gap: 12px; }
    .pv3-pain-number { font-size: 28px; width: auto; }
    .pv3-related-grid { grid-template-columns: repeat(2, 1fr); }
    .pv3-section-title { font-size: 20px; }
    .pv3-specs-table th, .pv3-specs-table td { padding: 12px 16px; font-size: 13px; }
}
@media (max-width: 479px) {
    .pv3-info-quickspecs { grid-template-columns: 1fr; }
    .pv3-apps-grid { grid-template-columns: 1fr; }
    .pv3-garments-grid { grid-template-columns: repeat(2, 1fr); }
    .pv3-related-grid { grid-template-columns: 1fr; }
    .pv3-trust-row { grid-template-columns: repeat(2, 1fr); }
}

/* ============================================================
   IN-STOCK LIST PAGE (page-in-stock.php)
   ============================================================ */
.instock-banner .banner-overlay h1 { text-shadow: 0 2px 16px rgba(0,0,0,0.5); }

/* Intro bar */
.instock-intro-bar {
    background: #111;
    padding: 28px 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.instock-intro-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.instock-intro-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    color: #fff;
}
.instock-intro-item svg {
    width: 28px;
    height: 28px;
    stroke: #5d9d37;
    flex-shrink: 0;
    margin-top: 2px;
}
.instock-intro-item strong { display: block; font-size: 14px; font-weight: 700; color: #fff; margin-bottom: 2px; }
.instock-intro-item span { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.4; }

/* Category quick-nav */
.instock-cat-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
    padding-bottom: 24px;
    border-bottom: 1px solid #eee;
}
.instock-cat-nav-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    transition: all 0.2s;
}
.instock-cat-nav-btn:hover {
    background: #5d9d37;
    border-color: #5d9d37;
    color: #fff;
}
.instock-cat-nav-count {
    background: #5d9d37;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    padding: 1px 8px;
    border-radius: 100px;
}
.instock-cat-nav-btn:hover .instock-cat-nav-count {
    background: rgba(255,255,255,0.25);
}

/* Category group */
.instock-cat-group { margin-bottom: 56px; }
.instock-cat-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    padding-bottom: 14px;
    border-bottom: 2px solid #111;
}
.instock-cat-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: #111;
    margin: 0;
}
.instock-cat-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    font-weight: 600;
    color: #5d9d37;
    text-decoration: none;
}
.instock-cat-link:hover { text-decoration: underline; }
.instock-cat-link svg { width: 16px; height: 16px; }

/* Product grid */
.instock-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.instock-product-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    transition: transform 0.25s, box-shadow 0.25s;
}
.instock-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 36px rgba(0,0,0,0.1);
}
.instock-product-img-link {
    display: block;
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/3;
}
.instock-product-img-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.instock-product-card:hover .instock-product-img-link img { transform: scale(1.04); }
.instock-badge-overlay {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #5d9d37;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 100px;
}
.instock-product-body { padding: 16px; }
.instock-product-body h4 { font-size: 15px; font-weight: 700; margin: 0 0 10px; }
.instock-product-body h4 a { color: #111; text-decoration: none; }
.instock-product-body h4 a:hover { color: #5d9d37; }
.instock-product-specs { list-style: none; padding: 0; margin: 0 0 12px; }
.instock-product-specs li { font-size: 13px; color: #666; padding: 3px 0; }
.instock-product-specs li strong { color: #333; margin-right: 4px; }
.instock-product-btn {
    display: inline-block;
    padding: 8px 18px;
    background: #111;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.2s;
}
.instock-product-btn:hover { background: #5d9d37; color: #fff; }

/* CTA Strip */
.instock-cta-strip {
    background: #5d9d37;
    padding: 56px 0;
}
.instock-cta-inner {
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
}
.instock-cta-inner h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 12px;
}
.instock-cta-inner p { font-size: 16px; color: rgba(255,255,255,0.85); margin: 0 0 24px; }
.instock-cta-btn {
    display: inline-block;
    padding: 14px 36px;
    background: #fff;
    color: #4a8a28;
    font-size: 15px;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.25s;
}
.instock-cta-btn:hover {
    background: #111;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}
.instock-empty {
    text-align: center;
    padding: 80px 0;
    color: #888;
    font-size: 16px;
}
.instock-empty a { color: #5d9d37; }

@media (max-width: 1199px) {
    .instock-intro-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .instock-product-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 767px) {
    .instock-intro-grid { grid-template-columns: 1fr; gap: 16px; }
    .instock-product-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .instock-cat-nav { gap: 8px; }
}
@media (max-width: 479px) {
    .instock-product-grid { grid-template-columns: 1fr; }
}

/* Drawer in-stock link highlight */
.yvn-drawer__sub-heading--green {
    color: #5d9d37 !important;
}
.yvn-drawer__instock-link {
    font-weight: 700 !important;
    color: #5d9d37 !important;
}
.yvn-drawer__instock-link:hover { color: #4a8a28 !important; }

/* ══════════════════════════════════════════════════
   Homepage Product Showcase (modern grid)
   ══════════════════════════════════════════════════ */
.yvn-product-showcase {
    background: #fafafa;
}
.yvn-showcase-header {
    text-align: center;
    margin-bottom: 48px;
}
.yvn-showcase-eyebrow {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #5d9d37;
    letter-spacing: 2px;
    background: rgba(93,157,55,0.08);
    padding: 6px 18px;
    border-radius: 30px;
    margin-bottom: 14px;
}
.yvn-showcase-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-weight: 800;
    color: #111;
    line-height: 1.2;
    margin: 0 0 16px;
}
.yvn-showcase-heading em {
    color: #5d9d37;
    font-style: normal;
}
.yvn-showcase-sub {
    font-size: 17px;
    color: #666;
    line-height: 1.6;
    max-width: 680px;
    margin: 0 auto;
}

/* ── Grid ── */
.yvn-showcase-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* ── Card ── */
.yvn-showcase-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    transition: transform 0.35s cubic-bezier(.4,0,.2,1), box-shadow 0.35s cubic-bezier(.4,0,.2,1);
}
.yvn-showcase-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.12);
}

/* ── Card Image ── */
.yvn-showcase-card__img {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1/1;
    background: #f0f0f0;
}
.yvn-showcase-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s cubic-bezier(.4,0,.2,1);
}
.yvn-showcase-card:hover .yvn-showcase-card__img img {
    transform: scale(1.08);
}

/* ── In-Stock Badge ── */
.yvn-showcase-card__badge {
    position: absolute;
    top: 14px;
    right: 14px;
    background: #5d9d37;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 5px 14px;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(93,157,55,0.4);
    z-index: 3;
}

/* ── Category Label ── */
.yvn-showcase-card__cat {
    position: absolute;
    bottom: 14px;
    left: 14px;
    z-index: 3;
}
.yvn-showcase-card__cat a {
    display: inline-block;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding: 4px 12px;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.2s;
}
.yvn-showcase-card__cat a:hover {
    background: #5d9d37;
}

/* ── Hover Overlay ── */
.yvn-showcase-card__overlay {
    position: absolute;
    inset: 0;
    background: rgba(93,157,55,0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.35s cubic-bezier(.4,0,.2,1);
    z-index: 4;
}
.yvn-showcase-card:hover .yvn-showcase-card__overlay {
    opacity: 1;
}
.yvn-showcase-card__btn {
    display: inline-block;
    background: #fff;
    color: #5d9d37;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 10px 28px;
    border-radius: 30px;
    text-decoration: none;
    transition: transform 0.2s, background 0.2s;
}
.yvn-showcase-card__btn:hover {
    background: #111;
    color: #fff;
    transform: scale(1.05);
}

/* ── Card Body ── */
.yvn-showcase-card__body {
    padding: 18px 20px 20px;
}
.yvn-showcase-card__title {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #222;
    line-height: 1.35;
    margin: 0;
    transition: color 0.2s;
}
.yvn-showcase-card:hover .yvn-showcase-card__title {
    color: #5d9d37;
}
a:hover .yvn-showcase-card__title {
    color: #5d9d37;
}

/* ── Price / MOQ Tags ── */
.yvn-showcase-card__tags {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    flex-wrap: wrap;
}
.yvn-showcase-card__price {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #5d9d37, #4a8a28);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 800;
    padding: 7px 16px;
    border-radius: 6px;
    letter-spacing: 0.3px;
    box-shadow: 0 2px 8px rgba(93,157,55,0.25);
}
.yvn-showcase-card__moq {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #1a472a, #0d3320);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 800;
    padding: 7px 16px;
    border-radius: 6px;
    letter-spacing: 0.3px;
    box-shadow: 0 2px 8px rgba(26,71,42,0.25);
}

/* ── Footer CTA ── */
.yvn-showcase-footer {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 48px;
}
.yvn-showcase-cta {
    display: inline-flex;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #111;
    background: #fff;
    border: 2px solid #ddd;
    padding: 12px 36px;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.25s;
}
.yvn-showcase-cta:hover {
    border-color: #5d9d37;
    color: #5d9d37;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(93,157,55,0.15);
}
.yvn-showcase-cta--green {
    background: #5d9d37;
    color: #fff;
    border-color: #5d9d37;
}
.yvn-showcase-cta--green:hover {
    background: #4a8a28;
    border-color: #4a8a28;
    color: #fff;
    box-shadow: 0 8px 24px rgba(93,157,55,0.35);
}

/* ── Empty state ── */
.yvn-showcase-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 0;
    color: #888;
    font-size: 16px;
}
.yvn-showcase-empty a { color: #5d9d37; }

/* ── Responsive ── */
@media (max-width: 1199px) {
    .yvn-showcase-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }
    .yvn-showcase-heading { font-size: 36px; }
}
@media (max-width: 767px) {
    .yvn-showcase-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .yvn-showcase-heading { font-size: 28px; }
    .yvn-showcase-sub { font-size: 15px; }
    .yvn-showcase-header { margin-bottom: 32px; }
    .yvn-showcase-footer { flex-direction: column; align-items: center; gap: 12px; }
    .yvn-showcase-card__title { font-size: 14px; }
    .yvn-showcase-card__price { font-size: 13px; padding: 5px 12px; }
    .yvn-showcase-card__moq { font-size: 13px; padding: 5px 12px; }
}
@media (max-width: 479px) {
    .yvn-showcase-grid { grid-template-columns: 1fr; }
}

/* ── Product Lightbox (V3 Detail Page) ── */
.pv3-lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.92);
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding: 40px 60px;
    box-sizing: border-box;
}
.pv3-lightbox.is-open {
    display: flex;
}
.pv3-lightbox-img-wrap {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 100%;
    overflow: hidden;
}
.pv3-lightbox-img-wrap img {
    max-width: 100%;
    max-height: calc(100vh - 80px);
    object-fit: contain;
    border-radius: 4px;
    user-select: none;
}
.pv3-lightbox-close {
    position: absolute;
    top: 16px;
    right: 20px;
    width: 44px;
    height: 44px;
    background: rgba(255,255,255,0.12);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.2s;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.pv3-lightbox-close:hover {
    background: rgba(255,255,255,0.3);
}
.pv3-lightbox-prev,
.pv3-lightbox-next {
    width: 52px;
    height: 52px;
    background: rgba(255,255,255,0.08);
    color: #fff;
    font-size: 32px;
    line-height: 1;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.2s;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 16px;
}
.pv3-lightbox-prev:hover,
.pv3-lightbox-next:hover {
    background: rgba(255,255,255,0.25);
}
@media (max-width: 767px) {
    .pv3-lightbox {
        padding: 20px 10px;
    }
    .pv3-lightbox-img-wrap img {
        max-height: calc(100vh - 40px);
    }
    .pv3-lightbox-prev,
    .pv3-lightbox-next {
        width: 40px;
        height: 40px;
        font-size: 24px;
        margin: 0 8px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .pv3-lightbox-prev { left: 10px; }
    .pv3-lightbox-next { right: 10px; }
    .pv3-lightbox-close {
        width: 36px;
        height: 36px;
        font-size: 22px;
        top: 10px;
        right: 10px;
    }
}

/* ── Our Certificates row on homepage ── */
.yvn-certificates-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin: 40px 0 10px;
    padding: 0 15px;
}
.yvn-cert-item {
    flex: 0 1 auto;
    min-width: 0;
    max-width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.yvn-cert-item img {
    display: block;
    max-width: 100%;
    max-height: 100px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}
.yvn-cert-item img:hover {
    transform: scale(1.05);
}
@media (max-width: 991px) {
    .yvn-certificates-row {
        gap: 28px;
        margin: 32px 0 8px;
    }
    .yvn-cert-item img {
        max-height: 85px;
    }
}
@media (max-width: 767px) {
    .yvn-certificates-row {
        gap: 18px;
        margin: 24px 0 6px;
    }
    .yvn-cert-item {
        max-width: calc(33.333% - 12px);
    }
    .yvn-cert-item img {
        max-height: 72px;
    }
}
@media (max-width: 480px) {
    .yvn-cert-item {
        max-width: calc(50% - 10px);
    }
    .yvn-cert-item img {
        max-height: 64px;
    }
}

/* ============================================================
   FAQ Section — GEO Optimized Accordion (v3 2026-07-30)
   ============================================================ */
.yvn-faq-section {
    background: #f7f8f5;
    padding: 60px 0;
}
.yvn-faq-list {
    max-width: 820px;
    margin: 0 auto;
}
.yvn-faq-item {
    background: #fff;
    border: 1px solid #e5e7e3;
    border-left: 3px solid transparent;
    border-radius: 6px;
    margin-bottom: 14px;
    overflow: hidden;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.yvn-faq-item:hover {
    border-color: #d5dcc8;
    box-shadow: 0 2px 10px rgba(93,157,55,0.08);
}
.yvn-faq-item.is-open {
    border-left-color: #5d9d37;
    box-shadow: 0 4px 18px rgba(93,157,55,0.10);
}

/* ── Question row ── */
.yvn-faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 26px;
    cursor: pointer;
    user-select: none;
    transition: background 0.2s ease, padding-bottom 0.25s ease;
}
.yvn-faq-question:hover {
    background: #fafbf7;
}
.yvn-faq-item.is-open .yvn-faq-question {
    background: #fafbf7;
    padding-bottom: 14px;
}
.yvn-faq-q-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #2a2a2a;
    line-height: 1.5;
    flex: 1;
    padding-right: 16px;
}
.yvn-faq-item.is-open .yvn-faq-q-text {
    color: #5d9d37;
}

/* ── +/- Icon ── */
.yvn-faq-icon {
    flex-shrink: 0;
    position: relative;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #eef3e6;
    transition: background 0.25s ease, transform 0.35s ease;
}
.yvn-faq-item.is-open .yvn-faq-icon {
    background: #5d9d37;
    transform: rotate(180deg);
}
.yvn-faq-icon::before,
.yvn-faq-icon::after {
    content: '';
    position: absolute;
    background: #5d9d37;
    border-radius: 2px;
    top: 50%;
    left: 50%;
    transition: transform 0.35s ease, opacity 0.35s ease, background 0.25s ease;
}
.yvn-faq-icon::before {
    width: 10px;
    height: 2px;
    transform: translate(-50%, -50%);
}
.yvn-faq-icon::after {
    width: 2px;
    height: 10px;
    transform: translate(-50%, -50%);
}
.yvn-faq-item.is-open .yvn-faq-icon::before,
.yvn-faq-item.is-open .yvn-faq-icon::after {
    background: #fff;
}
.yvn-faq-item.is-open .yvn-faq-icon::after {
    opacity: 0;
    transform: translate(-50%, -50%) scaleY(0);
}

/* ── Answer area ── */
.yvn-faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.45s ease, opacity 0.3s ease;
}
.yvn-faq-item.is-open .yvn-faq-answer {
    max-height: 600px;
    opacity: 1;
}
.yvn-faq-answer-inner {
    padding: 0 26px 22px;
    border-top: 1px solid #eef0e9;
    margin: 0 26px;
    padding-left: 0;
    padding-right: 0;
}
.yvn-faq-answer-inner p {
    font-size: 14px;
    line-height: 1.85;
    color: #4a4a4a;
    margin: 0;
    padding-top: 16px;
}
/* Desktop: subtle left accent in answer */
@media (min-width: 768px) {
    .yvn-faq-answer-inner p {
        border-left: 2px solid #d5dcc8;
        padding-left: 18px;
    }
    .yvn-faq-item.is-open .yvn-faq-answer-inner p {
        border-left-color: #5d9d37;
    }
}
/* ── Responsive ── */
@media (max-width: 767px) {
    .yvn-faq-section { padding: 40px 0; }
    .yvn-faq-question { padding: 16px 18px; }
    .yvn-faq-item.is-open .yvn-faq-question { padding-bottom: 11px; }
    .yvn-faq-q-text { font-size: 14px; }
    .yvn-faq-answer-inner {
        margin: 0 18px;
        padding: 0 0 18px;
    }
    .yvn-faq-answer-inner p {
        font-size: 13px;
        line-height: 1.7;
        padding-top: 12px;
    }
}

/* ============================================================
   Floating Contact Card — Fixed Right Side (v1 2026-07-30)
   ============================================================ */
.yvn-float-contact {
    position: fixed;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.yvn-fc-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 24px;
    padding: 0;
    color: #fff;
    text-decoration: none;
    border: none;
    cursor: pointer;
    box-shadow: 0 3px 12px rgba(0,0,0,0.18);
    transition: box-shadow 0.3s ease, transform 0.2s ease;
    position: relative;
}
.yvn-fc-btn:hover {
    box-shadow: 0 5px 18px rgba(0,0,0,0.25);
    transform: translateX(-4px);
}

/* ============================================================
   Tooltip — appears left of button on hover
   ============================================================ */
.yvn-fc-btn::after {
    content: attr(data-tooltip);
    position: absolute;
    right: 56px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(30,30,30,0.9);
    color: #fff;
    padding: 7px 14px;
    border-radius: 6px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.22s ease, visibility 0.22s ease;
    z-index: 2;
}
.yvn-fc-btn:hover::after {
    opacity: 1;
    visibility: visible;
}
.yvn-fc-btn svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    stroke: #fff;
    fill: none;
}
.yvn-fc-whatsapp { background: #25D366; }
.yvn-fc-whatsapp:hover { background: #1ebe5a; }
.yvn-fc-email    { background: #5d9d37; }
.yvn-fc-email:hover    { background: #4e8530; }
.yvn-fc-phone    { background: #4a7fc1; }
.yvn-fc-phone:hover    { background: #3d6ca8; }
.yvn-fc-contact  { background: #6b6b6b; }
.yvn-fc-contact:hover  { background: #555; }
.yvn-fc-top      { background: #3a3a3a; }
.yvn-fc-top:hover      { background: #222; }

/* Scroll progress indicator on top button */
.yvn-fc-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--scroll-pct, 0%);
    background: rgba(93,157,55,0.35);
    border-radius: 24px 24px 0 0;
    pointer-events: none;
    transition: height 0.1s linear;
}

/* Hide on mobile/tablet */
@media (max-width: 767px) {
    .yvn-float-contact { display: none !important; }
}

/* ============================================================
   FAQ Expanded List (2026-07-30)
   ============================================================ */
.faq-page-section {
    background: #fff;
}
.faq-category-block {
    margin-bottom: 50px;
}
.faq-category-title {
    font-size: 22px;
    font-weight: 700;
    color: #222;
    margin: 0 0 8px 0;
    padding-bottom: 12px;
    border-bottom: 2px solid #5d9d37;
    display: inline-block;
}
.faq-category-desc {
    color: #777;
    font-size: 14px;
    margin-bottom: 24px;
}
.faq-expanded-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.faq-expanded-item {
    border-bottom: 1px solid #e8e8e8;
    padding: 24px 0;
}
.faq-expanded-item:first-child {
    border-top: 1px solid #e8e8e8;
}
.faq-expanded-item__q {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 12px;
}
.faq-expanded-item__q h4 {
    font-size: 17px;
    font-weight: 700;
    color: #222;
    margin: 0;
    line-height: 1.5;
}
.faq-expanded-item__a {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}
.faq-expanded-item__icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 800;
    flex-shrink: 0;
    color: #fff;
    line-height: 1;
}
.faq-expanded-item__q .faq-expanded-item__icon {
    background: #5d9d37;
}
.faq-expanded-item__a .faq-expanded-item__icon {
    background: #4a7fc1;
}
.faq-expanded-item__content {
    color: #555;
    font-size: 15px;
    line-height: 1.8;
    flex: 1;
}
.faq-expanded-item__content p {
    margin: 0 0 12px 0;
    font-size: 15px;
    line-height: 1.8;
}
.faq-expanded-item__content p:last-child {
    margin-bottom: 0;
}

/* --- FAQ Answer Icon (green variant) --- */
.faq-expanded-item__icon--a {
    background: rgba(93,157,55,0.1) !important;
    color: #5d9d37 !important;
}

/* --- FAQ Category Filter Tabs --- */
.faq-filter-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 30px 0 50px;
}
.faq-filter-tab {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #666;
    background: #f5f5f5;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.25s ease;
    font-family: 'Montserrat', sans-serif;
    white-space: nowrap;
}
.faq-filter-tab:hover {
    background: #e8e8e8;
    color: #333;
}
.faq-filter-tab.active {
    background: #5d9d37;
    color: #fff;
}
.faq-filter-count {
    display: inline-block;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    padding: 0 6px;
    border-radius: 10px;
    background: rgba(0,0,0,0.08);
}
.faq-filter-tab.active .faq-filter-count {
    background: rgba(255,255,255,0.25);
}

/* --- FAQ Pagination --- */
.faq-pagination {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.faq-pagination .page-numbers {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.faq-pagination .page-numbers li {
    display: inline-block;
}
.faq-pagination a.page-numbers,
.faq-pagination span.page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 600;
    color: #555;
    background: #f5f5f5;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s ease;
    font-family: 'Montserrat', sans-serif;
}
.faq-pagination a.page-numbers:hover {
    background: #5d9d37;
    color: #fff;
}
.faq-pagination .page-numbers.current {
    background: #5d9d37;
    color: #fff;
}
.faq-pagination .page-numbers.dots {
    background: transparent;
    color: #999;
}

/* --- FAQ Results Info --- */
.faq-results-info {
    text-align: center;
    margin-top: 20px;
    font-size: 13px;
    color: #999;
    font-family: 'Montserrat', sans-serif;
}

/* --- FAQ No Results --- */
.faq-no-results {
    text-align: center;
    padding: 60px 20px;
    font-size: 16px;
    color: #888;
}
.faq-no-results a {
    color: #5d9d37;
    font-weight: 600;
}

/* --- FAQ Mobile Responsive --- */
@media (max-width: 767px) {
    .faq-filter-wrap {
        gap: 6px;
    }
    .faq-filter-tab {
        font-size: 12px;
        padding: 6px 14px;
    }
    .faq-pagination a.page-numbers,
    .faq-pagination span.page-numbers {
        min-width: 34px;
        height: 34px;
        font-size: 12px;
        padding: 0 8px;
    }
    .faq-category-title {
        font-size: 18px;
    }
    .faq-expanded-item__q h4 {
        font-size: 15px;
    }
    .faq-expanded-item__content {
        font-size: 14px;
    }
}

/* ============================================================
   OEM / ODM Page Styles v2 (2026-07-30d)
   Modern premium B2B design with generous whitespace and refined visuals.
   ============================================================ */

/* --- SECTION 1: Hero / Intro --- */
.oem-hero { padding: 90px 0 60px; }
.oem-hero__overline {
    font-size: 14px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase;
    color: #5d9d37; margin: 0 0 16px 0;
}
.oem-hero__title {
    font-size: 36px; font-weight: 800; color: #1a1a1a; line-height: 1.25;
    margin: 0 0 20px 0;
}
.oem-hero__desc {
    font-size: 17px; color: #666; line-height: 1.75; max-width: 740px;
    margin: 0 auto 50px;
}

/* OEM/ODM quick overview cards */
.oem-hero-cards { margin-top: 10px; }
.oem-hero-card {
    background: #fff; border-radius: 16px; padding: 40px 32px;
    box-shadow: 0 2px 20px rgba(0,0,0,0.05); border: 1px solid #eef0f4;
    transition: transform 0.3s ease, box-shadow 0.3s ease; margin-bottom: 24px;
    position: relative; overflow: hidden;
}
.oem-hero-card::before {
    content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px;
}
.oem-hero-card--oem::before { background: linear-gradient(90deg, #5d9d37, #8bc34a); }
.oem-hero-card--odm::before { background: linear-gradient(90deg, #4a7fc1, #64b5f6); }
.oem-hero-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.1); }
.oem-hero-card__icon {
    width: 56px; height: 56px; border-radius: 14px; display: flex; align-items: center;
    justify-content: center; margin-bottom: 20px;
}
.oem-hero-card--oem .oem-hero-card__icon { background: rgba(93,157,55,0.1); color: #5d9d37; }
.oem-hero-card--odm .oem-hero-card__icon { background: rgba(74,127,193,0.1); color: #4a7fc1; }
.oem-hero-card__icon svg { width: 28px; height: 28px; }
.oem-hero-card h3 { font-size: 18px; font-weight: 700; color: #1a1a1a; margin: 0 0 10px 0; }
.oem-hero-card p { font-size: 14px; color: #666; line-height: 1.7; margin: 0 0 16px 0; }
.oem-hero-card__tag {
    display: inline-block; font-size: 12px; font-weight: 600; padding: 4px 12px;
    border-radius: 20px;
}
.oem-hero-card--oem .oem-hero-card__tag { background: rgba(93,157,55,0.08); color: #5d9d37; }
.oem-hero-card--odm .oem-hero-card__tag { background: rgba(74,127,193,0.08); color: #4a7fc1; }

/* Stats bar */
.oem-stats-bar {
    display: flex; justify-content: center; align-items: center; gap: 0;
    margin-top: 50px; padding: 36px 0;
    border-top: 1px solid #eef0f4; border-bottom: 1px solid #eef0f4;
    flex-wrap: wrap;
}
.oem-stat { text-align: center; padding: 0 40px; }
.oem-stat__number { font-size: 48px; font-weight: 800; color: #1a1a1a; line-height: 1.1; }
.oem-stat__number span { color: #5d9d37; }
.oem-stat__label { font-size: 13px; color: #888; font-weight: 500; margin-top: 6px; text-transform: uppercase; letter-spacing: 1px; }
.oem-stat__divider { width: 1px; height: 48px; background: #e0e0e0; }

/* --- SECTION 2: What You Can Customize --- */
.oem-customize-section { background: #f9fafb; }
.oem-customize-grid-v2 {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
    margin-top: 40px;
}
.oem-customize-card {
    background: #fff; border-radius: 16px; padding: 36px 24px;
    box-shadow: 0 1px 8px rgba(0,0,0,0.04); border: 1px solid #eef0f4;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.oem-customize-card:hover { transform: translateY(-4px); box-shadow: 0 8px 30px rgba(0,0,0,0.08); }
.oem-customize-card__icon {
    width: 48px; height: 48px; border-radius: 12px; background: rgba(93,157,55,0.08);
    display: flex; align-items: center; justify-content: center;
    color: #5d9d37; margin-bottom: 18px;
}
.oem-customize-card__icon svg { width: 24px; height: 24px; }
.oem-customize-card h4 { font-size: 16px; font-weight: 700; color: #1a1a1a; margin: 0 0 10px 0; }
.oem-customize-card p { font-size: 13px; color: #666; line-height: 1.7; margin: 0; }

/* --- SECTION 3: OEM vs ODM Comparison --- */
.oem-compare-section { background: #fff; padding: 100px 0; }
.oem-compare-row-v2 {
    display: flex; gap: 30px; margin-top: 40px; flex-wrap: wrap;
}
.oem-compare-col { flex: 1; min-width: 300px; }
.oem-compare-v2 {
    background: #fff; border-radius: 20px; overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06); border: 1px solid #eef0f4;
    height: 100%;
}
.oem-compare-v2__header { padding: 40px 36px 28px; position: relative; }
.oem-compare-v2--oem .oem-compare-v2__header { background: linear-gradient(180deg, rgba(93,157,55,0.05), transparent); }
.oem-compare-v2--odm .oem-compare-v2__header { background: linear-gradient(180deg, rgba(74,127,193,0.05), transparent); }
.oem-compare-v2__badge {
    display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: 2px;
    padding: 6px 18px; border-radius: 20px; margin-bottom: 16px;
}
.oem-compare-v2--oem .oem-compare-v2__badge { background: #5d9d37; color: #fff; }
.oem-compare-v2--odm .oem-compare-v2__badge { background: #4a7fc1; color: #fff; }
.oem-compare-v2__header h3 { font-size: 22px; font-weight: 700; color: #1a1a1a; margin: 0 0 8px 0; }
.oem-compare-v2__tagline { font-size: 14px; color: #888; margin: 0; }
.oem-compare-v2__body { padding: 0 36px 36px; }
.oem-compare-v2__row {
    padding: 18px 0; border-bottom: 1px solid #f0f0f0; display: flex; flex-direction: column; gap: 4px;
}
.oem-compare-v2__row:last-child { border-bottom: none; }
.oem-compare-v2__label {
    font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px;
}
.oem-compare-v2--oem .oem-compare-v2__label { color: #5d9d37; }
.oem-compare-v2--odm .oem-compare-v2__label { color: #4a7fc1; }
.oem-compare-v2__value { font-size: 14px; color: #555; line-height: 1.7; }

/* --- SECTION 4: How We Work (Timeline) --- */
.oem-process-section-v2 { background: #111; padding: 100px 0; color: #fff; }
.oem-process-section-v2 .section-title h2 { color: #fff; }
.oem-process-section-v2 .section-title h2 span { color: #5d9d37; }
.oem-process-section-v2 .section-subtitle { color: rgba(255,255,255,0.7); }
.oem-process-timeline {
    max-width: 860px; margin: 50px auto 0; position: relative;
}
.oem-process-timeline::before {
    content: ''; position: absolute; left: 29px; top: 0; bottom: 0;
    width: 2px; background: rgba(255,255,255,0.1);
}
.oem-process-item {
    display: flex; gap: 28px; margin-bottom: 40px; position: relative;
}
.oem-process-item:last-child { margin-bottom: 0; }
.oem-process-item__marker {
    flex-shrink: 0; width: 60px; display: flex; flex-direction: column;
    align-items: center; position: relative;
}
.oem-process-item__num {
    width: 48px; height: 48px; border-radius: 14px; background: #5d9d37;
    color: #fff; font-size: 15px; font-weight: 800; display: flex;
    align-items: center; justify-content: center; z-index: 2;
}
.oem-process-item__dot {
    width: 10px; height: 10px; border-radius: 50%; background: #5d9d37;
    margin-top: 8px; display: none;
}
.oem-process-item__content { padding-top: 4px; }
.oem-process-item__content h4 { font-size: 18px; font-weight: 700; color: #fff; margin: 0 0 10px 0; }
.oem-process-item__content p { font-size: 14px; color: rgba(255,255,255,0.65); line-height: 1.7; margin: 0; }

/* --- SECTION 5: Industries We Serve --- */
.oem-industries { background: #fff; }
.oem-industries-grid {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px;
    margin-top: 40px;
}
.oem-industry-card {
    background: #f9fafb; border-radius: 16px; padding: 36px 32px;
    border: 1px solid #eef0f4; transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex; flex-direction: column;
}
.oem-industry-card:hover { transform: translateY(-3px); box-shadow: 0 8px 28px rgba(0,0,0,0.06); }
.oem-industry-card__icon {
    width: 52px; height: 52px; border-radius: 14px; background: rgba(93,157,55,0.08);
    display: flex; align-items: center; justify-content: center;
    color: #5d9d37; margin-bottom: 20px; flex-shrink: 0;
}
.oem-industry-card__icon svg { width: 26px; height: 26px; }
.oem-industry-card h4 { font-size: 18px; font-weight: 700; color: #1a1a1a; margin: 0 0 10px 0; }
.oem-industry-card p { font-size: 14px; color: #666; line-height: 1.7; margin: 0; }

/* --- SECTION 6: Quality & Certifications --- */
.oem-quality-section { background: #f9fafb; }
.oem-certs-bar {
    display: flex; justify-content: center; gap: 0; flex-wrap: wrap;
    margin: 40px 0 50px; padding: 28px 0;
    border-top: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8;
}
.oem-cert-item {
    display: flex; align-items: center; gap: 10px; padding: 0 28px;
    font-size: 14px; font-weight: 600; color: #333; white-space: nowrap;
}
.oem-cert-item__icon {
    width: 36px; height: 36px; border-radius: 50%; background: rgba(93,157,55,0.08);
    display: flex; align-items: center; justify-content: center;
    color: #5d9d37; flex-shrink: 0;
}
.oem-cert-item__icon svg { width: 18px; height: 18px; }
.oem-quality-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.oem-quality-card {
    background: #fff; border-radius: 16px; padding: 36px 30px;
    box-shadow: 0 1px 8px rgba(0,0,0,0.04); border: 1px solid #eef0f4;
}
.oem-quality-card h4 { font-size: 17px; font-weight: 700; color: #1a1a1a; margin: 0 0 14px 0; }
.oem-quality-card p { font-size: 14px; color: #666; line-height: 1.75; margin: 0; }

/* --- SECTION 7: Why Youvion --- */
.oem-why-section { background: #fff; }
.oem-why-grid-v2 {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
    margin-top: 40px;
}
.oem-why-card {
    background: #f9fafb; border-radius: 16px; padding: 36px 28px;
    border: 1px solid #eef0f4; transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.oem-why-card:hover { transform: translateY(-3px); box-shadow: 0 8px 28px rgba(0,0,0,0.06); }
.oem-why-card__icon {
    width: 48px; height: 48px; border-radius: 12px; background: rgba(93,157,55,0.08);
    display: flex; align-items: center; justify-content: center;
    color: #5d9d37; margin-bottom: 18px;
}
.oem-why-card__icon svg { width: 24px; height: 24px; }
.oem-why-card h4 { font-size: 16px; font-weight: 700; color: #1a1a1a; margin: 0 0 10px 0; }
.oem-why-card p { font-size: 13px; color: #666; line-height: 1.7; margin: 0; }

/* --- SECTION 8: CTA --- */
.oem-cta-new {
    position: relative; padding: 100px 0; overflow: hidden;
}
.oem-cta-new__bg {
    position: absolute; inset: 0;
    background: linear-gradient(135deg, #1a3a1a 0%, #2d6a2d 30%, #5d9d37 70%, #1a3a1a 100%);
    z-index: 0;
}
.oem-cta-new__bg::after {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(ellipse 80% 100% at 50% 0%, rgba(255,255,255,0.08), transparent);
}
.oem-cta-new .container { position: relative; z-index: 1; }
.oem-cta-new__overline {
    font-size: 13px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase;
    color: rgba(255,255,255,0.6); margin: 0 0 14px 0;
}
.oem-cta-new h2 { font-size: 38px; font-weight: 800; color: #fff; margin: 0 0 16px 0; }
.oem-cta-new__desc {
    font-size: 17px; color: rgba(255,255,255,0.8); line-height: 1.7;
    max-width: 640px; margin: 0 auto 36px;
}
.oem-cta-new__actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.oem-cta-new__btn {
    display: inline-flex; align-items: center; gap: 10px; padding: 16px 36px;
    font-size: 16px; font-weight: 700; border-radius: 8px; text-decoration: none;
    transition: all 0.3s ease;
}
.oem-cta-new__btn--primary {
    background: #fff; color: #2d6a2d;
}
.oem-cta-new__btn--primary:hover { background: #f0f0f0; transform: translateY(-2px); box-shadow: 0 8px 28px rgba(0,0,0,0.25); }
.oem-cta-new__btn--primary svg { width: 18px; height: 18px; }
.oem-cta-new__btn--secondary {
    background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.4);
}
.oem-cta-new__btn--secondary:hover { background: rgba(255,255,255,0.1); border-color: #fff; transform: translateY(-2px); }

/* ============================================================
   OEM/ODM Responsive
   ============================================================ */
@media (max-width: 1199px) {
    .oem-customize-grid-v2 { grid-template-columns: repeat(2, 1fr); }
    .oem-why-grid-v2 { grid-template-columns: repeat(2, 1fr); }
    .oem-quality-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 991px) {
    .oem-hero__title { font-size: 28px; }
    .oem-compare-row-v2 { flex-direction: column; }
    .oem-industries-grid { grid-template-columns: 1fr; }
    .oem-certs-bar { gap: 16px; }
    .oem-cert-item { padding: 0 12px; }
}
@media (max-width: 767px) {
    .oem-hero { padding: 60px 0 40px; }
    .oem-hero__title { font-size: 24px; }
    .oem-hero__desc { font-size: 15px; }
    .oem-stats-bar { gap: 20px; padding: 24px 0; }
    .oem-stat { padding: 0 20px; }
    .oem-stat__number { font-size: 36px; }
    .oem-stat__divider { display: none; }
    .oem-customize-grid-v2 { grid-template-columns: 1fr; }
    .oem-customize-card { padding: 28px 20px; }
    .oem-why-grid-v2 { grid-template-columns: 1fr; }
    .oem-quality-grid { grid-template-columns: 1fr; }
    .oem-process-item__content h4 { font-size: 16px; }
    .oem-cta-new { padding: 70px 0; }
    .oem-cta-new h2 { font-size: 26px; }
    .oem-cta-new__desc { font-size: 15px; }
    .oem-cta-new__btn { padding: 14px 28px; font-size: 14px; }
    .oem-compare-v2__header { padding: 30px 24px 22px; }
    .oem-compare-v2__body { padding: 0 24px 28px; }
    .oem-compare-v2__header h3 { font-size: 19px; }
}

/* ============================================================
   Product Detail Page FAQ Section (2026-07-30)
   ============================================================ */
.product-faq-section {
    background: #f9fafb;
}
.product-faq-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.product-faq-item {
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0;
}
.product-faq-item:first-child {
    border-top: 1px solid #e0e0e0;
}
.product-faq-item__q {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 10px;
}
.product-faq-item__q h4 {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    margin: 0;
    line-height: 1.5;
}
.product-faq-item__a {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.product-faq-item__icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
    flex-shrink: 0;
    color: #fff;
    line-height: 1;
}
.product-faq-item__q .product-faq-item__icon {
    background: #5d9d37;
}
.product-faq-item__a .product-faq-item__icon {
    background: #4a7fc1;
}
.product-faq-item__content {
    color: #555;
    font-size: 14px;
    line-height: 1.75;
    flex: 1;
}
.product-faq-item__content p {
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 1.75;
}
.product-faq-item__content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .product-faq-item__q h4 {
        font-size: 14px;
    }
    .product-faq-item__content {
        font-size: 13px;
    }
}

/* ============================================================
   BLOG CONTENT TABLES (.blog-table)
   Lightweight table style for blog & innovation detail pages.
   Light background, brand-green header, readable on white.
   ============================================================ */
.blog-table-wrap {
    margin: 24px 0 32px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.blog-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    min-width: 360px;
}
.blog-table thead th,
.blog-table thead td {
    background: #5d9d37;
    color: #fff;
    font-weight: 700;
    text-align: left;
    vertical-align: middle;
    padding: 14px 18px;
    font-size: 14px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    border-right: 1px solid rgba(255,255,255,0.15);
    border-bottom: none;
}
.blog-table thead th:last-child,
.blog-table thead td:last-child {
    border-right: none;
}
.blog-table tbody tr {
    border-bottom: 1px solid #edf0f4;
    transition: background 0.2s ease;
}
.blog-table tbody tr:hover {
    background: #eef6e9;
}
.blog-table tbody tr:last-child {
    border-bottom: none;
}
.blog-table td {
    padding: 13px 18px;
    color: #2d3748;
    line-height: 1.6;
    vertical-align: top;
    border-right: 1px solid #edf0f4;
}
.blog-table td:last-child {
    border-right: none;
}
.blog-table td strong,
.blog-table td b {
    color: #1a1a1a;
    font-weight: 600;
}

/* Mobile responsive */
@media (max-width: 767px) {
    .blog-table {
        font-size: 14px;
        min-width: 280px;
    }
    .blog-table thead th,
    .blog-table thead td {
        padding: 11px 12px;
        font-size: 13px;
    }
    .blog-table td {
        padding: 10px 12px;
    }
}

/* ============================================================
   BLOG V2 — List Page (Magazine Layout)
   ============================================================ */

/* --- List Hero --- */
.yvn-bv2-list-hero {
    position: relative;
    height: 550px;
    background: #1a3c1e url('../img/about/blog-banner.webp') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.yvn-bv2-list-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.8) 100%);
}
.yvn-bv2-list-hero__content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 0 20px;
    max-width: 700px;
}
.yvn-bv2-list-hero__title {
    color: #fff;
    font-size: 42px;
    font-weight: 800;
    margin: 0 0 12px;
    letter-spacing: -0.02em;
}
.yvn-bv2-list-hero__subtitle {
    color: rgba(255,255,255,0.85);
    font-size: 16px;
    margin: 0;
    line-height: 1.6;
}

/* --- Breadcrumb (shared) --- */
.yvn-bv2-breadcrumb {
    margin-bottom: 16px;
    font-size: 13px;
    color: rgba(255,255,255,0.7);
}
.yvn-bv2-breadcrumb a {
    color: rgba(255,255,255,0.9);
    text-decoration: none;
    transition: color 0.2s;
}
.yvn-bv2-breadcrumb a:hover { color: #fff; }
.yvn-bv2-breadcrumb .sep { margin: 0 6px; opacity: 0.6; }
.yvn-bv2-breadcrumb .current { color: rgba(255,255,255,0.5); }

/* --- List Container --- */
.yvn-bv2-list { padding: 50px 0 60px; }

/* --- Feature Card (first article) --- */
.yvn-bv2-list__feature-row { margin-bottom: 40px; }
.yvn-bv2-feature {
    display: flex;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    transition: box-shadow 0.3s, transform 0.3s;
}
.yvn-bv2-feature:hover {
    box-shadow: 0 8px 36px rgba(0,0,0,0.12);
    transform: translateY(-2px);
}
.yvn-bv2-feature__img-link {
    flex: 0 0 50%;
    position: relative;
    overflow: hidden;
}
.yvn-bv2-feature__img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
}
.yvn-bv2-feature:hover .yvn-bv2-feature__img { transform: scale(1.05); }
.yvn-bv2-feature__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.2) 100%);
}
.yvn-bv2-feature__body {
    flex: 1;
    padding: 36px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.yvn-bv2-feature__badge {
    display: inline-block;
    background: #5d9d37;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 16px;
    width: fit-content;
}
.yvn-bv2-feature__title {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 14px;
    line-height: 1.35;
}
.yvn-bv2-feature__title a { color: inherit; text-decoration: none; }
.yvn-bv2-feature__excerpt {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    margin: 0 0 20px;
}
.yvn-bv2-feature__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 13px;
    color: #888;
    margin-bottom: 24px;
}
.yvn-bv2-feature__meta i { color: #5d9d37; margin-right: 4px; }
.yvn-bv2-feature__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #5d9d37;
    color: #fff;
    padding: 12px 28px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.25s, transform 0.25s;
    width: fit-content;
}
.yvn-bv2-feature__btn:hover {
    background: #4a8228;
    transform: translateX(4px);
}
.yvn-bv2-feature__btn i { transition: transform 0.25s; }
.yvn-bv2-feature__btn:hover i { transform: translateX(3px); }

/* --- Grid Cards (remaining articles) --- */
.yvn-bv2-list__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.yvn-bv2-grid-item {
    width: 100%;
}
.yvn-bv2-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(0,0,0,0.06);
    margin-bottom: 0;
    transition: box-shadow 0.3s, transform 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.yvn-bv2-card:hover {
    box-shadow: 0 6px 28px rgba(0,0,0,0.12);
    transform: translateY(-3px);
}
.yvn-bv2-card__img-link {
    display: block;
    position: relative;
    overflow: hidden;
}
.yvn-bv2-card__img {
    width: 100%;
    aspect-ratio: 5 / 3;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
}
.yvn-bv2-card:hover .yvn-bv2-card__img { transform: scale(1.06); }
.yvn-bv2-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.15) 100%);
}
.yvn-bv2-card__body {
    padding: 24px 26px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.yvn-bv2-card__title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 10px;
    line-height: 1.4;
}
.yvn-bv2-card__title a { color: inherit; text-decoration: none; }
.yvn-bv2-card__title a:hover { color: #5d9d37; }
.yvn-bv2-card__excerpt {
    font-size: 14px;
    color: #666;
    line-height: 1.65;
    margin: 0 0 16px;
    flex: 1;
}
.yvn-bv2-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 12px;
    color: #999;
    margin-bottom: 16px;
}
.yvn-bv2-card__meta i { color: #5d9d37; margin-right: 3px; }
.yvn-bv2-card__btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #5d9d37;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: gap 0.25s;
}
.yvn-bv2-card__btn:hover { gap: 10px; color: #4a8228; }

/* --- Pagination --- */
.yvn-bv2-pagination { text-align: center; margin-top: 20px; }
.yvn-bv2-pagination ul {
    display: inline-flex;
    list-style: none;
    gap: 6px;
    padding: 0;
    margin: 0;
}
.yvn-bv2-pagination li { display: inline-block; }
.yvn-bv2-pagination a,
.yvn-bv2-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #555;
    transition: all 0.2s;
}
.yvn-bv2-pagination a:hover {
    background: #5d9d37;
    color: #fff;
    border-color: #5d9d37;
}
.yvn-bv2-pagination .current {
    background: #5d9d37;
    color: #fff;
    border-color: #5d9d37;
}

/* --- Empty state --- */
.yvn-bv2-list__empty {
    text-align: center;
    padding: 60px 20px;
    color: #999;
    font-size: 16px;
}


/* ============================================================
   BLOG V2 — Detail Page
   ============================================================ */

/* --- Detail Hero --- */
.yvn-bv2-hero {
    position: relative;
    min-height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
}
.yvn-bv2-hero__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
}
.yvn-bv2-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.65) 50%, rgba(0,0,0,0.85) 100%);
}
.yvn-bv2-hero__content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 40px 20px;
    margin: 0 auto;
    width: 100%;
}
.yvn-bv2-hero__title {
    color: #fff;
    font-size: 38px;
    font-weight: 800;
    margin: 12px 0 12px;
    line-height: 1.25;
    letter-spacing: -0.02em;
}
.yvn-bv2-hero__subtitle {
    color: rgba(255,255,255,0.85);
    font-size: 17px;
    margin: 0 0 20px;
    line-height: 1.6;
}
.yvn-bv2-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 13px;
    color: rgba(255,255,255,0.9);
    justify-content: center;
}
.yvn-bv2-meta-item i { color: #8fc46d; margin-right: 5px; }

/* --- Main Layout --- */
.yvn-bv2-main { padding: 50px 0 60px; background: #f8faf9; }
.yvn-bv2-main .container { width: 80%; max-width: none; }
@media (min-width: 992px) {
    .yvn-bv2-article-col { flex: 0 0 70%; max-width: 70%; }
    .yvn-bv2-sidebar-col { flex: 0 0 30%; max-width: 30%; }
}

/* --- Article Content --- */
.yvn-bv2-article {
    font-family: 'Roboto', sans-serif;
    background: #fff;
    border-radius: 14px;
    padding: 50px 56px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}

/* Article Typography */
.yvn-bv2-article p {
    font-size: 16px;
    line-height: 1.85;
    color: #333;
    margin: 0 0 20px;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.yvn-bv2-article h2 {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 36px 0 16px;
    padding-left: 14px;
    border-left: 4px solid #5d9d37;
    line-height: 1.35;
}
.yvn-bv2-article h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 28px 0 12px;
    line-height: 1.4;
}
.yvn-bv2-article h4 {
    font-size: 17px;
    font-weight: 700;
    color: #2d3748;
    margin: 24px 0 10px;
}
.yvn-bv2-article a {
    color: #5d9d37;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color 0.2s;
}
.yvn-bv2-article a:hover { color: #4a8228; }
/* Heading links inherit heading style (override global a: uppercase/Montserrat/white) */
.yvn-bv2-article h1 a,
.yvn-bv2-article h2 a,
.yvn-bv2-article h3 a,
.yvn-bv2-article h4 a,
.yvn-bv2-article h5 a,
.yvn-bv2-article h6 a {
    color: inherit;
    text-transform: none;
    font-family: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.yvn-bv2-article h1 a:hover,
.yvn-bv2-article h2 a:hover,
.yvn-bv2-article h3 a:hover,
.yvn-bv2-article h4 a:hover,
.yvn-bv2-article h5 a:hover,
.yvn-bv2-article h6 a:hover {
    color: #5d9d37;
}
.yvn-bv2-article strong, .yvn-bv2-article b {
    color: #1a1a1a;
    font-weight: 700;
}
.yvn-bv2-article em, .yvn-bv2-article i { color: #555; }
.yvn-bv2-article ul, .yvn-bv2-article ol {
    margin: 0 0 20px;
    padding-left: 24px;
}
.yvn-bv2-article ul li, .yvn-bv2-article ol li {
    font-size: 16px;
    line-height: 1.85;
    color: #333;
    margin-bottom: 6px;
    float: none;          /* override global ul li{float:left} at line 112 */
    display: list-item;   /* ensure block stacking (revert to default li display) */
    width: auto;          /* reset any width constraints from floated context */
    clear: none;          /* prevent accidental clear from other rules */
}
.yvn-bv2-article ul li { list-style: disc; }
.yvn-bv2-article ol li { list-style: decimal; }
.yvn-bv2-article blockquote {
    margin: 24px 0;
    padding: 16px 24px;
    border-left: 4px solid #5d9d37;
    background: #f0f7ed;
    border-radius: 0 8px 8px 0;
    font-size: 15px;
    color: #444;
    font-style: italic;
}
.yvn-bv2-article blockquote p { margin: 0; }
.yvn-bv2-article img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 20px 0;
    display: block;
    float: none !important;
}
/* Center-aligned images (e.g. square graphics) keep natural size */
.yvn-bv2-article img.aligncenter {
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
/* Image row — 2+ images side by side, wrap on mobile */
.yvn-bv2-img-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0;
    justify-content: center;
}
.yvn-bv2-img-row img {
    width: auto !important;
    max-width: 100%;
    height: auto;
    margin: 0 !important;
    flex: 0 1 auto;
}
@media (max-width: 767px) {
    .yvn-bv2-img-row {
        flex-direction: column;
        align-items: center;
    }
    .yvn-bv2-img-row img {
        width: 100% !important;
        max-width: 100%;
    }
}

.yvn-bv2-article pre {
    background: #1e293b;
    color: #e2e8f0;
    padding: 16px 20px;
    border-radius: 8px;
    overflow-x: auto;
    font-size: 14px;
    margin: 20px 0;
}

/* Article Tables (auto-styled) */
.yvn-bv2-article table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    font-size: 15px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 0 3px #5d9d37, 0 2px 12px rgba(0,0,0,0.06);
    background: #fff;
}
/* Header styling: only <thead> rows get green background.
   Word-pasted tables without <thead> will show plain first row
   (editors should use proper table headers or add <thead> tags). */
.yvn-bv2-article table thead th,
.yvn-bv2-article table thead td {
    background: #5d9d37 !important;
    color: #fff !important;
    font-weight: 700;
    padding: 14px 18px;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    vertical-align: middle;
    border-right: 1px solid rgba(255,255,255,0.15);
}
.yvn-bv2-article table thead th:last-child,
.yvn-bv2-article table thead td:last-child { border-right: none; }

/* Reset any inline text-transform / colour from Word for non-header rows */
.yvn-bv2-article table tbody tr td,
.yvn-bv2-article table tbody tr th {
    text-transform: none !important;
    font-weight: normal;
    color: #2d3748 !important;
}
.yvn-bv2-article table tbody tr {
    border-bottom: 1px solid #edf0f4;
    transition: background 0.2s;
}
.yvn-bv2-article table tbody tr:hover { background: #eef6e9; }
.yvn-bv2-article table tbody tr:last-child { border-bottom: none; }
.yvn-bv2-article table td {
    padding: 13px 18px;
    color: #2d3748;
    line-height: 1.6;
    vertical-align: top;
    border-right: 1px solid #edf0f4;
}
.yvn-bv2-article table td:last-child { border-right: none; }
.yvn-bv2-article table td strong { color: #1a1a1a; }

/* Also apply .blog-table styles within article */
.yvn-bv2-article .blog-table-wrap { margin: 24px 0 32px; }

/* --- Share Buttons --- */
.yvn-bv2-share {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 0;
    margin-bottom: 30px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.yvn-bv2-share__label {
    font-size: 14px;
    font-weight: 600;
    color: #555;
    margin-right: 6px;
}
.yvn-bv2-share__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    transition: transform 0.2s, opacity 0.2s;
}
.yvn-bv2-share__btn svg { display: block; }
.yvn-bv2-share__btn:hover { transform: translateY(-3px); opacity: 0.9; }
.yvn-bv2-share__btn--in { background: #0077b5; }
.yvn-bv2-share__btn--fb { background: #1877f2; }
.yvn-bv2-share__btn--tw { background: #1da1f2; }
.yvn-bv2-share__btn--yt { background: #ff0000; }
.yvn-bv2-share__btn--wa { background: #25d366; }

/* --- Author Bio Card --- */
.yvn-bv2-author {
    background: linear-gradient(135deg, #f0f7ed 0%, #e8f5e0 100%);
    border-radius: 14px;
    padding: 32px;
    margin-bottom: 30px;
    border: 1px solid #d4e8c8;
}
.yvn-bv2-author__inner {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}
.yvn-bv2-author__avatar {
    flex: 0 0 90px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #5d9d37;
    box-shadow: 0 2px 10px rgba(93,157,55,0.2);
}
.yvn-bv2-author__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.yvn-bv2-author__info { flex: 1; }
.yvn-bv2-author__name {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 4px;
}
.yvn-bv2-author__role {
    font-size: 13px;
    color: #5d9d37;
    font-weight: 600;
    margin: 0 0 12px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.yvn-bv2-author__desc {
    font-size: 14px;
    color: #555;
    line-height: 1.75;
    margin: 0 0 14px;
}
.yvn-bv2-author__socials {
    display: flex;
    gap: 10px;
}
.yvn-bv2-author__socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;
    color: #5d9d37;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    border: 1px solid #d4e8c8;
}
.yvn-bv2-author__socials a:hover {
    background: #5d9d37;
    color: #fff;
}

/* --- Inquiry Form (reuses form-inquiry component) --- */
.yvn-bv2-inquiry {
    background: linear-gradient(135deg, #f0f7ed 0%, #e8f5e0 100%);
    border-radius: 14px;
    padding: 40px 48px;
    margin-top: 30px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.05);
}
.yvn-bv2-inquiry .inquiry-form-wrap--light {
    background: #fff;
    border-radius: 12px;
    padding: 36px 40px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}
.yvn-bv2-inquiry .inquiry-form-header {
    text-align: center;
    margin-bottom: 24px;
}
@media (max-width: 767px) {
    .yvn-bv2-inquiry { padding: 24px 18px; }
    .yvn-bv2-inquiry .inquiry-form-wrap--light { padding: 22px 18px; }
}

/* --- Sidebar --- */
.yvn-bv2-sidebar {
    position: sticky;
    top: 100px;
}
.yvn-bv2-widget {
    display: block;
    clear: both;
    overflow: hidden;
    background: #fff;
    border-radius: 12px;
    padding: 24px 26px;
    margin-bottom: 24px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}
.yvn-bv2-widget__title {
    display: block;
    clear: both;
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid #5d9d37;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.yvn-bv2-widget__list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.yvn-bv2-widget__list li {
    float: none;
    display: block;
    margin-bottom: 8px;
}
.yvn-bv2-widget__list li a {
    display: block;
    font-size: 14px;
    color: #555;
    text-decoration: none;
    padding: 7px 0;
    transition: color 0.2s, padding-left 0.2s;
    border-bottom: 1px solid #f0f0f0;
}
.yvn-bv2-widget__list li:last-child a { border-bottom: none; }
.yvn-bv2-widget__list li a:hover {
    color: #5d9d37;
    padding-left: 6px;
}
.yvn-bv2-widget__product {
    margin-bottom: 14px;
}
.yvn-bv2-widget__product:last-child { margin-bottom: 0; }
.yvn-bv2-widget__product-link {
    display: flex;
    gap: 12px;
    text-decoration: none;
    align-items: center;
}
.yvn-bv2-widget__product-img {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
}
.yvn-bv2-widget__product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
.yvn-bv2-widget__product-link:hover .yvn-bv2-widget__product-img img { transform: scale(1.08); }
.yvn-bv2-widget__product-name {
    font-size: 13px;
    color: #444;
    margin: 0;
    line-height: 1.5;
    transition: color 0.2s;
}
.yvn-bv2-widget__product-link:hover .yvn-bv2-widget__product-name { color: #5d9d37; }

/* Sidebar CTA */
.yvn-bv2-widget--cta {
    background: linear-gradient(135deg, #2d6a31 0%, #5d9d37 100%);
    text-align: center;
}
.yvn-bv2-widget--cta .yvn-bv2-widget__title--cta {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
    border: none;
    padding: 0;
    text-transform: none;
    letter-spacing: 0;
}
.yvn-bv2-widget--cta p {
    color: rgba(255,255,255,0.85);
    font-size: 13px;
    margin: 0 0 16px;
    line-height: 1.6;
}
.yvn-bv2-widget__cta-btn {
    display: inline-block;
    background: #fff;
    color: #5d9d37;
    padding: 10px 28px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
}
.yvn-bv2-widget__cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}

/* --- Sidebar Inquiry Widget --- */
.yvn-bv2-widget--inquiry { padding: 20px 18px; }
.yvn-bv2-widget--inquiry .yvn-bv2-widget__title { margin-top: 0; font-size: 16px; }
.yvn-bv2-widget--inquiry .yvn-bv2-widget__subtitle {
    font-size: 12px;
    color: #999;
    margin: -6px 0 12px;
    line-height: 1.4;
}
.yvn-bv2-widget--inquiry .inquiry-form-wrap,
.yvn-bv2-widget--inquiry .inquiry-form-wrap--light {
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none;
}
.yvn-bv2-widget--inquiry .inquiry-form-header { display: none; }

/* Force single-column layout inside narrow sidebar */
.yvn-bv2-widget--inquiry .row {
    margin-left: 0;
    margin-right: 0;
}
.yvn-bv2-widget--inquiry .row > [class*="col-"] {
    width: 100% !important;
    float: none !important;
    padding-left: 0;
    padding-right: 0;
}

/* Compact fields */
.yvn-bv2-widget--inquiry .inquiry-field { margin-bottom: 8px; }
.yvn-bv2-widget--inquiry .inquiry-label {
    font-size: 12px;
    margin-bottom: 3px;
}

/* Inputs */
.yvn-bv2-widget--inquiry .contact-form-ajax input:not([type="submit"]),
.yvn-bv2-widget--inquiry .contact-form-ajax textarea,
.yvn-bv2-widget--inquiry .contact-form-ajax select {
    width: 100%;
    font-size: 13px;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    background: #fafafa;
    transition: border-color 0.2s;
    font-family: 'Roboto', sans-serif;
    height: auto;
}
.yvn-bv2-widget--inquiry .contact-form-ajax input:focus,
.yvn-bv2-widget--inquiry .contact-form-ajax textarea:focus {
    border-color: #5d9d37;
    outline: none;
    background: #fff;
}
.yvn-bv2-widget--inquiry .contact-form-ajax textarea { min-height: 64px; resize: vertical; }

/* Phone selector - stack vertically in narrow sidebar */
.yvn-bv2-widget--inquiry .phone-intl-wrap {
    flex-direction: column;
    gap: 6px;
}
.yvn-bv2-widget--inquiry .phone-code-trigger {
    min-width: 100%;
    padding: 8px 10px;
    font-size: 13px;
}
.yvn-bv2-widget--inquiry .phone-format-hint {
    font-size: 11px;
    margin-top: 2px;
    margin-bottom: 0;
}

/* Submit button */
.yvn-bv2-widget--inquiry .contact-form-ajax button[type="submit"],
.yvn-bv2-widget--inquiry .contact-form-ajax input[type="submit"] {
    width: 100%;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 700;
    background: #5d9d37;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s;
}
.yvn-bv2-widget--inquiry .contact-form-ajax button[type="submit"]:hover,
.yvn-bv2-widget--inquiry .contact-form-ajax input[type="submit"]:hover {
    background: #4a8a2c;
}

/* Captcha adjustments for narrow sidebar */
.yvn-bv2-widget--inquiry .icon-captcha-wrap { padding: 10px 8px; }
.yvn-bv2-widget--inquiry .icon-captcha-prompt { padding: 6px 8px; font-size: 12px; }
.yvn-bv2-widget--inquiry .icon-captcha-grid { gap: 5px; }
.yvn-bv2-widget--inquiry .captcha-tile { padding: 5px; border-radius: 6px; }
.yvn-bv2-widget--inquiry .captcha-tile-emoji { font-size: 22px; }
.yvn-bv2-widget--inquiry .captcha-refresh { font-size: 11px; padding: 5px 8px; }
.yvn-bv2-widget--inquiry .captcha-hint { font-size: 11px; margin-bottom: 0; }

/* --- Full-width CTA --- */
.yvn-bv2-cta-full {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background: linear-gradient(135deg, #1a3c1e 0%, #2d6a31 40%, #5d9d37 100%);
    padding: 60px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.yvn-bv2-cta-full::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, transparent 70%);
    border-radius: 50%;
}
.yvn-bv2-cta-full::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(143,196,109,0.15) 0%, transparent 70%);
    border-radius: 50%;
}
.yvn-bv2-cta-full__inner {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto;
}
.yvn-bv2-cta-full__title {
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    margin: 0 0 14px;
    letter-spacing: -0.02em;
}
.yvn-bv2-cta-full__desc {
    color: rgba(255,255,255,0.85);
    font-size: 16px;
    margin: 0 0 28px;
    line-height: 1.6;
}
.yvn-bv2-cta-full__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: #2d6a31;
    padding: 16px 40px;
    border-radius: 35px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.25s, box-shadow 0.25s;
}
.yvn-bv2-cta-full__btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.25);
}
.yvn-bv2-cta-full__btn i { transition: transform 0.25s; }
.yvn-bv2-cta-full__btn:hover i { transform: translateX(4px); }

/* --- Related Articles --- */
.yvn-bv2-related { padding: 50px 0 70px; background: #f8faf9; }
.yvn-bv2-related__title {
    font-size: 28px;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 30px;
    text-align: center;
}
.yvn-bv2-related__card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
    margin-bottom: 30px;
    transition: box-shadow 0.3s, transform 0.3s;
    height: calc(100% - 30px);
    display: flex;
    flex-direction: column;
}
.yvn-bv2-related__card:hover {
    box-shadow: 0 6px 24px rgba(0,0,0,0.1);
    transform: translateY(-3px);
}
.yvn-bv2-related__img-link {
    display: block;
    overflow: hidden;
}
.yvn-bv2-related__img {
    width: 100%;
    height: 180px;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s;
}
.yvn-bv2-related__card:hover .yvn-bv2-related__img { transform: scale(1.06); }
.yvn-bv2-related__body {
    padding: 20px 22px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.yvn-bv2-related__card-title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 10px;
    line-height: 1.4;
}
.yvn-bv2-related__card-title a { color: inherit; text-decoration: none; }
.yvn-bv2-related__card-title a:hover { color: #5d9d37; }
.yvn-bv2-related__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 12px;
    color: #999;
    margin-top: auto;
}
.yvn-bv2-related__meta i { color: #5d9d37; margin-right: 3px; }
.yvn-bv2-related__empty {
    text-align: center;
    color: #999;
    padding: 30px;
}


/* ============================================================
   BLOG V2 — Responsive
   ============================================================ */

@media (max-width: 991px) {
    /* Feature card: stack vertically */
    .yvn-bv2-feature { flex-direction: column; }
    .yvn-bv2-feature__img-link { flex: none; }
    .yvn-bv2-feature__img { min-height: 240px; }
    .yvn-bv2-feature__body { padding: 28px 30px; }
    .yvn-bv2-feature__title { font-size: 22px; }

    /* Detail: sidebar goes below */
    .yvn-bv2-sidebar { position: static; margin-top: 30px; }

    /* Article padding */
    .yvn-bv2-article { padding: 32px 28px; }
}

@media (max-width: 767px) {
    /* List hero */
    .yvn-bv2-list-hero { height: 260px; }
    .yvn-bv2-list-hero__title { font-size: 30px; }
    .yvn-bv2-list-hero__subtitle { font-size: 14px; }

    /* Feature card */
    .yvn-bv2-feature__body { padding: 22px 20px; }
    .yvn-bv2-feature__title { font-size: 19px; }
    .yvn-bv2-feature__excerpt { font-size: 14px; }
    .yvn-bv2-feature__meta { gap: 10px; font-size: 12px; }
    .yvn-bv2-feature__btn { padding: 10px 22px; font-size: 13px; }

    /* Grid cards */
    .yvn-bv2-list__grid { grid-template-columns: 1fr; }
    .yvn-bv2-card__img { aspect-ratio: 16 / 10; }
    .yvn-bv2-card__body { padding: 18px 20px; }
    .yvn-bv2-card__title { font-size: 16px; }

    /* Feature card: stack vertically on mobile */
    .yvn-bv2-feature { flex-direction: column; }
    .yvn-bv2-feature__img-link { flex: 0 0 auto; }
    .yvn-bv2-feature__img { min-height: 220px; aspect-ratio: 16 / 10; }
    .yvn-bv2-feature__body { padding: 22px 20px; }

    /* Detail hero */
    .yvn-bv2-hero { min-height: 300px; }
    .yvn-bv2-hero__title { font-size: 24px; }
    .yvn-bv2-hero__subtitle { font-size: 14px; }
    .yvn-bv2-hero__meta { gap: 12px; font-size: 12px; }

    /* Article */
    .yvn-bv2-main .container { width: 100%; padding-left: 12px; padding-right: 12px; }
    .yvn-bv2-article { padding: 20px 16px; border-radius: 10px; }
    .yvn-bv2-article p { font-size: 15px; line-height: 1.8; overflow-wrap: break-word; word-wrap: break-word; }
    .yvn-bv2-article h2 { font-size: 22px; }
    .yvn-bv2-article h3 { font-size: 18px; }
    .yvn-bv2-article ul li, .yvn-bv2-article ol li { font-size: 15px; }
    /* Mobile tables — horizontal scroll to prevent overflow on 4+ column tables */
    .yvn-bv2-article table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        font-size: 13px;
        width: 100%;
    }
    .yvn-bv2-article table thead th,
    .yvn-bv2-article table thead td { padding: 10px 8px; font-size: 12px; }
    .yvn-bv2-article table td { padding: 10px 8px; }

    /* Share */
    .yvn-bv2-share { flex-wrap: wrap; gap: 8px; }
    .yvn-bv2-share__btn { width: 34px; height: 34px; font-size: 14px; }

    /* Author */
    .yvn-bv2-author { padding: 22px 20px; }
    .yvn-bv2-author__inner { flex-direction: column; align-items: center; text-align: center; }
    .yvn-bv2-author__avatar { margin: 0 auto 16px; }
    .yvn-bv2-author__socials { justify-content: center; }

    /* Inquiry Form */
    .yvn-bv2-inquiry { padding: 22px 16px; border-radius: 10px; }

    /* Sidebar */
    .yvn-bv2-widget { padding: 20px 22px; }

    /* CTA full */
    .yvn-bv2-cta-full { padding: 40px 20px; }
    .yvn-bv2-cta-full__title { font-size: 24px; }
    .yvn-bv2-cta-full__desc { font-size: 14px; }
    .yvn-bv2-cta-full__btn { padding: 14px 32px; font-size: 14px; }

    /* Related */
    .yvn-bv2-related__title { font-size: 22px; }
    .yvn-bv2-related__img { height: 160px; }

    /* Pagination */
    .yvn-bv2-pagination a,
    .yvn-bv2-pagination span { min-width: 38px; height: 38px; font-size: 13px; padding: 0 10px; }
}

/* ================================================================
   HOMEPAGE BLOG SECTION (2026-08-10 redesign)
   Modern magazine-style layout with featured card + grid
   ================================================================ */
.yvn-home-blog {
    background: #f9fafb;
}

/* Header */
.yvn-home-blog__header {
    text-align: center;
    margin-bottom: 48px;
}
.yvn-home-blog__eyebrow {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: #5d9d37;
    margin-bottom: 12px;
}
.yvn-home-blog__heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #1b1b1b;
    margin: 0 0 12px;
    line-height: 1.2;
}
.yvn-home-blog__heading em {
    font-style: normal;
    color: #5d9d37;
}
.yvn-home-blog__sub {
    font-size: 15px;
    color: #666;
    max-width: 550px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Featured card */
.yvn-home-blog__featured {
    display: flex;
    gap: 0;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(0,0,0,0.06);
    margin-bottom: 36px;
    transition: box-shadow 0.3s ease;
}
.yvn-home-blog__featured:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.10);
}
.yvn-home-blog__featured-img {
    flex: 0 0 48%;
    display: block;
    overflow: hidden;
    position: relative;
    min-height: 320px;
}
.yvn-home-blog__featured-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.yvn-home-blog__featured:hover .yvn-home-blog__featured-img img {
    transform: scale(1.04);
}
.yvn-home-blog__featured-body {
    flex: 1;
    padding: 40px 40px 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.yvn-home-blog__meta {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}
.yvn-home-blog__meta-tag {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #fff;
    background: #5d9d37;
    padding: 4px 12px;
    border-radius: 20px;
}
.yvn-home-blog__meta-date {
    font-size: 13px;
    color: #999;
}
.yvn-home-blog__meta-date i,
.yvn-home-blog__meta-item i {
    margin-right: 4px;
    color: #bbb;
    font-size: 12px;
}
.yvn-home-blog__meta-item {
    font-size: 13px;
    color: #999;
}
.yvn-home-blog__meta--compact {
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-bottom: 10px;
}
.yvn-home-blog__meta--compact .yvn-home-blog__meta-date,
.yvn-home-blog__meta--compact .yvn-home-blog__meta-item {
    font-size: 12px;
    color: #999;
}
.yvn-home-blog__featured-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #1b1b1b;
    margin: 0 0 14px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.yvn-home-blog__featured-body a { text-decoration: none; }
.yvn-home-blog__featured-title:hover { color: #5d9d37; transition: color 0.2s; }
.yvn-home-blog__featured-excerpt {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Read More links */
.yvn-home-blog__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #5d9d37;
    text-decoration: none;
    transition: gap 0.25s ease;
}
.yvn-home-blog__link:hover { gap: 12px; color: #5d9d37; }
.yvn-home-blog__link--bold { font-size: 14px; }

/* Grid */
.yvn-home-blog__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 44px;
}

/* Grid card */
.yvn-home-blog__card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 8px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.yvn-home-blog__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(0,0,0,0.10);
}
.yvn-home-blog__card-img {
    display: block;
    overflow: hidden;
    height: 200px;
}
.yvn-home-blog__card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.yvn-home-blog__card:hover .yvn-home-blog__card-img img {
    transform: scale(1.06);
}
.yvn-home-blog__card-body {
    padding: 20px 22px 24px;
}
.yvn-home-blog__card-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #1b1b1b;
    margin: 0 0 10px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.yvn-home-blog__card-body a { text-decoration: none; }
.yvn-home-blog__card-title:hover { color: #5d9d37; transition: color 0.2s; }
.yvn-home-blog__card-excerpt {
    font-size: 13px;
    color: #777;
    line-height: 1.6;
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Footer CTA */
.yvn-home-blog__footer {
    text-align: center;
}
.yvn-home-blog__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #1b1b1b;
    text-decoration: none;
    border: 2px solid #1b1b1b;
    padding: 14px 36px;
    border-radius: 40px;
    transition: all 0.3s ease;
}
.yvn-home-blog__cta:hover {
    background: #5d9d37;
    border-color: #5d9d37;
    color: #fff;
}

/* ── Blog section responsive ── */
@media (max-width: 991px) {
    .yvn-home-blog__featured { flex-direction: column; }
    .yvn-home-blog__featured-img { flex: 0 0 auto; min-height: 220px; }
    .yvn-home-blog__featured-body { padding: 28px 24px 28px; }
    .yvn-home-blog__featured-title { font-size: 19px; }
    .yvn-home-blog__grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .yvn-home-blog__heading { font-size: 30px; }
}
@media (max-width: 767px) {
    .yvn-home-blog__heading { font-size: 26px; }
    .yvn-home-blog__sub { font-size: 14px; }
    .yvn-home-blog__grid { grid-template-columns: 1fr; gap: 20px; }
    .yvn-home-blog__card-img { height: 180px; }
    .yvn-home-blog__featured-img { min-height: 180px; }
    .yvn-home-blog__featured-body { padding: 22px 18px; }
    .yvn-home-blog__featured-title { font-size: 17px; }
    .yvn-home-blog__featured-excerpt { font-size: 13px; }
    .yvn-home-blog__cta { padding: 12px 28px; font-size: 13px; }
    .yvn-home-blog__meta { flex-wrap: wrap; gap: 6px 12px; }
    .yvn-home-blog__meta--compact { gap: 6px 10px; }
}

/* ================================================================
   FOOTER REDESIGN (2026-08-10)
   Modern 4-column layout, dark theme
   ================================================================ */

/* Main footer */
.yvn-footer-main {
    background: #111;
    color: #ccc;
    font-family: 'Roboto', sans-serif;
}
.yvn-footer-main .container {
    width: auto;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}
.yvn-footer-main__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
}

/* Footer Logo */
.yvn-footer-logo {
    display: inline-block;
    margin-bottom: 20px;
}
.yvn-footer-logo__img {
    max-height: 48px;
    width: auto;
    display: block;
}

.yvn-footer-col__title {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #fff;
    margin: 0 0 20px;
    position: relative;
    padding-bottom: 12px;
}
.yvn-footer-col__title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 3px;
    background: #5d9d37;
    border-radius: 2px;
}
.yvn-footer-col__about {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.75;
    color: #aaa;
    margin-bottom: 20px;
}

/* Social Icons */
.yvn-footer-social {
    display: flex;
    gap: 10px;
}
.yvn-footer-social__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    color: #aaa;
    transition: all 0.25s ease;
}
.yvn-footer-social__link svg { width: 16px; height: 16px; }
.yvn-footer-social__link:hover {
    background: #5d9d37;
    color: #fff;
    transform: translateY(-2px);
}

/* Link lists */
.yvn-footer-col__links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.yvn-footer-col__links li {
    float: none;
    display: block;
    margin-bottom: 10px;
}
.yvn-footer-col__links li a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #aaa;
    text-decoration: none;
    transition: color 0.2s, padding-left 0.2s;
    display: inline-block;
}
.yvn-footer-col__links li a:hover {
    color: #5d9d37;
    padding-left: 4px;
}
.yvn-footer-col__link--bold {
    font-weight: 700;
    color: #fff !important;
    margin-top: 4px;
}

/* Contact list */
.yvn-footer-col__contact {
    list-style: none;
    padding: 0;
    margin: 0;
}
.yvn-footer-col__contact li {
    float: none;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #aaa;
    line-height: 1.5;
    text-transform: none !important;
}
.yvn-footer-col__contact li svg {
    flex-shrink: 0;
    margin-top: 2px;
    color: #888;
}
.yvn-footer-col__contact li span { display: block; text-transform: none !important; }
.yvn-footer-col__contact li .yvn-cp { display: inline; text-transform: none !important; }
.yvn-footer-col__contact li a { text-transform: none !important; }
.yvn-footer-col__hours { margin-top: 6px; }

/* Bottom bar */
.yvn-footer-bottom {
    background: #0a0a0a;
    padding: 20px 0;
    font-family: 'Roboto', sans-serif;
}
.yvn-footer-bottom .container {
    width: auto;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}
.yvn-footer-bottom__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.yvn-footer-bottom__copy {
    font-size: 13px;
    color: #666;
    margin: 0;
}
.yvn-footer-bottom__legal {
    display: flex;
    gap: 24px;
}
.yvn-footer-bottom__legal a {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #888;
    text-decoration: none;
    transition: color 0.2s;
}
.yvn-footer-bottom__legal a:hover { color: #5d9d37; }

/* ── Footer responsive ── */
@media (max-width: 991px) {
    .yvn-footer-main__grid { grid-template-columns: repeat(2, 1fr); gap: 32px 40px; }
    .yvn-footer-logo__img { max-height: 40px; }
    .yvn-footer-main .container,
    .yvn-footer-bottom .container { padding: 0 20px; }
}
@media (max-width: 767px) {
    .yvn-footer-main__grid { grid-template-columns: 1fr; gap: 30px; }
    .yvn-footer-bottom__inner { flex-direction: column; gap: 8px; text-align: center; }
    .yvn-footer-bottom__legal { gap: 16px; }
    .yvn-footer-logo__img { max-height: 36px; }
    .yvn-footer-col__title { margin-bottom: 14px; padding-bottom: 10px; font-size: 13px; }
    .yvn-footer-main .container,
    .yvn-footer-bottom .container { padding: 0 20px; }
}