:root{--oleaf-primary:#2D6E2E;--oleaf-primary-dark:#1E5420;--oleaf-secondary:#7BC043;--oleaf-accent:#8DC63F;--oleaf-bg:#F9F8F4;--oleaf-text:#2c2c2c;--oleaf-border:#e2e2e2;--oleaf-cream:#F9F8F4;--oleaf-white:#FFFFFF;--oleaf-gray-100:#F5F5F5;--oleaf-gray-200:#EEEEEE;--oleaf-gray-300:#E0E0E0;--oleaf-gray-500:#9E9E9E;--oleaf-gray-600:#757575;--oleaf-gray-800:#424242;--oleaf-gray-900:#212121;--oleaf-font-heading:'Playfair Display',Georgia,serif;--oleaf-font-body:'Plus Jakarta Sans',sans-serif;--oleaf-radius-md:8px;--oleaf-radius-lg:12px;--oleaf-radius-full:9999px;--oleaf-shadow-sm:0 1px 2px rgba(0, 0, 0, 0.05);--oleaf-shadow-lg:0 10px 15px rgba(0, 0, 0, 0.1);--oleaf-container-max:1320px}html{scroll-behavior:smooth;margin:0;padding:0;width:100%}.oleaf-topbar{font-size:.8125rem;line-height:1;letter-spacing:.02em;padding:10px 0}.oleaf-topbar .oleaf-container{max-width:var(--oleaf-container-max,1320px);margin-left:auto;margin-right:auto;padding:10px 2rem;box-sizing:border-box}.oleaf-topbar-inner{display:flex;align-items:center;justify-content:center;position:relative;min-height:22px}.oleaf-topbar-left{display:none;align-items:center;gap:1.25rem}.oleaf-topbar-contact{display:inline-flex;align-items:center;gap:.4rem;color:inherit;text-decoration:none;opacity:.9;transition:opacity .2s ease;white-space:nowrap}.oleaf-topbar-contact:hover{opacity:1;color:inherit;text-decoration:none}.oleaf-topbar-contact svg{flex-shrink:0}.oleaf-topbar-center{text-align:center}.oleaf-topbar-text{display:inline-flex;align-items:center;gap:.4rem;font-weight:500}.oleaf-topbar-text .oleaf-icon{flex-shrink:0}.oleaf-topbar-right{display:none;align-items:center}.oleaf-topbar-social{display:flex;align-items:center;gap:.5rem}.oleaf-topbar-social a{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:rgba(255,255,255,.12);color:inherit;text-decoration:none;transition:background .2s ease,transform .2s ease}.oleaf-topbar-social a:hover{background:rgba(255,255,255,.25);transform:translateY(-1px);color:inherit;text-decoration:none}.oleaf-topbar-social a svg{flex-shrink:0}@media (min-width:768px){.oleaf-topbar .oleaf-container{padding:0 2rem}.oleaf-topbar-inner{justify-content:space-between}.oleaf-topbar-left,.oleaf-topbar-right{display:flex;flex:0 0 auto;z-index:1}.oleaf-topbar-center{position:absolute;left:50%;transform:translateX(-50%)}}@media (min-width:1200px){.oleaf-topbar .oleaf-container{padding:0 3rem}}.oleaf-shop-toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:1rem;padding:14px 24px;background:var(--oleaf-gray-100,#f5f5f5);border-radius:var(--oleaf-radius-lg,12px);margin-bottom:24px}.oleaf-mobile-filter-toggle{display:none}.oleaf-result-count{flex:1 1 auto}.oleaf-result-count .woocommerce-result-count{margin:0;font-size:.9rem;color:var(--oleaf-gray-600,#757575)}.oleaf-view-toggle{display:flex;align-items:center;gap:4px}.oleaf-view-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:var(--oleaf-radius-md,8px);background:0 0;color:var(--oleaf-gray-500,#9e9e9e);cursor:pointer;transition:all .2s ease}.oleaf-view-btn:hover{background:rgba(0,0,0,.05);color:var(--oleaf-text,#2c2c2c)}.oleaf-view-btn.is-active{background:var(--oleaf-primary,#2d6e2e);color:#fff;box-shadow:0 2px 6px rgba(26,60,52,.25)}.oleaf-shop-ordering{flex-shrink:0}.oleaf-shop-ordering .woocommerce-ordering{margin:0;display:inline-block}.oleaf-shop-ordering select.orderby{border:1px solid var(--oleaf-border,#e2e2e2);border-radius:var(--oleaf-radius-md,8px);padding:8px 36px 8px 14px;font-size:.875rem;background-color:#fff;color:var(--oleaf-text,#2c2c2c);cursor:pointer;min-width:160px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:12px}.oleaf-shop-ordering select.orderby:focus{outline:0;border-color:var(--oleaf-primary,#2d6e2e);box-shadow:0 0 0 3px rgba(26,60,52,.1)}@media (max-width:767px){.oleaf-shop-toolbar{flex-wrap:wrap;padding:12px 16px;gap:10px}.oleaf-mobile-filter-toggle{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid var(--oleaf-border,#e2e2e2);border-radius:var(--oleaf-radius-md,8px);background:#fff;font-size:.875rem;color:var(--oleaf-text,#2c2c2c);cursor:pointer}.oleaf-result-count{order:-1;flex-basis:100%}}.woocommerce-error,.woocommerce-info,.woocommerce-message,.woocommerce-noreviews,p.no-comments{padding:1em 1.5em;margin:0 0 2em;background:var(--oleaf-gray-100,#f5f5f5);border-left:4px solid var(--oleaf-primary,#2d6e2e);color:var(--oleaf-text,#2c2c2c);list-style:none;border-radius:0 var(--oleaf-radius-md,8px) var(--oleaf-radius-md,8px) 0;font-size:.9rem;line-height:1.6}.woocommerce-message{border-left-color:var(--oleaf-success,#22c55e)}.woocommerce-info{border-left-color:var(--oleaf-info,#3b82f6)}.woocommerce-error{border-left-color:var(--oleaf-danger,#ef4444)}.woocommerce-error li{list-style:none}.woocommerce-error a,.woocommerce-info a,.woocommerce-message a{font-weight:600;color:var(--oleaf-primary,#2d6e2e)}.star-rating{display:inline-flex;overflow:hidden;position:relative;height:1em;width:5.4em;font-family:star;font-size:1em;line-height:1;color:#f59e0b}.star-rating::before{content:'\73\73\73\73\73';color:var(--oleaf-gray-300,#ddd);float:left;top:0;left:0;position:absolute}.star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}.star-rating span::before{content:'\53\53\53\53\53';top:0;position:absolute;left:0}.woocommerce del{opacity:.5}.woocommerce ins{text-decoration:none;font-weight:700}.woocommerce .quantity .qty{width:4em;text-align:center;padding:.5em;border:1px solid var(--oleaf-border,#e2e2e2);border-radius:var(--oleaf-radius-md,8px)}.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{display:inline-block;padding:.7em 1.5em;font-size:.9rem;font-weight:600;color:#fff;background:var(--oleaf-primary,#2d6e2e);border:none;border-radius:var(--oleaf-radius-md,8px);cursor:pointer;text-decoration:none;text-align:center;transition:all .25s ease;line-height:1.5}.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{background:var(--oleaf-primary-dark,#1e5420)}.woocommerce a.button.alt,.woocommerce button.button.alt{background:var(--oleaf-secondary,#7bc043)}.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover{background:var(--oleaf-primary,#2d6e2e)}.woocommerce a.button:disabled,.woocommerce button.button:disabled{opacity:.5;cursor:not-allowed}.woocommerce form .form-row{margin:0 0 .75em;padding:3px 0}.woocommerce form .form-row label{display:block;margin-bottom:4px;font-weight:600;font-size:.875rem}.woocommerce form .form-row input.input-text,.woocommerce form .form-row select,.woocommerce form .form-row textarea{width:100%;padding:.6em .8em;border:1px solid var(--oleaf-border,#e2e2e2);border-radius:var(--oleaf-radius-md,8px);font-size:.9rem;transition:border-color .2s ease}.woocommerce form .form-row input.input-text:focus,.woocommerce form .form-row select:focus,.woocommerce form .form-row textarea:focus{border-color:var(--oleaf-primary,#2d6e2e);outline:0;box-shadow:0 0 0 3px rgba(26,60,52,.1)}.woocommerce form .form-row-first{float:left;width:48%}.woocommerce form .form-row-last{float:right;width:48%}.woocommerce form .form-row-wide{clear:both}.woocommerce form::after{content:'';display:table;clear:both}.woocommerce form .form-row .required{color:#ef4444;font-weight:700;text-decoration:none}.woocommerce table.shop_table{width:100%;border-collapse:collapse;border:1px solid var(--oleaf-border,#e2e2e2);border-radius:var(--oleaf-radius-md,8px);margin-bottom:2em;font-size:.9rem}.woocommerce table.shop_table td,.woocommerce table.shop_table th{padding:1em;text-align:left;border-bottom:1px solid var(--oleaf-border,#e2e2e2);vertical-align:middle}.woocommerce table.shop_table th{font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em}.woocommerce table.shop_table img{width:60px;height:auto;border-radius:6px}.woocommerce table.shop_table .product-remove a{color:#ef4444;font-size:1.25em;text-decoration:none}.oleaf-cart-page{max-width:var(--oleaf-container-max,1280px);margin:0 auto;padding:24px 24px 60px}.oleaf-cart-page-header{display:flex;align-items:baseline;gap:14px;margin-bottom:36px;padding-bottom:20px;border-bottom:2px solid var(--oleaf-gray-200,#e5e5e5)}.oleaf-cart-page-title{font-family:var(--oleaf-font-heading, 'Playfair Display', serif);font-size:2rem;font-weight:700;color:var(--oleaf-gray-900,#1a1a1a);margin:0}.oleaf-cart-page-count{font-size:.9rem;color:var(--oleaf-gray-500,#9e9e9e);margin:0;font-weight:500}.oleaf-cart-layout{display:grid;grid-template-columns:1fr 360px;gap:36px;align-items:start}.oleaf-cart-items-list{display:flex;flex-direction:column;gap:16px}.oleaf-cart-product{display:flex;gap:24px;padding:24px;background:#fff;border:1px solid var(--oleaf-gray-200,#e5e5e5);border-radius:16px;transition:border-color .25s ease,box-shadow .25s ease}.oleaf-cart-product:hover{border-color:var(--oleaf-gray-300,#d4d4d4);box-shadow:0 4px 16px rgba(0,0,0,.04)}.oleaf-cart-product-img{flex:0 0 140px;width:140px;height:140px;border-radius:14px;overflow:hidden;background:var(--oleaf-gray-100,#f5f5f5)}.oleaf-cart-product-img a{display:block;width:100%;height:100%}.oleaf-cart-product-img img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.oleaf-cart-product:hover .oleaf-cart-product-img img{transform:scale(1.05)}.oleaf-cart-product-details{flex:1;display:flex;flex-direction:column;justify-content:space-between;min-width:0}.oleaf-cart-product-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.oleaf-cart-product-info{flex:1;min-width:0}.oleaf-cart-product-name{font-size:1rem;font-weight:600;color:var(--oleaf-gray-900,#1a1a1a);margin:0 0 4px;line-height:1.4}.oleaf-cart-product-name a{color:inherit;text-decoration:none;transition:color .2s ease}.oleaf-cart-product-name a:hover{color:var(--oleaf-primary,#2d6e2e)}.oleaf-cart-product-price-each{font-size:.85rem;color:var(--oleaf-gray-500,#9e9e9e)}.oleaf-cart-product-details .variation{margin:4px 0 0;padding:0}.oleaf-cart-product-details .variation dd,.oleaf-cart-product-details .variation dt{display:inline;font-size:.8rem;color:var(--oleaf-gray-500,#9e9e9e);margin:0}.oleaf-cart-product-details .variation dd p{display:inline;margin:0}.oleaf-cart-product-remove{flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:10px;color:var(--oleaf-gray-400,#bdbdbd);transition:all .25s ease;text-decoration:none}.oleaf-cart-product-remove:hover{background:#fef2f2;color:#ef4444}.oleaf-cart-product-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:12px}.oleaf-qty-stepper{display:inline-flex;align-items:center;border:1px solid #dfe2e6;border-radius:6px;overflow:hidden;background:#fafbfc}.oleaf-qty-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:0 0;border:none;cursor:pointer;color:#5a6370;transition:all .2s ease;padding:0}.oleaf-qty-btn:hover{background:#eef0f3;color:var(--oleaf-primary,#2d6e2e)}.oleaf-qty-btn svg{width:12px;height:12px}.oleaf-qty-stepper .quantity{display:flex;margin:0}.oleaf-qty-stepper .quantity .qty{width:36px;height:32px;text-align:center;border:none;background:#fff;font-size:.8rem;font-weight:600;color:#2d3a4a;padding:0;-moz-appearance:textfield;appearance:textfield;border-left:1px solid #dfe2e6;border-right:1px solid #dfe2e6}.oleaf-qty-stepper .quantity .qty::-webkit-inner-spin-button,.oleaf-qty-stepper .quantity .qty::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.oleaf-cart-product-subtotal{font-size:1.05rem;font-weight:700;color:var(--oleaf-gray-900,#1a1a1a)}.oleaf-cart-actions-bar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;margin-top:24px;padding-top:24px;border-top:1px solid var(--oleaf-gray-200,#e5e5e5)}.oleaf-cart-coupon{flex:1;min-width:240px;max-width:380px}.oleaf-coupon-field{display:flex;align-items:center;border:1px solid var(--oleaf-gray-200,#e5e5e5);border-radius:12px;overflow:hidden;background:#fff;transition:border-color .25s ease,box-shadow .25s ease}.oleaf-coupon-field:focus-within{border-color:var(--oleaf-primary,#2d6e2e);box-shadow:0 0 0 3px rgba(26,60,52,.08)}.oleaf-coupon-icon{flex-shrink:0;margin-left:14px;color:var(--oleaf-gray-400,#bdbdbd)}.oleaf-coupon-input{flex:1;padding:12px;border:none;background:0 0;font-size:.875rem;font-family:inherit;color:var(--oleaf-gray-900,#1a1a1a);outline:0;min-width:0}.oleaf-coupon-input::placeholder{color:var(--oleaf-gray-400,#bdbdbd)}.oleaf-coupon-apply{flex-shrink:0;padding:10px 20px;margin:4px;background:var(--oleaf-primary,#2d6e2e);color:#fff;border:none;border-radius:8px;font-size:.8rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .25s ease;text-transform:uppercase;letter-spacing:.04em}.oleaf-coupon-apply:hover{background:var(--oleaf-primary-dark,#1e5420)}.oleaf-cart-action-buttons{display:flex;align-items:center;gap:12px}.oleaf-cart-continue{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;font-size:.875rem;font-weight:600;color:var(--oleaf-gray-600,#757575);text-decoration:none;border:1px solid var(--oleaf-gray-200,#e5e5e5);border-radius:10px;transition:all .25s ease}.oleaf-cart-continue:hover{border-color:var(--oleaf-primary,#2d6e2e);color:var(--oleaf-primary,#2d6e2e)}.oleaf-cart-continue svg{transition:transform .25s ease}.oleaf-cart-continue:hover svg{transform:translateX(-3px)}.oleaf-cart-update{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;font-size:.875rem;font-weight:600;color:#fff;background:var(--oleaf-primary,#2d6e2e);border:none;border-radius:10px;font-family:inherit;cursor:pointer;transition:all .25s ease}.oleaf-cart-update:hover{background:var(--oleaf-primary-dark,#1e5420);transform:translateY(-1px);box-shadow:0 4px 12px rgba(26,60,52,.2)}.oleaf-cart-totals-col{position:sticky;top:120px}.oleaf-order-summary{background:#fff;border:1px solid var(--oleaf-gray-200,#e5e5e5);border-radius:20px;padding:28px;box-shadow:0 4px 24px rgba(0,0,0,.04)}.oleaf-order-summary-title{display:flex;align-items:center;gap:10px;font-family:var(--oleaf-font-heading, 'Playfair Display', serif);font-size:1.25rem;font-weight:700;color:var(--oleaf-gray-900,#1a1a1a);margin:0 0 24px;padding-bottom:16px;border-bottom:2px solid var(--oleaf-gray-100,#f5f5f5)}.oleaf-order-summary-title svg{color:var(--oleaf-primary,#2d6e2e)}.oleaf-order-summary-rows{display:flex;flex-direction:column;gap:0}.oleaf-summary-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid var(--oleaf-gray-100,#f5f5f5)}.oleaf-summary-row:last-child{border-bottom:none}.oleaf-summary-label{font-size:.9rem;color:var(--oleaf-gray-600,#757575)}.oleaf-summary-value{font-size:.9rem;font-weight:600;color:var(--oleaf-gray-900,#1a1a1a)}.oleaf-summary-discount .oleaf-summary-value{color:#22c55e}.oleaf-summary-total{border-top:2px solid var(--oleaf-gray-200,#e5e5e5);border-bottom:none;margin-top:8px;padding-top:16px}.oleaf-summary-total .oleaf-summary-label{font-size:1.05rem;font-weight:700;color:var(--oleaf-gray-900,#1a1a1a)}.oleaf-summary-total .oleaf-summary-value{font-size:1.25rem;font-weight:800;color:var(--oleaf-primary,#2d6e2e)}.oleaf-order-summary .woocommerce-shipping-totals td{text-align:right}.oleaf-order-summary table.shop_table{border:none;margin:0}.oleaf-order-summary table.shop_table td,.oleaf-order-summary table.shop_table th{border:none;padding:12px 0;font-size:.9rem}.oleaf-order-summary table.shop_table th{color:var(--oleaf-gray-600,#757575);font-weight:400;text-transform:none;letter-spacing:0}.oleaf-checkout-btn-wrap{margin-top:24px}.oleaf-checkout-btn-wrap .wc-proceed-to-checkout{padding:0}.oleaf-checkout-btn-wrap .wc-proceed-to-checkout .checkout-button,.oleaf-checkout-btn-wrap .wc-proceed-to-checkout a.button{display:flex;align-items:center;justify-content:center;width:100%;padding:16px 24px;font-size:1rem;font-weight:700;letter-spacing:.03em;border-radius:14px;background:var(--oleaf-primary,#2d6e2e);color:#fff;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4, 0, .2, 1);text-transform:uppercase;text-decoration:none;box-shadow:0 4px 16px rgba(26,60,52,.25)}.oleaf-checkout-btn-wrap .wc-proceed-to-checkout .checkout-button:hover,.oleaf-checkout-btn-wrap .wc-proceed-to-checkout a.button:hover{background:var(--oleaf-secondary,#7bc043);box-shadow:0 8px 28px rgba(200,121,102,.35);transform:translateY(-2px)}.oleaf-cart-trust{display:flex;flex-direction:column;gap:10px;margin-top:20px;padding-top:20px;border-top:1px dashed var(--oleaf-gray-200,#e5e5e5)}.oleaf-trust-item{display:flex;align-items:center;gap:8px;font-size:.8rem;color:var(--oleaf-gray-500,#9e9e9e)}.oleaf-trust-item svg{color:var(--oleaf-primary,#2d6e2e);flex-shrink:0}.oleaf-cart-empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding:80px 20px;max-width:460px;margin:0 auto}.oleaf-cart-empty-icon{width:140px;height:140px;display:flex;align-items:center;justify-content:center;background:var(--oleaf-gray-50,#fafafa);border-radius:50%;margin-bottom:28px;color:var(--oleaf-gray-300,#d4d4d4)}.oleaf-cart-empty-title{font-family:var(--oleaf-font-heading, 'Playfair Display', serif);font-size:1.75rem;font-weight:700;color:var(--oleaf-gray-900,#1a1a1a);margin:0 0 12px}.oleaf-cart-empty-text{font-size:.95rem;line-height:1.7;color:var(--oleaf-gray-500,#9e9e9e);margin:0 0 32px}.oleaf-cart-empty-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;font-size:.95rem;font-weight:600;color:#fff;background:var(--oleaf-primary,#2d6e2e);border-radius:50px;text-decoration:none;transition:all .35s cubic-bezier(.4, 0, .2, 1);box-shadow:0 4px 16px rgba(26,60,52,.25)}.oleaf-cart-empty-btn:hover{background:var(--oleaf-secondary,#7bc043);color:#fff;box-shadow:0 8px 28px rgba(200,121,102,.35);transform:translateY(-2px)}@media (max-width:991px){.oleaf-cart-layout{grid-template-columns:1fr;gap:32px}.oleaf-cart-totals-col{position:static}}@media (max-width:767px){.oleaf-cart-page-header{flex-direction:column;gap:4px}.oleaf-cart-page-title{font-size:1.5rem}.oleaf-cart-product{flex-direction:column;gap:14px;padding:16px}.oleaf-cart-product-img{flex:0 0 100px;width:100px;height:100px;border-radius:10px}.oleaf-cart-product-img img{width:100%;height:100%;object-fit:cover}.oleaf-cart-product-name{font-size:.9rem}.oleaf-cart-product-bottom{flex-wrap:wrap;gap:12px}.oleaf-cart-actions-bar{flex-direction:column;align-items:stretch}.oleaf-cart-coupon{max-width:none}.oleaf-cart-action-buttons{flex-direction:column}.oleaf-cart-continue,.oleaf-cart-update{justify-content:center;width:100%}.oleaf-order-summary{border-radius:16px;padding:20px}}.oleaf-entry-header{margin-bottom:28px}.oleaf-entry-categories{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.oleaf-entry-categories .oleaf-category-badge{display:inline-block;padding:5px 14px;font-size:.75rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:#fff;background:var(--oleaf-primary,#2d6e2e);border-radius:50px;text-decoration:none;transition:all .3s ease}.oleaf-entry-categories .oleaf-category-badge:hover{background:var(--oleaf-accent,#7bc043);color:#fff;text-decoration:none;transform:translateY(-1px)}.oleaf-entry-title{font-family:var(--oleaf-font-body, 'Inter', 'Segoe UI', sans-serif);font-size:1.75rem;font-weight:800;font-style:normal;line-height:1.35;color:var(--oleaf-gray-900,#1a1a1a);margin:0 0 18px;text-transform:none;letter-spacing:-.5px}.oleaf-entry-meta{display:flex;align-items:center;flex-wrap:wrap;gap:20px;font-size:.875rem;color:var(--oleaf-gray-500,#9e9e9e)}.oleaf-entry-author{display:flex;align-items:center;gap:10px}.oleaf-entry-author img{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid var(--oleaf-primary,#2d6e2e)}.oleaf-entry-author span{font-weight:600;color:var(--oleaf-gray-800,#333)}.oleaf-entry-date time,.oleaf-entry-read-time{position:relative;padding-left:20px;color:var(--oleaf-gray-500,#9e9e9e)}.oleaf-entry-date time::before,.oleaf-entry-read-time::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:4px;border-radius:50%;background:var(--oleaf-gray-400,#bbb)}.oleaf-entry-thumbnail{margin-bottom:36px;border-radius:16px;overflow:hidden;box-shadow:0 8px 30px rgba(0,0,0,.08)}.oleaf-featured-image{width:100%;height:auto;display:block;transition:transform .5s ease}.oleaf-entry-thumbnail:hover .oleaf-featured-image{transform:scale(1.02)}.oleaf-single-layout{display:grid;grid-template-columns:220px 1fr 280px;gap:36px;align-items:start;padding-top:32px;padding-bottom:40px}.oleaf-toc-sidebar{align-self:stretch}.oleaf-toc-sticky{position:sticky;top:100px}.oleaf-toc{background:#fff;border:1px solid var(--oleaf-gray-200,#e5e5e5);border-radius:14px;padding:20px;margin-bottom:20px}.oleaf-toc-title{display:flex;align-items:center;gap:8px;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--oleaf-gray-900,#1a1a1a);margin:0 0 14px;padding-bottom:12px;border-bottom:2px solid var(--oleaf-primary,#2d6e2e)}.oleaf-toc-title svg{color:var(--oleaf-primary,#2d6e2e);flex-shrink:0}.oleaf-toc-list{list-style:none;padding:0;margin:0;max-height:50vh;overflow-y:auto}.oleaf-toc-list::-webkit-scrollbar{width:3px}.oleaf-toc-list::-webkit-scrollbar-thumb{background:var(--oleaf-gray-300,#d4d4d4);border-radius:3px}.oleaf-toc-list li{margin-bottom:2px}.oleaf-toc-list li a{display:block;padding:6px 10px;font-size:.8rem;line-height:1.4;color:var(--oleaf-gray-600,#666);text-decoration:none;border-radius:6px;border-left:2px solid transparent;transition:all .2s ease}.oleaf-toc-list li a:hover{color:var(--oleaf-primary,#2d6e2e);background:var(--oleaf-gray-50,#fafafa);border-left-color:var(--oleaf-gray-300,#d4d4d4)}.oleaf-toc-list li a.is-active{color:var(--oleaf-primary,#2d6e2e);background:rgba(26,60,52,.06);border-left-color:var(--oleaf-primary,#2d6e2e);font-weight:600}.oleaf-toc-list li.oleaf-toc-h3 a{padding-left:22px;font-size:.75rem}.oleaf-sticky-share{background:#fff;border:1px solid var(--oleaf-gray-200,#e5e5e5);border-radius:14px;padding:16px}.oleaf-sticky-share-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--oleaf-gray-500,#9e9e9e);margin:0 0 12px;text-align:center}.oleaf-sticky-share-icons{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px}.oleaf-share-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;color:#fff!important;border:none;cursor:pointer;text-decoration:none!important;transition:all .3s ease;box-shadow:none;font-size:0}.oleaf-share-btn:hover{transform:translateY(-3px);box-shadow:0 6px 16px rgba(0,0,0,.15);color:#fff;text-decoration:none}.oleaf-share-facebook{background:#1877f2}.oleaf-share-facebook:hover{background:#0b5fcc}.oleaf-share-twitter{background:#1da1f2}.oleaf-share-twitter:hover{background:#0d8bd9}.oleaf-share-whatsapp{background:#25d366}.oleaf-share-whatsapp:hover{background:#1eb851}.oleaf-share-pinterest{background:#e60023}.oleaf-share-pinterest:hover{background:#c5001e}.oleaf-share-copy{background:var(--oleaf-gray-700,#444)}.oleaf-share-copy:hover{background:var(--oleaf-gray-900,#1a1a1a)}.oleaf-share-copy.copied{background:var(--oleaf-primary,#2d6e2e)}.oleaf-share-more{background:var(--oleaf-primary,#2d6e2e)}.oleaf-share-more:hover{background:var(--oleaf-accent,#7bc043)}.oleaf-single-post{min-width:0}.oleaf-entry-content{font-size:1.05rem;line-height:1.85;color:var(--oleaf-gray-700,#444);margin-bottom:40px;max-width:100%}.oleaf-entry-content h2{font-family:var(--oleaf-font-heading, 'Playfair Display', serif);font-size:1.6rem;font-weight:700;color:var(--oleaf-gray-900,#1a1a1a);margin:40px 0 16px;padding-bottom:10px;border-bottom:2px solid var(--oleaf-gray-200,#e5e5e5)}.oleaf-entry-content h3{font-family:var(--oleaf-font-heading, 'Playfair Display', serif);font-size:1.3rem;font-weight:700;color:var(--oleaf-gray-900,#1a1a1a);margin:32px 0 12px}.oleaf-entry-content h4,.oleaf-entry-content h5,.oleaf-entry-content h6{font-weight:700;color:var(--oleaf-gray-800,#333);margin:24px 0 10px}.oleaf-entry-content p{margin:0 0 20px}.oleaf-entry-content a{color:var(--oleaf-primary,#2d6e2e);text-decoration:underline;text-underline-offset:2px;transition:color .2s ease}.oleaf-entry-content a:hover{color:var(--oleaf-accent,#7bc043)}.oleaf-entry-content img{max-width:100%;height:auto;border-radius:12px;margin:24px 0}.oleaf-entry-content ol,.oleaf-entry-content ul{margin:0 0 20px;padding-left:24px}.oleaf-entry-content li{margin-bottom:8px}.oleaf-entry-content blockquote{margin:30px 0;padding:24px 28px;border-left:4px solid var(--oleaf-primary,#2d6e2e);background:var(--oleaf-gray-50,#fafafa);border-radius:0 12px 12px 0;font-style:italic;font-size:1.1rem;color:var(--oleaf-gray-700,#444)}.oleaf-entry-content blockquote p:last-child{margin-bottom:0}.oleaf-entry-content pre{background:var(--oleaf-gray-900,#1a1a1a);color:#e0e0e0;padding:24px;border-radius:12px;overflow-x:auto;margin:24px 0;font-size:.9rem;line-height:1.6}.oleaf-entry-content code{background:var(--oleaf-gray-100,#f5f5f5);padding:2px 6px;border-radius:4px;font-size:.9em;color:var(--oleaf-primary,#2d6e2e)}.oleaf-entry-content pre code{background:0 0;padding:0;color:inherit}.oleaf-entry-content table{display:block;overflow-x:auto;width:100%;max-width:100%;border-collapse:collapse;margin:24px 0;border-radius:12px;-webkit-overflow-scrolling:touch}.oleaf-entry-content td,.oleaf-entry-content th{padding:12px 16px;border:1px solid var(--oleaf-gray-200,#e5e5e5);text-align:left}.oleaf-entry-content th{background:var(--oleaf-primary,#2d6e2e);color:#fff;font-weight:600}.oleaf-entry-content tr:nth-child(2n) td{background:var(--oleaf-gray-50,#fafafa)}.oleaf-entry-footer{padding:28px 0;border-top:1px solid var(--oleaf-gray-200,#e5e5e5);border-bottom:1px solid var(--oleaf-gray-200,#e5e5e5);margin-bottom:36px}.oleaf-entry-tags{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.oleaf-tags-label{font-weight:700;font-size:.875rem;color:var(--oleaf-gray-800,#333);margin-right:4px}.oleaf-tag{display:inline-block;padding:5px 14px;font-size:.8rem;font-weight:500;color:var(--oleaf-gray-700,#444);background:var(--oleaf-gray-100,#f5f5f5);border:1px solid var(--oleaf-gray-200,#e5e5e5);border-radius:50px;text-decoration:none;transition:all .25s ease}.oleaf-tag:hover{background:var(--oleaf-primary,#2d6e2e);border-color:var(--oleaf-primary,#2d6e2e);color:#fff;text-decoration:none}.oleaf-author-box{position:relative;display:flex;gap:24px;padding:28px 28px 28px 36px;background:#fff;border:1px solid var(--oleaf-gray-200,#e5e5e5);border-radius:16px;margin-bottom:36px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.04)}.oleaf-author-box-accent{position:absolute;left:0;top:0;bottom:0;width:5px;background:linear-gradient(to bottom,var(--oleaf-primary,#2d6e2e),var(--oleaf-accent,#7bc043));border-radius:16px 0 0 16px}.oleaf-author-avatar{flex-shrink:0}.oleaf-author-avatar img{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid var(--oleaf-primary,#2d6e2e);box-shadow:0 4px 12px rgba(26,60,52,.15)}.oleaf-author-info{flex:1;min-width:0}.oleaf-author-label{display:block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--oleaf-gray-400,#bbb);margin-bottom:2px}.oleaf-author-name{font-size:1.15rem;font-weight:700;color:var(--oleaf-gray-900,#1a1a1a);margin:0 0 6px}.oleaf-author-bio{font-size:.88rem;line-height:1.65;color:var(--oleaf-gray-600,#666);margin:0 0 12px}.oleaf-author-links{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.oleaf-author-social{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--oleaf-gray-100,#f5f5f5);color:var(--oleaf-gray-600,#666);text-decoration:none;transition:all .25s ease}.oleaf-author-social:hover{background:var(--oleaf-primary,#2d6e2e);color:#fff;transform:translateY(-2px)}.oleaf-author-allposts{display:inline-flex;align-items:center;gap:4px;margin-left:auto;font-size:.78rem;font-weight:600;color:var(--oleaf-primary,#2d6e2e);text-decoration:none;transition:all .2s ease}.oleaf-author-allposts:hover{gap:8px;text-decoration:none}.oleaf-post-navigation{margin-bottom:40px}.oleaf-nav-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.oleaf-nav-card{display:flex;align-items:center;gap:16px;padding:16px;background:#fff;border:1px solid var(--oleaf-gray-200,#e5e5e5);border-radius:14px;text-decoration:none;color:inherit;transition:all .3s ease}.oleaf-nav-card:hover{border-color:var(--oleaf-primary,#2d6e2e);box-shadow:0 6px 20px rgba(26,60,52,.08);transform:translateY(-2px);text-decoration:none;color:inherit}.oleaf-nav-empty{border:1px dashed var(--oleaf-gray-200,#e5e5e5);background:0 0}.oleaf-nav-card-thumb{width:64px;height:64px;border-radius:10px;overflow:hidden;flex-shrink:0}.oleaf-nav-img{width:100%;height:100%;object-fit:cover}.oleaf-nav-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--oleaf-primary,#2d6e2e),var(--oleaf-accent,#7bc043));color:rgba(255,255,255,.7)}.oleaf-nav-card-info{flex:1;min-width:0}.oleaf-nav-label{display:flex;align-items:center;gap:4px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--oleaf-primary,#2d6e2e);margin-bottom:4px}.oleaf-nav-next .oleaf-nav-label{justify-content:flex-end}.oleaf-nav-cat{display:inline-block;font-size:.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--oleaf-gray-500,#9e9e9e);margin-bottom:2px}.oleaf-nav-title{display:-webkit-box;font-size:.88rem;font-weight:600;color:var(--oleaf-gray-800,#333);line-height:1.4;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.oleaf-nav-card:hover .oleaf-nav-title{color:var(--oleaf-primary,#2d6e2e)}.oleaf-single-post .comments-area{margin-top:40px;padding-top:36px;border-top:1px solid var(--oleaf-gray-200,#e5e5e5)}.oleaf-single-post .comment-reply-title,.oleaf-single-post .comments-title{font-size:1.25rem;font-weight:700;color:var(--oleaf-gray-900,#1a1a1a);margin-bottom:24px}.oleaf-single-post .comment-list{list-style:none;padding:0;margin:0 0 36px}.oleaf-single-post .comment-list .comment{padding:20px 0;border-bottom:1px solid var(--oleaf-gray-100,#f5f5f5)}.oleaf-single-post .comment-list .comment:last-child{border-bottom:none}.oleaf-single-post .comment-author{display:flex;align-items:center;gap:10px;margin-bottom:8px}.oleaf-single-post .comment-author img{width:40px;height:40px;border-radius:50%}.oleaf-single-post .comment-author .fn{font-weight:600;color:var(--oleaf-gray-900,#1a1a1a)}.oleaf-single-post .comment-metadata{font-size:.78rem;color:var(--oleaf-gray-500,#9e9e9e);margin-bottom:10px}.oleaf-single-post .comment-metadata a{color:inherit;text-decoration:none}.oleaf-single-post .comment-content p{font-size:.92rem;line-height:1.7;color:var(--oleaf-gray-700,#444)}.oleaf-single-post .reply a{font-size:.75rem;font-weight:600;color:var(--oleaf-primary,#2d6e2e);text-decoration:none;text-transform:uppercase;letter-spacing:.5px}.oleaf-single-post .reply a:hover{text-decoration:underline}.oleaf-single-post .comment-respond{background:#fff;border:1px solid var(--oleaf-gray-200,#e5e5e5);border-radius:16px;padding:28px}.oleaf-single-post .comment-notes{font-size:.85rem;color:var(--oleaf-gray-500,#9e9e9e);margin-bottom:20px}.oleaf-single-post .comment-form label{display:block;font-size:.82rem;font-weight:600;color:var(--oleaf-gray-700,#444);margin-bottom:6px}.oleaf-single-post .comment-form input[type=email],.oleaf-single-post .comment-form input[type=text],.oleaf-single-post .comment-form input[type=url],.oleaf-single-post .comment-form textarea{width:100%;padding:12px 16px;border:1px solid var(--oleaf-gray-200,#e5e5e5);border-radius:10px;font-size:.9rem;font-family:inherit;color:var(--oleaf-gray-800,#333);background:var(--oleaf-gray-50,#fafafa);transition:all .25s ease;outline:0;box-sizing:border-box}.oleaf-single-post .comment-form input:focus,.oleaf-single-post .comment-form textarea:focus{border-color:var(--oleaf-primary,#2d6e2e);background:#fff;box-shadow:0 0 0 3px rgba(26,60,52,.08)}.oleaf-single-post .comment-form textarea{min-height:140px;resize:vertical}.oleaf-single-post .comment-form p{margin-bottom:16px}.oleaf-single-post .comment-form .form-submit{margin-top:8px}.oleaf-single-post .comment-form .submit{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;background:var(--oleaf-primary,#2d6e2e);color:#fff;border:none;border-radius:10px;font-size:.88rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px rgba(26,60,52,.15)}.oleaf-single-post .comment-form .submit:hover{background:var(--oleaf-accent,#7bc043);box-shadow:0 4px 16px rgba(200,169,110,.3);transform:translateY(-2px)}.oleaf-single-post .comment-form .comment-form-cookies-consent{display:flex;align-items:flex-start;gap:8px}.oleaf-single-post .comment-form .comment-form-cookies-consent label{font-size:.8rem;font-weight:400;color:var(--oleaf-gray-500,#9e9e9e);margin-bottom:0}.oleaf-right-sidebar{align-self:stretch}.oleaf-right-sticky{position:sticky;top:100px}.oleaf-sidebar-widget{background:#fff;border:1px solid var(--oleaf-gray-200,#e5e5e5);border-radius:14px;padding:20px;margin-bottom:20px}.oleaf-sidebar-widget-title{display:flex;align-items:center;gap:8px;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--oleaf-gray-900,#1a1a1a);margin:0 0 16px;padding-bottom:12px;border-bottom:2px solid var(--oleaf-primary,#2d6e2e)}.oleaf-sidebar-widget-title svg{color:var(--oleaf-primary,#2d6e2e);flex-shrink:0}.oleaf-sidebar-search-form{display:flex;border:1px solid var(--oleaf-gray-200,#e5e5e5);border-radius:10px;overflow:hidden;transition:border-color .2s ease}.oleaf-sidebar-search-form:focus-within{border-color:var(--oleaf-primary,#2d6e2e);box-shadow:0 0 0 3px rgba(26,60,52,.08)}.oleaf-sidebar-search-input{flex:1;padding:10px 14px;font-size:.85rem;border:none;outline:0;background:0 0;color:var(--oleaf-gray-800,#333)}.oleaf-sidebar-search-btn{display:flex;align-items:center;justify-content:center;width:44px;background:var(--oleaf-primary,#2d6e2e);border:none;cursor:pointer;color:#fff;transition:background .2s ease}.oleaf-sidebar-search-btn:hover{background:var(--oleaf-accent,#7bc043)}.oleaf-sidebar-list{list-style:none;padding:0;margin:0}.oleaf-sidebar-list li{display:flex;justify-content:space-between;align-items:center;padding:9px 0;border-bottom:1px solid var(--oleaf-gray-100,#f5f5f5)}.oleaf-sidebar-list li:last-child{border-bottom:none;padding-bottom:0}.oleaf-sidebar-list li:first-child{padding-top:0}.oleaf-sidebar-list li a{color:var(--oleaf-gray-700,#444);text-decoration:none;font-size:.875rem;font-weight:500;transition:color .2s ease}.oleaf-sidebar-list li a:hover{color:var(--oleaf-primary,#2d6e2e)}.oleaf-sidebar-count{display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:22px;padding:0 6px;font-size:.7rem;font-weight:700;color:var(--oleaf-gray-500,#9e9e9e);background:var(--oleaf-gray-100,#f5f5f5);border-radius:50px}.oleaf-sidebar-tags{display:flex;flex-wrap:wrap;gap:8px}.oleaf-sidebar-tag{display:inline-block;padding:5px 12px;font-size:.78rem;font-weight:500;color:var(--oleaf-gray-600,#666);background:var(--oleaf-gray-50,#fafafa);border:1px solid var(--oleaf-gray-200,#e5e5e5);border-radius:50px;text-decoration:none;transition:all .25s ease}.oleaf-sidebar-tag:hover{background:var(--oleaf-primary,#2d6e2e);border-color:var(--oleaf-primary,#2d6e2e);color:#fff;text-decoration:none}.oleaf-trending-list{display:flex;flex-direction:column;gap:0}.oleaf-trending-item{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--oleaf-gray-200,#eee);text-decoration:none;color:inherit;transition:all .25s ease}.oleaf-trending-item:last-child{border-bottom:none;padding-bottom:0}.oleaf-trending-item:first-child{padding-top:0}.oleaf-trending-item:hover{text-decoration:none;background:rgba(0,0,0,.015);border-radius:8px;padding-left:8px;padding-right:8px;margin-left:-8px;margin-right:-8px}.oleaf-trending-rank{font-size:1.6rem;font-weight:800;color:var(--oleaf-gray-200,#e0e0e0);min-width:30px;line-height:1;font-family:var(--oleaf-font-body, 'Inter', sans-serif)}.oleaf-trending-item:hover .oleaf-trending-rank{color:var(--oleaf-primary,#2d6e2e)}.oleaf-trending-thumb{width:56px;height:56px;border-radius:10px;overflow:hidden;flex-shrink:0}.oleaf-trending-img{width:100%;height:100%;object-fit:cover}.oleaf-trending-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--oleaf-primary,#2d6e2e) 0,var(--oleaf-accent,#7bc043) 100%)}.oleaf-trending-info{flex:1;min-width:0}.oleaf-trending-cat{display:inline-block;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--oleaf-primary,#2d6e2e);margin-bottom:2px}.oleaf-trending-title{font-size:.82rem;font-weight:600;line-height:1.35;color:var(--oleaf-gray-900,#1a1a1a);margin:0 0 3px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s ease}.oleaf-trending-item:hover .oleaf-trending-title{color:var(--oleaf-primary,#2d6e2e)}.oleaf-trending-date{font-size:.7rem;color:var(--oleaf-gray-500,#9e9e9e)}.oleaf-sidebar-toggle{display:none}.oleaf-sidebar-overlay{display:none}.oleaf-drawer-close{display:none}.oleaf-drawer-divider{display:none}.oleaf-drawer-right-content{display:none}@media (max-width:1100px){.oleaf-single-layout{grid-template-columns:1fr 260px}.oleaf-sidebar-toggle{display:inline-flex;align-items:center;gap:8px;position:fixed;left:-100px;top:50%;transform:translateY(-50%);z-index:999;padding:12px 10px;background:var(--oleaf-primary,#2d6e2e);color:#fff;border:none;border-radius:0 10px 10px 0;font-size:.75rem;font-weight:600;cursor:pointer;box-shadow:2px 2px 12px rgba(0,0,0,.15);transition:left .35s cubic-bezier(.4, 0, .2, 1),opacity .35s ease;opacity:0;pointer-events:none}.oleaf-sidebar-toggle.visible{left:0;opacity:1;pointer-events:auto}.oleaf-sidebar-toggle span{writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(180deg);font-size:.7rem;letter-spacing:1px;text-transform:uppercase}.oleaf-sidebar-toggle:hover{padding-right:14px;background:var(--oleaf-accent,#7bc043)}.oleaf-sidebar-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:rgba(0,0,0,.45);z-index:1000;cursor:pointer}.oleaf-sidebar-overlay.active{display:block}.oleaf-toc-sidebar{display:block!important;position:fixed!important;left:-320px;top:0;bottom:0;width:300px;z-index:1001;background:#fff;box-shadow:none;transition:left .35s cubic-bezier(.4, 0, .2, 1),visibility 0s linear .35s;overflow-y:auto;padding:24px 20px;visibility:hidden}.oleaf-toc-sidebar.open{left:0;visibility:visible;box-shadow:4px 0 24px rgba(0,0,0,.12);transition:left .35s cubic-bezier(.4, 0, .2, 1),visibility 0s linear 0s}.oleaf-toc-sidebar .oleaf-toc-sticky{position:static}.oleaf-drawer-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:var(--oleaf-gray-100,#f5f5f5);border:none;cursor:pointer;position:absolute;top:16px;right:16px;color:var(--oleaf-gray-700,#444);transition:all .2s ease}.oleaf-drawer-close:hover{background:var(--oleaf-primary,#2d6e2e);color:#fff}.oleaf-sidebar-toggle.hidden{opacity:0;pointer-events:none;transform:translateY(-50%) translateX(-100%)}.oleaf-drawer-divider{border:none;border-top:1px solid var(--oleaf-gray-200,#e5e5e5);margin:24px 0}.oleaf-drawer-divider{display:block}.oleaf-drawer-right-content{display:block;position:static!important}.oleaf-drawer-right-content .oleaf-sidebar-widget{margin-bottom:20px}}@media (max-width:768px){.oleaf-single-layout{grid-template-columns:1fr;gap:28px}.oleaf-right-sidebar{display:none}.oleaf-right-sticky{position:static}.oleaf-entry-title{font-size:1.5rem}.oleaf-entry-meta{gap:12px;font-size:.8rem}.oleaf-entry-content{font-size:.95rem}.oleaf-author-box{flex-direction:column;align-items:flex-start;padding:20px 20px 20px 28px}.oleaf-nav-grid{grid-template-columns:1fr}.oleaf-share-btn{width:36px;height:36px}.oleaf-entry-footer{padding:24px 0}}.woocommerce .woocommerce-checkout .col2-set{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media (max-width:768px){.woocommerce .woocommerce-checkout .col2-set{grid-template-columns:1fr}.woocommerce form .form-row-first,.woocommerce form .form-row-last{float:none;width:100%}}.woocommerce-MyAccount-navigation{float:left;width:25%}.woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0}.woocommerce-MyAccount-navigation ul li{margin:0;border-bottom:1px solid var(--oleaf-border,#e2e2e2)}.woocommerce-MyAccount-navigation ul li a{display:block;padding:.7em 1em;color:var(--oleaf-text,#2c2c2c);text-decoration:none;font-size:.9rem;transition:all .2s ease}.woocommerce-MyAccount-navigation ul li a:hover,.woocommerce-MyAccount-navigation ul li.is-active a{color:var(--oleaf-primary,#2d6e2e);font-weight:600}.woocommerce-MyAccount-content{float:right;width:72%}@media (max-width:768px){.woocommerce-MyAccount-content,.woocommerce-MyAccount-navigation{float:none;width:100%}}.woocommerce a.added_to_cart{display:none}.woocommerce .screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute;height:1px;width:1px;overflow:hidden}.oleaf-header{position:relative;z-index:100;background:#fff}.oleaf-header-nav{z-index:100;transition:box-shadow .3s ease}.oleaf-header-nav.is-scrolled{box-shadow:0 2px 12px rgba(0,0,0,.08);background:#fff}.oleaf-site-content{overflow-x:clip}body{margin:0;padding:0;width:100%;font-family:var(--oleaf-font-body);font-size:1rem;color:var(--oleaf-text,#2c2c2c);background:var(--oleaf-bg,#f9f8f4);-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ol,ul{list-style:none}button{cursor:pointer;background:0 0;border:none;font:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--oleaf-font-heading);font-weight:600;line-height:1.2;color:var(--oleaf-gray-900)}h1{font-size:3rem}h2{font-size:2.25rem}h3{font-size:1.875rem}h4{font-size:1.5rem}.oleaf-container{max-width:var(--oleaf-container-max);margin:0 auto;padding:0 1rem}.oleaf-btn{gap:.5rem;padding:.75rem 1.5rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:var(--oleaf-radius-md);transition:all .25s;border:2px solid transparent}.oleaf-btn-primary{background:var(--oleaf-primary);color:#fff!important;text-decoration:none!important}.oleaf-btn-primary:hover{background:var(--oleaf-primary-dark);transform:translateY(-2px);box-shadow:var(--oleaf-shadow-lg)}.oleaf-header{background:var(--oleaf-white);position:relative;z-index:200}.oleaf-topbar{background:var(--oleaf-primary);color:var(--oleaf-white);padding:.5rem 0;font-size:.875rem}.oleaf-header-main{border-bottom:1px solid var(--oleaf-gray-200)}.oleaf-transparent-header{position:absolute;top:0;left:0;right:0;background:0 0;z-index:200;transition:background .35s ease,box-shadow .35s ease}.oleaf-transparent-header .oleaf-header-main{border-bottom:1px solid rgba(255,255,255,.12)}.oleaf-transparent-header .oleaf-header-action,.oleaf-transparent-header .oleaf-primary-menu>li>a,.oleaf-transparent-header .oleaf-site-title{color:#fff}.oleaf-transparent-header .oleaf-header-action svg{stroke:#fff}.oleaf-transparent-header.is-scrolled{position:sticky;background:var(--oleaf-white);box-shadow:0 2px 16px rgba(0,0,0,.08)}.oleaf-transparent-header.is-scrolled .oleaf-header-main{border-bottom:1px solid var(--oleaf-gray-200)}.oleaf-transparent-header.is-scrolled .oleaf-header-action,.oleaf-transparent-header.is-scrolled .oleaf-primary-menu>li>a,.oleaf-transparent-header.is-scrolled .oleaf-site-title{color:var(--oleaf-text,#2c2c2c)}.oleaf-transparent-header.is-scrolled .oleaf-header-action svg{stroke:currentColor}.oleaf-header-inner{display:flex;justify-content:space-between;align-items:center;gap:2rem}.oleaf-logo a{font-family:var(--oleaf-font-heading);font-size:1.5rem;font-weight:700;color:var(--oleaf-primary)}.oleaf-cart-count,.oleaf-wishlist-count{position:absolute;top:0;right:0;min-width:18px;height:18px;font-size:10px;font-weight:700;line-height:18px;text-align:center;background:var(--oleaf-accent);color:var(--oleaf-white);border-radius:var(--oleaf-radius-full)}.oleaf-footer{background:#1a4020;color:rgba(255,255,255,.75);font-size:.875rem;line-height:1.7}.oleaf-footer-cta{background:linear-gradient(135deg,#1e4825 0,#2d6e2e 50%,#1a4020 100%);padding:2.5rem 0;border-bottom:1px solid rgba(255,255,255,.08);position:relative;overflow:hidden}.oleaf-footer-cta::before{content:'';position:absolute;top:-50%;right:-10%;width:300px;height:300px;background:radial-gradient(circle,rgba(200,170,110,.08) 0,transparent 70%);border-radius:50%;pointer-events:none}.oleaf-footer-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.oleaf-footer-cta-title{font-family:var(--oleaf-font-heading, 'Playfair Display', serif);font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 .25rem 0;letter-spacing:-.01em}.oleaf-footer-cta-text{margin:0;color:rgba(255,255,255,.6);font-size:.875rem;max-width:420px}.oleaf-footer-cta-contact{display:flex;gap:1.5rem;flex-wrap:wrap}.oleaf-subscribe-form{flex-shrink:0}.oleaf-subscribe-field{display:flex;align-items:center;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:50px;padding:.3rem .3rem .3rem 1.1rem;transition:all .3s ease;backdrop-filter:blur(6px);min-width:380px}.oleaf-subscribe-field:focus-within{border-color:var(--footer-accent,var(--oleaf-accent,#7bc043));background:rgba(255,255,255,.1);box-shadow:0 0 0 3px rgba(200,170,110,.1)}.oleaf-subscribe-icon{flex-shrink:0;color:rgba(255,255,255,.4);margin-right:.5rem}.oleaf-subscribe-input{flex:1;background:0 0;border:none;outline:0;color:#fff;font-size:.8125rem;font-family:inherit;padding:.5rem 0;min-width:0}.oleaf-subscribe-input::placeholder{color:rgba(255,255,255,.4)}.oleaf-subscribe-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1.25rem;background:var(--footer-accent,var(--oleaf-accent,#7bc043));color:#1a1a1a;border:none;border-radius:50px;font-size:.8125rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .3s ease;white-space:nowrap}.oleaf-subscribe-btn:hover{background:#d4ba7e;transform:scale(1.03);box-shadow:0 4px 15px rgba(200,170,110,.3)}.oleaf-subscribe-btn svg{transition:transform .3s ease}.oleaf-subscribe-btn:hover svg{transform:translateX(3px)}.oleaf-subscribe-note{display:flex;align-items:center;gap:.35rem;margin:.5rem 0 0;font-size:.6875rem;color:rgba(255,255,255,.35);padding-left:.5rem}.oleaf-subscribe-note svg{flex-shrink:0;opacity:.6}.oleaf-footer-widgets{padding:4rem 0 3rem}.oleaf-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:3rem}.oleaf-footer-logo{display:inline-block;text-decoration:none;margin-bottom:1rem}.oleaf-footer-logo-img{width:100%;height:auto;filter:brightness(0) invert(1)}.oleaf-footer-logo-text{font-family:var(--oleaf-font-heading, 'Playfair Display', serif);font-size:1.5rem;font-weight:700;color:#fff;letter-spacing:-.02em}.oleaf-footer-desc{color:rgba(255,255,255,.55);font-size:.8125rem;line-height:1.75;margin:0 0 1.25rem 0;max-width:280px}.oleaf-footer-social{display:flex;gap:.5rem}.oleaf-social-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:8px;color:rgba(255,255,255,.65);text-decoration:none;transition:all .3s ease}.oleaf-social-icon:hover{transform:translateY(-3px);box-shadow:0 4px 12px rgba(0,0,0,.3)}.oleaf-social-facebook:hover{background:#1877f2;border-color:#1877f2;color:#fff}.oleaf-social-instagram:hover{background:linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);border-color:transparent;color:#fff}.oleaf-social-twitter:hover{background:#000;border-color:#000;color:#fff}.oleaf-social-linkedin:hover{background:#0a66c2;border-color:#0a66c2;color:#fff}.oleaf-social-youtube:hover{background:red;border-color:red;color:#fff}.oleaf-footer-widget-title{font-family:var(--oleaf-font-body, 'Inter', sans-serif);font-size:.9375rem;font-weight:700;color:#fff;margin:0 0 1.25rem 0;padding-bottom:.75rem;position:relative;text-transform:uppercase;letter-spacing:.05em}.oleaf-footer-widget-title::after{content:'';position:absolute;bottom:0;left:0;width:30px;height:2px;background:var(--oleaf-accent,#7bc043);border-radius:2px}.oleaf-footer-links{list-style:none;margin:0;padding:0}.oleaf-footer-links li{margin-bottom:.6rem}.oleaf-footer-links a{color:rgba(255,255,255,.6);text-decoration:none;font-size:.8125rem;transition:all .25s ease;position:relative;padding-left:0}.oleaf-footer-links a::before{content:'';position:absolute;bottom:-1px;left:0;width:0;height:1px;background:var(--oleaf-accent,#7bc043);transition:width .3s ease}.oleaf-footer-links a:hover{color:var(--oleaf-accent,#7bc043);padding-left:6px}.oleaf-footer-links a:hover::before{width:100%}.oleaf-footer-contact{list-style:none;margin:0;padding:0}.oleaf-footer-contact li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;color:rgba(255,255,255,.6);font-size:.8125rem}.oleaf-footer-contact li svg{flex-shrink:0;margin-top:2px;color:var(--oleaf-accent,#7bc043);opacity:.8}.oleaf-footer-contact a{color:rgba(255,255,255,.6);text-decoration:none;transition:color .25s ease}.oleaf-footer-contact a:hover{color:var(--oleaf-accent,#7bc043)}.oleaf-footer-payment{padding:1.25rem 0;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}.oleaf-footer-payment-inner{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap}.oleaf-payment-label{display:flex;align-items:center;gap:.5rem;color:rgba(255,255,255,.5);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.oleaf-payment-label svg{color:var(--oleaf-accent,#7bc043)}.oleaf-payment-methods{display:flex;gap:.5rem;flex-wrap:wrap}.oleaf-pay-icon{display:inline-flex;align-items:center;justify-content:center;border-radius:4px;overflow:hidden;opacity:.7;transition:all .3s ease;cursor:default}.oleaf-pay-icon:hover{opacity:1;transform:translateY(-2px)}.oleaf-footer-bottom{padding:1.25rem 0;border-top:1px solid rgba(255,255,255,.06)}.oleaf-footer-bottom-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.oleaf-copyright{color:rgba(255,255,255,.4);font-size:.75rem}.oleaf-footer-nav .oleaf-footer-menu{list-style:none;margin:0;padding:0;display:flex;gap:1.5rem}.oleaf-footer-nav .oleaf-footer-menu li a{color:rgba(255,255,255,.5);text-decoration:none;font-size:.75rem;transition:color .25s ease}.oleaf-footer-nav .oleaf-footer-menu li a:hover{color:var(--oleaf-accent,#7bc043)}.oleaf-payment-icons{display:flex;align-items:center;gap:.5rem}.oleaf-payment-icons svg{border-radius:3px;opacity:.7;transition:all .3s ease}.oleaf-payment-icons svg:hover{opacity:1;transform:translateY(-1px)}@media (max-width:991px){.oleaf-footer-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}.oleaf-footer-cta-inner{flex-direction:column;text-align:center;align-items:center}.oleaf-footer-cta-text{max-width:100%}.oleaf-subscribe-field{min-width:320px}.oleaf-footer-desc{max-width:100%}.oleaf-footer-bottom-inner{flex-direction:column;text-align:center}}@media (max-width:575px){.oleaf-footer-grid{grid-template-columns:1fr;gap:2rem;text-align:left}.oleaf-footer-about{display:flex;flex-direction:column;align-items:flex-start}.oleaf-footer-social{justify-content:flex-start}.oleaf-footer-widget-title::after{left:0;transform:none}.oleaf-footer-contact li{justify-content:flex-start}.oleaf-subscribe-field{min-width:0;width:100%}.oleaf-subscribe-btn span{display:none}.oleaf-footer-cta-title{font-size:1.25rem}.oleaf-payment-methods{justify-content:flex-start}}.oleaf-main-content{padding:3rem 0}.oleaf-grid{display:grid;gap:2rem}@media (min-width:992px){.oleaf-grid{grid-template-columns:repeat(12,1fr)}.oleaf-col-8{grid-column:span 8}.oleaf-col-4{grid-column:span 4}}.oleaf-blog-layout{display:grid;grid-template-columns:1fr 320px;gap:40px;align-items:start;padding:40px 0 60px}.oleaf-blog-sidebar-left{grid-template-columns:320px 1fr}.oleaf-blog-full-width{grid-template-columns:1fr}.oleaf-posts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.oleaf-posts-grid.oleaf-posts-cols-1{grid-template-columns:1fr}.oleaf-posts-grid.oleaf-posts-cols-3{grid-template-columns:repeat(3,1fr)}.oleaf-single-layout.oleaf-single-no-toc{grid-template-columns:1fr 280px}.oleaf-single-layout.oleaf-single-no-sidebar{grid-template-columns:200px 1fr}.oleaf-single-layout.oleaf-single-center-only{grid-template-columns:1fr;max-width:860px;margin:0 auto}.oleaf-blog-sidebar{position:sticky;top:100px;align-self:start;min-width:0}.oleaf-blog-sidebar-sticky{position:sticky;top:100px}.oleaf-page-header{padding:40px 0 8px;margin-bottom:0}.oleaf-page-title{font-family:var(--oleaf-font-heading, 'Playfair Display', serif);font-size:2.2rem;font-weight:700;color:var(--oleaf-gray-900,#1a1a1a);position:relative;padding-bottom:16px}.oleaf-page-title::after{content:'';position:absolute;bottom:0;left:0;width:60px;height:3px;background:var(--oleaf-primary,#2d6e2e);border-radius:2px}.oleaf-page-article{padding:0 0 60px}.oleaf-page-article .oleaf-page-header{padding:32px 0 24px;margin-bottom:32px;border-bottom:1px solid var(--oleaf-gray-200,#e5e5e5)}.oleaf-prose{max-width:860px;font-size:1.05rem;line-height:1.85;color:var(--oleaf-gray-700,#374151)}.oleaf-prose p{margin-bottom:1.25em}.oleaf-prose h1,.oleaf-prose h2,.oleaf-prose h3,.oleaf-prose h4,.oleaf-prose h5,.oleaf-prose h6{font-family:var(--oleaf-font-heading, 'Playfair Display', serif);color:var(--oleaf-gray-900,#1a1a1a);font-weight:700;margin-top:2em;margin-bottom:.75em;line-height:1.3}.oleaf-prose h1{font-size:2rem}.oleaf-prose h2{font-size:1.6rem;padding-bottom:10px;border-bottom:2px solid var(--oleaf-gray-100,#f3f4f6)}.oleaf-prose h3{font-size:1.35rem}.oleaf-prose h4{font-size:1.15rem}.oleaf-prose h5{font-size:1.05rem}.oleaf-prose h6{font-size:.95rem;text-transform:uppercase;letter-spacing:.05em;color:var(--oleaf-gray-500,#6b7280)}.oleaf-prose a{color:var(--oleaf-primary,#2d6e2e);text-decoration:underline;text-decoration-color:rgba(26,60,52,0.3);text-underline-offset:3px;transition:color .2s,text-decoration-color .2s}.oleaf-prose a:hover{color:var(--oleaf-accent,#c8965c);text-decoration-color:var(--oleaf-accent,#C8965C)}.oleaf-prose strong{font-weight:700;color:var(--oleaf-gray-900,#1a1a1a)}.oleaf-prose ol,.oleaf-prose ul{margin-bottom:1.25em;padding-left:1.75em}.oleaf-prose ul{list-style-type:disc}.oleaf-prose ol{list-style-type:decimal}.oleaf-prose li{margin-bottom:.5em;padding-left:.25em}.oleaf-prose li::marker{color:var(--oleaf-primary,#2d6e2e)}.oleaf-prose blockquote{border-left:4px solid var(--oleaf-primary,#2d6e2e);padding:16px 24px;margin:1.5em 0;background:var(--oleaf-gray-50,#f9fafb);border-radius:0 8px 8px 0;font-style:italic;color:var(--oleaf-gray-600,#4b5563)}.oleaf-prose blockquote p:last-child{margin-bottom:0}.oleaf-prose table{width:100%;border-collapse:collapse;margin:1.5em 0;font-size:.95rem}.oleaf-prose td,.oleaf-prose th{padding:12px 16px;border:1px solid var(--oleaf-gray-200,#e5e5e5);text-align:left}.oleaf-prose th{background:var(--oleaf-gray-50,#f9fafb);font-weight:700;color:var(--oleaf-gray-900,#1a1a1a)}.oleaf-prose tbody tr:hover{background:var(--oleaf-gray-50,#f9fafb)}.oleaf-prose code{font-family:'Fira Code',Consolas,monospace;font-size:.88em;background:var(--oleaf-gray-100,#f3f4f6);padding:2px 6px;border-radius:4px;color:var(--oleaf-accent,#c8965c)}.oleaf-prose pre{background:var(--oleaf-gray-900,#1a1a1a);color:#e5e5e5;padding:20px 24px;border-radius:10px;overflow-x:auto;margin:1.5em 0;font-size:.9rem;line-height:1.6}.oleaf-prose pre code{background:0 0;padding:0;color:inherit;font-size:inherit}.oleaf-prose hr{border:none;height:1px;background:var(--oleaf-gray-200,#e5e5e5);margin:2.5em 0}.oleaf-prose img{max-width:100%;height:auto;border-radius:10px;margin:1.5em 0}.oleaf-prose figure{margin:1.5em 0}.oleaf-prose figcaption{font-size:.85rem;color:var(--oleaf-gray-500,#6b7280);text-align:center;margin-top:8px}.oleaf-post-card{background:var(--oleaf-white,#fff);border-radius:16px;overflow:hidden;box-shadow:0 2px 16px rgba(0,0,0,.06);transition:transform .35s cubic-bezier(.4, 0, .2, 1),box-shadow .35s ease;display:flex;flex-direction:column}.oleaf-post-card:hover{box-shadow:0 8px 32px rgba(0,0,0,.12);transform:translateY(-4px)}.oleaf-post-card-thumbnail{position:relative;overflow:hidden}.oleaf-post-card-thumbnail a{display:block;width:100%;line-height:0}.oleaf-post-card-thumbnail img{width:100%;height:200px;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.4, 0, .2, 1)}.oleaf-post-card:hover .oleaf-post-card-thumbnail img{transform:scale(1.06)}.oleaf-post-card-thumb-overlay{position:absolute;bottom:0;left:0;right:0;height:40%;background:linear-gradient(180deg,transparent,rgba(0,0,0,.2));pointer-events:none}.oleaf-post-card-thumbnail .oleaf-category-badge:hover{background:var(--oleaf-accent,#7bc043);color:#fff}.oleaf-post-card-content{padding:20px 22px 24px;flex:1;display:flex;flex-direction:column}.oleaf-post-card-title{font-family:var(--oleaf-font-heading, 'Playfair Display', serif);font-size:1.1rem;font-weight:700;line-height:1.4;margin:0 0 10px}.oleaf-post-card-title a{color:var(--oleaf-gray-900,#1a1a1a);text-decoration:none;transition:color .2s ease}.oleaf-post-card-title a:hover{color:var(--oleaf-primary,#2d6e2e)}.oleaf-post-card-excerpt{font-size:.88rem;line-height:1.65;color:var(--oleaf-gray-600,#666);margin-bottom:16px;flex:1}.oleaf-post-card-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:18px;border-top:1px solid var(--oleaf-gray-100,#f0f0f0)}.oleaf-post-card-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:.8rem;color:var(--oleaf-gray-500,#888)}.oleaf-post-card-meta svg{opacity:.5;flex-shrink:0}.oleaf-meta-dot{color:var(--oleaf-gray-300,#ccc);font-size:.6rem}.oleaf-post-card-author{display:inline-flex;align-items:center;gap:6px;font-weight:600;color:var(--oleaf-gray-700,#444)}.oleaf-post-card-author img{width:28px;height:28px;border-radius:50%;object-fit:cover;border:2px solid var(--oleaf-gray-100,#f0f0f0)}.oleaf-post-card-date{display:inline-flex;align-items:center;gap:4px}.oleaf-post-card-readtime{display:inline-flex;align-items:center;gap:4px}.oleaf-post-card-link{display:inline-flex;align-items:center;gap:6px;font-size:.85rem;font-weight:600;color:var(--oleaf-primary,#2d6e2e);text-decoration:none;white-space:nowrap;transition:color .2s ease,gap .3s ease}.oleaf-post-card-link:hover{color:var(--oleaf-accent,#7bc043);gap:10px}.oleaf-post-card-link svg{transition:transform .3s ease}.oleaf-post-card-link:hover svg{transform:translateX(3px)}.oleaf-blog-sidebar .oleaf-widget,.oleaf-blog-sidebar .widget,.oleaf-blog-sidebar section.widget_block{background:#fff;border-radius:14px;padding:24px;margin-bottom:24px;box-shadow:0 2px 12px rgba(0,0,0,.05);border-top:3px solid var(--oleaf-primary,#2d6e2e);overflow:hidden;max-width:100%;box-sizing:border-box}.oleaf-blog-sidebar{min-width:0;overflow:hidden}#oleaf-sidebar *,.oleaf-blog-sidebar *{max-width:100%!important;box-sizing:border-box!important}.oleaf-blog-sidebar .oleaf-widget-title,.oleaf-blog-sidebar .widget-title,.oleaf-blog-sidebar .wp-block-heading{font-family:var(--oleaf-font-heading, 'Playfair Display', serif);font-size:1.1rem;font-weight:700;color:var(--oleaf-gray-900,#1a1a1a);margin:0 0 16px;padding-bottom:12px;border-bottom:1px solid var(--oleaf-gray-100,#f0f0f0);position:relative}.oleaf-blog-sidebar .widget ul,.oleaf-blog-sidebar .wp-block-latest-posts{list-style:none;margin:0;padding:0}.oleaf-blog-sidebar .widget li,.oleaf-blog-sidebar .wp-block-latest-posts li{padding:10px 0;border-bottom:1px solid var(--oleaf-gray-50,#fafafa);font-size:.9rem}.oleaf-blog-sidebar .widget li:last-child,.oleaf-blog-sidebar .wp-block-latest-posts li:last-child{border-bottom:none;padding-bottom:0}.oleaf-blog-sidebar .widget li a,.oleaf-blog-sidebar .wp-block-latest-posts li a{color:var(--oleaf-gray-700,#444);text-decoration:none;transition:color .2s ease;display:block;line-height:1.5}.oleaf-blog-sidebar .widget li a:hover,.oleaf-blog-sidebar .wp-block-latest-posts li a:hover{color:var(--oleaf-primary,#2d6e2e)}#oleaf-sidebar .wp-block-search,.oleaf-blog-sidebar .wp-block-search{display:flex!important;flex-wrap:wrap!important;gap:0!important;width:100%!important}#oleaf-sidebar .wp-block-search__label,.oleaf-blog-sidebar .wp-block-search__label{display:block;width:100%!important;flex:0 0 100%!important;margin-bottom:10px;font-weight:700;font-size:1.1rem;font-family:var(--oleaf-font-heading, 'Playfair Display', serif);color:var(--oleaf-gray-900,#1a1a1a);padding-bottom:12px;border-bottom:1px solid var(--oleaf-gray-100,#f0f0f0)}#oleaf-sidebar .wp-block-search__inside-wrapper,.oleaf-blog-sidebar .wp-block-search__inside-wrapper{display:flex!important;width:100%!important;gap:0}#oleaf-sidebar .wp-block-search__input,#oleaf-sidebar input[type=search],.oleaf-blog-sidebar .wp-block-search__input,.oleaf-blog-sidebar input[type=search]{flex:1 1 0%!important;min-width:0!important;width:auto!important;padding:10px 14px;border:1px solid var(--oleaf-gray-200,#e5e5e5);border-right:none;border-radius:8px 0 0 8px;font-size:.9rem;outline:0;transition:border-color .2s ease;background:var(--oleaf-gray-50,#fafafa)}#oleaf-sidebar .wp-block-search__input:focus,.oleaf-blog-sidebar .wp-block-search__input:focus{border-color:var(--oleaf-primary,#2d6e2e);background:#fff}#oleaf-sidebar .wp-block-search__button,#oleaf-sidebar input[type=submit],.oleaf-blog-sidebar .wp-block-search__button,.oleaf-blog-sidebar input[type=submit]{padding:10px 16px;background:var(--oleaf-primary,#2d6e2e);color:#fff;border:none;border-radius:0 8px 8px 0;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .2s ease;white-space:nowrap;flex-shrink:0!important;width:auto!important}#oleaf-sidebar .wp-block-search__button:hover,.oleaf-blog-sidebar .wp-block-search__button:hover{background:var(--oleaf-accent,#7bc043)}.oleaf-blog-sidebar .widget_categories li,.oleaf-blog-sidebar .wp-block-categories-list li{display:flex;justify-content:space-between;align-items:center}.navigation.pagination,.oleaf-pagination{margin-top:48px;margin-bottom:20px}.navigation.pagination .nav-links,.oleaf-pagination .nav-links{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.navigation.pagination .nav-links a,.navigation.pagination .nav-links span,.oleaf-pagination .nav-links a,.oleaf-pagination .nav-links span{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;padding:0 14px;border-radius:10px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .25s ease;color:var(--oleaf-gray-700,#444);background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.06)}.navigation.pagination .nav-links a:hover,.oleaf-pagination .nav-links a:hover{background:var(--oleaf-primary,#2d6e2e);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(26,60,52,.25)}.navigation.pagination .nav-links .current,.oleaf-pagination .nav-links .current{background:var(--oleaf-primary,#2d6e2e);color:#fff;box-shadow:0 4px 12px rgba(26,60,52,.25)}.oleaf-tag-cloud{display:flex;flex-wrap:wrap;gap:8px}.oleaf-tag{display:inline-block;padding:6px 14px;background:var(--oleaf-gray-100,#f5f5f0);color:var(--oleaf-gray-700,#555);font-size:.82rem;font-weight:500;border-radius:20px;text-decoration:none;transition:background .2s ease,color .2s ease}.oleaf-tag:hover{background:var(--oleaf-primary,#2d6e2e);color:#fff}.oleaf-blog-drawer-toggle{display:none;position:fixed;bottom:24px;left:24px;z-index:999;padding:12px 20px;background:var(--oleaf-primary,#2d6e2e);color:#fff;border:none;border-radius:50px;font-size:.85rem;font-weight:600;cursor:pointer;box-shadow:0 4px 20px rgba(26,60,52,.35);transition:all .3s cubic-bezier(.4, 0, .2, 1);align-items:center;gap:8px;opacity:0;transform:translateY(20px);pointer-events:none;font-family:var(--oleaf-font-body, 'Inter', sans-serif)}.oleaf-blog-drawer-toggle.visible{opacity:1;transform:translateY(0);pointer-events:auto}.oleaf-blog-drawer-toggle.hidden{opacity:0;transform:translateY(20px);pointer-events:none}.oleaf-blog-drawer-toggle:hover{background:var(--oleaf-accent,#7bc043);box-shadow:0 6px 28px rgba(200,169,110,.4);transform:translateY(-2px)}.oleaf-blog-drawer-toggle svg{flex-shrink:0}.oleaf-blog-drawer-overlay{display:none;position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,.5);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);opacity:0;transition:opacity .3s ease;pointer-events:none}.oleaf-blog-drawer-overlay.active{opacity:1;pointer-events:auto}.oleaf-blog-drawer{display:none;position:fixed;top:0;left:0;bottom:0;width:340px;max-width:85vw;z-index:1001;background:var(--oleaf-gray-50,#fafafa);box-shadow:4px 0 30px rgba(0,0,0,.15);transform:translateX(-100%);transition:transform .35s cubic-bezier(.4, 0, .2, 1);overflow-y:auto;-webkit-overflow-scrolling:touch;padding:24px 20px}.oleaf-blog-drawer.open{transform:translateX(0)}.oleaf-blog-drawer-close{position:absolute;top:14px;right:14px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--oleaf-gray-100,#f0f0f0);border:none;border-radius:50%;cursor:pointer;color:var(--oleaf-gray-700,#444);transition:all .2s ease;z-index:2}.oleaf-blog-drawer-close:hover{background:var(--oleaf-primary,#2d6e2e);color:#fff}.oleaf-blog-drawer-content{margin-top:40px}.oleaf-blog-drawer-content .oleaf-widget,.oleaf-blog-drawer-content .widget,.oleaf-blog-drawer-content section.widget_block{background:#fff;border-radius:12px;padding:20px;margin-bottom:20px;box-shadow:0 2px 8px rgba(0,0,0,.04);border-top:3px solid var(--oleaf-primary,#2d6e2e);overflow:hidden}.oleaf-blog-drawer-content *{max-width:100%!important;box-sizing:border-box!important}.oleaf-blog-drawer-content .wp-block-search{display:flex!important;flex-wrap:wrap!important;width:100%!important}.oleaf-blog-drawer-content .wp-block-search__inside-wrapper{display:flex!important;width:100%!important}.oleaf-blog-drawer-content .wp-block-search__input,.oleaf-blog-drawer-content input[type=search]{flex:1 1 0%!important;min-width:0!important;width:auto!important;padding:10px 14px;border:1px solid var(--oleaf-gray-200,#e5e5e5);border-right:none;border-radius:8px 0 0 8px;font-size:.9rem;outline:0}.oleaf-blog-drawer-content .wp-block-search__button,.oleaf-blog-drawer-content input[type=submit]{padding:10px 14px;background:var(--oleaf-primary,#2d6e2e);color:#fff;border:none;border-radius:0 8px 8px 0;font-size:.85rem;font-weight:600;cursor:pointer;flex-shrink:0!important}@media (max-width:992px){.oleaf-blog-layout,.oleaf-blog-sidebar-left,.oleaf-blog-sidebar-right{grid-template-columns:1fr;gap:32px}.oleaf-blog-sidebar{display:none}.oleaf-blog-drawer-toggle{display:flex}.oleaf-blog-drawer-overlay{display:block}.oleaf-blog-drawer{display:block}.oleaf-blog-sidebar-sticky{position:static}.oleaf-posts-grid.oleaf-posts-cols-3{grid-template-columns:repeat(2,1fr)}.oleaf-single-layout.oleaf-single-center-only,.oleaf-single-layout.oleaf-single-no-sidebar,.oleaf-single-layout.oleaf-single-no-toc{grid-template-columns:1fr;max-width:none}}@media (max-width:768px){.oleaf-posts-grid,.oleaf-posts-grid.oleaf-posts-cols-2,.oleaf-posts-grid.oleaf-posts-cols-3{grid-template-columns:1fr}.oleaf-post-card-footer{flex-direction:column;align-items:flex-start}}@media (max-width:576px){.oleaf-post-card-content{padding:18px 20px 22px}.oleaf-post-card-title{font-size:1.15rem}.oleaf-post-card-meta{font-size:.75rem}.oleaf-page-title{font-size:1.6rem}}.oleaf-widget{background:var(--oleaf-white,#fff);padding:1.5rem;border-radius:var(--oleaf-radius-lg,14px);margin-bottom:1.5rem;box-shadow:var(--oleaf-shadow-sm,0 2px 12px rgba(0,0,0,.05))}.oleaf-widget-title{font-size:1.125rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--oleaf-primary,#2d6e2e)}.oleaf-back-to-top{position:fixed;bottom:100px;right:2rem;width:50px;height:50px;background:var(--oleaf-primary);color:var(--oleaf-white);border-radius:var(--oleaf-radius-full);display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .25s;z-index:9998;border:none;cursor:pointer;box-shadow:0 2px 12px rgba(0,0,0,.15)}.oleaf-back-to-top.is-visible{opacity:1;visibility:visible}.oleaf-back-to-top:hover{background:var(--oleaf-accent);color:var(--oleaf-gray-900)}@media (max-width:991px){.oleaf-nav-primary{display:none}}.oleaf-site{display:flex;flex-direction:column;min-height:100vh}.oleaf-site-content{flex:1}.oleaf-search-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;background:rgba(255,255,255,.98);backdrop-filter:blur(12px);display:flex;justify-content:center;overflow-y:auto;opacity:0;visibility:hidden;transform:scale(1.05);transition:all .4s cubic-bezier(.4, 0, .2, 1);cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="%231a3c34" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg>') 16 16,pointer}.oleaf-search-modal.is-active{opacity:1;visibility:visible;transform:scale(1)}.oleaf-search-container{width:100%;max-width:1100px;padding:60px 20px;cursor:default}.oleaf-search-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:60px}.oleaf-brand-badge{display:flex;align-items:center;gap:12px}.oleaf-brand-icon{width:40px;height:40px;background:rgba(26,60,52,.1);border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--oleaf-primary)}.oleaf-brand-text{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--oleaf-primary)}.oleaf-search-close{width:48px;height:48px;border-radius:50%;border:1px solid #eee;display:flex;align-items:center;justify-content:center;color:#999;transition:all .2s;background:0 0;cursor:pointer}.oleaf-search-close:hover{border-color:#fee;background:#fff5f5;color:#e53e3e}.oleaf-search-close .dashicons{font-size:24px;width:24px;height:24px}.oleaf-search-input-wrapper{position:relative;margin-bottom:60px}.oleaf-search-field{width:100%;background:0 0;border:none;border-bottom:2px solid #eee;padding:30px 0;font-family:var(--oleaf-font-body);font-size:clamp(2rem, 4vw, 3rem);font-weight:300;color:var(--oleaf-gray-900);outline:0;transition:all .3s}.oleaf-search-field:focus{border-color:var(--oleaf-primary)}.oleaf-search-field::placeholder{color:#cbd5e0}.oleaf-search-loader{position:absolute;right:20px;top:50%;transform:translateY(-50%);opacity:0;transition:opacity .2s}.oleaf-search-loader.is-visible{opacity:1}.oleaf-spinner{display:block;width:30px;height:30px;border:3px solid #eee;border-top-color:var(--oleaf-primary);border-radius:50%;animation:oleaf-spin 1s linear infinite}.oleaf-quick-links{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-top:24px}.oleaf-quick-label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:#a0aec0;margin-right:8px}.oleaf-chip{padding:6px 16px;background:#f7fafc;color:#4a5568;font-size:.75rem;font-weight:500;border-radius:99px;transition:all .2s;text-decoration:none}.oleaf-chip:hover{background:var(--oleaf-primary);color:#fff}.oleaf-search-layout{display:grid;grid-template-columns:1fr;gap:60px}@media (min-width:992px){.oleaf-search-layout{grid-template-columns:300px 1fr}}.oleaf-section-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:#a0aec0;margin-bottom:20px;display:flex;align-items:center;gap:8px}.oleaf-section-label .dashicons{color:#9f7aea;font-size:16px;width:16px;height:16px}.oleaf-ai-box{background:linear-gradient(135deg,#f3f0ff 0,#fff 100%);border:1px solid #e9d8fd;border-radius:16px;padding:24px;position:relative;overflow:hidden;margin-bottom:40px}.oleaf-ai-content{font-size:.875rem;color:#4a5568;line-height:1.6;font-style:italic;position:relative;z-index:2}.oleaf-ai-deco{position:absolute;bottom:-10px;right:-10px;opacity:.1;color:#805ad5}.oleaf-ai-deco .dashicons{font-size:80px;width:80px;height:80px}.oleaf-trending-list{display:flex;flex-direction:column;gap:12px}.oleaf-trending-item{display:flex;justify-content:space-between;align-items:center;padding:16px;border-radius:12px;border:1px solid transparent;transition:all .2s;text-decoration:none}.oleaf-trending-item:hover{background:#f0fff4;border-color:#c6f6d5}.oleaf-trending-title{font-size:.875rem;font-weight:500;color:#4a5568}.oleaf-trending-item:hover .oleaf-trending-title{color:#276749}.oleaf-trending-item .dashicons{font-size:14px;color:#cbd5e0;opacity:0;transform:translateX(-5px);transition:all .2s}.oleaf-trending-item:hover .dashicons{opacity:1;transform:translateX(0)}.oleaf-results-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:30px;border-bottom:1px solid #f0f0f0;padding-bottom:15px}.oleaf-results-count{font-size:.65rem;font-weight:700;text-transform:uppercase;color:#a0aec0}.oleaf-results-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.oleaf-search-card{display:flex;align-items:center;gap:20px;padding:20px;background:#fff;border-radius:16px;border:1px solid #f0f0f0;transition:all .3s;cursor:pointer;text-decoration:none}.oleaf-search-card:hover{transform:translateY(-4px);box-shadow:0 12px 20px -10px rgba(0,0,0,.08)}.oleaf-card-thumb{width:80px;height:80px;border-radius:12px;overflow:hidden;flex-shrink:0}.oleaf-card-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.oleaf-search-card:hover .oleaf-card-thumb img{transform:scale(1.1)}.oleaf-card-info{flex:1}.oleaf-card-cat{font-size:.6rem;font-weight:700;text-transform:uppercase;color:var(--oleaf-secondary);letter-spacing:.5px;margin-bottom:4px;display:block}.oleaf-card-title{font-size:1rem;font-weight:700;color:var(--oleaf-gray-900);margin-bottom:4px;display:block;line-height:1.3}.oleaf-search-card:hover .oleaf-card-title{color:var(--oleaf-primary)}.oleaf-card-price{font-size:.875rem;font-weight:600;color:#a0aec0}.oleaf-card-action{width:40px;height:40px;border-radius:50%;background:#f7fafc;display:flex;align-items:center;justify-content:center;color:#cbd5e0;transition:all .3s}.oleaf-search-card:hover .oleaf-card-action{background:var(--oleaf-primary);color:#fff}.oleaf-search-empty-state{grid-column:1/-1;text-align:center;padding:60px;color:#cbd5e0;font-weight:500}.oleaf-cart-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);z-index:9998;opacity:0;visibility:hidden;transition:opacity .4s ease;cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg>') 16 16,pointer}.oleaf-cart-overlay.is-active{opacity:1;visibility:visible}.oleaf-cart-sidebar{position:fixed;top:0;right:0;height:100%;width:100%;max-width:420px;background:#f4f7f2;z-index:9999;transform:translateX(100%);transition:transform .5s cubic-bezier(.16, 1, .3, 1);display:flex;flex-direction:column;border-left:2px solid var(--oleaf-primary);box-shadow:-10px 0 30px rgba(0,0,0,.1)}.oleaf-cart-sidebar.is-active{transform:translateX(0)}.oleaf-cart-header{padding:32px;background:rgba(255,255,255,.5);border-bottom:1px solid rgba(26,60,52,.1);display:flex;justify-content:space-between;align-items:flex-start}.oleaf-cart-title{font-size:1.5rem;font-weight:700;color:var(--oleaf-primary);margin:0;line-height:1.2}.oleaf-cart-subtitle{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--oleaf-primary);opacity:.7;margin-top:4px}.oleaf-cart-close{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#a0aec0;background:0 0;border:none;cursor:pointer;transition:all .2s}.oleaf-cart-close:hover{background:#fff5f5;color:#e53e3e}.oleaf-cart-items{flex:1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:20px}.oleaf-cart-item{display:flex;gap:20px;padding:12px;background:#fff;border-radius:16px;border:1px solid transparent;transition:all .2s;box-shadow:0 2px 4px rgba(0,0,0,.02)}.oleaf-cart-item:hover{border-color:rgba(26,60,52,.1);background:rgba(26,60,52,.02)}.oleaf-cart-item-thumb{width:80px;height:80px;border-radius:12px;overflow:hidden;background:#f7fafc;flex-shrink:0;border:1px solid rgba(26,60,52,.05)}.oleaf-cart-item-thumb img{width:100%;height:100%;object-fit:cover}.oleaf-cart-item-info{flex:1;display:flex;flex-direction:column;justify-content:space-between}.oleaf-cart-item-header{display:flex;justify-content:space-between;align-items:flex-start}.oleaf-cart-item-title{font-size:.875rem;font-weight:700;color:var(--oleaf-primary);margin:0;line-height:1.3}.oleaf-cart-item-title a{color:inherit;text-decoration:none}.oleaf-cart-remove{background:0 0;border:none;color:#cbd5e0;cursor:pointer;padding:4px;transition:color .2s}.oleaf-cart-remove:hover{color:#e53e3e}.oleaf-cart-item-meta{display:flex;justify-content:space-between;align-items:flex-end}.oleaf-qty-control{display:flex;align-items:center;gap:8px;background:rgba(26,60,52,.05);padding:4px;border-radius:99px}.oleaf-qty-btn{width:24px;height:24px;border-radius:50%;border:1px solid #d1d9cc;background:#fff;color:var(--oleaf-primary);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.oleaf-qty-btn:hover{background:var(--oleaf-primary);border-color:var(--oleaf-primary);color:#fff}.oleaf-qty-val{font-size:.875rem;font-weight:700;color:var(--oleaf-primary);min-width:16px;text-align:center}.oleaf-cart-item-price{font-size:.875rem;font-weight:800;color:var(--oleaf-primary,#276749)}.oleaf-cart-footer{padding:32px;background:#fff;border-top:1px solid rgba(26,60,52,.05)}.oleaf-cart-summary{margin-bottom:24px;display:flex;flex-direction:column;gap:12px}.oleaf-summary-row{display:flex;justify-content:space-between;font-size:.875rem;font-weight:500;color:#718096}.oleaf-summary-total{display:flex;justify-content:space-between;font-size:1.25rem;font-weight:700;color:var(--oleaf-primary);padding-top:12px;border-top:1px dashed rgba(26,60,52,.1)}.oleaf-free-shipping{color:var(--oleaf-primary,#276749);font-weight:700}.oleaf-cart-actions{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.oleaf-cart-actions .oleaf-btn{display:flex;justify-content:center;align-items:center;text-align:center;width:100%;box-sizing:border-box}.oleaf-cart-security{display:flex;justify-content:center;align-items:center;gap:8px;font-size:.65rem;font-weight:600;color:var(--oleaf-primary,#276749);background:color-mix(in srgb,var(--oleaf-primary,#276749) 8%,#fff);padding:8px;border-radius:8px}.oleaf-continue-link{display:block;text-align:center;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--oleaf-primary,#276749);text-decoration:underline;text-underline-offset:4px}.oleaf-continue-link:hover{color:var(--oleaf-primary)}.oleaf-cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;gap:20px;opacity:.6;padding:2rem;box-sizing:border-box}.oleaf-cart-empty-icon{width:96px;height:96px;background:rgba(26,60,52,.05);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--oleaf-primary)}.oleaf-cart-empty p{font-weight:700;text-transform:uppercase;letter-spacing:2px;font-size:.75rem}.oleaf-cart-empty .oleaf-btn{max-width:100%;box-sizing:border-box;text-align:center;display:flex;justify-content:center;align-items:center}.oleaf-spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:oleaf-spin .6s linear infinite;margin-right:8px;vertical-align:middle;flex-shrink:0}@keyframes oleaf-spin{to{transform:rotate(360deg)}}.oleaf-breadcrumbs{background:var(--oleaf-bc-bg,#f8f9fa);color:var(--oleaf-bc-text,#666);border-bottom:1px solid rgba(0,0,0,.06)}.oleaf-breadcrumb-inner{max-width:var(--oleaf-container,1280px);margin:0 auto;padding:14px 1.5rem}.oleaf-breadcrumbs ol{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;align-items:center;gap:0}.oleaf-breadcrumb-item{display:inline-flex;align-items:center;font-size:.82rem;font-weight:500;letter-spacing:.3px;text-transform:uppercase}.oleaf-breadcrumb-item a{display:inline-flex;align-items:center;gap:5px;color:var(--oleaf-bc-text,#666);text-decoration:none;transition:color .25s ease;position:relative;padding-bottom:1px}.oleaf-breadcrumb-item a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--oleaf-bc-active,var(--oleaf-primary,#2d6e2e));transition:width .3s ease}.oleaf-breadcrumb-item a:hover{color:var(--oleaf-bc-active,var(--oleaf-primary,#2d6e2e));text-decoration:none}.oleaf-breadcrumb-item a:hover::after{width:100%}.oleaf-breadcrumb-home-icon{flex-shrink:0;vertical-align:middle;margin-right:2px;opacity:.75;transition:opacity .2s ease}.oleaf-breadcrumb-item a:hover .oleaf-breadcrumb-home-icon{opacity:1}.oleaf-breadcrumb-separator{margin:0 10px;color:var(--oleaf-bc-text,#999);font-size:.75rem;opacity:.5;user-select:none}.oleaf-breadcrumb-current{color:var(--oleaf-bc-active,var(--oleaf-primary,#2d6e2e));font-weight:700;max-width:280px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media (max-width:768px){.oleaf-breadcrumb-inner{padding:10px 1rem}.oleaf-breadcrumb-item{font-size:.75rem}.oleaf-breadcrumb-current{max-width:180px}}.oleaf-shop-header{margin-bottom:2.5rem;text-align:center}.oleaf-shop-title{font-family:var(--oleaf-font-heading);font-size:2.75rem;font-weight:700;color:var(--oleaf-primary);margin:0 0 .5rem 0;letter-spacing:-.02em}.oleaf-main-content.oleaf-shop-archive{padding:50px 0 70px;background:#f4f5f7;min-height:60vh;overflow:hidden}.oleaf-shop-archive .oleaf-container{max-width:var(--oleaf-container-max);width:100%;margin:0 auto;padding:0 .75rem;box-sizing:border-box;overflow:hidden}@media (min-width:768px){.oleaf-shop-archive .oleaf-container{padding:0 2rem}}@media (min-width:1200px){.oleaf-shop-archive .oleaf-container{padding:0 3rem}}.oleaf-shop-wrapper.oleaf-grid{display:grid;grid-template-columns:1fr;gap:2.5rem}.oleaf-layout-full-width.oleaf-grid{grid-template-columns:1fr!important}.oleaf-hide-sale-badge .oleaf-sale-badge{display:none!important}.oleaf-hide-rating .oleaf-product-rating{display:none!important}.oleaf-hide-add-to-cart .oleaf-product-add-to-cart{display:none!important}.oleaf-shop-wrapper{display:block}@media (min-width:992px){.oleaf-shop-wrapper.oleaf-layout-sidebar-left{display:grid;grid-template-columns:280px 1fr;gap:2rem;align-items:start}.oleaf-shop-wrapper.oleaf-layout-sidebar-right{display:grid;grid-template-columns:1fr 280px;gap:2rem;align-items:start}.oleaf-shop-wrapper.oleaf-layout-sidebar-right .oleaf-shop-sidebar{order:2}.oleaf-shop-wrapper.oleaf-layout-sidebar-right .oleaf-shop-content{order:1}.oleaf-shop-wrapper.oleaf-layout-full-width{display:block}}@media (max-width:991px){.oleaf-shop-wrapper{display:block}}.oleaf-shop-sidebar{position:sticky;top:100px;height:fit-content;background:#fff;border-radius:16px;border:1px solid rgba(0,0,0,.08);box-shadow:0 4px 20px rgba(0,0,0,.06);padding:1.75rem;overflow:visible}.oleaf-sidebar-widget{background:0 0;border-radius:0;padding:0;margin-bottom:0;box-shadow:none;border:none;padding-bottom:1.25rem;margin-bottom:1.25rem;border-bottom:1px solid rgba(0,0,0,.06)}.oleaf-sidebar-widget:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.oleaf-sidebar-widget .oleaf-widget-title{font-family:var(--oleaf-font-body);font-size:.8125rem;font-weight:700;text-transform:capitalize;letter-spacing:0;color:#1a1a1a;margin:0 0 1rem 0;padding-bottom:0;border-bottom:none}.oleaf-sidebar-search-wrap .oleaf-search-input-group{display:flex;gap:0}.oleaf-sidebar-search-wrap .oleaf-search-input{flex:1;padding:.75rem 1rem;font-family:var(--oleaf-font-body);font-size:.875rem;border:1px solid var(--oleaf-gray-200);border-right:none;border-radius:8px 0 0 8px;background:var(--oleaf-gray-100);color:var(--oleaf-gray-800);outline:0;transition:all .2s ease}.oleaf-sidebar-search-wrap .oleaf-search-input:focus{border-color:var(--oleaf-primary);background:var(--oleaf-white)}.oleaf-sidebar-search-wrap .oleaf-search-input::placeholder{color:var(--oleaf-gray-500)}.oleaf-sidebar-search-wrap .oleaf-search-btn{padding:.75rem 1rem;background:var(--oleaf-primary);color:var(--oleaf-white);border:none;border-radius:0 8px 8px 0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.oleaf-sidebar-search-wrap .oleaf-search-btn:hover{background:var(--oleaf-primary-dark)}.oleaf-sidebar-search-wrap{position:relative}.oleaf-sidebar-search-results{position:absolute;top:100%;left:0;right:0;background:var(--oleaf-white);border:1px solid var(--oleaf-gray-200);border-radius:12px;margin-top:8px;box-shadow:0 10px 40px rgba(0,0,0,.15);z-index:100;max-height:350px;overflow-y:auto;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .25s ease}.oleaf-sidebar-search-results.is-active{opacity:1;visibility:visible;transform:translateY(0)}.oleaf-sidebar-search-loading{padding:1rem;text-align:center;color:var(--oleaf-gray-500);font-size:.875rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.oleaf-sidebar-search-loading .oleaf-spinner{width:18px;height:18px;border:2px solid var(--oleaf-gray-200);border-top-color:var(--oleaf-primary);border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.oleaf-sidebar-search-empty{padding:1.5rem 1rem;text-align:center;color:var(--oleaf-gray-500);font-size:.875rem}.oleaf-sidebar-search-list{list-style:none;margin:0;padding:.5rem}.oleaf-sidebar-search-item{margin:0}.oleaf-sidebar-search-link{display:flex;align-items:center;gap:.75rem;padding:.625rem;border-radius:8px;text-decoration:none;color:inherit;transition:background .2s ease}.oleaf-sidebar-search-link:hover{background:var(--oleaf-gray-100)}.oleaf-sidebar-search-thumb{width:48px;height:48px;border-radius:8px;overflow:hidden;flex-shrink:0;background:var(--oleaf-gray-100)}.oleaf-sidebar-search-thumb img{width:100%;height:100%;object-fit:cover}.oleaf-sidebar-search-info{flex:1;min-width:0}.oleaf-sidebar-search-title{display:block;font-size:.875rem;font-weight:600;color:var(--oleaf-gray-800);margin-bottom:.125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.oleaf-sidebar-search-price{display:block;font-size:.8125rem;font-weight:700;color:var(--oleaf-primary)}.oleaf-sidebar-search-price del{color:var(--oleaf-gray-400);font-weight:400;margin-right:.25rem}.oleaf-filter-list{list-style:none;margin:0;padding:0}.oleaf-filter-list li{margin:0 0 6px;padding:0}.oleaf-filter-checkbox{display:flex;align-items:center;cursor:pointer;transition:all .2s ease}.oleaf-filter-checkbox:hover{color:var(--oleaf-primary)}.oleaf-filter-checkbox .oleaf-filter-input{position:absolute;opacity:0;width:0;height:0}.oleaf-filter-checkbox .oleaf-checkmark{width:18px;height:18px;border:2px solid var(--oleaf-gray-300);border-radius:4px;margin-right:.75rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.oleaf-filter-checkbox .oleaf-checkmark::after{content:'';width:10px;height:10px;background:var(--oleaf-primary);border-radius:2px;opacity:0;transform:scale(0);transition:all .15s ease}.oleaf-filter-checkbox .oleaf-filter-input:checked+.oleaf-checkmark{border-color:var(--oleaf-primary)}.oleaf-filter-checkbox .oleaf-filter-input:checked+.oleaf-checkmark::after{opacity:1;transform:scale(1)}.oleaf-filter-checkbox .oleaf-filter-label{flex:1;font-family:var(--oleaf-font-body);font-size:.9375rem;font-weight:400;color:#333;letter-spacing:0}.oleaf-filter-checkbox .oleaf-filter-count{font-size:.8125rem;font-weight:400;color:#666;background:0 0;padding:0;border-radius:0}.oleaf-category-list{list-style:none;margin:0;padding:0}.oleaf-category-link{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;font-family:var(--oleaf-font-body);font-size:.9375rem;font-weight:400;color:#333;text-decoration:none;border-bottom:none;transition:all .2s ease;letter-spacing:0}.oleaf-category-list li:last-child .oleaf-category-link{border-bottom:none}.oleaf-category-link:hover{color:var(--oleaf-primary)}.oleaf-category-link .oleaf-filter-count{font-size:.875rem;font-weight:400;color:#999}.oleaf-range-slider{position:relative;height:36px;display:flex;align-items:center}.oleaf-range-track{position:absolute;left:0;right:0;height:6px;background:#2d6e2e;border-radius:3px;pointer-events:none}.oleaf-range-fill{position:absolute;height:100%;background:#2d6b4f;border-radius:3px}.oleaf-range-input{position:absolute;width:100%;height:6px;-webkit-appearance:none;appearance:none;background:0 0;pointer-events:none;margin:0;outline:0}.oleaf-range-input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:22px;height:22px;border-radius:50%;background:#2d6e2e;border:3px solid #fff;box-shadow:0 2px 6px rgba(0,0,0,.2);cursor:pointer;pointer-events:all;position:relative;z-index:2;transition:box-shadow .2s ease,transform .15s ease}.oleaf-range-input::-webkit-slider-thumb:hover{transform:scale(1.15);box-shadow:0 3px 10px rgba(0,0,0,.25)}.oleaf-range-input::-moz-range-thumb{width:22px;height:22px;border-radius:50%;background:#2d6e2e;border:3px solid #fff;box-shadow:0 2px 6px rgba(0,0,0,.2);cursor:pointer;pointer-events:all;position:relative;z-index:2}.oleaf-range-values{display:flex;justify-content:space-between;margin-top:.5rem}.oleaf-range-val{font-size:.875rem;font-weight:600;color:#333}.oleaf-no-filters{font-size:.875rem;color:var(--oleaf-gray-400);font-style:italic}.oleaf-mini-products{list-style:none;margin:0;padding:0}.oleaf-mini-product{padding:.75rem 0;border-bottom:1px solid var(--oleaf-gray-100)}.oleaf-mini-product:last-child{border-bottom:none;padding-bottom:0}.oleaf-mini-product:first-child{padding-top:0}.oleaf-mini-product-link{display:flex;gap:.875rem;text-decoration:none;color:inherit}.oleaf-mini-product-thumb{width:60px;height:60px;border-radius:8px;overflow:hidden;flex-shrink:0;background:var(--oleaf-gray-100)}.oleaf-mini-product-thumb img{width:100%;height:100%;object-fit:cover}.oleaf-mini-product-info{flex:1;min-width:0}.oleaf-mini-product-title{font-size:.875rem;font-weight:600;color:var(--oleaf-gray-800);margin:0 0 .25rem 0;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s ease}.oleaf-mini-product-link:hover .oleaf-mini-product-title{color:var(--oleaf-primary)}.oleaf-mini-old-price{font-size:.75rem;color:var(--oleaf-gray-400);margin-right:.25rem}.oleaf-mini-product-price{font-size:.875rem;font-weight:700;color:var(--oleaf-primary)}.oleaf-mini-product-price del{color:var(--oleaf-gray-400);font-weight:400;font-size:.75rem}.oleaf-mini-product-price ins{text-decoration:none}.oleaf-filter-tags{display:flex;flex-wrap:wrap;gap:.5rem}.oleaf-filter-tag{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:var(--oleaf-gray-100);border-radius:20px;font-size:.8125rem;font-weight:500;color:var(--oleaf-gray-700)}.oleaf-filter-tag-remove{width:16px;height:16px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--oleaf-gray-500);transition:color .2s ease}.oleaf-filter-tag-remove:hover{color:var(--oleaf-secondary)}.oleaf-shop-content{min-width:0}.oleaf-shop-toolbar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;padding:1rem 1.5rem;background:#fff;border-radius:12px;margin-bottom:2rem;box-shadow:0 2px 12px rgba(0,0,0,.06);border:1px solid rgba(0,0,0,.06)}.oleaf-result-count{font-size:.9375rem;font-weight:500;color:var(--oleaf-gray-600)}.oleaf-result-count .woocommerce-result-count{margin:0}.oleaf-shop-ordering .orderby,.oleaf-shop-ordering select{padding:.75rem 2.5rem .75rem 1rem;font-size:.9375rem;font-weight:500;color:var(--oleaf-gray-800);background:var(--oleaf-gray-100);border:1px solid var(--oleaf-gray-200);border-radius:8px;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23424242' 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 1rem center;transition:all .2s ease}.oleaf-shop-ordering select:focus,.oleaf-shop-ordering select:hover{border-color:var(--oleaf-primary);box-shadow:0 0 0 3px rgba(26,60,52,.1);outline:0}.oleaf-shop-content ul.products,.woocommerce ul.products,.woocommerce-page ul.products,ul.products.columns-3,ul.products.columns-4{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:.75rem!important;align-items:start!important;list-style:none!important;margin:0!important;padding:0!important;width:100%!important;float:none!important}.woocommerce ul.products::after,.woocommerce ul.products::before,ul.products::after,ul.products::before{display:none!important}@media (min-width:576px){.oleaf-shop-content ul.products,.woocommerce ul.products,.woocommerce-page ul.products,ul.products.columns-3,ul.products.columns-4{grid-template-columns:repeat(2,1fr)!important;gap:1.5rem!important}}@media (min-width:1200px){.oleaf-shop-content ul.products,.woocommerce ul.products,.woocommerce-page ul.products,ul.products.columns-3,ul.products.columns-4{grid-template-columns:repeat(var(--shop-columns,3),1fr)!important}}.woocommerce ul.products li.product,ul.products li.oleaf-product-card,ul.products li.product{float:none!important;width:100%!important;margin:0!important;clear:none!important}.oleaf-product-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.04),0 4px 12px rgba(0,0,0,.03);border:1px solid rgba(0,0,0,.06);transition:transform .4s cubic-bezier(.25, .8, .25, 1),box-shadow .4s cubic-bezier(.25, .8, .25, 1),border-color .4s ease;display:flex;flex-direction:column;position:relative}.oleaf-product-card:hover{transform:translateY(-6px);box-shadow:0 8px 24px rgba(0,0,0,.08),0 20px 48px rgba(0,0,0,.06),0 0 0 1px color-mix(in srgb,var(--oleaf-primary,#166534) 12%,transparent);border-color:color-mix(in srgb,var(--oleaf-primary,#166534) 15%,transparent)}.oleaf-product-card-inner{display:flex;flex-direction:column}.oleaf-product-card-media{position:relative;overflow:hidden;aspect-ratio:1;background:#fafafa}.oleaf-product-card-media::before{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.25) 0,rgba(0,0,0,.08) 30%,transparent 60%);z-index:2;opacity:0;transition:opacity .4s ease;pointer-events:none}.oleaf-product-card:hover .oleaf-product-card-media::before{opacity:1}.oleaf-product-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.25, .8, .25, 1)}.oleaf-product-card-media a img,.woocommerce ul.products li.product a img{margin:0;box-shadow:none}.oleaf-hover-zoom img{transition:transform .6s cubic-bezier(.25, .8, .25, 1)}.oleaf-product-card:hover .oleaf-hover-zoom img{transform:scale(1.08)}.oleaf-hover-swap img{transition:transform .5s ease,opacity .5s ease}.oleaf-product-card:hover .oleaf-hover-swap img{transform:translateX(-8px);opacity:.85}.oleaf-hover-none img{transition:none}.oleaf-product-card-link{display:block;width:100%;height:100%}.oleaf-sale-badge{position:absolute;top:12px;left:12px;background:linear-gradient(135deg,#ff4757,#e53935);color:#fff;font-size:.6875rem;font-weight:700;padding:5px 10px;border-radius:20px;z-index:10;letter-spacing:.3px;line-height:1;box-shadow:0 2px 8px rgba(229,57,53,.35);animation:oleaf-badge-pulse 2s ease-in-out infinite}@keyframes oleaf-badge-pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}.oleaf-product-actions button{position:relative}.oleaf-product-actions button::after{content:attr(data-tooltip);position:absolute;right:calc(100% + 10px);top:50%;transform:translateY(-50%);background:var(--oleaf-primary,#166534);color:#fff;font-size:.7rem;font-weight:600;padding:5px 10px;border-radius:6px;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .2s ease;z-index:10}.oleaf-product-actions button:hover::after{opacity:1}.oleaf-product-actions button svg{width:16px;height:16px}.oleaf-product-card-content{padding:1rem 1rem .5rem;display:flex;flex-direction:column;box-sizing:border-box}.oleaf-product-category{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--oleaf-primary,#166534)!important;margin-bottom:6px;transition:color .2s ease;display:inline-block;text-decoration:none;line-height:1;position:relative}.oleaf-product-category:hover{color:var(--oleaf-primary-dark,#0d4a22)!important}.oleaf-product-title{font-family:var(--oleaf-font-body);font-size:.9rem;font-weight:600;line-height:1.4;letter-spacing:-.01em;margin:0 0 6px 0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal}.oleaf-product-title a{color:var(--oleaf-gray-900,#111);text-decoration:none;transition:color .25s ease}.oleaf-product-title a:hover{color:var(--oleaf-primary,#166534)}.oleaf-product-rating{margin-bottom:6px}.oleaf-product-rating .star-rating{font-size:.8rem;color:var(--oleaf-accent,#d4af37)}.oleaf-product-price{margin-bottom:0;display:flex;align-items:baseline;gap:6px}.oleaf-product-price .price{font-size:1.1rem;font-weight:800;color:var(--oleaf-primary,#166534);letter-spacing:-.02em}.oleaf-product-price del{font-size:.8rem;font-weight:400;color:var(--oleaf-gray-400,#999);text-decoration:line-through;opacity:.7}.oleaf-product-price ins{text-decoration:none;color:var(--oleaf-primary,#166534);font-weight:800}.oleaf-product-add-to-cart{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1rem 1rem;margin:0;width:100%;box-sizing:border-box}.oleaf-product-add-to-cart .add_to_cart_button,.oleaf-product-add-to-cart .button,.oleaf-product-add-to-cart a{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;width:100%!important;max-width:100%!important;padding:12px 20px!important;margin:0!important;float:none!important;background:linear-gradient(135deg,var(--oleaf-primary,#166534),var(--oleaf-primary-dark,#0d4a22))!important;color:#fff!important;font-family:var(--oleaf-font-body)!important;font-size:.8125rem!important;font-weight:600!important;text-transform:none!important;letter-spacing:.03em!important;text-align:center!important;text-decoration:none!important;line-height:1.4!important;border:none!important;border-radius:10px!important;cursor:pointer!important;transition:all .35s cubic-bezier(.25, .8, .25, 1)!important;box-shadow:0 2px 8px color-mix(in srgb,var(--oleaf-primary,#166534) 25%,transparent)!important;box-sizing:border-box!important;position:relative!important;overflow:hidden!important}.oleaf-product-add-to-cart .add_to_cart_button:hover,.oleaf-product-add-to-cart .button:hover,.oleaf-product-add-to-cart a:hover{background:linear-gradient(135deg,var(--oleaf-primary-dark,#0d4a22),var(--oleaf-primary,#166534))!important;color:#fff!important;box-shadow:0 6px 20px color-mix(in srgb,var(--oleaf-primary,#166534) 35%,transparent)!important;transform:translateY(-2px)!important}.oleaf-product-add-to-cart .add_to_cart_button::after,.oleaf-product-add-to-cart .button::after,.oleaf-product-add-to-cart a::after{content:''!important;position:absolute!important;inset:0!important;background:radial-gradient(circle at center,rgba(255,255,255,.3),transparent 70%)!important;opacity:0!important;transition:opacity .4s ease!important;pointer-events:none!important}.oleaf-product-add-to-cart .add_to_cart_button:active::after,.oleaf-product-add-to-cart .button:active::after,.oleaf-product-add-to-cart a:active::after{opacity:1!important}.oleaf-product-add-to-cart .added_to_cart{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:100%!important;padding:10px 20px!important;margin:0!important;background:color-mix(in srgb,var(--oleaf-primary,#166534) 8%,#fff)!important;color:var(--oleaf-primary,#166534)!important;font-size:.8125rem!important;font-weight:600!important;text-decoration:none!important;border:1.5px solid color-mix(in srgb,var(--oleaf-primary,#166534) 25%,transparent)!important;border-radius:10px!important;box-sizing:border-box!important;box-shadow:none!important;transition:all .3s ease!important;cursor:pointer!important}.oleaf-product-add-to-cart .added_to_cart:hover{background:var(--oleaf-primary,#166534)!important;color:#fff!important;transform:translateY(-2px)!important}.oleaf-product-add-to-cart .add_to_cart_button.loading{pointer-events:none!important;opacity:.7!important;position:relative!important}.oleaf-product-add-to-cart .add_to_cart_button.loading::after{content:''!important;display:inline-block!important;width:16px!important;height:16px!important;border:2px solid rgba(255,255,255,.3)!important;border-top-color:#fff!important;border-radius:50%!important;animation:oleaf-spin .6s linear infinite!important;margin-left:8px!important;opacity:1!important;position:static!important;inset:unset!important;background:0 0!important}.woocommerce ul.products li.product .oleaf-product-add-to-cart,ul.products li.product .oleaf-product-add-to-cart{display:flex;align-items:center;justify-content:center;padding:.625rem 1rem 1rem;margin:0;width:100%;box-sizing:border-box}.woocommerce ul.products li.product .oleaf-product-add-to-cart a.add_to_cart_button,.woocommerce ul.products li.product .oleaf-product-add-to-cart a.button,ul.products li.product .oleaf-product-add-to-cart a,ul.products li.product .oleaf-product-add-to-cart a.button{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:100%!important;max-width:100%!important;margin:0!important;padding:12px 20px!important;float:none!important;text-align:center!important;background:linear-gradient(135deg,var(--oleaf-primary,#166534),var(--oleaf-primary-dark,#0d4a22))!important;color:#fff!important;font-size:.8125rem!important;font-weight:600!important;text-transform:none!important;letter-spacing:.03em!important;border:none!important;border-radius:10px!important;box-shadow:0 2px 8px color-mix(in srgb,var(--oleaf-primary,#166534) 25%,transparent)!important;box-sizing:border-box!important}.oleaf-product-card.outofstock .oleaf-product-card-media::after{content:'Sold Out';position:absolute;inset:0;background:rgba(0,0,0,.5);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;color:#fff;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;z-index:3}.oleaf-product-card.outofstock{filter:saturate(.6)}.oleaf-product-card.outofstock:hover{filter:saturate(.8)}.woocommerce-pagination{margin-top:3rem;text-align:center}.woocommerce-pagination ul{display:inline-flex;gap:.5rem;list-style:none;margin:0;padding:0}.woocommerce-pagination ul li{margin:0}.woocommerce-pagination ul li a,.woocommerce-pagination ul li span{display:flex;align-items:center;justify-content:center;min-width:48px;height:48px;padding:0 .75rem;background:var(--oleaf-white);color:var(--oleaf-gray-800);font-size:.9375rem;font-weight:600;border-radius:10px;text-decoration:none;border:1px solid var(--oleaf-gray-200);transition:all .25s ease}.woocommerce-pagination ul li a:hover{background:var(--oleaf-primary);color:var(--oleaf-white);border-color:var(--oleaf-primary)}.woocommerce-pagination ul li span.current{background:var(--oleaf-primary);color:var(--oleaf-white);border-color:var(--oleaf-primary)}.woocommerce-info,.woocommerce-no-products-found{background:var(--oleaf-white);padding:3rem;border-radius:16px;text-align:center;color:var(--oleaf-gray-600);font-size:1.0625rem;border:1px solid var(--oleaf-gray-200)}.oleaf-view-toggle{display:flex;gap:.25rem;margin-left:auto}.oleaf-view-btn{width:38px;height:38px;background:0 0;border:1px solid var(--oleaf-gray-200);border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--oleaf-gray-500);transition:all .2s ease}.oleaf-view-btn.is-active{background:var(--oleaf-primary);border-color:var(--oleaf-primary);color:var(--oleaf-white)}.oleaf-view-btn:hover:not(.is-active){border-color:var(--oleaf-primary);color:var(--oleaf-primary)}.oleaf-shop-content.oleaf-list-view ul.products{grid-template-columns:1fr!important;gap:1rem}.oleaf-list-view .oleaf-product-card{width:100%!important;margin:0!important}.oleaf-list-view .oleaf-product-card{height:auto}.oleaf-list-view .oleaf-product-card:hover{transform:none}.oleaf-list-view .oleaf-product-card .oleaf-product-card-inner{display:grid;grid-template-columns:220px 1fr;grid-template-rows:1fr auto;overflow:hidden}.oleaf-list-view .oleaf-product-card .oleaf-product-card-media{grid-column:1;grid-row:1/-1;width:100%;min-width:unset;max-width:unset;min-height:180px;aspect-ratio:unset;border-radius:0;overflow:hidden;position:relative}.oleaf-list-view .oleaf-product-card .oleaf-product-card-media a{display:block;width:100%;height:100%}.oleaf-list-view .oleaf-product-card .oleaf-product-card-media img{width:100%;height:100%;object-fit:cover;display:block}.oleaf-list-view .oleaf-product-card .oleaf-product-card-content{grid-column:2;grid-row:1;display:flex;flex-direction:column;justify-content:center;padding:1.25rem 1.5rem .5rem;min-width:0}.oleaf-list-view .oleaf-product-title{font-size:1.05rem;white-space:normal;overflow:visible;text-overflow:unset;-webkit-line-clamp:unset;line-clamp:unset;line-height:1.4;margin-bottom:.25rem}.oleaf-list-view .oleaf-product-price{font-size:1.05rem;margin-top:.25rem}.oleaf-list-view .oleaf-product-category{font-size:.7rem;margin-bottom:.25rem}.oleaf-list-view .oleaf-product-rating{margin-top:.25rem}.oleaf-list-view .oleaf-product-add-to-cart{grid-column:2;grid-row:2;padding:0 1.5rem 1rem;margin:0;width:auto;align-items:flex-start}.oleaf-list-view .oleaf-product-add-to-cart a{width:auto!important;max-width:none!important;padding:.5rem 1.5rem!important;font-size:.8rem!important}.oleaf-list-view .oleaf-product-actions{position:absolute;top:.5rem;right:.5rem;opacity:0;transform:translateX(8px);transition:all .3s ease}.oleaf-list-view .oleaf-product-card:hover .oleaf-product-actions{opacity:1;transform:translateX(0)}.oleaf-mobile-filter-toggle{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:var(--oleaf-white);border:1px solid var(--oleaf-gray-200);border-radius:8px;font-family:var(--oleaf-font-body);font-size:.875rem;font-weight:600;color:var(--oleaf-gray-800);cursor:pointer;transition:all .2s ease}.oleaf-mobile-filter-toggle:hover{border-color:var(--oleaf-primary);color:var(--oleaf-primary)}.oleaf-mobile-filter-toggle svg{width:18px;height:18px}@media (max-width:991px){.oleaf-shop-sidebar{position:fixed!important;top:0;left:-110vw;width:85vw;max-width:360px;height:100vh!important;height:100dvh!important;max-height:none!important;z-index:1000;background:#fff;padding:1.25rem;padding-top:3.5rem;padding-bottom:4rem;box-sizing:border-box;overflow-y:scroll!important;overflow-x:hidden;-webkit-overflow-scrolling:touch;transition:left .35s cubic-bezier(.4, 0, .2, 1);box-shadow:4px 0 24px rgba(0,0,0,.12);border-radius:0!important;border:none!important}.oleaf-shop-sidebar.is-open{left:0}.oleaf-sidebar-overlay{display:block;position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:999;opacity:0;pointer-events:none;transition:opacity .3s ease}.oleaf-sidebar-overlay.is-active{display:block;opacity:1;pointer-events:all}.oleaf-sidebar-close{display:flex!important;position:absolute;top:.75rem;right:.75rem;width:36px;height:36px;background:var(--oleaf-gray-100,#f1f1f1);border:none;border-radius:8px;cursor:pointer;align-items:center;justify-content:center;color:var(--oleaf-gray-600,#666);z-index:1010;transition:all .2s ease;padding:0}.oleaf-sidebar-close:active,.oleaf-sidebar-close:hover{background:var(--oleaf-gray-200,#e0e0e0);color:var(--oleaf-gray-900,#111)}}@media (min-width:992px){.oleaf-mobile-filter-toggle{display:none!important}.oleaf-sidebar-close{display:none!important}.oleaf-sidebar-overlay{display:none!important}}.oleaf-shop-content{position:relative}.oleaf-filter-loader{display:none;position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.75);backdrop-filter:blur(2px);z-index:50;align-items:center;justify-content:center;flex-direction:column;gap:1rem;border-radius:12px;min-height:200px}.oleaf-filter-loader.is-active{display:flex}.oleaf-filter-spinner{width:40px;height:40px;border:3px solid var(--oleaf-gray-200);border-top-color:var(--oleaf-primary);border-radius:50%;animation:oleafSpin .8s linear infinite}.oleaf-filter-loader-text{font-size:.8125rem;font-weight:500;color:var(--oleaf-primary);letter-spacing:.02em}@keyframes oleafSpin{to{transform:rotate(360deg)}}@media (max-width:991px){.oleaf-shop-archive{padding:2rem 0}.oleaf-shop-title{font-size:2rem}.oleaf-shop-toolbar{flex-direction:row;flex-wrap:wrap;gap:.75rem}.oleaf-list-view .oleaf-product-card .oleaf-product-card-inner{flex-direction:column}.oleaf-list-view .oleaf-product-card .oleaf-product-card-media{width:100%;aspect-ratio:1}}@media (max-width:575px){.oleaf-shop-toolbar{padding:1rem}.oleaf-product-title{font-size:.875rem}.oleaf-view-toggle{display:none}}.oleaf-nav-overlay{position:fixed;inset:0;z-index:9999;background:rgba(15,23,42,.4);backdrop-filter:blur(8px);opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease}.oleaf-nav-overlay.active{opacity:1;visibility:visible}.oleaf-mobile-sidebar{position:fixed;top:0;left:0;height:100%;width:300px;background:#fff;box-shadow:25px 0 50px -12px rgba(0,0,0,.25);z-index:10000;transform:translateX(-100%);transition:all .5s cubic-bezier(.16, 1, .3, 1);display:flex;flex-direction:column}.oleaf-mobile-sidebar.active{transform:translateX(0)}.oleaf-sidebar-inner{padding:32px;height:100%;display:flex;flex-direction:column;overflow-y:auto}.oleaf-sidebar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:48px}.oleaf-sidebar-brand{font-size:24px;font-weight:900;color:#166534;display:flex;align-items:center;gap:8px;text-decoration:none}.oleaf-sidebar-close{height:40px;width:40px;border-radius:50%;background:#f8fafc;border:none;color:#94a3b8;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:color .2s}.oleaf-sidebar-close:hover{color:#ef4444}.oleaf-mobile-nav{display:flex;flex-direction:column;gap:24px;flex:1}.oleaf-mobile-nav ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:24px}.oleaf-mobile-nav a{display:block;font-size:18px;font-weight:700;color:#1e293b;text-decoration:none;transition:all .3s ease;position:relative}.oleaf-mobile-nav a:hover{color:#2d5a27;transform:translateX(8px)}.oleaf-mobile-nav ul.sub-menu{gap:12px;padding-left:15px;margin-top:12px;display:none}.oleaf-mobile-nav li.menu-item-has-children>a::after{content:'+';float:right;font-weight:400}.oleaf-sidebar-promo{padding:24px;background:color-mix(in srgb,var(--oleaf-primary),#fff 92%);border:1px solid color-mix(in srgb,var(--oleaf-primary),#fff 80%);border-radius:24px;margin-top:auto}.oleaf-promo-label{font-size:10px;font-weight:700;color:var(--oleaf-primary-dark);text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px;display:block}.oleaf-promo-text{font-size:12px;color:var(--oleaf-primary);font-weight:600;line-height:1.6;margin:0 0 16px 0}.oleaf-promo-btn{display:block;width:100%;padding:10px 0;background:var(--oleaf-primary);color:var(--oleaf-white);font-size:11px;font-weight:700;border-radius:12px;border:none;cursor:pointer;text-align:center;text-decoration:none;transition:all .2s ease}.oleaf-promo-btn:hover{background:var(--oleaf-primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.oleaf-main-content{padding:0;margin:0}.oleaf-page-content{margin:0;padding:0}.elementor-section.elementor-section-boxed>.elementor-container{border:none}.entry-content{margin-top:0;padding-top:0}.oleaf-wishlist-page{width:100%;max-width:none;padding:2rem 0}.oleaf-wishlist-header{display:flex;align-items:baseline;gap:.75rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--oleaf-gray-200)}.oleaf-wishlist-title{font-family:var(--oleaf-font-heading);font-size:1.75rem;font-weight:600;color:var(--oleaf-gray-900);margin:0;display:inline-flex;align-items:center;gap:.5rem;white-space:nowrap}.oleaf-wishlist-heart{font-size:1.5rem}.oleaf-wishlist-page-count{font-size:.875rem;color:var(--oleaf-gray-500)}.oleaf-wishlist-clear-all{background:#e53935;color:#fff;border:none;padding:.625rem 1.25rem;border-radius:var(--oleaf-radius-full);font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .3s ease}.oleaf-wishlist-clear-all:hover{background:#c62828}.oleaf-wishlist-table-wrapper{background:#fff;border-radius:var(--oleaf-radius-lg);overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.06);border:1px solid var(--oleaf-gray-200);margin-bottom:2.5rem}.oleaf-wishlist-table{width:100%;border-collapse:collapse}.oleaf-wishlist-table thead th{background:#fafafa;padding:1rem;text-align:left;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--oleaf-gray-600);border-bottom:1px solid var(--oleaf-gray-200)}.oleaf-wishlist-table tbody tr{border-bottom:1px solid var(--oleaf-gray-100);transition:all .3s ease}.oleaf-wishlist-table tbody tr:last-child{border-bottom:none}.oleaf-wishlist-table tbody tr.removing{opacity:.5;background:#fff5f5}.oleaf-wishlist-table td{padding:1rem;vertical-align:middle}.oleaf-wishlist-table .product-info{display:flex;align-items:center;gap:1rem}.oleaf-wishlist-table .product-image{width:80px;height:80px;border-radius:var(--oleaf-radius-md);overflow:hidden;flex-shrink:0;background:var(--oleaf-gray-100)}.oleaf-wishlist-table .product-image img{width:100%;height:100%;object-fit:cover}.oleaf-wishlist-table .product-details{display:flex;flex-direction:column;gap:.25rem}.oleaf-wishlist-table .product-category{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--oleaf-primary)}.oleaf-wishlist-table .product-name{font-size:.9375rem;font-weight:600;color:var(--oleaf-gray-900);text-decoration:none;line-height:1.4}.oleaf-wishlist-table .product-name:hover{color:var(--oleaf-primary)}.oleaf-wishlist-table .product-price{font-weight:600}.oleaf-wishlist-table .product-price del{color:var(--oleaf-gray-500);font-size:.8125rem;font-weight:400;display:block}.oleaf-wishlist-table .product-price ins{text-decoration:none;color:var(--oleaf-gray-900)}.stock-badge{display:inline-flex;align-items:center;padding:.375rem .75rem;border-radius:var(--oleaf-radius-full);font-size:.75rem;font-weight:600}.stock-badge.instock{background:#e8f5e9;color:#2e7d32}.stock-badge.outofstock{background:#ffebee;color:#c62828}.oleaf-wishlist-add-to-cart{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--oleaf-primary);color:#fff;text-decoration:none;font-size:.8125rem;font-weight:600;border-radius:var(--oleaf-radius-md);transition:all .3s ease;white-space:nowrap}.oleaf-wishlist-add-to-cart:hover{background:var(--oleaf-primary-dark);color:#fff;transform:translateY(-1px)}.oleaf-wishlist-add-to-cart.loading{opacity:.7;pointer-events:none}.oleaf-wishlist-add-to-cart.added{background:#2e7d32}.out-of-stock-btn{color:var(--oleaf-gray-500);font-size:.8125rem}.oleaf-remove-wishlist,.oleaf-wishlist-table .oleaf-share-btn{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:none;background:0 0;cursor:pointer;border-radius:50%;transition:all .3s ease}.oleaf-wishlist-table .oleaf-share-btn{color:var(--oleaf-gray-600)}.oleaf-wishlist-table .oleaf-share-btn:hover{background:var(--oleaf-gray-100);color:var(--oleaf-primary)}.oleaf-remove-wishlist{color:#e53935}.oleaf-remove-wishlist:hover{background:#ffebee}.oleaf-wishlist-empty{text-align:center;padding:4rem 2rem;background:#fff;border-radius:var(--oleaf-radius-lg);border:1px solid var(--oleaf-gray-200)}.oleaf-wishlist-empty svg{color:var(--oleaf-gray-300);margin-bottom:1.5rem}.oleaf-wishlist-empty h3{font-size:1.25rem;font-weight:600;color:var(--oleaf-gray-900);margin-bottom:.5rem}.oleaf-wishlist-empty p{color:var(--oleaf-gray-600);margin-bottom:1.5rem;max-width:400px;margin-left:auto;margin-right:auto}.oleaf-btn-primary:hover{background:var(--oleaf-primary-dark);color:#fff!important;transform:translateY(-2px);box-shadow:0 6px 16px rgba(26,60,52,.25)}.oleaf-wishlist-features{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem}.oleaf-wishlist-feature{background:#fff;border-radius:var(--oleaf-radius-lg);padding:1.5rem;display:flex;align-items:flex-start;gap:1rem;border:1px solid var(--oleaf-gray-200)}.oleaf-wishlist-feature .feature-icon{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.oleaf-wishlist-feature .feature-icon.price-alert{background:#e3f2fd;color:#1976d2}.oleaf-wishlist-feature .feature-icon.easy-checkout{background:#e8f5e9;color:#388e3c}.oleaf-wishlist-feature .feature-icon.share-friends{background:#fce4ec;color:#c2185b}.oleaf-wishlist-feature .feature-content h4{font-size:.9375rem;font-weight:600;color:var(--oleaf-gray-900);margin:0 0 .25rem 0}.oleaf-wishlist-feature .feature-content p{font-size:.8125rem;color:var(--oleaf-gray-600);margin:0;line-height:1.5}.oleaf-notification{position:fixed;bottom:2rem;right:2rem;padding:1rem 1.5rem;border-radius:var(--oleaf-radius-md);font-size:.875rem;font-weight:500;z-index:9999;transform:translateY(100px);opacity:0;transition:all .3s ease;box-shadow:0 4px 16px rgba(0,0,0,.15)}.oleaf-notification.show{transform:translateY(0);opacity:1}.oleaf-notification-success{background:#2e7d32;color:#fff}.oleaf-notification-error{background:#c62828;color:#fff}.oleaf-wishlist.active svg{fill:#e53935;stroke:#e53935}.oleaf-wishlist.loading{opacity:.5;pointer-events:none}@media (max-width:992px){.oleaf-wishlist-features{grid-template-columns:1fr}}@media (max-width:768px){.oleaf-wishlist-header{flex-direction:row!important;align-items:center!important;justify-content:space-between!important;margin-bottom:1rem!important;gap:.5rem}.oleaf-wishlist-title{font-size:1.25rem!important;margin:0!important}.oleaf-wishlist-table-wrapper{margin-top:.5rem;border-radius:8px;overflow-x:auto;-webkit-overflow-scrolling:touch}.oleaf-wishlist-table{min-width:600px}.oleaf-wishlist-table td,.oleaf-wishlist-table th{padding:.75rem .5rem}.oleaf-wishlist-table .product-name{display:block;max-width:160px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.875rem;line-height:1.2}.oleaf-wishlist-table .product-info{gap:.75rem}.oleaf-wishlist-table .product-image img{width:80px;height:80px;object-fit:contain;background:#fff;border-radius:8px;border:1px solid var(--oleaf-border)}.stock-badge{white-space:nowrap;font-size:.75rem;padding:.25rem .5rem}.oleaf-wishlist-count{width:100%}}.oleaf-header-action{position:relative;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;color:var(--oleaf-gray-800);transition:all .3s ease;text-decoration:none;border-radius:50%;background:0 0;border:none;cursor:pointer}.oleaf-header-action:hover{background:var(--oleaf-gray-100);color:var(--oleaf-primary)}.count-bubble,.oleaf-cart-count,.oleaf-wishlist-count.count-bubble{position:absolute;top:-5px;right:-5px;display:flex!important;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 4px;background:#e53935;color:#fff;font-size:.625rem;font-weight:700;line-height:1;border-radius:9px;box-shadow:0 2px 4px rgba(229,57,53,.2);border:2px solid #fff;z-index:10}.oleaf-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4, 0, .2, 1)}.oleaf-modal.active{opacity:1;visibility:visible}.oleaf-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);backdrop-filter:blur(4px);transition:all .3s ease}.oleaf-modal-content{position:relative;width:100%;max-width:450px;background:#fff;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.2);transform:translateY(20px) scale(.95);transition:all .3s cubic-bezier(.34, 1.56, .64, 1);z-index:10001;overflow:hidden;margin:20px}.oleaf-modal.active .oleaf-modal-content{transform:translateY(0) scale(1)}.oleaf-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.75rem;border-bottom:1px solid var(--oleaf-gray-200)}.oleaf-modal-header h3{font-size:1.125rem;font-weight:700;margin:0;color:var(--oleaf-gray-900);letter-spacing:-.01em}.oleaf-modal-close{background:0 0;border:none;color:var(--oleaf-gray-500);cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.oleaf-modal-close:hover{color:var(--oleaf-gray-900);transform:rotate(90deg)}.oleaf-modal-body{padding:2rem 1.75rem;text-align:center}.oleaf-modal-body p{font-size:1rem;color:var(--oleaf-gray-600);margin:0;line-height:1.6}.oleaf-modal-footer{display:flex;justify-content:center;gap:1rem;padding:1.25rem 1.75rem;background:var(--oleaf-gray-100);border-top:1px solid var(--oleaf-border)}.oleaf-modal-footer .oleaf-btn{padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s ease;border:none;min-width:120px}.oleaf-btn-ghost{background:#fff;color:var(--oleaf-gray-800);border:1px solid var(--oleaf-border)!important}.oleaf-btn-ghost:hover{background:var(--oleaf-gray-100);border-color:var(--oleaf-gray-400)!important;transform:translateY(-1px)}.oleaf-btn-danger{background:#e53935;color:#fff;box-shadow:0 4px 12px rgba(229,57,53,.25)}.oleaf-btn-danger:hover{background:#c62828;transform:translateY(-1px);box-shadow:0 6px 16px rgba(229,57,53,.35)}.oleaf-cart-toggle .oleaf-cart-count{background:var(--oleaf-primary);box-shadow:0 2px 4px rgba(26,60,52,.2)}@media (max-width:768px){.oleaf-header-main{padding:.25rem 0}.oleaf-header-ecommerce{padding:6px 0}.oleaf-container{padding-left:1.25rem;padding-right:1.25rem}.oleaf-main-content{padding:0 0 1.5rem 0}.oleaf-header-inner{gap:.5rem;justify-content:space-between}.oleaf-logo a{font-size:1.35rem}.oleaf-header-actions{gap:.35rem}.oleaf-header-action{width:40px;height:40px;background:0 0}.oleaf-header-action svg{width:22px}.count-bubble,.oleaf-cart-count,.oleaf-wishlist-count.count-bubble,.oleaf-wishlist-header-count{position:absolute!important;min-width:16px!important;width:16px!important;height:16px!important;font-size:9px!important;line-height:16px!important;top:2px!important;right:2px!important;padding:0!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:none!important;border:2px solid var(--oleaf-white)!important;transform:translate(25%,-25%)}.count-bubble{white-space:nowrap;overflow:hidden}.oleaf-wishlist-table-wrapper{margin-top:1rem}}@media (max-width:480px){.oleaf-header-main{padding:.5rem 0}.oleaf-container{padding-left:1rem;padding-right:1rem}.oleaf-logo a{font-size:1.2rem}.oleaf-header-actions{gap:0}.oleaf-header-action{width:36px;height:36px}.oleaf-header-action svg{width:20px;height:20px}}.oleaf-compare-wrapper{padding:2rem 1rem;max-width:1200px;margin:0 auto;flex:1}.oleaf-compare-wrapper .oleaf-page-title{font-size:2rem;margin-bottom:1.5rem}.oleaf-compare-table-container{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:12px;border:1px solid var(--oleaf-border);background:var(--oleaf-white);box-shadow:0 4px 20px rgba(0,0,0,.05);position:relative;max-width:100%}.oleaf-compare-table{width:100%;border-collapse:separate;border-spacing:0;min-width:700px;table-layout:fixed}.oleaf-compare-table td,.oleaf-compare-table th{padding:1.25rem;border-bottom:1px solid var(--oleaf-border);border-right:1px solid var(--oleaf-border);vertical-align:middle;text-align:center;background:var(--oleaf-white)}.oleaf-compare-table tr:last-child td,.oleaf-compare-table tr:last-child th{border-bottom:none}.oleaf-compare-table td:first-child,.oleaf-compare-table th:first-child{position:sticky;left:0;background:var(--oleaf-bg);z-index:2;text-align:left;font-weight:600;color:var(--oleaf-text);width:180px;min-width:180px;box-shadow:2px 0 5px rgba(0,0,0,.05);border-right:2px solid var(--oleaf-border)}.oleaf-compare-table thead th{position:sticky;top:0;background:var(--oleaf-white);z-index:10;vertical-align:top;box-shadow:0 2px 5px rgba(0,0,0,.05)}.oleaf-compare-table thead th:first-child{z-index:20;background:var(--oleaf-white)}.compare-product-col{width:220px;min-width:220px;position:relative;padding-top:2rem!important}.compare-image{display:block;margin-bottom:1rem}.compare-image img{width:100%;height:150px;object-fit:contain;border-radius:8px;background:#fff}.compare-title{display:block;font-size:.95rem;font-weight:700;color:var(--oleaf-text);margin-bottom:.5rem;text-decoration:none;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.compare-add-cart{margin-top:1rem}.compare-add-cart .button{width:100%;justify-content:center;white-space:nowrap}.oleaf-remove-compare{position:absolute;top:8px;right:8px;background:var(--oleaf-gray-100,#f5f5f5);border:1px solid var(--oleaf-border);border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--oleaf-text-light);padding:0;z-index:5;transition:all .2s ease}.oleaf-remove-compare svg{flex-shrink:0}.oleaf-remove-compare:hover{background:var(--oleaf-danger,#ef4444);border-color:var(--oleaf-danger,#ef4444);color:#fff}.oleaf-remove-compare:hover svg{stroke:#fff}.compare-attribute-row th,.compare-custom-row th{background:var(--oleaf-gray-100,#f5f5f5);color:var(--oleaf-text);font-size:.9rem;text-transform:uppercase;letter-spacing:.05em}.oleaf-compare-empty{text-align:center;padding:4rem 1rem;max-width:600px;margin:0 auto}.oleaf-compare-empty svg{color:var(--oleaf-gray-400);margin-bottom:1.5rem}.oleaf-compare-empty h3{margin-bottom:1rem;font-size:1.75rem}.oleaf-compare-empty p{color:var(--oleaf-text-light);margin-bottom:2rem}.compare-header-label{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:.75rem .25rem}.compare-header-icon{width:48px;height:48px;border-radius:12px;background:var(--oleaf-primary);display:flex;align-items:center;justify-content:center;margin-bottom:.25rem}.compare-header-icon svg{color:#fff;stroke:#fff}.compare-header-label strong{font-size:.85rem;font-weight:700;color:var(--oleaf-text);text-transform:uppercase;letter-spacing:.04em}.compare-header-hint{font-size:.7rem;font-weight:400;color:var(--oleaf-text-light,#888);line-height:1.3;text-align:center}.compare-header-link{display:inline-flex;align-items:center;gap:.3rem;margin-top:.25rem;font-size:.72rem;font-weight:600;color:var(--oleaf-primary);text-decoration:none;padding:.35rem .75rem;border:1.5px solid var(--oleaf-primary);border-radius:20px;transition:all .2s ease}.compare-header-link svg{stroke:var(--oleaf-primary);transition:stroke .2s ease}.compare-header-link:hover{background:var(--oleaf-primary);color:#fff}.compare-header-link:hover svg{stroke:#fff}@media (max-width:992px){.oleaf-compare-table{min-width:600px}.oleaf-compare-table td:first-child,.oleaf-compare-table th:first-child{width:140px;min-width:140px;font-size:.85rem;padding:1rem .75rem}.compare-product-col{width:200px;min-width:200px}.compare-image img{height:140px}.compare-title{font-size:.95rem}}@media (max-width:768px){.oleaf-compare-wrapper{padding:1rem .75rem}.oleaf-compare-wrapper .oleaf-page-title{font-size:1.4rem;margin-bottom:.75rem}.oleaf-compare-table-container{overflow-x:hidden;border:none;box-shadow:none;background:0 0;border-radius:0}.oleaf-compare-table{display:block;min-width:0;table-layout:auto;border-collapse:collapse}.oleaf-compare-table tbody,.oleaf-compare-table thead{display:block}.oleaf-compare-table td,.oleaf-compare-table th{border:none;box-shadow:none;position:static;width:auto;min-width:0}.oleaf-compare-table thead tr{display:grid;grid-template-columns:1fr 1fr;gap:.6rem;margin-bottom:.6rem}.oleaf-compare-table thead th.compare-label-col{display:none!important}.oleaf-compare-table thead th.compare-product-col{display:flex;flex-direction:column;align-items:center;width:auto;min-width:0;position:relative;background:#fff;border-radius:10px;border:1px solid rgba(0,0,0,.08)!important;box-shadow:0 1px 6px rgba(0,0,0,.04);padding:1rem .75rem!important;text-align:center;box-sizing:border-box}.compare-image img{height:100px;width:auto;max-width:100%;margin-bottom:.5rem}.compare-title{font-size:.8rem;-webkit-line-clamp:2;line-clamp:2;margin-bottom:.25rem}.compare-add-cart{margin-top:.5rem}.compare-add-cart .button{font-size:.75rem;padding:.4rem .75rem}.oleaf-compare-table tbody tr{display:grid;grid-template-columns:1fr 1fr;background:#fff;border-radius:10px;border:1px solid rgba(0,0,0,.08);margin-bottom:.5rem;box-shadow:0 1px 4px rgba(0,0,0,.03);overflow:hidden}.oleaf-compare-table tbody th{display:none}.oleaf-compare-table tbody td{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.6rem .5rem;border-bottom:1px solid rgba(0,0,0,.05)!important;border-right:1px solid rgba(0,0,0,.05)!important;text-align:center;font-size:.82rem;width:auto;box-sizing:border-box;position:static;min-width:0;box-shadow:none;background:#fff}.oleaf-compare-table tbody td:nth-child(2n){border-right:none!important}.oleaf-compare-table tbody tr:last-child{margin-bottom:0}.oleaf-compare-table tbody td::before{content:attr(data-label);font-weight:600;color:#999;flex-shrink:0;margin-bottom:.15rem;font-size:.62rem;text-transform:uppercase;letter-spacing:.08em}.oleaf-remove-compare{top:5px;right:5px;width:24px;height:24px}.oleaf-remove-compare svg{width:12px;height:12px}.stock-badge{font-size:.72rem;padding:.2rem .6rem}}@media (max-width:480px){.oleaf-compare-wrapper{padding:.75rem 0}.oleaf-compare-wrapper .oleaf-page-title{font-size:1.25rem}.oleaf-compare-table thead tr{grid-template-columns:1fr 1fr;gap:.5rem}.compare-image img{height:100px}.compare-title{font-size:.85rem}.oleaf-compare-table tbody td{padding:.75rem;font-size:.85rem}.oleaf-compare-table tbody td::before{font-size:.8rem}.oleaf-compare-empty{padding:2rem 1rem}.oleaf-compare-empty h3{font-size:1.25rem}}.oleaf-notification{position:fixed;bottom:20px;right:20px;background:var(--oleaf-white);color:var(--oleaf-text);padding:12px 24px;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);z-index:9999;font-size:14px;font-weight:500;transform:translateY(20px);opacity:0;transition:all .3s ease;border-left:4px solid var(--oleaf-primary);display:flex;align-items:center;gap:10px}.oleaf-notification.show{transform:translateY(0);opacity:1}.oleaf-notification-success{border-left-color:var(--oleaf-success,#22c55e)}.oleaf-notification-error{border-left-color:var(--oleaf-danger,#ef4444)}.oleaf-notification-info{border-left-color:var(--oleaf-info,#3b82f6)}.oleaf-product-actions{position:absolute;top:12px;right:12px;display:flex;flex-direction:column;gap:8px;z-index:5;opacity:0;transform:translateX(12px);transition:opacity .35s ease,transform .35s ease;pointer-events:none}.oleaf-product-card:focus-within .oleaf-product-actions,.oleaf-product-card:hover .oleaf-product-actions{opacity:1;transform:translateX(0);pointer-events:auto}.oleaf-product-actions button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;border-radius:12px;background:rgba(255,255,255,.85);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:var(--oleaf-gray-800,#333);cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.1),inset 0 0 0 1px rgba(255,255,255,.4);transition:all .3s cubic-bezier(.25, .8, .25, 1);pointer-events:auto}.oleaf-product-actions button:hover{background:var(--oleaf-primary,#166534);color:#fff;transform:scale(1.12);box-shadow:0 4px 16px color-mix(in srgb,var(--oleaf-primary,#166534) 40%,transparent),inset 0 0 0 1px rgba(255,255,255,.15)}.oleaf-product-actions button:first-child{transition-delay:0s}.oleaf-product-actions button:nth-child(2){transition-delay:60ms}.oleaf-product-actions button:nth-child(3){transition-delay:0.12s}.oleaf-qv-overlay{display:none;position:fixed;inset:0;z-index:99999;background:rgba(0,0,0,.55);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);justify-content:center;align-items:center;padding:24px;opacity:0;transition:opacity .3s ease}.oleaf-qv-overlay.is-open{display:flex;opacity:1}.oleaf-qv-modal{position:relative;width:100%;max-width:960px;max-height:90vh;background:#fff;border-radius:20px;box-shadow:0 25px 60px rgba(0,0,0,.25);overflow:hidden;transform:scale(.92) translateY(20px);opacity:0;transition:transform .35s cubic-bezier(.34, 1.56, .64, 1),opacity .3s ease}.oleaf-qv-modal.is-visible{transform:scale(1) translateY(0);opacity:1}.oleaf-qv-close{position:absolute;top:16px;right:16px;z-index:10;display:flex;align-items:center;justify-content:center;width:38px;height:38px;border:none;border-radius:50%;background:rgba(255,255,255,.9);color:var(--oleaf-gray-800,#424242);cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:all .2s ease}.oleaf-qv-close:hover{background:var(--oleaf-primary,#2d6e2e);color:#fff;transform:rotate(90deg)}.oleaf-qv-loading{display:flex;align-items:center;justify-content:center;position:absolute;inset:0;z-index:5;background:#fff}.oleaf-qv-spinner{width:40px;height:40px;border:3px solid var(--oleaf-gray-200,#eee);border-top-color:var(--oleaf-primary,#2d6e2e);border-radius:50%;animation:oleaf-spin .8s linear infinite}@keyframes oleaf-spin{to{transform:rotate(360deg)}}.oleaf-qv-content{display:grid;grid-template-columns:1fr 1fr;gap:0;max-height:90vh;overflow-y:auto}.oleaf-qv-image-col{position:relative;background:var(--oleaf-gray-100,#f5f5f5);padding:40px 30px 30px;display:flex;flex-direction:column;align-items:center;justify-content:center}.oleaf-qv-main-image{width:100%;max-width:380px;text-align:center}.oleaf-qv-main-image img{width:100%;height:auto;object-fit:contain;max-height:380px;border-radius:12px;transition:opacity .3s ease}.oleaf-qv-badge{position:absolute;top:20px;left:20px;background:#ef4444;color:#fff;font-size:.75rem;font-weight:700;padding:4px 10px;border-radius:20px;letter-spacing:.02em}.oleaf-qv-gallery{display:flex;gap:8px;margin-top:16px;justify-content:center;flex-wrap:wrap}.oleaf-qv-thumb{width:56px;height:56px;border:2px solid transparent;border-radius:10px;overflow:hidden;cursor:pointer;background:#fff;padding:0;transition:border-color .2s ease,transform .2s ease}.oleaf-qv-thumb.is-active{border-color:var(--oleaf-primary,#2d6e2e)}.oleaf-qv-thumb:hover{transform:scale(1.05)}.oleaf-qv-thumb img{width:100%;height:100%;object-fit:cover}.oleaf-qv-info-col{padding:40px 36px;overflow-y:auto;display:flex;flex-direction:column;gap:12px}.oleaf-qv-cats{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;font-weight:600;color:var(--oleaf-primary,#2d6e2e)}.oleaf-qv-cats a{color:inherit;text-decoration:none}.oleaf-qv-cats a:hover{text-decoration:underline}.oleaf-qv-title{font-family:var(--oleaf-font-heading, 'Playfair Display', Georgia, serif);font-size:1.5rem;font-weight:700;color:var(--oleaf-gray-900,#212121);margin:0;line-height:1.3}.oleaf-qv-price{font-size:1.25rem;font-weight:700;color:var(--oleaf-primary,#2d6e2e)}.oleaf-qv-price del{color:var(--oleaf-gray-500,#9e9e9e);font-weight:400;font-size:1rem}.oleaf-qv-price ins{text-decoration:none;color:var(--oleaf-primary,#2d6e2e)}.oleaf-qv-rating{display:flex;align-items:center;gap:8px}.oleaf-qv-stars{display:inline-flex;gap:2px;color:#f59e0b}.oleaf-qv-stars .star.empty{color:var(--oleaf-gray-300,#e0e0e0)}.oleaf-qv-review-count{font-size:.8rem;color:var(--oleaf-gray-500,#9e9e9e)}.oleaf-qv-desc{font-size:.9rem;line-height:1.7;color:var(--oleaf-gray-600,#757575)}.oleaf-qv-cart{display:flex;align-items:center;gap:12px;padding-top:8px}.oleaf-qv-qty{display:flex;align-items:center;border:1px solid var(--oleaf-border,#e2e2e2);border-radius:12px;overflow:hidden;background:var(--oleaf-gray-100,#f5f5f5)}.oleaf-qv-qty-btn{display:flex;align-items:center;justify-content:center;width:34px;height:36px;border:none;background:0 0;font-size:1rem;font-weight:600;color:var(--oleaf-gray-800,#424242);cursor:pointer;transition:background .2s ease}.oleaf-qv-qty-btn:hover{background:var(--oleaf-gray-200,#eee)}.oleaf-qv-qty-input{width:38px;height:36px;border:none;background:0 0;text-align:center;font-size:.875rem;font-weight:600;color:var(--oleaf-text,#2c2c2c);-moz-appearance:textfield;appearance:textfield}.oleaf-qv-qty-input::-webkit-inner-spin-button,.oleaf-qv-qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.oleaf-qv-add-to-cart{display:inline-flex;align-items:center;justify-content:center;gap:6px;flex:1;height:38px;border:none;border-radius:10px;background:var(--oleaf-primary,#2d6e2e);color:#fff;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .25s ease;padding:0 18px;white-space:nowrap}.oleaf-qv-add-to-cart:hover{background:var(--oleaf-primary-dark,#1e5420);transform:translateY(-1px);box-shadow:0 6px 20px rgba(26,60,52,.3)}.oleaf-qv-add-to-cart.is-loading{opacity:.7;pointer-events:none}.oleaf-qv-add-to-cart.is-added{background:#16a34a}.oleaf-qv-select-options{display:inline-flex;align-items:center;justify-content:center;flex:1;height:38px;border-radius:10px;background:var(--oleaf-secondary,#7bc043);color:#fff;font-size:.8125rem;font-weight:600;text-decoration:none;padding:0 18px;transition:all .25s ease}.oleaf-qv-select-options:hover{background:var(--oleaf-primary,#2d6e2e);color:#fff;text-decoration:none;transform:translateY(-1px)}.oleaf-qv-meta{display:flex;align-items:center;gap:12px;padding-top:6px;font-size:.725rem}.oleaf-qv-stock{display:inline-flex;align-items:center;gap:4px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.oleaf-qv-stock.in-stock{color:#16a34a}.oleaf-qv-stock.in-stock::before{content:'';width:8px;height:8px;border-radius:50%;background:#16a34a}.oleaf-qv-stock.out-of-stock{color:#ef4444}.oleaf-qv-stock.out-of-stock::before{content:'';width:8px;height:8px;border-radius:50%;background:#ef4444}.oleaf-qv-sku{color:var(--oleaf-gray-500,#9e9e9e)}.oleaf-qv-view-full{display:inline-block;margin-top:auto;padding-top:8px;font-size:.875rem;font-weight:600;color:var(--oleaf-primary,#2d6e2e);text-decoration:none;transition:color .2s ease}.oleaf-qv-view-full:hover{color:var(--oleaf-secondary,#7bc043);text-decoration:underline}.oleaf-qv-error{text-align:center;padding:60px 40px;color:var(--oleaf-gray-500,#9e9e9e);font-size:1rem}@media (max-width:768px){.oleaf-qv-overlay{padding:16px;align-items:flex-end}.oleaf-qv-modal{max-height:92vh;border-radius:20px 20px 0 0}.oleaf-qv-content{grid-template-columns:1fr}.oleaf-qv-image-col{padding:30px 20px 20px}.oleaf-qv-main-image img{max-height:260px}.oleaf-qv-info-col{padding:24px 20px 32px}.oleaf-qv-title{font-size:1.2rem}.oleaf-qv-price{font-size:1.1rem}.oleaf-qv-cart{flex-direction:column;gap:10px;width:100%;box-sizing:border-box}.oleaf-qv-qty{width:100%;justify-content:center;box-sizing:border-box}.oleaf-qv-add-to-cart,.oleaf-qv-select-options{width:100%;flex:none;box-sizing:border-box}.oleaf-qv-gallery{gap:6px}.oleaf-qv-thumb{width:48px;height:48px}.oleaf-product-actions{top:8px;right:8px;gap:4px;opacity:1;transform:none;pointer-events:none}.oleaf-product-actions button{width:30px;height:30px;box-shadow:0 1px 4px rgba(0,0,0,.1);pointer-events:auto}.oleaf-product-actions button svg{width:13px;height:13px}.oleaf-page-banner-inner{padding:1.25rem 1rem}.oleaf-page-banner-title{font-size:1.5rem}.oleaf-page-banner .oleaf-breadcrumbs{font-size:.75rem}}@media (max-width:480px){.oleaf-qv-close{top:10px;right:10px;width:34px;height:34px}.oleaf-qv-image-col{padding:24px 16px 16px}.oleaf-qv-main-image img{max-height:200px}.oleaf-qv-info-col{padding:20px 16px 28px;gap:10px}.oleaf-qv-title{font-size:1.05rem}.oleaf-product-actions{top:6px;right:6px;gap:3px}.oleaf-product-actions button{width:26px;height:26px;flex-shrink:0}.oleaf-product-actions button svg{width:11px;height:11px}.oleaf-page-banner-inner{padding:1rem .75rem}.oleaf-page-banner-title{font-size:1.25rem}}.oleaf-lightbox{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.92);opacity:0;visibility:hidden;transition:all .3s ease;cursor:zoom-out}.oleaf-lightbox.is-open{opacity:1;visibility:visible}.oleaf-lightbox img{max-width:60vw;max-height:70vh;object-fit:contain;border-radius:16px;transform:scale(.92);transition:transform .35s ease}.oleaf-lightbox.is-open img{transform:scale(1)}.oleaf-lightbox-close,.oleaf-lightbox-nav{position:absolute;border:none;border-radius:50%;background:rgba(255,255,255,.12);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;backdrop-filter:blur(8px)}.oleaf-lightbox-close{top:24px;right:24px;width:48px;height:48px;font-size:1.6rem}.oleaf-lightbox-nav{top:50%;transform:translateY(-50%);width:48px;height:48px;font-size:1.3rem}.oleaf-lightbox-prev{left:24px}.oleaf-lightbox-next{right:24px}.oleaf-lightbox-close:hover,.oleaf-lightbox-nav:hover{background:rgba(255,255,255,.25)}.oleaf-sp-top{display:grid;grid-template-columns:48% 1fr;gap:3rem;margin-bottom:3rem;padding-top:2rem;align-items:start}.oleaf-sp-gallery{position:sticky;top:100px;align-self:start;max-width:100%;overflow:hidden}.oleaf-sp-main-image{position:relative;background:var(--oleaf-gray-100,#f6f6f6);border-radius:1.5rem;overflow:hidden;cursor:zoom-in;display:flex;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,.06);max-height:520px;flex:1}.oleaf-sp-main-image img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.23, 1, .32, 1)}.oleaf-sp-badges{position:absolute;top:22px;left:22px;z-index:5;display:flex;flex-direction:column;gap:8px}.oleaf-sp-badge{display:inline-block;padding:5px 14px;font-size:.6rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;border-radius:50px}.oleaf-sp-badge--sale{background:var(--oleaf-primary,#2d6e2e);color:#fff}.oleaf-sp-badge--feat{background:#fff;color:var(--oleaf-primary,#2d6e2e);border:1px solid rgba(0,0,0,.06)}.oleaf-sp-expand{position:absolute;bottom:22px;right:22px;width:46px;height:46px;border:none;border-radius:50%;background:rgba(255,255,255,.92);color:#333;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(8px);transition:all .3s ease;box-shadow:0 6px 24px rgba(0,0,0,.12)}.oleaf-sp-main-image:hover .oleaf-sp-expand{opacity:1;transform:translateY(0)}.oleaf-sp-expand:hover{background:#fff;transform:scale(1.1)}.oleaf-sp-gallery-row{display:flex;gap:14px;align-items:stretch}.oleaf-sp-thumb-col{display:flex;flex-direction:column;align-items:center;gap:8px;width:80px;flex-shrink:0}.oleaf-sp-thumb-arrow{flex-shrink:0;width:32px;height:32px;border:1px solid var(--oleaf-gray-200,#eaeaea);border-radius:50%;background:#fff;color:var(--oleaf-gray-500,#999);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:all .2s ease}.oleaf-sp-thumb-arrow:hover{border-color:var(--oleaf-primary,#2d6e2e);color:var(--oleaf-primary,#2d6e2e)}.oleaf-sp-thumbnails{display:flex;flex-direction:column;gap:10px;flex:1;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.oleaf-sp-thumbnails::-webkit-scrollbar{display:none}.oleaf-sp-thumb{flex-shrink:0;width:70px;height:70px;border:2px solid var(--oleaf-gray-200,#eaeaea);border-radius:.75rem;overflow:hidden;cursor:pointer;transition:all .25s ease;background:var(--oleaf-gray-100,#f6f6f6);padding:0;opacity:.55}.oleaf-sp-thumb img{width:100%;height:100%;object-fit:cover}.oleaf-sp-thumb:hover{opacity:1;border-color:var(--oleaf-gray-400,#bbb)}.oleaf-sp-thumb.is-active{border-color:var(--oleaf-primary,#2d6e2e);box-shadow:0 0 0 1px var(--oleaf-primary,#2d6e2e);opacity:1}.oleaf-sp-info{display:flex;flex-direction:column;gap:0;position:sticky;top:100px;align-self:start;min-width:0;max-width:100%}.oleaf-sp-rating{display:flex;align-items:center;gap:10px;margin-bottom:12px}.oleaf-sp-rating .star-rating{font-size:.85rem}.oleaf-sp-review-count{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--oleaf-gray-500,#999)}.oleaf-sp-title{font-size:1.6rem;font-weight:700;line-height:1.3;letter-spacing:-.02em;word-break:break-word;overflow-wrap:break-word;color:#2d3a4a;margin:0 0 14px}.oleaf-sp-price-row{display:flex;align-items:center;gap:14px;margin-bottom:20px}.oleaf-sp-price{font-size:1.6rem;font-weight:800;color:var(--oleaf-primary,#2d6e2e)}.oleaf-sp-price del{font-size:1rem;font-weight:400;color:var(--oleaf-gray-400,#bbb);margin-right:6px}.oleaf-sp-price ins{text-decoration:none;color:var(--oleaf-primary,#2d6e2e)}.oleaf-sp-save-badge{display:inline-block;padding:4px 12px;background:#fef2f2;color:#dc2626;font-size:.6rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;border-radius:8px}.oleaf-sp-excerpt{font-size:.9rem;line-height:1.8;color:var(--oleaf-gray-600,#666);margin-bottom:20px;word-break:break-word;overflow-wrap:break-word}.oleaf-sp-excerpt p:last-child{margin-bottom:0}.oleaf-sp-stock{display:flex;align-items:center;gap:8px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:22px}.oleaf-sp-stock--in{color:#16a34a}.oleaf-sp-stock--out{color:#dc2626}.oleaf-sp-cart-wrap .stock{display:none!important}.oleaf-sp-cart-wrap{margin-bottom:16px}.oleaf-sp-cart-wrap form.cart{display:flex;align-items:center;gap:12px;max-width:100%}.oleaf-sp-cart-wrap .quantity{display:flex;align-items:center;border:none;border-radius:0;overflow:visible;background:0 0;margin:0}.oleaf-sp-cart-wrap .quantity .qty{width:50px;height:44px;text-align:center;border:none;font-size:.95rem;font-weight:600;background:0 0;color:#2d3a4a;-moz-appearance:textfield;appearance:textfield}.oleaf-sp-cart-wrap .quantity .qty::-webkit-inner-spin-button,.oleaf-sp-cart-wrap .quantity .qty::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.oleaf-sp-cart-wrap .single_add_to_cart_button{flex:1;height:48px;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px;background:var(--oleaf-primary,#2d6e2e)!important;color:#fff!important;border:none!important;border-radius:8px!important;font-size:.75rem!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.14em!important;cursor:pointer;transition:all .3s ease!important;box-shadow:none!important}.oleaf-sp-cart-wrap .single_add_to_cart_button:hover{background:var(--oleaf-primary-dark,#1e5420)!important;transform:translateY(-1px);box-shadow:0 4px 16px rgba(26,60,52,.2)!important}.oleaf-sp-cart-wrap .single_add_to_cart_button:active{transform:scale(.98)}.oleaf-sp-buy-now{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:48px;background:linear-gradient(135deg,#e8a33a 0,#d4922e 100%);color:#fff;border:none;border-radius:8px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;text-decoration:none;cursor:pointer;transition:all .3s ease;margin-bottom:16px;box-shadow:0 2px 8px rgba(212,146,46,.2)}.oleaf-sp-buy-now:hover{background:linear-gradient(135deg,#d97706 0,#b45309 100%);transform:translateY(-1px);box-shadow:0 4px 16px rgba(245,158,11,.3);color:#fff}.oleaf-sp-buy-now.loading{opacity:.7;pointer-events:none}.oleaf-spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:oleafSpin .6s linear infinite}@keyframes oleafSpin{to{transform:rotate(360deg)}}.oleaf-sp-actions{display:flex;gap:16px;margin-bottom:20px}.oleaf-sp-action-btn{display:inline-flex;align-items:center;gap:6px;background:0 0;border:none;color:var(--oleaf-gray-500,#777);font-size:.7rem;font-weight:600;letter-spacing:.02em;cursor:pointer;padding:0;transition:color .2s ease}.oleaf-sp-action-btn:hover{color:var(--oleaf-primary,#2d6e2e)}.oleaf-sp-action-btn svg{transition:transform .2s ease}.oleaf-sp-action-btn:hover svg{transform:scale(1.15)}.oleaf-sp-safe-checkout{border-top:1px solid var(--oleaf-gray-200,#eaeaea);padding:20px 0 0;margin-bottom:24px;text-align:center}.oleaf-sp-safe-checkout-header{margin-bottom:14px;font-size:.85rem;font-weight:600;color:#2d3a4a;letter-spacing:.02em}.oleaf-sp-payment-icons{display:flex;flex-wrap:wrap;gap:6px;align-items:center;justify-content:center}.oleaf-sp-payment-icons img{height:24px;width:auto;border-radius:3px;border:1px solid #ddd;background:#fff;padding:2px 4px}.oleaf-sp-payment-icons img{display:block;height:24px;width:auto;border-radius:3px;object-fit:contain}.oleaf-sp-stripe-badge{height:24px!important;width:auto!important;border:none!important;border-radius:4px!important;object-fit:contain}.oleaf-sp-ask-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:99999;align-items:center;justify-content:center}.oleaf-sp-ask-modal.is-open{display:flex}.oleaf-sp-ask-modal-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.oleaf-sp-ask-modal-content{position:relative;z-index:1;background:#fff;border-radius:16px;padding:28px 32px 32px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.15);animation:oleafAskModalIn .3s ease}@keyframes oleafAskModalIn{from{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.oleaf-sp-ask-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.oleaf-sp-ask-modal-header h3{display:flex;align-items:center;gap:8px;font-size:1.05rem;font-weight:700;color:#2d3a4a;margin:0}.oleaf-sp-ask-modal-close{background:0 0;border:none;cursor:pointer;color:#999;padding:4px;border-radius:6px;transition:all .2s}.oleaf-sp-ask-modal-close:hover{color:#333;background:#f5f5f5}.oleaf-sp-ask-product-name{font-size:.8rem;color:#888;margin:0 0 18px;padding-left:26px}.oleaf-sp-ask-form{display:flex;flex-direction:column;gap:12px}.oleaf-sp-ask-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.oleaf-sp-ask-form input[type=email],.oleaf-sp-ask-form input[type=text],.oleaf-sp-ask-form textarea{width:100%;padding:12px 16px;border:1px solid #ddd;border-radius:10px;font-size:.85rem;font-family:inherit;background:#fafafa;color:#2d3a4a;transition:border-color .2s,background .2s;box-sizing:border-box}.oleaf-sp-ask-form input:focus,.oleaf-sp-ask-form textarea:focus{outline:0;border-color:var(--oleaf-primary,#2d6e2e);background:#fff}.oleaf-sp-ask-form textarea{resize:vertical;min-height:90px}.oleaf-sp-ask-submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 28px;background:var(--oleaf-primary,#2d6e2e);color:#fff;border:none;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer;transition:opacity .2s;width:100%}.oleaf-sp-ask-submit:hover{opacity:.9}.oleaf-sp-ask-notice{padding:10px 14px;border-radius:8px;font-size:.8rem;font-weight:500}.oleaf-sp-ask-notice.success{background:#e8f5e9;color:#2e7d32}.oleaf-sp-ask-notice.error{background:#fce4ec;color:#c62828}@media (max-width:480px){.oleaf-sp-ask-modal-content{padding:22px 20px 24px;border-radius:14px;width:95%}.oleaf-sp-ask-row{grid-template-columns:1fr}}.oleaf-sp-share-icons a,.oleaf-sp-share-icons button{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#f5f5f5;color:#555;border:none;cursor:pointer;transition:background .2s,color .2s;text-decoration:none}.oleaf-sp-share-icons a:hover,.oleaf-sp-share-icons button:hover{background:var(--oleaf-primary,#2d6e2e);color:#fff}.oleaf-sp-lightbox{position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.88);cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E") 14 14,pointer;animation:oleafLBfadeIn .3s ease}.oleaf-sp-lightbox img{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:8px;cursor:default;animation:oleafLBzoomIn .35s ease}.oleaf-sp-lightbox-close{position:absolute;top:20px;right:20px;z-index:10;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.15);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);border-radius:50%;cursor:pointer;transition:all .2s ease}.oleaf-sp-lightbox-close:hover{background:rgba(255,255,255,.3);transform:rotate(90deg)}@keyframes oleafLBfadeIn{from{opacity:0}to{opacity:1}}@keyframes oleafLBzoomIn{from{transform:scale(.85);opacity:0}to{transform:scale(1);opacity:1}}.oleaf-sp-trust{display:flex;gap:24px;flex-wrap:wrap;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid var(--oleaf-gray-200,#eaeaea)}.oleaf-sp-trust-item{display:flex;align-items:center;gap:8px}.oleaf-sp-trust-item svg{color:var(--oleaf-primary,#2d6e2e);flex-shrink:0}.oleaf-sp-trust-item span{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--oleaf-gray-600,#666)}.oleaf-sp-meta{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.oleaf-sp-meta-row{display:flex;align-items:baseline;gap:8px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em}.oleaf-sp-meta-label{color:var(--oleaf-gray-400,#aaa)}.oleaf-sp-meta-value{color:var(--oleaf-text,#1a1a1a);text-transform:none;letter-spacing:0;font-weight:500}.oleaf-sp-meta-value a{color:var(--oleaf-primary,#2d6e2e);text-decoration:none;transition:opacity .2s}.oleaf-sp-meta-value a:hover{opacity:.7}.oleaf-sp-share{display:flex;align-items:center;gap:14px;padding-top:20px;border-top:1px solid var(--oleaf-gray-200,#eaeaea)}.oleaf-sp-share .oleaf-sp-meta-label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--oleaf-gray-400,#aaa)}.oleaf-sp-share-icons{display:flex;gap:8px}.oleaf-sp-share-icons a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:var(--oleaf-gray-100,#f6f6f6);color:var(--oleaf-gray-600,#666);transition:all .25s ease}.oleaf-sp-share-icons a:hover{background:var(--oleaf-primary,#2d6e2e);color:#fff;transform:translateY(-2px)}.oleaf-sp-tabs-wrapper{margin-top:3rem;padding-top:3rem;border-top:1px solid var(--oleaf-gray-200,#eaeaea)}.oleaf-sp-tabs-wrapper .woocommerce-tabs{margin:0}.oleaf-sp-tabs-wrapper .woocommerce-tabs ul.tabs{list-style:none;margin:0 0 2rem;padding:0;display:flex;justify-content:center;gap:2rem;border-bottom:2px solid var(--oleaf-gray-200,#eaeaea)}.oleaf-sp-tabs-wrapper .woocommerce-tabs ul.tabs li{margin:0;padding:0;background:0 0;border:none}.oleaf-sp-tabs-wrapper .woocommerce-tabs ul.tabs li a{display:inline-block;padding:14px 4px;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.2em;color:var(--oleaf-gray-400,#aaa);text-decoration:none;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .25s ease;white-space:nowrap}.oleaf-sp-tabs-wrapper .woocommerce-tabs ul.tabs li a:hover{color:var(--oleaf-text,#1a1a1a)}.oleaf-sp-tabs-wrapper .woocommerce-tabs ul.tabs li.active a{color:var(--oleaf-primary,#2d6e2e);border-bottom-color:var(--oleaf-primary,#2d6e2e)}.oleaf-sp-tabs-wrapper .woocommerce-tabs .woocommerce-Tabs-panel{max-width:800px;margin:0 auto;padding:1.5rem 0;font-size:.925rem;line-height:1.85;color:var(--oleaf-gray-600,#666)}.oleaf-sp-tabs-wrapper .woocommerce-tabs .woocommerce-Tabs-panel h2{font-size:1.2rem;font-weight:700;color:var(--oleaf-text,#1a1a1a);margin:0 0 1rem}.oleaf-container>.related.products,.oleaf-single-product .related.products{margin-top:4rem;padding-top:3rem;padding-bottom:4rem;border-top:1px solid var(--oleaf-gray-200,#eaeaea)}.oleaf-container>.related.products>h2,.oleaf-single-product .related.products>h2{font-size:1.4rem;font-weight:800;letter-spacing:-.02em;color:var(--oleaf-text,#1a1a1a);margin-bottom:2rem;text-align:center}.related.products .products,.related.products ul.products{display:grid!important;grid-template-columns:repeat(4,1fr);gap:1.5rem;list-style:none;margin:0;padding:0}.related.products .products li.product{margin:0!important;padding:0}@media (max-width:992px){.oleaf-sp-top{grid-template-columns:50% 1fr;gap:2.5rem}.oleaf-sp-title{font-size:1.6rem}.oleaf-sp-price{font-size:1.4rem}.related.products .products,.related.products ul.products{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.oleaf-sp-top{grid-template-columns:1fr;gap:1.5rem}.oleaf-sp-gallery,.oleaf-sp-info{position:static}.oleaf-sp-gallery-row{flex-direction:column-reverse}.oleaf-sp-thumb-col{flex-direction:row;width:100%;overflow:hidden}.oleaf-sp-thumbnails{flex-direction:row;overflow-x:auto;overflow-y:hidden;gap:8px;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;padding-bottom:4px}.oleaf-sp-thumb{width:56px;height:56px;flex-shrink:0;scroll-snap-align:start}.oleaf-sp-thumb-arrow{width:28px;height:28px;flex-shrink:0}.oleaf-sp-thumb-arrow svg{width:10px;height:10px}.oleaf-sp-main-image{border-radius:1rem;max-height:none}.oleaf-sp-main-image img{max-height:420px;width:100%;object-fit:contain}.oleaf-sp-title{font-size:1.3rem;word-break:break-word;overflow-wrap:break-word;hyphens:auto}.oleaf-sp-price-row{flex-wrap:wrap}.oleaf-sp-price{font-size:1.2rem}.oleaf-sp-excerpt{font-size:.85rem;word-break:break-word;overflow-wrap:break-word}.oleaf-sp-excerpt p{word-break:break-word;overflow-wrap:break-word}.oleaf-sp-actions{gap:8px;flex-wrap:wrap}.oleaf-sp-action-btn{font-size:.65rem;padding:8px 12px;gap:6px}.oleaf-sp-safe-checkout{padding:14px}.oleaf-sp-safe-checkout-header{font-size:.6rem}.oleaf-sp-payment-icons{gap:6px;flex-wrap:wrap}.oleaf-sp-payment-icons img{width:42px;height:28px}.oleaf-sp-trust{gap:12px}.oleaf-sp-trust-item{font-size:.65rem}.oleaf-sp-stock{font-size:.6rem;padding:8px 12px}.oleaf-sp-meta-row{font-size:.7rem}.oleaf-sp-meta-value{word-break:break-word}.oleaf-sp-share-icons a{width:32px;height:32px}.oleaf-sp-tabs-wrapper .woocommerce-tabs ul.tabs{gap:.75rem}.oleaf-sp-tabs-wrapper .woocommerce-tabs ul.tabs li a{font-size:.6rem;letter-spacing:.12em;padding:10px 2px}.related.products .products,.related.products ul.products{grid-template-columns:repeat(2,1fr);gap:1rem}.oleaf-container>.related.products,.oleaf-single-product .related.products{margin-top:2.5rem;padding-top:2rem}.oleaf-breadcrumb-item{font-size:.7rem}.oleaf-breadcrumb-list{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}@media (max-width:480px){.oleaf-sp-top{gap:1.2rem}.oleaf-sp-title{font-size:1.1rem;line-height:1.35}.oleaf-sp-price{font-size:1rem}.oleaf-sp-save-badge{font-size:.55rem;padding:3px 8px}.oleaf-sp-main-image{border-radius:.75rem}.oleaf-sp-main-image img{max-height:340px}.oleaf-sp-badge{padding:3px 8px;font-size:.5rem}.oleaf-sp-badges{top:12px;left:12px}.oleaf-sp-trust{flex-direction:column;gap:8px}.oleaf-sp-trust-item span{font-size:.6rem}.oleaf-sp-stock{font-size:.55rem;padding:6px 10px}.oleaf-sp-actions{flex-direction:column}.oleaf-sp-action-btn{width:100%;justify-content:center}.oleaf-sp-safe-checkout{padding:12px}.oleaf-sp-safe-checkout-header{font-size:.55rem;gap:6px}.oleaf-sp-payment-icons img{width:36px;height:24px}.oleaf-sp-tabs-wrapper{margin-top:2rem;padding-top:2rem}.oleaf-sp-tabs-wrapper .woocommerce-tabs ul.tabs{gap:.5rem}.oleaf-sp-tabs-wrapper .woocommerce-tabs ul.tabs li a{font-size:.55rem;padding:8px 0}.oleaf-sp-tabs-wrapper .woocommerce-tabs .woocommerce-Tabs-panel{font-size:.85rem;padding:1rem 0}.oleaf-sp-thumb{width:48px;height:48px}.oleaf-sp-expand{width:36px;height:36px}.oleaf-sp-excerpt{font-size:.8rem}.oleaf-sp-meta-row{font-size:.65rem}.oleaf-breadcrumb-item{font-size:.65rem}.related.products .products,.related.products ul.products{grid-template-columns:repeat(2,1fr);gap:.75rem}.oleaf-container>.related.products>h2,.oleaf-single-product .related.products>h2{font-size:1.1rem}}@media (max-width:768px){body,html{overflow-x:clip}.oleaf-container{overflow-x:clip;box-sizing:border-box;padding-left:16px!important;padding-right:16px!important}.oleaf-breadcrumbs{margin-bottom:20px!important}.oleaf-breadcrumb-inner{padding:10px 16px!important}.oleaf-sp-top{max-width:100%!important;overflow:hidden!important;gap:1.5rem!important;margin-bottom:2rem!important;padding:0!important}.oleaf-sp-gallery{max-width:100%!important;margin-bottom:6px!important}.oleaf-sp-gallery-row{flex-direction:column!important;gap:10px!important}.oleaf-sp-thumb-arrow{display:none!important}.oleaf-sp-thumb-col{flex-direction:row!important;width:100%!important;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;order:2;justify-content:center;gap:6px}.oleaf-sp-thumbnails{flex-direction:row!important;overflow-x:auto!important;overflow-y:hidden!important;gap:8px!important;width:auto;padding:0;justify-content:center}.oleaf-sp-thumb{width:50px!important;height:50px!important;flex-shrink:0;border-radius:.5rem!important}.oleaf-sp-main-image{max-height:none!important;border-radius:.75rem!important;order:1}.oleaf-sp-main-image img{width:100%!important;height:auto!important;object-fit:contain!important;max-height:380px!important}.oleaf-sp-info{max-width:100%!important}.oleaf-sp-title{font-size:1.2rem!important;line-height:1.4!important;word-break:break-word!important;overflow-wrap:break-word!important;max-width:100%;margin-bottom:10px!important}.oleaf-sp-price-row{flex-wrap:wrap!important;max-width:100%;margin-bottom:14px!important}.oleaf-sp-price{font-size:1.15rem!important}.oleaf-sp-excerpt,.oleaf-sp-excerpt p{word-break:break-word!important;overflow-wrap:break-word!important;max-width:100%;font-size:.85rem!important;line-height:1.7!important;margin-bottom:14px!important}.oleaf-sp-stock{margin-bottom:16px!important;font-size:.65rem!important}.oleaf-sp-cart-wrap{max-width:100%!important;box-sizing:border-box!important;margin-bottom:10px!important;padding-bottom:0!important;border-bottom:none!important}.oleaf-sp-cart-wrap form.cart{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;align-items:center!important;gap:10px!important;max-width:100%!important;width:100%!important}.oleaf-qty-stepper{display:inline-flex!important;width:auto!important;max-width:none!important;flex-shrink:0!important;align-items:center!important;border:1.5px solid #d5d8dc!important;border-radius:8px!important;background:#fff!important;overflow:hidden!important;margin:0!important}.oleaf-qty-stepper .oleaf-qty-btn{width:40px!important;height:40px!important;min-width:40px!important;flex-shrink:0!important;display:flex!important;align-items:center!important;justify-content:center!important;background:0 0!important;border:none!important;padding:0!important;cursor:pointer!important;color:#2d3a4a!important}.oleaf-qty-stepper .oleaf-qty-btn svg{width:13px!important;height:13px!important}.oleaf-qty-stepper .oleaf-qty-minus{border-right:none!important}.oleaf-qty-stepper .oleaf-qty-plus{border-left:none!important}.oleaf-qty-stepper .quantity{flex:0 0 auto!important;display:flex!important;margin:0!important}.oleaf-qty-stepper .quantity .qty{width:46px!important;height:40px!important;font-size:.95rem!important;font-weight:600!important;text-align:center!important;border:none!important;border-left:1.5px solid #d5d8dc!important;border-right:1.5px solid #d5d8dc!important;background:0 0!important;padding:0!important;margin:0!important;color:#2d3a4a!important}.oleaf-sp-cart-wrap .quantity{width:auto!important;border:none!important;border-radius:0!important;background:0 0!important;overflow:visible!important;margin:0!important;padding:0!important}.oleaf-sp-cart-wrap .quantity .qty{width:46px!important;height:40px!important;color:#2d3a4a!important}.oleaf-sp-cart-wrap .single_add_to_cart_button{flex:1 1 0%!important;min-width:0!important;height:44px!important;border-radius:8px!important;font-size:.72rem!important;font-weight:700!important;letter-spacing:.1em!important;margin:0!important;padding:0 20px!important;box-sizing:border-box!important;white-space:nowrap!important;box-shadow:none!important}.oleaf-sp-buy-now{width:100%!important;height:44px!important;border-radius:8px!important;font-size:.72rem!important;font-weight:700!important;letter-spacing:.1em!important;margin:0 0 14px 0!important;padding:0 20px!important;box-sizing:border-box!important}.oleaf-sp-actions{display:flex!important;flex-direction:row!important;justify-content:center!important;align-items:center!important;flex-wrap:nowrap!important;gap:24px!important;margin-bottom:20px!important;padding-top:2px!important}.oleaf-sp-action-btn{display:inline-flex!important;align-items:center!important;gap:6px!important;padding:0!important;font-size:.75rem!important;background:0 0!important;border:none!important;white-space:nowrap!important}.oleaf-sp-safe-checkout{padding:16px!important;border-radius:12px!important;max-width:100%!important;box-sizing:border-box!important;margin-bottom:16px!important}.oleaf-sp-safe-checkout-header{font-size:.6rem!important;margin-bottom:10px!important}.oleaf-sp-payment-icons{flex-wrap:wrap!important;gap:8px!important;justify-content:center!important}.oleaf-sp-payment-icons img{width:42px!important;height:28px!important}.oleaf-sp-trust{flex-wrap:wrap!important;gap:10px!important;justify-content:center!important;margin-bottom:16px!important}.oleaf-sp-trust-item{font-size:.65rem!important}.oleaf-sp-meta{max-width:100%;overflow:hidden}.oleaf-sp-meta-row{font-size:.7rem!important}.oleaf-sp-meta-value{word-break:break-all!important;overflow-wrap:break-word!important}.oleaf-sp-share-icons a{width:34px!important;height:34px!important}.oleaf-sp-tabs-wrapper{margin-top:2rem!important}.oleaf-sp-tabs-wrapper .woocommerce-tabs ul.tabs{gap:.5rem!important}.oleaf-sp-tabs-wrapper .woocommerce-tabs ul.tabs li a{font-size:.6rem!important;padding:10px 2px!important}.oleaf-breadcrumb-inner{max-width:100%;overflow:hidden!important;box-sizing:border-box}.oleaf-breadcrumb-item{font-size:.7rem!important}.related.products .products,.related.products ul.products{grid-template-columns:repeat(2,1fr)!important;gap:.75rem!important}}.woocommerce-checkout .oleaf-site-content{background:var(--oleaf-gray-100,#f8f8f6)}.oleaf-checkout-wrapper{max-width:1200px;margin:0 auto}.oleaf-checkout-form .woocommerce-additional-fields h3,.oleaf-checkout-form .woocommerce-billing-fields h3,.oleaf-checkout-form .woocommerce-shipping-fields h3{display:none!important}.oleaf-checkout-progress{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:2.5rem;padding:1.5rem 2rem;background:#fff;border-radius:1rem;border:1px solid var(--oleaf-gray-200,#eaeaea)}.oleaf-checkout-step{display:flex;align-items:center;gap:10px}.oleaf-step-num{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:800;background:var(--oleaf-gray-200,#eaeaea);color:var(--oleaf-gray-500,#999);transition:all .3s ease}.oleaf-checkout-step.is-active .oleaf-step-num{background:var(--oleaf-primary,#2d6e2e);color:#fff;box-shadow:0 4px 12px rgba(26,60,52,.25)}.oleaf-checkout-step.is-done .oleaf-step-num{background:#16a34a;color:#fff}.oleaf-step-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--oleaf-gray-500,#999)}.oleaf-checkout-step.is-active .oleaf-step-label{color:var(--oleaf-primary,#2d6e2e)}.oleaf-checkout-step.is-done .oleaf-step-label{color:#16a34a}.oleaf-step-line{flex:0 0 60px;height:2px;background:var(--oleaf-gray-200,#eaeaea);margin:0 12px}.oleaf-step-line.is-done{background:#16a34a}.oleaf-checkout-grid{display:grid;grid-template-columns:1fr 420px;gap:2.5rem;align-items:start}.oleaf-checkout-card{background:#fff;border:1px solid var(--oleaf-gray-200,#eaeaea);border-radius:1rem;margin-bottom:1.5rem;overflow:hidden}.oleaf-checkout-card-header{display:flex;align-items:center;gap:10px;padding:1.25rem 1.5rem;border-bottom:1px solid var(--oleaf-gray-100,#f5f5f5);background:var(--oleaf-gray-100,#fafaf8)}.oleaf-checkout-card-header svg{color:var(--oleaf-primary,#2d6e2e);flex-shrink:0}.oleaf-checkout-card-header h3{font-size:.85rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--oleaf-text,#1a1a1a);margin:0;padding:0;border:none}.oleaf-checkout-card-body{padding:1.5rem}.oleaf-checkout-form .form-row{margin-bottom:1rem}.oleaf-checkout-form .form-row label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--oleaf-text,#333);margin-bottom:6px;display:block}.oleaf-checkout-form .form-row label .required{color:#ef4444}.oleaf-checkout-form .form-row input.input-text,.oleaf-checkout-form .form-row select,.oleaf-checkout-form .form-row textarea,.oleaf-checkout-form .select2-container .select2-selection--single{width:100%;height:48px;padding:0 16px;border:1px solid var(--oleaf-gray-200,#e0e0e0);border-radius:.75rem;font-size:.85rem;font-family:var(--oleaf-font-body);color:var(--oleaf-text,#333);background:#fff;transition:all .2s ease;box-sizing:border-box;outline:0}.oleaf-checkout-form .form-row textarea{height:100px;padding:12px 16px;resize:vertical}.oleaf-checkout-form .form-row input.input-text:focus,.oleaf-checkout-form .form-row select:focus,.oleaf-checkout-form .form-row textarea:focus{border-color:var(--oleaf-primary,#2d6e2e);box-shadow:0 0 0 3px rgba(26,60,52,.08)}.oleaf-checkout-form .select2-container .select2-selection--single{display:flex;align-items:center}.oleaf-checkout-form .select2-container .select2-selection--single .select2-selection__rendered{line-height:48px;padding-left:16px;font-size:.85rem}.oleaf-checkout-form .select2-container .select2-selection--single .select2-selection__arrow{height:48px;right:12px}.oleaf-checkout-right{position:sticky;top:100px;align-self:start}.oleaf-checkout-form .woocommerce-checkout-review-order-table{width:100%;border-collapse:collapse;margin:0;padding:0}.oleaf-checkout-form .woocommerce-checkout-review-order-table thead th{font-size:.6rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--oleaf-gray-500,#999);padding:12px 20px;border-bottom:1px solid var(--oleaf-gray-100,#f0f0f0);text-align:left}.oleaf-checkout-form .woocommerce-checkout-review-order-table thead th:last-child{text-align:right}.oleaf-checkout-form .woocommerce-checkout-review-order-table td{padding:14px 20px;font-size:.78rem;color:var(--oleaf-text,#333);border-bottom:1px solid var(--oleaf-gray-100,#f0f0f0);vertical-align:middle}.oleaf-checkout-form .woocommerce-checkout-review-order-table td.product-name{font-weight:600;max-width:240px}.oleaf-checkout-form .woocommerce-checkout-review-order-table td.product-name a{color:var(--oleaf-text,#333);text-decoration:none}.oleaf-checkout-form .woocommerce-checkout-review-order-table td.product-total{text-align:right;font-weight:700;white-space:nowrap}.oleaf-checkout-form .woocommerce-checkout-review-order-table tfoot th{font-size:.75rem;font-weight:700;padding:12px 20px;border-bottom:1px solid var(--oleaf-gray-100,#f0f0f0);text-align:left}.oleaf-checkout-form .woocommerce-checkout-review-order-table tfoot td{font-size:.85rem;font-weight:700;padding:12px 20px;border-bottom:1px solid var(--oleaf-gray-100,#f0f0f0);text-align:right}.oleaf-checkout-form .woocommerce-checkout-review-order-table tfoot .order-total td,.oleaf-checkout-form .woocommerce-checkout-review-order-table tfoot .order-total th{font-size:1rem;font-weight:800;color:var(--oleaf-primary,#2d6e2e);padding:16px 20px;border-bottom:none}.oleaf-checkout-form .woocommerce-checkout-payment{padding:0 20px 20px}.oleaf-checkout-form .woocommerce-checkout-payment .wc-no-payment-methods-message,.oleaf-checkout-form .woocommerce-checkout-payment .woocommerce-info,.oleaf-checkout-form .woocommerce-checkout-payment .woocommerce-notice{background:var(--oleaf-gray-100,#fafaf8);border:1px dashed var(--oleaf-gray-200,#ddd);border-radius:.75rem;padding:16px 20px;font-size:.75rem;color:var(--oleaf-gray-500,#999);text-align:center;margin-bottom:16px}.oleaf-checkout-form .woocommerce-privacy-policy-text,.oleaf-checkout-form .woocommerce-terms-and-conditions-wrapper{padding:0 20px}.oleaf-checkout-form .woocommerce-privacy-policy-text p{font-size:.7rem;line-height:1.5;color:var(--oleaf-gray-500,#999);margin:0 0 12px}.oleaf-checkout-form .woocommerce-privacy-policy-text a{color:var(--oleaf-primary,#2d6e2e)}.oleaf-checkout-form #place_order{display:block;width:calc(100% - 40px)!important;margin:12px 20px 20px!important;height:56px;background:var(--oleaf-primary,#2d6e2e)!important;color:#fff!important;border:none!important;border-radius:1rem!important;font-size:.75rem!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.18em!important;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px rgba(26,60,52,.2);box-sizing:border-box}.oleaf-checkout-form #place_order:hover{background:var(--oleaf-primary-dark,#1e5420)!important;transform:translateY(-1px);box-shadow:0 6px 20px rgba(26,60,52,.3)}.oleaf-checkout-form .wc_payment_methods{list-style:none;padding:16px;margin:0}.oleaf-checkout-form .wc_payment_methods li{margin-bottom:12px;border:1px solid var(--oleaf-gray-200,#eaeaea);border-radius:.75rem;overflow:hidden}.oleaf-checkout-form .wc_payment_methods li label{display:flex;align-items:center;gap:10px;padding:14px 16px;cursor:pointer;font-size:.8rem;font-weight:600;transition:background .2s ease}.oleaf-checkout-form .wc_payment_methods li label:hover{background:var(--oleaf-gray-100,#fafaf8)}.oleaf-checkout-form .wc_payment_methods li.wc_payment_method input[type=radio]{accent-color:var(--oleaf-primary,#2D6E2E)}.oleaf-checkout-form .wc_payment_methods .payment_box{padding:12px 16px;background:var(--oleaf-gray-100,#fafaf8);font-size:.75rem;color:var(--oleaf-gray-500,#777);border-top:1px solid var(--oleaf-gray-100,#f0f0f0)}.oleaf-checkout-trust{display:flex;flex-direction:column;gap:12px;margin-top:1.5rem}.oleaf-checkout-trust-item{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;background:#fff;border:1px solid var(--oleaf-gray-200,#eaeaea);border-radius:.75rem}.oleaf-checkout-trust-item svg{color:var(--oleaf-primary,#2d6e2e);flex-shrink:0;margin-top:2px}.oleaf-checkout-trust-item strong{display:block;font-size:.7rem;font-weight:700;color:var(--oleaf-text,#1a1a1a);margin-bottom:2px}.oleaf-checkout-trust-item span{font-size:.65rem;color:var(--oleaf-gray-500,#999)}.oleaf-checkout-payments{margin-top:1rem;text-align:center}.oleaf-checkout-payments-label{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--oleaf-gray-500,#999);margin-bottom:8px;display:block}.oleaf-checkout-payments-icons{display:flex;justify-content:center;flex-wrap:wrap;gap:8px}.oleaf-checkout-payments-icons img{height:28px;width:auto;border-radius:4px;border:1px solid #e5e7eb;background:#fff;padding:3px 4px;object-fit:contain}.oleaf-checkout-wrapper .woocommerce-form-coupon-toggle .woocommerce-info{background:var(--oleaf-gray-100,#fafaf8);border:1px solid var(--oleaf-gray-200,#eaeaea);border-radius:.75rem;padding:14px 20px;font-size:.8rem;margin-bottom:1.5rem;color:var(--oleaf-text,#333)}.oleaf-checkout-wrapper .woocommerce-form-coupon-toggle .woocommerce-info::before{color:var(--oleaf-primary,#2d6e2e)}.oleaf-checkout-wrapper .checkout_coupon{background:#fff;border:1px solid var(--oleaf-gray-200,#eaeaea);border-radius:.75rem;padding:1.25rem;margin-bottom:1.5rem}.oleaf-checkout-wrapper .checkout_coupon input.input-text{height:44px;border-radius:.6rem;border:1px solid var(--oleaf-gray-200,#eaeaea);padding:0 14px;font-size:.85rem}.oleaf-checkout-wrapper .checkout_coupon .button{height:44px;padding:0 24px;background:var(--oleaf-primary,#2d6e2e);color:#fff;border:none;border-radius:.6rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;cursor:pointer}.oleaf-checkout-form #order_review_heading{display:none}@media (max-width:992px){.oleaf-checkout-grid{grid-template-columns:1fr 360px;gap:2rem}}@media (max-width:768px){.oleaf-checkout-grid{grid-template-columns:1fr}.oleaf-checkout-right{position:static}.oleaf-checkout-progress{margin-bottom:2rem;padding:1rem 0}.oleaf-step-label{font-size:.55rem}.oleaf-step-num{width:30px;height:30px;font-size:.65rem}.oleaf-step-line{flex:0 0 30px;margin:0 6px}.oleaf-checkout-card-body{padding:1rem}.oleaf-checkout-card-header{padding:1rem}}@media (max-width:480px){.oleaf-step-label{display:none}.oleaf-checkout-card{border-radius:.75rem}}.oleaf-wa-widget{position:fixed;bottom:24px;z-index:99999;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;opacity:0;visibility:hidden;transform:translateY(20px);transition:opacity .4s ease,visibility .4s ease,transform .4s ease}.oleaf-wa-widget.oleaf-wa-visible{opacity:1;visibility:visible;transform:translateY(0)}.oleaf-wa-pos-right{right:24px}.oleaf-wa-pos-left{left:24px}.oleaf-wa-btn{position:relative;width:60px;height:60px;border:none;border-radius:50%;background:var(--oleaf-wa-btn,#25d366);color:#fff;cursor:pointer;box-shadow:0 4px 20px rgba(37,211,102,.4),0 2px 8px rgba(0,0,0,.15);display:flex;align-items:center;justify-content:center;transition:transform .3s cubic-bezier(.4, 0, .2, 1),box-shadow .3s ease;z-index:2}.oleaf-wa-btn:hover{transform:scale(1.1);box-shadow:0 6px 28px rgba(37,211,102,.5),0 4px 12px rgba(0,0,0,.2)}.oleaf-wa-btn .oleaf-wa-icon{width:32px;height:32px;transition:opacity .25s ease,transform .25s ease}.oleaf-wa-btn .oleaf-wa-close-icon{width:24px;height:24px;position:absolute;opacity:0;transform:rotate(-90deg) scale(.5);transition:opacity .25s ease,transform .25s ease}.oleaf-wa-widget.oleaf-wa-open .oleaf-wa-btn .oleaf-wa-icon{opacity:0;transform:rotate(90deg) scale(.5)}.oleaf-wa-widget.oleaf-wa-open .oleaf-wa-btn .oleaf-wa-close-icon{opacity:1;transform:rotate(0) scale(1)}.oleaf-wa-badge{position:absolute;top:2px;right:2px;width:14px;height:14px;background:#4ade80;border:2.5px solid #fff;border-radius:50%;animation:oleaf-wa-badge-pulse 2s infinite}@keyframes oleaf-wa-badge-pulse{0%,100%{box-shadow:0 0 0 0 rgba(74,222,128,.6)}50%{box-shadow:0 0 0 6px rgba(74,222,128,0)}}.oleaf-wa-anim-pulse .oleaf-wa-btn::before{content:'';position:absolute;inset:-4px;border-radius:50%;background:var(--oleaf-wa-btn,#25d366);opacity:0;z-index:-1;animation:oleaf-wa-pulse 2.5s cubic-bezier(.4,0,.6,1) infinite}@keyframes oleaf-wa-pulse{0%{transform:scale(1);opacity:.5}100%{transform:scale(1.6);opacity:0}}.oleaf-wa-widget.oleaf-wa-open .oleaf-wa-btn::before{animation:none;opacity:0}.oleaf-wa-anim-bounce .oleaf-wa-btn{animation:oleaf-wa-bounce 2s ease-in-out infinite}@keyframes oleaf-wa-bounce{0%,100%{transform:translateY(0)}30%{transform:translateY(-8px)}50%{transform:translateY(0)}65%{transform:translateY(-4px)}80%{transform:translateY(0)}}.oleaf-wa-anim-bounce .oleaf-wa-btn:hover{animation:none;transform:scale(1.1)}.oleaf-wa-widget.oleaf-wa-open .oleaf-wa-btn{animation:none!important}.oleaf-wa-popup{position:absolute;bottom:76px;width:360px;max-width:calc(100vw - 32px);max-height:480px;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 12px 48px rgba(0,0,0,.15),0 4px 16px rgba(0,0,0,.1);opacity:0;visibility:hidden;transform:translateY(16px) scale(.95);transform-origin:bottom right;transition:opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.4, 0, .2, 1);pointer-events:none;display:flex;flex-direction:column;box-sizing:border-box}.oleaf-wa-pos-right .oleaf-wa-popup{right:0;left:auto}.oleaf-wa-pos-left .oleaf-wa-popup{left:0;transform-origin:bottom left}.oleaf-wa-widget.oleaf-wa-open .oleaf-wa-popup{opacity:1;visibility:visible;transform:translateY(0) scale(1);pointer-events:auto}.oleaf-wa-popup-header{background:var(--oleaf-wa-header,#075e54);padding:20px;display:flex;align-items:center;justify-content:space-between;color:#fff;position:relative}.oleaf-wa-popup-header::after{content:'';position:absolute;bottom:-10px;left:0;right:0;height:10px;background:linear-gradient(to bottom,rgba(0,0,0,.06),transparent);pointer-events:none}.oleaf-wa-popup-header-info{display:flex;align-items:center;gap:12px}.oleaf-wa-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;background:rgba(255,255,255,.2);flex-shrink:0;display:flex;align-items:center;justify-content:center;position:relative}.oleaf-wa-avatar img{width:100%;height:100%;object-fit:cover}.oleaf-wa-avatar svg{width:28px;height:28px;color:#fff}.oleaf-wa-status-dot{position:absolute;bottom:1px;right:1px;width:12px;height:12px;background:#4ade80;border:2px solid var(--oleaf-wa-header,#075e54);border-radius:50%}.oleaf-wa-agent-name{display:block;font-weight:700;font-size:15px;line-height:1.2}.oleaf-wa-agent-title{display:block;font-size:12px;opacity:.85;margin-top:2px}.oleaf-wa-popup-close{background:rgba(255,255,255,.15);border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:background .2s ease;flex-shrink:0}.oleaf-wa-popup-close:hover{background:rgba(255,255,255,.25)}.oleaf-wa-popup-close svg{width:18px;height:18px}.oleaf-wa-popup-body{flex:1;padding:20px;background:#ece5dd;background-image:radial-gradient(circle at 20% 30%,rgba(255,255,255,.3) 1px,transparent 1px),radial-gradient(circle at 80% 60%,rgba(255,255,255,.3) 1px,transparent 1px),radial-gradient(circle at 50% 80%,rgba(255,255,255,.3) 1px,transparent 1px);background-size:60px 60px;min-height:140px;overflow-y:auto}.oleaf-wa-chat-bg{display:flex;flex-direction:column}.oleaf-wa-bubble{background:#fff;border-radius:0 12px 12px 12px;padding:12px 16px;max-width:85%;box-shadow:0 1px 3px rgba(0,0,0,.08);position:relative;animation:oleaf-wa-bubble-in .4s ease forwards;animation-delay:.2s;opacity:0;transform:translateY(8px)}@keyframes oleaf-wa-bubble-in{to{opacity:1;transform:translateY(0)}}.oleaf-wa-bubble::before{content:'';position:absolute;top:0;left:-8px;width:0;height:0;border-top:0 solid transparent;border-right:8px solid #fff;border-bottom:8px solid transparent}.oleaf-wa-bubble-name{font-weight:700;font-size:13px;color:#075e54;margin-bottom:4px}.oleaf-wa-bubble p{margin:0;font-size:14px;line-height:1.5;color:#303030}.oleaf-wa-bubble-time{display:block;text-align:right;font-size:11px;color:#999;margin-top:6px}.oleaf-wa-popup-footer{padding:16px 20px;background:#fff;border-top:1px solid #f0f0f0}.oleaf-wa-cta{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;box-sizing:border-box;padding:14px 20px;background:var(--oleaf-wa-btn,#25d366);color:#fff;font-size:15px;font-weight:700;border-radius:12px;text-decoration:none;transition:background .2s ease,transform .15s ease,box-shadow .2s ease;box-shadow:0 2px 8px rgba(37,211,102,.3)}.oleaf-wa-cta:hover{background:#20bd5a;transform:translateY(-1px);box-shadow:0 4px 14px rgba(37,211,102,.4);color:#fff}.oleaf-wa-cta svg{flex-shrink:0}@media (max-width:768px){.oleaf-wa-hide-mobile{display:none!important}.oleaf-wa-popup,.oleaf-wa-pos-left .oleaf-wa-popup,.oleaf-wa-pos-right .oleaf-wa-popup{position:fixed!important;left:16px!important;right:16px!important;bottom:84px!important;width:auto!important;max-width:none!important;margin:0!important;border-radius:14px!important;max-height:70vh!important;transform-origin:bottom center!important}.oleaf-wa-widget.oleaf-wa-open .oleaf-wa-popup{transform:translateY(0) scale(1)!important}.oleaf-wa-widget{bottom:16px!important}.oleaf-wa-pos-right{right:16px!important}.oleaf-wa-pos-left{left:16px!important}.oleaf-wa-btn{width:50px!important;height:50px!important}.oleaf-wa-btn .oleaf-wa-icon{width:26px!important;height:26px!important}.oleaf-wa-popup-header{padding:14px 16px!important}.oleaf-wa-avatar{width:40px!important;height:40px!important}.oleaf-wa-agent-name{font-size:14px!important}.oleaf-wa-agent-title{font-size:11px!important}.oleaf-wa-popup-body{padding:14px!important;min-height:100px!important}.oleaf-wa-bubble p{font-size:13px!important}.oleaf-wa-popup-footer{padding:12px 14px!important}.oleaf-wa-cta{padding:12px 16px!important;font-size:14px!important;border-radius:10px!important}}.oleaf-wa-popup-mobile-active{position:fixed!important;left:16px!important;right:16px!important;bottom:80px!important;top:auto!important;width:auto!important;max-width:none!important;max-height:70vh!important;margin:0!important;z-index:100000!important;border-radius:14px!important;transform-origin:bottom center!important;box-sizing:border-box!important;overflow:hidden!important;background:#fff!important;box-shadow:0 12px 48px rgba(0,0,0,.15),0 4px 16px rgba(0,0,0,.1)!important;display:flex!important;flex-direction:column!important;transition:opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.4, 0, .2, 1)!important}@media (min-width:769px){.oleaf-wa-hide-desktop{display:none!important}}.oleaf-wa-offline .oleaf-wa-btn{opacity:.75}.oleaf-wa-offline .oleaf-wa-badge{background:#aaa;animation:none}.oleaf-wa-offline .oleaf-wa-anim-pulse .oleaf-wa-btn::before{animation:none}.oleaf-popup-overlay{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;visibility:hidden;cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E") 14 14,pointer;transition:opacity .35s ease,visibility .35s ease}.oleaf-popup-overlay.oleaf-popup-visible{opacity:1;visibility:visible}.oleaf-popup-card{position:relative;display:flex;width:100%;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 25px 80px rgba(0,0,0,.25),0 0 0 1px rgba(255,255,255,.1);transform:translateY(40px) scale(.96);opacity:0;cursor:default;transition:transform .45s cubic-bezier(.22, 1, .36, 1),opacity .35s ease}.oleaf-popup-visible .oleaf-popup-card{transform:translateY(0) scale(1);opacity:1}.oleaf-popup-visible .oleaf-popup-anim-fadeIn{transform:none}.oleaf-popup-anim-fadeIn{transform:none;opacity:0}.oleaf-popup-visible .oleaf-popup-anim-slideUp{transform:translateY(0) scale(1)}.oleaf-popup-anim-zoom{transform:scale(.7)}.oleaf-popup-visible .oleaf-popup-anim-zoom{transform:scale(1)}.oleaf-popup-close{position:absolute;top:14px;right:14px;z-index:10;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.9);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(0,0,0,.08);border-radius:50%;cursor:pointer;color:#333;transition:all .2s ease}.oleaf-popup-close:hover{background:#fff;color:#000;transform:rotate(90deg);box-shadow:0 4px 12px rgba(0,0,0,.12)}.oleaf-popup-split{flex-direction:row}.oleaf-popup-image{position:relative;width:45%;min-height:380px;background-size:cover;background-position:center;flex-shrink:0}.oleaf-popup-image-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(26,60,52,.6) 0,rgba(26,60,52,.2) 100%)}.oleaf-popup-image-content{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:.6}.oleaf-popup-centered{flex-direction:column;text-align:center}.oleaf-popup-centered .oleaf-popup-body{padding:48px 40px}.oleaf-popup-centered .oleaf-popup-fields{justify-content:center}.oleaf-popup-body{flex:1;padding:48px 44px;display:flex;flex-direction:column;justify-content:center}.oleaf-popup-badge{display:inline-block;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:12px;opacity:.85}.oleaf-popup-title{font-size:28px;font-weight:800;color:#1a1a1a;line-height:1.2;margin:0 0 12px}.oleaf-popup-desc{font-size:15px;line-height:1.65;color:#666;margin:0 0 28px}.oleaf-popup-form{margin:0}.oleaf-popup-fields-name{margin-bottom:10px}.oleaf-popup-fields-name .oleaf-popup-input{width:100%}.oleaf-popup-fields{display:flex;gap:10px;flex-wrap:wrap}.oleaf-popup-input{flex:1;min-width:0;padding:14px 18px;font-size:14px;font-family:inherit;color:#333;background:#f7f7f7;border:2px solid transparent;border-radius:12px;outline:0;transition:all .25s ease}.oleaf-popup-input:focus{background:#fff;border-color:#2d6e2e;box-shadow:0 0 0 4px rgba(26,60,52,.08)}.oleaf-popup-input::placeholder{color:#aaa}.oleaf-popup-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;font-size:14px;font-weight:700;font-family:inherit;color:#fff;border:none;border-radius:12px;cursor:pointer;white-space:nowrap;transition:all .25s ease;min-width:160px}.oleaf-popup-btn:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 6px 20px rgba(0,0,0,.15)}.oleaf-popup-btn:active{transform:translateY(0)}.oleaf-popup-btn:disabled{opacity:.7;cursor:not-allowed}.oleaf-popup-btn-loader{display:inline-flex;align-items:center}.oleaf-popup-msg{margin-top:12px;padding:10px 16px;font-size:13px;border-radius:10px;animation:oleafPopupMsgIn .3s ease}.oleaf-popup-msg-error{background:#fff0f0;color:#c62828;border:1px solid #ffd6d6}.oleaf-popup-msg-success{background:#f0fff4;color:#2e7d32;border:1px solid #c8e6c9}@keyframes oleafPopupMsgIn{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.oleaf-popup-privacy{display:flex;align-items:center;gap:6px;font-size:12px;color:#999;margin-top:16px}.oleaf-popup-centered .oleaf-popup-privacy{justify-content:center}.oleaf-popup-success-state{display:none;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px;animation:oleafPopupSuccessIn .5s ease}.oleaf-popup-success-icon{margin-bottom:20px;animation:oleafSuccessBounce .6s cubic-bezier(.36,.07,.19,.97)}.oleaf-popup-success-title{font-size:22px;font-weight:700;color:#1a1a1a;margin:0 0 8px}.oleaf-popup-success-desc{font-size:14px;color:#888;margin:0}@keyframes oleafPopupSuccessIn{from{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes oleafSuccessBounce{0%{transform:scale(0)}50%{transform:scale(1.15)}100%{transform:scale(1)}}@media (max-width:768px){.oleaf-popup-split{flex-direction:column}.oleaf-popup-image{width:100%;min-height:160px;max-height:180px}.oleaf-popup-body{padding:32px 24px}.oleaf-popup-title{font-size:22px}.oleaf-popup-fields{flex-direction:column;gap:10px}.oleaf-popup-fields,.oleaf-popup-fields-name{width:100%}.oleaf-popup-input{width:100%!important;flex:none!important;box-sizing:border-box!important;padding:14px 16px;font-size:15px}.oleaf-popup-btn{width:100%;min-width:unset}.oleaf-popup-card{max-height:90vh;overflow-y:auto}}@media (max-width:480px){.oleaf-popup-overlay{padding:12px}.oleaf-popup-body{padding:24px 20px}.oleaf-popup-title{font-size:20px}.oleaf-popup-desc{font-size:14px}}.woocommerce form fieldset,.woocommerce-EditAccountForm fieldset{max-width:100%;box-sizing:border-box;overflow:hidden;padding:20px}.woocommerce form .form-row input,.woocommerce form .form-row select,.woocommerce form .form-row textarea,.woocommerce-EditAccountForm input,.woocommerce-EditAccountForm select,.woocommerce-EditAccountForm textarea{max-width:100%;box-sizing:border-box}@media (max-width:768px){.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-EditAccountForm .form-row-first,.woocommerce-EditAccountForm .form-row-last{float:none;width:100%}.woocommerce form fieldset,.woocommerce-EditAccountForm fieldset{margin-left:0;margin-right:0;padding:15px}}.oleaf-tracking-wrap{max-width:720px;margin:0 auto;padding:40px 0}.oleaf-tracking-header{text-align:center;margin-bottom:40px}.oleaf-tracking-icon{width:90px;height:90px;background:linear-gradient(135deg,var(--oleaf-primary),var(--oleaf-secondary));border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;color:#fff;box-shadow:0 12px 32px rgba(0,0,0,.15)}.oleaf-tracking-title{font-family:'Playfair Display',serif;font-size:32px;color:#1a1a2e;margin:0 0 10px;font-weight:700}.oleaf-tracking-subtitle{color:#6b7280;font-size:16px;margin:0;max-width:480px;margin-left:auto;margin-right:auto;line-height:1.6}.oleaf-tracking-form{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:32px;margin-bottom:32px}.oleaf-tracking-fields{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:24px}.oleaf-tracking-field label{display:block;font-size:13px;font-weight:600;color:#1a1a2e;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.oleaf-tracking-input-wrap{position:relative}.oleaf-tracking-input-wrap svg{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.oleaf-tracking-input-wrap input{width:100%;padding:14px 16px 14px 44px;border:2px solid #e5e7eb;border-radius:10px;font-size:15px;background:#f9fafb;transition:all .3s ease;box-sizing:border-box}.oleaf-tracking-input-wrap input:focus{border-color:var(--oleaf-primary);background:#fff;box-shadow:0 0 0 4px rgba(0,0,0,.05);outline:0}.oleaf-tracking-btn{width:100%;padding:16px 24px;background:linear-gradient(135deg,var(--oleaf-primary),var(--oleaf-secondary));color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .3s ease}.oleaf-tracking-btn:hover{background:linear-gradient(135deg,var(--oleaf-secondary),var(--oleaf-primary));transform:translateY(-1px);box-shadow:0 8px 24px rgba(0,0,0,.2)}.oleaf-tracking-btn.loading{opacity:.7;pointer-events:none}.oleaf-tracking-btn.loading span::after{content:'...';animation:dotPulse 1.2s infinite}@keyframes dotPulse{0%{content:'.'}33%{content:'..'}66%{content:'...'}}.oleaf-tracking-error{background:linear-gradient(135deg,#fef2f2,#fee2e2);border:1px solid #fca5a5;color:#991b1b;padding:16px 20px;border-radius:12px;display:flex;align-items:center;gap:12px;font-size:15px;font-weight:500}.oleaf-tracking-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden}.oleaf-tracking-card-header{display:flex;justify-content:space-between;align-items:center;padding:24px 32px;background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border-bottom:1px solid #e5e7eb}.oleaf-tracking-order-info h3{margin:0 0 4px;font-size:20px;font-weight:700;color:#1a1a2e}.oleaf-tracking-date{display:flex;align-items:center;gap:6px;font-size:13px;color:#6b7280}.oleaf-tracking-badge{padding:6px 16px;border-radius:50px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.oleaf-tracking-badge--processing{background:#dbeafe;color:#1e40af}.oleaf-tracking-badge--completed{background:#d1fae5;color:#065f46}.oleaf-tracking-badge--on-hold{background:#fef3c7;color:#92400e}.oleaf-tracking-badge--pending{background:#f3f4f6;color:#4b5563}.oleaf-tracking-badge--cancelled,.oleaf-tracking-badge--failed{background:#fee2e2;color:#991b1b}.oleaf-tracking-badge--refunded{background:#ede9fe;color:#5b21b6}.oleaf-tracking-timeline{display:flex;justify-content:space-between;padding:40px 32px;position:relative}.oleaf-timeline-step{display:flex;flex-direction:column;align-items:center;flex:1;position:relative;z-index:1}.oleaf-timeline-dot{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:14px;transition:all .3s ease;position:relative}.step-completed .oleaf-timeline-dot{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 12px rgba(16,185,129,.3)}.step-active .oleaf-timeline-dot{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 4px 16px rgba(59,130,246,.4)}.step-pending .oleaf-timeline-dot{background:#e5e7eb;color:#9ca3af}.oleaf-timeline-pulse{width:10px;height:10px;background:#fff;border-radius:50%;animation:timelinePulse 2s infinite}@keyframes timelinePulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.5);opacity:.6}}.oleaf-timeline-line{position:absolute;top:20px;left:calc(50% + 24px);right:calc(-50% + 24px);height:3px;background:#e5e7eb;z-index:-1}.oleaf-timeline-line.filled{background:linear-gradient(90deg,#10b981,#059669)}.oleaf-timeline-label{text-align:center}.oleaf-timeline-label strong{display:block;font-size:13px;font-weight:600;color:#1a1a2e;margin-bottom:2px}.oleaf-timeline-label span{font-size:11px;color:#9ca3af}.step-active .oleaf-timeline-label strong{color:#2563eb}.step-pending .oleaf-timeline-label strong{color:#9ca3af}.oleaf-tracking-items{padding:24px 32px;border-top:1px solid #e5e7eb}.oleaf-tracking-items h4{margin:0 0 16px;font-size:16px;font-weight:700;color:#1a1a2e}.oleaf-tracking-item{display:flex;align-items:center;gap:16px;padding:12px 0;border-bottom:1px solid #f3f4f6}.oleaf-tracking-item:last-child{border-bottom:none}.oleaf-tracking-item-img{width:56px;height:56px;border-radius:10px;object-fit:cover;border:1px solid #e5e7eb}.oleaf-tracking-item-info{flex:1}.oleaf-tracking-item-name{display:block;font-size:14px;font-weight:600;color:#1a1a2e;margin-bottom:2px}.oleaf-tracking-item-qty{font-size:12px;color:#6b7280}.oleaf-tracking-item-price{font-size:15px;font-weight:700;color:var(--oleaf-primary)}.oleaf-tracking-summary{padding:20px 32px;border-top:1px solid #e5e7eb;background:#f9fafb}.oleaf-tracking-summary-row{display:flex;justify-content:space-between;padding:8px 0;font-size:14px;color:#4b5563}.oleaf-tracking-total{border-top:2px solid #e5e7eb;padding-top:12px;margin-top:4px;font-size:16px;font-weight:700;color:#1a1a2e}.oleaf-tracking-discount span:last-child{color:#059669}.oleaf-tracking-address,.oleaf-tracking-payment{padding:20px 32px;border-top:1px solid #e5e7eb}.oleaf-tracking-address h4,.oleaf-tracking-payment h4{display:flex;align-items:center;gap:8px;margin:0 0 8px;font-size:14px;font-weight:700;color:#1a1a2e}.oleaf-tracking-address p,.oleaf-tracking-payment p{margin:0;font-size:14px;color:#4b5563;line-height:1.6}@media (max-width:768px){.oleaf-tracking-wrap{padding:24px 16px}.oleaf-tracking-title{font-size:24px}.oleaf-tracking-fields{grid-template-columns:1fr}.oleaf-tracking-form{padding:24px 20px}.oleaf-tracking-timeline{flex-direction:column;gap:0;padding:24px}.oleaf-timeline-step{flex-direction:row;align-items:flex-start;gap:16px}.oleaf-timeline-dot{margin-bottom:0;flex-shrink:0}.oleaf-timeline-label{text-align:left;padding-bottom:24px}.oleaf-timeline-line{position:absolute;top:44px;left:20px;right:auto;width:3px;height:calc(100% - 20px)}.oleaf-tracking-card-header{flex-direction:column;align-items:flex-start;gap:12px;padding:20px}.oleaf-tracking-address,.oleaf-tracking-items,.oleaf-tracking-payment,.oleaf-tracking-summary{padding-left:20px;padding-right:20px}}.woocommerce-tabs .wc-tabs,.woocommerce-tabs ul.tabs{list-style:none!important;display:flex!important;gap:0!important;margin:0!important;padding:0!important;border-bottom:2px solid var(--oleaf-border,#e5e7eb)!important;background:0 0!important;overflow:visible!important}.woocommerce-tabs ul.tabs::after,.woocommerce-tabs ul.tabs::before{display:none!important}.woocommerce-tabs ul.tabs li{margin:0!important;padding:0!important;border:none!important;background:0 0!important;border-radius:0!important;position:relative!important}.woocommerce-tabs ul.tabs li a{display:block!important;padding:14px 28px!important;font-size:14px!important;font-weight:600!important;letter-spacing:.03em!important;text-transform:uppercase!important;color:#6b7280!important;text-decoration:none!important;border:none!important;background:0 0!important;transition:color .25s ease!important;white-space:nowrap!important;font-family:inherit!important}.woocommerce-tabs ul.tabs li a:hover{color:var(--oleaf-primary,#2d6e2e)!important}.woocommerce-tabs ul.tabs li.active{background:0 0!important;border:none!important}.woocommerce-tabs ul.tabs li.active a{color:var(--oleaf-primary,#2d6e2e)!important}.woocommerce-tabs ul.tabs li.active::after{content:''!important;position:absolute!important;bottom:-2px!important;left:0!important;right:0!important;height:3px!important;background:var(--oleaf-primary,#2d6e2e)!important;border-radius:3px 3px 0 0!important}.woocommerce-tabs .panel,.woocommerce-tabs .woocommerce-Tabs-panel{border:none!important;background:0 0!important;padding:32px 0!important;margin:0!important;box-shadow:none!important}.woocommerce-tabs .panel>h2,.woocommerce-tabs .woocommerce-Tabs-panel>h2{font-size:22px!important;font-weight:700!important;color:#1a1a2e!important;margin:0 0 20px!important;padding:0!important;letter-spacing:-.01em!important}.woocommerce-tabs .woocommerce-Tabs-panel--description li,.woocommerce-tabs .woocommerce-Tabs-panel--description p{font-size:15px;line-height:1.75;color:#4b5563}.woocommerce-tabs .woocommerce-Tabs-panel--additional_information table{width:100%;border-collapse:collapse}.woocommerce-tabs .woocommerce-Tabs-panel--additional_information th{text-align:left;font-weight:600;font-size:14px;color:#374151;padding:14px 20px;background:#f9fafb;border-bottom:1px solid #e5e7eb;width:180px}.woocommerce-tabs .woocommerce-Tabs-panel--additional_information td{font-size:14px;color:#4b5563;padding:14px 20px;border-bottom:1px solid #e5e7eb}#reviews{padding:0!important}#reviews .woocommerce-Reviews-title{font-size:22px!important;font-weight:700!important;color:#1a1a2e!important;margin:0 0 24px!important;display:flex!important;align-items:center!important;gap:10px!important}#reviews .woocommerce-noreviews,.woocommerce-noreviews{background:linear-gradient(135deg,#f0fdf4 0,#ecfdf5 100%)!important;border:1px solid #bbf7d0!important;border-left:4px solid var(--oleaf-primary,#2d6e2e)!important;color:#166534!important;font-size:14px!important;font-weight:500!important;padding:16px 20px!important;border-radius:8px!important;margin:0 0 32px!important}.star-rating{display:inline-flex!important;gap:2px!important;font-size:14px!important;line-height:1!important;overflow:hidden!important;position:relative!important;width:auto!important;height:1.2em!important;font-family:star!important;color:#8dc63f!important}.star-rating::before{content:'\73\73\73\73\73'!important;color:#e5e7eb!important;float:left!important;top:0!important;left:0!important;position:absolute!important;letter-spacing:2px!important}.star-rating span{overflow:hidden!important;float:left!important;top:0!important;left:0!important;position:absolute!important;padding-top:1.5em!important}.star-rating span::before{content:'\53\53\53\53\53'!important;color:#8dc63f!important;top:0!important;position:absolute!important;left:0!important;letter-spacing:2px!important}#review_form .stars{display:flex!important;gap:4px!important;margin:8px 0 16px!important;line-height:1!important}#review_form .stars a{display:inline-block!important;width:28px!important;height:28px!important;text-indent:-9999px!important;position:relative!important;text-decoration:none!important;outline:0!important}#review_form .stars a::before{content:''!important;display:block!important;width:24px!important;height:24px!important;text-indent:0!important;position:absolute!important;top:0!important;left:0!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d1d5db' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'/%3E%3C/svg%3E")!important;background-size:contain!important;background-repeat:no-repeat!important;transition:all .15s ease!important}#review_form .stars a.active::before,#review_form .stars a:hover::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23d4af37' stroke='%23d4af37' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'/%3E%3C/svg%3E")!important;transform:scale(1.15)!important}#review_form .stars.selected a.active~a::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d1d5db' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'/%3E%3C/svg%3E")!important;transform:scale(1)!important}#review_form .stars>span{display:flex!important;gap:4px!important}#review_form .comment-form-rating select{display:none!important}#review_form_wrapper{margin-top:24px}#review_form .comment-reply-title{font-size:18px!important;font-weight:700!important;color:#1a1a2e!important;margin:0 0 8px!important;display:block!important}#review_form .comment-reply-title small{display:block;font-size:13px;color:#6b7280;font-weight:400;margin-top:4px}#review_form .comment-notes{font-size:13px!important;color:#9ca3af!important;margin:0 0 20px!important;line-height:1.5!important}#review_form .comment-notes .required{color:#ef4444!important}#review_form .comment-form-author label,#review_form .comment-form-comment label,#review_form .comment-form-email label,#review_form .comment-form-rating label{display:block!important;font-size:14px!important;font-weight:600!important;color:#374151!important;margin-bottom:6px!important;letter-spacing:.01em!important}#review_form label .required{color:#ef4444!important;margin-left:2px!important}#review_form .comment-form-author input,#review_form .comment-form-comment textarea,#review_form .comment-form-email input{width:100%!important;max-width:560px!important;padding:12px 16px!important;font-size:14px!important;font-family:inherit!important;color:#1a1a2e!important;background:#fff!important;border:1.5px solid #d1d5db!important;border-radius:10px!important;outline:0!important;transition:border-color .2s ease,box-shadow .2s ease!important;-webkit-appearance:none!important;appearance:none!important;box-sizing:border-box!important}#review_form .comment-form-comment textarea{min-height:120px!important;resize:vertical!important;line-height:1.6!important}#review_form .comment-form-author input:focus,#review_form .comment-form-comment textarea:focus,#review_form .comment-form-email input:focus{border-color:var(--oleaf-primary,#2d6e2e)!important;box-shadow:0 0 0 3px rgba(26,60,52,.08)!important}#review_form .comment-form{display:flex!important;flex-wrap:wrap!important;gap:16px!important}#review_form .comment-form>p{margin:0!important}#review_form .comment-form .comment-form-rating{flex:0 0 100%!important}#review_form .comment-form .comment-form-comment{flex:0 0 100%!important}#review_form .comment-form .comment-form-author,#review_form .comment-form .comment-form-email{flex:1 1 240px!important;max-width:280px!important}#review_form .comment-form .comment-form-cookies-consent{flex:0 0 100%!important}#review_form .comment-form .form-submit{flex:0 0 100%!important}#review_form .comment-form-cookies-consent{display:flex!important;align-items:center!important;gap:10px!important}#review_form .comment-form-cookies-consent input[type=checkbox]{width:18px!important;height:18px!important;border:1.5px solid #d1d5db!important;border-radius:4px!important;background:#fff!important;appearance:none!important;-webkit-appearance:none!important;cursor:pointer!important;flex-shrink:0!important;position:relative!important;transition:all .15s ease!important}#review_form .comment-form-cookies-consent input[type=checkbox]:checked{background:var(--oleaf-primary,#2d6e2e)!important;border-color:var(--oleaf-primary,#2d6e2e)!important}#review_form .comment-form-cookies-consent input[type=checkbox]:checked::after{content:''!important;display:block!important;width:5px!important;height:9px!important;border:solid #fff!important;border-width:0 2px 2px 0!important;transform:rotate(45deg)!important;position:absolute!important;top:2px!important;left:5px!important}#review_form .comment-form-cookies-consent label{font-size:13px!important;font-weight:400!important;color:#6b7280!important;cursor:pointer!important}#review_form .form-submit .submit,#review_form .form-submit input[type=submit]{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;padding:12px 32px!important;font-size:14px!important;font-weight:600!important;font-family:inherit!important;color:#fff!important;background:var(--oleaf-primary,#2d6e2e)!important;border:none!important;border-radius:10px!important;cursor:pointer!important;transition:all .25s ease!important;letter-spacing:.02em!important;min-width:140px!important;text-transform:none!important;box-shadow:0 2px 8px rgba(26,60,52,.15)!important}#review_form .form-submit .submit:hover,#review_form .form-submit input[type=submit]:hover{background:#153629!important;box-shadow:0 4px 16px rgba(26,60,52,.25)!important;transform:translateY(-1px)!important}#review_form .form-submit .submit:active,#review_form .form-submit input[type=submit]:active{transform:translateY(0)!important;box-shadow:0 2px 6px rgba(26,60,52,.2)!important}#reviews .commentlist,#reviews ol.commentlist{list-style:none!important;margin:0 0 32px!important;padding:0!important}#reviews .commentlist li.comment,#reviews .commentlist li.review{list-style:none!important;padding:24px 0!important;margin:0!important;border-bottom:1px solid #f3f4f6!important}#reviews .commentlist li.review:first-child{padding-top:0!important}#reviews .commentlist li.review:last-child{border-bottom:none!important}#reviews .commentlist .comment_container{display:flex!important;gap:16px!important}#reviews .commentlist .avatar{width:48px!important;height:48px!important;border-radius:50%!important;flex-shrink:0!important;object-fit:cover!important;border:2px solid #f3f4f6!important}#reviews .commentlist .comment-text{flex:1!important;min-width:0!important}#reviews .commentlist .comment-text .meta{display:flex!important;align-items:center!important;gap:12px!important;flex-wrap:wrap!important;margin-bottom:8px!important}#reviews .commentlist .comment-text .meta strong{font-size:15px!important;font-weight:600!important;color:#1a1a2e!important}#reviews .commentlist .comment-text .meta .woocommerce-review__dash{display:none!important}#reviews .commentlist .comment-text .meta time{font-size:12px!important;color:#9ca3af!important;font-weight:400!important}#reviews .commentlist .comment-text .meta .verified{display:inline-flex!important;align-items:center!important;gap:4px!important;font-size:11px!important;font-weight:600!important;color:#059669!important;background:#ecfdf5!important;padding:2px 10px!important;border-radius:20px!important;text-transform:uppercase!important;letter-spacing:.03em!important}#reviews .commentlist .comment-text .description p{font-size:14px!important;line-height:1.7!important;color:#4b5563!important;margin:0!important}#review_form_wrapper{background:#fafbfc!important;border:1px solid #f0f0f0!important;border-radius:14px!important;padding:32px!important;margin-top:32px!important}.oleaf-review-captcha{flex:0 0 100%!important;margin:8px 0 16px!important}.oleaf-review-captcha .cf-turnstile,.oleaf-review-captcha .g-recaptcha{margin-bottom:0!important}@media (max-width:768px){.oleaf-sp-tabs-wrapper{margin:32px auto 0;padding:0 16px}.woocommerce-tabs ul.tabs li a{padding:12px 16px!important;font-size:12px!important}.woocommerce-tabs .panel,.woocommerce-tabs .woocommerce-Tabs-panel{padding:24px 0!important}#review_form_wrapper{padding:20px!important}#review_form .comment-form .comment-form-author,#review_form .comment-form .comment-form-email{flex:0 0 100%!important;max-width:100%!important}#review_form .comment-form-author input,#review_form .comment-form-comment textarea,#review_form .comment-form-email input{max-width:100%!important}}@media (max-width:480px){.woocommerce-tabs ul.tabs{flex-wrap:nowrap!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important}.woocommerce-tabs ul.tabs::-webkit-scrollbar{display:none!important}}.oleaf-checkout-loader{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.8);z-index:99999;display:flex;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:all .3s ease;backdrop-filter:blur(2px)}.oleaf-checkout-loader.active{opacity:1;visibility:visible}.oleaf-spinner{width:50px;height:50px;border:3px solid rgba(26,77,46,.2);border-radius:50%;border-top-color:#1a4d2e;animation:oleaf-spin 1s ease-in-out infinite}@keyframes oleaf-spin{to{transform:rotate(360deg)}}#oleaf-preloader.oleaf-preloader-split{position:fixed!important;top:0!important;left:0!important;width:100%!important;height:100%!important;z-index:999999!important;display:flex!important;align-items:center;justify-content:center;pointer-events:none}.oleaf-pre-panel{position:absolute;top:0;width:50%;height:100%;transition:transform .8s cubic-bezier(.77, 0, .175, 1);z-index:-1;pointer-events:auto}.oleaf-pre-panel-left{left:0}.oleaf-pre-panel-right{right:0}#oleaf-preloader.oleaf-pre-loaded .oleaf-pre-panel-left{transform:translateX(-100%)}#oleaf-preloader.oleaf-pre-loaded .oleaf-pre-panel-right{transform:translateX(100%)}.oleaf-pre-brand{font-family:'Segoe UI',Roboto,-apple-system,sans-serif;font-size:clamp(1.5rem, 6vw, 4.5rem);font-weight:900;text-transform:uppercase;position:relative;letter-spacing:clamp(3px, 1.5vw, 10px);transition:opacity .4s ease;z-index:10;white-space:nowrap;text-align:center;max-width:90vw;overflow:hidden;text-overflow:ellipsis}.oleaf-pre-brand::after{content:attr(data-text);position:absolute;left:0;top:0;width:0;height:100%;overflow:hidden;animation:oleafTextFill 2.5s cubic-bezier(.65,0,.35,1) infinite;white-space:nowrap}@keyframes oleafTextFill{0%,100%{width:0}50%{width:100%}}#oleaf-preloader.oleaf-pre-loaded .oleaf-pre-brand{opacity:0;visibility:hidden}.oleaf-preloader{position:fixed!important;top:0!important;left:0!important;width:100%!important;height:100%!important;z-index:999999!important;display:flex!important;align-items:center;justify-content:center;transition:opacity .5s ease,visibility .5s ease}.oleaf-preloader.oleaf-preloader-hide{opacity:0!important;visibility:hidden!important;pointer-events:none}.oleaf-preloader-inner{display:flex;flex-direction:column;align-items:center;gap:24px}.oleaf-preloader-logo{max-width:80px;max-height:80px;object-fit:contain}.oleaf-preloader-pulse{position:relative;width:100px;height:100px;display:flex;align-items:center;justify-content:center}.oleaf-preloader-pulse-ring{position:absolute;top:0;left:0;right:0;bottom:0;border:2px solid;border-radius:50%;opacity:0;animation:oleafPrePulse 2s ease-out infinite}.oleaf-pulse-delay{animation-delay:.6s}.oleaf-preloader-logo-pulse{max-width:50px;max-height:50px;position:relative;z-index:1;animation:oleafPrePulseScale 2s ease-in-out infinite}.oleaf-preloader-pulse-dot{width:18px;height:18px;border-radius:50%;position:relative;z-index:1;animation:oleafPrePulseScale 2s ease-in-out infinite}@keyframes oleafPrePulse{0%{transform:scale(.3);opacity:0}40%{opacity:.5}100%{transform:scale(1);opacity:0}}@keyframes oleafPrePulseScale{0%,100%{transform:scale(1)}50%{transform:scale(1.1)}}.oleaf-preloader-bars{display:flex;align-items:center;gap:5px;height:40px}.oleaf-preloader-bars span{width:5px;height:100%;border-radius:3px;animation:oleafPreBars 1.2s ease-in-out infinite}@keyframes oleafPreBars{0%,100%,40%{transform:scaleY(.4)}20%{transform:scaleY(1)}}.oleaf-preloader-dots{display:flex;gap:10px}.oleaf-preloader-dots span{width:14px;height:14px;border-radius:50%;animation:oleafPreDots 1.4s infinite ease-in-out both}@keyframes oleafPreDots{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}.oleaf-preloader-progress{position:fixed;top:0;left:0;width:100%;height:4px}.oleaf-preloader-progress-bar{height:100%;width:0;border-radius:0 2px 2px 0;animation:oleafPreProgress 1.8s ease-in-out infinite}@keyframes oleafPreProgress{0%{width:0}50%{width:70%}100%{width:100%;opacity:0}}.oleaf-subscribe-msg{margin-top:8px;padding:8px 14px;font-size:13px;border-radius:6px;font-weight:500}.oleaf-subscribe-msg-success{background:rgba(16,185,129,.15);color:#10b981}.oleaf-subscribe-msg-error{background:rgba(239,68,68,.15);color:#ef4444}.oleaf-footer-minimal{background:var(--oleaf-primary,#2d6e2e);color:rgba(255,255,255,.8);padding:50px 0 0}.oleaf-footer-minimal .oleaf-footer-minimal-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:40px}.oleaf-footer-minimal .oleaf-footer-logo-text{font-family:var(--oleaf-font-heading, 'Playfair Display', serif);font-size:1.5rem;font-weight:700;color:#fff}.oleaf-footer-minimal .oleaf-footer-desc{color:rgba(255,255,255,.65);font-size:14px;line-height:1.7;margin-top:16px}.oleaf-footer-minimal .oleaf-footer-widget-title{color:#fff;font-size:16px;font-weight:600;margin-bottom:20px;position:relative;padding-bottom:12px}.oleaf-footer-minimal .oleaf-footer-widget-title::after{content:'';position:absolute;bottom:0;left:0;width:30px;height:2px;background:var(--oleaf-accent,#7bc043)}.oleaf-footer-minimal .oleaf-footer-links{list-style:none;padding:0;margin:0}.oleaf-footer-minimal .oleaf-footer-links li{margin-bottom:10px}.oleaf-footer-minimal .oleaf-footer-links a{color:rgba(255,255,255,.65);text-decoration:none;font-size:14px;transition:color .2s}.oleaf-footer-minimal .oleaf-footer-links a:hover{color:#fff}.oleaf-footer-minimal .oleaf-footer-contact{list-style:none;padding:0;margin:0}.oleaf-footer-minimal .oleaf-footer-contact li{display:flex;align-items:flex-start;gap:10px;margin-bottom:14px;font-size:14px}.oleaf-footer-minimal .oleaf-footer-contact li svg{flex-shrink:0;margin-top:2px;opacity:.7}.oleaf-footer-minimal .oleaf-footer-contact a{color:rgba(255,255,255,.65);text-decoration:none;transition:color .2s}.oleaf-footer-minimal .oleaf-footer-contact a:hover{color:#fff}.oleaf-footer-minimal-bottom{border-top:1px solid rgba(255,255,255,.1);padding:20px 0;margin-top:40px;text-align:center}.oleaf-footer-minimal-bottom .oleaf-copyright{font-size:13px;color:rgba(255,255,255,.5)}@media (max-width:767px){.oleaf-footer-minimal .oleaf-footer-minimal-grid{grid-template-columns:1fr;gap:32px}}.oleaf-footer-centered{background:var(--oleaf-primary,#2d6e2e);color:rgba(255,255,255,.8);padding:60px 0 30px}.oleaf-footer-centered-inner{display:flex;flex-direction:column;align-items:center;text-align:center}.oleaf-footer-logo-centered{margin-bottom:20px}.oleaf-footer-logo-centered .oleaf-footer-logo-text{font-family:var(--oleaf-font-heading, 'Playfair Display', serif);font-size:1.8rem;font-weight:700;color:#fff}.oleaf-footer-desc-centered{max-width:500px;font-size:14px;line-height:1.8;color:rgba(255,255,255,.6);margin-bottom:24px}.oleaf-footer-nav-centered .oleaf-footer-menu-centered{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 24px;list-style:none;padding:0;margin:0 0 24px}.oleaf-footer-nav-centered .oleaf-footer-menu-centered li a{color:rgba(255,255,255,.7);text-decoration:none;font-size:14px;font-weight:500;transition:color .2s}.oleaf-footer-nav-centered .oleaf-footer-menu-centered li a:hover{color:#fff}.oleaf-footer-social-centered{display:flex;gap:12px;margin-bottom:30px}.oleaf-footer-social-centered .oleaf-social-icon{width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.7);transition:all .25s ease;text-decoration:none}.oleaf-footer-social-centered .oleaf-social-icon:hover{background:var(--oleaf-accent,#7bc043);color:#fff;transform:translateY(-2px)}.oleaf-footer-divider{width:100%;height:1px;background:rgba(255,255,255,.1);margin-bottom:20px}.oleaf-copyright-centered{font-size:13px;color:rgba(255,255,255,.45)}.oleaf-footer-newsletter-banner{background:linear-gradient(135deg,var(--oleaf-primary,#2d6e2e) 0,#0a2219 100%);padding:40px 0;border-bottom:1px solid rgba(255,255,255,.08)}.oleaf-newsletter-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.oleaf-newsletter-content{display:flex;align-items:center;gap:18px}.oleaf-newsletter-icon{color:var(--oleaf-accent,#7bc043);flex-shrink:0}.oleaf-newsletter-title{font-family:var(--oleaf-font-heading, 'Playfair Display', serif);font-size:20px;font-weight:700;color:#fff;margin:0 0 4px}.oleaf-newsletter-text{color:rgba(255,255,255,.6);font-size:14px;margin:0}.oleaf-subscribe-form-inline{flex-shrink:0}.oleaf-subscribe-form-inline .oleaf-subscribe-field{display:flex;gap:0}.oleaf-subscribe-form-inline .oleaf-subscribe-input{padding:12px 18px;border:1px solid rgba(255,255,255,.2);border-right:none;border-radius:8px 0 0 8px;background:rgba(255,255,255,.06);color:#fff;font-size:14px;min-width:260px;outline:0;transition:border-color .2s}.oleaf-subscribe-form-inline .oleaf-subscribe-input::placeholder{color:rgba(255,255,255,.4)}.oleaf-subscribe-form-inline .oleaf-subscribe-input:focus{border-color:var(--oleaf-accent,#7bc043)}.oleaf-subscribe-form-inline .oleaf-subscribe-btn{padding:12px 24px;background:var(--oleaf-accent,#7bc043);color:#1a1a1a;border:none;border-radius:0 8px 8px 0;font-size:14px;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .25s ease}.oleaf-subscribe-form-inline .oleaf-subscribe-btn:hover{background:#d4b878}.oleaf-footer-magazine-widgets{background:#0a1f18;padding:60px 0}.oleaf-footer-grid-4{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:40px}.oleaf-footer-magazine-widgets .oleaf-footer-logo-text{font-family:var(--oleaf-font-heading, 'Playfair Display', serif);font-size:1.5rem;font-weight:700;color:#fff}.oleaf-footer-magazine-widgets .oleaf-footer-desc{color:rgba(255,255,255,.6);font-size:14px;line-height:1.7;margin-top:16px}.oleaf-footer-magazine-widgets .oleaf-footer-widget-title{color:#fff;font-size:16px;font-weight:600;margin-bottom:20px;position:relative;padding-bottom:12px}.oleaf-footer-magazine-widgets .oleaf-footer-widget-title::after{content:'';position:absolute;bottom:0;left:0;width:30px;height:2px;background:var(--oleaf-accent,#7bc043)}.oleaf-footer-magazine-widgets .oleaf-footer-links{list-style:none;padding:0;margin:0}.oleaf-footer-magazine-widgets .oleaf-footer-links li{margin-bottom:10px}.oleaf-footer-magazine-widgets .oleaf-footer-links a{color:rgba(255,255,255,.6);text-decoration:none;font-size:14px;transition:color .2s}.oleaf-footer-magazine-widgets .oleaf-footer-links a:hover{color:#fff}.oleaf-footer-magazine-widgets .oleaf-footer-social{display:flex;gap:10px;margin-top:20px}.oleaf-footer-magazine-widgets .oleaf-social-icon{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.6);transition:all .25s ease;text-decoration:none}.oleaf-footer-magazine-widgets .oleaf-social-icon:hover{background:var(--oleaf-accent,#7bc043);color:#fff;transform:translateY(-2px)}.oleaf-footer-magazine-widgets .oleaf-footer-contact{list-style:none;padding:0;margin:0}.oleaf-footer-magazine-widgets .oleaf-footer-contact li{display:flex;align-items:flex-start;gap:10px;margin-bottom:14px;font-size:14px;color:rgba(255,255,255,.6)}.oleaf-footer-magazine-widgets .oleaf-footer-contact li svg{flex-shrink:0;margin-top:2px;opacity:.7}.oleaf-footer-magazine-widgets .oleaf-footer-contact a{color:rgba(255,255,255,.6);text-decoration:none;transition:color .2s}.oleaf-footer-magazine-widgets .oleaf-footer-contact a:hover{color:#fff}.oleaf-footer-magazine-bottom{background:#071a14;border-top:1px solid rgba(255,255,255,.06)}.oleaf-footer-magazine-bottom .oleaf-footer-bottom-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;padding:20px 0}.oleaf-footer-magazine-bottom .oleaf-copyright{font-size:13px;color:rgba(255,255,255,.45)}@media (max-width:991px){.oleaf-newsletter-inner{flex-direction:column;text-align:center}.oleaf-newsletter-content{flex-direction:column}.oleaf-subscribe-form-inline .oleaf-subscribe-input{min-width:200px}.oleaf-footer-grid-4{grid-template-columns:1fr 1fr;gap:32px}}@media (max-width:767px){.oleaf-footer-grid-4{grid-template-columns:1fr}.oleaf-footer-magazine-bottom .oleaf-footer-bottom-inner{flex-direction:column;text-align:center}}.oleaf-search-bar{flex:1;min-width:200px}.oleaf-mobile-search-toggle{display:none!important}.oleaf-search-form{display:flex;align-items:center;border:2px solid var(--oleaf-gray-200,#e5e7eb);border-radius:8px;overflow:visible;background:var(--oleaf-white,#fff);transition:border-color .25s ease,box-shadow .25s ease}.oleaf-search-form:focus-within{border-color:var(--oleaf-primary,#166534);box-shadow:0 0 0 3px rgba(22,101,52,.1)}.oleaf-search-cat{border:none;border-right:1px solid var(--oleaf-gray-200,#e5e7eb);padding:12px 16px;font-size:.85rem;font-weight:500;color:var(--oleaf-gray-600,#4b5563);background:var(--oleaf-gray-50,#f9fafb);min-width:160px;cursor:pointer;outline:0;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;padding-right:30px;accent-color:var(--oleaf-primary,#166534)}.oleaf-search-cat:focus{border-color:var(--oleaf-primary,#166534);box-shadow:0 0 0 2px rgba(22,101,52,.15)}.oleaf-search-cat option:checked{background:var(--oleaf-primary,#166534);color:#fff}.oleaf-search-cat option:hover{background:var(--oleaf-primary-light,#dcfce7)}.oleaf-cat-dropdown{position:relative;min-width:160px;border-right:1px solid var(--oleaf-gray-200,#e5e7eb);user-select:none}.oleaf-cat-dropdown .oleaf-search-cat{display:none}.oleaf-cat-trigger{display:flex;align-items:center;justify-content:space-between;padding:12px 30px 12px 16px;font-size:.85rem;font-weight:500;color:var(--oleaf-gray-600,#4b5563);background:var(--oleaf-gray-50,#f9fafb);cursor:pointer;border:none;outline:0;white-space:nowrap;min-width:160px;width:100%;text-align:left;background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;transition:color .2s}.oleaf-cat-trigger:hover{color:var(--oleaf-gray-800,#1f2937)}.oleaf-cat-list{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid var(--oleaf-gray-200,#e5e7eb);border-radius:0 0 8px 8px;box-shadow:0 8px 24px rgba(0,0,0,.12);max-height:260px;overflow-y:auto;z-index:9999;display:none;min-width:220px}.oleaf-cat-dropdown.open .oleaf-cat-list{display:block}.oleaf-cat-item{padding:10px 16px;font-size:.85rem;color:var(--oleaf-gray-700,#374151);cursor:pointer;transition:background .15s,color .15s;border:none;background:0 0;width:100%;text-align:left;display:block}.oleaf-cat-item:hover{background:var(--oleaf-primary-light,#dcfce7);color:var(--oleaf-primary-dark,#14532d)}.oleaf-cat-item.active{background:var(--oleaf-primary,#166534);color:#fff;font-weight:600}.oleaf-search-form input[type=search]{flex:1;border:none;padding:12px 16px;font-size:.9rem;outline:0;background:0 0;color:var(--oleaf-gray-800,#1f2937);min-width:0}.oleaf-search-form input[type=search]::placeholder{color:var(--oleaf-gray-400,#9ca3af)}.oleaf-search-form button[type=submit]{background:var(--oleaf-primary,#166534);color:#fff;border:none;padding:12px 18px;cursor:pointer;display:flex;align-items:center;gap:6px;transition:background .2s ease;white-space:nowrap}.oleaf-search-form button[type=submit]:hover{background:var(--oleaf-primary-dark,#14532d)}.oleaf-search-form>:first-child{border-radius:8px 0 0 8px}.oleaf-search-form>:last-child{border-radius:0 8px 8px 0}.oleaf-cat-trigger{border-radius:8px 0 0 8px}.oleaf-search-bar-xl{max-width:680px}.oleaf-search-form-xl{border-width:2px;border-radius:10px}.oleaf-search-form-xl input[type=search]{padding:14px 18px;font-size:.95rem}.oleaf-search-form-xl .oleaf-search-cat{padding:14px 16px;min-width:170px}.oleaf-search-submit-xl{padding:14px 24px!important;font-size:.9rem;font-weight:600}.oleaf-search-form-wide{display:flex;align-items:center;border:2px solid var(--oleaf-gray-200,#e5e7eb);border-radius:50px;overflow:hidden;background:var(--oleaf-gray-50,#f9fafb);transition:border-color .25s ease,box-shadow .25s ease;max-width:700px;margin:0 auto}.oleaf-search-form-wide:focus-within{border-color:var(--oleaf-primary,#166534);box-shadow:0 0 0 3px rgba(22,101,52,.1);background:#fff}.oleaf-search-icon-left{margin-left:18px;color:var(--oleaf-gray-400,#9ca3af);flex-shrink:0}.oleaf-search-form-wide input[type=search]{flex:1;border:none;padding:14px 16px;font-size:.95rem;outline:0;background:0 0;color:var(--oleaf-gray-800,#1f2937)}.oleaf-search-form-wide button[type=submit]{background:var(--oleaf-primary,#166534);color:#fff;border:none;padding:12px 28px;margin:4px;border-radius:50px;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .2s ease;white-space:nowrap}.oleaf-search-form-wide button[type=submit]:hover{background:var(--oleaf-primary-dark,#14532d)}.oleaf-browse-cats{position:relative}.oleaf-browse-cats-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background:var(--oleaf-primary,#166534);color:#fff;border:none;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .2s ease;white-space:nowrap}.oleaf-browse-cats-btn:hover{background:var(--oleaf-primary-dark,#14532d)}.oleaf-browse-cats-menu{position:absolute;top:100%;left:0;min-width:260px;background:var(--oleaf-white,#fff);border-radius:0 0 12px 12px;box-shadow:0 15px 50px rgba(0,0,0,.15),0 0 0 1px rgba(0,0,0,.04);list-style:none;margin:0;padding:8px 0;opacity:0;visibility:hidden;transform:translateY(4px);transition:opacity .25s ease,visibility .25s ease,transform .25s ease;z-index:9999}.oleaf-browse-cats:hover .oleaf-browse-cats-menu{opacity:1;visibility:visible;transform:translateY(0)}.oleaf-browse-cats-menu li a{display:flex;align-items:center;gap:10px;padding:10px 18px;font-size:.875rem;font-weight:500;color:var(--oleaf-gray-700,#374151);text-decoration:none;transition:background .15s ease,color .15s ease,padding-left .15s ease}.oleaf-browse-cats-menu li a:hover{background:var(--oleaf-gray-50,#f9fafb);color:var(--oleaf-primary,#166534);padding-left:22px}.oleaf-browse-cats-menu li a svg{color:var(--oleaf-primary,#166534);opacity:.7;flex-shrink:0}.oleaf-browse-cats-menu li a span{flex:1}.oleaf-browse-cats-menu li a em{font-style:normal;font-size:.75rem;font-weight:600;color:var(--oleaf-gray-400,#9ca3af);background:var(--oleaf-gray-100,#f3f4f6);padding:2px 8px;border-radius:20px}.oleaf-browse-cats-all a{justify-content:center!important;color:var(--oleaf-primary,#166534)!important;font-weight:600!important;border-top:1px solid rgba(0,0,0,.06);margin-top:4px;padding-top:12px!important}.oleaf-browse-cats-btn-green{border-radius:6px;padding:12px 22px;font-size:.9rem}.oleaf-browse-cats-mega{position:relative}.oleaf-browse-cats-mega-panel{position:absolute;top:100%;left:0;min-width:300px;background:var(--oleaf-white,#fff);border-radius:0 0 12px 12px;box-shadow:0 20px 60px rgba(0,0,0,.18),0 0 0 1px rgba(0,0,0,.04);opacity:0;visibility:hidden;transform:translateY(4px);transition:opacity .25s ease,visibility .25s ease,transform .25s ease;z-index:9999;overflow:hidden}.oleaf-browse-cats-mega:hover .oleaf-browse-cats-mega-panel{opacity:1;visibility:visible;transform:translateY(0)}.oleaf-browse-cats-menu-mega{list-style:none;margin:0;padding:8px 0;max-height:450px;overflow-y:auto}.oleaf-browse-cats-menu-mega li a{display:flex;align-items:center;gap:12px;padding:11px 20px;font-size:.9rem;font-weight:500;color:var(--oleaf-gray-700,#374151);text-decoration:none;transition:background .15s ease,color .15s ease}.oleaf-browse-cats-menu-mega li a:hover{background:#f0fdf4;color:var(--oleaf-primary,#166534)}.oleaf-browse-cats-menu-mega li a svg{color:var(--oleaf-primary,#166534);opacity:.6;flex-shrink:0}.oleaf-browse-cats-menu-mega li a span{flex:1}.oleaf-cat-count-badge{font-style:normal;font-size:.72rem;font-weight:700;color:var(--oleaf-primary,#166534);background:#dcfce7;padding:2px 8px;border-radius:20px}.oleaf-browse-cats-viewall{display:block;padding:14px 20px;text-align:center;font-size:.85rem;font-weight:600;color:var(--oleaf-primary,#166534);text-decoration:none;border-top:1px solid rgba(0,0,0,.06);transition:background .2s ease}.oleaf-browse-cats-viewall:hover{background:#f0fdf4}.oleaf-action-label{display:block;font-size:.7rem;font-weight:500;color:var(--oleaf-gray-500,#6b7280);margin-top:2px;white-space:nowrap}.oleaf-header-action{display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;color:var(--oleaf-gray-700,#374151);transition:color .2s ease;position:relative;border:none;background:0 0;cursor:pointer;padding:6px}.oleaf-header-action:hover{color:var(--oleaf-primary,#166534)}.oleaf-header-ecommerce{padding:14px 0;background:#fff;border-bottom:1px solid rgba(0,0,0,.06)}.oleaf-header-row-main{display:flex;align-items:center;gap:24px}.oleaf-header-ecommerce .oleaf-header-actions{display:flex;align-items:center;gap:16px;flex-shrink:0}.oleaf-header-nav-bar{background:var(--oleaf-gray-50,#f9fafb);border-bottom:1px solid rgba(0,0,0,.06)}.oleaf-header-row-nav{display:flex;align-items:center;gap:24px;padding:0;min-height:48px}.oleaf-header-row-nav .oleaf-nav-primary{flex:1}.oleaf-header-row-nav .oleaf-menu-toggle{display:none}.oleaf-header-s2{background:#fff;border-bottom:1px solid rgba(0,0,0,.08)}.oleaf-s2-row-main{display:flex;align-items:center;gap:24px;padding:18px 0}.oleaf-s2-left{display:flex;align-items:center;gap:6px;flex-shrink:0}.oleaf-s2-action{display:flex;align-items:center;gap:7px;padding:8px 12px;border-radius:8px;text-decoration:none;color:var(--oleaf-gray-700,#374151);transition:background .2s ease,color .2s ease;white-space:nowrap}.oleaf-s2-action:hover{background:var(--oleaf-gray-50,#f9fafb);color:var(--oleaf-primary,#166534)}.oleaf-s2-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.oleaf-s2-icon svg{display:block}.oleaf-s2-label{font-size:.84rem;font-weight:500;letter-spacing:.01em}.oleaf-s2-badge{position:absolute;top:-6px;right:-8px;background:#dc2626;color:#fff;font-size:.6rem;font-weight:700;min-width:17px;height:17px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1;border:2px solid #fff;box-sizing:border-box}.oleaf-s2-badge-green{background:var(--oleaf-primary,#166534)}.oleaf-s2-logo{flex-shrink:0;display:flex;align-items:center}.oleaf-s2-logo a{display:flex;align-items:center}.oleaf-s2-site-name{font-family:var(--oleaf-font-heading, 'Playfair Display', serif);font-size:1.8rem;font-weight:700;color:var(--oleaf-primary,#166534);text-decoration:none;letter-spacing:-.02em}.oleaf-s2-search{flex:1;min-width:0}.oleaf-s2-search-form{display:flex;align-items:center;border:2px solid var(--oleaf-gray-200,#e5e7eb);border-radius:50px;overflow:hidden;background:#fff;transition:border-color .25s ease,box-shadow .25s ease}.oleaf-s2-search-form:focus-within{border-color:var(--oleaf-primary,#166534);box-shadow:0 0 0 4px rgba(22,101,52,.08)}.oleaf-s2-search-icon{display:flex;align-items:center;justify-content:center;padding:0 4px 0 18px;color:var(--oleaf-gray-400,#9ca3af);flex-shrink:0}.oleaf-s2-search-form input[type=search]{flex:1;border:none;padding:11px 14px;font-size:.9rem;outline:0;background:0 0;color:var(--oleaf-gray-800,#1f2937);min-width:0}.oleaf-s2-search-form input[type=search]::placeholder{color:var(--oleaf-gray-400,#9ca3af)}.oleaf-s2-search-form button[type=submit]{padding:11px 28px;background:var(--oleaf-primary,#166534);color:#fff;border:none;font-size:.88rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .2s ease;letter-spacing:.02em}.oleaf-s2-search-form button[type=submit]:hover{background:#14532d}.oleaf-s2-right{display:flex;align-items:center;flex-shrink:0}.oleaf-s2-cart{display:flex;align-items:center;justify-content:center;padding:8px;border-radius:8px;text-decoration:none;color:var(--oleaf-gray-700,#374151);transition:background .2s ease,color .2s ease}.oleaf-s2-cart:hover{background:var(--oleaf-gray-50,#f9fafb);color:var(--oleaf-primary,#166534)}.oleaf-s2-nav{display:flex;align-items:center;justify-content:center;padding:0;border-top:1px solid rgba(0,0,0,.06)}.oleaf-s2-nav nav{display:flex;justify-content:center}.oleaf-s2-nav .oleaf-primary-menu{display:flex;justify-content:center;list-style:none;margin:0;padding:0;gap:0}.oleaf-s2-nav .oleaf-primary-menu>li>a{display:block;padding:14px 20px;font-size:.88rem;font-weight:600;color:var(--oleaf-gray-700,#374151);text-decoration:none;text-transform:uppercase;letter-spacing:.04em;transition:color .2s ease}.oleaf-s2-nav .oleaf-primary-menu>li>a:hover{color:var(--oleaf-primary,#166534)}.oleaf-s2-mobile-toggle{display:none;background:0 0;border:none;padding:8px;cursor:pointer;color:var(--oleaf-gray-700,#374151)}@media (max-width:1024px){.oleaf-s2-row-main{gap:12px;padding:14px 0}.oleaf-s2-label{display:none}.oleaf-s2-nav nav{display:none}.oleaf-s2-mobile-toggle{display:flex;margin-left:auto}.oleaf-s2-nav{justify-content:flex-end;padding:8px 0}}@media (max-width:767px){.oleaf-s2-row-main{gap:8px;padding:10px 0;flex-wrap:wrap}.oleaf-s2-search{order:5;flex-basis:100%}.oleaf-s2-action{padding:6px 8px}}.oleaf-header-minimal-compact{background:#fff;border-bottom:1px solid rgba(0,0,0,.06);padding:12px 0}.oleaf-header-minimal-compact .oleaf-header-inner{display:flex;align-items:center;justify-content:space-between;gap:32px}.oleaf-header-minimal-compact .oleaf-nav-primary{flex:1;display:flex;justify-content:center}.oleaf-header-minimal-compact .oleaf-header-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.oleaf-header-minimal-compact .oleaf-header-action{flex-direction:row;padding:8px;border-radius:8px}.oleaf-header-minimal-compact .oleaf-header-action:hover{background:var(--oleaf-gray-100,#f3f4f6)}.oleaf-header-minimal-compact .oleaf-menu-toggle{display:none}.oleaf-header-transparent-hero{position:absolute;top:0;left:0;right:0;z-index:100;background:0 0;padding:16px 0;transition:background .3s ease,box-shadow .3s ease}.oleaf-header-transparent-hero .oleaf-header-inner{display:flex;align-items:center;justify-content:space-between;gap:32px}.oleaf-header-transparent-hero .oleaf-nav-primary{flex:1;display:flex;justify-content:center}.oleaf-header-transparent-hero .oleaf-primary-menu a{color:#fff}.oleaf-header-transparent-hero .oleaf-primary-menu a:hover{color:rgba(255,255,255,.7)}.oleaf-header-transparent-hero .oleaf-header-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.oleaf-header-transparent-hero .oleaf-header-action{color:#fff;flex-direction:row;padding:8px;border-radius:8px}.oleaf-header-transparent-hero .oleaf-header-action:hover{background:rgba(255,255,255,.1)}.oleaf-header-transparent-hero .oleaf-cart-count{background:var(--oleaf-primary,#166534);color:#fff}.oleaf-header-transparent-hero .oleaf-site-title{color:#fff;font-size:1.5rem}.oleaf-header-transparent-hero .oleaf-menu-toggle{display:none}.is-scrolled .oleaf-header-transparent-hero{background:rgba(255,255,255,.97);box-shadow:0 2px 20px rgba(0,0,0,.08);position:fixed;backdrop-filter:blur(10px)}.is-scrolled .oleaf-header-transparent-hero .oleaf-primary-menu a{color:var(--oleaf-gray-800,#1f2937)}.is-scrolled .oleaf-header-transparent-hero .oleaf-primary-menu a:hover{color:var(--oleaf-primary,#166534)}.is-scrolled .oleaf-header-transparent-hero .oleaf-header-action{color:var(--oleaf-gray-700,#374151)}.is-scrolled .oleaf-header-transparent-hero .oleaf-header-action:hover{background:var(--oleaf-gray-100,#f3f4f6)}.is-scrolled .oleaf-header-transparent-hero .oleaf-site-title{color:var(--oleaf-primary,#166534)}.oleaf-header-woodmart-full{padding:16px 0;background:#fff;border-bottom:1px solid rgba(0,0,0,.06)}.oleaf-header-ecommerce .oleaf-container,.oleaf-header-nav-woodmart .oleaf-container,.oleaf-header-woodmart-full .oleaf-container{max-width:var(--oleaf-container-max,1320px);margin-left:auto;margin-right:auto;padding-left:2rem;padding-right:2rem;box-sizing:border-box}.oleaf-header-row-woodmart{display:flex;align-items:center;gap:28px}.oleaf-header-wm-right{display:flex;align-items:center;gap:20px;flex-shrink:0}.oleaf-header-phone{display:flex;align-items:center;gap:8px;font-size:.9rem;font-weight:600;color:var(--oleaf-gray-700,#374151);text-decoration:none;white-space:nowrap;transition:color .2s ease}.oleaf-header-phone:hover{color:var(--oleaf-primary,#166534)}.oleaf-header-nav-woodmart{background:var(--oleaf-primary,#166534);border-bottom:none}.oleaf-header-nav-woodmart .oleaf-header-row-nav{min-height:50px}.oleaf-header-nav-woodmart .oleaf-browse-cats-btn-green{background:rgba(0,0,0,.2);border-radius:0;padding:14px 22px;margin:-1px 0}.oleaf-header-nav-woodmart .oleaf-browse-cats-btn-green:hover{background:rgba(0,0,0,.3)}.oleaf-header-nav-woodmart .oleaf-primary-menu a{color:rgba(255,255,255,.9);font-weight:500}.oleaf-header-nav-woodmart .oleaf-primary-menu>li>a::after{background:var(--oleaf-accent,#d4af37)}.oleaf-header-nav-woodmart .oleaf-primary-menu a:hover{color:#fff}.oleaf-header-nav-woodmart .oleaf-menu-toggle{display:none;color:#fff}.oleaf-header-nav-woodmart .oleaf-primary-menu .menu-item-has-children>a::after{border-color:rgba(255,255,255,.5)}.oleaf-primary-menu{display:flex;align-items:center;gap:1.5rem;list-style:none;margin:0;padding:0}.oleaf-primary-menu>li{position:relative;list-style:none}.oleaf-primary-menu a{font-weight:500;font-size:.9rem;transition:color .3s ease,transform .3s ease;white-space:nowrap;text-decoration:none;color:var(--oleaf-gray-800,#1f2937)}.oleaf-primary-menu>li>a{position:relative;padding-bottom:4px}.oleaf-primary-menu>li>a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--oleaf-accent,#d4af37);border-radius:2px;transition:width .35s cubic-bezier(.25, .8, .25, 1)}.oleaf-primary-menu>li.current-menu-item>a::after,.oleaf-primary-menu>li>a:hover::after{width:100%}.oleaf-primary-menu>li>a:hover{transform:translateY(-1px)}.oleaf-primary-menu>li.current-menu-item>a{color:var(--oleaf-primary,#166534);font-weight:600}.oleaf-primary-menu a:hover{color:var(--oleaf-primary,#166534)}.oleaf-primary-menu>li>.sub-menu{position:absolute;top:100%;left:0;min-width:220px;background:var(--oleaf-white,#fff);border-radius:12px;box-shadow:0 12px 40px rgba(0,0,0,.12),0 0 0 1px rgba(0,0,0,.04);padding:8px 0;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .25s ease,visibility .25s ease,transform .25s ease;z-index:9998;list-style:none;margin:0}.oleaf-primary-menu>li:hover>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.sub-menu li{position:relative}.sub-menu li a{display:block;padding:9px 20px;font-size:.875rem;font-weight:500;color:var(--oleaf-gray-700,#374151)!important;text-decoration:none;transition:background .15s ease,color .15s ease,padding-left .15s ease;white-space:nowrap}.sub-menu li a:hover{background:var(--oleaf-gray-50,#f9fafb);color:var(--oleaf-primary,#166534)!important;padding-left:24px}.sub-menu .sub-menu{position:absolute;top:0;left:100%;min-width:200px;background:var(--oleaf-white,#fff);border-radius:12px;box-shadow:0 12px 40px rgba(0,0,0,.12),0 0 0 1px rgba(0,0,0,.04);padding:8px 0;opacity:0;visibility:hidden;transform:translateX(8px);transition:opacity .25s ease,visibility .25s ease,transform .25s ease;z-index:9999;list-style:none;margin:0}.sub-menu li:hover>.sub-menu{opacity:1;visibility:visible;transform:translateX(0)}.oleaf-primary-menu .menu-item-has-children>a::after{content:'';display:inline-block;width:5px;height:5px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);margin-left:6px;vertical-align:middle;opacity:.5;transition:transform .2s ease}.oleaf-primary-menu>.menu-item-has-children:hover>a::after{transform:rotate(-135deg)}.sub-menu .menu-item-has-children>a::after{transform:rotate(-45deg);position:absolute;right:14px;top:50%;margin-top:-3px}.sub-menu .menu-item-has-children>a{padding-right:30px;position:relative}.oleaf-cart-count{position:absolute;top:0;right:0;background:var(--oleaf-accent,#dc2626);color:#fff;font-size:.65rem;font-weight:700;min-width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.count-bubble{position:absolute;top:0;right:0;background:var(--oleaf-accent,#dc2626);color:#fff;font-size:.65rem;font-weight:700;min-width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}@media (max-width:1024px){.oleaf-nav-primary{display:none!important}.oleaf-browse-cats,.oleaf-browse-cats-mega{display:none}.oleaf-menu-toggle{display:flex!important}.oleaf-header-row-main{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:8px}.oleaf-search-bar{display:none!important}.oleaf-mobile-search-toggle{display:flex!important}.oleaf-action-label{display:none}.oleaf-header-nav-bar{display:none}.oleaf-header-row-brand{padding:12px 0}.oleaf-header-brand-left .oleaf-action-label{display:none}.oleaf-header-row-nav-centered{display:none}.oleaf-header-minimal-compact .oleaf-header-inner{gap:16px}.oleaf-header-transparent-hero{padding:12px 0}.oleaf-header-row-woodmart{flex-wrap:wrap;gap:12px}.oleaf-search-bar-xl{order:3;flex:1 1 100%;max-width:100%}.oleaf-header-phone{display:none}.oleaf-header-nav-woodmart{display:none}.oleaf-primary-menu>li>.sub-menu,.sub-menu .sub-menu{display:none}}@media (max-width:767px){.oleaf-search-cat{display:none}.oleaf-header-ecommerce .oleaf-header-actions{gap:8px}.oleaf-header-brand-left{gap:8px}.oleaf-header-wm-right .oleaf-header-actions{gap:8px}}.oleaf-s2-search,.oleaf-search-bar{position:relative}.oleaf-inline-search-results{position:absolute;top:100%;left:0;right:0;z-index:999;background:#fff;border-radius:0 0 12px 12px;box-shadow:0 12px 40px rgba(0,0,0,.12);border:1px solid #e5e7eb;border-top:none;max-height:400px;overflow-y:auto;opacity:0;visibility:hidden;transform:translateY(-4px);transition:all .25s ease}.oleaf-inline-search-results.is-active{opacity:1;visibility:visible;transform:translateY(0)}.oleaf-inline-list{list-style:none;margin:0;padding:8px 0}.oleaf-inline-item{margin:0;padding:0}.oleaf-inline-link{display:flex;align-items:center;gap:14px;padding:10px 16px;text-decoration:none;color:inherit;transition:background .15s ease}.oleaf-inline-link:hover{background:#f8fafc}.oleaf-inline-thumb{width:48px;height:48px;border-radius:8px;overflow:hidden;flex-shrink:0;background:#f3f4f6}.oleaf-inline-thumb img{width:100%;height:100%;object-fit:cover}.oleaf-inline-info{display:flex;flex-direction:column;gap:2px;min-width:0}.oleaf-inline-title{font-size:14px;font-weight:600;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.oleaf-inline-price{font-size:13px;color:#15803d;font-weight:700}.oleaf-inline-loading{padding:20px;text-align:center;color:#94a3b8;font-size:13px}.oleaf-inline-empty{padding:24px;text-align:center;color:#94a3b8;font-size:14px}@media (max-width:768px){.oleaf-inline-search-results{max-height:300px}}.oleaf-header-wm-right .oleaf-header-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.oleaf-header-wm-right .oleaf-header-action{display:flex;align-items:center;justify-content:center;padding:6px;color:var(--oleaf-gray-700,#374151);transition:color .2s ease}.oleaf-header-wm-right .oleaf-header-action:hover{color:var(--oleaf-primary,#166534)}.oleaf-switcher{position:relative}.oleaf-switcher-btn{display:flex;align-items:center;gap:6px;padding:7px 14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;font-size:13px;font-weight:600;color:#374151;cursor:pointer;transition:all .2s ease;white-space:nowrap}.oleaf-switcher-btn:hover{background:#f1f5f9;border-color:#cbd5e1}.oleaf-switcher-arrow{transition:transform .2s ease}.oleaf-switcher.is-open .oleaf-switcher-arrow{transform:rotate(180deg)}.oleaf-switcher-menu{position:absolute;top:calc(100% + 6px);left:0;min-width:140px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.1);list-style:none;margin:0;padding:6px 0;z-index:100;opacity:0;visibility:hidden;transform:translateY(-6px);transition:all .2s ease}.oleaf-switcher.is-open .oleaf-switcher-menu,.oleaf-switcher:focus-within .oleaf-switcher-menu,.oleaf-switcher:hover .oleaf-switcher-menu{opacity:1;visibility:visible;transform:translateY(0)}.oleaf-switcher.is-open .oleaf-switcher-arrow,.oleaf-switcher:hover .oleaf-switcher-arrow{transform:rotate(180deg)}.oleaf-switcher-menu li{margin:0;padding:0}.oleaf-switcher-menu a{display:block;padding:8px 16px;font-size:13px;font-weight:500;color:#475569;text-decoration:none;transition:all .15s ease}.oleaf-switcher-menu a.active,.oleaf-switcher-menu a:hover{background:#f0fdf4;color:#15803d}.oleaf-switcher-menu a.active{font-weight:700}body{background-color:var(--oleaf-bg);color:var(--oleaf-text);font-family:var(--oleaf-font-body);font-size:var(--oleaf-body-size);font-weight:var(--oleaf-body-weight);line-height:var(--oleaf-body-lh);letter-spacing:var(--oleaf-body-ls)}h1,h2,h3,h4,h5,h6{font-family:var(--oleaf-font-heading);font-weight:var(--oleaf-heading-weight);line-height:var(--oleaf-heading-lh);letter-spacing:var(--oleaf-heading-ls);text-transform:var(--oleaf-heading-tt)}h1{font-size:var(--oleaf-h1-size)}h2{font-size:var(--oleaf-h2-size)}h3{font-size:var(--oleaf-h3-size)}h4{font-size:var(--oleaf-h4-size)}h5{font-size:var(--oleaf-h5-size)}h6{font-size:var(--oleaf-h6-size)}.oleaf-topbar{background-color:var(--oleaf-topbar-bg);color:var(--oleaf-topbar-text)}.oleaf-header-main{background-color:var(--oleaf-header-bg)}.oleaf-sidebar-search-wrap .oleaf-search-input-group{max-width:100%;box-sizing:border-box}.oleaf-sidebar-search-wrap .oleaf-search-input{min-width:0;box-sizing:border-box}.oleaf-range-track{background:var(--oleaf-primary,#166534)!important}.oleaf-range-fill{background:var(--oleaf-primary,#166534)!important}.oleaf-range-input::-webkit-slider-thumb{background:var(--oleaf-primary,#166534)!important}.oleaf-range-input::-moz-range-thumb{background:var(--oleaf-primary,#166534)!important}.oleaf-page-banner{position:relative;min-height:var(--banner-height,160px);display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.oleaf-page-banner::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:var(--banner-overlay-color,#1a3c34);opacity:var(--banner-overlay, .4);z-index:1;pointer-events:none}.oleaf-page-banner-inner{position:relative;z-index:2;max-width:800px;padding:2rem 1rem}.oleaf-page-banner-title{font-family:var(--oleaf-font-heading, sans-serif);font-size:clamp(1.5rem, 4vw, 2.25rem);font-weight:700;color:var(--banner-text,#fff);margin:0 0 .5rem;text-transform:capitalize;letter-spacing:.5px}.oleaf-page-banner .oleaf-breadcrumbs{background:0 0!important;padding:0!important}.oleaf-page-banner .oleaf-breadcrumb-list{display:flex;align-items:center;justify-content:center;gap:.5rem;list-style:none;padding:0;margin:0;flex-wrap:wrap}.oleaf-page-banner .oleaf-breadcrumb-item a{color:var(--banner-text,#fff);text-decoration:none;opacity:.85;transition:opacity .2s}.oleaf-page-banner .oleaf-breadcrumb-item a:hover{opacity:1}.oleaf-page-banner .oleaf-breadcrumb-current span{color:var(--banner-accent,#d4af37);font-weight:600;text-transform:uppercase;letter-spacing:.5px}.oleaf-page-banner .oleaf-breadcrumb-separator{color:var(--banner-text,#fff);opacity:.5;margin:0 .25rem}.oleaf-page-banner .oleaf-breadcrumb-home-icon{vertical-align:middle;margin-right:2px}.oleaf-footer{background:var(--footer-bg)}.oleaf-footer-cta{background:linear-gradient(135deg,var(--footer-cta-bg) 0,var(--footer-bg) 100%)}.oleaf-footer-cta-title,.oleaf-footer-logo-text,.oleaf-footer-widget-title{color:var(--footer-heading)}.oleaf-footer-widget-title::after{background:var(--footer-accent)}.oleaf-footer-contact li svg,.oleaf-payment-label svg{color:var(--footer-accent)}.oleaf-footer-contact a:hover,.oleaf-footer-cta-link:hover,.oleaf-footer-links a:hover,.oleaf-footer-nav .oleaf-footer-menu li a:hover{color:var(--footer-accent)}.oleaf-footer-links a::before{background:var(--footer-accent)}.oleaf-footer-cta-link:hover{border-color:var(--footer-accent)}.oleaf-404-page{background-color:var(--oleaf-bg,#f8faf5);min-height:60vh;display:flex;align-items:center;justify-content:center;padding:80px 0}.oleaf-404-content{text-align:center;max-width:560px;margin:0 auto}.oleaf-404-icon{margin-bottom:20px;animation:oleaf404Float 3s ease-in-out infinite}.oleaf-404-icon svg{color:var(--oleaf-primary,#2d6e2e);fill:var(--oleaf-primary,#2D6E2E);width:80px;height:80px;opacity:.15}@keyframes oleaf404Float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}.oleaf-404-title{font-size:clamp(4rem, 12vw, 8rem);font-weight:900;color:var(--oleaf-primary,#2d6e2e);line-height:1;margin:0 0 10px;opacity:.12;letter-spacing:-2px}.oleaf-404-subtitle{font-size:clamp(1.25rem, 3vw, 1.75rem);font-weight:700;color:var(--oleaf-text,#2c2c2c);margin:0 0 12px;line-height:1.3}.oleaf-404-description{font-size:.95rem;color:var(--oleaf-text,#2c2c2c);line-height:1.7;margin:0 0 28px}.oleaf-404-search{margin-bottom:20px}.oleaf-404-search-form{display:flex;gap:0;max-width:420px;margin:0 auto;border-radius:8px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.06)}.oleaf-404-search-input{flex:1;padding:12px 18px;border:1px solid #e0e0e0;border-right:none;font-size:14px;outline:0;border-radius:8px 0 0 8px;transition:border-color .2s}.oleaf-404-search-input:focus{border-color:var(--oleaf-primary,#2d6e2e)}.oleaf-404-search-btn{padding:12px 24px;background:var(--oleaf-primary,#2d6e2e);color:#fff;border:none;font-size:14px;font-weight:600;cursor:pointer;transition:opacity .2s;border-radius:0 8px 8px 0}.oleaf-404-search-btn:hover{opacity:.9}.oleaf-404-home-btn{display:inline-flex;align-items:center;gap:6px;padding:12px 28px;background:var(--oleaf-primary,#2d6e2e);color:#fff!important;font-size:14px;font-weight:600;border-radius:8px;text-decoration:none!important;transition:all .3s ease}.oleaf-404-home-btn:hover{background:var(--oleaf-primary-dark,#1e5420);transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.12)}.oleaf-404-home-btn svg{width:16px;height:16px;stroke:currentColor}@media (max-width:576px){.oleaf-404-page{padding:50px 0;min-height:50vh}.oleaf-404-content{padding:0 20px}.oleaf-404-search-form{flex-direction:column;border-radius:8px}.oleaf-404-search-input{border-right:1px solid #e0e0e0;border-radius:8px 8px 0 0}.oleaf-404-search-btn{border-radius:0 0 8px 8px}}.oleaf-rs-product-intro--with-img{display:flex;align-items:center;gap:32px}.oleaf-rs-product-intro-text{flex:1}.oleaf-rs-product-intro-img{flex-shrink:0;width:200px;height:160px;border-radius:12px;overflow:hidden}.oleaf-rs-product-intro-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.oleaf-rs-product-intro--with-img:hover .oleaf-rs-product-intro-img img{transform:scale(1.05)}.oleaf-rs-section-header{text-align:center;margin-bottom:40px}.oleaf-rs-section-header h2{font-size:clamp(1.5rem, 3vw, 2.2rem);font-weight:800;color:#0f172a;margin:0 0 12px}.oleaf-rs-section-header p{font-size:1rem;color:#64748b;max-width:600px;margin:0 auto;line-height:1.6}.oleaf-rs-products{padding:80px 0;background:#fff}.oleaf-rs-tabs{display:flex;gap:8px;margin-bottom:40px;padding:6px;background:#f1f5f9;border-radius:16px;overflow-x:auto}.oleaf-rs-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;background:0 0;border:none;border-radius:12px;font-size:.88rem;font-weight:600;color:#64748b;cursor:pointer;transition:all .3s;white-space:nowrap}.oleaf-rs-tab:hover{color:#0f172a;background:rgba(255,255,255,.6)}.oleaf-rs-tab.active{background:#fff;color:var(--oleaf-primary,#166534);box-shadow:0 2px 12px rgba(0,0,0,.06)}.oleaf-rs-tab-num{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;background:#e2e8f0;font-size:.72rem;font-weight:800;color:#64748b;transition:all .3s}.oleaf-rs-tab.active .oleaf-rs-tab-num{background:var(--oleaf-primary,#166534);color:#fff}.oleaf-rs-panel{display:none;animation:oleafRsFadeIn .4s ease}.oleaf-rs-panel.active{display:block}@keyframes oleafRsFadeIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.oleaf-rs-product-intro{margin-bottom:32px;padding:32px;background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border-radius:16px;border-left:4px solid var(--oleaf-primary,#166534)}.oleaf-rs-product-intro h3{font-size:1.4rem;font-weight:800;color:#0f172a;margin:0 0 12px}.oleaf-rs-product-intro p{font-size:.95rem;color:#475569;line-height:1.7;margin:0}.oleaf-rs-card{margin-bottom:24px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden}.oleaf-rs-card-header{display:flex;align-items:center;gap:12px;padding:20px 24px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.oleaf-rs-card-header svg{color:var(--oleaf-primary,#166534);flex-shrink:0}.oleaf-rs-card-header h4{font-size:1.05rem;font-weight:700;color:#0f172a;margin:0}.oleaf-rs-table-wrap{overflow-x:auto;padding:0}.oleaf-rs-compare,.oleaf-rs-table{width:100%;border-collapse:collapse;font-size:.88rem}.oleaf-rs-compare th,.oleaf-rs-table th{background:#f1f5f9;padding:12px 20px;text-align:left;font-weight:700;font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;color:#475569;border-bottom:2px solid #e2e8f0}.oleaf-rs-compare td,.oleaf-rs-table td{padding:14px 20px;border-bottom:1px solid #f1f5f9;color:#334155;line-height:1.5}.oleaf-rs-compare tbody tr:hover,.oleaf-rs-table tbody tr:hover{background:#f8fafc}.oleaf-rs-table tfoot td{background:#f0fdf4;font-weight:700;color:var(--oleaf-primary,#166534);border-bottom:none}.oleaf-rs-weak{color:#ef4444;position:relative;padding-left:28px!important}.oleaf-rs-weak::before{content:'✗';position:absolute;left:12px;top:50%;transform:translateY(-50%);font-weight:700}.oleaf-rs-strong{color:#16a34a;position:relative;padding-left:28px!important}.oleaf-rs-strong::before{content:'✓';position:absolute;left:12px;top:50%;transform:translateY(-50%);font-weight:700}.oleaf-rs-ingredient{padding:24px;border-bottom:1px solid #f1f5f9}.oleaf-rs-ingredient:last-child{border-bottom:none}.oleaf-rs-ingredient h5{font-size:1rem;font-weight:700;color:#0f172a;margin:0 0 8px}.oleaf-rs-ingredient p{font-size:.9rem;color:#475569;line-height:1.65;margin:0 0 10px}.oleaf-rs-ingredient p:last-child{margin-bottom:0}.oleaf-rs-equation{display:inline-block;padding:10px 20px;margin:10px 0;background:#0f172a;color:#4ade80;font-family:'Courier New',Courier,monospace;font-size:.95rem;font-weight:600;border-radius:8px;letter-spacing:.5px}.oleaf-rs-refs{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px}.oleaf-rs-refs-label{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#64748b}.oleaf-rs-refs a{display:inline-flex;align-items:center;gap:4px;padding:5px 12px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px;font-size:.78rem;font-weight:600;color:var(--oleaf-primary,#166534);text-decoration:none;transition:all .2s}.oleaf-rs-refs a:hover{background:var(--oleaf-primary,#166534);color:#fff;border-color:var(--oleaf-primary,#166534)}.oleaf-rs-benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;padding:24px}.oleaf-rs-benefit{padding:24px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;transition:transform .2s,box-shadow .2s}.oleaf-rs-benefit:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.06)}.oleaf-rs-benefit-icon{font-size:1.6rem;margin-bottom:12px}.oleaf-rs-benefit h5{font-size:.95rem;font-weight:700;color:#0f172a;margin:0 0 6px}.oleaf-rs-benefit p{font-size:.85rem;color:#64748b;line-height:1.55;margin:0}.oleaf-rs-supp-panel{padding:0 24px 24px}.oleaf-rs-supp-row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #f1f5f9;font-size:.9rem;color:#334155}.oleaf-rs-supp-row em{color:#64748b;font-style:normal;margin-left:4px}.oleaf-rs-supp-head{background:#f0fdf4;margin:0 -24px;padding:12px 24px!important;border-bottom:2px solid var(--oleaf-primary,#166534)!important;font-weight:700;font-size:.82rem;color:var(--oleaf-primary,#166534)}.oleaf-rs-supp-footer{padding:10px 0;font-size:.78rem;color:#94a3b8;border-bottom:1px solid #f1f5f9}.oleaf-rs-supp-other{padding:10px 0 0;font-size:.82rem;color:#64748b;font-style:italic}.oleaf-rs-safety{padding:80px 0;background:#fefce8}.oleaf-rs-safety-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.oleaf-rs-safety-card{padding:28px;background:#fff;border-radius:14px;border:1px solid #fde68a;box-shadow:0 2px 8px rgba(0,0,0,.04)}.oleaf-rs-safety-card h5{font-size:1rem;font-weight:700;color:#92400e;margin:0 0 10px}.oleaf-rs-safety-card p{font-size:.87rem;color:#78716c;line-height:1.6;margin:0}.oleaf-rs-disclaimer{padding:40px 0;background:#f1f5f9}.oleaf-rs-disclaimer-box{display:flex;align-items:flex-start;gap:16px;padding:24px 32px;background:#fff;border-radius:12px;border:1px solid #cbd5e1}.oleaf-rs-disclaimer-box svg{flex-shrink:0;color:#64748b;margin-top:2px}.oleaf-rs-disclaimer-box p{font-size:.85rem;color:#64748b;line-height:1.65;margin:0}.oleaf-rs-disclaimer-box strong{color:#334155}@media (max-width:992px){.oleaf-rs-safety-grid{grid-template-columns:repeat(2,1fr)}.oleaf-rs-tabs{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch}.oleaf-rs-tab{min-width:180px;flex:none}}@media (max-width:768px){.oleaf-rs-safety-grid{grid-template-columns:1fr}.oleaf-rs-benefits-grid{grid-template-columns:1fr}.oleaf-rs-tab{min-width:160px;font-size:.82rem;padding:12px 14px}.oleaf-rs-product-intro{padding:20px}.oleaf-rs-card-header{padding:16px 18px}.oleaf-rs-compare td,.oleaf-rs-compare th,.oleaf-rs-table td,.oleaf-rs-table th{padding:10px 14px;font-size:.82rem}.oleaf-rs-ingredient{padding:18px}.oleaf-rs-benefits-grid{padding:18px}.oleaf-rs-disclaimer-box{flex-direction:column;padding:20px}.oleaf-rs-product-intro--with-img{flex-direction:column;gap:20px}.oleaf-rs-product-intro-img{width:100%;height:180px}}
.related.products .products,.related.products ul.products{grid-template-columns:repeat(4,1fr)!important}.related.products .oleaf-product-card-media{max-height:240px;aspect-ratio:unset!important}.related.products .oleaf-product-card-media img{width:100%;height:240px;object-fit:contain;padding:12px;box-sizing:border-box}@media(max-width:992px){.related.products .products,.related.products ul.products{grid-template-columns:repeat(3,1fr)!important}}@media(max-width:600px){.related.products .products,.related.products ul.products{grid-template-columns:repeat(2,1fr)!important}.related.products .oleaf-product-card-media img{height:180px}}
.oleaf-page-banner .oleaf-breadcrumbs{--oleaf-bc-bg:transparent;--oleaf-bc-text:var(--banner-text,#fff);--oleaf-bc-active:var(--banner-text,#fff);background:transparent;border-bottom:none}.oleaf-page-banner .oleaf-breadcrumb-separator{color:var(--banner-text,#fff);opacity:.5}.oleaf-page-banner-title{color:var(--banner-text,#fff)}
