@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--dark: #0a0a0a;--dark-2: #111111;--dark-3: #1a1a1a;--forest: #1b3a2d;--forest-light: #2d5a42;--forest-dark: #0f2219;--cream: #f5f2ed;--cream-2: #ede9e2;--gold: #c9a227;--gold-light: #e6b830;--white: #ffffff;--text-dark: #1a1a1a;--text-muted: #666666;--text-light: #999999;--border: #e5e0d8;--border-dark: #2a2a2a;--red: #dc2626;--success: #16a34a;--warning: #d97706;--radius: 8px;--radius-lg: 16px;--shadow: 0 2px 12px rgba(0,0,0,.08);--shadow-lg: 0 8px 32px rgba(0,0,0,.12);--font-serif: "Cormorant Garamond", Georgia, serif;--font-sans: "Inter", -apple-system, sans-serif;--dash-bg: #f0f2f5;--dash-card: #ffffff;--dash-sidebar: linear-gradient(180deg, #0f2219 0%, #1b3a2d 60%, #15472e 100%);--dash-sidebar-hover: rgba(255,255,255,.1);--dash-sidebar-active: rgba(255,255,255,.18);--dash-accent: #c9a227;--dash-header: #ffffff;--dash-border: #e8ecf0;--card-blue: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--card-green: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);--card-orange: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);--card-gold: linear-gradient(135deg, #f7971e 0%, #ffd200 100%);--card-teal: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);--card-purple: linear-gradient(135deg, #a18cd1 0%, #fbc2eb 100%)}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--cream);color:var(--text-dark);line-height:1.6}h1,h2,h3,h4,h5{font-family:var(--font-serif);line-height:1.2}a{text-decoration:none;color:inherit}img{max-width:100%}button{font-family:var(--font-sans);cursor:pointer;border:none;background:none}input,textarea,select{font-family:var(--font-sans)}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.container{max-width:1280px;margin:0 auto;padding:0 24px}.section{padding:80px 0}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 28px;border-radius:50px;font-size:13px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;transition:all .2s ease;cursor:pointer;gap:8px;border:none}.btn-primary{background:var(--forest);color:#fff}.btn-primary:hover{background:var(--forest-light);transform:translateY(-1px);box-shadow:var(--shadow)}.btn-outline{background:transparent;color:var(--forest);border:1.5px solid var(--forest)}.btn-outline:hover{background:var(--forest);color:#fff}.btn-gold{background:var(--gold);color:#fff}.btn-gold:hover{background:var(--gold-light)}.btn-dark{background:var(--dark);color:#fff;border:1.5px solid #333}.btn-lg{padding:16px 40px;font-size:14px}.btn-sm{padding:8px 18px;font-size:12px}.btn-full{width:100%}.form-group{margin-bottom:16px}.form-label{display:block;margin-bottom:6px;font-size:13px;font-weight:500}.form-label .required{color:var(--red);margin-left:2px}.form-input{width:100%;padding:11px 14px;border:1.5px solid var(--border);border-radius:var(--radius);font-size:14px;background:#f9f8f6;transition:border-color .2s;outline:none}.form-input:focus{border-color:var(--forest);background:#fff}.form-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:14px;padding-right:34px}.form-textarea{resize:vertical;min-height:100px}.badge{display:inline-block;padding:4px 10px;border-radius:4px;font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.badge-green{background:var(--forest);color:#fff}.badge-gold{background:var(--gold);color:#fff}.badge-new{background:#1d4ed8;color:#fff}.status-badge{padding:3px 10px;border-radius:20px;font-size:11px;font-weight:600;display:inline-block}.status-active{background:#dcfce7;color:#166534}.status-pending{background:#fef9c3;color:#854d0e}.status-inactive{background:#f1f5f9;color:#475569}.status-rejected{background:#fee2e2;color:#991b1b}.spinner{display:inline-block;width:20px;height:20px;border:2px solid #ddd;border-top-color:var(--forest);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-center{display:flex;justify-content:center;align-items:center;min-height:200px}.trust-bar{background:var(--forest);color:#fff;padding:14px 0}.trust-bar-items{display:flex;justify-content:center;gap:48px;font-size:12px;letter-spacing:.1em;text-transform:uppercase;font-weight:500;flex-wrap:wrap}.section-label{font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);margin-bottom:12px;font-weight:500}.section-title{font-size:clamp(32px,5vw,56px);font-family:var(--font-serif);margin-bottom:16px}.section-title em{font-style:italic;color:var(--gold)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}.product-card{background:#fff;border-radius:var(--radius-lg);overflow:hidden;transition:all .25s;position:relative}.product-card:hover{transform:translateY(-5px);box-shadow:0 12px 32px #0000001f}.product-card .badge-wrap{position:absolute;top:10px;left:10px;z-index:1}.product-card .img-wrap{background:#f8f6f2;padding:20px;display:flex;align-items:center;justify-content:center;height:220px}.product-card .img-wrap img{height:160px;object-fit:contain;transition:transform .3s}.product-card:hover .img-wrap img{transform:scale(1.05)}.product-card .card-body{padding:14px 18px 18px}.product-card .card-type{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:4px}.product-card .card-name{font-family:var(--font-serif);font-size:17px;font-weight:600;margin-bottom:8px;line-height:1.3}.product-card .card-price{display:flex;align-items:center;gap:8px;margin-bottom:10px}.product-card .price{font-size:17px;font-weight:600}.product-card .price-mrp{font-size:12px;color:var(--text-muted);text-decoration:line-through}.product-card .add-btn{width:100%;padding:10px;background:var(--forest);color:#fff;border-radius:var(--radius);font-size:12px;letter-spacing:.08em;text-transform:uppercase;font-weight:500;transition:background .2s;cursor:pointer;border:none}.product-card .add-btn:hover{background:var(--forest-light)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:1000;display:flex;align-items:center;justify-content:center;padding:16px;animation:fadeIn .2s}.modal-box{background:#fff;border-radius:var(--radius-lg);max-width:600px;width:100%;max-height:90vh;overflow-y:auto;animation:slideUp .2s}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid var(--border)}.modal-header h2{font-size:20px}.modal-close{font-size:22px;color:var(--text-muted);line-height:1;cursor:pointer}.modal-body{padding:24px}.modal-footer{padding:16px 24px;border-top:1px solid var(--border);display:flex;gap:10px;justify-content:flex-end}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(16px);opacity:0}to{transform:translateY(0);opacity:1}}.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.data-table{width:100%;border-collapse:collapse;font-size:13.5px;min-width:600px}.data-table th{background:#f5f2ed;padding:11px 14px;text-align:left;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-weight:600;border-bottom:1px solid var(--border);white-space:nowrap}.data-table td{padding:12px 14px;border-bottom:1px solid var(--border);vertical-align:middle}.data-table tr:hover td{background:#fafaf8}.dash-layout{display:flex;min-height:100vh;background:var(--dash-bg)}.dash-sidebar{width:240px;min-width:240px;background:var(--dash-sidebar);height:100vh;position:fixed;left:0;top:0;display:flex;flex-direction:column;z-index:300;transition:transform .28s cubic-bezier(.4,0,.2,1);box-shadow:4px 0 24px #0000002e}.dash-sidebar.closed{transform:translate(-100%)}.dash-main{flex:1;margin-left:240px;display:flex;flex-direction:column;min-height:100vh;transition:margin-left .28s ease}.dash-main.full{margin-left:0}.sidebar-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:299}.sidebar-overlay.show{display:block}.dash-header{background:var(--dash-header);height:60px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid var(--dash-border);position:sticky;top:0;z-index:200;box-shadow:0 1px 4px #0000000f;gap:12px}.dash-nav-link{display:flex;align-items:center;gap:9px;padding:9px 12px;border-radius:8px;color:#ffffffa6;font-size:13px;font-weight:400;text-decoration:none;transition:all .15s;white-space:nowrap;overflow:hidden;margin-bottom:1px}.dash-nav-link:hover{background:var(--dash-sidebar-hover);color:#fff}.dash-nav-link.active{background:var(--dash-sidebar-active);color:#fff;font-weight:600}.stat-card{border-radius:14px;padding:22px 20px;color:#fff;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000026}.stat-card:after{content:"";position:absolute;right:-20px;top:-20px;width:100px;height:100px;border-radius:50%;background:#ffffff14}.stat-card-label{font-size:12px;opacity:.85;font-weight:500;margin-bottom:8px;letter-spacing:.06em}.stat-card-value{font-size:32px;font-weight:800;line-height:1}.stat-card-sub{font-size:11px;opacity:.7;margin-top:6px}.dash-card{background:#fff;border-radius:14px;box-shadow:0 1px 8px #0000000f;overflow:hidden}.dash-card-header{padding:18px 20px;border-bottom:1px solid #f0ede8;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}.dash-card-body{padding:20px}.hamburger-btn{width:38px;height:38px;border-radius:8px;background:#f0f2f5;border:1px solid #e0e4e8;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#555;flex-shrink:0}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.grid-auto{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}@media (max-width: 1024px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.container{padding:0 14px}.section{padding:48px 0}.trust-bar-items{gap:16px;font-size:10px}.product-grid{grid-template-columns:repeat(2,1fr);gap:10px}.product-card .img-wrap{height:160px}.product-card .img-wrap img{height:120px}.product-card .card-name{font-size:14px}.product-card .card-body{padding:10px 12px 14px}.dash-sidebar{width:260px;min-width:260px}.dash-sidebar.closed{transform:translate(-100%)}.dash-main{margin-left:0!important}.grid-4{grid-template-columns:repeat(2,1fr)}.grid-3,.grid-2{grid-template-columns:repeat(1,1fr)}.dash-card-body{padding:14px}.stat-card{padding:16px}.stat-card-value{font-size:26px}}@media (max-width: 480px){.product-grid{grid-template-columns:repeat(2,1fr);gap:8px}.product-card .card-name{font-size:13px}.btn-lg{padding:13px 24px;font-size:13px}.grid-4{grid-template-columns:repeat(2,1fr);gap:10px}.section-title{font-size:28px}.stat-card-value{font-size:22px}.modal-box{margin:0;border-radius:16px 16px 0 0;max-height:95vh}.modal-overlay{align-items:flex-end;padding:0}}img,video,canvas,svg{max-width:100%}.data-table{min-width:780px}.table-responsive,.responsive-table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}button,a,input,select,textarea{touch-action:manipulation}@media (max-width: 768px){body{overflow-x:hidden}main,.page,.dashboard-page{max-width:100vw}h1{font-size:clamp(24px,8vw,34px)!important;line-height:1.12!important}h2{font-size:clamp(20px,6vw,28px)!important;line-height:1.18!important}p{line-height:1.55}.container{width:100%;max-width:100%;padding-left:14px;padding-right:14px}.hero,.section{overflow:hidden}.data-table th,.data-table td{padding:10px 12px!important;font-size:12px!important}.member-chart-card,.rank-progress-card,.genealogy-card{width:100%!important;overflow-x:auto}input,select,textarea{font-size:16px!important;min-height:42px}button,.btn,.btn-primary,.btn-secondary{min-height:42px}}@media (max-width: 480px){.product-card{border-radius:14px}.dash-header{padding:0 12px}.dash-card-header{padding:14px}.dash-card-body{padding:12px}.stat-card{border-radius:12px}}.product-bv-badge{position:absolute;top:10px;left:10px;z-index:3;padding:6px 10px;border-radius:999px;background:linear-gradient(135deg,#1b3a2d,#c9a227);color:#fff;font-size:12px;font-weight:800;letter-spacing:.02em;box-shadow:0 6px 16px #1b3a2d38}@media (max-width: 640px){.product-bv-badge{font-size:11px;padding:5px 8px;top:8px;left:8px}}.checkout-pp-box{border:1px solid rgba(27,58,45,.16);background:linear-gradient(135deg,#f0fdf4,#fffdf2);border-radius:14px;padding:14px;margin:14px 0}.checkout-pp-box strong{display:block;color:var(--forest);font-size:14px}.checkout-pp-box small{display:block;color:var(--text-muted);font-size:11px;margin-top:4px}.checkout-pp-box input[type=checkbox]{width:20px;height:20px;accent-color:var(--forest)}.product-detail-page{background:#fff;padding-bottom:80px}.product-detail-shell{padding-top:42px}.product-detail-grid{display:grid;grid-template-columns:minmax(320px,.95fr) minmax(320px,1.05fr);gap:54px;align-items:start}.product-main-image-card{position:relative;min-height:410px;border:1px solid #e7ded9;border-radius:16px;display:flex;align-items:center;justify-content:center;background:#fff;padding:34px}.product-main-image-card img{max-height:340px;max-width:88%;object-fit:contain}.detail-bv-badge{border-radius:0 0 12px;top:0!important;left:0!important;background:#557a00}.product-thumb-strip{margin-top:28px;min-height:142px;border:1px solid #e7ded9;border-radius:16px;display:flex;align-items:center;justify-content:center;gap:20px;padding:18px;background:#fff}.product-thumb-strip button{width:130px;height:120px;border:1px solid #d7d7d7;border-radius:14px;background:#fff;cursor:pointer;padding:10px}.product-thumb-strip button.active{border:2px solid #8ed8c7}.product-thumb-strip img{width:100%;height:100%;object-fit:contain}.product-info-col h1{font-family:var(--font-serif);font-size:clamp(34px,4vw,42px);line-height:1.05;letter-spacing:.04em;color:#143247;text-transform:uppercase;margin-bottom:18px}.detail-price-row{display:flex;align-items:baseline;gap:14px;margin-bottom:48px;flex-wrap:wrap}.detail-price{color:#466900;font-size:28px;font-weight:800}.detail-bv-text{color:#f59e0b;font-size:12px;font-weight:700}.detail-mrp{color:#9ca3af;font-size:24px;font-weight:700;text-decoration:line-through}.detail-description,.detail-text-section p{color:#6f7280;font-size:15px;line-height:1.65;margin-bottom:7px}.detail-text-section h2{font-family:var(--font-serif);color:#143247;font-size:34px;line-height:1;margin:18px 0 8px;letter-spacing:.04em}.detail-text-section strong{color:#6b6f76;display:block;margin:8px 0 3px}.detail-cart-row{display:flex;align-items:center;gap:10px;margin-top:28px}.detail-qty-box{display:grid;grid-template-columns:38px 54px 38px;height:52px;border:2px solid #5b7e00;border-radius:6px;overflow:hidden}.detail-qty-box button{background:#fff;color:#466900;font-size:18px;cursor:pointer}.detail-qty-box span{display:grid;place-items:center;font-weight:700}.detail-add-cart{height:52px;border-radius:6px;background:#557a00;color:#fff;padding:0 26px;font-weight:800;display:inline-flex;align-items:center;gap:10px;cursor:pointer}.product-reviews-card,.related-products-block{margin-top:58px;background:#fff;border:1px solid #eee7e1;border-radius:18px;padding:28px}.product-reviews-card h2,.related-head h2{font-family:var(--font-serif);color:#143247;font-size:30px}.review-row{padding:14px 0;border-bottom:1px solid #eee}.write-review-box textarea{width:100%;margin:10px 0;padding:12px;border:1px solid var(--border);border-radius:10px}.star-row button{font-size:24px;color:var(--gold);background:none;cursor:pointer}.related-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}@media (max-width: 900px){.product-detail-grid{grid-template-columns:1fr;gap:28px}.product-main-image-card{min-height:330px}.product-main-image-card img{max-height:270px}.detail-price-row{margin-bottom:22px}}@media (max-width: 640px){.product-detail-shell{padding-top:18px}.product-main-image-card{min-height:300px;padding:22px}.product-thumb-strip{min-height:110px;padding:12px;margin-top:16px}.product-thumb-strip button{width:96px;height:90px}.detail-text-section h2{font-size:27px}.detail-cart-row{flex-direction:column;align-items:stretch}.detail-qty-box{width:100%;grid-template-columns:1fr 1fr 1fr}.detail-add-cart{justify-content:center;width:100%}.product-reviews-card,.related-products-block{padding:18px;margin-top:32px}}.lf-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#030303;color:#fff;border-bottom:1px solid rgba(255,255,255,.08);height:90px}.lf-header-row{height:90px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;padding:0 20px;max-width:1920px;margin:0 auto}.lf-nav-left,.lf-nav-right{display:flex;align-items:center;gap:26px}.lf-nav-left a,.lf-nav-left button{color:#fff;font-size:15px;font-weight:700;text-decoration:none;background:none;border:0;cursor:pointer;white-space:nowrap}.lf-nav-left a.active{color:#fff}.lf-logo{display:flex;align-items:center;gap:15px;text-decoration:none;color:#d8a64a;min-width:420px;justify-content:center}.lf-logo-leaf{font-size:54px;line-height:1;color:#c5973c}.lf-logo-text{display:flex;flex-direction:column;line-height:.9;font-family:Arial,sans-serif;text-shadow:0 1px 8px rgba(209,158,67,.35)}.lf-logo-text b{font-size:45px;letter-spacing:.04em;background:linear-gradient(180deg,#fff4c8,#be7d25);-webkit-background-clip:text;color:transparent}.lf-logo-text small{font-size:26px;letter-spacing:.09em;color:#d3a14d;margin-top:8px}.lf-nav-right{justify-content:flex-end}.lf-search{height:46px;width:min(470px,35vw);background:#fff;border-radius:999px;display:flex;align-items:center;gap:10px;padding:0 18px;color:#111}.lf-search input{border:0;outline:0;flex:1;font-size:15px}.lf-cart{color:#ee9700;font-size:38px;position:relative;display:flex;text-decoration:none}.lf-cart span{position:absolute;right:-8px;top:-7px;background:#e34234;color:#fff;font-size:11px;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.lf-mobile-menu{display:none;background:none;border:0;color:#fff;font-size:28px}.lf-mobile-drawer{position:fixed;top:0;right:0;width:280px;max-width:85vw;height:100vh;background:#060606;z-index:1200;display:flex;flex-direction:column;padding:70px 24px 24px;gap:18px;box-shadow:-8px 0 32px #00000059}.lf-mobile-drawer a,.lf-mobile-drawer button{color:#fff;text-decoration:none;background:none;border:0;text-align:left;font-size:16px;font-weight:700}.lf-drawer-close{position:absolute;top:20px;right:20px!important;text-align:center!important;font-size:28px!important}.lf-public-page{background:#fff;color:#111}.lf-page-hero{height:235px;background:#151515;display:flex;align-items:center;justify-content:center;margin-top:0}.lf-page-hero h1{font-size:54px;color:#fff;font-weight:800;letter-spacing:.01em}.lf-products-section{max-width:1200px;margin:0 auto;padding:32px 18px 80px}.lf-products-toolbar{display:flex;justify-content:space-between;align-items:center;margin:0 0 28px;color:#25324a}.lf-products-toolbar select{border:0;background:#fff;padding:10px 30px 10px 10px;color:#25324a;font-size:15px}.lf-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.lf-product-card{position:relative;background:#fff;border:1px solid #e8e8e8;text-decoration:none;color:#111;min-height:380px;display:flex;flex-direction:column;transition:.2s}.lf-product-card:hover{box-shadow:0 10px 28px #00000014;transform:translateY(-2px)}.lf-bv-chip{position:absolute;top:0;left:0;background:#547800;color:#fff;font-weight:800;font-size:13px;padding:10px 20px;border-radius:0 0 8px;z-index:3}.lf-product-img{height:260px;display:flex;align-items:center;justify-content:center;padding:20px}.lf-product-img img{max-width:85%;max-height:235px;object-fit:contain}.lf-product-body{padding:0 22px 22px}.lf-product-body p{color:#a1a1a1;font-size:13px;margin:0 0 10px}.lf-product-body h3{font-size:18px;font-weight:800;min-height:44px;margin:0 0 18px;text-transform:uppercase}.lf-price-line{display:flex;align-items:center;gap:10px;margin-bottom:8px}.lf-price-line b{color:#526d00;font-size:19px}.lf-price-line del{color:#999}.lf-product-body button{float:right;margin-top:-34px;background:#d9fde9;color:#507000;border:0;padding:11px 22px;border-radius:4px;font-weight:800;cursor:pointer;display:flex;align-items:center;gap:7px}.lf-loading{text-align:center;padding:100px 20px;font-size:20px;color:#777}.lf-product-detail-page{background:#fff;padding:40px 20px 80px}.lf-product-detail{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:38px}.lf-detail-image-box{border:1px solid #ddd;min-height:560px;display:flex;align-items:center;justify-content:center;position:relative;background:#fff}.lf-detail-image-box img{max-width:80%;max-height:520px;object-fit:contain}.lf-detail-thumbs{display:flex;gap:16px;justify-content:center;margin-top:22px}.lf-detail-thumbs button{width:90px;height:90px;border:1px solid #ddd;background:#fff;padding:8px;cursor:pointer}.lf-detail-thumbs button.active{border:2px solid #a22}.lf-detail-thumbs img{width:100%;height:100%;object-fit:contain}.lf-detail-right h1{font-size:31px;margin:18px 0 8px;text-transform:uppercase}.lf-rating{color:#d49b00;margin-bottom:18px}.lf-sale-badge{display:inline-block;background:#fff;border:1px solid #ddd;border-radius:20px;padding:6px 12px;font-size:12px}.lf-short-desc{font-size:14px;line-height:1.8;max-width:620px;color:#333}.lf-detail-price{display:flex;align-items:center;gap:12px;margin:28px 0 4px}.lf-detail-price b{color:#b01818;font-size:28px}.lf-detail-price del{color:#999;font-size:24px}.lf-detail-actions{display:flex;gap:12px;margin:18px 0}.lf-qty{display:flex;border:1px solid #ddd;height:42px}.lf-qty button,.lf-qty span{width:44px;border:0;background:#f8f8f8;display:flex;align-items:center;justify-content:center;font-weight:700}.lf-add-red{background:#a6221c!important;color:#fff!important;border:0!important;min-width:290px;font-weight:800}.lf-wishlist{background:transparent;border:0;margin:10px 0;color:#333}.lf-description-block{font-size:13px;line-height:1.65}.lf-description-block h3{color:#a00;font-size:14px}.lf-description-block h4{font-size:15px;margin:18px 0 8px}.lf-viewing{color:red}.lf-related{max-width:1280px;margin:60px auto 0}.lf-related h2{text-align:center;font-size:32px;margin-bottom:32px}.lf-contact-wrap{max-width:1200px;margin:80px auto 30px;display:grid;grid-template-columns:1fr 1fr;gap:46px;padding:0 20px}.lf-contact-form{display:flex;flex-direction:column;gap:16px}.lf-contact-form input,.lf-contact-form textarea{border:1px solid #e5e5e5;padding:16px;font-size:16px}.lf-contact-form textarea{height:110px}.lf-contact-form button{background:#dd9a1a;color:#fff;border:0;border-radius:28px;padding:16px;font-weight:800}.lf-map iframe{width:100%;height:350px;border:0;filter:grayscale(1)}.lf-contact-cards{max-width:1250px;margin:30px auto 70px;background:#f9f3f3;display:grid;grid-template-columns:repeat(4,1fr);gap:30px;padding:52px 20px;text-align:center}.lf-contact-cards div{display:flex;flex-direction:column;align-items:center;gap:12px}.lf-contact-cards svg{background:#dd9a1a;color:#fff;width:56px;height:56px;border-radius:5px;padding:15px}.lf-about-top,.lf-why{max-width:1280px;margin:55px auto;display:grid;grid-template-columns:1.1fr .9fr;gap:55px;align-items:center;padding:0 20px}.lf-about-top p,.lf-why p,.lf-mission p{font-size:18px;line-height:1.7}.lf-about-top img,.lf-why img{width:100%;border-radius:10px;max-height:560px;object-fit:cover}.lf-mission{max-width:1280px;margin:35px auto;display:grid;grid-template-columns:1fr 1fr;gap:50px;background:#fafafa;padding:45px}.lf-mission h3,.lf-why h3{font-size:22px;margin-bottom:20px}.lf-social-strip{background:#eee;display:flex;justify-content:center;gap:16px;padding:14px}.lf-social-strip a{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;text-decoration:none}.lf-social-strip a:nth-child(1){background:#25d366}.lf-social-strip a:nth-child(2){background:#e63862}.lf-social-strip a:nth-child(3){background:#3762a7}.lf-social-strip a:nth-child(4){background:red}.lf-footer{background:#050505;color:#fff}.lf-footer-main{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1.5fr .8fr .8fr 1.1fr;gap:60px;padding:40px 20px}.lf-footer-logo{display:flex;flex-direction:column;text-decoration:none;color:#d9a34b;font-size:32px;line-height:1;margin-bottom:18px}.lf-footer-logo span{font-size:44px}.lf-footer-logo small{font-size:18px;letter-spacing:.08em}.lf-footer p{line-height:1.6}.lf-footer h3{color:#dd9a1a;font-size:24px;margin:0 0 20px}.lf-footer a{display:block;color:#fff;text-decoration:none;margin:12px 0}.lf-footer-icons{display:flex;gap:8px}.lf-footer-icons a{background:#dd9a1a;padding:8px;border-radius:3px}.lf-subscribe{display:flex;flex-direction:column;gap:12px}.lf-subscribe input{padding:16px;font-size:16px}.lf-subscribe button{background:#dd9a1a;color:#fff;border:0;padding:16px;font-weight:700}.lf-footer-bottom{text-align:center;border-top:1px solid #222;padding:18px;font-weight:700}.lf-whatsapp{position:fixed;right:20px;bottom:22px;background:#25d366;color:#fff;width:52px;height:52px;border-radius:50%;display:flex!important;align-items:center;justify-content:center;font-size:24px;z-index:900;text-decoration:none!important}@media (max-width:1100px){.lf-header-row{grid-template-columns:auto 1fr auto}.lf-nav-left{display:none}.lf-logo{justify-content:flex-start;min-width:0}.lf-logo-text b{font-size:30px}.lf-logo-text small{font-size:16px}.lf-search{width:280px}.lf-mobile-menu{display:block}.lf-product-grid{grid-template-columns:repeat(2,1fr)}.lf-product-detail,.lf-contact-wrap,.lf-about-top,.lf-why,.lf-mission{grid-template-columns:1fr}.lf-footer-main{grid-template-columns:1fr 1fr}.lf-contact-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.lf-header{height:76px}.lf-header-row{height:76px;padding:0 12px}.lf-logo-leaf{font-size:32px}.lf-logo-text b{font-size:22px}.lf-logo-text small{font-size:11px}.lf-search{display:none}.lf-cart{font-size:30px}.lf-page-hero{height:170px}.lf-page-hero h1{font-size:36px}.lf-products-toolbar{flex-direction:column;align-items:flex-start}.lf-product-grid{grid-template-columns:1fr}.lf-product-card{min-height:330px}.lf-product-img{height:220px}.lf-detail-image-box{min-height:360px}.lf-detail-actions{flex-direction:column}.lf-add-red{min-width:100%;height:46px}.lf-contact-cards,.lf-footer-main{grid-template-columns:1fr}.lf-mission{padding:24px}.lf-about-top p,.lf-why p,.lf-mission p{font-size:15px}}.lf-logo{display:flex;align-items:center;justify-content:center;text-decoration:none;min-width:260px;height:86px;padding:6px 10px}.lf-logo img{height:76px;max-width:360px;width:100%;object-fit:contain;display:block}.lf-footer-logo{display:block!important;margin-bottom:18px;max-width:330px}.lf-footer-logo img{width:100%;height:auto;object-fit:contain;display:block}.lf-product-menu{position:relative;display:flex;align-items:center}.lf-product-menu>button{display:flex;align-items:center;gap:4px;background:transparent;border:0;color:inherit;font:inherit;font-weight:700;cursor:pointer;padding:0;margin:0}.lf-product-menu>button.active,.lf-product-menu>button:hover{color:#dd9a1a}.lf-product-dropdown{position:absolute;top:calc(100% + 16px);left:0;min-width:220px;background:#050505;border:1px solid rgba(221,154,26,.35);box-shadow:0 14px 28px #00000047;border-radius:8px;padding:10px;opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s;z-index:1100}.lf-product-menu:hover .lf-product-dropdown,.lf-product-menu:focus-within .lf-product-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.lf-product-dropdown a{display:block!important;padding:10px 12px;border-radius:6px;color:#fff!important;white-space:nowrap;text-decoration:none!important;margin:0!important}.lf-product-dropdown a:hover{background:#dd9a1a26;color:#dd9a1a!important}.lf-mobile-drawer .lf-product-menu{display:block;width:100%}.lf-mobile-drawer .lf-product-menu>button{width:100%;justify-content:space-between;padding:12px 0}.lf-mobile-drawer .lf-product-dropdown{position:static;opacity:0;visibility:hidden;max-height:0;overflow:hidden;transform:none;box-shadow:none;border:0;background:#ffffff0f;margin:0;transition:.25s ease}.lf-mobile-drawer .lf-product-dropdown a{padding:10px!important}.lf-product-card{border-radius:4px;overflow:hidden}.lf-product-card .lf-bv-chip{border-radius:0 0 10px}.lf-product-body p{text-transform:none}.lf-product-body h3{word-break:break-word}.lf-detail-left,.lf-detail-right{min-width:0}.lf-detail-right{overflow-wrap:anywhere}.lf-detail-image-box{border-radius:2px}.lf-detail-actions .lf-qty{flex-shrink:0}.lf-contact-form input,.lf-contact-form textarea,.form-input{max-width:100%}@media (max-width:1280px){.lf-header-row{padding:0 14px;gap:12px}.lf-logo{min-width:230px}.lf-logo img{height:68px}.lf-search{width:330px}.lf-product-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:1100px){.lf-header-row{grid-template-columns:auto 1fr auto}.lf-logo{justify-content:flex-start;min-width:190px;height:76px}.lf-logo img{height:58px}.lf-nav-left{display:none}.lf-search{width:280px}.lf-mobile-menu{display:block}.lf-product-grid{grid-template-columns:repeat(2,1fr)}.lf-product-detail,.lf-contact-wrap,.lf-about-top,.lf-why,.lf-mission{grid-template-columns:1fr}.lf-footer-main{grid-template-columns:1fr 1fr}.lf-contact-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.lf-header,.lf-header-row{height:72px}.lf-logo{min-width:155px;height:70px;padding:2px}.lf-logo img{height:48px}.lf-cart{font-size:26px}.lf-public-page{overflow-x:hidden}.lf-page-hero{height:145px}.lf-page-hero h1{font-size:34px}.lf-products-section{padding:24px 12px 60px}.lf-products-toolbar{flex-direction:column;align-items:stretch;gap:12px}.lf-products-toolbar select{border:1px solid #e5e5e5;border-radius:8px}.lf-product-grid{grid-template-columns:1fr;gap:18px}.lf-product-card{min-height:auto}.lf-product-img{height:230px}.lf-product-body{padding:0 18px 20px}.lf-product-body button{float:none;margin-top:8px;width:100%;justify-content:center}.lf-product-detail-page{padding:22px 12px 60px}.lf-product-detail{gap:22px}.lf-detail-image-box{min-height:340px}.lf-detail-image-box img{max-height:310px}.lf-detail-thumbs{overflow-x:auto;justify-content:flex-start;padding-bottom:8px}.lf-detail-thumbs button{min-width:76px;width:76px;height:76px}.lf-detail-right h1{font-size:25px}.lf-detail-price b{font-size:24px}.lf-detail-price del{font-size:18px}.lf-detail-actions{flex-direction:column}.lf-add-red{min-width:100%;height:46px}.lf-contact-wrap{margin:46px auto 20px}.lf-contact-cards,.lf-footer-main{grid-template-columns:1fr}.lf-mission{padding:22px}.lf-about-top p,.lf-why p,.lf-mission p{font-size:15px}.lf-footer-main{gap:28px}.lf-footer-logo{max-width:280px}.lf-social-strip a{width:44px;height:44px;font-size:20px}.lf-whatsapp{width:46px;height:46px;right:14px;bottom:14px}}@media (max-width:480px){.lf-logo{min-width:130px}.lf-logo img{height:42px}.lf-mobile-menu{width:34px;height:34px}.lf-cart span{width:18px;height:18px;font-size:10px}.lf-page-hero h1{font-size:30px}.lf-product-img{height:210px}.lf-detail-image-box{min-height:300px}.lf-contact-form input,.lf-contact-form textarea{padding:13px;font-size:14px}.lf-footer-bottom{font-size:12px;line-height:1.5}}body,.lf-product-card,.lf-product-detail-page,.lf-footer,.navbar,.member-main-info-card{font-family:var(--font-sans)!important}h1,h2,h3,h4,h5,.section-title,.lf-product-card h3,.lf-detail-right h1{font-family:var(--font-sans)!important;letter-spacing:-.02em}.member-top-action-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:start}.member-main-info-card{width:100%!important;min-height:142px!important}@media (max-width:1100px){.member-top-action-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.member-top-action-grid{grid-template-columns:1fr;gap:14px}.member-main-info-card{min-height:132px!important}}.lf-product-card{display:flex;flex-direction:column;min-height:100%;border:1px solid #e8e4dc}.lf-product-body{display:grid;grid-template-columns:1fr auto;gap:8px 12px;align-items:end;padding:18px 22px 22px!important}.lf-product-body>p,.lf-product-body>h3{grid-column:1 / -1}.lf-product-body h3{font-size:17px;line-height:1.35;min-height:44px}.lf-price-line{display:flex!important;flex-direction:column;align-items:flex-start!important;gap:2px!important;margin:0!important}.lf-price-line b{color:#466f00;font-size:20px;line-height:1.1;white-space:nowrap}.lf-price-line del{color:#9ca3af;font-size:14px}.lf-product-body button{align-self:end;white-space:nowrap;min-width:92px}@media (max-width:640px){.lf-product-body{grid-template-columns:1fr}.lf-product-body button{width:100%}.lf-product-body h3{min-height:auto}}.lf-detail-price{display:flex;flex-direction:column;align-items:flex-start;gap:3px;margin:16px 0 4px}.lf-detail-price b{color:#466f00;font-size:30px;line-height:1;order:1}.lf-detail-price del{color:#9ca3af;font-size:18px;order:2}.lf-description-block{margin-top:22px;display:flex;flex-direction:column;gap:18px}.lf-detail-section{padding-top:16px;border-top:1px solid #eee8df}.lf-detail-section h3{font-size:22px;color:#173b2c;margin-bottom:10px;font-weight:900;text-transform:uppercase;letter-spacing:.02em}.lf-detail-section p,.lf-detail-section li{font-size:14px;line-height:1.75;color:#4b5563}.lf-detail-section ul{padding-left:20px}.lf-disclaimer{background:#fff8e5;border:1px solid #eadfbf;border-radius:14px;padding:16px;margin-top:8px}.lf-disclaimer h3{color:#92400e;font-size:18px}.home-hero{position:relative;height:100vh;min-height:600px;overflow:hidden;margin-top:-68px;transition:background .8s ease}.home-hero-image{position:absolute;left:8%;top:50%;transform:translateY(-50%);width:40%;max-width:480px;display:flex;align-items:center;justify-content:center}.home-hero-image img{max-height:70vh;max-width:100%;object-fit:contain;filter:drop-shadow(0 20px 60px rgba(0,0,0,.6))}.home-hero-copy{position:absolute;right:8%;top:50%;transform:translateY(-50%);text-align:right;max-width:480px}.home-hero-copy h1,.home-hero-copy h2{font-size:clamp(42px,6vw,72px);line-height:1.1;color:#fff}.home-hero-copy h2{color:var(--gold);font-style:italic;margin-bottom:20px}.home-hero-copy p{font-size:15px;color:#ffffffd1;line-height:1.7;margin:0 0 32px auto;max-width:400px}.home-hero-btn{border-color:#ffffff80!important;color:#fff!important}.home-hero-nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;display:flex;align-items:center;justify-content:center}.home-hero-nav.left{left:20px}.home-hero-nav.right{right:20px}.home-hero-dots{position:absolute;bottom:32px;left:50%;transform:translate(-50%);display:flex;gap:8px}.home-hero-dots button{width:8px;height:8px;border-radius:8px;background:#fff6}.home-hero-dots .active{width:32px;background:var(--gold)}.home-philosophy{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.home-philosophy p{font-size:15px;color:var(--text-muted);line-height:1.8;margin-bottom:30px}.home-philosophy img{background:#0a0a0a;border-radius:20px;padding:44px;width:100%}.home-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:40px}.home-section-head a{font-size:13px;letter-spacing:.08em;text-transform:uppercase;display:flex;align-items:center;gap:6px}.shop-need-section{background:#0a0a0a;color:#fff}.shop-need-head{text-align:center;margin-bottom:46px}.shop-need-head h2{font-size:clamp(34px,5vw,58px)}.shop-need-head em{color:var(--gold)}.shop-need-head p{color:#ffffffa6;margin-top:10px}.shop-need-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.shop-need-card{border-radius:20px;padding:34px 22px;text-align:center;color:#fff;transition:.2s}.shop-need-card:hover{transform:translateY(-5px)}.shop-need-card img{height:118px;object-fit:contain;background:#fff;padding:8px;margin-bottom:18px}.shop-need-card strong{display:block}.shop-need-card span{font-size:12px;opacity:.7}.rooted-banner{background:linear-gradient(135deg,#0a1a0f,#1b3a2d);padding:80px 0;text-align:center;color:#fff}.rooted-banner h2,.rooted-banner h3{font-size:clamp(42px,7vw,88px);line-height:1.1}.rooted-banner h3{color:#4ade80;font-style:italic}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.testimonial-card{background:#fff;border-radius:18px;padding:32px;box-shadow:var(--shadow)}.testimonial-card div{color:var(--gold);font-size:20px;margin-bottom:16px}.testimonial-card p{font-size:14px;color:var(--text-muted);line-height:1.8;margin-bottom:20px;font-style:italic}.testimonial-card span{display:block;font-size:12px;color:var(--text-muted)}.join-cta{background:var(--forest);padding:76px 0;text-align:center;color:#fff}.join-cta h2{font-size:clamp(34px,5vw,56px);margin-bottom:16px}.join-cta em{color:var(--gold)}.join-cta p{max-width:560px;margin:0 auto 34px;color:#ffffffbf}@media (max-width:900px){.home-hero{min-height:720px}.home-hero-image{position:relative;left:auto;top:auto;transform:none;width:100%;padding-top:100px}.home-hero-image img{max-height:330px}.home-hero-copy{position:relative;right:auto;top:auto;transform:none;text-align:center;margin:20px auto 0;padding:0 24px}.home-hero-copy p{margin:0 auto 24px}.home-philosophy{grid-template-columns:1fr;gap:32px}.shop-need-grid,.testimonial-grid{grid-template-columns:1fr 1fr}.home-section-head{align-items:flex-start;flex-direction:column}}@media (max-width:560px){.shop-need-grid,.testimonial-grid{grid-template-columns:1fr}.home-hero-nav{display:none}.home-philosophy img{padding:22px}.section{padding:52px 0}}.professional-social-strip{background:#f2f2f2;padding:20px 0;display:flex;justify-content:center;gap:14px}.professional-social-strip a,.lf-footer-icons a{width:46px;height:46px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:20px;box-shadow:0 10px 24px #0000001f;transition:transform .2s,box-shadow .2s}.professional-social-strip a:hover,.lf-footer-icons a:hover{transform:translateY(-3px);box-shadow:0 14px 30px #0000002e}.professional-social-strip .whatsapp{background:#22c55e}.professional-social-strip .instagram,.lf-footer-icons .instagram{background:linear-gradient(135deg,#f97316,#db2777,#7c3aed)}.professional-social-strip .facebook,.lf-footer-icons .facebook{background:#2563eb}.professional-social-strip .youtube,.lf-footer-icons .youtube{background:#ef4444}@media (max-width:700px){.professional-social-strip a,.lf-footer-icons a{width:40px;height:40px;font-size:18px}}.image-only-hero{height:min(68vh,720px);min-height:420px;background:#080808;margin-top:-68px;display:flex;align-items:center;justify-content:center}.hero-banner-link{display:block;width:100%;height:100%}.hero-banner-link img{width:100%;height:100%;object-fit:cover;display:block}.image-only-hero .home-hero-nav,.image-only-hero .home-hero-dots{z-index:2}.product-style-need-grid{max-width:1200px;margin:0 auto}.shop-need-section{background:#0b0b0b}.shop-need-product-card{display:flex;flex-direction:column;text-decoration:none;background:#fff;color:#111;border:1px solid #e7e1d8;border-radius:4px;overflow:hidden;min-height:345px;transition:transform .22s,box-shadow .22s,border-color .22s}.shop-need-product-card:hover{transform:translateY(-4px);box-shadow:0 14px 32px #00000029;border-color:#d5b85a}.need-product-img{height:220px;display:flex;align-items:center;justify-content:center;background:#fff;padding:22px}.need-product-img img{max-height:172px;max-width:100%;object-fit:contain}.need-product-body{padding:18px 22px 22px}.need-product-body strong{display:block;font-size:17px;line-height:1.35;color:#0f172a;margin-bottom:8px}.need-product-body span{font-size:13px;color:var(--forest);font-weight:700}.lf-disclaimer.plain-disclaimer,.lf-disclaimer{background:#fff!important;border:0!important;border-radius:0!important;padding:8px 0 0!important;margin-top:22px!important}.lf-disclaimer h3{color:#12263a!important;font-size:20px!important}.lf-disclaimer p{color:#555!important}.no-sort-toolbar{justify-content:flex-start!important}.no-sort-toolbar span{font-weight:500}.legal-page{max-width:980px;margin:0 auto;padding:56px 22px 90px;line-height:1.8;color:#273142}.legal-page h2{font-size:clamp(30px,4vw,46px);margin-bottom:24px;color:#12263a}.legal-page p{white-space:pre-line;margin:0 0 20px;font-size:16px}.editable-page-banner{background:#111}@media (max-width:1100px){.shop-need-grid.product-style-need-grid{grid-template-columns:repeat(2,1fr)}.image-only-hero{height:58vh;min-height:360px}}@media (max-width:640px){.image-only-hero{height:360px;min-height:320px;margin-top:-72px}.hero-banner-link img{object-fit:cover}.shop-need-grid.product-style-need-grid{grid-template-columns:1fr}.shop-need-product-card{min-height:auto}.need-product-img{height:210px}.legal-page{padding:38px 16px 70px}.legal-page p{font-size:14px}}.admin-content-editor{padding:24px;max-width:1280px;margin:0 auto;color:#16231d}.admin-content-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:22px}.admin-content-head h1{font-size:28px;margin:0;color:#111827}.admin-content-head p{margin:6px 0 0;color:#6b7280;font-size:14px}.admin-save-main{display:inline-flex;align-items:center;gap:8px;background:#1b3a2d;color:#fff;border:0;border-radius:12px;padding:12px 18px;font-weight:800;cursor:pointer;box-shadow:0 12px 24px #1b3a2d2e}.admin-save-main:disabled{opacity:.65;cursor:not-allowed}.admin-editor-card{background:#fff;border:1px solid #e8e2d7;border-radius:18px;padding:22px;margin-bottom:20px;box-shadow:0 10px 28px #141a150f}.admin-editor-card h2{font-size:19px;margin:0 0 16px;color:#102018}.admin-editor-card h3{font-size:16px;margin:0;color:#102018}.admin-note{font-size:13px;color:#7a6a55;background:#fff8e8;border:1px solid #f4ddb1;border-radius:12px;padding:10px 12px;margin:0 0 14px}.size-guide-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.size-guide-grid div{background:#f8f5ef;border:1px solid #e8e2d7;border-radius:14px;padding:14px}.size-guide-grid strong{display:block;font-size:13px;color:#1b3a2d;margin-bottom:4px}.size-guide-grid span{font-size:13px;color:#6b7280}.admin-section-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.admin-section-title button,.admin-repeat-card button{display:inline-flex;align-items:center;gap:7px;border:0;border-radius:10px;padding:9px 13px;background:#eaf6ef;color:#166534;font-weight:800;cursor:pointer}.admin-repeat-card{border:1px solid #eee3d4;background:#fbfaf7;border-radius:16px;padding:16px;margin:14px 0;display:grid;gap:14px}.admin-edit-field{display:block}.admin-edit-field span{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.06em;font-weight:800;color:#5e6b62;margin-bottom:7px}.admin-edit-field input,.admin-edit-field textarea{width:100%;border:1.5px solid #e1ddd3;border-radius:12px;padding:11px 13px;font-size:14px;outline:0;background:#fff}.admin-edit-field textarea{resize:vertical;line-height:1.55}.admin-image-edit-row{display:flex;gap:14px;align-items:center}.admin-image-preview{width:110px;height:82px;border:1px dashed #cbbfad;border-radius:14px;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#b5a68f;flex-shrink:0}.admin-image-preview img{width:100%;height:100%;object-fit:contain}.admin-image-controls{flex:1}.admin-upload-btn{margin-top:8px;display:inline-flex;align-items:center;gap:7px;background:#1b3a2d;color:#fff;border-radius:10px;padding:9px 13px;font-size:13px;font-weight:800;cursor:pointer}.admin-upload-btn input{display:none}.admin-check{display:flex;align-items:center;gap:8px;font-weight:700;color:#38443e}.admin-danger{background:#fee2e2!important;color:#991b1b!important}.lf-contact-cards a,.lf-contact-cards div{text-decoration:none;color:inherit}.lf-contact-cards a:hover{transform:translateY(-2px);box-shadow:0 12px 28px #0000001a}.hero-banner-static{cursor:default}.image-only-hero .hero-banner-static{display:block;width:100%;height:100%}@media (max-width:720px){.admin-content-editor{padding:14px}.admin-content-head{flex-direction:column}.admin-save-main{width:100%;justify-content:center}.admin-image-edit-row{align-items:flex-start;flex-direction:column}.admin-image-preview{width:100%;height:160px}.admin-section-title{align-items:flex-start;flex-direction:column}}.lf-contact-cards{align-items:stretch;border-radius:0}.lf-contact-card{min-height:130px;border:1px solid rgba(221,154,26,.22);background:#fff;border-radius:16px;padding:22px 16px;display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center;color:#111!important;text-decoration:none!important;word-break:break-word;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.lf-contact-card svg{margin:0 auto;flex-shrink:0}.lf-contact-card span{display:block;width:100%;font-size:15px;line-height:1.35}.lf-contact-card:hover{transform:translateY(-3px);border-color:#dd9a1a;box-shadow:0 18px 36px #1414141a}.lf-contact-whatsapp{border-color:#25d366!important}.lf-contact-whatsapp svg{background:#25d366!important}.admin-toggle-pill{border:0;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:800;cursor:pointer;min-width:92px;transition:all .18s ease}.admin-toggle-pill.is-on{background:#dcfce7;color:#166534}.admin-toggle-pill.is-off{background:#f3f4f6;color:#6b7280}.admin-toggle-pill.is-off.danger{background:#fee2e2;color:#991b1b}.admin-toggle-pill:hover{transform:translateY(-1px);box-shadow:0 8px 18px #00000014}.lf-featured-chip{position:absolute;top:12px;right:12px;background:#d4a51c;color:#fff;border-radius:0 0 10px 10px;padding:8px 12px;font-weight:800;z-index:2;font-size:12px}.lf-product-card.is-out-of-stock img{opacity:.55;filter:grayscale(.45)}.lf-product-card button:disabled,.lf-add-red:disabled{cursor:not-allowed!important;background:#9ca3af!important;color:#fff!important}@media (max-width:700px){.lf-contact-cards{padding:24px 12px;gap:14px}.lf-contact-card{min-height:108px;padding:18px 12px}.lf-contact-card span{font-size:14px}}.cart-page,.checkout-page{overflow-x:hidden}.cart-container,.checkout-container{width:min(100% - 32px,1200px);margin-inline:auto}.cart-layout,.checkout-layout,.cart-items-card,.cart-summary-card,.checkout-card,.checkout-summary-card,.cart-item-row,.cart-item-info{min-width:0}.cart-item-info>div:nth-child(2){overflow-wrap:anywhere}.cart-item-actions{flex-shrink:0}.checkout-form-grid .form-group,.checkout-summary-item{min-width:0}.checkout-summary-item>div:nth-child(2){min-width:0;overflow-wrap:anywhere}@media (max-width: 1024px){.cart-layout,.checkout-layout{grid-template-columns:1fr!important;gap:22px!important}.cart-summary-card,.checkout-summary-card{position:static!important;top:auto!important}}@media (max-width: 720px){body{overflow-x:hidden}.cart-container,.checkout-container,.container{width:min(100% - 24px,1200px)}.cart-title{font-size:30px!important;margin-bottom:22px!important}.cart-item-row{display:grid!important;grid-template-columns:78px minmax(0,1fr)!important;gap:14px!important;align-items:start!important;padding:18px!important}.cart-item-image{width:72px!important;height:72px!important}.cart-item-image img{width:62px!important;height:62px!important}.cart-item-actions{grid-column:1 / -1;width:100%;justify-content:space-between;gap:10px!important;border-top:1px solid var(--border);padding-top:14px}.cart-item-actions>div:nth-child(2){width:auto!important;min-width:90px}.cart-summary-card,.checkout-card,.checkout-summary-card{padding:22px!important;border-radius:16px!important}.checkout-form-grid{grid-template-columns:1fr!important;gap:12px!important}.checkout-form-grid .form-group{grid-column:auto!important}.checkout-summary-item{align-items:flex-start!important}.checkout-summary-item img{width:44px!important;height:44px!important;flex-shrink:0}.checkout-pp-box label{align-items:flex-start!important}.checkout-pp-input-row{flex-direction:column;align-items:stretch!important}.checkout-pp-input-row .btn{width:100%;justify-content:center}.btn-lg{min-height:48px}}@media (max-width: 420px){.cart-container,.checkout-container,.container{width:min(100% - 18px,1200px)}.cart-item-row{grid-template-columns:64px minmax(0,1fr)!important;padding:14px!important}.cart-item-image{width:60px!important;height:60px!important}.cart-item-image img{width:52px!important;height:52px!important}.cart-summary-card,.checkout-card,.checkout-summary-card{padding:18px!important}.checkout-summary-item{gap:10px!important}}.home-hero-nav,.lf-featured-chip{display:none!important}.lf-page-hero{padding:0 18px;text-align:center;overflow:hidden}.lf-page-hero h1{max-width:100%;line-height:1.1;word-break:normal}.trust-bar{overflow:hidden}.trust-bar-items{max-width:1180px;margin:0 auto;padding:0 16px;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px!important;align-items:center;text-align:center}.trust-bar-items span{display:flex;align-items:center;justify-content:center;min-height:30px;line-height:1.35;white-space:normal}.lf-product-grid,.product-grid{width:100%;align-items:stretch}.lf-product-card{min-width:0}.lf-price-line{flex-wrap:wrap}.lf-product-body button{white-space:nowrap}.lf-back-to-top{position:fixed;right:18px;bottom:78px;width:44px;height:44px;border-radius:999px;border:0;background:#123f2d;color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;z-index:999;box-shadow:0 10px 25px #00000040;cursor:pointer}.lf-back-to-top:hover{background:#0b2d20}.admin-section-save{display:flex;justify-content:flex-end;margin-top:18px;padding-top:16px;border-top:1px solid #eee}.admin-section-save .admin-save-main{width:auto;min-width:170px;justify-content:center}@media (max-width:900px){.trust-bar-items{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px!important}.trust-bar-items span{font-size:11px;letter-spacing:.07em;padding:6px 4px}.product-grid,.lf-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}.lf-product-img{height:210px}.lf-product-body h3{font-size:16px;min-height:auto}.lf-product-body button{float:none;margin-top:10px;width:100%;justify-content:center}.lf-price-line{margin-bottom:6px}}@media (max-width:560px){.lf-page-hero{height:150px;padding:0 18px;justify-content:flex-start;text-align:left}.lf-page-hero h1{font-size:32px!important;line-height:1.15;margin:0;max-width:90%}.trust-bar{padding:10px 0}.trust-bar-items{grid-template-columns:1fr!important;gap:4px!important}.trust-bar-items span{min-height:24px;font-size:10.5px;letter-spacing:.08em}.product-grid,.lf-product-grid{grid-template-columns:1fr!important;gap:16px!important;padding-left:0!important;padding-right:0!important}.lf-product-card{width:100%;min-height:auto}.lf-product-img{height:220px;padding:18px}.lf-product-img img{max-height:200px}.lf-product-body{padding:0 18px 18px}.lf-price-line b{font-size:20px}.lf-price-line del{font-size:14px}.lf-back-to-top{right:14px;bottom:72px;width:40px;height:40px;font-size:20px}.admin-section-save .admin-save-main{width:100%}}.home-hero-nav,.image-only-hero .home-hero-nav,.slick-arrow,.swiper-button-prev,.swiper-button-next{display:none!important}.home-hero-dots{position:absolute!important;left:50%!important;bottom:18px!important;transform:translate(-50%)!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;z-index:5!important;width:auto!important;height:auto!important}.home-hero-dots button,.home-hero-dots .active{width:9px!important;height:9px!important;min-width:9px!important;min-height:9px!important;padding:0!important;border:0!important;border-radius:999px!important;background:#ffffff8c!important;box-shadow:0 0 0 1px #00000014!important;opacity:1!important;cursor:pointer!important}.home-hero-dots .active{background:#fff!important;transform:scale(1.15)!important}@media (max-width: 640px){.trust-bar{display:none!important}}.lf-page-hero-banner-only{background-color:#111!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important}.lf-page-hero-banner-only h1,.lf-page-hero-banner-only p{display:none!important}@media (max-width: 640px){.lf-page-hero-banner-only{height:160px!important;justify-content:center!important;text-align:center!important}}@media (max-width: 640px){.lf-header,.lf-header-row{height:72px!important}.lf-header-row{grid-template-columns:minmax(0,1fr) auto auto!important;gap:12px!important;padding:0 12px!important}.lf-logo{min-width:0!important;max-width:215px!important;width:auto!important;justify-content:flex-start!important;overflow:hidden!important}.lf-logo img{max-width:100%!important;height:50px!important;object-fit:contain!important}.lf-cart,.lf-mobile-menu{flex-shrink:0!important}}@media (max-width: 370px){.lf-logo{max-width:178px!important}.lf-logo img{height:44px!important}}@media (max-width: 640px){.product-grid,.lf-product-grid{grid-template-columns:1fr!important;gap:18px!important}.product-card,.lf-product-card{width:100%!important;min-height:auto!important;border-radius:14px!important;overflow:hidden!important}.product-card .img-wrap,.lf-product-img{height:210px!important;padding:18px!important}.product-card .img-wrap img,.lf-product-img img{max-height:188px!important;width:auto!important;object-fit:contain!important}.product-card .card-body,.lf-product-body{padding:14px 16px 18px!important}.product-card .card-name,.lf-product-body h3{min-height:auto!important;font-size:16px!important;line-height:1.32!important;margin-bottom:12px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.product-card .card-price,.lf-price-line{display:flex!important;align-items:baseline!important;gap:8px!important;flex-wrap:wrap!important;margin-bottom:12px!important}.product-card .add-btn,.lf-product-body button{float:none!important;margin-top:8px!important;width:100%!important;justify-content:center!important;min-height:44px!important}}@media (max-width: 640px){.lf-product-detail-page,.product-detail-page{padding-left:12px!important;padding-right:12px!important;overflow-x:hidden!important}.lf-product-detail,.product-detail-grid{grid-template-columns:1fr!important;gap:22px!important}.lf-detail-image-box,.product-main-image-card{min-height:300px!important;padding:18px!important}.lf-detail-image-box img,.product-main-image-card img{max-height:280px!important;max-width:92%!important;object-fit:contain!important}.lf-detail-thumbs,.product-thumb-strip{overflow-x:auto!important;justify-content:flex-start!important;-webkit-overflow-scrolling:touch!important}.lf-detail-actions,.detail-cart-row{flex-direction:column!important;align-items:stretch!important}.lf-add-red,.detail-add-cart{width:100%!important;min-width:0!important;justify-content:center!important}}@media (max-width: 640px){.lf-public-page p,.lf-public-page li,.detail-description,.detail-text-section p,.lf-description-block p,.lf-description-block li,.legal-page p,.lf-about-top p,.lf-why p,.lf-mission p,.testimonial-card p,.lf-footer p{text-align:justify!important;text-justify:inter-word}.lf-public-page h1,.lf-public-page h2,.lf-public-page h3,.lf-public-page h4,.lf-public-page button,.lf-public-page a,.lf-nav-left a,.lf-mobile-drawer a,.lf-footer h3{text-align:initial}}html,body,#root{max-width:100%;overflow-x:hidden}.lf-public-page,.home-hero,.image-only-hero,.section,.lf-products-section,.lf-product-detail-page,.cart-page,.checkout-page{max-width:100vw;overflow-x:hidden}.member-profile-page,.member-kyc-page{padding:32px;max-width:100%;overflow-x:hidden}.member-page-title{font-family:var(--font-serif);font-size:clamp(24px,4vw,32px);margin-bottom:28px}.member-profile-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px;align-items:start}.member-profile-card{background:linear-gradient(135deg,var(--forest) 0%,#0f2219 100%);border-radius:var(--radius-lg);padding:32px;color:#fff;box-shadow:var(--shadow-lg);min-width:0}.member-avatar{width:64px;height:64px;border-radius:50%;background:#ffffff26;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;margin-bottom:16px}.member-profile-name{font-family:var(--font-serif);font-size:24px;margin-bottom:4px;word-break:break-word}.member-profile-email{font-size:13px;opacity:.7;margin-bottom:20px;word-break:break-word}.member-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.member-info-label{font-size:10px;opacity:.55;text-transform:uppercase;letter-spacing:.1em;margin-bottom:4px}.member-info-value{font-size:14px;font-weight:600;text-transform:capitalize;word-break:break-word}.member-sponsor-box{margin-top:20px;padding:12px;background:#ffffff1a;border-radius:8px;font-size:13px;word-break:break-word}.member-profile-form,.kyc-form-card{background:var(--white);border-radius:var(--radius-lg);padding:32px;box-shadow:var(--shadow);min-width:0}.member-profile-form h3,.kyc-form-card h3{font-family:var(--font-serif);font-size:22px;margin-bottom:24px}.member-form-section-title{font-size:14px;font-weight:600;margin:8px 0 16px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em}.member-form-2col,.kyc-file-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.member-form-full{grid-column:1 / -1}.kyc-status-card{border:1px solid;border-radius:var(--radius-lg);padding:24px;margin-bottom:28px;display:flex;align-items:center;gap:16px}.kyc-status-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.kyc-status-title{font-weight:700;font-size:16px}.kyc-status-desc{font-size:13px;color:var(--text-muted);margin-top:4px}.kyc-info-card{padding:28px;margin-bottom:24px}.kyc-info-card h3{font-family:var(--font-serif);font-size:20px;margin-bottom:12px;display:flex;gap:8px;align-items:center}.kyc-info-card p{font-size:14px;color:var(--text-muted);line-height:1.8}.kyc-file-box{width:100%;min-height:46px;border:1px dashed #cfc8bc;border-radius:10px;background:#fafaf8;display:flex;align-items:center;gap:10px;padding:12px 14px;cursor:pointer;font-size:13px;color:var(--text-muted);overflow:hidden}.kyc-file-box span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kyc-file-box input{display:none}.kyc-security-note{background:#f8f6f2;border-radius:8px;padding:14px 16px;margin-bottom:20px;font-size:12px;color:var(--text-muted)}.kyc-final-card{padding:32px;text-align:center}.kyc-final-card>div{font-size:48px;margin-bottom:12px}.kyc-final-card h3{font-family:var(--font-serif);font-size:24px;margin-bottom:8px}.kyc-final-card p{color:var(--text-muted);font-size:14px}@media (max-width: 900px){.member-profile-grid{grid-template-columns:1fr}}@media (max-width: 640px){.member-profile-page,.member-kyc-page{padding:18px 14px}.member-profile-card,.member-profile-form,.kyc-form-card,.kyc-info-card{padding:20px;border-radius:14px}.member-info-grid,.member-form-2col,.kyc-file-grid{grid-template-columns:1fr!important;gap:12px}.member-form-full{grid-column:auto}.kyc-status-card{padding:18px;align-items:flex-start}.kyc-status-icon{width:42px;height:42px}.member-profile-form .btn,.kyc-form-card .btn{width:100%}}font[face="Montserrat ExtraBold"],font[face="Montserrat Extra Bold"],[style*="font-family: Montserrat ExtraBold"],[style*="font-family: 'Montserrat ExtraBold'"]{font-family:Montserrat,Arial,sans-serif!important;font-weight:800!important;font-synthesis:none}.hero,.hero-section,.home-hero,.banner,.hero-banner{width:100%;overflow:hidden}.hero img,.hero-section img,.home-hero img,.banner img,.hero-banner img{width:100%;height:auto;display:block;object-fit:contain;object-position:center center}@media (min-width: 769px){.hero,.hero-section,.home-hero,.banner,.hero-banner{min-height:auto}.hero img,.hero-section img,.home-hero img,.banner img,.hero-banner img{max-height:80vh}}@media (max-width: 768px){.hero,.hero-section,.home-hero,.banner,.hero-banner{height:auto!important;min-height:auto!important;padding:0!important}.hero img,.hero-section img,.home-hero img,.banner img,.hero-banner img{width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important;object-position:center center!important}}.home-hero.image-only-hero{width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;margin-top:-68px!important;padding:0!important}.home-hero.image-only-hero .hero-banner-link,.home-hero.image-only-hero .hero-banner-static{width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;display:block!important;overflow:visible!important}.home-hero.image-only-hero .hero-banner-link img,.home-hero.image-only-hero .hero-banner-static img{width:100%!important;height:auto!important;max-width:100%!important;max-height:none!important;object-fit:contain!important;object-position:center center!important;display:block!important}@media (max-width: 768px){.home-hero.image-only-hero{height:auto!important;min-height:0!important;margin-top:-60px!important}.home-hero.image-only-hero .hero-banner-link img,.home-hero.image-only-hero .hero-banner-static img{width:100%!important;height:auto!important;object-fit:contain!important}}@media (max-width: 480px){.home-hero.image-only-hero{margin-top:-55px!important}}@media (max-width: 768px){.home-hero.image-only-hero{margin-top:0!important;padding-top:0!important;height:auto!important;min-height:0!important;overflow:visible!important}.home-hero.image-only-hero .hero-banner-link,.home-hero.image-only-hero .hero-banner-static{height:auto!important;overflow:visible!important}.home-hero.image-only-hero img{margin-top:0!important;width:100%!important;height:auto!important;object-fit:contain!important;object-position:center top!important}}.admin-rich-toolbar,.rich-editor-toolbar,.editor-toolbar,.ql-toolbar,.tox-toolbar,.tox-editor-header{position:sticky!important;top:0!important;z-index:999!important;background:#fff!important;box-shadow:0 2px 8px #00000014!important}.admin-editor-card,.admin-form-card,.product-form-card{overflow:visible!important}@media (max-width:768px){.lf-mobile-drawer .lf-product-dropdown{opacity:0!important;visibility:hidden!important;max-height:0!important;overflow:hidden!important;margin:0!important;transition:.25s ease!important}.lf-mobile-drawer .lf-product-menu.open .lf-product-dropdown{opacity:1!important;visibility:visible!important;max-height:500px!important;margin:4px 0 8px!important}}@media (max-width: 768px){.lf-mobile-drawer{gap:8px!important;padding:72px 18px 24px!important;background:#050505!important}.lf-mobile-drawer a,.lf-mobile-drawer button{width:100%!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:12px 14px!important;margin:0!important;border-radius:10px!important;color:#fff!important;font-size:15px!important;font-weight:700!important;line-height:1.2!important;background:#ffffff0b!important;border:1px solid rgba(255,255,255,.08)!important}.lf-mobile-drawer a:hover,.lf-mobile-drawer button:hover,.lf-mobile-drawer a.active,.lf-mobile-drawer button.active{background:#dd9a1a26!important;border-color:#dd9a1a59!important;color:#dd9a1a!important}.lf-mobile-drawer .lf-product-menu{width:100%!important;margin:0!important;padding:0!important}.lf-mobile-drawer .lf-product-menu>button{margin:0!important}.lf-mobile-drawer .lf-product-dropdown{width:100%!important;padding:0!important;margin:0!important;background:transparent!important;border:0!important;max-height:0!important}.lf-mobile-drawer .lf-product-menu.open .lf-product-dropdown{max-height:420px!important;margin:6px 0 0!important;padding:4px 0 0!important}.lf-mobile-drawer .lf-product-dropdown a{margin:6px 0 0 14px!important;width:calc(100% - 14px)!important;padding:10px 12px!important;font-size:14px!important;font-weight:600!important;background:#ffffff08!important;border:1px solid rgba(255,255,255,.06)!important;color:#ffffffeb!important}.lf-mobile-drawer .lf-product-dropdown a:last-child{margin-bottom:0!important}.lf-mobile-drawer .lf-product-menu+a{margin-top:8px!important}.lf-mobile-drawer svg{flex-shrink:0!important}}.lf-page-hero-banner-only,.editable-page-banner{width:100%!important;height:auto!important;min-height:0!important;aspect-ratio:1920 / 450;background-size:contain!important;background-repeat:no-repeat!important;background-position:center top!important;overflow:visible!important}.lf-page-hero.lf-page-hero-banner-only,.lf-page-hero.editable-page-banner{padding:0!important}@media (max-width: 768px){.lf-page-hero-banner-only,.editable-page-banner{width:100%!important;height:auto!important;min-height:0!important;aspect-ratio:1080 / 1350;background-size:contain!important;background-repeat:no-repeat!important;background-position:center top!important;margin-top:0!important;padding:0!important}}@media (max-width: 480px){.lf-page-hero-banner-only,.editable-page-banner{aspect-ratio:1080 / 1350;background-size:contain!important;background-position:center top!important}}.page-image-hero{width:100%;height:auto;margin:0;padding:0;overflow:visible;background:transparent}.page-image-hero img{width:100%;height:auto;display:block;object-fit:contain;object-position:center top;margin:0;padding:0}@media (max-width: 768px){.page-image-hero{width:100%;height:auto;margin:0;padding:0}.page-image-hero img{width:100%;height:auto;max-height:none;object-fit:contain;object-position:center top}}.about-page .page-image-hero,.lf-public-page .page-image-hero{width:100vw!important;max-width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;height:auto!important;max-height:none!important;overflow:hidden!important;background:#fff!important}.about-page .page-image-hero img,.lf-public-page .page-image-hero img{width:100vw!important;max-width:100vw!important;height:auto!important;display:block!important;object-fit:contain!important;object-position:center top!important;background:#fff!important}.page-image-hero:before,.page-image-hero:after{display:none!important;content:none!important}@media (max-width: 768px){.lf-drawer-close{position:absolute!important;top:16px!important;right:16px!important;width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;padding:0!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#ffffff1a!important;border:1px solid rgba(255,255,255,.18)!important;color:#fff!important;font-size:24px!important;line-height:1!important;z-index:1300!important}.lf-drawer-close:hover{background:#dd9a1a38!important;border-color:#dd9a1a73!important;color:#dd9a1a!important}.lf-mobile-drawer{padding-top:72px!important}}.about-page,.lf-public-page{background:#fff!important}.about-page .page-image-hero,.lf-public-page .page-image-hero{display:block!important;width:100%!important;max-width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;padding:0!important;margin:0!important;line-height:0!important;overflow:hidden!important;background:#fff!important}.about-page .page-image-hero img,.lf-public-page .page-image-hero img{display:block!important;width:100%!important;max-width:100%!important;height:auto!important;max-height:520px!important;object-fit:contain!important;object-position:center top!important;margin:0 auto!important;padding:0!important;background:#fff!important}@media (max-width: 768px){.about-page .page-image-hero,.lf-public-page .page-image-hero{width:100%!important;height:auto!important;min-height:0!important;background:#fff!important}.about-page .page-image-hero img,.lf-public-page .page-image-hero img{width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important;object-position:center top!important}}@media (max-width: 768px){.lf-mobile-menu{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;padding:0!important;margin:0!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#ffffff14!important;border:1px solid rgba(255,255,255,.18)!important;color:#fff!important;font-size:24px!important;line-height:1!important}.lf-mobile-menu svg{width:24px!important;height:24px!important;margin:0!important}.lf-mobile-drawer .lf-drawer-close{position:absolute!important;top:14px!important;right:14px!important;width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;max-width:42px!important;max-height:42px!important;padding:0!important;margin:0!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#ffffff1a!important;border:1px solid rgba(255,255,255,.2)!important;color:#fff!important;font-size:0!important;line-height:1!important;z-index:2000!important}.lf-mobile-drawer .lf-drawer-close svg{width:24px!important;height:24px!important;margin:0!important;color:#fff!important}}.lf-public-page>.page-image-hero,.page-image-hero.about-image-hero,.page-image-hero.contact-image-hero{display:block!important;width:100%!important;max-width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0!important;padding:0!important;background:transparent!important;overflow:visible!important;line-height:0!important}.lf-public-page>.page-image-hero img,.page-image-hero.about-image-hero img,.page-image-hero.contact-image-hero img{display:block!important;width:100%!important;max-width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0!important;padding:0!important;object-fit:contain!important;object-position:center top!important;background:transparent!important}.lf-public-page .lf-page-hero-banner-only,.lf-public-page .editable-page-banner{height:auto!important;min-height:0!important;max-height:none!important;padding:0!important;margin:0!important;background:transparent!important;overflow:hidden!important}@media (max-width: 768px){.lf-public-page{padding-top:0!important;margin-top:0!important}.lf-public-page>.page-image-hero,.page-image-hero.about-image-hero,.page-image-hero.contact-image-hero{margin-top:0!important;padding-top:0!important;height:auto!important;min-height:0!important;background:transparent!important}.lf-public-page>.page-image-hero img,.page-image-hero.about-image-hero img,.page-image-hero.contact-image-hero img{width:100%!important;height:auto!important;display:block!important}}.page-image-hero.about-image-hero,.page-image-hero.contact-image-hero{display:block!important;width:100%!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;background:#fff!important;line-height:0!important;overflow:hidden!important}.page-image-hero.about-image-hero img,.page-image-hero.contact-image-hero img{display:block!important;width:100%!important;height:auto!important;max-width:100%!important;min-height:1px!important;object-fit:contain!important;object-position:center top!important}@media (max-width: 768px){.page-image-hero.about-image-hero,.page-image-hero.contact-image-hero{margin-top:0!important;padding-top:0!important}.page-image-hero.about-image-hero img,.page-image-hero.contact-image-hero img{width:100%!important;height:auto!important}}.lf-public-page{margin-top:0!important;padding-top:0!important;background:#fff!important}.page-image-hero.about-image-hero,.page-image-hero.contact-image-hero{width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0!important;padding:0!important;line-height:0!important;background:#fff!important;overflow:hidden!important}.page-image-hero.about-image-hero img,.page-image-hero.contact-image-hero img{width:100%!important;height:auto!important;max-width:100%!important;display:block!important;object-fit:contain!important;object-position:center top!important;margin:0!important;padding:0!important}@media (max-width: 768px){body{padding-top:0!important}.page-image-hero.about-image-hero,.page-image-hero.contact-image-hero{margin-top:0!important;padding-top:0!important}}body{padding-top:90px!important}.home-hero.image-only-hero,.page-image-hero.about-image-hero,.page-image-hero.contact-image-hero{margin-top:0!important;padding-top:0!important}.page-image-hero.about-image-hero img,.page-image-hero.contact-image-hero img,.home-hero.image-only-hero img{object-position:center top!important;object-fit:contain!important}@media (max-width: 768px){body{padding-top:76px!important}.home-hero.image-only-hero,.page-image-hero.about-image-hero,.page-image-hero.contact-image-hero{margin-top:0!important;padding-top:0!important}}.lf-header+.home-hero,.lf-header+.lf-public-page,.home-hero.image-only-hero,.page-image-hero.about-image-hero,.page-image-hero.contact-image-hero{margin-top:-1px!important}@media (max-width: 768px){.lf-header+.home-hero,.lf-header+.lf-public-page,.home-hero.image-only-hero,.page-image-hero.about-image-hero,.page-image-hero.contact-image-hero{margin-top:-1px!important}}@media (max-width: 768px){body{padding-top:72px!important}.lf-header{margin-bottom:0!important;border-bottom:0!important}.home-hero.image-only-hero,.page-image-hero.about-image-hero,.page-image-hero.contact-image-hero{margin-top:-6px!important}}.lf-product-card,.product-card{text-align:center!important}.lf-product-card p,.product-card p{display:none!important}.lf-product-card img,.product-card img{display:block!important;margin:0 auto!important}.lf-product-card h3,.lf-product-card h2,.product-card h3,.product-card h2{text-align:center!important;margin:12px 0 10px!important;font-weight:800!important;line-height:1.25!important}.lf-product-card .lf-price-line,.product-card .lf-price-line{width:100%!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin:8px 0 14px!important;padding:0 4px!important;text-align:left!important}.lf-product-card .lf-price-line b,.product-card .lf-price-line b{color:#111!important;font-size:16px!important;font-weight:900!important;text-align:left!important}.lf-product-card .lf-price-line del,.product-card .lf-price-line del{color:#888!important;font-size:14px!important;font-weight:700!important;text-align:right!important;margin-left:auto!important}.lf-product-card button,.product-card button,.lf-product-card .btn,.product-card .btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;margin:4px auto 0!important;min-width:150px!important;width:auto!important;padding:11px 22px!important;border-radius:10px!important;background:#1b3a2d!important;color:#fff!important;border:none!important;font-weight:800!important;text-align:center!important}.lf-product-card button:hover,.product-card button:hover,.lf-product-card .btn:hover,.product-card .btn:hover{background:#0f2219!important;color:#fff!important}@media (max-width: 768px){.lf-product-card h3,.lf-product-card h2,.product-card h3,.product-card h2{margin-top:10px!important;font-size:15px!important}.lf-product-card .lf-price-line,.product-card .lf-price-line{margin:7px 0 12px!important}.lf-product-card button,.product-card button,.lf-product-card .btn,.product-card .btn{min-width:140px!important;padding:10px 18px!important}}.lf-product-card{padding:10px!important;text-align:center!important}.lf-product-card>div p,.lf-product-card p{display:none!important}.lf-product-card img{width:100%!important;max-width:100%!important;height:230px!important;object-fit:contain!important;display:block!important;margin:0 auto 8px!important}.lf-product-card h3,.lf-product-card h2{text-align:center!important;font-size:15px!important;font-weight:800!important;line-height:1.25!important;margin:6px 0 8px!important;color:#111!important}.lf-product-card .lf-price-line{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;gap:8px!important;padding:0 4px!important;margin:0 0 10px!important}.lf-product-card .lf-price-line b{font-size:15px!important;font-weight:900!important;color:#111!important;text-align:left!important;white-space:nowrap!important}.lf-product-card .lf-price-line del{font-size:13px!important;font-weight:700!important;color:#8a8a8a!important;text-align:right!important;white-space:nowrap!important;margin-left:auto!important}.lf-product-card button,.lf-product-card .btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:auto!important;min-width:112px!important;max-width:150px!important;height:36px!important;padding:8px 18px!important;margin:0 auto!important;border-radius:8px!important;background:#6b3fa0!important;color:#fff!important;border:none!important;font-size:13px!important;font-weight:800!important;line-height:1!important;text-align:center!important;box-shadow:0 4px 10px #6b3fa038!important}@media (max-width: 768px){.lf-product-card{padding:8px!important}.lf-product-card img{height:190px!important;margin-bottom:6px!important}.lf-product-card h3,.lf-product-card h2{font-size:14px!important;margin:5px 0 7px!important}.lf-product-card .lf-price-line{margin-bottom:9px!important}.lf-product-card .lf-price-line b{font-size:14px!important}.lf-product-card .lf-price-line del{font-size:12px!important}.lf-product-card button,.lf-product-card .btn{height:34px!important;min-width:108px!important;padding:7px 16px!important;font-size:12.5px!important}}.lf-product-card{padding:16px!important;border-radius:16px!important;background:#fff!important;text-align:center!important}.lf-product-card img{width:100%!important;height:300px!important;object-fit:contain!important;margin:0 auto 18px!important;display:block!important}.lf-product-card h3{min-height:48px!important;margin:0 0 18px!important;text-align:center!important;font-size:18px!important;line-height:1.25!important;font-weight:900!important;color:#000!important;text-transform:uppercase!important}.lf-product-card .lf-price-line{display:grid!important;grid-template-columns:1fr 1fr!important;align-items:center!important;width:100%!important;margin:0 0 18px!important;padding-top:16px!important;border-top:1px solid #eeeeee!important}.lf-product-card .lf-price-line b{text-align:left!important;font-size:20px!important;font-weight:900!important;color:#000!important;white-space:nowrap!important}.lf-product-card .lf-price-line del{text-align:right!important;font-size:17px!important;font-weight:800!important;color:#888!important;white-space:nowrap!important}.lf-product-card button{width:100%!important;height:58px!important;border-radius:10px!important;background:#6b3fa0!important;color:#fff!important;border:none!important;font-size:22px!important;font-weight:900!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;margin:0 auto!important;box-shadow:0 8px 18px #6b3fa047!important}.lf-product-card button:hover{background:#5a3288!important;color:#fff!important}@media (max-width: 768px){.lf-product-card{padding:14px!important}.lf-product-card img{height:260px!important;margin-bottom:16px!important}.lf-product-card h3{font-size:17px!important;min-height:44px!important;margin-bottom:16px!important}.lf-product-card .lf-price-line{grid-template-columns:1fr 1fr!important;margin-bottom:16px!important}.lf-product-card .lf-price-line b{font-size:19px!important}.lf-product-card .lf-price-line del{font-size:16px!important}.lf-product-card button{width:100%!important;height:58px!important;font-size:21px!important}}.lf-product-card{box-sizing:border-box!important;padding:8px!important;overflow:hidden!important;border-radius:14px!important;background:#fff!important}.lf-product-card *{box-sizing:border-box!important}.lf-product-card p{display:none!important}.lf-product-card img{width:100%!important;height:330px!important;max-height:330px!important;object-fit:contain!important;display:block!important;margin:0 auto 8px!important;padding:0!important}.lf-product-card h3,.lf-product-card h2{min-height:42px!important;margin:0 0 8px!important;padding:0 4px!important;text-align:center!important;font-size:16px!important;line-height:1.2!important;font-weight:900!important;color:#000!important;text-transform:uppercase!important}.lf-product-card .lf-price-line{display:grid!important;grid-template-columns:1fr auto!important;align-items:center!important;width:100%!important;padding:8px 4px 0!important;margin:0 0 8px!important;border-top:1px solid #eeeeee!important;column-gap:8px!important}.lf-product-card .lf-price-line b{text-align:left!important;font-size:16px!important;line-height:1!important;font-weight:900!important;color:#000!important;white-space:nowrap!important}.lf-product-card .lf-price-line del{text-align:right!important;font-size:14px!important;line-height:1!important;font-weight:800!important;color:#888!important;white-space:nowrap!important;justify-self:end!important}.lf-product-card button,.lf-product-card .btn{width:calc(100% - 8px)!important;max-width:calc(100% - 8px)!important;min-width:0!important;height:44px!important;padding:0 12px!important;margin:0 auto 2px!important;border-radius:9px!important;background:#6b3fa0!important;color:#fff!important;border:none!important;font-size:17px!important;font-weight:900!important;line-height:1!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;box-shadow:0 6px 14px #6b3fa03d!important;overflow:hidden!important}.lf-product-card button:hover,.lf-product-card .btn:hover{background:#5a3288!important;color:#fff!important}@media (max-width: 768px){.lf-product-card{padding:8px!important}.lf-product-card img{height:290px!important;max-height:290px!important;margin-bottom:8px!important}.lf-product-card h3,.lf-product-card h2{min-height:40px!important;font-size:15px!important;margin-bottom:8px!important}.lf-product-card .lf-price-line{padding:7px 4px 0!important;margin-bottom:8px!important}.lf-product-card .lf-price-line b{font-size:15px!important}.lf-product-card .lf-price-line del{font-size:13px!important}.lf-product-card button,.lf-product-card .btn{height:42px!important;width:calc(100% - 8px)!important;max-width:calc(100% - 8px)!important;font-size:16px!important}}.lf-product-card{padding:10px!important;overflow:visible!important}.lf-product-card>div{display:flex!important;flex-direction:column!important}.lf-product-card img{height:300px!important;max-height:300px!important;object-fit:contain!important;object-position:center center!important;margin:0 auto 14px!important}.lf-product-card h3,.lf-product-card h2{order:1!important;margin:10px 0 14px!important;padding:0 6px!important}.lf-product-card .lf-price-line{order:2!important;display:grid!important;grid-template-columns:1fr auto!important;width:100%!important;margin:0 0 14px!important;padding:10px 6px 0!important}.lf-product-card .lf-price-line b{font-size:15px!important}.lf-product-card .lf-price-line del{font-size:13px!important}.lf-product-card button,.lf-product-card .btn{order:3!important;width:92%!important;max-width:92%!important;height:42px!important;margin:0 auto 4px!important;font-size:16px!important;background:#6b3fa0!important;color:#fff!important;border-radius:9px!important}@media (max-width: 768px){.lf-product-card{padding:12px!important}.lf-product-card img{height:240px!important;max-height:240px!important;object-fit:contain!important;object-position:center center!important;margin:0 auto 18px!important}.lf-product-card h3,.lf-product-card h2{margin:12px 0 14px!important}.lf-product-card button,.lf-product-card .btn{width:92%!important;height:42px!important}}.lf-product-card img{margin-bottom:6px!important}.lf-product-card h3,.lf-product-card h2{margin-top:0!important;margin-bottom:12px!important;text-align:center!important}@media (max-width: 768px){.lf-product-card img{margin-bottom:7px!important}.lf-product-card h3,.lf-product-card h2{margin-top:0!important;margin-bottom:12px!important;text-align:center!important}}.lf-product-card{display:flex!important;flex-direction:column!important}.lf-product-img{width:100%!important;height:300px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0 0 6px!important;padding:0!important;overflow:visible!important}.lf-product-img img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important;margin:0!important;padding:0!important;display:block!important}.lf-product-body{display:flex!important;flex-direction:column!important;align-items:stretch!important;width:100%!important;padding:0 6px 6px!important;margin:0!important}.lf-product-body h3{order:1!important;text-align:center!important;margin:0 0 12px!important;padding:0!important}.lf-product-body .lf-price-line{order:2!important}.lf-product-body button{order:3!important;align-self:center!important}@media (max-width: 768px){.lf-product-img{height:250px!important;margin-bottom:7px!important}.lf-product-body{padding:0 6px 6px!important}.lf-product-body h3{margin:0 0 12px!important}}@media (max-width: 768px){.lf-detail-right h1{text-align:center!important;font-size:28px!important;margin:14px 0 12px!important;font-weight:900!important}.lf-detail-price{display:flex!important;flex-direction:row!important;justify-content:center!important;align-items:baseline!important;gap:26px!important;margin:0 0 18px!important}.lf-detail-price b{font-size:30px!important;color:#466f00!important;line-height:1!important}.lf-detail-price del{font-size:22px!important;color:#9ca3af!important;line-height:1!important}.lf-add-red{width:100%!important;min-height:60px!important;font-size:18px!important;border-radius:4px!important;justify-content:center!important}}@media (max-width: 768px){.lf-rating{text-align:center!important;justify-content:center!important;display:flex!important;width:100%!important}.lf-detail-actions{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:14px!important}.lf-qty{margin:0 auto!important;justify-content:center!important}}@media (min-width: 1024px){.lf-product-detail-two-col{max-width:1420px!important;margin:0 auto!important;padding:34px 28px 70px!important;display:grid!important;grid-template-columns:42% 58%!important;gap:36px!important;align-items:start!important}.lf-product-main-left{display:flex!important;flex-direction:column!important;align-items:center!important;gap:22px!important;position:sticky!important;top:110px!important}.lf-product-main-left .lf-detail-left,.lf-product-main-left .lf-detail-right{width:100%!important}.lf-product-main-left .lf-detail-image-box{min-height:560px!important;width:100%!important}.lf-product-main-left .lf-detail-image-box img{max-height:500px!important}.lf-product-main-left .lf-detail-right{text-align:center!important;padding:0!important}.lf-product-main-left .lf-detail-right h1{text-align:center!important;margin:0 0 10px!important}.lf-product-main-left .lf-rating{display:flex!important;justify-content:center!important;text-align:center!important}.lf-product-main-left .lf-detail-price{display:flex!important;flex-direction:row!important;justify-content:center!important;align-items:baseline!important;gap:18px!important;margin:18px 0!important}.lf-product-main-left .lf-detail-actions{justify-content:center!important;align-items:center!important}.lf-detail-description-right{width:100%!important;margin:0!important;padding:0!important}.lf-detail-description-right .lf-product-description-premium-card{width:100%!important;max-width:none!important;margin:0!important}}@media (min-width: 1024px){.lf-product-detail-two-col{padding-top:18px!important;align-items:start!important}.lf-product-main-left{top:78px!important;transform:translateY(-35px)!important;gap:14px!important}.lf-product-main-left .lf-detail-image-box{min-height:430px!important;max-height:430px!important}.lf-product-main-left .lf-detail-image-box img{max-height:340px!important}.lf-product-main-left .lf-detail-right h1{font-size:28px!important;margin-top:2px!important;margin-bottom:8px!important}.lf-product-main-left .lf-detail-price{margin:10px 0 14px!important}.lf-product-main-left .lf-detail-actions{width:100%!important;display:flex!important;flex-direction:row!important;gap:14px!important;justify-content:center!important;align-items:center!important}.lf-product-main-left .lf-qty{height:44px!important;min-width:140px!important}.lf-product-main-left .lf-add-red{height:48px!important;min-width:230px!important;font-size:15px!important;font-weight:800!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;padding:0 26px!important}}@media (min-width: 1024px){.lf-product-main-left{transform:translateY(-70px)!important;gap:10px!important}.lf-product-main-left .lf-detail-image-box{min-height:360px!important;max-height:360px!important;height:360px!important;padding:18px!important}.lf-product-main-left .lf-detail-image-box img{max-height:280px!important;width:auto!important;object-fit:contain!important}.lf-product-main-left .lf-detail-right h1{margin-top:0!important}.lf-product-main-left .lf-detail-price{margin:8px 0 12px!important}}@media (min-width: 1024px){.lf-product-main-left{transform:translateY(-105px)!important}.lf-product-main-left .lf-detail-image-box{width:78%!important;min-height:340px!important;max-height:340px!important;height:340px!important;margin:0 auto!important}.lf-product-main-left .lf-detail-image-box img{max-height:260px!important}}.lf-category-has-need{position:relative;border-radius:6px}.lf-category-has-need>a{font-weight:700!important}.lf-shop-need-label{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px 12px;margin:2px 0 4px;border-radius:6px;color:#dd9a1a;font-size:13px;font-weight:800;cursor:default;white-space:nowrap}.lf-need-submenu{display:none;min-width:210px;background:#050505;border:1px solid rgba(221,154,26,.35);border-radius:8px;padding:8px;box-shadow:0 14px 28px #00000047}@media (min-width: 901px){.lf-category-has-need:hover .lf-need-submenu{display:block;position:absolute;left:100%;top:36px;z-index:1200}}@media (max-width: 900px){.lf-mobile-drawer .lf-shop-need-label{padding:10px 12px!important;margin-top:6px;background:#dd9a1a1a}.lf-mobile-drawer .lf-need-submenu{display:block!important;position:static!important;box-shadow:none;border:0;background:#ffffff0a;margin:0 0 10px 12px;padding:6px}.lf-mobile-drawer .lf-need-submenu a{font-size:13px!important;padding:9px 12px!important}}.lf-shop-need-details{margin:4px 0 8px}.lf-shop-need-details summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;border-radius:7px;color:#dd9a1a;background:#dd9a1a1a;font-size:13px;font-weight:900;cursor:pointer}.lf-shop-need-details summary::-webkit-details-marker{display:none}.lf-shop-need-details[open] summary{background:#dd9a1a2e}.lf-shop-need-details .lf-need-submenu{display:none!important}.lf-shop-need-details[open] .lf-need-submenu{display:block!important;position:static!important;min-width:0!important;margin:8px 0 4px 10px!important;padding:8px!important;border-radius:10px!important;background:#ffffff0f!important;border:1px solid rgba(221,154,26,.22)!important;box-shadow:none!important}.lf-shop-need-details .lf-need-submenu a{padding:9px 10px!important;font-size:13px!important;border-radius:7px!important}@media (min-width: 901px){.lf-category-has-need:hover .lf-need-submenu{display:none!important}.lf-shop-need-details[open] .lf-need-submenu{display:block!important}}.lf-category-shop-block{border-bottom:1px solid rgba(221,154,26,.16);padding-bottom:6px;margin-bottom:6px}.lf-shop-by-need-link{color:#dd9a1a!important;font-size:13px!important;padding-left:22px!important;position:relative;font-weight:800!important}.lf-shop-by-need-link:before{content:"↳";position:absolute;left:8px}.lf-shop-need-page-section{max-width:1180px;margin:0 auto;padding:46px 20px 80px}.lf-shop-need-page-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.lf-shop-need-card{display:flex;flex-direction:column;gap:8px;min-height:135px;padding:28px;border-radius:18px;background:#fff;border:1px solid rgba(221,154,26,.22);box-shadow:0 12px 28px #00000014;text-decoration:none!important;color:#141414!important}.lf-shop-need-card span{font-size:22px;font-weight:900}.lf-shop-need-card small{color:#8a5a00;font-weight:800}@media (max-width: 768px){.lf-shop-need-page-grid{grid-template-columns:1fr;gap:14px}}.lf-product-dropdown .lf-shop-by-need-link{padding-left:30px!important;margin-top:-4px!important;font-size:13px!important;color:#dd9a1a!important;font-weight:800!important}.lf-product-dropdown .lf-shop-by-need-link:before{content:""!important}.lf-shop-need-page-grid{gap:24px!important}.lf-shop-need-card{min-height:180px!important;position:relative!important;overflow:hidden!important;justify-content:flex-end!important;background:linear-gradient(135deg,#140a04c7,#784a086b),radial-gradient(circle at top right,rgba(221,154,26,.45),transparent 42%),#1b1208!important;color:#fff!important;border-radius:22px!important;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important}.lf-shop-need-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 18% 18%,rgba(255,255,255,.2),transparent 18%),linear-gradient(180deg,transparent,rgba(0,0,0,.35));pointer-events:none}.lf-shop-need-card span,.lf-shop-need-card small{position:relative;z-index:1}.lf-shop-need-card span{color:#fff!important;font-size:24px!important;line-height:1.15!important}.lf-shop-need-card small{color:#f6c35f!important}.lf-shop-need-card:hover{transform:translateY(-6px)!important;box-shadow:0 18px 38px #00000029!important;border-color:#dd9a1abf!important}@media (max-width: 768px){.lf-product-dropdown .lf-shop-by-need-link{padding-left:26px!important}.lf-shop-need-card{min-height:145px!important;border-radius:18px!important}}.lf-product-dropdown a.lf-shop-by-need-link{display:block!important;margin-left:18px!important;padding-left:16px!important;padding-top:6px!important;padding-bottom:8px!important;font-size:12px!important;font-weight:700!important;color:#d7a94a!important;opacity:.92!important}.lf-product-dropdown a.lf-shop-by-need-link:before{content:""!important}.lf-product-dropdown a.lf-shop-by-need-link:hover{background:#dd9a1a1a!important;color:#f0bd55!important}@media (max-width: 768px){.lf-page-hero h1,.lf-page-hero p{text-align:center!important;width:100%!important}}@media (max-width: 768px){.lf-page-hero h1{white-space:nowrap!important;text-align:center!important;width:100%!important;font-size:32px!important;line-height:1.15!important}}@media (max-width: 768px){.lf-page-hero{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important}.lf-page-hero h1{display:block!important;width:100%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;text-align:center!important;white-space:nowrap!important}}.dash-header>div:nth-child(2){display:none!important}.dash-header{margin-top:0!important;top:0!important}.dash-main>main{padding-top:0!important;margin-top:0!important}.dash-layout:before,.dash-main:before{display:none!important;content:none!important}.admin-page,.admin-dashboard,.dashboard-page,.dash-page,.dashboard-content{padding-top:0!important;margin-top:0!important}.lf-shop-need-card[style*=background-image]{background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important}.lf-shop-need-card-img{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;object-fit:cover!important;z-index:0!important}.lf-shop-need-card:before{z-index:1!important}.lf-shop-need-card span,.lf-shop-need-card small{z-index:2!important}.lf-shop-need-page-section{padding:50px 22px 80px!important}.lf-shop-need-page-grid{max-width:1180px!important;margin:0 auto!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:26px!important}.lf-shop-need-card{min-height:245px!important;padding:28px!important;border-radius:24px!important;overflow:hidden!important;position:relative!important;display:flex!important;flex-direction:column!important;justify-content:flex-end!important;border:1px solid rgba(221,154,26,.45)!important;box-shadow:0 18px 42px #00000029!important;background:#120c05!important}.lf-shop-need-card:before{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:1!important;background:linear-gradient(180deg,#0000001a,#00000047 42%,#000000db),linear-gradient(90deg,#0000009e,#0000003d 55%,#0000001a)!important}.lf-shop-need-card-img{transition:transform .35s ease,filter .35s ease!important;filter:saturate(1.08) contrast(1.06)!important}.lf-shop-need-card:hover .lf-shop-need-card-img{transform:scale(1.08)!important}.lf-shop-need-card span{color:#fff!important;font-size:27px!important;font-weight:900!important;line-height:1.12!important;text-shadow:0 3px 14px rgba(0,0,0,.85)!important}.lf-shop-need-card small{margin-top:8px!important;color:#ffd36a!important;font-size:14px!important;font-weight:900!important;letter-spacing:.2px!important;text-shadow:0 2px 10px rgba(0,0,0,.8)!important}.lf-shop-need-card:hover{transform:translateY(-7px)!important;box-shadow:0 24px 52px #00000038!important;border-color:#ffd36ad9!important}@media (max-width: 1024px){.lf-shop-need-page-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width: 768px){.lf-shop-need-page-section{padding:28px 14px 58px!important}.lf-shop-need-page-grid{grid-template-columns:1fr!important;gap:16px!important}.lf-shop-need-card{min-height:185px!important;border-radius:18px!important;padding:22px!important}.lf-shop-need-card span{font-size:23px!important}.lf-shop-need-card small{font-size:13px!important}}.lf-shop-need-page-grid{max-width:980px!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:24px!important}.lf-shop-need-card{min-height:330px!important;max-width:290px!important;width:100%!important;margin:0 auto!important}@media (max-width: 1024px){.lf-shop-need-page-grid{max-width:680px!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}.lf-shop-need-card{min-height:300px!important;max-width:300px!important}}@media (max-width: 768px){.lf-shop-need-page-grid{max-width:360px!important;grid-template-columns:1fr!important}.lf-shop-need-card{min-height:260px!important;max-width:340px!important}}.testimonials-section,.lf-testimonials,.home-testimonials{background:linear-gradient(180deg,#f8f5ef,#fff)!important;padding:78px 22px 86px!important}.testimonials-section h2,.lf-testimonials h2,.home-testimonials h2{font-size:34px!important;font-weight:900!important;color:#111!important;letter-spacing:.5px!important}.testimonials-section .section-kicker,.lf-testimonials .section-kicker,.home-testimonials .section-kicker{color:#b98318!important;font-weight:900!important;letter-spacing:4px!important}.testimonial-card,.lf-testimonial-card,.review-card{border-radius:22px!important;border:1px solid rgba(201,162,39,.24)!important;background:#fff!important;box-shadow:0 18px 42px #00000017!important;padding:34px!important;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease!important}.testimonial-card:hover,.lf-testimonial-card:hover,.review-card:hover{transform:translateY(-6px)!important;box-shadow:0 26px 58px #00000021!important;border-color:#c9a2278c!important}.testimonial-card:before,.lf-testimonial-card:before,.review-card:before{content:"“";display:block;font-size:56px;line-height:.8;color:#c9a2278c;font-family:Georgia,serif;margin-bottom:8px}.testimonial-card p,.lf-testimonial-card p,.review-card p{font-size:17px!important;line-height:1.75!important;color:#374151!important}.testimonial-card strong,.lf-testimonial-card strong,.review-card strong{font-size:17px!important;color:#111827!important}@media (max-width: 768px){.testimonials-section,.lf-testimonials,.home-testimonials{padding:46px 16px 58px!important}.testimonial-card,.lf-testimonial-card,.review-card{padding:26px!important;border-radius:18px!important}.testimonials-section h2,.lf-testimonials h2,.home-testimonials h2{font-size:25px!important;text-align:center!important}}.testimonials-section,.lf-testimonials,.home-testimonials{background:radial-gradient(circle at top left,rgba(201,162,39,.16),transparent 34%),radial-gradient(circle at bottom right,rgba(0,255,130,.08),transparent 30%),linear-gradient(180deg,#050706,#0b120e)!important;padding:82px 22px 92px!important}.testimonials-section .section-kicker,.lf-testimonials .section-kicker,.home-testimonials .section-kicker{color:#d6a83b!important;letter-spacing:4px!important;font-weight:900!important}.testimonials-section h2,.lf-testimonials h2,.home-testimonials h2{color:#fff!important;font-size:34px!important;font-weight:900!important}.testimonial-card,.lf-testimonial-card,.review-card{background:linear-gradient(180deg,#ffffff14,#ffffff09)!important;border:1px solid rgba(214,168,59,.3)!important;border-radius:24px!important;box-shadow:0 22px 52px #00000057!important;padding:34px!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important}.testimonial-card:before,.lf-testimonial-card:before,.review-card:before{content:"★ ★ ★ ★ ★"!important;display:block!important;font-size:17px!important;letter-spacing:3px!important;color:#d6a83b!important;margin-bottom:24px!important;font-family:inherit!important}.testimonial-card p,.lf-testimonial-card p,.review-card p{color:#e8eee9!important;font-size:17px!important;line-height:1.8!important}.testimonial-card strong,.lf-testimonial-card strong,.review-card strong{color:#fff!important}.testimonial-card small,.lf-testimonial-card small,.review-card small{color:#d6a83b!important}.testimonial-card:hover,.lf-testimonial-card:hover,.review-card:hover{transform:translateY(-7px)!important;border-color:#d6a83bbf!important;box-shadow:0 28px 68px #0000007a!important}@media (max-width: 768px){.testimonials-section,.lf-testimonials,.home-testimonials{padding:50px 16px 62px!important}.testimonial-card,.lf-testimonial-card,.review-card{padding:26px!important;border-radius:18px!important}.testimonials-section h2,.lf-testimonials h2,.home-testimonials h2{font-size:25px!important;text-align:center!important}}.testimonials-section,.lf-testimonials,.home-testimonials{background:#f8f5ef!important;padding:90px 24px!important}.testimonials-section h2,.lf-testimonials h2,.home-testimonials h2{color:#111827!important;font-size:38px!important;font-weight:800!important;text-align:center!important}.testimonials-section .section-kicker,.lf-testimonials .section-kicker,.home-testimonials .section-kicker{color:#c89a2b!important;font-weight:700!important;letter-spacing:3px!important}.testimonial-card,.lf-testimonial-card,.review-card{background:#fff!important;border-radius:24px!important;border-top:4px solid #c89a2b!important;box-shadow:0 12px 30px #00000014!important;padding:36px!important}.testimonial-card p,.lf-testimonial-card p,.review-card p{color:#374151!important;font-size:17px!important;line-height:1.9!important}.testimonial-card strong,.lf-testimonial-card strong,.review-card strong{color:#111827!important;font-size:18px!important}.testimonial-card small,.lf-testimonial-card small,.review-card small{color:#c89a2b!important;font-weight:600!important}.testimonial-card:hover,.lf-testimonial-card:hover,.review-card:hover{transform:translateY(-6px)!important;box-shadow:0 18px 40px #0000001f!important}@media (max-width:768px){.testimonial-card,.lf-testimonial-card,.review-card{padding:24px!important}.testimonials-section h2,.lf-testimonials h2,.home-testimonials h2{font-size:28px!important}}.testimonial-card:before,.lf-testimonial-card:before,.review-card:before{display:none!important;content:none!important}.testimonials-section,.lf-testimonials,.home-testimonials{position:relative!important;overflow:hidden!important;background:radial-gradient(circle at 12% 18%,rgba(201,162,39,.1),transparent 28%),radial-gradient(circle at 88% 18%,rgba(201,162,39,.1),transparent 28%),linear-gradient(180deg,#fffaf0,#f8f1e3)!important;padding:95px 22px 90px!important}.testimonials-section:before,.lf-testimonials:before,.home-testimonials:before{content:"☘"!important;position:absolute!important;top:28px!important;left:50%!important;transform:translate(-50%)!important;color:#c89a2b!important;font-size:28px!important;opacity:.9!important}.testimonials-section .section-kicker,.lf-testimonials .section-kicker,.home-testimonials .section-kicker{color:#c89a2b!important;font-size:15px!important;font-weight:900!important;letter-spacing:5px!important;text-transform:uppercase!important;text-align:center!important;margin-bottom:22px!important}.testimonials-section .section-kicker:before,.testimonials-section .section-kicker:after,.lf-testimonials .section-kicker:before,.lf-testimonials .section-kicker:after,.home-testimonials .section-kicker:before,.home-testimonials .section-kicker:after{content:""!important;display:inline-block!important;width:78px!important;height:1px!important;background:#c89a2b!important;vertical-align:middle!important;margin:0 22px!important;opacity:.75!important}.testimonials-section h2,.lf-testimonials h2,.home-testimonials h2{color:#111!important;font-family:Georgia,Times New Roman,serif!important;font-size:48px!important;line-height:1.12!important;font-weight:800!important;text-align:center!important;margin-bottom:62px!important}.testimonials-section h2:after,.lf-testimonials h2:after,.home-testimonials h2:after{content:"♢"!important;display:block!important;color:#c89a2b!important;font-size:22px!important;line-height:1!important;margin-top:24px!important}.testimonial-card,.lf-testimonial-card,.review-card{position:relative!important;background:#ffffffeb!important;border-radius:20px!important;border:1px solid rgba(201,162,39,.14)!important;box-shadow:0 18px 44px #2519051a!important;padding:48px 42px 38px!important;min-height:300px!important}.testimonial-card:before,.lf-testimonial-card:before,.review-card:before{content:"“"!important;display:block!important;color:#c89a2b!important;font-family:Georgia,serif!important;font-size:72px!important;line-height:.65!important;margin-bottom:26px!important}.testimonial-card p,.lf-testimonial-card p,.review-card p{color:#3f4650!important;font-size:18px!important;line-height:1.85!important;font-style:italic!important}.testimonial-card p:after,.lf-testimonial-card p:after,.review-card p:after{content:""!important;display:block!important;width:70px!important;height:1px!important;background:#c89a2b!important;margin:34px 0 24px!important}.testimonial-card strong,.lf-testimonial-card strong,.review-card strong{color:#111!important;font-size:19px!important;font-weight:900!important}.testimonial-card small,.lf-testimonial-card small,.review-card small{color:#5d6672!important;font-size:15px!important;font-weight:500!important}.testimonial-card:hover,.lf-testimonial-card:hover,.review-card:hover{transform:translateY(-7px)!important;box-shadow:0 26px 62px #25190529!important;border-color:#c9a22766!important}@media (max-width: 768px){.testimonials-section,.lf-testimonials,.home-testimonials{padding:62px 16px 64px!important}.testimonials-section .section-kicker,.lf-testimonials .section-kicker,.home-testimonials .section-kicker{font-size:12px!important;letter-spacing:3px!important}.testimonials-section .section-kicker:before,.testimonials-section .section-kicker:after,.lf-testimonials .section-kicker:before,.lf-testimonials .section-kicker:after,.home-testimonials .section-kicker:before,.home-testimonials .section-kicker:after{width:34px!important;margin:0 10px!important}.testimonials-section h2,.lf-testimonials h2,.home-testimonials h2{font-size:31px!important;margin-bottom:34px!important}.testimonial-card,.lf-testimonial-card,.review-card{padding:34px 26px 30px!important;min-height:auto!important}.testimonial-card p,.lf-testimonial-card p,.review-card p{font-size:16px!important}}.testimonials-section .section-kicker,.lf-testimonials .section-kicker,.home-testimonials .section-kicker{font-size:20px!important;letter-spacing:6px!important;margin-bottom:26px!important}.testimonials-section h2,.lf-testimonials h2,.home-testimonials h2{font-size:64px!important;line-height:1.08!important;font-weight:900!important;margin-bottom:70px!important}@media (max-width: 768px){.testimonials-section .section-kicker,.lf-testimonials .section-kicker,.home-testimonials .section-kicker{font-size:14px!important;letter-spacing:3px!important}.testimonials-section h2,.lf-testimonials h2,.home-testimonials h2{font-size:36px!important;line-height:1.14!important;margin-bottom:42px!important}}.lf-product-card .lf-price-line{display:flex!important;flex-direction:row!important;align-items:center!important;gap:4px!important;margin-top:4px!important;margin-bottom:8px!important}.lf-product-card .lf-price-line b{margin:0!important;padding:0!important;line-height:1!important}.lf-product-card .lf-price-line del{margin:0!important;padding:0!important;line-height:1!important;font-size:13px!important}.lf-product-card .lf-price-line,.product-card .lf-price-line,.lf-product-body .lf-price-line{display:flex!important;flex-direction:row!important;justify-content:flex-start!important;align-items:baseline!important;gap:8px!important;width:auto!important}.lf-product-card .lf-price-line,.product-card .lf-price-line,.lf-product-body .lf-price-line{display:flex!important;flex-direction:row!important;justify-content:flex-start!important;align-items:baseline!important;gap:18px!important;width:auto!important;margin-left:10px!important}.lf-product-card .lf-price-line del,.product-card .lf-price-line del,.lf-product-body .lf-price-line del{margin-left:0!important}.lf-product-card .lf-price-line del,.product-card .lf-price-line del,.lf-product-body .lf-price-line del{color:#666!important;font-weight:700!important}.lf-price-line del,.lf-price-line s,.lf-product-card del,.lf-product-card s,.product-card del,.product-card s,.lf-detail-price del,.lf-detail-price s,.detail-price-row del,.detail-price-row s,.lf-product-main-left .lf-detail-price del,.lf-product-main-left .lf-detail-price s{color:#555!important;opacity:1!important;font-weight:800!important;text-decoration-color:#555!important;text-decoration-thickness:2px!important}.lf-product-dropdown a.lf-shop-by-need-main-link{margin-top:8px!important;padding-left:16px!important;border-top:1px solid rgba(221,154,26,.22)!important;color:#d7a94a!important;font-weight:900!important;font-size:14px!important}.testimonial-carousel-wrap{overflow:hidden!important;width:100%!important;position:relative!important}.testimonial-carousel-track{display:flex!important;gap:24px!important;width:max-content!important;animation:lfReviewMove 58s linear infinite!important}.testimonial-carousel-wrap:hover .testimonial-carousel-track{animation-play-state:paused!important}.testimonial-carousel-card{min-width:360px!important;max-width:360px!important;flex:0 0 360px!important}@keyframes lfReviewMove{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width: 768px){.testimonial-carousel-track{gap:16px!important;animation-duration:72s!important}.testimonial-carousel-card{min-width:82vw!important;max-width:82vw!important;flex-basis:82vw!important}}.testimonial-carousel-card{flex:0 0 360px!important;max-width:360px!important;min-height:320px!important;scroll-snap-align:start!important}.testimonial-arrow{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;z-index:5!important;width:48px!important;height:48px!important;border-radius:50%!important;border:1px solid rgba(201,162,39,.42)!important;background:#fff!important;color:#111!important;font-size:38px!important;line-height:1!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;box-shadow:0 12px 28px #00000024!important}.testimonial-arrow{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;z-index:10!important;width:48px!important;height:48px!important;border-radius:50%!important;border:1px solid rgba(201,162,39,.45)!important;background:#fff!important;color:#111!important;font-size:38px!important;line-height:1!important;cursor:pointer!important;box-shadow:0 12px 28px #00000024!important}.testimonial-carousel-wrap,.testimonial-carousel-track{animation:none!important}.testimonial-carousel-shell{position:relative!important;max-width:1180px!important;margin:0 auto!important;padding:0 58px!important}.testimonial-carousel-row{display:flex!important;gap:24px!important;overflow-x:auto!important;scroll-behavior:smooth!important;scroll-snap-type:x mandatory!important;padding:8px 4px 22px!important;scrollbar-width:none!important}.testimonial-carousel-row::-webkit-scrollbar{display:none!important}.testimonial-carousel-card{flex:0 0 365px!important;max-width:365px!important;min-height:330px!important;scroll-snap-align:start!important}.testimonial-arrow{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;z-index:10!important;width:48px!important;height:48px!important;border-radius:50%!important;border:1px solid rgba(201,162,39,.45)!important;background:#fff!important;color:#111!important;font-size:38px!important;cursor:pointer!important;box-shadow:0 12px 28px #00000024!important}.testimonial-arrow-left{left:0!important}.testimonial-arrow-right{right:0!important}.testimonial-arrow:hover{background:#c89a2b!important;color:#fff!important}@media (max-width: 768px){.testimonial-carousel-shell{padding:0 42px!important}.testimonial-carousel-card{flex:0 0 82vw!important;max-width:82vw!important;min-height:auto!important}.testimonial-arrow{width:38px!important;height:38px!important;font-size:30px!important}}.lf-new-review-section{background:#f7f1e7!important;padding:82px 0!important}.lf-new-review-head{text-align:center!important;margin-bottom:48px!important}.lf-new-review-head h2{font-size:42px!important;line-height:1.15!important;font-weight:900!important;color:#1f2f25!important;margin-top:12px!important}.lf-new-review-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:24px!important}.lf-new-review-card{background:#fff!important;border-radius:22px!important;padding:30px 28px!important;box-shadow:0 18px 42px #00000014!important;border:1px solid rgba(201,162,39,.22)!important}.lf-new-review-card p{color:#2d2d2d!important;font-size:16px!important;line-height:1.75!important;margin-bottom:22px!important}.lf-new-review-card strong{display:block!important;color:#1b3a2d!important;font-size:17px!important;font-weight:900!important}.lf-new-review-card span{display:block!important;margin-top:6px!important;color:#7a6a55!important;font-size:14px!important}@media (max-width: 900px){.lf-new-review-grid{grid-template-columns:1fr!important}.lf-new-review-head h2{font-size:30px!important}}.lf-review-carousel-box{position:relative!important;padding:0 58px!important}.lf-review-carousel-row{display:flex!important;grid-template-columns:none!important;gap:24px!important;overflow-x:auto!important;scroll-behavior:smooth!important;scroll-snap-type:x mandatory!important;scrollbar-width:none!important;padding:8px 4px 24px!important}.lf-review-carousel-row::-webkit-scrollbar{display:none!important}.lf-review-carousel-row .lf-new-review-card{flex:0 0 360px!important;max-width:360px!important;scroll-snap-align:start!important}.lf-review-arrow{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;z-index:5!important;width:46px!important;height:46px!important;border-radius:50%!important;border:1px solid rgba(201,162,39,.45)!important;background:#fff!important;color:#111!important;font-size:36px!important;line-height:1!important;cursor:pointer!important;box-shadow:0 12px 28px #00000024!important}.lf-review-arrow:hover{background:#c89a2b!important;color:#fff!important}.lf-review-arrow-left{left:0!important}.lf-review-arrow-right{right:0!important}@media (max-width: 768px){.lf-review-carousel-box{padding:0 42px!important}.lf-review-carousel-row .lf-new-review-card{flex:0 0 82vw!important;max-width:82vw!important}.lf-review-arrow{width:38px!important;height:38px!important;font-size:30px!important}}.lf-review-slider{position:relative!important;padding:0 58px!important}.lf-review-track{display:flex!important;gap:24px!important;overflow-x:auto!important;scroll-behavior:smooth!important;scroll-snap-type:x mandatory!important;scrollbar-width:none!important;padding:6px 4px 26px!important}.lf-review-track::-webkit-scrollbar{display:none!important}.lf-review-track .lf-new-review-card{flex:0 0 calc((100% - 48px) / 3)!important;max-width:calc((100% - 48px) / 3)!important;scroll-snap-align:start!important}.lf-review-nav{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;z-index:5!important;width:46px!important;height:46px!important;border-radius:50%!important;border:1px solid rgba(201,162,39,.45)!important;background:#fff!important;color:#111!important;font-size:36px!important;cursor:pointer!important;box-shadow:0 12px 28px #00000024!important}.lf-review-nav:hover{background:#c89a2b!important;color:#fff!important}.lf-review-prev{left:0!important}.lf-review-next{right:0!important}@media (max-width: 768px){.lf-review-slider{padding:0 42px!important}.lf-review-track .lf-new-review-card{flex:0 0 100%!important;max-width:100%!important}.lf-review-nav{width:38px!important;height:38px!important;font-size:30px!important}}@media (max-width: 768px){.lf-review-slider{padding:0 18px!important}.lf-review-track{gap:16px!important;padding:8px 48px 26px!important}.lf-review-track .lf-new-review-card{flex:0 0 calc(100vw - 118px)!important;max-width:calc(100vw - 118px)!important;min-width:calc(100vw - 118px)!important;padding:26px 22px!important;border-radius:22px!important}.lf-new-review-card p{font-size:16px!important;line-height:1.65!important}.lf-review-prev{left:12px!important}.lf-review-next{right:12px!important}}@media (max-width: 768px){.lf-review-slider{padding:0 6px!important;overflow:visible!important}.lf-review-track{padding:10px 42px 28px!important;gap:14px!important}.lf-review-track .lf-new-review-card{flex:0 0 calc(100vw - 96px)!important;min-width:calc(100vw - 96px)!important;max-width:calc(100vw - 96px)!important;padding:28px 24px!important}.lf-review-prev{left:-2px!important}.lf-review-next{right:-2px!important}.lf-review-nav{width:40px!important;height:40px!important;font-size:32px!important}}@media (max-width: 768px){.lf-review-slider{padding:0!important;width:100%!important;overflow:visible!important}.lf-review-track{padding:10px 10px 30px!important;gap:18px!important}.lf-review-track .lf-new-review-card{flex:0 0 calc(100vw - 28px)!important;min-width:calc(100vw - 28px)!important;max-width:calc(100vw - 28px)!important;width:calc(100vw - 28px)!important;padding:30px 26px!important;border-radius:24px!important;box-sizing:border-box!important}.lf-review-nav{width:38px!important;height:38px!important;font-size:30px!important;z-index:20!important;background:#fff!important}.lf-review-prev{left:8px!important}.lf-review-next{right:8px!important}.lf-new-review-card p{font-size:16px!important;line-height:1.65!important;word-break:normal!important;overflow-wrap:normal!important}}@media (max-width: 768px){.lf-review-slider{padding:0 46px!important;width:100%!important;box-sizing:border-box!important;overflow:visible!important}.lf-review-track{padding:10px 0 30px!important;gap:16px!important}.lf-review-track .lf-new-review-card{flex:0 0 100%!important;min-width:100%!important;max-width:100%!important;width:100%!important;box-sizing:border-box!important;padding:30px 24px!important;border-radius:24px!important}.lf-review-prev{left:4px!important}.lf-review-next{right:4px!important}.lf-review-nav{width:38px!important;height:38px!important;font-size:30px!important;z-index:30!important;background:#fff!important}}.lf-review-track .lf-review-item{flex:0 0 calc((100% - 48px) / 3)!important;max-width:calc((100% - 48px) / 3)!important;scroll-snap-align:start!important;text-align:center!important;padding:8px 20px!important;box-sizing:border-box!important}.lf-review-item p{font-size:18px!important;line-height:1.75!important;color:#2d2d2d!important;margin:0 0 20px!important}.lf-review-item strong{display:block!important;color:#123f2d!important;font-size:21px!important;font-weight:900!important;margin-bottom:6px!important}.lf-review-item span{display:block!important;color:#7a6a55!important;font-size:15px!important}@media (max-width: 768px){.lf-review-slider{padding:0 44px!important;box-sizing:border-box!important}.lf-review-track{padding:8px 0 22px!important;gap:16px!important}.lf-review-track .lf-review-item{flex:0 0 100%!important;min-width:100%!important;max-width:100%!important;width:100%!important;padding:4px 8px!important}.lf-review-item p{font-size:17px!important;line-height:1.7!important;margin-bottom:18px!important}.lf-review-item strong{font-size:20px!important}.lf-review-prev{left:4px!important}.lf-review-next{right:4px!important}}.lf-review-item p{text-align:justify!important;text-align-last:center!important}@media (max-width: 768px){.lf-review-item p{text-align:justify!important;text-align-last:center!important}}.lf-review-slider{padding:0 28px!important}.lf-review-track .lf-review-item{padding-left:6px!important;padding-right:6px!important}.lf-review-item p{width:100%!important;max-width:100%!important;text-align:justify!important;text-align-last:center!important}.lf-review-nav{top:58%!important}.lf-review-prev{left:-12px!important}.lf-review-next{right:-12px!important}@media (max-width: 768px){.lf-review-slider{padding:0 34px!important}.lf-review-track{padding:8px 0 20px!important}.lf-review-track .lf-review-item{padding-left:0!important;padding-right:0!important}.lf-review-item p{width:100%!important;max-width:100%!important;font-size:16.5px!important;line-height:1.7!important}.lf-review-nav{top:62%!important}.lf-review-prev{left:-8px!important}.lf-review-next{right:-8px!important}}.lf-review-item strong{color:#c89a2b!important;font-weight:900!important}.lf-review-item span{color:#9a9a9a!important}.lf-review-track{-webkit-overflow-scrolling:touch!important;touch-action:pan-x!important;overscroll-behavior-x:contain!important;scroll-snap-type:x mandatory!important}.lf-review-track .lf-review-item{scroll-snap-align:start!important}@media (max-width: 768px){.lf-review-track{scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;touch-action:pan-x!important}.lf-review-item strong{color:#c89a2b!important}.lf-review-item span{color:#9a9a9a!important}}.about-page{width:100%;background:#fff}.about-hero-banner{width:100%;overflow:hidden;background:#000}.about-hero-banner img{width:100%;display:block;object-fit:cover}.about-content-text h1,.about-content-text h2,.about-content-text h3{text-align:center;margin-bottom:22px;color:#111;font-weight:800}.about-page .about-section,.about-page .about-grid,.about-page .about-card,.about-page .about-image,.about-page .about-content img{display:none!important}.about-page:after{content:"About Life Force Essentials\aªll products available on this website are manufactured by ABCH Lifescience Pvt Ltd. The website operations, marketing and sales are managed by Vedic Vibez.\a\aLife Force Essentials is built on one powerful belief — true health begins with energy.";white-space:pre-line;display:block;max-width:1100px;margin:0 auto;padding:50px 20px;font-size:17px;line-height:1.9;color:#222;text-align:justify}.about-content-only{width:100%;background:#fff;padding:60px 20px}.about-content-text{max-width:1100px;margin:0 auto;font-size:17px;line-height:1.9;color:#222;text-align:justify}.about-content-text p{margin-bottom:18px}@media (max-width: 768px){.about-content-only{padding:35px 16px}.about-content-text{font-size:15px;line-height:1.8}}.about-rich-editor-wrap{position:relative}.about-editor-toolbar{position:sticky;top:78px;z-index:20;display:flex;flex-wrap:wrap;gap:8px;padding:10px;margin:8px 0 10px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 8px 18px #00000014}.about-editor-toolbar button{border:1px solid #d1d5db;background:#f9fafb;color:#111827;padding:7px 11px;border-radius:8px;cursor:pointer;font-weight:700}.about-editor-toolbar button:hover{background:#eef2ff}.about-rich-editor-textarea{min-height:360px;font-family:inherit;line-height:1.7}.about-content-text h2,.about-content-text h3{text-align:center;margin:20px 0;font-weight:800}.about-content-text ul{padding-left:24px;margin-bottom:18px}.about-content-text li{margin-bottom:8px}.about-editor-toolbar.full-rich-toolbar{position:sticky;top:78px;z-index:999;display:flex;flex-wrap:wrap;gap:7px;padding:10px;margin:10px 0;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 8px 20px #0000001a}.about-editor-toolbar.full-rich-toolbar button,.about-editor-toolbar.full-rich-toolbar select{border:1px solid #d1d5db;background:#f9fafb;color:#111827;padding:7px 10px;border-radius:8px;cursor:pointer;font-weight:700;min-height:34px}.about-editor-toolbar.full-rich-toolbar button:hover,.about-editor-toolbar.full-rich-toolbar select:hover{background:#eef2ff}.about-visual-editor{min-height:420px;width:100%;padding:16px;border:1px solid #d1d5db;border-radius:12px;background:#fff;line-height:1.8;outline:none;overflow:auto}.about-visual-editor:empty:before{content:attr(data-placeholder);color:#9ca3af}.about-rich-editor-textarea{min-height:420px;width:100%;padding:16px;border:1px solid #d1d5db;border-radius:12px;line-height:1.7;font-family:monospace}.about-content-text img{max-width:100%;height:auto;display:block;margin:18px auto}.about-content-text h1,.about-content-text h2,.about-content-text h3{margin:22px 0 14px;font-weight:800}.about-content-text ul,.about-content-text ol{margin:14px 0 18px 25px}.about-content-text blockquote{border-left:4px solid #ddd;padding-left:16px;color:#444;margin:18px 0}.home-hero.image-only-hero{width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;overflow:hidden!important;margin-top:0!important;padding:0!important}.home-hero.image-only-hero .hero-banner-link,.home-hero.image-only-hero .hero-banner-static{width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;display:block!important;overflow:hidden!important}.home-hero.image-only-hero .hero-banner-link img,.home-hero.image-only-hero .hero-banner-static img,.home-hero.image-only-hero img{width:100%!important;height:auto!important;max-width:100%!important;max-height:none!important;object-fit:contain!important;object-position:center center!important;display:block!important}@media (max-width:768px){.home-hero.image-only-hero{margin-top:0!important;height:auto!important;min-height:0!important}.home-hero.image-only-hero img{width:100%!important;height:auto!important;object-fit:contain!important;object-position:center top!important}}@media (min-width: 769px){.home-hero.image-only-hero{width:100%!important;height:calc(100vh - 82px)!important;min-height:420px!important;max-height:720px!important;margin-top:0!important;padding:0!important;overflow:hidden!important;background:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important}.home-hero.image-only-hero .hero-banner-link,.home-hero.image-only-hero .hero-banner-static{width:100%!important;height:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important}.home-hero.image-only-hero .hero-banner-link img,.home-hero.image-only-hero .hero-banner-static img,.home-hero.image-only-hero img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important;display:block!important}}@media (min-width: 769px){.home-hero.image-only-hero{width:100%!important;height:520px!important;min-height:520px!important;max-height:520px!important;margin-top:0!important;padding:0!important;overflow:hidden!important;background:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important}.home-hero.image-only-hero .hero-banner-link,.home-hero.image-only-hero .hero-banner-static{width:100%!important;height:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important}.home-hero.image-only-hero .hero-banner-link img,.home-hero.image-only-hero .hero-banner-static img,.home-hero.image-only-hero img{width:100%!important;height:auto!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;object-position:center center!important;display:block!important}}@media (min-width:769px){.home-hero.image-only-hero{width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;margin-top:0!important;padding:0!important;overflow:hidden!important;background:#fff!important;display:block!important}.home-hero.image-only-hero .hero-banner-link,.home-hero.image-only-hero .hero-banner-static{width:100%!important;height:auto!important;display:block!important;overflow:hidden!important}.home-hero.image-only-hero img{width:100%!important;height:auto!important;max-width:100%!important;max-height:none!important;object-fit:fill!important;object-position:center center!important;display:block!important}}@media (max-width:768px){.home-hero.image-only-hero{height:auto!important;min-height:0!important;margin-top:0!important}.home-hero.image-only-hero img{width:100%!important;height:auto!important;object-fit:contain!important}}.admin-shell,.admin-layout,.admin-main,.admin-content,.admin-page,.admin-dashboard,.admin-login,.admin-login-page{margin-top:0!important;padding-top:0!important}.admin-layout>div:first-child,.admin-main>div:first-child,.admin-content>div:first-child{margin-top:0!important;padding-top:0!important}body:has(.admin-layout),body:has(.admin-login),body:has(.admin-dashboard){padding-top:0!important;margin-top:0!important}.dash-header{display:none!important}.dash-main{padding-top:0!important;margin-top:0!important}.dash-layout,.dash-main,.dash-content,main{margin-top:0!important;padding-top:0!important}
