@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}img[src*=lifeforce-logo-transparent]{height:70px!important;width:auto!important;max-width:280px!important;object-fit:contain!important}@media (max-width: 768px){img[src*=lifeforce-logo-transparent]{height:46px!important;max-width:190px!important}}img[src*=lifeforce-logo-transparent]{height:110px!important;width:auto!important;max-width:430px!important;object-fit:contain!important}@media (max-width: 768px){img[src*=lifeforce-logo-transparent]{height:70px!important;max-width:270px!important}}.public-navbar img[src*=lifeforce-logo-transparent],.navbar img[src*=lifeforce-logo-transparent],header img[src*=lifeforce-logo-transparent]{height:95px!important;max-width:380px!important;width:auto!important;object-fit:contain!important}@media (max-width: 768px){.public-navbar img[src*=lifeforce-logo-transparent],.navbar img[src*=lifeforce-logo-transparent],header img[src*=lifeforce-logo-transparent]{height:82px!important;max-width:310px!important}}.dash-sidebar img[src*=lifeforce-logo-transparent]{height:42px!important;max-width:145px!important}@media (min-width: 769px){body:has([href="/admin/dashboard"]) aside img[src*=lifeforce-logo-transparent],body:has([href="/admin/dashboard"]) .sidebar img[src*=lifeforce-logo-transparent],.admin-layout aside img[src*=lifeforce-logo-transparent],.admin-sidebar img[src*=lifeforce-logo-transparent]{height:58px!important;max-width:205px!important;width:auto!important;object-fit:contain!important}body:has([href="/member"]) aside img[src*=lifeforce-logo-transparent],body:has([href="/member"]) .sidebar img[src*=lifeforce-logo-transparent],.member-layout aside img[src*=lifeforce-logo-transparent],.member-sidebar img[src*=lifeforce-logo-transparent]{height:82px!important;max-width:230px!important;width:auto!important;object-fit:contain!important}aside{overflow:visible!important}aside img[src*=lifeforce-logo-transparent]{object-fit:contain!important}}@media (min-width: 769px){aside,aside *,.sidebar,.sidebar *,[class*=sidebar],[class*=Sidebar]{overflow:visible!important}aside img[src*=lifeforce-logo-transparent],.sidebar img[src*=lifeforce-logo-transparent],[class*=sidebar] img[src*=lifeforce-logo-transparent],[class*=Sidebar] img[src*=lifeforce-logo-transparent]{height:95px!important;min-height:95px!important;max-height:none!important;width:220px!important;min-width:220px!important;max-width:220px!important;object-fit:contain!important;object-position:left center!important;display:block!important}aside>div:first-child,.sidebar>div:first-child,[class*=sidebar]>div:first-child,[class*=Sidebar]>div:first-child{height:120px!important;min-height:120px!important;padding-top:10px!important;padding-bottom:10px!important}}@media (min-width: 769px){aside img[src*=lifeforce-logo-transparent],.sidebar img[src*=lifeforce-logo-transparent],[class*=sidebar] img[src*=lifeforce-logo-transparent],[class*=Sidebar] img[src*=lifeforce-logo-transparent]{height:62px!important;width:165px!important;min-width:165px!important;max-width:165px!important;object-fit:contain!important;object-position:left center!important;display:block!important}aside>div:first-child,.sidebar>div:first-child,[class*=sidebar]>div:first-child,[class*=Sidebar]>div:first-child{height:92px!important;min-height:92px!important;padding:8px 12px!important;overflow:hidden!important}}@media (min-width: 769px){aside,.sidebar,[class*=sidebar],[class*=Sidebar]{width:310px!important;min-width:310px!important;max-width:310px!important}aside img[src*=lifeforce-logo-transparent],.sidebar img[src*=lifeforce-logo-transparent],[class*=sidebar] img[src*=lifeforce-logo-transparent],[class*=Sidebar] img[src*=lifeforce-logo-transparent]{height:68px!important;width:245px!important;min-width:245px!important;max-width:245px!important;object-fit:contain!important;object-position:left center!important;display:block!important}aside>div:first-child,.sidebar>div:first-child,[class*=sidebar]>div:first-child,[class*=Sidebar]>div:first-child{height:105px!important;min-height:105px!important;padding:10px 16px!important;overflow:hidden!important}}@media (min-width: 769px){aside,.sidebar,[class*=sidebar],[class*=Sidebar]{width:265px!important;min-width:265px!important;max-width:265px!important}aside img[src*=lifeforce-logo-transparent],.sidebar img[src*=lifeforce-logo-transparent],[class*=sidebar] img[src*=lifeforce-logo-transparent],[class*=Sidebar] img[src*=lifeforce-logo-transparent]{height:58px!important;width:205px!important;min-width:205px!important;max-width:205px!important;object-fit:contain!important;object-position:left center!important;display:block!important;margin-left:-6px!important}aside>div:first-child,.sidebar>div:first-child,[class*=sidebar]>div:first-child,[class*=Sidebar]>div:first-child{height:92px!important;min-height:92px!important;padding:8px 6px!important;overflow:hidden!important}}@media (min-width: 769px){aside,.sidebar,[class*=sidebar],[class*=Sidebar]{width:248px!important;min-width:248px!important;max-width:248px!important}aside img[src*=lifeforce-logo-transparent],.sidebar img[src*=lifeforce-logo-transparent],[class*=sidebar] img[src*=lifeforce-logo-transparent],[class*=Sidebar] img[src*=lifeforce-logo-transparent]{height:54px!important;width:190px!important;min-width:190px!important;max-width:190px!important;object-fit:contain!important;object-position:left center!important;margin-left:-4px!important;display:block!important}aside>div:first-child,.sidebar>div:first-child,[class*=sidebar]>div:first-child,[class*=Sidebar]>div:first-child{height:86px!important;min-height:86px!important;padding:8px 4px!important;overflow:hidden!important}}@media (min-width: 769px){.member-layout aside,.member-sidebar,[class*=member] aside{width:235px!important;min-width:235px!important;max-width:235px!important}.member-layout aside img,.member-sidebar img,[class*=member] aside img{width:180px!important;max-width:180px!important;height:auto!important}}@media (min-width: 769px){body:has([href="/member"]) aside,body:has([href="/member"]) .sidebar,body:has([href="/member"]) [class*=sidebar],body:has([href="/member"]) [class*=Sidebar]{width:220px!important;min-width:220px!important;max-width:220px!important}body:has([href="/member"]) aside img[src*=lifeforce-logo-transparent],body:has([href="/member"]) .sidebar img[src*=lifeforce-logo-transparent]{width:185px!important;max-width:185px!important;height:52px!important;object-fit:contain!important;margin-left:-10px!important}}.lf-header{background:#fff!important;color:#17231d!important;height:90px!important;border-bottom:1px solid #eee8dd!important;box-shadow:0 5px 22px #1e282012}.lf-header-row{height:90px!important}.lf-header .lf-nav-left a,.lf-header .lf-nav-left button{color:#1f2924!important}.lf-header .lf-logo{min-width:330px!important;height:86px!important;padding:4px 8px!important}.lf-header .lf-logo img{width:100%!important;max-width:330px!important;height:76px!important;max-height:76px!important;object-fit:contain!important}.lf-header .lf-cart{color:#28372f!important}.lf-header .lf-search{border:1px solid #e5dfd4;box-shadow:none}.lf-mobile-menu-left{display:none}.lf-mobile-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1195;border:0;background:#0000006b}.lf-mobile-drawer{left:0!important;right:auto!important;background:#fff!important;color:#17231d!important;box-shadow:12px 0 40px #0000002e!important}.lf-mobile-drawer a,.lf-mobile-drawer button{color:#17231d!important}.lf-mobile-drawer .lf-product-dropdown{background:#f4f1ea!important}.lf-home-redesign{overflow:hidden;background:#fbfaf6}.lf-home-redesign .lf-premium-hero{position:relative!important;width:100%!important;height:min(69vw,760px)!important;min-height:500px!important;max-height:760px!important;margin:0!important;background:#101512!important}.lf-home-redesign .hero-banner-link,.lf-home-redesign .hero-banner-static{width:100%!important;height:100%!important}.lf-home-redesign .hero-banner-link img,.lf-home-redesign .hero-banner-static img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}.lf-hero-arrow{position:absolute;top:50%;z-index:5;width:46px;height:46px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.68);border-radius:50%;color:#fff;background:#12181459;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:34px;line-height:1;cursor:pointer;transform:translateY(-50%)}.lf-hero-arrow-left{left:22px}.lf-hero-arrow-right{right:22px}.lf-home-redesign .home-hero-dots{bottom:22px!important;z-index:6!important}.lf-home-redesign .home-hero-dots button{width:9px!important;height:9px!important;padding:0!important;border:1px solid rgba(255,255,255,.9)!important;border-radius:50%!important;background:#ffffff4d!important}.lf-home-redesign .home-hero-dots button.active{width:28px!important;border-radius:10px!important;background:#d9ad4f!important;border-color:#d9ad4f!important}.lf-premium-trust-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#e5dfd3;border-bottom:1px solid #e8e1d5}.lf-premium-trust-bar span{padding:16px 10px;background:#fff;color:#26372e;text-align:center;font-size:13px;font-weight:700}.lf-premium-trust-bar span:before{content:"✦";margin-right:7px;color:#c7993c}.lf-home-product-promos,.lf-home-categories{max-width:1240px;margin:0 auto;padding:72px 22px}.lf-home-section-title{max-width:720px;margin:0 auto 38px;text-align:center}.lf-home-section-title>span{display:block;margin-bottom:10px;color:#a87825;font-size:11px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.lf-home-section-title h2{margin:0;color:#17372b;font-size:clamp(30px,4vw,48px);line-height:1.12;font-family:Georgia,Times New Roman,serif!important;font-weight:600;letter-spacing:-.02em}.lf-home-section-title h2:after{content:"";display:block;width:58px;height:3px;margin:17px auto 0;border-radius:4px;background:#cf9b38}.lf-home-section-title p{margin:17px auto 0;color:#69736e;font-size:15px;line-height:1.7}.lf-promo-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.lf-promo-product-card{min-height:390px;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:10px;overflow:hidden;position:relative;padding:44px 38px;border-radius:24px;text-decoration:none;box-shadow:0 18px 42px #1a2d231a;transition:transform .25s ease,box-shadow .25s ease}.lf-promo-product-card:hover{transform:translateY(-5px);box-shadow:0 24px 55px #1a2d2326}.lf-promo-green{color:#163a2b;background:radial-gradient(circle at 90% 12%,rgba(255,255,255,.7),transparent 34%),linear-gradient(135deg,#e8f0e4,#c9dec4)}.lf-promo-purple{color:#483257;background:radial-gradient(circle at 90% 12%,rgba(255,255,255,.72),transparent 34%),linear-gradient(135deg,#f0e8f3,#d9c8e3)}.lf-promo-product-copy{position:relative;z-index:2}.lf-promo-product-copy small{display:block;margin-bottom:13px;font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;opacity:.75}.lf-promo-product-copy h3{margin:0 0 14px;color:inherit;font-family:Georgia,Times New Roman,serif!important;font-size:clamp(25px,3vw,38px);line-height:1.08;font-weight:600}.lf-promo-product-copy p{display:-webkit-box;max-width:350px;margin:0 0 17px;overflow:hidden;color:inherit;font-size:14px;line-height:1.65;opacity:.78;-webkit-box-orient:vertical;-webkit-line-clamp:3}.lf-promo-product-copy strong{display:block;margin-bottom:20px;color:inherit;font-size:21px}.lf-promo-shop-button{min-width:132px;min-height:43px;display:inline-flex;align-items:center;justify-content:center;padding:10px 22px;border-radius:999px;color:#fff;background:#173b2d;font-size:12px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.lf-promo-purple .lf-promo-shop-button{background:#6c477d}.lf-promo-product-image{height:300px;display:flex;align-items:flex-end;justify-content:center;position:relative;z-index:2}.lf-promo-product-image img{max-width:100%;max-height:290px;object-fit:contain;filter:drop-shadow(0 22px 22px rgba(0,0,0,.18));transition:transform .3s ease}.lf-promo-product-card:hover .lf-promo-product-image img{transform:scale(1.04)}.lf-view-all-products{margin-top:28px;text-align:center}.lf-view-all-products a{display:inline-flex;padding:13px 28px;border:1px solid #173b2d;border-radius:999px;color:#173b2d;text-decoration:none;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.lf-home-categories{max-width:none;padding-right:max(22px,calc((100vw - 1240px)/2));padding-left:max(22px,calc((100vw - 1240px)/2));background:#f3f0e9}.lf-home-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.lf-home-category-card{min-height:330px;position:relative;overflow:hidden;border-radius:22px;background:#ddd;box-shadow:0 14px 34px #1731261a}.lf-home-category-card>img{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover;transition:transform .4s ease}.lf-home-category-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(12,25,19,.56),transparent 62%)}.lf-home-category-card:hover>img{transform:scale(1.06)}.lf-home-category-overlay{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:14px;position:absolute;right:14px;bottom:14px;left:14px;z-index:2;padding:12px 16px;border-radius:15px;color:#18372b;background:#fffffff0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-weight:800}.lf-home-category-overlay b{font-size:28px;font-weight:400}.lf-home-reviews{padding-top:74px!important;padding-bottom:84px!important}.lf-review-stars{margin-bottom:13px;color:#d29a2e;font-size:17px;letter-spacing:.12em}@media (max-width: 1100px){.lf-header .lf-logo{min-width:280px!important;justify-content:center!important}.lf-header .lf-logo img{max-width:280px!important;height:68px!important}.lf-promo-product-grid{grid-template-columns:1fr 1fr}.lf-promo-product-card{min-height:360px;padding:34px 28px}.lf-home-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 768px){.lf-header{height:84px!important}.lf-header-row{width:100%;height:84px!important;display:grid!important;grid-template-columns:46px minmax(0,1fr) 46px!important;gap:8px!important;padding:0 12px!important}.lf-header .lf-nav-left{display:none!important}.lf-mobile-menu-left{width:42px!important;height:42px!important;display:inline-flex!important;align-items:center;justify-content:center;grid-column:1;grid-row:1;padding:0!important;border:0!important;color:#23372d!important;background:transparent!important;font-size:30px!important}.lf-header .lf-logo{width:100%!important;min-width:0!important;max-width:none!important;height:78px!important;display:flex!important;grid-column:2;grid-row:1;justify-content:center!important;padding:2px 0!important}.lf-header .lf-logo img{width:min(100%,275px)!important;min-width:0!important;max-width:275px!important;height:66px!important;min-height:0!important;max-height:66px!important;object-fit:contain!important}.lf-header .lf-nav-right{min-width:0!important;display:flex!important;grid-column:3;grid-row:1;justify-content:flex-end!important}.lf-header .lf-search{display:none!important}.lf-header .lf-cart{width:42px;height:42px;display:inline-flex!important;align-items:center;justify-content:center;color:#23372d!important;font-size:27px!important}.lf-header .lf-cart span{top:0!important;right:-1px!important}.lf-home-redesign .lf-premium-hero{height:72vh!important;min-height:520px!important;max-height:720px!important;margin:0!important}.lf-home-redesign .hero-banner-link img,.lf-home-redesign .hero-banner-static img{object-fit:cover!important;object-position:center!important}.lf-hero-arrow{width:38px;height:38px;font-size:27px}.lf-hero-arrow-left{left:10px}.lf-hero-arrow-right{right:10px}.lf-premium-trust-bar{grid-template-columns:repeat(2,1fr)}.lf-premium-trust-bar span{padding:13px 8px;font-size:11px}.lf-home-product-promos,.lf-home-categories{padding-top:54px;padding-bottom:58px}.lf-promo-product-grid{grid-template-columns:1fr;gap:18px}.lf-promo-product-card{min-height:340px;grid-template-columns:1.12fr .88fr;padding:30px 24px;border-radius:19px}.lf-promo-product-copy h3{font-size:27px}.lf-promo-product-copy p{font-size:13px;-webkit-line-clamp:2}.lf-promo-product-image{height:255px}.lf-promo-product-image img{max-height:245px}.lf-home-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.lf-home-category-card{min-height:250px;border-radius:17px}.lf-home-category-overlay{right:9px;bottom:9px;left:9px;min-height:50px;padding:10px 12px;border-radius:12px;font-size:13px}}@media (max-width: 480px){.lf-header-row{grid-template-columns:42px minmax(0,1fr) 42px!important;padding:0 8px!important}.lf-header .lf-logo img{width:min(100%,250px)!important;max-width:250px!important;height:62px!important;max-height:62px!important}.lf-home-redesign .lf-premium-hero{height:75vh!important;min-height:540px!important;max-height:680px!important}.lf-home-section-title{margin-bottom:28px}.lf-home-section-title h2{font-size:31px}.lf-promo-product-card{min-height:310px;grid-template-columns:1.15fr .85fr;padding:25px 18px}.lf-promo-product-copy h3{font-size:23px}.lf-promo-product-copy strong{font-size:18px}.lf-promo-shop-button{min-width:112px;min-height:39px;padding:9px 15px;font-size:10px}.lf-promo-product-image{height:225px}.lf-promo-product-image img{max-height:215px}.lf-home-category-card{min-height:220px}.lf-home-category-overlay{font-size:12px}}.lf-header{height:84px!important;background:#000!important;border-bottom:1px solid rgba(255,255,255,.12)!important;box-shadow:0 5px 20px #00000038!important}.lf-header-row{height:84px!important;background:#000!important}.lf-header .lf-nav-left>a,.lf-header .lf-nav-left>button,.lf-header .lf-product-menu>button{color:#fff!important}.lf-header .lf-nav-left>a:hover,.lf-header .lf-nav-left>button:hover,.lf-header .lf-nav-left>a.active,.lf-header .lf-product-menu>button.active{color:#fff!important;opacity:.82}.lf-header .lf-product-dropdown{background:#fff!important}.lf-header .lf-product-dropdown a{color:#111!important}.lf-header .lf-logo{height:80px!important;min-width:260px!important;padding:2px 6px!important;background:transparent!important}.lf-header .lf-logo img{width:100%!important;max-width:290px!important;height:72px!important;max-height:72px!important;object-fit:contain!important;background:transparent!important}.lf-header .lf-cart,.lf-header .lf-mobile-menu,.lf-header .lf-mobile-menu-left,.lf-header .lf-search>svg{color:#fff!important}.lf-header .lf-cart svg,.lf-header .lf-mobile-menu svg,.lf-header .lf-mobile-menu-left svg{color:#fff!important;fill:currentColor}.lf-header .lf-cart span{color:#fff!important;background:#e32828!important}.lf-header .lf-search{color:#fff!important;background:#ffffff1a!important;border-color:#ffffff4d!important}.lf-header .lf-search input{color:#fff!important;background:transparent!important}.lf-header .lf-search input::placeholder{color:#ffffffb8!important}.lf-home-redesign .lf-premium-hero{overflow:hidden!important;background:transparent!important}.lf-home-redesign .hero-banner-link,.lf-home-redesign .hero-banner-static{display:block!important;overflow:hidden!important;background:transparent!important}.lf-home-redesign .hero-banner-link img,.lf-home-redesign .hero-banner-static img{display:block!important;width:100%!important;height:100%!important;margin:0!important;object-fit:cover!important;object-position:center center!important;background:transparent!important}@media (max-width: 768px){.lf-header{height:76px!important;background:#000!important}.lf-header-row{height:76px!important;grid-template-columns:42px minmax(0,1fr) 42px!important;gap:4px!important;padding:0 8px!important;background:#000!important}.lf-header .lf-logo{width:100%!important;min-width:0!important;max-width:none!important;height:72px!important;padding:2px 0!important}.lf-header .lf-logo img{width:min(100%,195px)!important;max-width:195px!important;height:67px!important;max-height:67px!important;object-fit:contain!important}.lf-mobile-menu-left,.lf-header .lf-cart{width:40px!important;height:40px!important;color:#fff!important}.lf-mobile-menu-left{font-size:27px!important}.lf-header .lf-cart{font-size:24px!important}.lf-home-redesign .lf-premium-hero{width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:5 / 4!important;margin:0!important;padding:0!important;background:transparent!important}.lf-home-redesign .hero-banner-link,.lf-home-redesign .hero-banner-static{width:100%!important;height:100%!important;aspect-ratio:5 / 4!important}.lf-home-redesign .hero-banner-link img,.lf-home-redesign .hero-banner-static img{width:100%!important;height:100%!important;min-height:0!important;max-height:none!important;object-fit:cover!important;object-position:center center!important}.lf-home-redesign .home-hero-dots{bottom:12px!important}}@media (max-width: 480px){.lf-header{height:72px!important}.lf-header-row{height:72px!important;grid-template-columns:40px minmax(0,1fr) 40px!important;padding:0 6px!important}.lf-header .lf-logo{height:68px!important}.lf-header .lf-logo img{width:min(100%,180px)!important;max-width:180px!important;height:63px!important;max-height:63px!important}.lf-home-redesign .lf-premium-hero{height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:5 / 4!important}}.lf-header,.lf-header-row,.lf-header .lf-logo{overflow:visible!important}.lf-mobile-drawer{width:min(86vw,330px)!important;height:100vh!important;position:fixed!important;top:0!important;left:0!important;right:auto!important;bottom:0!important;z-index:1300!important;display:flex!important;flex-direction:column!important;gap:5px!important;padding:78px 14px 24px!important;overflow-y:auto!important;color:#fff!important;background:linear-gradient(180deg,#080808,#000 52%,#080706)!important;border-right:1px solid rgba(220,174,70,.32)!important;box-shadow:18px 0 45px #0000007a!important}.lf-mobile-drawer-backdrop{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:1290!important;display:block!important;border:0!important;background:#000000ad!important;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.lf-mobile-drawer .lf-drawer-close{width:44px!important;height:44px!important;position:absolute!important;top:17px!important;right:15px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0!important;color:#fff!important;background:#ffffff14!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:50%!important;font-size:25px!important}.lf-mobile-drawer>a,.lf-mobile-drawer>button,.lf-mobile-drawer .lf-product-menu>button{width:100%!important;min-height:48px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:8px!important;margin:0!important;padding:12px 15px!important;color:#fff!important;background:transparent!important;border:1px solid transparent!important;border-radius:11px!important;text-align:left!important;text-decoration:none!important;font-size:15px!important;font-weight:700!important;line-height:1.25!important;transition:color .18s ease,background .18s ease,border-color .18s ease,transform .18s ease!important}.lf-mobile-drawer>a:hover,.lf-mobile-drawer>button:hover,.lf-mobile-drawer>a.active,.lf-mobile-drawer .lf-product-menu>button:hover,.lf-mobile-drawer .lf-product-menu>button.active{color:#ffe29a!important;background:linear-gradient(90deg,#deae4138,#deae4114)!important;border-color:#ebbc4e61!important;box-shadow:inset 3px 0 #dfac40,0 4px 16px #0000002e!important;transform:translate(2px)}.lf-mobile-drawer .lf-product-menu{width:100%!important;color:#fff!important}.lf-mobile-drawer .lf-product-dropdown{width:100%!important;display:none;flex-direction:column!important;gap:4px!important;margin:4px 0 8px!important;padding:7px!important;background:#0c0b08!important;border:1px solid rgba(222,174,65,.22)!important;border-radius:11px!important;box-shadow:none!important}.lf-mobile-drawer .lf-product-menu.open .lf-product-dropdown{display:flex!important}.lf-mobile-drawer .lf-product-dropdown a{min-height:43px!important;display:flex!important;align-items:center!important;padding:10px 12px!important;color:#fff!important;background:transparent!important;border:1px solid transparent!important;border-radius:9px!important;text-decoration:none!important;font-size:14px!important;font-weight:600!important}.lf-mobile-drawer .lf-product-dropdown a:hover,.lf-mobile-drawer .lf-product-dropdown a.active{color:#ffe29a!important;background:#deae4129!important;border-color:#deae414d!important}.lf-mobile-drawer svg{color:currentColor!important;stroke:currentColor!important}@media (max-width: 768px){.lf-header,.lf-header-row{height:82px!important;min-height:82px!important;background:#000!important}.lf-header-row{grid-template-columns:42px minmax(0,1fr) 42px!important;gap:2px!important;padding:0 7px!important}.lf-header .lf-logo{width:100%!important;min-width:0!important;max-width:none!important;height:80px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;overflow:visible!important}.lf-header .lf-logo img{width:min(100%,235px)!important;min-width:210px!important;max-width:235px!important;height:76px!important;max-height:76px!important;object-fit:contain!important;object-position:center!important;background:transparent!important;transform:scale(1.15)!important;transform-origin:center center!important}.lf-header .lf-mobile-menu-left,.lf-header .lf-mobile-menu,.lf-header .lf-cart{color:#fff!important}.lf-home-redesign .lf-premium-hero{width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:7 / 6!important;margin:0!important;padding:0!important;overflow:hidden!important;background:transparent!important}.lf-home-redesign .hero-banner-link,.lf-home-redesign .hero-banner-static{width:100%!important;height:100%!important;min-height:0!important;max-height:none!important;display:block!important;aspect-ratio:7 / 6!important;margin:0!important;padding:0!important;overflow:hidden!important;background:transparent!important}.lf-home-redesign .hero-banner-link img,.lf-home-redesign .hero-banner-static img{width:100%!important;height:100%!important;min-height:100%!important;max-height:none!important;display:block!important;margin:0!important;padding:0!important;object-fit:cover!important;object-position:center center!important;background:transparent!important}.lf-home-redesign .home-hero-dots{bottom:11px!important}}@media (max-width: 480px){.lf-header,.lf-header-row{height:80px!important;min-height:80px!important}.lf-header-row{grid-template-columns:40px minmax(0,1fr) 40px!important;padding:0 5px!important}.lf-header .lf-logo{height:78px!important}.lf-header .lf-logo img{width:min(100%,222px)!important;min-width:200px!important;max-width:222px!important;height:73px!important;max-height:73px!important;transform:scale(1.16)!important}.lf-home-redesign .lf-premium-hero,.lf-home-redesign .hero-banner-link,.lf-home-redesign .hero-banner-static{aspect-ratio:7 / 6!important}}.lf-home-redesign,.lf-home-redesign .lf-premium-hero,.lf-home-redesign .hero-banner-link,.lf-home-redesign .hero-banner-static{line-height:0!important;font-size:0!important}.lf-home-redesign .lf-premium-hero{display:block!important;border:0!important;outline:0!important;box-shadow:none!important}.lf-home-redesign .hero-banner-link,.lf-home-redesign .hero-banner-static{display:block!important;border:0!important;outline:0!important}.lf-home-redesign .hero-banner-link img,.lf-home-redesign .hero-banner-static img{display:block!important;vertical-align:top!important;border:0!important;outline:0!important}.lf-mobile-drawer .lf-drawer-header{width:100%!important;height:58px!important;min-height:58px!important;position:absolute!important;top:10px!important;left:0!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;padding:0 62px 0 12px!important;background:transparent!important}.lf-mobile-drawer .lf-drawer-brand{width:205px!important;max-width:calc(100% - 5px)!important;height:56px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;padding:0!important;margin:0!important;background:transparent!important;border:0!important;box-shadow:none!important;text-decoration:none!important;overflow:visible!important}.lf-mobile-drawer .lf-drawer-brand img{width:205px!important;max-width:100%!important;height:56px!important;max-height:56px!important;display:block!important;object-fit:contain!important;object-position:left center!important;background:transparent!important;transform:scale(1.12)!important;transform-origin:left center!important}.lf-mobile-drawer .lf-drawer-close{top:17px!important;right:13px!important;z-index:4!important}@media (max-width: 768px){.lf-header,.lf-header-row{height:82px!important;min-height:82px!important}.lf-header-row{grid-template-columns:38px minmax(0,1fr) 38px!important;gap:0!important;padding:0 4px!important}.lf-header .lf-logo{width:100%!important;height:82px!important;min-height:82px!important;padding:0!important;overflow:visible!important}.lf-header .lf-logo img{width:260px!important;min-width:260px!important;max-width:260px!important;height:80px!important;min-height:80px!important;max-height:80px!important;object-fit:contain!important;object-position:center center!important;transform:scale(1.18)!important;transform-origin:center center!important}.lf-header .lf-mobile-menu-left,.lf-header .lf-mobile-menu,.lf-header .lf-cart{width:38px!important;min-width:38px!important;height:40px!important;padding:0!important}.lf-home-redesign .lf-premium-hero{width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:8 / 7!important;margin:-1px 0!important;padding:0!important;overflow:hidden!important;background:transparent!important}.lf-home-redesign .hero-banner-link,.lf-home-redesign .hero-banner-static{width:100%!important;height:100%!important;aspect-ratio:8 / 7!important;margin:0!important;padding:0!important;overflow:hidden!important;background:transparent!important}.lf-home-redesign .hero-banner-link img,.lf-home-redesign .hero-banner-static img{width:100%!important;height:100%!important;min-height:100%!important;object-fit:cover!important;object-position:center center!important;margin:0!important;padding:0!important;background:transparent!important}.lf-mobile-drawer{padding-top:78px!important}}@media (max-width: 480px){.lf-header,.lf-header-row{height:80px!important;min-height:80px!important}.lf-header-row{grid-template-columns:36px minmax(0,1fr) 36px!important;padding:0 3px!important}.lf-header .lf-logo{height:80px!important;min-height:80px!important}.lf-header .lf-logo img{width:245px!important;min-width:245px!important;max-width:245px!important;height:78px!important;min-height:78px!important;max-height:78px!important;transform:scale(1.2)!important}.lf-header .lf-mobile-menu-left,.lf-header .lf-mobile-menu,.lf-header .lf-cart{width:36px!important;min-width:36px!important}.lf-mobile-drawer .lf-drawer-brand{width:195px!important}.lf-mobile-drawer .lf-drawer-brand img{width:195px!important;height:54px!important;max-height:54px!important}.lf-home-redesign .lf-premium-hero,.lf-home-redesign .hero-banner-link,.lf-home-redesign .hero-banner-static{aspect-ratio:8 / 7!important}}.lf-mobile-drawer{width:min(92vw,370px)!important}.lf-mobile-drawer .lf-drawer-header{width:100%!important;height:74px!important;min-height:74px!important;position:absolute!important;top:4px!important;left:0!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;padding:0 58px 0 8px!important;margin:0!important;background:#000!important;overflow:visible!important}.lf-mobile-drawer .lf-drawer-brand{width:270px!important;max-width:100%!important;height:72px!important;min-height:72px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}.lf-mobile-drawer .lf-drawer-brand img{width:270px!important;min-width:270px!important;max-width:270px!important;height:70px!important;min-height:70px!important;max-height:70px!important;display:block!important;margin:0!important;padding:0!important;object-fit:contain!important;object-position:left center!important;background:transparent!important;transform:scale(1.18)!important;transform-origin:left center!important}.lf-mobile-drawer .lf-drawer-close{width:44px!important;height:44px!important;top:17px!important;right:10px!important;z-index:10!important;color:#fff!important;background:#ffffff17!important;border:1px solid rgba(255,255,255,.2)!important}.lf-mobile-drawer{padding-top:84px!important}.lf-home-redesign .lf-premium-hero,.lf-home-redesign .hero-banner-link,.lf-home-redesign .hero-banner-static,.lf-home-redesign .hero-banner-link img,.lf-home-redesign .hero-banner-static img{border:0!important;outline:0!important;line-height:0!important;vertical-align:top!important}@media (max-width: 768px){.lf-home-redesign .lf-premium-hero{width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:9 / 8!important;display:block!important;position:relative!important;margin:-1px 0!important;padding:0!important;overflow:hidden!important;background:transparent!important}.lf-home-redesign .hero-banner-link,.lf-home-redesign .hero-banner-static{width:100%!important;height:100%!important;min-height:0!important;max-height:none!important;aspect-ratio:9 / 8!important;display:block!important;margin:0!important;padding:0!important;overflow:hidden!important;background:transparent!important}.lf-home-redesign .hero-banner-link img,.lf-home-redesign .hero-banner-static img{width:100%!important;height:100%!important;min-width:100%!important;min-height:100%!important;max-width:none!important;max-height:none!important;display:block!important;margin:0!important;padding:0!important;object-fit:cover!important;object-position:center center!important;background:transparent!important}.lf-home-redesign .home-hero-dots{bottom:10px!important}}@media (max-width: 480px){.lf-mobile-drawer{width:min(94vw,360px)!important}.lf-mobile-drawer .lf-drawer-header{height:72px!important;min-height:72px!important;padding-right:55px!important;padding-left:6px!important}.lf-mobile-drawer .lf-drawer-brand{width:250px!important;height:70px!important;min-height:70px!important}.lf-mobile-drawer .lf-drawer-brand img{width:250px!important;min-width:250px!important;max-width:250px!important;height:68px!important;min-height:68px!important;max-height:68px!important;transform:scale(1.2)!important}.lf-mobile-drawer .lf-drawer-close{top:15px!important;right:8px!important}.lf-mobile-drawer{padding-top:82px!important}.lf-home-redesign .lf-premium-hero,.lf-home-redesign .hero-banner-link,.lf-home-redesign .hero-banner-static{aspect-ratio:9 / 8!important}}.lf-mobile-top-strip{display:none}.lf-logo-stack{text-decoration:none!important;background:transparent!important}.lf-logo-stack .lf-logo-mark{display:flex;align-items:center;justify-content:center}.lf-logo-stack .lf-logo-mark img{display:block;object-fit:contain;background:transparent!important}.lf-logo-stack .lf-logo-wording{display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1}.lf-logo-stack .lf-logo-wording strong,.lf-logo-stack .lf-logo-wording small{display:block;white-space:nowrap}@media (min-width: 769px){.lf-logo-stack.lf-logo{min-width:210px;display:inline-flex;align-items:center;gap:10px}.lf-logo-stack.lf-logo .lf-logo-mark img{width:34px;height:34px}.lf-logo-stack.lf-logo .lf-logo-wording{align-items:flex-start}.lf-logo-stack.lf-logo .lf-logo-wording strong{color:#fff;font-size:16px;font-weight:800;letter-spacing:.1em}.lf-logo-stack.lf-logo .lf-logo-wording small{color:#d9ad4f;font-size:11px;font-weight:700;letter-spacing:.18em;margin-top:3px}.lf-drawer-brand{display:none!important}}@media (max-width: 768px){.lf-mobile-top-strip{height:24px!important;min-height:24px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0 10px!important;overflow:hidden!important;color:#2d2516!important;background:#d7b06b!important;border-bottom:1px solid rgba(0,0,0,.08)!important;text-align:center!important;font-size:9px!important;font-weight:800!important;letter-spacing:.12em!important;text-transform:uppercase!important;line-height:1!important}.lf-mobile-top-strip span{display:block!important;white-space:nowrap!important}.lf-header{height:auto!important;background:#000!important;border-bottom:0!important}.lf-header-row{width:100%!important;height:86px!important;min-height:86px!important;display:grid!important;grid-template-columns:42px minmax(0,1fr) 42px!important;gap:4px!important;padding:0 8px!important;background:#000!important}.lf-header .lf-nav-left,.lf-header .lf-search{display:none!important}.lf-header .lf-nav-right{min-width:0!important;display:flex!important;grid-column:3;grid-row:1;justify-content:flex-end!important;align-items:center!important}.lf-header .lf-mobile-menu-left,.lf-header .lf-cart{width:40px!important;height:40px!important;min-width:40px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;color:#fff!important;background:transparent!important;padding:0!important}.lf-header .lf-mobile-menu-left{grid-column:1;grid-row:1;border:0!important;font-size:28px!important}.lf-header .lf-cart{font-size:24px!important}.lf-header .lf-cart span{color:#fff!important;background:#db2c2c!important}.lf-logo-stack.lf-logo{width:100%!important;min-width:0!important;height:86px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;grid-column:2;grid-row:1;gap:3px!important;padding:4px 0 2px!important;overflow:visible!important}.lf-logo-stack.lf-logo .lf-logo-mark img{width:32px!important;height:32px!important}.lf-logo-stack.lf-logo .lf-logo-wording strong{color:#fff!important;font-size:18px!important;font-weight:900!important;letter-spacing:.12em!important}.lf-logo-stack.lf-logo .lf-logo-wording small{color:#d9ad4f!important;font-size:10px!important;font-weight:800!important;letter-spacing:.22em!important;margin-top:2px!important}.lf-mobile-drawer{width:min(92vw,360px)!important;height:100vh!important;position:fixed!important;top:0!important;left:0!important;z-index:1300!important;display:flex!important;flex-direction:column!important;gap:5px!important;padding:86px 14px 24px!important;overflow-y:auto!important;color:#fff!important;background:linear-gradient(180deg,#0a0a0a,#000 52%,#080706)!important;border-right:1px solid rgba(220,174,70,.32)!important;box-shadow:18px 0 45px #0000007a!important}.lf-mobile-drawer-backdrop{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:1290!important;display:block!important;border:0!important;background:#000000ad!important}.lf-mobile-drawer .lf-drawer-header{width:100%!important;height:78px!important;min-height:78px!important;position:absolute!important;top:0!important;left:0!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;padding:0 60px 0 10px!important;background:#000!important;border-bottom:1px solid rgba(255,255,255,.08)!important}.lf-mobile-drawer .lf-drawer-brand{width:210px!important;height:72px!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;gap:2px!important;overflow:visible!important}.lf-mobile-drawer .lf-drawer-brand .lf-logo-mark{width:100%!important;justify-content:flex-start!important}.lf-mobile-drawer .lf-drawer-brand .lf-logo-mark img{width:30px!important;height:30px!important}.lf-mobile-drawer .lf-drawer-brand .lf-logo-wording{align-items:flex-start!important}.lf-mobile-drawer .lf-drawer-brand .lf-logo-wording strong{color:#fff!important;font-size:17px!important;font-weight:900!important;letter-spacing:.1em!important}.lf-mobile-drawer .lf-drawer-brand .lf-logo-wording small{color:#d9ad4f!important;font-size:9px!important;font-weight:800!important;letter-spacing:.18em!important;margin-top:2px!important}.lf-mobile-drawer .lf-drawer-close{width:44px!important;height:44px!important;position:absolute!important;top:17px!important;right:12px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;color:#fff!important;background:#ffffff14!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:50%!important;font-size:25px!important}.lf-mobile-drawer>a,.lf-mobile-drawer>button,.lf-mobile-drawer .lf-product-menu>button{width:100%!important;min-height:48px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:8px!important;margin:0!important;padding:12px 15px!important;color:#fff!important;background:transparent!important;border:1px solid transparent!important;border-radius:11px!important;text-align:left!important;text-decoration:none!important;font-size:15px!important;font-weight:700!important;line-height:1.25!important}.lf-mobile-drawer>a:hover,.lf-mobile-drawer>button:hover,.lf-mobile-drawer>a.active,.lf-mobile-drawer .lf-product-menu>button:hover,.lf-mobile-drawer .lf-product-menu>button.active{color:#ffe29a!important;background:linear-gradient(90deg,#deae4138,#deae4114)!important;border-color:#ebbc4e61!important;box-shadow:inset 3px 0 #dfac40!important}.lf-mobile-drawer .lf-product-dropdown{width:100%!important;display:none;flex-direction:column!important;gap:4px!important;margin:4px 0 8px!important;padding:7px!important;background:#0c0b08!important;border:1px solid rgba(222,174,65,.22)!important;border-radius:11px!important}.lf-mobile-drawer .lf-product-menu.open .lf-product-dropdown{display:flex!important}.lf-mobile-drawer .lf-product-dropdown a{min-height:43px!important;display:flex!important;align-items:center!important;padding:10px 12px!important;color:#fff!important;background:transparent!important;border:1px solid transparent!important;border-radius:9px!important;text-decoration:none!important;font-size:14px!important;font-weight:600!important}.lf-mobile-drawer .lf-product-dropdown a:hover,.lf-mobile-drawer .lf-product-dropdown a.active{color:#ffe29a!important;background:#deae4129!important;border-color:#deae414d!important}.lf-home-redesign,.lf-home-redesign .lf-premium-hero,.lf-home-redesign .hero-banner-link,.lf-home-redesign .hero-banner-static,.lf-home-redesign .hero-banner-link img,.lf-home-redesign .hero-banner-static img{line-height:0!important;font-size:0!important;border:0!important;outline:0!important}.lf-home-redesign .lf-premium-hero{width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:1 / 1!important;margin:-1px 0!important;padding:0!important;overflow:hidden!important;background:transparent!important}.lf-home-redesign .hero-banner-link,.lf-home-redesign .hero-banner-static{width:100%!important;height:100%!important;aspect-ratio:1 / 1!important;display:block!important;margin:0!important;padding:0!important;overflow:hidden!important;background:transparent!important}.lf-home-redesign .hero-banner-link img,.lf-home-redesign .hero-banner-static img{width:100%!important;height:100%!important;min-width:100%!important;min-height:100%!important;display:block!important;object-fit:cover!important;object-position:center center!important;vertical-align:top!important;background:transparent!important}.lf-home-redesign .home-hero-dots{bottom:10px!important}}@media (max-width: 480px){.lf-mobile-top-strip{font-size:8px!important;letter-spacing:.1em!important}.lf-header-row{height:84px!important;min-height:84px!important;grid-template-columns:40px minmax(0,1fr) 40px!important;padding:0 6px!important}.lf-logo-stack.lf-logo{height:84px!important}.lf-logo-stack.lf-logo .lf-logo-mark img{width:30px!important;height:30px!important}.lf-logo-stack.lf-logo .lf-logo-wording strong{font-size:16px!important}.lf-logo-stack.lf-logo .lf-logo-wording small{font-size:9px!important}.lf-mobile-drawer .lf-drawer-brand{width:195px!important}.lf-home-redesign .lf-premium-hero,.lf-home-redesign .hero-banner-link,.lf-home-redesign .hero-banner-static{aspect-ratio:1 / 1!important}}.lf-header-brand-v6,.lf-drawer-brand-v6{text-decoration:none!important;background:transparent!important}@media (min-width: 769px){.lf-mobile-top-strip{display:none!important}.lf-header-brand-v6{min-width:245px!important;height:84px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important}.lf-header-brand-icon-v6 img{width:48px!important;height:48px!important;display:block!important;border-radius:50%!important;object-fit:contain!important}.lf-header-brand-text-v6{display:flex!important;flex-direction:column!important;align-items:flex-start!important;line-height:1!important}.lf-header-brand-text-v6 strong{color:#fff!important;font-size:17px!important;font-weight:900!important;letter-spacing:.1em!important}.lf-header-brand-text-v6 small{margin-top:5px!important;color:#dfb754!important;font-size:10px!important;font-weight:800!important;letter-spacing:.18em!important}}@media (max-width: 768px){.lf-mobile-top-strip{width:100%!important;height:36px!important;min-height:36px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;padding:0 8px!important;overflow:hidden!important;color:#372712!important;background:linear-gradient(90deg,#d9b36a,#f4dfae 48%,#d9b36a)!important;border-bottom:1px solid rgba(67,44,12,.2)!important;box-shadow:inset 0 -1px #fff6!important;font-family:Georgia,Times New Roman,serif!important;font-size:10px!important;font-weight:700!important;letter-spacing:.075em!important;line-height:1!important;text-transform:uppercase!important;white-space:nowrap!important}.lf-top-strip-ornament{color:#795315!important;font-size:11px!important}.lf-top-strip-divider{color:#9b6c20!important;font-size:12px!important}.lf-header{height:auto!important;min-height:0!important;background:#000!important;border:0!important}.lf-header-row{width:100%!important;height:108px!important;min-height:108px!important;display:grid!important;grid-template-columns:48px minmax(0,1fr) 48px!important;gap:2px!important;padding:0 8px!important;margin:0!important;background:#000!important;border:0!important}.lf-header .lf-nav-left,.lf-header .lf-search{display:none!important}.lf-mobile-menu-left{grid-column:1!important;grid-row:1!important}.lf-header .lf-nav-right{min-width:0!important;display:flex!important;grid-column:3!important;grid-row:1!important;align-items:center!important;justify-content:flex-end!important}.lf-header .lf-mobile-menu-left,.lf-header .lf-cart{width:44px!important;height:44px!important;min-width:44px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0!important;color:#fff!important;background:transparent!important;border:0!important}.lf-header .lf-mobile-menu-left{font-size:29px!important}.lf-header .lf-cart{font-size:25px!important}.lf-header-brand-v6{width:100%!important;height:108px!important;min-height:108px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;grid-column:2!important;grid-row:1!important;gap:3px!important;padding:4px 0 5px!important;margin:0!important;overflow:visible!important}.lf-header-brand-icon-v6{width:62px!important;height:62px!important;display:flex!important;align-items:center!important;justify-content:center!important}.lf-header-brand-icon-v6 img{width:62px!important;height:62px!important;display:block!important;border-radius:50%!important;object-fit:contain!important;background:transparent!important;filter:drop-shadow(0 3px 7px rgba(0,0,0,.34))}.lf-header-brand-text-v6{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;line-height:1!important}.lf-header-brand-text-v6 strong{display:block!important;color:#fff!important;font-size:17px!important;font-weight:900!important;letter-spacing:.12em!important;white-space:nowrap!important}.lf-header-brand-text-v6 small{display:block!important;margin-top:3px!important;color:#dfb754!important;font-size:9px!important;font-weight:800!important;letter-spacing:.22em!important;white-space:nowrap!important}.lf-mobile-drawer{width:min(94vw,380px)!important;padding-top:92px!important;background:#000!important}.lf-drawer-header-v6{width:100%!important;height:84px!important;min-height:84px!important;position:absolute!important;top:0!important;left:0!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:0 13px!important;background:#000!important;border-bottom:1px solid rgba(218,174,72,.3)!important}.lf-drawer-brand-v6{min-width:0!important;max-width:calc(100% - 58px)!important;height:76px!important;display:inline-flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;margin:0!important;padding:0!important}.lf-drawer-brand-v6>img{width:64px!important;height:64px!important;min-width:64px!important;display:block!important;object-fit:contain!important;border-radius:50%!important}.lf-drawer-brand-v6>span{min-width:0!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;line-height:1!important}.lf-drawer-brand-v6 strong{display:block!important;color:#fff!important;font-size:19px!important;font-weight:900!important;letter-spacing:.09em!important;white-space:nowrap!important}.lf-drawer-brand-v6 small{display:block!important;margin-top:6px!important;color:#dfb754!important;font-size:10px!important;font-weight:800!important;letter-spacing:.17em!important;white-space:nowrap!important}.lf-mobile-drawer .lf-drawer-close{width:44px!important;height:44px!important;flex:0 0 44px!important;position:static!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0!important;color:#fff!important;background:#ffffff14!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:50%!important;font-size:25px!important}.lf-home-redesign{margin:0!important;padding:0!important}.lf-home-redesign .lf-premium-hero{width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:1 / 1!important;display:block!important;clear:both!important;margin:0!important;padding:0!important;overflow:hidden!important;background:transparent!important;border:0!important;outline:0!important;line-height:0!important}.lf-home-redesign .hero-banner-link,.lf-home-redesign .hero-banner-static{width:100%!important;height:100%!important;display:block!important;aspect-ratio:1 / 1!important;margin:0!important;padding:0!important;overflow:hidden!important;background:transparent!important;line-height:0!important}.lf-home-redesign .hero-banner-link img,.lf-home-redesign .hero-banner-static img{width:100%!important;height:100%!important;min-width:100%!important;min-height:100%!important;display:block!important;margin:0!important;padding:0!important;object-fit:cover!important;object-position:center center!important;border:0!important;vertical-align:top!important}}@media (max-width: 480px){.lf-mobile-top-strip{height:34px!important;min-height:34px!important;gap:5px!important;font-size:8.5px!important;letter-spacing:.055em!important}.lf-header-row{height:106px!important;min-height:106px!important;grid-template-columns:44px minmax(0,1fr) 44px!important;padding:0 6px!important}.lf-header-brand-v6{height:106px!important;min-height:106px!important}.lf-header-brand-icon-v6,.lf-header-brand-icon-v6 img{width:60px!important;height:60px!important}.lf-header-brand-text-v6 strong{font-size:16px!important}.lf-drawer-brand-v6>img{width:60px!important;height:60px!important;min-width:60px!important}.lf-drawer-brand-v6 strong{font-size:17px!important}.lf-drawer-brand-v6 small{font-size:9px!important}}.lf-mobile-top-strip{display:none!important}.lf-original-header-logo,.lf-original-drawer-logo{display:flex!important;align-items:center!important;background:transparent!important;border:0!important;text-decoration:none!important;overflow:hidden!important}.lf-original-header-logo img,.lf-original-drawer-logo img{display:block!important;object-fit:contain!important;background:transparent!important}@media (min-width: 769px){.lf-header-v7,.lf-header-v7 .lf-header-row{height:90px!important;background:#000!important}.lf-original-header-logo{min-width:290px!important;height:86px!important;justify-content:center!important;padding:3px 8px!important}.lf-original-header-logo img{width:285px!important;height:78px!important;max-height:78px!important}.lf-mobile-search-v7{display:none!important}}@media (max-width: 768px){.lf-header-v7{width:100%!important;height:140px!important;min-height:140px!important;background:#000!important;border:0!important}.lf-header-v7 .lf-header-row{width:100%!important;height:86px!important;min-height:86px!important;display:grid!important;grid-template-columns:44px minmax(0,1fr) 44px!important;gap:2px!important;padding:0 7px!important;margin:0!important;background:#000!important;border:0!important}.lf-header-v7 .lf-nav-left,.lf-header-v7 .lf-desktop-search{display:none!important}.lf-header-v7 .lf-mobile-menu-left{width:42px!important;height:42px!important;min-width:42px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;grid-column:1!important;grid-row:1!important;padding:0!important;color:#fff!important;background:transparent!important;border:0!important;font-size:28px!important}.lf-original-header-logo{width:100%!important;height:84px!important;display:flex!important;align-items:center!important;justify-content:center!important;grid-column:2!important;grid-row:1!important;padding:0!important;margin:0!important;overflow:visible!important}.lf-original-header-logo img{width:245px!important;min-width:245px!important;max-width:245px!important;height:80px!important;max-height:80px!important;object-fit:contain!important;object-position:center!important;transform:scale(1.08)!important;transform-origin:center!important}.lf-header-v7 .lf-nav-right{min-width:0!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;grid-column:3!important;grid-row:1!important}.lf-header-v7 .lf-cart{width:42px!important;height:42px!important;min-width:42px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0!important;color:#fff!important;background:transparent!important;font-size:24px!important}.lf-mobile-search-v7{width:calc(100% - 18px)!important;height:46px!important;display:grid!important;grid-template-columns:25px minmax(0,1fr) auto!important;align-items:center!important;gap:7px!important;margin:0 9px 8px!important;padding:5px 5px 5px 13px!important;color:#fff!important;background:#171717!important;border:1px solid rgba(218,174,72,.52)!important;border-radius:24px!important;box-shadow:inset 0 1px #ffffff0f,0 4px 14px #0000003d!important}.lf-mobile-search-v7>svg{color:#dfb754!important;font-size:19px!important}.lf-mobile-search-v7 input{width:100%!important;min-width:0!important;height:34px!important;padding:0!important;color:#fff!important;background:transparent!important;border:0!important;outline:0!important;font-size:13px!important}.lf-mobile-search-v7 input::placeholder{color:#ffffffa8!important}.lf-mobile-search-v7 button{height:34px!important;min-width:68px!important;padding:0 14px!important;color:#17120a!important;background:linear-gradient(135deg,#f0d68e,#c99635)!important;border:0!important;border-radius:18px!important;font-size:11px!important;font-weight:900!important;text-transform:uppercase!important}.lf-mobile-drawer{width:min(94vw,380px)!important;padding-top:84px!important;color:#fff!important;background:#000!important}.lf-drawer-header-v7{width:100%!important;height:76px!important;min-height:76px!important;position:absolute!important;top:0!important;left:0!important;display:grid!important;grid-template-columns:minmax(0,1fr) 44px!important;align-items:center!important;gap:4px!important;padding:0 10px 0 7px!important;background:#000!important;border-bottom:1px solid rgba(218,174,72,.3)!important}.lf-original-drawer-logo{width:100%!important;min-width:0!important;height:72px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;padding:0!important;margin:0!important}.lf-original-drawer-logo img{width:260px!important;min-width:260px!important;max-width:260px!important;height:68px!important;max-height:68px!important;object-fit:contain!important;object-position:left center!important;transform:scale(1.08)!important;transform-origin:left center!important}.lf-drawer-header-v7 .lf-drawer-close{width:42px!important;height:42px!important;position:static!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0!important;margin:0!important;color:#fff!important;background:#ffffff14!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:50%!important;font-size:24px!important}.lf-mobile-drawer>a,.lf-mobile-drawer>button,.lf-mobile-drawer .lf-product-menu>button{color:#fff!important}.lf-mobile-drawer>a:hover,.lf-mobile-drawer>button:hover,.lf-mobile-drawer>a.active,.lf-mobile-drawer .lf-product-menu>button:hover,.lf-mobile-drawer .lf-product-menu>button.active{color:#ffe29a!important;background:linear-gradient(90deg,#deae4138,#deae4112)!important}.lf-mobile-drawer .lf-product-dropdown{background:#0b0a08!important}.lf-mobile-drawer .lf-product-dropdown a{color:#fff!important}.lf-home-redesign .lf-premium-hero{width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:1 / 1!important;margin:0!important;padding:0!important;overflow:hidden!important;background:transparent!important;line-height:0!important}.lf-home-redesign .hero-banner-link,.lf-home-redesign .hero-banner-static{width:100%!important;height:100%!important;display:block!important;aspect-ratio:1 / 1!important;margin:0!important;padding:0!important;overflow:hidden!important;line-height:0!important}.lf-home-redesign .hero-banner-link img,.lf-home-redesign .hero-banner-static img{width:100%!important;height:100%!important;min-width:100%!important;min-height:100%!important;display:block!important;margin:0!important;padding:0!important;object-fit:cover!important;object-position:center center!important;border:0!important;vertical-align:top!important}}@media (max-width: 480px){.lf-original-header-logo img{width:225px!important;min-width:225px!important;max-width:225px!important}.lf-original-drawer-logo img{width:245px!important;min-width:245px!important;max-width:245px!important}.lf-mobile-search-v7{width:calc(100% - 14px)!important;margin-right:7px!important;margin-left:7px!important}}@media (max-width: 768px){.lf-header-v7{height:140px!important;min-height:140px!important;display:flex!important;flex-direction:column!important;background:#000!important;border:0!important}.lf-mobile-search-v7{width:calc(100% - 16px)!important;height:48px!important;min-height:48px!important;order:1!important;display:grid!important;grid-template-columns:24px minmax(0,1fr) 56px!important;align-items:center!important;gap:6px!important;margin:7px 8px 0!important;padding:5px 5px 5px 12px!important;color:#fff!important;background:#171717!important;border:1px solid rgba(218,174,72,.52)!important;border-radius:24px!important;box-sizing:border-box!important;overflow:hidden!important;box-shadow:inset 0 1px #ffffff0f,0 4px 14px #0000003d!important}.lf-mobile-search-v7>svg{width:19px!important;height:19px!important;color:#dfb754!important;font-size:19px!important}.lf-mobile-search-v7 input{width:100%!important;min-width:0!important;height:34px!important;padding:0 2px!important;margin:0!important;color:#fff!important;background:transparent!important;border:0!important;outline:0!important;font-size:13px!important;line-height:34px!important}.lf-mobile-search-v7 input::placeholder{color:#ffffffa3!important}.lf-mobile-search-v7 button{width:54px!important;min-width:54px!important;max-width:54px!important;height:30px!important;min-height:30px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0 7px!important;color:#17120a!important;background:linear-gradient(135deg,#f0d68e,#c99635)!important;border:0!important;border-radius:15px!important;font-size:9px!important;font-weight:900!important;letter-spacing:.03em!important;line-height:1!important;text-transform:uppercase!important;box-sizing:border-box!important}.lf-header-v7 .lf-header-row{width:100%!important;height:85px!important;min-height:85px!important;order:2!important;display:grid!important;grid-template-columns:42px minmax(0,1fr) 42px!important;gap:0!important;padding:0 5px!important;margin:0!important;background:#000!important}.lf-original-header-logo{width:100%!important;height:84px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;margin:0!important;overflow:visible!important}.lf-original-header-logo img{width:270px!important;min-width:270px!important;max-width:270px!important;height:83px!important;min-height:83px!important;max-height:83px!important;display:block!important;object-fit:contain!important;object-position:center center!important;transform:scale(1.1)!important;transform-origin:center center!important}.lf-drawer-header-v7{grid-template-columns:minmax(0,1fr) 42px!important;gap:0!important;padding:0 7px 0 3px!important}.lf-original-drawer-logo{width:100%!important;min-width:0!important;height:74px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;margin:0!important;padding:0!important;overflow:visible!important}.lf-original-drawer-logo img{width:292px!important;min-width:292px!important;max-width:292px!important;height:72px!important;min-height:72px!important;max-height:72px!important;display:block!important;object-fit:contain!important;object-position:left center!important;transform:scale(1.1)!important;transform-origin:left center!important}.lf-drawer-header-v7 .lf-drawer-close{width:40px!important;height:40px!important;margin:0!important;padding:0!important}}@media (max-width: 480px){.lf-mobile-search-v7{width:calc(100% - 12px)!important;grid-template-columns:22px minmax(0,1fr) 52px!important;margin-right:6px!important;margin-left:6px!important;padding-left:10px!important}.lf-mobile-search-v7 button{width:50px!important;min-width:50px!important;max-width:50px!important;height:29px!important;min-height:29px!important;padding:0 5px!important;font-size:8.5px!important}.lf-header-v7 .lf-header-row{grid-template-columns:38px minmax(0,1fr) 38px!important;padding:0 3px!important}.lf-original-header-logo img{width:250px!important;min-width:250px!important;max-width:250px!important;height:82px!important;max-height:82px!important}.lf-original-drawer-logo img{width:275px!important;min-width:275px!important;max-width:275px!important;height:70px!important;max-height:70px!important}}@media (min-width: 769px){.lf-product-detail-page{padding-top:130px!important}.lf-original-header-logo{min-width:330px!important;width:330px!important;height:88px!important;overflow:visible!important}.lf-original-header-logo img{width:325px!important;min-width:325px!important;max-width:325px!important;height:84px!important;min-height:84px!important;max-height:84px!important;object-fit:contain!important;object-position:center center!important}}@media (max-width: 768px){.lf-product-detail-page{padding-top:166px!important}.lf-product-detail{padding-top:10px!important}.lf-detail-left,.lf-detail-image-box{position:relative!important;z-index:1!important}.lf-header,.lf-header-v7{z-index:2000!important}.lf-original-header-logo{width:100%!important;height:85px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:visible!important}.lf-original-header-logo img{width:300px!important;min-width:300px!important;max-width:300px!important;height:85px!important;min-height:85px!important;max-height:85px!important;object-fit:contain!important;object-position:center center!important;transform:scale(1.12)!important;transform-origin:center center!important}.lf-header-v7 .lf-header-row{grid-template-columns:40px minmax(0,1fr) 40px!important;padding-right:3px!important;padding-left:3px!important}.lf-header-v7 .lf-mobile-menu-left,.lf-header-v7 .lf-cart{position:relative!important;z-index:3!important}}@media (max-width: 480px){.lf-product-detail-page{padding-top:164px!important}.lf-original-header-logo img{width:282px!important;min-width:282px!important;max-width:282px!important;height:84px!important;min-height:84px!important;max-height:84px!important;transform:scale(1.13)!important}.lf-header-v7 .lf-header-row{grid-template-columns:37px minmax(0,1fr) 37px!important;padding-right:2px!important;padding-left:2px!important}}body.lf-public-header-active{padding-top:90px!important}body.lf-public-header-active .lf-product-detail-page{padding-top:24px!important}body.lf-public-header-active main,body.lf-public-header-active .page-container,body.lf-public-header-active .public-page,body.lf-public-header-active .products-page,body.lf-public-header-active .about-page,body.lf-public-header-active .contact-page,body.lf-public-header-active .track-order-page{position:relative!important;z-index:1!important}body.lf-public-header-active .lf-header,body.lf-public-header-active .lf-header-v7{position:fixed!important;top:0!important;right:0!important;left:0!important;z-index:2000!important}@media (max-width: 768px){body.lf-public-header-active{padding-top:140px!important}body.lf-public-header-active .lf-product-detail-page{padding-top:16px!important}body.lf-public-header-active .lf-product-detail{padding-top:0!important}body.lf-public-header-active main>:first-child,body.lf-public-header-active .public-page>:first-child,body.lf-public-header-active .page-container>:first-child{scroll-margin-top:150px!important}body.lf-public-header-active .lf-header-v7{width:100%!important;height:140px!important;min-height:140px!important}body.lf-public-header-active .lf-original-header-logo{height:85px!important;overflow:visible!important}body.lf-public-header-active .lf-original-header-logo img{width:300px!important;min-width:300px!important;max-width:300px!important;height:85px!important;min-height:85px!important;max-height:85px!important;object-fit:contain!important;object-position:center center!important;transform:scale(1.13)!important;transform-origin:center center!important}}@media (max-width: 480px){body.lf-public-header-active{padding-top:140px!important}body.lf-public-header-active .lf-original-header-logo img{width:286px!important;min-width:286px!important;max-width:286px!important;height:84px!important;min-height:84px!important;max-height:84px!important;transform:scale(1.14)!important}}@media (max-width: 768px){body.lf-public-header-active .lf-home-redesign{width:100%!important;margin:0!important;padding:0!important;background:transparent!important}body.lf-public-header-active main:has(.lf-home-redesign){margin:0!important;padding:0!important}body.lf-public-header-active .lf-home-redesign .lf-premium-hero{width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;position:relative!important;display:block!important;aspect-ratio:1 / 1!important;margin:0!important;padding:0!important;overflow:hidden!important;background:transparent!important;border:0!important;outline:0!important;box-shadow:none!important;line-height:0!important;font-size:0!important}body.lf-public-header-active .lf-home-redesign .hero-banner-link,body.lf-public-header-active .lf-home-redesign .hero-banner-static{width:100%!important;height:100%!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:block!important;margin:0!important;padding:0!important;overflow:hidden!important;background:transparent!important;border:0!important;outline:0!important;line-height:0!important;font-size:0!important}body.lf-public-header-active .lf-home-redesign .hero-banner-link img,body.lf-public-header-active .lf-home-redesign .hero-banner-static img{width:100%!important;height:100%!important;min-width:100%!important;min-height:100%!important;max-width:none!important;max-height:none!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:block!important;margin:0!important;padding:0!important;object-fit:cover!important;object-position:center center!important;vertical-align:top!important;background:transparent!important;border:0!important;outline:0!important}body.lf-public-header-active .lf-home-redesign .lf-premium-hero+*{margin-top:0!important}body.lf-public-header-active .lf-home-redesign .lf-premium-trust-bar{margin-top:0!important;border-top:0!important}body.lf-public-header-active .lf-home-redesign .lf-hero-arrow,body.lf-public-header-active .lf-home-redesign .home-hero-dots{position:absolute!important;z-index:5!important}}@media (max-width: 480px){body.lf-public-header-active .lf-home-redesign .lf-premium-hero{aspect-ratio:1 / 1!important;margin:0!important}}@media (max-width: 768px){body.lf-public-header-active .lf-home-redesign .lf-premium-hero{width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:4 / 5!important;position:relative!important;display:block!important;margin:0!important;padding:0!important;overflow:hidden!important;background:transparent!important;line-height:0!important}body.lf-public-header-active .lf-home-redesign .hero-banner-link,body.lf-public-header-active .lf-home-redesign .hero-banner-static{width:100%!important;height:100%!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:block!important;margin:0!important;padding:0!important;overflow:hidden!important;background:transparent!important}body.lf-public-header-active .lf-home-redesign .hero-banner-link img,body.lf-public-header-active .lf-home-redesign .hero-banner-static img{width:100%!important;height:100%!important;min-width:100%!important;min-height:100%!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:block!important;margin:0!important;padding:0!important;object-fit:cover!important;object-position:center center!important;border:0!important;vertical-align:top!important}}@media (max-width: 480px){body.lf-public-header-active .lf-home-redesign .lf-premium-hero{aspect-ratio:4 / 5!important}}@media (max-width: 768px){.lf-original-header-logo{width:100%!important;height:86px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:0!important;overflow:visible!important}.lf-original-header-logo img{width:305px!important;min-width:305px!important;max-width:305px!important;height:86px!important;min-height:86px!important;max-height:86px!important;display:block!important;object-fit:contain!important;object-position:center center!important;background:transparent!important;transform:scale(1.1)!important;transform-origin:center center!important}.lf-original-drawer-logo{width:100%!important;min-width:0!important;height:74px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;margin:0!important;padding:0!important;overflow:visible!important}.lf-original-drawer-logo img{width:305px!important;min-width:305px!important;max-width:305px!important;height:72px!important;min-height:72px!important;max-height:72px!important;display:block!important;object-fit:contain!important;object-position:left center!important;background:transparent!important;transform:scale(1.08)!important;transform-origin:left center!important}.lf-drawer-header-v7{grid-template-columns:minmax(0,1fr) 42px!important;gap:0!important;padding:0 7px 0 2px!important}}@media (max-width: 480px){.lf-original-header-logo img{width:288px!important;min-width:288px!important;max-width:288px!important;height:85px!important;max-height:85px!important}.lf-original-drawer-logo img{width:285px!important;min-width:285px!important;max-width:285px!important;height:70px!important;max-height:70px!important}}.lf-promo-product-copy{min-width:0!important;position:relative!important;z-index:3!important}.lf-promo-product-copy small{display:block!important;margin:0 0 9px!important;color:#172d23b8!important;font-family:Inter,Arial,sans-serif!important;font-size:11px!important;font-weight:800!important;line-height:1.2!important;letter-spacing:.1em!important;text-transform:uppercase!important}.lf-promo-product-copy h3{display:-webkit-box!important;overflow:hidden!important;margin:0 0 10px!important;color:#18372b!important;font-family:Inter,Arial,sans-serif!important;font-size:clamp(24px,3vw,35px)!important;font-weight:900!important;line-height:1.08!important;letter-spacing:-.025em!important;overflow-wrap:anywhere!important;word-break:normal!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important}.lf-promo-product-copy p{display:-webkit-box!important;overflow:hidden!important;margin:0 0 17px!important;color:#18372bc7!important;font-family:Inter,Arial,sans-serif!important;font-size:13px!important;font-weight:500!important;line-height:1.55!important;overflow-wrap:anywhere!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:3!important}.lf-promo-product-copy h3 *,.lf-promo-product-copy p *{all:unset!important}@media (max-width: 768px){.lf-promo-product-copy h3{margin-bottom:8px!important;font-size:24px!important;line-height:1.1!important}.lf-promo-product-copy p{margin-bottom:14px!important;font-size:12px!important;line-height:1.45!important;-webkit-line-clamp:3!important}}@media (max-width: 480px){.lf-promo-product-copy h3{font-size:21px!important}.lf-promo-product-copy p{font-size:11.5px!important}}.lf-original-header-logo img,.lf-original-drawer-logo img{object-fit:contain!important;background:transparent!important;border:0!important}@media (min-width: 769px){body.lf-public-header-active .lf-original-header-logo{width:330px!important;min-width:330px!important;height:88px!important}body.lf-public-header-active .lf-original-header-logo img{width:325px!important;min-width:325px!important;max-width:325px!important;height:84px!important;max-height:84px!important}}@media (max-width: 768px){body.lf-public-header-active .lf-original-header-logo{width:100%!important;height:85px!important;overflow:visible!important}body.lf-public-header-active .lf-original-header-logo img{width:310px!important;min-width:310px!important;max-width:310px!important;height:84px!important;min-height:84px!important;max-height:84px!important;object-position:center center!important;transform:scale(1.08)!important;transform-origin:center center!important}body.lf-public-header-active .lf-original-drawer-logo{width:100%!important;height:74px!important;overflow:hidden!important}body.lf-public-header-active .lf-original-drawer-logo img{width:310px!important;min-width:310px!important;max-width:310px!important;height:72px!important;min-height:72px!important;max-height:72px!important;object-position:left center!important;transform:none!important}body.lf-public-header-active .lf-drawer-header-v7{grid-template-columns:minmax(0,1fr) 42px!important;gap:3px!important;padding:0 7px 0 5px!important}}@media (max-width: 480px){body.lf-public-header-active .lf-original-header-logo img{width:292px!important;min-width:292px!important;max-width:292px!important}body.lf-public-header-active .lf-original-drawer-logo img{width:285px!important;min-width:285px!important;max-width:285px!important}}.lf-home-redesign .lf-promo-product-copy h3{max-width:100%!important;margin:0 0 10px!important;color:#173b2d!important;font-family:Montserrat,Arial,sans-serif!important;font-size:clamp(23px,3vw,34px)!important;font-weight:800!important;line-height:1.12!important;letter-spacing:-.02em!important;text-transform:none!important;word-break:normal!important;overflow-wrap:break-word!important}.lf-home-redesign .lf-promo-product-copy p{max-width:340px!important;margin:0 0 17px!important;color:#173b2dcc!important;font-family:Montserrat,Arial,sans-serif!important;font-size:13px!important;font-weight:500!important;line-height:1.55!important;white-space:normal!important;word-break:normal!important;overflow-wrap:break-word!important}.lf-home-redesign .lf-promo-product-copy h3:before,.lf-home-redesign .lf-promo-product-copy h3:after,.lf-home-redesign .lf-promo-product-copy p:before,.lf-home-redesign .lf-promo-product-copy p:after{content:none!important}@media (max-width: 768px){.lf-home-redesign .lf-promo-product-copy h3{font-size:23px!important;line-height:1.12!important}.lf-home-redesign .lf-promo-product-copy p{font-size:12px!important;line-height:1.5!important;-webkit-line-clamp:3!important}}@media (max-width: 480px){.lf-home-redesign .lf-promo-product-copy h3{font-size:20px!important}.lf-home-redesign .lf-promo-product-copy p{font-size:11.5px!important}}body.lf-public-header-active .lf-original-header-logo img{background:transparent!important;background-color:transparent!important;mix-blend-mode:normal!important;box-shadow:none!important;border:0!important}body.lf-public-header-active .lf-original-drawer-logo img{background:transparent!important}.lf-home-redesign .lf-promo-product-card{isolation:isolate!important;overflow:hidden!important}.lf-home-redesign .lf-promo-product-card:before{content:""!important;position:absolute!important;top:-40px!important;right:-30px!important;width:180px!important;height:180px!important;border-radius:50%!important;background:#ffffff38!important;filter:blur(12px)!important;z-index:0!important;pointer-events:none!important}.lf-home-redesign .lf-promo-product-copy h3{color:#173b2d!important;font-family:Montserrat,Arial,sans-serif!important;font-size:clamp(23px,3vw,34px)!important;font-weight:800!important;line-height:1.12!important;letter-spacing:-.02em!important;margin-bottom:10px!important}.lf-home-redesign .lf-promo-product-copy p{max-width:345px!important;color:#173b2dd1!important;font-family:Montserrat,Arial,sans-serif!important;font-size:13px!important;font-weight:500!important;line-height:1.55!important;margin-bottom:16px!important;-webkit-line-clamp:3!important}.lf-home-redesign .lf-promo-product-image{display:flex!important;align-items:center!important;justify-content:center!important;position:relative!important}.lf-home-redesign .lf-promo-product-image:before{content:""!important;position:absolute!important;top:12%!important;right:8%!important;bottom:12%!important;left:8%!important;border-radius:50%!important;background:radial-gradient(circle,#ffffff57,#fff0 68%)!important;z-index:0!important;pointer-events:none!important}.lf-home-redesign .lf-promo-product-image img{position:relative!important;z-index:2!important;background:transparent!important;mix-blend-mode:multiply!important;filter:drop-shadow(0 16px 24px rgba(0,0,0,.16)) contrast(1.03) saturate(1.02)!important;object-fit:contain!important}.lf-home-redesign .lf-promo-green{background:radial-gradient(circle at 88% 14%,rgba(255,255,255,.72),transparent 32%),linear-gradient(135deg,#eef6e7,#d6e7cd)!important}.lf-home-redesign .lf-promo-purple{background:radial-gradient(circle at 88% 14%,rgba(255,255,255,.72),transparent 32%),linear-gradient(135deg,#f6eef8,#e2d3ea)!important}@media (max-width: 768px){body.lf-public-header-active .lf-original-header-logo img{width:310px!important;min-width:310px!important;max-width:310px!important;height:84px!important;max-height:84px!important}.lf-home-redesign .lf-promo-product-copy h3{font-size:23px!important}.lf-home-redesign .lf-promo-product-copy p{font-size:12px!important;line-height:1.5!important}.lf-home-redesign .lf-promo-product-image img{max-height:235px!important}}@media (max-width: 480px){body.lf-public-header-active .lf-original-header-logo img{width:292px!important;min-width:292px!important;max-width:292px!important;height:84px!important;max-height:84px!important}.lf-home-redesign .lf-promo-product-copy h3{font-size:20px!important}.lf-home-redesign .lf-promo-product-copy p{font-size:11.5px!important}.lf-home-redesign .lf-promo-product-image img{max-height:210px!important}}body.lf-public-header-active .lf-original-header-logo img,body.lf-public-header-active .lf-original-drawer-logo img{background:transparent!important;background-color:transparent!important;border:0!important;box-shadow:none!important;object-fit:contain!important}@media (max-width: 768px){body.lf-public-header-active .lf-original-header-logo img{width:305px!important;min-width:305px!important;max-width:305px!important;height:84px!important;min-height:84px!important;max-height:84px!important;object-position:center center!important;transform:scale(1.08)!important}body.lf-public-header-active .lf-original-drawer-logo img{width:300px!important;min-width:300px!important;max-width:300px!important;height:72px!important;min-height:72px!important;max-height:72px!important;object-position:left center!important;transform:none!important}}.lf-home-redesign .lf-promo-product-grid>a:nth-child(1),.lf-home-redesign .lf-promo-product-grid>a:nth-child(2){position:relative!important;overflow:hidden!important;border-radius:26px!important;box-shadow:0 18px 38px #14221c1f!important}.lf-home-redesign .lf-promo-product-grid>a:nth-child(1){background:radial-gradient(circle at 86% 15%,rgba(255,255,255,.82),transparent 30%),linear-gradient(135deg,#edf6e8,#dcebd4)!important}.lf-home-redesign .lf-promo-product-grid>a:nth-child(2){background:radial-gradient(circle at 86% 15%,rgba(255,255,255,.82),transparent 30%),linear-gradient(135deg,#f5eef8,#e6d9ef)!important}.lf-home-redesign .lf-promo-product-grid>a:nth-child(1):before,.lf-home-redesign .lf-promo-product-grid>a:nth-child(2):before{content:""!important;position:absolute!important;top:-28px!important;right:-18px!important;width:160px!important;height:160px!important;border-radius:50%!important;background:#ffffff47!important;filter:blur(10px)!important;pointer-events:none!important;z-index:0!important}.lf-home-redesign .lf-promo-product-copy,.lf-home-redesign .lf-promo-product-image{position:relative!important;z-index:2!important}.lf-home-redesign .lf-promo-product-copy h3{color:#173b2d!important;font-family:Montserrat,Arial,sans-serif!important;font-size:clamp(23px,3vw,34px)!important;font-weight:800!important;line-height:1.1!important;letter-spacing:-.02em!important;margin-bottom:10px!important}.lf-home-redesign .lf-promo-product-copy p{max-width:355px!important;color:#173b2dcc!important;font-family:Montserrat,Arial,sans-serif!important;font-size:13px!important;font-weight:500!important;line-height:1.52!important;margin-bottom:16px!important}.lf-home-redesign .lf-promo-product-grid>a:nth-child(1) .lf-promo-product-image,.lf-home-redesign .lf-promo-product-grid>a:nth-child(2) .lf-promo-product-image{display:flex!important;align-items:center!important;justify-content:center!important;position:relative!important}.lf-home-redesign .lf-promo-product-grid>a:nth-child(1) .lf-promo-product-image:before,.lf-home-redesign .lf-promo-product-grid>a:nth-child(2) .lf-promo-product-image:before{content:""!important;position:absolute!important;top:12%!important;right:8%!important;bottom:12%!important;left:8%!important;border-radius:50%!important;background:radial-gradient(circle,#ffffff6b,#fff0 68%)!important;z-index:0!important;pointer-events:none!important}.lf-home-redesign .lf-promo-product-grid>a:nth-child(1) .lf-promo-product-image img,.lf-home-redesign .lf-promo-product-grid>a:nth-child(2) .lf-promo-product-image img{position:relative!important;z-index:2!important;background:transparent!important;background-color:transparent!important;mix-blend-mode:multiply!important;filter:drop-shadow(0 18px 24px rgba(0,0,0,.16)) contrast(1.04) saturate(1.03)!important;object-fit:contain!important;transform:scale(1.07)!important}@media (max-width: 768px){.lf-home-redesign .lf-promo-product-copy h3{font-size:23px!important}.lf-home-redesign .lf-promo-product-copy p{font-size:12px!important;line-height:1.48!important}.lf-home-redesign .lf-promo-product-grid>a:nth-child(1) .lf-promo-product-image img,.lf-home-redesign .lf-promo-product-grid>a:nth-child(2) .lf-promo-product-image img{max-height:235px!important}}@media (max-width: 480px){.lf-home-redesign .lf-promo-product-copy h3{font-size:20px!important}.lf-home-redesign .lf-promo-product-copy p{font-size:11.5px!important}.lf-home-redesign .lf-promo-product-grid>a:nth-child(1) .lf-promo-product-image img,.lf-home-redesign .lf-promo-product-grid>a:nth-child(2) .lf-promo-product-image img{max-height:210px!important}}body.lf-public-header-active .lf-original-header-logo img,body.lf-public-header-active .lf-original-drawer-logo img{display:block!important;background:transparent!important;background-color:transparent!important;border:0!important;box-shadow:none!important;object-fit:contain!important;mix-blend-mode:normal!important}.lf-home-redesign .lf-promo-product-card{min-height:370px!important;position:relative!important;grid-template-columns:minmax(0,1.08fr) minmax(130px,.92fr)!important;gap:18px!important;overflow:hidden!important;border:1px solid rgba(255,255,255,.66)!important;border-radius:26px!important;box-shadow:0 18px 42px #1830241f,inset 0 1px #ffffffbf!important;isolation:isolate!important}.lf-home-redesign .lf-promo-green{background:radial-gradient(circle at 87% 13%,rgba(255,255,255,.82),transparent 30%),linear-gradient(135deg,#eef7e9,#d5e8ce)!important}.lf-home-redesign .lf-promo-purple{background:radial-gradient(circle at 87% 13%,rgba(255,255,255,.84),transparent 30%),linear-gradient(135deg,#f7f0f9,#e2d4eb)!important}.lf-home-redesign .lf-promo-product-copy h3{margin:0 0 11px!important;color:#173b2d!important;font-family:Montserrat,Arial,sans-serif!important;font-size:clamp(23px,3vw,34px)!important;font-weight:800!important;line-height:1.1!important;letter-spacing:-.025em!important}.lf-home-redesign .lf-promo-product-copy p{max-width:350px!important;margin:0 0 17px!important;color:#173b2dcc!important;font-family:Montserrat,Arial,sans-serif!important;font-size:13px!important;font-weight:500!important;line-height:1.52!important;-webkit-line-clamp:4!important}.lf-home-redesign .lf-promo-product-image{min-width:0!important;height:300px!important;display:flex!important;align-items:center!important;justify-content:center!important;position:relative!important;z-index:2!important;overflow:visible!important}.lf-home-redesign .lf-promo-product-image:before{content:""!important;width:88%!important;height:88%!important;position:absolute!important;top:6%!important;right:6%!important;bottom:6%!important;left:6%!important;z-index:0!important;border-radius:50%!important;background:radial-gradient(circle,#ffffff8c,#fff0 69%)!important}.lf-home-redesign .lf-promo-product-image img{width:100%!important;max-width:300px!important;height:100%!important;max-height:300px!important;position:relative!important;z-index:2!important;background:transparent!important;background-color:transparent!important;object-fit:contain!important;mix-blend-mode:normal!important;filter:drop-shadow(0 22px 18px rgba(0,0,0,.2)) contrast(1.03) saturate(1.04)!important;transform:scale(1.06)!important}@media (max-width: 768px){.lf-home-redesign .lf-promo-product-card{min-height:345px!important;grid-template-columns:minmax(0,1.1fr) minmax(115px,.9fr)!important;gap:10px!important;padding:28px 20px!important}.lf-home-redesign .lf-promo-product-copy h3{font-size:22px!important}.lf-home-redesign .lf-promo-product-copy p{font-size:11.7px!important;line-height:1.48!important}.lf-home-redesign .lf-promo-product-image{height:245px!important}.lf-home-redesign .lf-promo-product-image img{max-width:235px!important;max-height:245px!important}}@media (max-width: 480px){.lf-home-redesign .lf-promo-product-card{min-height:325px!important;padding:25px 16px!important}.lf-home-redesign .lf-promo-product-copy h3{font-size:19px!important}.lf-home-redesign .lf-promo-product-copy p{font-size:11px!important}.lf-home-redesign .lf-promo-product-image{height:220px!important}.lf-home-redesign .lf-promo-product-image img{max-width:205px!important;max-height:220px!important}}body.lf-public-header-active .lf-original-header-logo img,body.lf-public-header-active .lf-original-drawer-logo img{display:block!important;background:transparent!important;border:0!important;box-shadow:none!important;object-fit:contain!important;mix-blend-mode:normal!important}@media (max-width: 768px){body.lf-public-header-active .lf-original-header-logo img{width:305px!important;min-width:305px!important;max-width:305px!important;height:84px!important;min-height:84px!important;max-height:84px!important;object-position:center center!important;transform:none!important}body.lf-public-header-active .lf-original-drawer-logo img{width:300px!important;min-width:300px!important;max-width:300px!important;height:72px!important;min-height:72px!important;max-height:72px!important;object-position:left center!important;transform:none!important}}@media (max-width: 480px){body.lf-public-header-active .lf-original-header-logo img{width:288px!important;min-width:288px!important;max-width:288px!important}body.lf-public-header-active .lf-original-drawer-logo img{width:282px!important;min-width:282px!important;max-width:282px!important}}.lf-home-redesign .lf-signature-product-title{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:3px!important;margin:0 0 11px!important;color:#173b2d!important;font-family:Montserrat,Arial,sans-serif!important;font-size:clamp(23px,3vw,34px)!important;font-weight:800!important;line-height:1.06!important;letter-spacing:-.025em!important;overflow:visible!important;-webkit-line-clamp:unset!important}.lf-home-redesign .lf-signature-product-title>span{display:block!important}.lf-home-redesign .lf-signature-product-subtitle{font-size:.66em!important;font-weight:750!important;line-height:1.15!important;letter-spacing:.035em!important;color:#173b2dc2!important}.lf-home-redesign .lf-promo-product-card{min-height:390px!important;grid-template-columns:minmax(0,1.02fr) minmax(170px,.98fr)!important;gap:12px!important;padding:38px 30px!important}.lf-home-redesign .lf-promo-product-image{width:100%!important;min-width:0!important;height:330px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:visible!important}.lf-home-redesign .lf-promo-product-image img{width:100%!important;max-width:350px!important;height:100%!important;max-height:330px!important;display:block!important;background:transparent!important;object-fit:contain!important;object-position:center center!important;mix-blend-mode:multiply!important;filter:drop-shadow(0 24px 20px rgba(0,0,0,.2)) contrast(1.03) saturate(1.04)!important;transform:scale(1.14)!important;transform-origin:center center!important}.lf-home-redesign .lf-promo-product-image:before{content:""!important;width:92%!important;height:92%!important;position:absolute!important;top:4%!important;right:4%!important;bottom:4%!important;left:4%!important;z-index:0!important;border-radius:50%!important;background:radial-gradient(circle,#ffffff7a,#fff0 68%)!important}@media (max-width: 768px){.lf-home-redesign .lf-promo-product-card{min-height:360px!important;grid-template-columns:minmax(0,1.02fr) minmax(145px,.98fr)!important;gap:8px!important;padding:29px 19px!important}.lf-home-redesign .lf-signature-product-title{font-size:22px!important}.lf-home-redesign .lf-signature-product-subtitle{font-size:14px!important}.lf-home-redesign .lf-promo-product-image{height:285px!important}.lf-home-redesign .lf-promo-product-image img{max-width:285px!important;max-height:285px!important;transform:scale(1.16)!important}}@media (max-width: 480px){.lf-home-redesign .lf-promo-product-card{min-height:340px!important;grid-template-columns:minmax(0,1fr) minmax(135px,1fr)!important;padding:25px 15px!important}.lf-home-redesign .lf-signature-product-title{font-size:19px!important}.lf-home-redesign .lf-signature-product-subtitle{font-size:12.5px!important}.lf-home-redesign .lf-promo-product-image{height:255px!important}.lf-home-redesign .lf-promo-product-image img{max-width:255px!important;max-height:255px!important;transform:scale(1.17)!important}}.lf-home-redesign .lf-promo-product-card{min-height:398px!important;border-radius:28px!important;border:1px solid rgba(255,255,255,.68)!important;box-shadow:0 18px 44px #162c201f,inset 0 1px #ffffffc7!important;overflow:hidden!important;isolation:isolate!important}.lf-home-redesign .lf-promo-green{background:radial-gradient(circle at 88% 14%,rgba(255,255,255,.82),transparent 30%),linear-gradient(135deg,#eef7e8,#d8e9d0)!important}.lf-home-redesign .lf-promo-purple{background:radial-gradient(circle at 88% 14%,rgba(255,255,255,.84),transparent 30%),linear-gradient(135deg,#f7eff9,#e4d6ed)!important}.lf-home-redesign .lf-promo-product-copy p{color:#173b2dcc!important}.lf-home-redesign .lf-promo-product-image{height:345px!important;display:flex!important;align-items:center!important;justify-content:center!important;position:relative!important;overflow:visible!important;z-index:2!important}.lf-home-redesign .lf-promo-product-image:before{content:""!important;position:absolute!important;top:5%!important;right:5%!important;bottom:5%!important;left:5%!important;z-index:0!important;border-radius:50%!important;background:radial-gradient(circle,#ffffff85,#fff0 70%)!important}.lf-home-redesign .lf-promo-product-image img{width:100%!important;max-width:370px!important;height:100%!important;max-height:345px!important;display:block!important;object-fit:contain!important;object-position:center center!important;background:transparent!important;background-color:transparent!important;mix-blend-mode:normal!important;filter:drop-shadow(0 24px 22px rgba(0,0,0,.18)) contrast(1.03) saturate(1.04)!important;transform:scale(1.16)!important;transform-origin:center center!important;position:relative!important;z-index:2!important}@media (max-width: 768px){.lf-home-redesign .lf-promo-product-card{min-height:360px!important;padding:30px 20px!important;gap:10px!important}.lf-home-redesign .lf-promo-product-image{height:295px!important}.lf-home-redesign .lf-promo-product-image img{max-width:300px!important;max-height:295px!important;transform:scale(1.18)!important}}@media (max-width: 480px){.lf-home-redesign .lf-promo-product-card{min-height:338px!important;padding:25px 16px!important}.lf-home-redesign .lf-promo-product-image{height:255px!important}.lf-home-redesign .lf-promo-product-image img{max-width:255px!important;max-height:255px!important;transform:scale(1.2)!important}}.lf-home-reviews .lf-review-card,.lf-home-reviews .review-card{overflow:hidden!important}.lf-home-reviews .lf-review-author,.lf-home-reviews .review-author,.lf-home-reviews .lf-review-meta,.lf-home-reviews .review-meta,.lf-home-reviews .customer-meta{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:4px!important}.lf-home-reviews .lf-review-author strong,.lf-home-reviews .review-author strong,.lf-home-reviews .lf-review-meta strong,.lf-home-reviews .review-meta strong,.lf-home-reviews strong.customer-name,.lf-home-reviews .customer-name{display:block!important;margin:0!important;line-height:1.25!important;color:#173b2d!important}.lf-home-reviews .lf-review-author span,.lf-home-reviews .review-author span,.lf-home-reviews .lf-review-author small,.lf-home-reviews .review-author small,.lf-home-reviews .lf-review-meta span,.lf-home-reviews .review-meta span,.lf-home-reviews .customer-location,.lf-home-reviews .review-location,.lf-home-reviews strong+span,.lf-home-reviews strong+small{display:block!important;margin-top:3px!important;line-height:1.35!important;color:#173b2da8!important;font-size:12px!important;font-weight:600!important;white-space:normal!important}@media (max-width: 768px){.lf-home-reviews .lf-review-author span,.lf-home-reviews .review-author span,.lf-home-reviews .lf-review-author small,.lf-home-reviews .review-author small,.lf-home-reviews .lf-review-meta span,.lf-home-reviews .review-meta span,.lf-home-reviews .customer-location,.lf-home-reviews .review-location,.lf-home-reviews strong+span,.lf-home-reviews strong+small{font-size:11.5px!important;line-height:1.4!important}}.lf-home-redesign .lf-promo-product-card{min-height:420px!important;grid-template-columns:minmax(0,1fr) minmax(190px,1fr)!important;gap:14px!important;padding:38px 30px!important;border-radius:30px!important;border:1px solid rgba(255,255,255,.72)!important;box-shadow:0 22px 48px #15281e21,inset 0 1px #ffffffd6!important;overflow:hidden!important;isolation:isolate!important}.lf-home-redesign .lf-promo-green{background:radial-gradient(circle at 86% 12%,rgba(255,255,255,.86),transparent 30%),linear-gradient(135deg,#eef8e8,#d7ead0)!important}.lf-home-redesign .lf-promo-purple{background:radial-gradient(circle at 86% 12%,rgba(255,255,255,.88),transparent 30%),linear-gradient(135deg,#f7effa,#e4d7ee)!important}.lf-home-redesign .lf-promo-product-copy p{max-width:360px!important;color:#173b2dcc!important;line-height:1.55!important}.lf-home-redesign .lf-promo-product-image{width:100%!important;min-width:0!important;height:370px!important;display:flex!important;align-items:center!important;justify-content:center!important;position:relative!important;overflow:visible!important;z-index:2!important}.lf-home-redesign .lf-promo-product-image:before{content:""!important;position:absolute!important;top:3%!important;right:3%!important;bottom:3%!important;left:3%!important;z-index:0!important;border-radius:50%!important;background:radial-gradient(circle,#ffffff94,#fff0 72%)!important}.lf-home-redesign .lf-promo-product-image img{width:100%!important;max-width:410px!important;height:100%!important;max-height:370px!important;display:block!important;position:relative!important;z-index:2!important;object-fit:contain!important;object-position:center center!important;background:transparent!important;background-color:transparent!important;mix-blend-mode:normal!important;filter:drop-shadow(0 26px 24px rgba(0,0,0,.18)) contrast(1.04) saturate(1.05)!important;transform:scale(1.28)!important;transform-origin:center center!important}.lf-home-redesign .lf-promo-product-grid>*:nth-child(1) .lf-promo-product-image img,.lf-home-redesign .lf-promo-product-grid>*:nth-child(2) .lf-promo-product-image img{max-width:430px!important;max-height:380px!important;transform:scale(1.32)!important}@media (max-width: 768px){.lf-home-redesign .lf-promo-product-card{min-height:372px!important;grid-template-columns:minmax(0,1.02fr) minmax(155px,.98fr)!important;gap:8px!important;padding:30px 20px!important}.lf-home-redesign .lf-promo-product-image{height:305px!important}.lf-home-redesign .lf-promo-product-image img{max-width:320px!important;max-height:305px!important;transform:scale(1.3)!important}.lf-home-redesign .lf-promo-product-grid>*:nth-child(1) .lf-promo-product-image img,.lf-home-redesign .lf-promo-product-grid>*:nth-child(2) .lf-promo-product-image img{max-width:340px!important;max-height:315px!important;transform:scale(1.34)!important}}@media (max-width: 480px){.lf-home-redesign .lf-promo-product-card{min-height:348px!important;padding:26px 16px!important}.lf-home-redesign .lf-promo-product-image{height:265px!important}.lf-home-redesign .lf-promo-product-image img{max-width:270px!important;max-height:265px!important;transform:scale(1.32)!important}.lf-home-redesign .lf-promo-product-grid>*:nth-child(1) .lf-promo-product-image img,.lf-home-redesign .lf-promo-product-grid>*:nth-child(2) .lf-promo-product-image img{max-width:285px!important;max-height:270px!important;transform:scale(1.36)!important}}@media (max-width: 768px){.lf-premium-trust-bar,.lf-home-redesign .lf-premium-trust-bar,.lf-home-redesign .lf-premium-hero+.lf-premium-trust-bar{display:none!important}}.lf-home-redesign .lf-promo-product-grid{gap:24px!important}.lf-home-redesign .lf-promo-product-card{min-height:430px!important;grid-template-columns:minmax(0,1fr) minmax(210px,1fr)!important;gap:14px!important;padding:40px 32px!important;border-radius:30px!important;border:1px solid rgba(255,255,255,.74)!important;box-shadow:0 24px 50px #162c2021,inset 0 1px #ffffffdb!important;overflow:hidden!important;isolation:isolate!important}.lf-home-redesign .lf-promo-green{background:radial-gradient(circle at 86% 12%,rgba(255,255,255,.88),transparent 30%),linear-gradient(135deg,#eef8e8,#d8ebd1)!important}.lf-home-redesign .lf-promo-purple{background:radial-gradient(circle at 86% 12%,rgba(255,255,255,.88),transparent 30%),linear-gradient(135deg,#f8effa,#e4d7ee)!important}.lf-home-redesign .lf-promo-product-copy{position:relative!important;z-index:3!important}.lf-home-redesign .lf-promo-product-copy h3,.lf-home-redesign .lf-signature-product-title{margin-bottom:12px!important}.lf-home-redesign .lf-promo-product-copy p{max-width:365px!important;line-height:1.56!important;color:#173b2dcc!important}.lf-home-redesign .lf-promo-product-image{width:100%!important;min-width:0!important;height:390px!important;display:flex!important;align-items:center!important;justify-content:center!important;position:relative!important;overflow:visible!important;z-index:2!important}.lf-home-redesign .lf-promo-product-image:before{content:""!important;position:absolute!important;top:2%!important;right:2%!important;bottom:2%!important;left:2%!important;z-index:0!important;border-radius:50%!important;background:radial-gradient(circle,#fff9,#fff0 72%)!important}.lf-home-redesign .lf-promo-product-image img{width:100%!important;max-width:450px!important;height:100%!important;max-height:390px!important;display:block!important;position:relative!important;z-index:2!important;object-fit:contain!important;object-position:center center!important;background:transparent!important;background-color:transparent!important;mix-blend-mode:normal!important;filter:drop-shadow(0 28px 26px rgba(0,0,0,.18)) contrast(1.04) saturate(1.05)!important;transform:scale(1.36)!important;transform-origin:center center!important}.lf-home-redesign .lf-promo-product-grid>*:nth-child(1) .lf-promo-product-image img,.lf-home-redesign .lf-promo-product-grid>*:nth-child(2) .lf-promo-product-image img{max-width:470px!important;max-height:400px!important;transform:scale(1.42)!important}.lf-home-reviews .lf-review-author,.lf-home-reviews .review-author,.lf-home-reviews .lf-review-meta,.lf-home-reviews .review-meta,.lf-home-reviews .customer-meta{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:6px!important}.lf-home-reviews .lf-review-author strong,.lf-home-reviews .review-author strong,.lf-home-reviews .lf-review-meta strong,.lf-home-reviews .review-meta strong,.lf-home-reviews .customer-name,.lf-home-reviews strong.customer-name{display:block!important;margin:0!important;line-height:1.28!important;color:#173b2d!important}.lf-home-reviews .lf-review-author span,.lf-home-reviews .review-author span,.lf-home-reviews .lf-review-author small,.lf-home-reviews .review-author small,.lf-home-reviews .lf-review-meta span,.lf-home-reviews .review-meta span,.lf-home-reviews .customer-location,.lf-home-reviews .review-location,.lf-home-reviews strong+span,.lf-home-reviews strong+small{display:block!important;margin-top:4px!important;padding-top:1px!important;line-height:1.42!important;color:#173b2dab!important;font-size:12px!important;font-weight:600!important;white-space:normal!important}@media (max-width: 768px){.lf-home-redesign .lf-promo-product-card{min-height:378px!important;grid-template-columns:minmax(0,1.02fr) minmax(160px,.98fr)!important;gap:10px!important;padding:30px 20px!important}.lf-home-redesign .lf-promo-product-image{height:315px!important}.lf-home-redesign .lf-promo-product-image img{max-width:340px!important;max-height:315px!important;transform:scale(1.38)!important}.lf-home-redesign .lf-promo-product-grid>*:nth-child(1) .lf-promo-product-image img,.lf-home-redesign .lf-promo-product-grid>*:nth-child(2) .lf-promo-product-image img{max-width:360px!important;max-height:325px!important;transform:scale(1.44)!important}.lf-home-reviews .lf-review-author span,.lf-home-reviews .review-author span,.lf-home-reviews .lf-review-author small,.lf-home-reviews .review-author small,.lf-home-reviews .lf-review-meta span,.lf-home-reviews .review-meta span,.lf-home-reviews .customer-location,.lf-home-reviews .review-location,.lf-home-reviews strong+span,.lf-home-reviews strong+small{font-size:11.5px!important}}@media (max-width: 480px){.lf-home-redesign .lf-promo-product-card{min-height:352px!important;padding:26px 16px!important}.lf-home-redesign .lf-promo-product-image{height:272px!important}.lf-home-redesign .lf-promo-product-image img{max-width:290px!important;max-height:272px!important;transform:scale(1.4)!important}.lf-home-redesign .lf-promo-product-grid>*:nth-child(1) .lf-promo-product-image img,.lf-home-redesign .lf-promo-product-grid>*:nth-child(2) .lf-promo-product-image img{max-width:305px!important;max-height:278px!important;transform:scale(1.46)!important}}.lf-home-product-promos .lf-home-section-title>span{display:none!important}.lf-home-product-promos{padding-top:30px!important;padding-bottom:28px!important}.lf-home-product-promos .lf-home-section-title{margin-top:0!important;margin-bottom:28px!important;padding-top:0!important}.lf-home-product-promos .lf-home-section-title h2{margin-top:0!important;margin-bottom:0!important}@media (max-width: 768px){.lf-home-product-promos{padding-top:18px!important;padding-bottom:22px!important}.lf-home-product-promos .lf-home-section-title{margin-bottom:21px!important}}.lf-home-redesign .lf-promo-product-grid{gap:22px!important}.lf-home-redesign .lf-promo-product-card{min-height:420px!important;grid-template-columns:minmax(0,.95fr) minmax(210px,1.05fr)!important;gap:10px!important;padding:38px 27px!important;overflow:hidden!important;border-radius:30px!important;border:1px solid rgba(255,255,255,.76)!important;box-shadow:0 24px 52px #162c2021,inset 0 1px #ffffffdb!important;isolation:isolate!important}.lf-home-redesign .lf-promo-green{background:radial-gradient(circle at 87% 12%,rgba(255,255,255,.88),transparent 30%),linear-gradient(135deg,#eef8e8,#d7ead0)!important}.lf-home-redesign .lf-promo-purple{background:radial-gradient(circle at 87% 12%,rgba(255,255,255,.9),transparent 30%),linear-gradient(135deg,#f8f0fa,#e4d7ee)!important}.lf-home-redesign .lf-promo-product-image{width:100%!important;min-width:0!important;height:370px!important;display:flex!important;align-items:center!important;justify-content:center!important;position:relative!important;z-index:2!important;overflow:visible!important}.lf-home-redesign .lf-promo-product-image .lf-transparent-signature-product{width:auto!important;max-width:118%!important;height:auto!important;max-height:365px!important;display:block!important;position:relative!important;z-index:2!important;object-fit:contain!important;object-position:center center!important;background:transparent!important;background-color:transparent!important;mix-blend-mode:normal!important;filter:drop-shadow(0 27px 24px rgba(0,0,0,.2)) contrast(1.04) saturate(1.05)!important;transform:scale(1.22)!important;transform-origin:center center!important}.lf-home-redesign .lf-promo-product-image img.lf-transparent-signature-product{max-width:118%!important;max-height:365px!important}.lf-view-all-products{margin-top:22px!important;margin-bottom:0!important}.lf-home-categories{padding-top:28px!important;padding-bottom:34px!important}.lf-home-categories .lf-home-section-title{margin-top:0!important;margin-bottom:28px!important}.lf-home-categories+.lf-home-reviews,.lf-home-reviews{margin-top:0!important;padding-top:34px!important;padding-bottom:28px!important}.lf-home-reviews .lf-new-review-head{margin-top:0!important;margin-bottom:26px!important}.lf-home-reviews .lf-review-item>strong{display:block!important;margin:18px 0 0!important;padding:0!important;color:#173b2d!important;font-size:15px!important;font-weight:800!important;line-height:1.28!important}.lf-home-reviews .lf-review-item>strong+span{display:block!important;margin:9px 0 0!important;padding:0!important;color:#173b2da8!important;font-size:12px!important;font-weight:600!important;line-height:1.45!important;white-space:normal!important}.lf-home-reviews+section,.lf-home-reviews+div,.lf-home-reviews+.lf-social-section,.lf-home-reviews+.social-media-section{margin-top:0!important;padding-top:24px!important}.lf-home-reviews{margin-bottom:0!important}.lf-home-redesign+.lf-footer,body:has(.lf-home-redesign) .lf-footer{margin-top:0!important}@media (max-width: 768px){.lf-home-redesign .lf-promo-product-card{min-height:370px!important;grid-template-columns:minmax(0,.95fr) minmax(150px,1.05fr)!important;gap:5px!important;padding:28px 17px!important}.lf-home-redesign .lf-promo-product-image{height:305px!important}.lf-home-redesign .lf-promo-product-image .lf-transparent-signature-product{max-width:132%!important;max-height:300px!important;transform:scale(1.27)!important}.lf-home-redesign .lf-promo-product-image img.lf-transparent-signature-product{max-width:132%!important;max-height:300px!important}.lf-view-all-products{margin-top:18px!important}.lf-home-categories{padding-top:22px!important;padding-bottom:26px!important}.lf-home-categories .lf-home-section-title{margin-bottom:22px!important}.lf-home-reviews{padding-top:26px!important;padding-bottom:20px!important}.lf-home-reviews .lf-new-review-head{margin-bottom:21px!important}.lf-home-reviews .lf-review-item>strong{margin-top:16px!important;font-size:14px!important}.lf-home-reviews .lf-review-item>strong+span{margin-top:9px!important;font-size:11.5px!important}.lf-home-reviews+section,.lf-home-reviews+div,.lf-home-reviews+.lf-social-section,.lf-home-reviews+.social-media-section{padding-top:18px!important}}@media (max-width: 480px){.lf-home-product-promos{padding-top:15px!important}.lf-home-redesign .lf-promo-product-card{min-height:350px!important;padding:25px 14px!important}.lf-home-redesign .lf-promo-product-image{height:270px!important}.lf-home-redesign .lf-promo-product-image .lf-transparent-signature-product{max-width:140%!important;max-height:267px!important;transform:scale(1.3)!important}.lf-home-redesign .lf-promo-product-image img.lf-transparent-signature-product{max-width:140%!important;max-height:267px!important}}.home-hero,.lf-home-redesign .home-hero{background:linear-gradient(135deg,#f4f1e9,#ece7da)!important}.home-hero img[src^="data:image/gif"],.lf-home-redesign .home-hero img[src^="data:image/gif"],.lf-transparent-signature-product.is-processing{opacity:0!important;visibility:hidden!important}.lf-transparent-signature-product.is-ready{opacity:1!important;visibility:visible!important;transition:opacity .16s ease!important}.lf-promo-product-image:has(.lf-transparent-signature-product.is-processing){min-height:inherit!important}.admin-signature-label-field{margin:14px 0 20px;padding:16px;border:1px solid #dfe5df;border-radius:12px;background:#f8faf8}.admin-signature-label-preview{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:8px;color:#69746e;font-size:12px}.admin-signature-label-preview strong{color:#234f3d;font-size:13px;font-weight:900;letter-spacing:.07em}.lf-home-redesign .lf-promo-product-copy>small{display:block!important;margin:0 0 5px!important;color:#315d4a!important;font-size:13px!important;font-weight:900!important;line-height:1.18!important;letter-spacing:.07em!important;text-transform:uppercase!important;opacity:1!important}.lf-home-redesign .lf-promo-product-copy>small+h3,.lf-home-redesign .lf-promo-product-copy>small+.lf-signature-product-title{margin-top:0!important}@media (max-width: 768px){.lf-home-redesign .lf-promo-product-copy>small{margin-bottom:4px!important;font-size:12px!important}}.lf-view-all-products a{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important}.lf-view-all-products-arrow{display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:20px!important;font-weight:800!important;line-height:1!important;transition:transform .2s ease!important}.lf-view-all-products a:hover .lf-view-all-products-arrow{transform:translate(4px)!important}@media (max-width: 768px){.lf-view-all-products-arrow{font-size:19px!important}}.lf-home-redesign .lf-promo-product-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:22px!important;overflow:visible!important;max-height:none!important}.lf-home-redesign .lf-promo-product-grid>.lf-promo-product-card{display:grid!important;visibility:visible!important;opacity:1!important}.lf-home-redesign .lf-promo-product-grid>.lf-promo-product-card .lf-promo-product-image img{max-width:440px!important;max-height:365px!important;transform:scale(1.25)!important}.lf-signature-products-empty{grid-column:1 / -1;padding:35px 20px;border:1px dashed rgba(23,59,45,.25);border-radius:18px;color:#173b2dad;text-align:center}.lf-view-all-products-arrow{position:relative!important;top:-2px!important;line-height:1!important;vertical-align:middle!important}@media (max-width: 768px){.lf-home-redesign .lf-promo-product-grid{grid-template-columns:1fr!important;gap:18px!important}.lf-home-redesign .lf-promo-product-grid>.lf-promo-product-card .lf-promo-product-image img{max-width:340px!important;max-height:300px!important;transform:scale(1.27)!important}.lf-view-all-products-arrow{top:-1.5px!important}}@media (max-width: 480px){.lf-home-redesign .lf-promo-product-grid>.lf-promo-product-card .lf-promo-product-image img{max-width:285px!important;max-height:265px!important;transform:scale(1.28)!important}}.lf-home-redesign .lf-promo-product-card.lf-promo-best-seller{background:radial-gradient(circle at 87% 12%,rgba(255,255,255,.88),transparent 30%),linear-gradient(135deg,#eef8e8,#d7ead0)!important;border-color:#6b915c33!important;box-shadow:0 24px 52px #2f5b3e21,inset 0 1px #ffffffe0!important}.lf-home-redesign .lf-promo-product-card.lf-promo-best-seller .lf-promo-product-copy>small{color:#315d4a!important}.lf-home-redesign .lf-promo-product-card.lf-promo-best-seller .lf-promo-shop-button{background:#315d4a!important;color:#fff!important}.lf-home-redesign .lf-promo-product-card.lf-promo-signature-blend{background:radial-gradient(circle at 87% 12%,rgba(255,255,255,.9),transparent 30%),linear-gradient(135deg,#f8f0fa,#e4d7ee)!important;border-color:#7852912e!important;box-shadow:0 24px 52px #57356e21,inset 0 1px #ffffffe6!important}.lf-home-redesign .lf-promo-product-card.lf-promo-signature-blend .lf-promo-product-copy>small{color:#704b86!important}.lf-home-redesign .lf-promo-product-card.lf-promo-signature-blend .lf-promo-shop-button{background:#704b86!important;color:#fff!important}.lf-home-redesign .lf-promo-product-card.lf-promo-best-seller,.lf-home-redesign .lf-promo-product-card.lf-promo-signature-blend{min-height:420px!important;grid-template-columns:minmax(0,.95fr) minmax(210px,1.05fr)!important;gap:10px!important;padding:38px 27px!important;border-radius:30px!important;overflow:hidden!important}@media (max-width: 768px){.lf-home-redesign .lf-promo-product-card.lf-promo-best-seller,.lf-home-redesign .lf-promo-product-card.lf-promo-signature-blend{min-height:370px!important;grid-template-columns:minmax(0,.95fr) minmax(150px,1.05fr)!important;gap:5px!important;padding:28px 17px!important}}@media (max-width: 480px){.lf-home-redesign .lf-promo-product-card.lf-promo-best-seller,.lf-home-redesign .lf-promo-product-card.lf-promo-signature-blend{min-height:350px!important;padding:25px 14px!important}}.lf-home-redesign .lf-promo-product-card.lf-promo-best-seller,.lf-home-redesign .lf-promo-product-card.lf-promo-signature-blend{position:relative!important;min-height:430px!important;display:grid!important;grid-template-columns:minmax(0,.98fr) minmax(205px,1.02fr)!important;align-items:center!important;gap:16px!important;padding:38px 30px!important;border-radius:28px!important;overflow:hidden!important;text-decoration:none!important;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease!important}.lf-home-redesign .lf-promo-product-card.lf-promo-best-seller:before,.lf-home-redesign .lf-promo-product-card.lf-promo-signature-blend:before{content:""!important;position:absolute!important;width:290px!important;height:290px!important;right:-52px!important;top:-64px!important;border-radius:50%!important;pointer-events:none!important;z-index:0!important}.lf-home-redesign .lf-promo-product-card.lf-promo-best-seller:after,.lf-home-redesign .lf-promo-product-card.lf-promo-signature-blend:after{content:""!important;position:absolute!important;width:170px!important;height:170px!important;left:-72px!important;bottom:-88px!important;border-radius:50%!important;pointer-events:none!important;z-index:0!important}.lf-home-redesign .lf-promo-product-card.lf-promo-best-seller{background:linear-gradient(135deg,#f9fbf5,#edf5e7 48%,#dbe9d2)!important;border:1px solid rgba(72,112,72,.18)!important;box-shadow:0 22px 46px #2b4b3021,inset 0 1px #ffffffeb!important}.lf-home-redesign .lf-promo-product-card.lf-promo-best-seller:before{background:radial-gradient(circle,#ffffffd6,#e7f2dd85 55%,#e7f2dd00 74%)!important}.lf-home-redesign .lf-promo-product-card.lf-promo-best-seller:after{background:#a2c29129!important}.lf-home-redesign .lf-promo-product-card.lf-promo-best-seller .lf-promo-product-copy>small{color:#315c3f!important}.lf-home-redesign .lf-promo-product-card.lf-promo-best-seller .lf-signature-product-title{color:#183d2b!important}.lf-home-redesign .lf-promo-product-card.lf-promo-best-seller .lf-promo-product-copy p{color:#183d2bc7!important}.lf-home-redesign .lf-promo-product-card.lf-promo-best-seller .lf-promo-product-copy strong{color:#183d2b!important}.lf-home-redesign .lf-promo-product-card.lf-promo-best-seller .lf-promo-shop-button{background:linear-gradient(135deg,#315c3f,#234a33)!important;color:#fff!important;box-shadow:0 10px 22px #234a3333!important}.lf-home-redesign .lf-promo-product-card.lf-promo-signature-blend{background:linear-gradient(135deg,#fcf9fd,#f2eaf6 48%,#e3d5eb)!important;border:1px solid rgba(112,73,137,.17)!important;box-shadow:0 22px 46px #52336721,inset 0 1px #fffffff0!important}.lf-home-redesign .lf-promo-product-card.lf-promo-signature-blend:before{background:radial-gradient(circle,#ffffffe0,#eedff68c 55%,#eedff600 74%)!important}.lf-home-redesign .lf-promo-product-card.lf-promo-signature-blend:after{background:#af8bc326!important}.lf-home-redesign .lf-promo-product-card.lf-promo-signature-blend .lf-promo-product-copy>small{color:#6d4980!important}.lf-home-redesign .lf-promo-product-card.lf-promo-signature-blend .lf-signature-product-title{color:#472b58!important}.lf-home-redesign .lf-promo-product-card.lf-promo-signature-blend .lf-promo-product-copy p{color:#472b58c4!important}.lf-home-redesign .lf-promo-product-card.lf-promo-signature-blend .lf-promo-product-copy strong{color:#472b58!important}.lf-home-redesign .lf-promo-product-card.lf-promo-signature-blend .lf-promo-shop-button{background:linear-gradient(135deg,#76518b,#5c3c70)!important;color:#fff!important;box-shadow:0 10px 22px #5c3c7033!important}.lf-home-redesign .lf-promo-product-card .lf-promo-product-copy{position:relative!important;z-index:3!important}.lf-home-redesign .lf-promo-product-card .lf-promo-product-copy>small{margin:0 0 7px!important;font-size:12.5px!important;font-weight:900!important;line-height:1.2!important;letter-spacing:.09em!important;text-transform:uppercase!important}.lf-home-redesign .lf-promo-product-card .lf-signature-product-title{margin:0 0 13px!important;font-size:clamp(25px,2.1vw,35px)!important;font-weight:800!important;line-height:1.07!important;letter-spacing:-.025em!important}.lf-home-redesign .lf-promo-product-card .lf-signature-product-subtitle{display:block!important;margin-top:4px!important;font-size:.68em!important;font-weight:700!important;letter-spacing:.025em!important}.lf-home-redesign .lf-promo-product-card .lf-promo-product-copy p{max-width:355px!important;margin:0 0 17px!important;font-size:14px!important;line-height:1.58!important}.lf-home-redesign .lf-promo-product-card .lf-promo-product-copy strong{display:block!important;margin:0 0 17px!important;font-size:22px!important;font-weight:800!important;line-height:1.2!important}.lf-home-redesign .lf-promo-product-card .lf-promo-shop-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:42px!important;padding:10px 19px!important;border-radius:999px!important;font-size:12px!important;font-weight:800!important;letter-spacing:.025em!important}.lf-home-redesign .lf-promo-product-card .lf-promo-product-image{position:relative!important;z-index:2!important;width:100%!important;height:350px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:visible!important}.lf-home-redesign .lf-promo-product-card .lf-promo-product-image img{width:auto!important;max-width:116%!important;height:auto!important;max-height:345px!important;object-fit:contain!important;transform:scale(1.2)!important;transform-origin:center center!important;filter:drop-shadow(0 24px 23px rgba(0,0,0,.18)) contrast(1.03) saturate(1.04)!important}.lf-home-redesign .lf-promo-product-card.lf-promo-best-seller:hover,.lf-home-redesign .lf-promo-product-card.lf-promo-signature-blend:hover{transform:translateY(-5px)!important}.lf-home-redesign .lf-promo-product-card.lf-promo-best-seller:hover{border-color:#4870484d!important;box-shadow:0 29px 58px #2b4b302e,inset 0 1px #fffffff0!important}.lf-home-redesign .lf-promo-product-card.lf-promo-signature-blend:hover{border-color:#7049894a!important;box-shadow:0 29px 58px #5233672e,inset 0 1px #fffffff2!important}@media (max-width: 768px){.lf-home-redesign .lf-promo-product-card.lf-promo-best-seller,.lf-home-redesign .lf-promo-product-card.lf-promo-signature-blend{min-height:370px!important;grid-template-columns:minmax(0,1fr) minmax(145px,.92fr)!important;gap:8px!important;padding:28px 18px!important;border-radius:24px!important}.lf-home-redesign .lf-promo-product-card .lf-signature-product-title{font-size:clamp(22px,6vw,29px)!important}.lf-home-redesign .lf-promo-product-card .lf-promo-product-copy p{font-size:12.5px!important;line-height:1.5!important}.lf-home-redesign .lf-promo-product-card .lf-promo-product-image{height:285px!important}.lf-home-redesign .lf-promo-product-card .lf-promo-product-image img{max-width:128%!important;max-height:280px!important;transform:scale(1.22)!important}}@media (max-width: 480px){.lf-home-redesign .lf-promo-product-card.lf-promo-best-seller,.lf-home-redesign .lf-promo-product-card.lf-promo-signature-blend{min-height:350px!important;grid-template-columns:minmax(0,1.05fr) minmax(130px,.95fr)!important;padding:25px 14px!important}.lf-home-redesign .lf-promo-product-card .lf-promo-product-image{height:255px!important}.lf-home-redesign .lf-promo-product-card .lf-promo-product-image img{max-width:135%!important;max-height:252px!important;transform:scale(1.23)!important}.lf-home-redesign .lf-promo-product-card .lf-promo-shop-button{min-height:38px!important;padding:9px 15px!important}}.lf-home-redesign .lf-promo-product-grid>.lf-signature-template-card{position:relative!important;display:grid!important;grid-template-columns:minmax(0,.98fr) minmax(205px,1.02fr)!important;align-items:center!important;min-height:430px!important;gap:16px!important;padding:38px 30px!important;overflow:hidden!important;isolation:isolate!important;border-radius:28px!important;text-decoration:none!important;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease!important}.lf-home-redesign .lf-promo-product-grid>.lf-signature-template-card:before{content:""!important;position:absolute!important;z-index:0!important;width:290px!important;height:290px!important;top:-64px!important;right:-52px!important;border-radius:50%!important;pointer-events:none!important}.lf-home-redesign .lf-promo-product-grid>.lf-signature-template-card:after{content:""!important;position:absolute!important;z-index:0!important;width:170px!important;height:170px!important;left:-72px!important;bottom:-88px!important;border-radius:50%!important;pointer-events:none!important}.lf-home-redesign .lf-promo-product-grid>.lf-signature-template-card.lf-signature-theme-green{background:linear-gradient(135deg,#fcfdf9,#edf5e8 48%,#d9e9d0)!important;border:1px solid rgba(75,113,72,.18)!important;box-shadow:0 22px 46px #34533021,inset 0 1px #fffffff0!important}.lf-home-redesign .lf-signature-theme-green:before{background:radial-gradient(circle,#ffffffe0,#e0efd78c 55%,#e0efd700 74%)!important}.lf-home-redesign .lf-signature-theme-green:after{background:#8bb07b26!important}.lf-home-redesign .lf-promo-product-grid>.lf-signature-template-card.lf-signature-theme-lavender{background:linear-gradient(135deg,#fcf9fd,#f2eaf6 48%,#e3d5eb)!important;border:1px solid rgba(112,73,137,.17)!important;box-shadow:0 22px 46px #52336721,inset 0 1px #fffffff0!important}.lf-home-redesign .lf-signature-theme-lavender:before{background:radial-gradient(circle,#ffffffe0,#eedff68c 55%,#eedff600 74%)!important}.lf-home-redesign .lf-signature-theme-lavender:after{background:#af8bc326!important}.lf-home-redesign .lf-signature-template-card .lf-promo-product-copy{position:relative!important;z-index:4!important;width:100%!important;min-width:0!important;max-width:100%!important;margin:0!important;padding:0!important}.lf-home-redesign .lf-signature-template-card .lf-promo-product-copy>small{display:block!important;width:max-content!important;max-width:100%!important;margin:0 0 7px!important;padding:0!important;white-space:nowrap!important;word-break:normal!important;overflow-wrap:normal!important;font-size:12.5px!important;font-weight:900!important;line-height:1.2!important;letter-spacing:.09em!important;text-transform:uppercase!important}.lf-home-redesign .lf-signature-theme-green .lf-promo-product-copy>small{color:#3c6748!important}.lf-home-redesign .lf-signature-theme-lavender .lf-promo-product-copy>small{color:#6d4980!important}.lf-home-redesign .lf-signature-template-card .lf-signature-product-title{width:100%!important;max-width:100%!important;margin:0 0 13px!important;font-size:clamp(25px,2.1vw,35px)!important;font-weight:800!important;line-height:1.07!important;letter-spacing:-.025em!important}.lf-home-redesign .lf-signature-theme-green .lf-signature-product-title{color:#193d2b!important}.lf-home-redesign .lf-signature-theme-lavender .lf-signature-product-title{color:#472b58!important}.lf-home-redesign .lf-signature-template-card .lf-signature-product-main-title{display:block!important;width:100%!important;max-width:100%!important;white-space:nowrap!important;word-break:normal!important;overflow-wrap:normal!important;font:inherit!important;color:inherit!important}.lf-home-redesign .lf-signature-template-card .lf-signature-product-subtitle{display:block!important;margin-top:4px!important;white-space:nowrap!important;font-size:.68em!important;font-weight:700!important;line-height:1.12!important;letter-spacing:.025em!important}.lf-home-redesign .lf-signature-template-card .lf-promo-product-copy p{display:block!important;width:100%!important;max-width:355px!important;margin:0 0 17px!important;padding:0!important;font-size:14px!important;line-height:1.58!important;white-space:normal!important;word-break:normal!important;overflow-wrap:break-word!important;overflow:visible!important;-webkit-line-clamp:unset!important;-webkit-box-orient:unset!important}.lf-home-redesign .lf-signature-theme-green .lf-promo-product-copy p{color:#193d2bc4!important}.lf-home-redesign .lf-signature-theme-lavender .lf-promo-product-copy p{color:#472b58c4!important}.lf-home-redesign .lf-signature-template-card .lf-promo-product-copy strong{display:block!important;margin:0 0 17px!important;font-size:22px!important;font-weight:800!important;line-height:1.2!important}.lf-home-redesign .lf-signature-theme-green .lf-promo-product-copy strong{color:#193d2b!important}.lf-home-redesign .lf-signature-theme-lavender .lf-promo-product-copy strong{color:#472b58!important}.lf-home-redesign .lf-signature-template-card .lf-promo-shop-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:42px!important;padding:10px 19px!important;border-radius:999px!important;color:#fff!important;font-size:12px!important;font-weight:800!important;line-height:1!important;letter-spacing:.025em!important}.lf-home-redesign .lf-signature-theme-green .lf-promo-shop-button{background:linear-gradient(135deg,#416d4d,#2d5438)!important;box-shadow:0 10px 22px #2d543833!important}.lf-home-redesign .lf-signature-theme-lavender .lf-promo-shop-button{background:linear-gradient(135deg,#76518b,#5c3c70)!important;box-shadow:0 10px 22px #5c3c7033!important}.lf-home-redesign .lf-signature-template-card .lf-promo-product-image{position:relative!important;z-index:3!important;width:100%!important;min-width:0!important;height:350px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;overflow:visible!important;transform:translate(4px)!important}.lf-home-redesign .lf-signature-template-card .lf-promo-product-image img,.lf-home-redesign .lf-signature-template-card .lf-transparent-signature-product{width:auto!important;height:auto!important;max-width:126%!important;max-height:350px!important;object-fit:contain!important;object-position:center center!important;transform:scale(1.28)!important;transform-origin:center center!important;background:transparent!important;background-color:transparent!important;filter:drop-shadow(0 24px 23px rgba(0,0,0,.18)) contrast(1.03) saturate(1.04)!important}.lf-home-redesign .lf-signature-template-card:hover{transform:translateY(-5px)!important}.lf-home-redesign .lf-signature-theme-green:hover{border-color:#4b71484d!important;box-shadow:0 29px 58px #3453302e,inset 0 1px #fffffff2!important}.lf-home-redesign .lf-signature-theme-lavender:hover{border-color:#7049894a!important;box-shadow:0 29px 58px #5233672e,inset 0 1px #fffffff2!important}@media (max-width: 768px){.lf-home-redesign .lf-promo-product-grid>.lf-signature-template-card{grid-template-columns:minmax(0,1fr) minmax(145px,.92fr)!important;align-items:center!important;min-height:370px!important;gap:8px!important;padding:58px 18px 28px!important}.lf-home-redesign .lf-signature-template-card .lf-promo-product-copy>small{position:absolute!important;top:-36px!important;left:0!important;margin:0!important;font-size:11px!important;line-height:1!important;letter-spacing:.07em!important}.lf-home-redesign .lf-signature-template-card .lf-signature-product-title{margin-bottom:11px!important;font-size:clamp(22px,6vw,29px)!important}.lf-home-redesign .lf-signature-template-card .lf-promo-product-copy p{width:100%!important;max-width:100%!important;margin-bottom:14px!important;font-size:12.5px!important;line-height:1.5!important}.lf-home-redesign .lf-signature-template-card .lf-promo-product-copy strong{margin-bottom:15px!important;font-size:21px!important}.lf-home-redesign .lf-signature-template-card .lf-promo-product-image{height:285px!important}.lf-home-redesign .lf-signature-template-card .lf-promo-product-image img,.lf-home-redesign .lf-signature-template-card .lf-transparent-signature-product{max-width:134%!important;max-height:285px!important;transform:scale(1.3)!important}}@media (max-width: 480px){.lf-home-redesign .lf-promo-product-grid>.lf-signature-template-card{grid-template-columns:minmax(0,1.05fr) minmax(130px,.95fr)!important;min-height:350px!important;gap:6px!important;padding:54px 14px 24px!important}.lf-home-redesign .lf-signature-template-card .lf-promo-product-copy>small{top:-33px!important;font-size:10.4px!important;letter-spacing:.065em!important}.lf-home-redesign .lf-signature-template-card .lf-signature-product-title{font-size:clamp(18px,5.4vw,25px)!important}.lf-home-redesign .lf-signature-template-card .lf-promo-product-copy p{font-size:11.4px!important;line-height:1.45!important}.lf-home-redesign .lf-signature-template-card .lf-promo-product-image{height:255px!important}.lf-home-redesign .lf-signature-template-card .lf-promo-product-image img,.lf-home-redesign .lf-signature-template-card .lf-transparent-signature-product{max-width:140%!important;max-height:255px!important;transform:scale(1.31)!important}}@media (max-width: 370px){.lf-home-redesign .lf-signature-template-card .lf-signature-product-main-title{font-size:16px!important;letter-spacing:-.03em!important}.lf-home-redesign .lf-signature-template-card .lf-promo-product-copy>small{font-size:9.8px!important}}.about-page,.contact-page{--lf-page-banner-placeholder: linear-gradient( 135deg, #f5f2ea 0%, #ece7dc 100% )}.about-page .page-banner,.about-page .about-banner,.about-page .inner-page-banner,.contact-page .page-banner,.contact-page .contact-banner,.contact-page .inner-page-banner{background:var(--lf-page-banner-placeholder)!important}.about-page img[src^="data:image/gif"],.contact-page img[src^="data:image/gif"],body:has(.about-page) img[src^="data:image/gif"],body:has(.contact-page) img[src^="data:image/gif"]{opacity:0!important;visibility:hidden!important}.about-page img:not([src^="data:image/gif"]),.contact-page img:not([src^="data:image/gif"]){opacity:1;visibility:visible}@media (min-width: 769px){.lf-home-redesign .home-hero,.lf-home-redesign .home-hero-slide,.lf-home-redesign .hero-slide{background:linear-gradient(135deg,#f4f1e9,#ece7da)!important;overflow:hidden!important}.lf-home-redesign .home-hero img,.lf-home-redesign .home-hero-slide img,.lf-home-redesign .hero-slide img{width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important;display:block!important;object-fit:contain!important;object-position:center center!important;transform:none!important;background:linear-gradient(135deg,#f4f1e9,#ece7da)!important}.lf-home-redesign .home-hero [style*=background-image],.lf-home-redesign .home-hero-slide [style*=background-image],.lf-home-redesign .hero-slide [style*=background-image]{background-size:contain!important;background-position:center center!important;background-repeat:no-repeat!important}}@media (min-width: 769px){.lf-home-redesign .home-hero.image-only-hero{position:relative!important;width:100%!important;max-width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:1920 / 760!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#f4efe5!important}.lf-home-redesign .home-hero.image-only-hero .hero-banner-link,.lf-home-redesign .home-hero.image-only-hero .hero-banner-static{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:block!important;width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#f4efe5!important}.lf-home-redesign .home-hero.image-only-hero .hero-banner-link>img,.lf-home-redesign .home-hero.image-only-hero .hero-banner-static>img,.lf-home-redesign .home-hero.image-only-hero img{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:block!important;width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important;margin:0!important;padding:0!important;object-fit:contain!important;object-position:center center!important;transform:none!important;background:#f4efe5!important;filter:none!important}.lf-home-redesign .home-hero.image-only-hero .home-hero-nav,.lf-home-redesign .home-hero.image-only-hero .home-hero-dots{z-index:10!important}.lf-home-redesign .lf-home-product-promos,.lf-home-redesign .lf-home-categories{box-sizing:border-box!important;width:calc(100% - 72px)!important;max-width:1500px!important;margin-left:auto!important;margin-right:auto!important;padding-left:0!important;padding-right:0!important}.lf-home-redesign .lf-home-product-promos .lf-promo-product-grid{box-sizing:border-box!important;width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px!important}.lf-home-redesign .lf-home-product-promos .lf-view-all-products{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important}.lf-home-redesign .lf-home-categories .lf-home-category-grid{box-sizing:border-box!important;width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:20px!important}.lf-home-redesign .lf-home-reviews>.container{box-sizing:border-box!important;width:calc(100% - 72px)!important;max-width:1500px!important;margin-left:auto!important;margin-right:auto!important;padding-left:0!important;padding-right:0!important}.lf-home-redesign .lf-home-reviews .lf-new-review-head,.lf-home-redesign .lf-home-reviews .lf-review-slider,.lf-home-redesign .lf-home-reviews .lf-review-track{width:100%!important;max-width:none!important}.lf-home-redesign .lf-premium-trust-bar{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important}}@media (min-width: 1440px){.lf-home-redesign .lf-home-product-promos,.lf-home-redesign .lf-home-categories,.lf-home-redesign .lf-home-reviews>.container{width:calc(100% - 96px)!important;max-width:1600px!important}}.admin-responsive-hero-card>h3{margin:0 0 16px;color:#173b2d;font-size:16px;font-weight:800}.admin-responsive-hero-images{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}@media (max-width: 768px){.admin-responsive-hero-images{grid-template-columns:1fr}}.lf-responsive-hero-picture{display:block;width:100%;height:100%}.lf-responsive-hero-picture>img{display:block;width:100%;height:100%;object-fit:cover;object-position:center center}@media (min-width: 769px){.lf-home-redesign .home-hero.image-only-hero .lf-responsive-hero-picture,.lf-home-redesign .home-hero.image-only-hero .lf-responsive-hero-picture>img{width:100%!important;height:100%!important}.lf-home-redesign .home-hero.image-only-hero .lf-responsive-hero-picture>img{object-fit:cover!important;object-position:center center!important}}@media (max-width: 768px){.lf-home-redesign .home-hero.image-only-hero .lf-responsive-hero-picture>img{object-fit:cover;object-position:center center}}.lf-home-redesign .lf-home-category-card{position:relative!important;overflow:hidden!important;background:#e9efe9!important;border:1px solid rgba(23,59,45,.12)!important}.lf-home-redesign .lf-home-category-card:after{content:""!important;position:absolute!important;z-index:1!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:linear-gradient(to bottom,#0a1e1400 34%,#0a1e142e 58%,#0a1e14cc)!important;pointer-events:none!important}.lf-home-redesign .lf-home-category-card .lf-home-category-overlay{position:absolute!important;z-index:3!important;left:0!important;right:0!important;bottom:0!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:18px 18px 16px!important;background:linear-gradient(to top,rgba(12,36,24,.84),rgba(12,36,24,.2),transparent)!important;color:#fff!important}.lf-home-redesign .lf-home-category-card .lf-home-category-overlay span,.lf-home-redesign .lf-home-category-card .lf-home-category-overlay strong,.lf-home-redesign .lf-home-category-card .lf-home-category-overlay b{position:relative!important;z-index:4!important;color:#fff!important;opacity:1!important;text-shadow:0 2px 8px rgba(0,0,0,.42)!important}.lf-home-redesign .lf-home-category-card .lf-home-category-overlay span{font-size:16px!important;font-weight:800!important;line-height:1.25!important}.lf-home-redesign .lf-home-category-card .lf-home-category-overlay b{font-size:25px!important;line-height:1!important}.lf-home-redesign .shop-need-product-card,.lf-home-redesign .shop-need-card{background:#f5f7f4!important;color:#173b2d!important}.lf-home-redesign .need-product-body,.lf-home-redesign .shop-need-product-card strong,.lf-home-redesign .shop-need-product-card span{color:#173b2d!important}.lf-mobile-top-search-v55{display:none}@media (max-width: 768px){body.lf-public-header-active .lf-mobile-top-search-v55{position:relative;z-index:2100;display:flex!important;align-items:center!important;box-sizing:border-box!important;width:calc(100% - 20px)!important;max-width:none!important;height:40px!important;margin:8px 10px 5px!important;padding:0 14px 0 40px!important;background:#fff!important;border:1px solid rgba(0,0,0,.1)!important;border-radius:22px!important;box-shadow:0 3px 10px #0000002e!important}body.lf-public-header-active .lf-mobile-top-search-icon-v55{position:absolute!important;left:15px!important;top:50%!important;width:17px!important;height:17px!important;color:#626262!important;transform:translateY(-50%)!important;pointer-events:none!important}body.lf-public-header-active .lf-mobile-top-search-v55 input{display:block!important;flex:1 1 auto!important;box-sizing:border-box!important;width:100%!important;min-width:0!important;height:100%!important;margin:0!important;padding:0!important;color:#252525!important;background:transparent!important;border:0!important;outline:0!important;box-shadow:none!important;font-family:inherit!important;font-size:13px!important;font-weight:500!important;line-height:normal!important}body.lf-public-header-active .lf-mobile-top-search-v55 input::placeholder{color:#858585!important;opacity:1!important}body.lf-public-header-active .lf-mobile-top-search-v55 input::-webkit-search-decoration,body.lf-public-header-active .lf-mobile-top-search-v55 input::-webkit-search-results-button,body.lf-public-header-active .lf-mobile-top-search-v55 input::-webkit-search-results-decoration{display:none!important}body.lf-public-header-active .lf-mobile-top-search-v55:focus-within{border-color:#50875e94!important;box-shadow:0 0 0 3px #4c855b1f,0 3px 10px #0000002e!important}body.lf-public-header-active .lf-header-row .lf-search{display:none!important}body.lf-public-header-active .lf-mobile-top-search-v55+.lf-header-row{width:100%!important;margin-left:0!important;margin-right:0!important;transform:none!important}body.lf-public-header-active .lf-original-header-logo{position:static!important;float:none!important;margin-top:0!important;transform:none!important}body.lf-public-header-active .lf-header-row .lf-nav-right{position:static!important;float:none!important;transform:none!important}body.lf-public-header-active .lf-header-row .lf-cart,body.lf-public-header-active .lf-header-row .lf-mobile-menu{position:relative!important;float:none!important;transform:none!important}}@media (max-width: 380px){body.lf-public-header-active .lf-mobile-top-search-v55{width:calc(100% - 14px)!important;height:38px!important;margin:7px 7px 5px!important;padding-left:38px!important}body.lf-public-header-active .lf-mobile-top-search-v55 input{font-size:12px!important}}@media (max-width: 768px){body.lf-public-header-active .lf-mobile-top-search-v55{display:flex!important}body.lf-public-header-active .lf-mobile-search,body.lf-public-header-active .lf-drawer-search,body.lf-public-header-active .lf-mobile-drawer-search,body.lf-public-header-active .lf-mobile-header-search-v52,body.lf-public-header-active .lf-mobile-top-search-v53,body.lf-public-header-active .lf-mobile-top-search-v54,body.lf-public-header-active .lf-mobile-drawer form[role=search],body.lf-public-header-active .lf-mobile-drawer form:has(input[type=search]),body.lf-public-header-active .lf-mobile-drawer form:has(input[placeholder*=Search]){display:none!important}body.lf-public-header-active .lf-header-row form:not(.lf-mobile-top-search-v55):has(input[type=search]),body.lf-public-header-active .lf-header-row form:not(.lf-mobile-top-search-v55):has(input[placeholder*=Search]){display:none!important}body.lf-public-header-active .lf-header-row .lf-search{display:none!important}}@media (max-width: 768px){body.lf-public-header-active .lf-mobile-top-search-v55{transition:opacity .14s ease,visibility .14s ease!important}body.lf-public-header-active:has(.lf-mobile-drawer.is-open) .lf-mobile-top-search-v55,body.lf-public-header-active:has(.lf-mobile-drawer.open) .lf-mobile-top-search-v55,body.lf-public-header-active:has(.lf-drawer-overlay) .lf-mobile-top-search-v55{display:none!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}}
