@charset "UTF-8";.btn-primary{background:linear-gradient(135deg,#2e7d32,#4caf50);border:none;border-radius:8px;box-shadow:0 2px 8px rgba(76,175,80,.2);color:#fff;font-weight:600;padding:12px 24px;transition:all .3s ease}.btn-primary:hover{background:linear-gradient(135deg,#4caf50,#81c784);box-shadow:0 4px 12px rgba(46,125,50,.3);transform:translateY(-2px)}.btn-primary:active{box-shadow:0 2px 8px rgba(76,175,80,.2);transform:translateY(0)}.btn-primary:focus{box-shadow:0 0 0 3px rgba(76,175,80,.3)}.btn-secondary{background:transparent;border:2px solid #2e7d32;border-radius:8px;color:#2e7d32;font-weight:600;padding:10px 22px;transition:all .3s ease}.btn-secondary:hover{background:#2e7d32;transform:translateY(-2px)}.btn-secondary:hover,.btn-success{box-shadow:0 2px 8px rgba(76,175,80,.2);color:#fff}.btn-success{background:linear-gradient(135deg,#2e7d32,#4caf50);border:none;border-radius:8px;font-weight:600;padding:12px 24px;transition:all .3s ease}.btn-success:hover{background:linear-gradient(135deg,#4caf50,#81c784);box-shadow:0 4px 12px rgba(46,125,50,.3);transform:translateY(-2px)}a{color:#2e7d32;transition:color .3s ease}a:hover{color:#4caf50;text-decoration:none}.cart-btn{background:linear-gradient(135deg,#2e7d32,#4caf50);border:none;border-radius:6px;box-shadow:0 2px 8px rgba(76,175,80,.2);color:#fff;font-weight:500;padding:8px 16px;transition:all .3s ease}.cart-btn:hover{background:linear-gradient(135deg,#4caf50,#81c784);box-shadow:0 4px 12px rgba(46,125,50,.3);transform:translateY(-1px)}.add-to-cart-btn{background:linear-gradient(135deg,#2e7d32,#4caf50);border:none;border-radius:8px;box-shadow:0 2px 8px rgba(76,175,80,.2);color:#fff;font-weight:600;padding:12px 24px;transition:all .3s ease;width:100%}.add-to-cart-btn:hover{background:linear-gradient(135deg,#4caf50,#81c784);box-shadow:0 4px 12px rgba(46,125,50,.3);transform:translateY(-2px)}.add-to-cart-btn:disabled{background:#ccc;box-shadow:none;cursor:not-allowed;transform:none}.buy-now-btn{background:linear-gradient(135deg,#1b5e20,#2e7d32);border:none;border-radius:8px;box-shadow:0 2px 8px rgba(76,175,80,.2);color:#fff;font-weight:600;padding:12px 24px;transition:all .3s ease;width:100%}.buy-now-btn:hover{box-shadow:0 4px 12px rgba(46,125,50,.3);transform:translateY(-2px)}.badge,.buy-now-btn:hover{background:linear-gradient(135deg,#2e7d32,#4caf50)}.badge{color:#fff;font-weight:600}.badge,.tag{border-radius:4px;font-size:.75rem;padding:4px 8px}.tag{background:#81c784;color:#1b5e20;font-weight:500}.organic-badge{align-items:center;background:linear-gradient(135deg,#2e7d32,#4caf50);border-radius:20px;color:#fff;display:inline-flex;font-size:.8rem;font-weight:600;gap:4px;padding:6px 12px}.organic-badge:before{content:"🌿";font-size:1rem}.product-card{background:#fff;border:1px solid rgba(76,175,80,.1);border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1);display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease}.product-card .product-content{display:flex;flex:1;flex-direction:column}.product-card .product-footer{align-items:center;display:flex;justify-content:space-between;margin-top:auto}.product-card:hover{border-color:#4caf50;box-shadow:0 2px 8px rgba(76,175,80,.2);transform:translateY(-4px)}.product-card .product-image{align-items:center;background:#fff;display:flex;justify-content:center;overflow:hidden;position:relative}.product-card .product-image img{background:#fff;height:200px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;transition:transform .3s ease;width:100%}.product-card .product-image:hover img{transform:scale(1.05)}.product-card .product-image .organic-badge{background:linear-gradient(135deg,#2e7d32,#4caf50);border-radius:12px;right:8px}.product-card .product-image .discount-badge,.product-card .product-image .organic-badge{color:#fff;font-size:.7rem;font-weight:600;padding:4px 8px;position:absolute;top:8px;z-index:2}.product-card .product-image .discount-badge{background:#e53e3e;border-radius:4px;left:8px}.product-card .product-info{padding:16px}.product-card .product-info .product-title{color:#333;font-size:1rem;font-weight:600;line-height:1.4;margin-bottom:8px}.product-card .product-info .product-title a{color:inherit;text-decoration:none}.product-card .product-info .product-title a:hover{color:#2e7d32}.product-card .product-info .product-price{align-items:center;display:flex;gap:8px;margin-bottom:12px}.product-card .product-info .product-price .current-price{color:#e53e3e;font-size:1.2rem;font-weight:700}.product-card .product-info .product-price .original-price{color:#999;font-size:.9rem;text-decoration:line-through}.product-card .product-info .product-rating{align-items:center;display:flex;gap:4px;margin-bottom:12px}.product-card .product-info .product-rating .stars{color:#ffc107;font-size:.9rem}.product-card .product-info .product-rating .rating-text{color:#666;font-size:.8rem}.product-card .product-info .product-actions{display:flex;gap:8px}.product-card .product-info .product-actions .btn{border-radius:6px;flex:1;font-size:.9rem;font-weight:500;padding:8px 12px;transition:all .3s ease}.product-list .product-item{background:#fff;border-left:4px solid transparent;border-radius:8px;box-shadow:0 1px 4px rgba(0,0,0,.1);margin-bottom:16px;padding:16px;transition:all .3s ease}.product-list .product-item:hover{border-left-color:#2e7d32;box-shadow:0 2px 8px rgba(76,175,80,.2);transform:translateX(4px)}.product-list .product-item .product-content{display:flex;gap:16px}.product-list .product-item .product-content .product-image{border-radius:8px;height:120px;overflow:hidden;width:120px}.product-list .product-item .product-content .product-image img{height:100%;-o-object-fit:fill;object-fit:fill;width:100%}.product-list .product-item .product-content .product-details{flex:1}.product-list .product-item .product-content .product-details .product-title{color:#333;font-size:1.1rem;font-weight:600;margin-bottom:8px}.product-list .product-item .product-content .product-details .product-title a{color:inherit;text-decoration:none}.product-list .product-item .product-content .product-details .product-title a:hover{color:#2e7d32}.product-list .product-item .product-content .product-details .product-description{color:#666;font-size:.9rem;line-height:1.5;margin-bottom:12px}.product-list .product-item .product-content .product-details .product-meta{align-items:center;display:flex;justify-content:space-between}.product-list .product-item .product-content .product-details .product-meta .product-price{color:#e53e3e;font-size:1.3rem;font-weight:700}.product-list .product-item .product-content .product-details .product-meta .product-actions{display:flex;gap:8px}.product-detail .product-gallery .main-image{border-radius:12px;box-shadow:0 2px 8px rgba(76,175,80,.2);overflow:hidden}.product-detail .product-gallery .main-image img{height:400px;-o-object-fit:fill;object-fit:fill;width:100%}.product-detail .product-gallery .thumbnail-images{display:flex;gap:8px;margin-top:12px}.product-detail .product-gallery .thumbnail-images .thumbnail{border:2px solid transparent;border-radius:8px;cursor:pointer;height:80px;overflow:hidden;transition:all .3s ease;width:80px}.product-detail .product-gallery .thumbnail-images .thumbnail:hover{border-color:#4caf50}.product-detail .product-gallery .thumbnail-images .thumbnail.active{border-color:#2e7d32}.product-detail .product-gallery .thumbnail-images .thumbnail img{height:100%;-o-object-fit:fill;object-fit:fill;width:100%}.product-detail .product-info .product-title{color:#333;font-size:1.8rem;font-weight:700;margin-bottom:16px}.product-detail .product-info .product-price{color:#e53e3e;font-size:2rem;font-weight:700;margin-bottom:16px}.product-detail .product-info .product-description{color:#666;line-height:1.6;margin-bottom:24px}.product-detail .product-info .product-features{margin-bottom:24px}.product-detail .product-info .product-features .feature-item{align-items:center;display:flex;gap:8px;margin-bottom:8px}.product-detail .product-info .product-features .feature-item .feature-icon{color:#2e7d32;font-size:1.2rem}.product-detail .product-info .product-features .feature-item .feature-text{color:#666}.product-detail .product-info .product-actions{display:flex;gap:12px;margin-bottom:24px}.product-detail .product-info .product-actions .btn{border-radius:8px;font-weight:600;padding:12px 24px;transition:all .3s ease}.organic-features .feature-tag{border-radius:12px;font-size:.8rem;padding:4px 8px}.main-nav{background:#fff;border-bottom:3px solid #4caf50;box-shadow:0 2px 8px rgba(76,175,80,.2)}.main-nav .navbar-brand{color:#1b5e20;font-size:1.5rem;font-weight:700;text-decoration:none}.main-nav .navbar-brand:hover{color:#2e7d32}.main-nav .navbar-nav .nav-item{margin:0 8px}.main-nav .navbar-nav .nav-item .nav-link{border-radius:6px;color:#333;font-weight:500;padding:12px 16px;position:relative;transition:all .3s ease}.main-nav .navbar-nav .nav-item .nav-link:hover{background:rgba(76,175,80,.1);color:#2e7d32}.main-nav .navbar-nav .nav-item .nav-link.active{background:rgba(76,175,80,.15);color:#2e7d32}.main-nav .navbar-nav .nav-item .nav-link.active:after{background:linear-gradient(135deg,#2e7d32,#4caf50);border-radius:2px;bottom:-3px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:20px}.main-nav .search-form{position:relative}.main-nav .search-form .search-input{border:2px solid rgba(76,175,80,.2);border-radius:25px;padding:10px 20px 10px 45px;transition:all .3s ease;width:300px}.main-nav .search-form .search-input:focus{border-color:#2e7d32;box-shadow:0 0 0 3px rgba(76,175,80,.1);outline:none}.main-nav .search-form .search-icon{color:#2e7d32;font-size:1.1rem;left:15px;position:absolute;top:50%;transform:translateY(-50%)}.main-nav .search-form .search-btn{background:linear-gradient(135deg,#2e7d32,#4caf50);border:none;border-radius:20px;color:#fff;font-size:.9rem;padding:6px 12px;position:absolute;right:5px;top:50%;transform:translateY(-50%);transition:all .3s ease}.main-nav .search-form .search-btn:hover{background:linear-gradient(135deg,#4caf50,#81c784)}.main-nav .cart-icon{color:#2e7d32;font-size:1.5rem;position:relative;transition:all .3s ease}.main-nav .cart-icon:hover{color:#4caf50;transform:scale(1.1)}.main-nav .cart-icon .cart-count{align-items:center;animation:pulse 2s infinite;background:linear-gradient(135deg,#2e7d32,#4caf50);border-radius:50%;color:#fff;display:flex;font-size:.7rem;font-weight:600;height:20px;justify-content:center;position:absolute;right:-8px;top:-8px;width:20px}.breadcrumb{background:rgba(76,175,80,.05);border-radius:8px;margin-bottom:20px;padding:12px 16px}.breadcrumb .breadcrumb-item{color:#666}.breadcrumb .breadcrumb-item a{color:#2e7d32;text-decoration:none}.breadcrumb .breadcrumb-item a:hover{color:#4caf50}.breadcrumb .breadcrumb-item.active{color:#1b5e20;font-weight:500}.breadcrumb .breadcrumb-item+.breadcrumb-item:before{color:#4caf50;content:"›";font-weight:700}.sidebar-nav{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(76,175,80,.2);padding:20px}.sidebar-nav .nav-title{border-bottom:2px solid #4caf50;color:#1b5e20;font-size:1.2rem;font-weight:600;margin-bottom:16px;padding-bottom:8px}.sidebar-nav .nav-list{list-style:none;margin:0;padding:0}.sidebar-nav .nav-list .nav-item{margin-bottom:8px}.sidebar-nav .nav-list .nav-item .nav-link{align-items:center;border-radius:6px;color:#666;display:flex;gap:8px;padding:8px 12px;text-decoration:none;transition:all .3s ease}.sidebar-nav .nav-list .nav-item .nav-link:hover{background:rgba(76,175,80,.1);color:#2e7d32}.sidebar-nav .nav-list .nav-item .nav-link.active{background:rgba(76,175,80,.15);color:#2e7d32;font-weight:500}.sidebar-nav .nav-list .nav-item .nav-link .nav-icon{color:#4caf50;font-size:1.1rem}.category-nav{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(76,175,80,.2);padding:20px}.category-nav .category-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.category-nav .category-grid .category-item{background:rgba(76,175,80,.05);border:2px solid transparent;border-radius:8px;padding:16px;text-align:center;transition:all .3s ease}.category-nav .category-grid .category-item:hover{background:rgba(76,175,80,.1);border-color:#4caf50;transform:translateY(-2px)}.category-nav .category-grid .category-item .category-icon{color:#2e7d32;font-size:2rem;margin-bottom:8px}.category-nav .category-grid .category-item .category-name{color:#333;font-weight:600;margin-bottom:4px}.category-nav .category-grid .category-item .category-count{color:#666;font-size:.9rem}@media (max-width:768px){.main-nav .search-form .search-input{margin-bottom:10px;width:100%}.main-nav .navbar-nav .nav-item{margin:4px 0}.main-nav .navbar-nav .nav-item .nav-link{padding:10px 12px}.category-nav .category-grid{gap:12px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}.form-container{background:#fff;border:1px solid rgba(76,175,80,.1);border-radius:12px;box-shadow:0 2px 8px rgba(76,175,80,.2);padding:24px}.form-group{margin-bottom:20px}.form-group .form-label{color:#1b5e20;display:block;font-size:.95rem;font-weight:600;margin-bottom:8px}.form-group .form-label.required:after{color:#e53e3e;content:" *"}.form-group .form-control,.form-group .form-select,.form-group .form-textarea,.form-group .search-form .search-input,.search-form .form-group .search-input{background:#fff;border:2px solid rgba(76,175,80,.2);border-radius:8px;font-size:1rem;padding:12px 16px;transition:all .3s ease;width:100%}.form-group .form-control:focus,.form-group .form-select:focus,.form-group .form-textarea:focus,.form-group .search-form .search-input:focus,.search-form .form-group .search-input:focus{border-color:#2e7d32;box-shadow:0 0 0 3px rgba(76,175,80,.1);outline:none}.form-group .form-control:hover,.form-group .form-select:hover,.form-group .form-textarea:hover,.form-group .search-form .search-input:hover,.search-form .form-group .search-input:hover{border-color:#4caf50}.form-group .form-control::-moz-placeholder,.form-group .form-select::-moz-placeholder,.form-group .form-textarea::-moz-placeholder,.form-group .search-form .search-input::-moz-placeholder,.search-form .form-group .search-input::-moz-placeholder{color:#999}.form-group .form-control::placeholder,.form-group .form-select::placeholder,.form-group .form-textarea::placeholder,.form-group .search-form .search-input::placeholder,.search-form .form-group .search-input::placeholder{color:#999}.form-group .form-control.is-invalid,.form-group .is-invalid.form-select,.form-group .is-invalid.form-textarea,.form-group .search-form .is-invalid.search-input,.search-form .form-group .is-invalid.search-input{border-color:#e53e3e;box-shadow:0 0 0 3px rgba(229,62,62,.1)}.form-group .form-control.is-valid,.form-group .is-valid.form-select,.form-group .is-valid.form-textarea,.form-group .search-form .is-valid.search-input,.search-form .form-group .is-valid.search-input{border-color:#2e7d32;box-shadow:0 0 0 3px rgba(76,175,80,.1)}.form-group .form-select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%234CAF50' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 6 7 7 7-7'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:16px 12px;padding-right:40px}.form-group .form-textarea{min-height:100px;resize:vertical}.form-group .form-checkbox{align-items:center;display:flex;gap:8px}.form-group .form-checkbox input[type=checkbox]{accent-color:#2e7d32;height:18px;width:18px}.form-group .form-checkbox .form-check-label{color:#666;font-size:.95rem}.form-group .form-radio{align-items:center;display:flex;gap:8px}.form-group .form-radio input[type=radio]{accent-color:#2e7d32;height:18px;width:18px}.form-group .form-radio .form-check-label{color:#666;font-size:.95rem}.form-group .form-help{color:#666;font-size:.85rem;margin-top:4px}.form-group .form-error{color:#e53e3e;font-size:.85rem;margin-top:4px}.input-group{align-items:stretch;display:flex}.input-group .input-group-text{background:rgba(76,175,80,.1);border:2px solid rgba(76,175,80,.2);border-radius:8px 0 0 8px;border-right:none;color:#1b5e20;font-weight:500;padding:12px 16px}.form-group .input-group .form-select,.form-group .input-group .form-textarea,.input-group .form-control,.input-group .form-group .form-select,.input-group .form-group .form-textarea,.input-group .search-form .search-input,.search-form .input-group .search-input{border-left:none;border-radius:0 8px 8px 0}.form-group .input-group .form-select:focus,.form-group .input-group .form-textarea:focus,.input-group .form-control:focus,.input-group .form-group .form-select:focus,.input-group .form-group .form-textarea:focus,.input-group .search-form .search-input:focus,.search-form .input-group .search-input:focus{border-left:none}.search-form{position:relative}.search-form .search-input{border-radius:25px;padding-left:45px}.search-form .search-input:focus{border-radius:25px}.search-form .search-icon{color:#2e7d32;font-size:1.1rem;left:15px}.search-form .search-btn,.search-form .search-icon{position:absolute;top:50%;transform:translateY(-50%)}.search-form .search-btn{background:linear-gradient(135deg,#2e7d32,#4caf50);border:none;border-radius:20px;color:#fff;font-size:.9rem;padding:6px 12px;right:5px;transition:all .3s ease}.search-form .search-btn:hover{background:linear-gradient(135deg,#4caf50,#81c784)}.login-form{margin:0 auto;max-width:400px}.login-form .form-header{margin-bottom:24px;text-align:center}.login-form .form-header .form-title{color:#1b5e20;font-size:1.8rem;font-weight:700;margin-bottom:8px}.login-form .form-header .form-subtitle{color:#666;font-size:.95rem}.login-form .form-footer{margin-top:20px;text-align:center}.login-form .form-footer .form-link{color:#2e7d32;text-decoration:none}.login-form .form-footer .form-link:hover{color:#4caf50}.register-form{margin:0 auto;max-width:500px}.register-form .form-header{margin-bottom:24px;text-align:center}.register-form .form-header .form-title{color:#1b5e20;font-size:1.8rem;font-weight:700;margin-bottom:8px}.register-form .form-header .form-subtitle{color:#666;font-size:.95rem}.register-form .form-row{display:flex;gap:16px}.register-form .form-row .form-group{flex:1}.contact-form{margin:0 auto;max-width:600px}.contact-form .form-header{margin-bottom:24px;text-align:center}.contact-form .form-header .form-title{color:#1b5e20;font-size:1.8rem;font-weight:700;margin-bottom:8px}.contact-form .form-header .form-subtitle{color:#666;font-size:.95rem}.filter-form{background:rgba(76,175,80,.05);border-radius:12px;margin-bottom:24px;padding:20px}.filter-form .filter-title{color:#1b5e20;font-size:1.2rem;font-weight:600;margin-bottom:16px}.filter-form .filter-group{margin-bottom:16px}.filter-form .filter-group .filter-label{color:#333;font-weight:500;margin-bottom:8px}.filter-form .filter-group .filter-options{display:flex;flex-wrap:wrap;gap:8px}.filter-form .filter-group .filter-options .filter-option{background:#fff;border:2px solid rgba(76,175,80,.2);border-radius:20px;color:#666;cursor:pointer;font-size:.9rem;padding:6px 12px;transition:all .3s ease}.filter-form .filter-group .filter-options .filter-option:hover{border-color:#4caf50;color:#2e7d32}.filter-form .filter-group .filter-options .filter-option.active{background:linear-gradient(135deg,#2e7d32,#4caf50);border-color:#2e7d32;color:#fff}@media (max-width:768px){.form-container{padding:16px}.form-row{flex-direction:column;gap:0}.contact-form,.register-form{max-width:100%}.filter-form{padding:16px}.filter-form .filter-options{flex-direction:column}.filter-form .filter-options .filter-option{text-align:center}}.organic-certification{align-items:center;background:linear-gradient(135deg,#2e7d32,#4caf50);border-radius:20px;box-shadow:0 2px 8px rgba(76,175,80,.2);color:#fff;display:inline-flex;font-size:.9rem;font-weight:600;gap:6px;padding:8px 16px}.organic-certification .cert-icon{font-size:1.2rem}.organic-certification.large{font-size:1rem;padding:12px 24px}.organic-certification.large .cert-icon{font-size:1.4rem}.organic-certification.small{font-size:.8rem;padding:4px 8px}.organic-certification.small .cert-icon{font-size:1rem}.organic-features{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.organic-features .feature-tag{align-items:center;background:#81c784;border-radius:16px;color:#1b5e20;display:inline-flex;font-size:.85rem;font-weight:500;gap:4px;padding:6px 12px}.organic-features .feature-tag .feature-icon{font-size:1rem}.organic-features .feature-tag.premium{background:linear-gradient(135deg,#2e7d32,#4caf50);color:#fff}.organic-features .feature-tag.eco-friendly{background:rgba(76,175,80,.1);border:1px solid #4caf50;color:#1b5e20}.organic-product-card{background:#fff;border:2px solid rgba(76,175,80,.1);border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.1);overflow:hidden;position:relative;transition:all .3s ease}.organic-product-card:hover{border-color:#4caf50;box-shadow:0 4px 12px rgba(46,125,50,.3);transform:translateY(-6px)}.organic-product-card .organic-badge{position:absolute;right:12px;top:12px;z-index:2}.organic-product-card .product-image{align-items:center;background:#fff;display:flex;height:200px;justify-content:center;overflow:hidden;position:relative}.organic-product-card .product-image img{background:#fff;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;transition:transform .3s ease;width:100%}.organic-product-card .product-image:hover img{transform:scale(1.05)}.organic-product-card .product-image .organic-overlay{background:linear-gradient(135deg,rgba(46,125,50,.1),rgba(76,175,80,.1));bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.organic-product-card .product-image:hover .organic-overlay{opacity:1}.organic-product-card .product-content{padding:20px}.organic-product-card .product-content .product-title{color:#333;font-size:1.1rem;font-weight:600;line-height:1.4;margin-bottom:8px}.organic-product-card .product-content .product-description{color:#666;font-size:.9rem;line-height:1.5;margin-bottom:12px}.organic-product-card .product-content .organic-features{margin-bottom:16px}.organic-product-card .product-content .product-price{color:#e53e3e;font-size:1.3rem;font-weight:700;margin-bottom:16px}.organic-product-card .product-content .product-actions{display:flex;gap:8px}.organic-product-card .product-content .product-actions .btn{border-radius:8px;flex:1;font-weight:500;padding:10px 16px;transition:all .3s ease}.organic-banner{background:linear-gradient(135deg,#2e7d32,#4caf50);border-radius:16px;color:#fff;margin-bottom:32px;overflow:hidden;padding:40px 20px;position:relative;text-align:center}.organic-banner:before{animation:float 20s linear infinite;background:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>') repeat;content:"";height:200%;left:-50%;position:absolute;top:-50%;width:200%}.organic-banner .banner-content{position:relative;z-index:2}.organic-banner .banner-content .banner-title{font-size:2.5rem;font-weight:700;margin-bottom:16px}.organic-banner .banner-content .banner-subtitle{font-size:1.2rem;margin-bottom:24px;opacity:.9}.organic-banner .banner-content .banner-features{display:flex;gap:32px;justify-content:center;margin-bottom:24px}.organic-banner .banner-content .banner-features .feature{align-items:center;display:flex;font-size:1rem;gap:8px}.organic-banner .banner-content .banner-features .feature .feature-icon{font-size:1.5rem}.organic-banner .banner-content .banner-cta .btn{background:#fff;border-radius:25px;color:#1b5e20;font-size:1.1rem;font-weight:600;padding:12px 32px;transition:all .3s ease}.organic-banner .banner-content .banner-cta .btn:hover{background:hsla(0,0%,100%,.9);transform:translateY(-2px)}.organic-grid{display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:32px}.organic-grid .organic-item{background:#fff;border:1px solid rgba(76,175,80,.1);border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1);padding:20px;text-align:center;transition:all .3s ease}.organic-grid .organic-item:hover{border-color:#4caf50;box-shadow:0 2px 8px rgba(76,175,80,.2);transform:translateY(-4px)}.organic-grid .organic-item .item-icon{color:#2e7d32;font-size:3rem;margin-bottom:16px}.organic-grid .organic-item .item-title{color:#333;font-size:1.2rem;font-weight:600;margin-bottom:8px}.organic-grid .organic-item .item-description{color:#666;line-height:1.5;margin-bottom:16px}.organic-grid .organic-item .item-features{display:flex;gap:8px;justify-content:center;margin-bottom:16px}.organic-grid .organic-item .item-features .feature-tag{background:#81c784;border-radius:12px;color:#1b5e20;font-size:.8rem;padding:4px 8px}.organic-cert-info{background:rgba(76,175,80,.05);border:1px solid rgba(76,175,80,.1);border-radius:12px;margin-bottom:24px;padding:24px}.organic-cert-info .cert-header{align-items:center;display:flex;gap:12px;margin-bottom:16px}.organic-cert-info .cert-header .cert-icon{color:#2e7d32;font-size:2rem}.organic-cert-info .cert-header .cert-title{color:#1b5e20;font-size:1.3rem;font-weight:600}.organic-cert-info .cert-content{color:#666;line-height:1.6}.organic-cert-info .cert-content .cert-features{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:16px}.organic-cert-info .cert-content .cert-features .cert-feature{align-items:center;display:flex;gap:8px}.organic-cert-info .cert-content .cert-features .cert-feature .feature-icon{color:#2e7d32;font-size:1.2rem}.organic-cert-info .cert-content .cert-features .cert-feature .feature-text{font-size:.95rem}@media (max-width:768px){.organic-banner{padding:24px 16px}.organic-banner .banner-content .banner-title{font-size:2rem}.organic-banner .banner-content .banner-subtitle{font-size:1rem}.organic-banner .banner-content .banner-features{flex-direction:column;gap:16px}.organic-grid{gap:16px;grid-template-columns:1fr}.organic-cert-info{padding:16px}.organic-cert-info .cert-content .cert-features{grid-template-columns:1fr}}.spice-category{align-items:center;border-radius:20px;display:inline-flex;font-size:.9rem;font-weight:600;gap:6px;margin-bottom:12px;padding:8px 16px}.spice-category.brown-spice{background:linear-gradient(135deg,#8d6e63,#a1887f);box-shadow:0 4px 12px rgba(141,110,99,.3);color:#fff}.spice-category.gold-spice{background:linear-gradient(135deg,#ff8f00,#ffb74d);box-shadow:0 4px 12px rgba(255,143,0,.3);color:#fff}.spice-category.red-spice{background:linear-gradient(135deg,#d32f2f,#f44336);box-shadow:0 4px 12px rgba(211,47,47,.3);color:#fff}.spice-category.orange-spice{background:linear-gradient(135deg,#ff7043,#ffab91);box-shadow:0 4px 12px rgba(255,112,67,.3);color:#fff}.spice-category .spice-icon{font-size:1.1rem}.spice-product-card{background:linear-gradient(145deg,#fff,#f8f9fa);border:none;border-radius:24px;box-shadow:0 8px 32px rgba(76,175,80,.08),0 2px 8px rgba(0,0,0,.04),inset 0 1px 0 hsla(0,0%,100%,.8);overflow:hidden;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.spice-product-card:hover{background:linear-gradient(145deg,#fff,#f0fdf4);box-shadow:0 20px 60px rgba(76,175,80,.15),0 8px 24px rgba(0,0,0,.08),inset 0 1px 0 hsla(0,0%,100%,.9);transform:translateY(-8px) scale(1.02)}.spice-product-card .spice-badge{position:absolute;right:12px;top:12px;z-index:2}.spice-product-card .product-image{align-items:center;background:linear-gradient(135deg,rgba(46,125,50,.05),rgba(76,175,80,.05));display:flex;height:220px;justify-content:center;overflow:hidden;position:relative}.spice-product-card .product-image img{background:#fff;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;transition:transform .3s ease;width:100%}.spice-product-card .product-image:hover img{transform:scale(1.05)}.spice-product-card .product-image .spice-overlay{background:linear-gradient(135deg,rgba(46,125,50,.1),rgba(76,175,80,.1));bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.spice-product-card .product-image:hover .spice-overlay{opacity:1}.spice-product-card .product-content{padding:20px}.spice-product-card .product-content .product-title{color:#333;font-size:1.2rem;font-weight:600;line-height:1.4;margin-bottom:8px}.spice-product-card .product-content .spice-origin{color:#8d6e63;font-size:.9rem;font-weight:500;margin-bottom:8px}.spice-product-card .product-content .spice-origin:before{content:"📍 ";margin-right:4px}.spice-product-card .product-content .spice-description{color:#666;font-size:.9rem;line-height:1.5;margin-bottom:12px}.spice-product-card .product-content .spice-properties{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px}.spice-product-card .product-content .spice-properties .property-tag{background:rgba(76,175,80,.1);border-radius:12px;color:#1b5e20;font-size:.8rem;font-weight:500;padding:4px 8px}.spice-product-card .product-content .spice-properties .property-tag.organic{background:linear-gradient(135deg,#2e7d32,#4caf50);color:#fff}.spice-product-card .product-content .spice-properties .property-tag.premium{background:linear-gradient(135deg,#ff8f00,#ffb74d);color:#fff}.spice-product-card .product-content .product-price{color:#e53e3e;font-size:1.4rem;font-weight:700;margin-bottom:16px}.spice-product-card .product-content .product-actions{display:flex;gap:8px}.spice-product-card .product-content .product-actions .btn{border-radius:8px;flex:1;font-weight:500;padding:10px 16px;transition:all .3s ease}.spice-detail .spice-gallery .main-image{border:2px solid rgba(76,175,80,.1);border-radius:16px;box-shadow:0 2px 8px rgba(76,175,80,.2);overflow:hidden}.spice-detail .spice-gallery .main-image img{height:400px;-o-object-fit:fill;object-fit:fill;width:100%}.spice-detail .spice-gallery .thumbnail-images{display:flex;gap:8px;margin-top:12px}.spice-detail .spice-gallery .thumbnail-images .thumbnail{border:2px solid transparent;border-radius:8px;cursor:pointer;height:80px;overflow:hidden;transition:all .3s ease;width:80px}.spice-detail .spice-gallery .thumbnail-images .thumbnail:hover{border-color:#4caf50}.spice-detail .spice-gallery .thumbnail-images .thumbnail.active{border-color:#2e7d32}.spice-detail .spice-gallery .thumbnail-images .thumbnail img{height:100%;-o-object-fit:fill;object-fit:fill;width:100%}.spice-detail .spice-info .spice-title{color:#333;font-size:2rem;font-weight:700;margin-bottom:16px}.spice-detail .spice-info .spice-origin{color:#8d6e63;font-size:1.1rem;font-weight:500;margin-bottom:16px}.spice-detail .spice-info .spice-origin:before{content:"📍 ";margin-right:8px}.spice-detail .spice-info .spice-price{color:#e53e3e;font-size:2.2rem;font-weight:700;margin-bottom:20px}.spice-detail .spice-info .spice-description{color:#666;font-size:1.1rem;line-height:1.6;margin-bottom:24px}.spice-detail .spice-info .spice-properties{margin-bottom:24px}.spice-detail .spice-info .spice-properties .property-item{align-items:center;display:flex;gap:8px;margin-bottom:8px}.spice-detail .spice-info .spice-properties .property-item .property-icon{color:#2e7d32;font-size:1.2rem}.spice-detail .spice-info .spice-properties .property-item .property-text{color:#666}.spice-detail .spice-info .spice-actions{display:flex;gap:12px;margin-bottom:24px}.spice-detail .spice-info .spice-actions .btn{border-radius:8px;font-weight:600;padding:12px 24px;transition:all .3s ease}.spice-knowledge-card{background:#fff;border:1px solid rgba(76,175,80,.1);border-radius:12px;box-shadow:0 2px 8px rgba(76,175,80,.2);margin-bottom:20px;padding:20px}.spice-knowledge-card .knowledge-header{align-items:center;display:flex;gap:12px;margin-bottom:16px}.spice-knowledge-card .knowledge-header .knowledge-icon{color:#2e7d32;font-size:1.5rem}.spice-knowledge-card .knowledge-header .knowledge-title{color:#1b5e20;font-size:1.2rem;font-weight:600}.spice-knowledge-card .knowledge-content{color:#666;line-height:1.6}.spice-knowledge-card .knowledge-content .knowledge-list{margin-top:12px}.spice-knowledge-card .knowledge-content .knowledge-list .knowledge-item{align-items:flex-start;display:flex;gap:8px;margin-bottom:8px}.spice-knowledge-card .knowledge-content .knowledge-list .knowledge-item .item-icon{color:#2e7d32;font-size:1rem;margin-top:2px}.spice-knowledge-card .knowledge-content .knowledge-list .knowledge-item .item-text{flex:1}.spice-usage-tips{background:rgba(76,175,80,.05);border:1px solid rgba(76,175,80,.1);border-radius:12px;margin-bottom:24px;padding:20px}.spice-usage-tips .tips-header{align-items:center;display:flex;gap:8px;margin-bottom:16px}.spice-usage-tips .tips-header .tips-icon{color:#2e7d32;font-size:1.3rem}.spice-usage-tips .tips-header .tips-title{color:#1b5e20;font-size:1.2rem;font-weight:600}.spice-usage-tips .tips-content .tip-item{background:#fff;border-left:4px solid #4caf50;border-radius:8px;margin-bottom:8px;padding:12px}.spice-usage-tips .tips-content .tip-item .tip-title{color:#333;font-weight:600;margin-bottom:4px}.spice-usage-tips .tips-content .tip-item .tip-description{color:#666;font-size:.95rem;line-height:1.5}@media (max-width:768px){.spice-product-card .product-content{padding:16px}.spice-product-card .product-content .product-title{font-size:1.1rem}.spice-product-card .product-content .spice-properties .property-tag{font-size:.75rem;padding:3px 6px}.spice-detail .spice-info .spice-title{font-size:1.6rem}.spice-detail .spice-info .spice-price{font-size:1.8rem}.spice-detail .spice-info .spice-actions{flex-direction:column}.spice-detail .spice-info .spice-actions .btn{width:100%}.spice-knowledge-card,.spice-usage-tips{padding:16px}}.faq-section{background:rgba(76,175,80,.08);border:1px solid rgba(76,175,80,.15);border-radius:16px;box-shadow:0 2px 8px rgba(76,175,80,.2);margin-bottom:32px;padding:32px}.faq-section .faq-header{margin-bottom:32px;text-align:center}.faq-section .faq-header .faq-title{color:#1b5e20;font-size:2rem;font-weight:700;margin-bottom:8px}.faq-section .faq-header .faq-title:before{content:"❓";font-size:1.8rem;margin-right:12px}.faq-section .faq-header .faq-subtitle{color:#666;font-size:1.1rem;line-height:1.5}.faq-section .faq-categories{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:32px}.faq-section .faq-categories .faq-category{background:rgba(76,175,80,.1);border:2px solid transparent;border-radius:25px;color:#1b5e20;cursor:pointer;font-size:.9rem;font-weight:500;padding:8px 16px;transition:all .3s ease}.faq-section .faq-categories .faq-category:hover{background:rgba(76,175,80,.2);transform:translateY(-2px)}.faq-section .faq-categories .faq-category.active{background:linear-gradient(135deg,#2e7d32,#4caf50);border-color:#2e7d32;color:#fff}.faq-section .faq-list .faq-item{background:rgba(76,175,80,.02);border:1px solid rgba(76,175,80,.1);border-radius:12px;margin-bottom:16px;overflow:hidden;transition:all .3s ease}.faq-section .faq-list .faq-item:not([data-category=general]){display:none}.faq-section .faq-list .faq-item:hover{border-color:#4caf50;box-shadow:0 2px 8px rgba(76,175,80,.2)}.faq-section .faq-list .faq-item .faq-question{align-items:center;background:#fff;cursor:pointer;display:flex;justify-content:space-between;padding:20px;transition:all .3s ease}.faq-section .faq-list .faq-item .faq-question:hover{background:rgba(76,175,80,.05)}.faq-section .faq-list .faq-item .faq-question .question-text{color:#333;flex:1;font-size:1.1rem;font-weight:600;margin-right:16px}.faq-section .faq-list .faq-item .faq-question .question-icon{color:#2e7d32;font-size:1.2rem;transition:transform .3s ease}.faq-section .faq-list .faq-item .faq-question.active .question-icon{transform:rotate(180deg)}.faq-section .faq-list .faq-item .faq-answer{background:rgba(76,175,80,.02);max-height:0;overflow:hidden;padding:0 20px;transition:all .3s ease}.faq-section .faq-list .faq-item .faq-answer.active{max-height:500px;padding:20px}.faq-section .faq-list .faq-item .faq-answer .answer-content{color:#666;font-size:1rem;line-height:1.6}.faq-section .faq-list .faq-item .faq-answer .answer-content .answer-list{margin-top:12px}.faq-section .faq-list .faq-item .faq-answer .answer-content .answer-list .answer-item{align-items:flex-start;display:flex;gap:8px;margin-bottom:8px}.faq-section .faq-list .faq-item .faq-answer .answer-content .answer-list .answer-item .item-icon{color:#2e7d32;font-size:1rem;margin-top:2px}.faq-section .faq-list .faq-item .faq-answer .answer-content .answer-list .answer-item .item-text{flex:1}.faq-section .faq-list .faq-item .faq-answer .answer-content .answer-highlight{background:rgba(76,175,80,.1);border-left:4px solid #2e7d32;border-radius:8px;color:#1b5e20;font-weight:500;margin-top:12px;padding:12px 16px}.spice-faq .faq-item .faq-question .question-text:before{content:"🌿 ";margin-right:8px}.spice-faq .faq-item .faq-answer .answer-content .spice-tip{background:linear-gradient(135deg,#ff8f00,#ffb74d);border-radius:8px;color:#fff;font-weight:500;margin-top:12px;padding:12px 16px}.spice-faq .faq-item .faq-answer .answer-content .spice-tip:before{content:"💡 ";margin-right:8px}.spice-faq .faq-item .faq-answer .answer-content .spice-warning{background:linear-gradient(135deg,#d32f2f,#f44336);border-radius:8px;color:#fff;font-weight:500;margin-top:12px;padding:12px 16px}.spice-faq .faq-item .faq-answer .answer-content .spice-warning:before{content:"⚠️ ";margin-right:8px}.faq-stats{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:32px}.faq-stats .stat-item{background:rgba(76,175,80,.05);border:1px solid rgba(76,175,80,.1);border-radius:12px;padding:20px;text-align:center}.faq-stats .stat-item .stat-icon{color:#2e7d32;font-size:2rem;margin-bottom:8px}.faq-stats .stat-item .stat-number{color:#1b5e20;font-size:2rem;font-weight:700;margin-bottom:4px}.faq-stats .stat-item .stat-label{color:#666;font-size:.9rem}.faq-support{background:linear-gradient(135deg,#2e7d32,#4caf50);border-radius:20px;color:#fff;margin-top:40px;overflow:hidden;padding:40px 32px;position:relative;text-align:center}.faq-support:before{background:hsla(0,0%,100%,.1);height:200px;right:-20%;top:-50%;width:200px}.faq-support:after,.faq-support:before{border-radius:50%;content:"";position:absolute;z-index:0}.faq-support:after{background:hsla(0,0%,100%,.08);bottom:-30%;height:150px;left:-15%;width:150px}.faq-support .support-title{font-size:1.8rem;font-weight:700;margin-bottom:16px;position:relative;z-index:1}.faq-support .support-title:before{content:"💬";font-size:1.6rem;margin-right:12px}.faq-support .support-description{font-size:1.1rem;margin-bottom:32px;opacity:.95;position:relative;z-index:1}.faq-support .support-actions{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;position:relative;z-index:1}.faq-support .support-actions .btn-consultation{align-items:center;background:#fff;border:none;border-radius:16px;box-shadow:0 8px 25px rgba(0,0,0,.15);cursor:pointer;display:flex;font-weight:600;gap:16px;min-width:200px;overflow:hidden;padding:20px 24px;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.faq-support .support-actions .btn-consultation:hover{box-shadow:0 12px 35px rgba(0,0,0,.2);transform:translateY(-4px) scale(1.02)}.faq-support .support-actions .btn-consultation:hover .btn-arrow{transform:translateX(4px)}.faq-support .support-actions .btn-consultation:hover.btn-consultation-primary{background:linear-gradient(135deg,#2e7d32,#4caf50);color:#fff}.faq-support .support-actions .btn-consultation:hover.btn-consultation-primary .btn-text .btn-title{color:#fff}.faq-support .support-actions .btn-consultation:hover.btn-consultation-primary .btn-text .btn-subtitle{color:hsla(0,0%,100%,.8)}.faq-support .support-actions .btn-consultation:hover.btn-consultation-primary i:not(.btn-arrow){color:#fff}.faq-support .support-actions .btn-consultation:hover.btn-consultation-secondary{background:linear-gradient(135deg,#ff8f00,#ffb74d);color:#fff}.faq-support .support-actions .btn-consultation:hover.btn-consultation-secondary .btn-text .btn-title{color:#fff}.faq-support .support-actions .btn-consultation:hover.btn-consultation-secondary .btn-text .btn-subtitle{color:hsla(0,0%,100%,.8)}.faq-support .support-actions .btn-consultation:hover.btn-consultation-secondary i:not(.btn-arrow){color:#fff}.faq-support .support-actions .btn-consultation:active{transform:translateY(-2px) scale(.98)}.faq-support .support-actions .btn-consultation i:not(.btn-arrow){color:#2e7d32;font-size:1.5rem;transition:all .3s ease}.faq-support .support-actions .btn-consultation .btn-text{align-items:flex-start;display:flex;flex:1;flex-direction:column}.faq-support .support-actions .btn-consultation .btn-text .btn-title{color:#1b5e20;font-size:1.1rem;font-weight:700;margin-bottom:2px;transition:all .3s ease}.faq-support .support-actions .btn-consultation .btn-text .btn-subtitle{color:#666;font-size:.9rem;font-weight:500;transition:all .3s ease}.faq-support .support-actions .btn-consultation .btn-arrow{color:#2e7d32;font-size:1rem;transition:all .3s ease}.faq-support .support-actions .btn-consultation-primary{background:linear-gradient(135deg,rgba(46,125,50,.9),rgba(76,175,80,.8));border:2px solid rgba(46,125,50,.3)}.faq-support .support-actions .btn-consultation-primary .btn-text .btn-title,.faq-support .support-actions .btn-consultation-primary i:not(.btn-arrow){color:#fff}.faq-support .support-actions .btn-consultation-primary .btn-text .btn-subtitle{color:hsla(0,0%,100%,.9)}.faq-support .support-actions .btn-consultation-primary .btn-arrow{color:#fff}.faq-support .support-actions .btn-consultation-secondary{background:linear-gradient(135deg,hsla(0,0%,100%,.95),rgba(255,248,240,.9));border:2px solid rgba(255,143,0,.2)}.faq-support .support-actions .btn-consultation-secondary .btn-text .btn-title,.faq-support .support-actions .btn-consultation-secondary i:not(.btn-arrow){color:#ff8f00}.faq-support .support-actions .btn-consultation-secondary .btn-text .btn-subtitle{color:#ff7043}.faq-support .support-actions .btn-consultation-secondary .btn-arrow{color:#ff8f00}@media (max-width:768px){.faq-section{padding:20px}.faq-section .faq-header .faq-title{font-size:1.6rem}.faq-section .faq-header .faq-subtitle{font-size:1rem}.faq-section .faq-categories{align-items:center;flex-direction:column}.faq-section .faq-categories .faq-category{max-width:200px;text-align:center;width:100%}.faq-section .faq-list .faq-item .faq-question{padding:16px}.faq-section .faq-list .faq-item .faq-question .question-text{font-size:1rem}.faq-section .faq-list .faq-item .faq-answer.active{padding:16px}.faq-stats{gap:16px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.faq-support{padding:24px}.faq-support .support-title{font-size:1.5rem}.faq-support .support-title:before{font-size:1.3rem}.faq-support .support-description{font-size:1rem;margin-bottom:24px}.faq-support .support-actions{align-items:center;flex-direction:column;gap:16px}.faq-support .support-actions .btn-consultation{max-width:280px;min-width:auto;padding:16px 20px;width:100%}.faq-support .support-actions .btn-consultation .btn-text .btn-title{font-size:1rem}.faq-support .support-actions .btn-consultation .btn-text .btn-subtitle{font-size:.85rem}.faq-support .support-actions .btn-consultation i:not(.btn-arrow){font-size:1.3rem}}.cultivation-section .cultivation-header{margin-bottom:32px;text-align:center}.cultivation-section .cultivation-header .cultivation-title{color:#1b5e20;font-size:2rem;font-weight:700;margin-bottom:8px}.cultivation-section .cultivation-header .cultivation-title:before{content:"🌱";font-size:1.8rem;margin-right:12px}.cultivation-section .cultivation-header .cultivation-subtitle{color:#666;font-size:1.1rem;line-height:1.5}.cultivation-section .cultivation-tabs{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:32px}.cultivation-section .cultivation-tabs .tab-button{background:rgba(76,175,80,.1);border:2px solid transparent;border-radius:25px;color:#1b5e20;cursor:pointer;font-size:.95rem;font-weight:500;padding:10px 20px;transition:all .3s ease}.cultivation-section .cultivation-tabs .tab-button:hover{background:rgba(76,175,80,.2);transform:translateY(-2px)}.cultivation-section .cultivation-tabs .tab-button.active{background:linear-gradient(135deg,#2e7d32,#4caf50);border-color:#2e7d32;color:#fff}.cultivation-section .cultivation-content .tab-content{display:none}.cultivation-section .cultivation-content .tab-content.active{display:block}.cultivation-steps{gap:24px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:32px}.cultivation-steps .step-item{background:rgba(76,175,80,.05);border:1px solid rgba(76,175,80,.1);border-radius:12px;padding:20px;transition:all .3s ease}.cultivation-steps .step-item:hover{border-color:#4caf50;box-shadow:0 2px 8px rgba(76,175,80,.2);transform:translateY(-4px)}.cultivation-steps .step-item .step-number{background:linear-gradient(135deg,#2e7d32,#4caf50);font-size:.9rem;height:24px;top:-12px;width:24px}.cultivation-steps .step-item .step-icon{color:#2e7d32;font-size:2.5rem;margin-bottom:16px}.cultivation-steps .step-item .step-title{color:#1b5e20;font-size:1.2rem;margin-bottom:8px}.cultivation-steps .step-item .step-description{color:#666;font-size:.95rem;line-height:1.5}.cultivation-environment{background:rgba(76,175,80,.05);border-radius:12px;margin-bottom:32px;padding:24px}.cultivation-environment .environment-title{color:#1b5e20;font-size:1.3rem;margin-bottom:20px}.cultivation-environment .environment-title:before{margin-right:8px}.cultivation-environment .environment-grid{gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.cultivation-environment .environment-grid .environment-item{background:#fff;border:1px solid rgba(76,175,80,.1);border-radius:8px;padding:16px}.cultivation-environment .environment-grid .environment-item .env-icon{color:#2e7d32;font-size:1.5rem;margin-bottom:8px}.cultivation-environment .environment-grid .environment-item .env-label{color:#333;margin-bottom:4px}.cultivation-environment .environment-grid .environment-item .env-value{color:#666;font-size:.9rem}.cultivation-timeline{padding:20px 0;position:relative}.cultivation-timeline:before{background:linear-gradient(135deg,#2e7d32,#4caf50);bottom:0;content:"";left:50%;position:absolute;top:0;transform:translateX(-50%);width:2px}.cultivation-timeline .timeline-item{align-items:center;display:flex;margin-bottom:32px;position:relative}.cultivation-timeline .timeline-item:nth-child(odd){flex-direction:row}.cultivation-timeline .timeline-item:nth-child(odd) .timeline-content{margin-right:32px;text-align:right}.cultivation-timeline .timeline-item:nth-child(2n){flex-direction:row-reverse}.cultivation-timeline .timeline-item:nth-child(2n) .timeline-content{margin-left:32px;text-align:left}.cultivation-timeline .timeline-item .timeline-marker{align-items:center;background:linear-gradient(135deg,#2e7d32,#4caf50);border-radius:50%;color:#fff;display:flex;font-size:.9rem;font-weight:700;height:40px;justify-content:center;left:50%;position:absolute;transform:translateX(-50%);width:40px;z-index:2}.cultivation-timeline .timeline-item .timeline-content{background:#fff;border:1px solid rgba(76,175,80,.1);border-radius:12px;box-shadow:0 2px 8px rgba(76,175,80,.2);flex:1;padding:20px}.cultivation-timeline .timeline-item .timeline-content .timeline-title{color:#1b5e20;font-size:1.2rem;font-weight:600;margin-bottom:8px}.cultivation-timeline .timeline-item .timeline-content .timeline-description{color:#666;line-height:1.5}.cultivation-tips{background:rgba(76,175,80,.05);border-radius:12px;margin-bottom:32px;padding:24px}.cultivation-tips .tips-title{color:#1b5e20;font-size:1.3rem;margin-bottom:20px}.cultivation-tips .tips-title:before{margin-right:8px}.cultivation-tips .tips-grid{gap:16px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.cultivation-tips .tips-grid .tip-item{background:#fff;border-left:4px solid #4caf50;border-radius:8px;padding:16px}.cultivation-tips .tips-grid .tip-item .tip-title{color:#333;margin-bottom:8px}.cultivation-tips .tips-grid .tip-item .tip-description{color:#666;font-size:.95rem;line-height:1.5}.organic-certification-info{background:#fff;border:1px solid rgba(76,175,80,.1);border-radius:16px;box-shadow:0 2px 8px rgba(76,175,80,.2);margin-top:32px;padding:32px}.organic-certification-info .cert-title{color:#1b5e20;font-size:1.8rem;margin-bottom:16px}.organic-certification-info .cert-description{color:#666;font-size:1.1rem;margin-bottom:32px}.organic-certification-info .certification-grid{gap:24px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:32px}.organic-certification-info .certification-grid .cert-item{background:rgba(76,175,80,.05);border:1px solid rgba(76,175,80,.1);border-radius:12px;padding:24px;transition:all .3s ease}.organic-certification-info .certification-grid .cert-item:hover{border-color:#4caf50;box-shadow:0 2px 8px rgba(76,175,80,.2);transform:translateY(-4px)}.organic-certification-info .certification-grid .cert-item .cert-icon{font-size:3rem;margin-bottom:16px}.organic-certification-info .certification-grid .cert-item .cert-name{color:#1b5e20;font-size:1.2rem;margin-bottom:8px}.organic-certification-info .certification-grid .cert-item .cert-desc{color:#666;font-size:.95rem;line-height:1.5;margin-bottom:16px}.organic-certification-info .certification-grid .cert-item .cert-badge{background:linear-gradient(135deg,#2e7d32,#4caf50);border-radius:20px;font-size:.85rem;padding:6px 16px}.organic-certification-info .geographic-certification{background:rgba(76,175,80,.05);border-radius:12px;margin-bottom:32px;padding:24px}.organic-certification-info .geographic-certification .geo-title{color:#1b5e20;font-size:1.3rem;margin-bottom:16px}.organic-certification-info .geographic-certification .geo-products{gap:24px;margin-bottom:16px}.organic-certification-info .geographic-certification .geo-products .geo-item{background:#fff;border:1px solid rgba(76,175,80,.2);border-radius:8px;gap:12px;padding:12px 20px}.organic-certification-info .geographic-certification .geo-products .geo-item .geo-name{color:#1b5e20}.organic-certification-info .geographic-certification .geo-products .geo-item .geo-badge{background:linear-gradient(135deg,#2e7d32,#4caf50);border-radius:12px;font-size:.8rem;padding:4px 12px}.organic-certification-info .geographic-certification .geo-desc{color:#666;font-size:.95rem}.organic-certification-info .quality-system{margin-bottom:32px}.organic-certification-info .quality-system .quality-title{color:#1b5e20;font-size:1.3rem;margin-bottom:20px}.organic-certification-info .quality-system .quality-features{gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.organic-certification-info .quality-system .quality-features .quality-item{background:rgba(76,175,80,.05);border:1px solid rgba(76,175,80,.1);border-radius:12px;gap:16px;padding:20px}.organic-certification-info .quality-system .quality-features .quality-item .quality-icon{color:#2e7d32;font-size:2rem}.organic-certification-info .quality-system .quality-features .quality-item .quality-content h5{color:#1b5e20;margin-bottom:8px}.organic-certification-info .quality-system .quality-features .quality-item .quality-content p{color:#666;font-size:.95rem;line-height:1.5}.organic-certification-info .testing-standards{margin-bottom:32px}.organic-certification-info .testing-standards .testing-title{color:#1b5e20;font-size:1.3rem;margin-bottom:20px}.organic-certification-info .testing-standards .standards-list{gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.organic-certification-info .testing-standards .standards-list .standard-item{background:#fff;border:1px solid rgba(76,175,80,.1);border-radius:8px;padding:16px}.organic-certification-info .testing-standards .standards-list .standard-item .standard-name{color:#1b5e20;font-size:.95rem;margin-bottom:8px}.organic-certification-info .testing-standards .standards-list .standard-item .standard-desc{color:#666;font-size:.85rem}.organic-certification-info .brand-honors .honors-title{color:#1b5e20;font-size:1.3rem;font-weight:600;margin-bottom:20px;text-align:center}.organic-certification-info .brand-honors .honors-list .honor-item{align-items:center;background:rgba(76,175,80,.05);border:1px solid rgba(76,175,80,.1);border-radius:12px;display:flex;gap:16px;padding:20px}.organic-certification-info .brand-honors .honors-list .honor-item .honor-icon{flex-shrink:0;font-size:2rem}.organic-certification-info .brand-honors .honors-list .honor-item .honor-content h5{color:#1b5e20;font-size:1.1rem;font-weight:600;margin-bottom:8px}.organic-certification-info .brand-honors .honors-list .honor-item .honor-content p{color:#666;font-size:.95rem;line-height:1.5}@media (max-width:768px){.cultivation-section{padding:20px}.cultivation-section .cultivation-header .cultivation-title{font-size:1.6rem}.cultivation-section .cultivation-header .cultivation-subtitle{font-size:1rem}.cultivation-section .cultivation-tabs{align-items:center;flex-direction:column}.cultivation-section .cultivation-tabs .tab-button{max-width:200px;text-align:center;width:100%}.cultivation-steps{gap:16px;grid-template-columns:1fr}.cultivation-environment{padding:16px}.cultivation-environment .environment-grid{gap:12px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.cultivation-timeline:before{left:20px}.cultivation-timeline .timeline-item{align-items:flex-start;flex-direction:column!important}.cultivation-timeline .timeline-item:nth-child(2n) .timeline-content,.cultivation-timeline .timeline-item:nth-child(odd) .timeline-content{margin-left:60px;margin-right:0;text-align:left}.cultivation-timeline .timeline-item .timeline-marker{left:20px;transform:translateX(-50%)}.cultivation-tips{padding:16px}.cultivation-tips .tips-grid{grid-template-columns:1fr}.organic-certification-info{padding:24px}.organic-certification-info .certification-grid{gap:16px;grid-template-columns:1fr}.organic-certification-info .geo-products{align-items:center;flex-direction:column;gap:12px}.organic-certification-info .quality-features{gap:16px;grid-template-columns:1fr}.organic-certification-info .standards-list{gap:12px;grid-template-columns:1fr}}.spice-knowledge-section{background:transparent;border:none;border-radius:16px;box-shadow:none;margin-bottom:32px;padding:32px}.spice-knowledge-section .knowledge-header{margin-bottom:32px}.spice-knowledge-section .knowledge-header .knowledge-title{color:#1b5e20;font-size:2rem;font-weight:700;margin-bottom:8px}.spice-knowledge-section .knowledge-header .knowledge-title:before{content:"📚";font-size:1.8rem;margin-right:12px}.spice-knowledge-section .knowledge-header .knowledge-subtitle{color:#666;font-size:1.1rem;line-height:1.5}.spice-knowledge-section .knowledge-categories{gap:12px;margin-bottom:32px}.spice-knowledge-section .knowledge-categories .category-button{background:rgba(76,175,80,.1);border:2px solid transparent;color:#1b5e20;font-size:.95rem;font-weight:500;padding:10px 20px}.spice-knowledge-section .knowledge-categories .category-button:hover{background:rgba(76,175,80,.2)}.spice-knowledge-section .knowledge-categories .category-button.active{background:linear-gradient(135deg,#2e7d32,#4caf50);border-color:#2e7d32}.spice-knowledge-grid{display:grid;gap:24px;grid-template-columns:repeat(3,1fr);margin-bottom:32px}.spice-knowledge-grid .knowledge-card{aspect-ratio:4/5;background:transparent;border:none;border-radius:12px;box-shadow:none;overflow:hidden;transition:all .3s ease}.spice-knowledge-grid .knowledge-card:hover{border-color:transparent;box-shadow:none;transform:translateY(-4px)}.spice-knowledge-grid .knowledge-card .card-image{align-items:center;background:transparent;display:flex;flex:1 1 auto;height:auto;justify-content:center;min-height:0;overflow:hidden;position:relative}.spice-knowledge-grid .knowledge-card .card-image img{background:transparent;display:block;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:transform .3s ease;width:100%}.spice-knowledge-grid .knowledge-card .card-image:hover img{transform:scale(1.05)}.spice-knowledge-grid .knowledge-card .card-image .spice-category-badge{border-radius:20px;color:#fff;font-size:.8rem;font-weight:600;padding:6px 12px;position:absolute;right:12px;top:12px}.spice-knowledge-grid .knowledge-card .card-image .spice-category-badge.brown-spice{background:linear-gradient(135deg,#8d6e63,#a1887f)}.spice-knowledge-grid .knowledge-card .card-image .spice-category-badge.gold-spice{background:linear-gradient(135deg,#ff8f00,#ffb74d)}.spice-knowledge-grid .knowledge-card .card-image .spice-category-badge.red-spice{background:linear-gradient(135deg,#d32f2f,#f44336)}.spice-knowledge-grid .knowledge-card .card-image .spice-category-badge.orange-spice{background:linear-gradient(135deg,#ff7043,#ffab91)}.spice-knowledge-grid .knowledge-card .card-content{padding:20px}.spice-knowledge-grid .knowledge-card .card-content .card-title{color:#333;font-size:1.2rem;font-weight:600;margin-bottom:8px}.spice-knowledge-grid .knowledge-card .card-content .card-origin{color:#8d6e63;font-size:.9rem;font-weight:500;margin-bottom:8px}.spice-knowledge-grid .knowledge-card .card-content .card-origin:before{content:"📍 ";margin-right:4px}.spice-knowledge-grid .knowledge-card .card-content .card-description{color:#666;font-size:.95rem;line-height:1.5;margin-bottom:12px}.spice-knowledge-grid .knowledge-card .card-content .card-properties{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px}.spice-knowledge-grid .knowledge-card .card-content .card-properties .property-tag{background:rgba(76,175,80,.1);border-radius:12px;color:#1b5e20;font-size:.8rem;font-weight:500;padding:4px 8px}.spice-knowledge-grid .knowledge-card .card-content .card-actions{display:flex;gap:8px}.spice-knowledge-grid .knowledge-card .card-content .card-actions .btn{border-radius:6px;flex:1;font-size:.9rem;font-weight:500;padding:8px 12px;transition:all .3s ease}.spice-knowledge-grid .no-products-message{color:#666;font-size:1.1rem;padding:40px 20px;text-align:center}.spice-knowledge-grid .no-products-message p{margin:0}.spice-detail-modal .modal-content{border:none;border-radius:16px;box-shadow:0 4px 12px rgba(46,125,50,.3)}.spice-detail-modal .modal-header{background:linear-gradient(135deg,#2e7d32,#4caf50);border-bottom:none;border-radius:16px 16px 0 0;color:#fff;padding:20px 24px}.spice-detail-modal .modal-header .modal-title{font-size:1.3rem;font-weight:600}.spice-detail-modal .modal-header .btn-close{filter:brightness(0) invert(1)}.spice-detail-modal .modal-body{padding:24px}.spice-detail-modal .modal-body .spice-detail-content .detail-image{border-radius:12px;margin-bottom:20px;overflow:hidden}.spice-detail-modal .modal-body .spice-detail-content .detail-image img{height:300px;-o-object-fit:cover;object-fit:cover;width:100%}.spice-detail-modal .modal-body .spice-detail-content .detail-info .detail-title{color:#333;font-size:1.5rem;font-weight:700;margin-bottom:8px}.spice-detail-modal .modal-body .spice-detail-content .detail-info .detail-origin{color:#8d6e63;font-size:1rem;font-weight:500;margin-bottom:16px}.spice-detail-modal .modal-body .spice-detail-content .detail-info .detail-origin:before{content:"📍 ";margin-right:8px}.spice-detail-modal .modal-body .spice-detail-content .detail-info .detail-description{color:#666;line-height:1.6;margin-bottom:20px}.spice-detail-modal .modal-body .spice-detail-content .detail-info .detail-properties{margin-bottom:20px}.spice-detail-modal .modal-body .spice-detail-content .detail-info .detail-properties .property-item{align-items:center;display:flex;gap:8px;margin-bottom:8px}.spice-detail-modal .modal-body .spice-detail-content .detail-info .detail-properties .property-item .property-icon{color:#2e7d32;font-size:1.1rem}.spice-detail-modal .modal-body .spice-detail-content .detail-info .detail-properties .property-item .property-text{color:#666}.spice-detail-modal .modal-body .spice-detail-content .detail-info .detail-usage{background:rgba(76,175,80,.05);border-radius:8px;margin-bottom:20px;padding:16px}.spice-detail-modal .modal-body .spice-detail-content .detail-info .detail-usage .usage-title{color:#1b5e20;font-weight:600;margin-bottom:8px}.spice-detail-modal .modal-body .spice-detail-content .detail-info .detail-usage .usage-list .usage-item{align-items:flex-start;display:flex;gap:8px;margin-bottom:6px}.spice-detail-modal .modal-body .spice-detail-content .detail-info .detail-usage .usage-list .usage-item .usage-icon{color:#2e7d32;font-size:1rem;margin-top:2px}.spice-detail-modal .modal-body .spice-detail-content .detail-info .detail-usage .usage-list .usage-item .usage-text{color:#666;font-size:.95rem}.spice-search{margin-bottom:32px}.spice-search .search-container{margin:0 auto;max-width:500px;position:relative}.spice-search .search-container .search-input{border:2px solid rgba(76,175,80,.2);border-radius:25px;font-size:1rem;padding:12px 20px 12px 50px;transition:all .3s ease;width:100%}.spice-search .search-container .search-input:focus{border-color:#2e7d32;box-shadow:0 0 0 3px rgba(76,175,80,.1);outline:none}.spice-search .search-container .search-input::-moz-placeholder{color:#999}.spice-search .search-container .search-input::placeholder{color:#999}.spice-search .search-container .search-icon{color:#2e7d32;font-size:1.1rem;left:18px;position:absolute;top:50%;transform:translateY(-50%)}.spice-stats{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:32px}.spice-stats .stat-item{background:transparent;border:none;border-radius:12px;padding:20px;text-align:center}.spice-stats .stat-item .stat-icon{color:#2e7d32;font-size:2rem;margin-bottom:8px}.spice-stats .stat-item .stat-number{color:#1b5e20;font-size:2rem;font-weight:700;margin-bottom:4px}.spice-stats .stat-item .stat-label{color:#666;font-size:.9rem}.spice-recommendations{background:transparent;border-radius:12px;margin-bottom:32px;padding:24px}.spice-recommendations .recommendations-title{color:#1b5e20;font-size:1.3rem;font-weight:600;margin-bottom:20px;text-align:center}.spice-recommendations .recommendations-title:before{content:"⭐";margin-right:8px}.spice-recommendations .recommendations-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.spice-recommendations .recommendations-grid .recommendation-item{background:transparent;border:none;border-radius:8px;padding:16px;transition:all .3s ease}.spice-recommendations .recommendations-grid .recommendation-item:hover{box-shadow:none;transform:translateY(-2px)}.spice-recommendations .recommendations-grid .recommendation-item .rec-title{color:#333;font-weight:600;margin-bottom:8px}.spice-recommendations .recommendations-grid .recommendation-item .rec-description{color:#666;font-size:.95rem;line-height:1.5}@media (max-width:768px){.spice-knowledge-section{padding:20px}.spice-knowledge-section .knowledge-header .knowledge-title{font-size:1.6rem}.spice-knowledge-section .knowledge-header .knowledge-subtitle{font-size:1rem}.spice-knowledge-section .knowledge-categories{align-items:center;flex-direction:column}.spice-knowledge-section .knowledge-categories .category-button{max-width:200px;text-align:center;width:100%}.spice-knowledge-grid{gap:16px;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px) and (max-width:480px){.spice-knowledge-grid{grid-template-columns:1fr}}@media (max-width:768px){.spice-detail-modal .modal-body{padding:16px}.spice-detail-modal .modal-body .spice-detail-content .detail-image img{height:200px}.spice-stats{gap:16px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.spice-recommendations{padding:16px}.spice-recommendations .recommendations-grid{grid-template-columns:1fr}}.spice-knowledge-section{background:#2e7d32;overflow:hidden;padding:60px 0;position:relative}.spice-knowledge-section:after{animation:spiceFloat 25s ease-in-out infinite;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='m50 5 10 20h20L65 40l5 20-20-10-20 10 5-20-15-15h20Z' fill='rgba(255,255,255,0.3)'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M50 15c-10 0-20 10-20 20 0 15 20 35 20 35s20-20 20-35c0-10-10-20-20-20Z' fill='rgba(255,255,255,0.25)'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='20' fill='rgba(255,255,255,0.2)'/%3E%3Ccircle cx='50' cy='50' r='12' fill='rgba(255,255,255,0.3)'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cellipse cx='50' cy='50' rx='25' ry='15' fill='rgba(255,255,255,0.28)'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='m50 10 5 20h20L60 45l5 20-15-10-15 10 5-20-15-15h20Z' fill='rgba(255,255,255,0.25)'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='18' fill='rgba(255,255,255,0.22)'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect x='30' y='40' width='40' height='20' rx='10' fill='rgba(255,255,255,0.2)'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M50 20c-10 0-20 10-20 20s10 20 20 20 20-10 20-20-10-20-20-20Z' fill='rgba(255,255,255,0.18)'/%3E%3C/svg%3E");background-position:5% 10%,90% 5%,15% 70%,85% 75%,10% 50%,95% 60%,25% 30%,75% 85%;background-repeat:no-repeat;background-size:150px 150px,120px 120px,100px 100px,110px 110px,130px 130px,90px 90px,100px 100px,80px 80px;bottom:0;content:"";left:0;opacity:.15;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.spice-knowledge-section .knowledge-header{margin-bottom:60px;position:relative;text-align:center;z-index:2}.spice-knowledge-section .knowledge-header .knowledge-title{color:#fff;font-size:3.5rem;font-weight:900;margin-bottom:20px;position:relative;text-shadow:0 4px 8px rgba(0,0,0,.4)}.spice-knowledge-section .knowledge-header .knowledge-title:after{background:linear-gradient(90deg,#4caf50,#66bb6a);border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.spice-knowledge-section .knowledge-header .knowledge-subtitle{color:hsla(0,0%,100%,.9);font-size:1.3rem;line-height:1.6;margin:0 auto;max-width:600px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.spice-knowledge-section .knowledge-categories{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-bottom:60px;position:relative;z-index:2}.spice-knowledge-section .knowledge-categories .category-button{backdrop-filter:blur(15px);background:hsla(0,0%,100%,.08);border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:12px 24px;position:relative;text-shadow:0 1px 2px rgba(0,0,0,.3);transition:all .3s ease}.spice-knowledge-section .knowledge-categories .category-button:before{background:linear-gradient(135deg,rgba(76,175,80,.3),rgba(139,195,74,.2) 50%,rgba(76,175,80,.3));border-radius:25px;bottom:0;content:"";left:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;padding:1px;position:absolute;right:0;top:0;transition:opacity .3s ease}.spice-knowledge-section .knowledge-categories .category-button:hover{background:hsla(0,0%,100%,.15);box-shadow:0 8px 25px rgba(0,0,0,.2);transform:translateY(-2px)}.spice-knowledge-section .knowledge-categories .category-button:hover:before{opacity:1}.spice-knowledge-section .knowledge-categories .category-button.active{background:linear-gradient(135deg,#4caf50,#66bb6a);border-color:#4caf50;box-shadow:0 8px 25px rgba(76,175,80,.3);color:#fff}.spice-knowledge-section .knowledge-categories .category-button.active:hover{background:linear-gradient(135deg,#66bb6a,#8bc34a);box-shadow:0 12px 35px rgba(76,175,80,.4);transform:translateY(-2px)}.spice-knowledge-section .spice-stats{display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:80px;position:relative;z-index:2}.spice-knowledge-section .spice-stats .stat-item{backdrop-filter:blur(15px);background:linear-gradient(135deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,.08) 50%,hsla(0,0%,100%,.12));border:1px solid hsla(0,0%,100%,.1);border-radius:20px;box-shadow:0 8px 25px rgba(0,0,0,.1);padding:30px 20px;text-align:center;transition:all .3s ease}.spice-knowledge-section .spice-stats .stat-item:hover{background:linear-gradient(135deg,hsla(0,0%,100%,.25),hsla(0,0%,100%,.15) 50%,hsla(0,0%,100%,.2));border-color:hsla(0,0%,100%,.2);box-shadow:0 20px 50px rgba(0,0,0,.2);transform:translateY(-8px)}.spice-knowledge-section .spice-stats .stat-item .stat-icon{filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));font-size:2.5rem;margin-bottom:15px}.spice-knowledge-section .spice-stats .stat-item .stat-number{color:#fff;font-size:2.5rem;font-weight:900;margin-bottom:8px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.spice-knowledge-section .spice-stats .stat-item .stat-label{color:hsla(0,0%,100%,.9);font-size:1rem;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.3)}.spice-knowledge-section .knowledge-content{position:relative;z-index:2}.spice-knowledge-section .knowledge-content .category-content{display:none}.spice-knowledge-section .knowledge-content .category-content.active{display:block}.spice-knowledge-section .knowledge-content .spice-knowledge-grid{display:grid;gap:30px;grid-template-columns:repeat(3,1fr);margin-bottom:60px}.spice-knowledge-section .knowledge-content .knowledge-card{aspect-ratio:1/1;backdrop-filter:blur(20px);background:linear-gradient(135deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,.08) 50%,hsla(0,0%,100%,.12));border:1px solid hsla(0,0%,100%,.1);border-radius:24px;box-shadow:0 8px 32px rgba(0,0,0,.1);display:flex;flex-direction:column;min-height:0;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.spice-knowledge-section .knowledge-content .knowledge-card:before{background:linear-gradient(135deg,rgba(76,175,80,.3),rgba(139,195,74,.2) 25%,hsla(0,0%,100%,.1) 50%,rgba(139,195,74,.2) 75%,rgba(76,175,80,.3));border-radius:24px;bottom:0;content:"";left:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;padding:2px;position:absolute;right:0;top:0;transition:opacity .4s ease;z-index:1}.spice-knowledge-section .knowledge-content .knowledge-card:after{background:radial-gradient(circle,hsla(0,0%,100%,.1) 0,transparent 70%);content:"";height:200%;left:-50%;opacity:0;pointer-events:none;position:absolute;top:-50%;transition:opacity .4s ease;width:200%;z-index:1}.spice-knowledge-section .knowledge-content .knowledge-card:hover{background:linear-gradient(135deg,hsla(0,0%,100%,.25),hsla(0,0%,100%,.15) 50%,hsla(0,0%,100%,.2));border-color:hsla(0,0%,100%,.2);box-shadow:0 20px 60px rgba(0,0,0,.2);transform:translateY(-12px) scale(1.02)}.spice-knowledge-section .knowledge-content .knowledge-card:hover:after,.spice-knowledge-section .knowledge-content .knowledge-card:hover:before{opacity:1}.spice-knowledge-section .knowledge-content .knowledge-card .card-image{align-items:center;background:hsla(0,0%,100%,.05);display:flex;flex:1 1 auto;height:auto;justify-content:center;min-height:0;overflow:hidden;position:relative}.spice-knowledge-section .knowledge-content .knowledge-card .card-image img{display:block;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;transition:transform .3s ease;width:100%}.spice-knowledge-section .knowledge-content .knowledge-card .card-image:hover img{transform:scale(1.05)}.spice-knowledge-section .knowledge-content .knowledge-card .card-image .spice-category-badge{backdrop-filter:blur(6px);border:2px solid hsla(0,0%,100%,.6);border-radius:18px;box-shadow:0 8px 20px rgba(0,0,0,.25);color:#fff;font-size:.95rem;font-weight:800;padding:8px 14px;position:absolute;right:15px;text-shadow:0 2px 4px rgba(0,0,0,.35);top:15px}.spice-knowledge-section .knowledge-content .knowledge-card .card-image .spice-category-badge.brown-spice{background:linear-gradient(135deg,#8d6e63,#a1887f)}.spice-knowledge-section .knowledge-content .knowledge-card .card-image .spice-category-badge.gold-spice{background:linear-gradient(135deg,#ffb74d,#ffa726)}.spice-knowledge-section .knowledge-content .knowledge-card .card-image .spice-category-badge.red-spice{background:linear-gradient(135deg,#e57373,#ef5350)}.spice-knowledge-section .knowledge-content .knowledge-card .card-image .spice-category-badge.orange-spice{background:linear-gradient(135deg,#ff8a65,#ff7043)}.spice-knowledge-section .knowledge-content .knowledge-card .card-image .image-actions{align-items:center;background:transparent;display:flex;gap:16px;inset:0;justify-content:center;opacity:0;padding:0;pointer-events:none;position:absolute;transform:scale(.98);transition:opacity .2s ease,transform .2s ease;z-index:5}.spice-knowledge-section .knowledge-content .knowledge-card .card-image .image-actions .image-action{align-items:center;backdrop-filter:blur(6px);background:hsla(0,0%,100%,.15);border:2px solid hsla(0,0%,100%,.6);border-radius:50%;box-shadow:0 6px 20px rgba(0,0,0,.25);color:#fff;display:inline-flex;font-size:1.3rem;height:56px;justify-content:center;opacity:0;pointer-events:auto;text-decoration:none;transform:translateY(6px) scale(.98);transition:all .18s ease;width:56px}.spice-knowledge-section .knowledge-content .knowledge-card .card-image .image-actions .image-action:hover{background:hsla(0,0%,100%,.25);border-color:hsla(0,0%,100%,.9);transform:translateY(-2px) scale(1.05)}.spice-knowledge-section .knowledge-content .knowledge-card .card-image:hover .image-actions{opacity:1;pointer-events:auto;transform:scale(1)}.spice-knowledge-section .knowledge-content .knowledge-card .card-image:hover img{filter:brightness(.9)}.spice-knowledge-section .knowledge-content .knowledge-card:hover .image-actions{opacity:1;pointer-events:auto;transform:scale(1)}.spice-knowledge-section .knowledge-content .knowledge-card:hover .image-actions .image-action{opacity:1;transform:translateY(0) scale(1)}.spice-knowledge-section .knowledge-content .knowledge-card .card-content{display:none}.spice-knowledge-section .knowledge-content .knowledge-card .card-image{z-index:1}.spice-knowledge-section .knowledge-content .knowledge-card .image-actions{pointer-events:auto;z-index:5}.spice-knowledge-section .knowledge-content .knowledge-card .image-actions .image-action{position:relative;z-index:6}.spice-knowledge-section .compact-btn{border:none;border-radius:16px;cursor:pointer;font-size:.9rem;font-weight:600;letter-spacing:.3px;overflow:hidden;padding:8px 16px;position:relative;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.spice-knowledge-section .compact-btn.btn-primary{background:#8d4e00!important;border:1px solid #8d4e00!important;color:#fff!important}.spice-knowledge-section .compact-btn.btn-primary:hover{background:sienna!important;border-color:sienna!important}.spice-knowledge-section .compact-btn.btn-primary:active{background:#6b3a00!important;border-color:#6b3a00!important}.spice-knowledge-section .compact-btn.btn-secondary{background:#daa520!important;border:1px solid #daa520!important;color:#fff!important}.spice-knowledge-section .compact-btn.btn-secondary:hover{background:gold!important;border-color:gold!important}.spice-knowledge-section .compact-btn.btn-secondary:active{background:#b8860b!important;border-color:#b8860b!important}.spice-knowledge-section .compact-btn.btn-secondary:disabled{background:#9e9e9e!important;border-color:#9e9e9e!important;color:#fff!important;cursor:not-allowed;opacity:.7}.spice-knowledge-section .compact-btn.btn-secondary:disabled:hover{background:#9e9e9e!important;border-color:#9e9e9e!important}.spice-knowledge-section .spice-recommendations{backdrop-filter:blur(25px);background:hsla(0,0%,100%,.06);border:none;border-radius:28px;padding:60px 50px}.spice-knowledge-section .spice-recommendations:before{background:linear-gradient(135deg,rgba(76,175,80,.2),rgba(139,195,74,.15) 25%,hsla(0,0%,100%,.08) 50%,rgba(139,195,74,.15) 75%,rgba(76,175,80,.2));border-radius:28px;bottom:0;content:"";left:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:.6;padding:2px;position:absolute;right:0;top:0;z-index:1}.spice-knowledge-section .spice-recommendations{position:relative;z-index:2}.spice-knowledge-section .spice-recommendations .recommendations-title{color:#fff;font-size:2.2rem;font-weight:800;margin-bottom:40px;text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.3)}.spice-knowledge-section .spice-recommendations .recommendations-grid{display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.spice-knowledge-section .spice-recommendations .recommendation-item{backdrop-filter:blur(15px);background:hsla(0,0%,100%,.08);border:none;border-radius:15px;padding:25px;transition:all .3s ease}.spice-knowledge-section .spice-recommendations .recommendation-item:hover{background:hsla(0,0%,100%,.2);box-shadow:0 10px 30px rgba(0,0,0,.2);transform:translateY(-3px)}.spice-knowledge-section .spice-recommendations .recommendation-item .rec-title{color:#fff;font-size:1.2rem;font-weight:700;margin-bottom:12px;text-shadow:0 1px 2px rgba(0,0,0,.3)}.spice-knowledge-section .spice-recommendations .recommendation-item .rec-description{color:hsla(0,0%,100%,.9);font-size:.95rem;line-height:1.5;text-shadow:0 1px 2px rgba(0,0,0,.3)}@media (max-width:768px){.spice-knowledge-section{padding:80px 0}.spice-knowledge-section .knowledge-header{margin-bottom:40px}.spice-knowledge-section .knowledge-header .knowledge-title{font-size:2.5rem}.spice-knowledge-section .knowledge-header .knowledge-subtitle{font-size:1.1rem}.spice-knowledge-section .knowledge-categories{gap:15px;margin-bottom:40px}.spice-knowledge-section .knowledge-categories .category-button{font-size:.9rem;padding:10px 20px}.spice-knowledge-section .spice-stats{gap:20px;grid-template-columns:repeat(2,1fr);margin-bottom:50px}.spice-knowledge-section .spice-stats .stat-item{padding:20px 15px}.spice-knowledge-section .spice-stats .stat-item .stat-icon,.spice-knowledge-section .spice-stats .stat-item .stat-number{font-size:2rem}.spice-knowledge-section .knowledge-content .spice-knowledge-grid{gap:20px;grid-template-columns:1fr}.spice-knowledge-section .knowledge-content .knowledge-card .card-content{display:none}.spice-knowledge-section .knowledge-content .knowledge-card .card-image{height:240px}.spice-knowledge-section .knowledge-content .knowledge-card .image-actions{opacity:1;padding:12px 14px;transform:translateY(0)}.spice-knowledge-section .knowledge-content .knowledge-card .image-action{font-size:1.1rem;height:44px;width:44px}.spice-knowledge-section .spice-recommendations{padding:30px 20px}.spice-knowledge-section .spice-recommendations .recommendations-title{font-size:1.8rem;margin-bottom:30px}.spice-knowledge-section .spice-recommendations .recommendations-grid{gap:20px;grid-template-columns:1fr}}@media (min-width:769px) and (max-width:1199px){.spice-knowledge-section .knowledge-content .spice-knowledge-grid{grid-template-columns:repeat(2,1fr)}}@keyframes spiceFloat{0%,to{opacity:.4;transform:translateY(0) rotate(0deg)}25%{opacity:.6;transform:translateY(-8px) rotate(.5deg)}50%{opacity:.5;transform:translateY(-4px) rotate(0deg)}75%{opacity:.7;transform:translateY(-12px) rotate(-.5deg)}}.cultivation-section{background:linear-gradient(135deg,#2e7d32,#1b5e20);overflow:hidden;padding:80px 0;position:relative}.cultivation-section:before{background:radial-gradient(220px 220px at 5% 10%,hsla(0,0%,100%,.06),transparent 70%),radial-gradient(180px 180px at 95% 90%,hsla(0,0%,100%,.05),transparent 70%);content:"";inset:0;pointer-events:none;position:absolute;z-index:1}.cultivation-section:after{display:none}.cultivation-section .container{position:relative;z-index:2}.cultivation-header{margin-bottom:60px;text-align:center}.cultivation-header .cultivation-title{color:#fff!important;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));font-size:2.8rem;font-weight:700;margin-bottom:16px;text-shadow:0 3px 6px rgba(0,0,0,.5)}.cultivation-header .cultivation-title:before{content:"🌱";font-size:2.2rem;margin-right:16px}.cultivation-header .cultivation-subtitle{color:#fff!important;font-size:1.2rem;font-weight:500;line-height:1.6;margin:0 auto;max-width:600px;text-shadow:0 2px 4px rgba(0,0,0,.4)}.cultivation-tabs{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:50px}.cultivation-tabs .tab-button{backdrop-filter:blur(10px);background:hsla(0,0%,100%,.2);border:1px solid hsla(0,0%,100%,.4);border-radius:30px;color:#fff!important;cursor:pointer;font-size:1rem;font-weight:600;overflow:hidden;padding:12px 24px;position:relative;text-shadow:0 1px 2px rgba(0,0,0,.3);transition:all .3s ease}.cultivation-tabs .tab-button:before{background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.3),transparent);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.cultivation-tabs .tab-button:hover{background:hsla(0,0%,100%,.3);border-color:hsla(0,0%,100%,.6);box-shadow:0 8px 25px rgba(0,0,0,.3);transform:translateY(-2px)}.cultivation-tabs .tab-button:hover:before{left:100%}.cultivation-tabs .tab-button.active{background:linear-gradient(135deg,rgba(255,193,7,.9),rgba(255,152,0,.8));border-color:rgba(255,193,7,.5);box-shadow:0 8px 25px rgba(255,193,7,.3);color:#fff!important;text-shadow:0 1px 2px rgba(0,0,0,.4)}.cultivation-content .tab-content{display:none}.cultivation-content .tab-content.active{display:block}.cultivation-steps{display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:50px}.cultivation-steps .step-item{backdrop-filter:blur(15px);background:linear-gradient(135deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,.05));border:1px solid hsla(0,0%,100%,.2);border-radius:20px;overflow:hidden;padding:44px 25px;position:relative;text-align:center;transition:all .4s ease}.cultivation-steps .step-item:before{animation:stepGradient 3s ease-in-out infinite;background:linear-gradient(90deg,#ffc107,#ff9800,#ffc107);background-size:200% 100%;content:"";height:4px;left:0;position:absolute;right:0;top:0}.cultivation-steps .step-item:hover{background:linear-gradient(135deg,hsla(0,0%,100%,.25),hsla(0,0%,100%,.1));border-color:hsla(0,0%,100%,.4);box-shadow:0 20px 40px rgba(0,0,0,.2);transform:translateY(-8px) scale(1.02)}.cultivation-steps .step-item .step-number{align-items:center;background:linear-gradient(135deg,#8b4513,sienna);border:2px solid hsla(0,0%,100%,.3);border-radius:50%;box-shadow:0 4px 15px rgba(139,69,19,.4);color:#fff;display:flex;font-size:1rem;font-weight:700;height:30px;justify-content:center;left:50%;position:absolute;top:8px;transform:translateX(-50%);width:30px;z-index:3}.cultivation-steps .step-item .step-icon{filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));font-size:3rem;margin-bottom:20px}.cultivation-steps .step-item .step-title{color:#fff;font-size:1.3rem;font-weight:600;margin-bottom:12px;text-shadow:0 1px 2px rgba(0,0,0,.3)}.cultivation-steps .step-item .step-description{color:hsla(0,0%,100%,.85);font-size:1rem;line-height:1.6}.cultivation-environment{backdrop-filter:blur(15px);background:linear-gradient(135deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.05));border:1px solid hsla(0,0%,100%,.2);border-radius:20px;margin-bottom:50px;padding:40px}.cultivation-environment .environment-title{color:#fff;font-size:1.6rem;font-weight:600;margin-bottom:30px;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.3)}.cultivation-environment .environment-title:before{content:"🌍";margin-right:12px}.cultivation-environment .environment-grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.cultivation-environment .environment-grid .environment-item{backdrop-filter:blur(10px);background:linear-gradient(135deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,.05));border:1px solid hsla(0,0%,100%,.2);border-radius:15px;padding:20px;text-align:center;transition:all .3s ease}.cultivation-environment .environment-grid .environment-item:hover{background:linear-gradient(135deg,hsla(0,0%,100%,.2),hsla(0,0%,100%,.1));box-shadow:0 10px 25px rgba(0,0,0,.2);transform:translateY(-4px)}.cultivation-environment .environment-grid .environment-item .env-icon{filter:drop-shadow(0 1px 2px rgba(0,0,0,.3));font-size:2rem;margin-bottom:12px}.cultivation-environment .environment-grid .environment-item .env-label{color:#fff;font-size:1rem;font-weight:600;margin-bottom:8px}.cultivation-environment .environment-grid .environment-item .env-value{color:hsla(0,0%,100%,.8);font-size:.95rem}.cultivation-tips{backdrop-filter:blur(15px);background:linear-gradient(135deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.05));border:1px solid hsla(0,0%,100%,.2);border-radius:20px;margin-bottom:50px;padding:40px}.cultivation-tips .tips-title{color:#fff;font-size:1.6rem;font-weight:600;margin-bottom:30px;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.3)}.cultivation-tips .tips-title:before{content:"💡";margin-right:12px}.cultivation-tips .tips-grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.cultivation-tips .tips-grid .tip-item{backdrop-filter:blur(10px);background:linear-gradient(135deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,.05));border-left:4px solid rgba(255,193,7,.6);border-radius:15px;padding:25px;transition:all .3s ease}.cultivation-tips .tips-grid .tip-item:hover{background:linear-gradient(135deg,hsla(0,0%,100%,.2),hsla(0,0%,100%,.1));border-left-color:rgba(255,193,7,.8);box-shadow:0 10px 25px rgba(0,0,0,.2);transform:translateY(-4px)}.cultivation-tips .tips-grid .tip-item .tip-title{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:12px}.cultivation-tips .tips-grid .tip-item .tip-description{color:hsla(0,0%,100%,.85);font-size:1rem;line-height:1.6}.organic-certification-info{backdrop-filter:blur(15px);background:linear-gradient(135deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.05));border:1px solid hsla(0,0%,100%,.2);border-radius:20px;margin-top:50px;padding:40px}.organic-certification-info .cert-title{color:#fff;font-size:2rem;font-weight:700;margin-bottom:20px;text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.3)}.organic-certification-info .cert-description{color:hsla(0,0%,100%,.9);font-size:1.2rem;margin-bottom:40px;text-align:center}.organic-certification-info .certification-grid{display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:40px}.organic-certification-info .certification-grid .cert-item{backdrop-filter:blur(10px);background:linear-gradient(135deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,.05));border:1px solid hsla(0,0%,100%,.2);border-radius:20px;padding:30px;text-align:center;transition:all .4s ease}.organic-certification-info .certification-grid .cert-item:hover{background:linear-gradient(135deg,hsla(0,0%,100%,.25),hsla(0,0%,100%,.1));border-color:hsla(0,0%,100%,.4);box-shadow:0 20px 40px rgba(0,0,0,.2);transform:translateY(-8px) scale(1.02)}.organic-certification-info .certification-grid .cert-item .cert-icon{filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));font-size:3.5rem;margin-bottom:20px}.organic-certification-info .certification-grid .cert-item .cert-name{color:#fff;font-size:1.3rem;font-weight:600;margin-bottom:12px;text-shadow:0 1px 2px rgba(0,0,0,.3)}.organic-certification-info .certification-grid .cert-item .cert-desc{color:hsla(0,0%,100%,.85);font-size:1rem;line-height:1.6;margin-bottom:20px}.organic-certification-info .certification-grid .cert-item .cert-badge{background:linear-gradient(135deg,rgba(255,193,7,.9),rgba(255,152,0,.8));border-radius:25px;box-shadow:0 4px 15px rgba(255,193,7,.3);color:#fff;display:inline-block;font-size:.9rem;font-weight:600;padding:8px 20px}.organic-certification-info .geographic-certification{backdrop-filter:blur(10px);background:linear-gradient(135deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.05));border:1px solid hsla(0,0%,100%,.2);border-radius:15px;margin-bottom:40px;padding:30px}.organic-certification-info .geographic-certification .geo-title{color:#fff;font-size:1.4rem;font-weight:600;margin-bottom:20px;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.3)}.organic-certification-info .geographic-certification .geo-products{display:flex;flex-wrap:wrap;gap:30px;justify-content:center;margin-bottom:20px}.organic-certification-info .geographic-certification .geo-products .geo-item{align-items:center;backdrop-filter:blur(10px);background:linear-gradient(135deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,.05));border:1px solid hsla(0,0%,100%,.3);border-radius:12px;display:flex;gap:15px;padding:15px 25px;transition:all .3s ease}.organic-certification-info .geographic-certification .geo-products .geo-item:hover{background:linear-gradient(135deg,hsla(0,0%,100%,.2),hsla(0,0%,100%,.1));box-shadow:0 8px 20px rgba(0,0,0,.2);transform:translateY(-2px)}.organic-certification-info .geographic-certification .geo-products .geo-item .geo-name{color:#fff;font-size:1rem;font-weight:600}.organic-certification-info .geographic-certification .geo-products .geo-item .geo-badge{background:linear-gradient(135deg,rgba(255,193,7,.9),rgba(255,152,0,.8));border-radius:15px;color:#fff;font-size:.85rem;font-weight:500;padding:6px 15px}.organic-certification-info .geographic-certification .geo-desc{color:hsla(0,0%,100%,.85);font-size:1rem;text-align:center}.organic-certification-info .quality-system{margin-bottom:40px}.organic-certification-info .quality-system .quality-title{color:#fff;font-size:1.4rem;font-weight:600;margin-bottom:25px;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.3)}.organic-certification-info .quality-system .quality-features{display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.organic-certification-info .quality-system .quality-features .quality-item{align-items:flex-start;backdrop-filter:blur(10px);background:linear-gradient(135deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,.05));border:1px solid hsla(0,0%,100%,.2);border-radius:15px;display:flex;gap:20px;padding:25px;transition:all .3s ease}.organic-certification-info .quality-system .quality-features .quality-item:hover{background:linear-gradient(135deg,hsla(0,0%,100%,.2),hsla(0,0%,100%,.1));box-shadow:0 10px 25px rgba(0,0,0,.2);transform:translateY(-4px)}.organic-certification-info .quality-system .quality-features .quality-item .quality-icon{filter:drop-shadow(0 1px 2px rgba(0,0,0,.3));flex-shrink:0;font-size:2.5rem}.organic-certification-info .quality-system .quality-features .quality-item .quality-content h5{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:10px;text-shadow:0 1px 2px rgba(0,0,0,.3)}.organic-certification-info .quality-system .quality-features .quality-item .quality-content p{color:hsla(0,0%,100%,.85);font-size:1rem;line-height:1.6}.organic-certification-info .testing-standards{margin-bottom:40px}.organic-certification-info .testing-standards .testing-title{color:#fff;font-size:1.4rem;font-weight:600;margin-bottom:25px;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.3)}.organic-certification-info .testing-standards .standards-list{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.organic-certification-info .testing-standards .standards-list .standard-item{align-items:center;backdrop-filter:blur(10px);background:linear-gradient(135deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,.05));border:1px solid hsla(0,0%,100%,.2);border-radius:12px;display:flex;flex-direction:column;padding:20px;text-align:center;transition:all .3s ease}.organic-certification-info .testing-standards .standards-list .standard-item:hover{background:linear-gradient(135deg,hsla(0,0%,100%,.2),hsla(0,0%,100%,.1));box-shadow:0 8px 20px rgba(0,0,0,.2);transform:translateY(-4px)}.organic-certification-info .testing-standards .standards-list .standard-item .standard-name{color:#fff;font-size:1rem;font-weight:600;margin-bottom:10px;text-shadow:0 1px 2px rgba(0,0,0,.3)}.organic-certification-info .testing-standards .standards-list .standard-item .standard-desc{color:hsla(0,0%,100%,.8);font-size:.9rem}@keyframes cultivationFloat{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(180deg)}}@keyframes stepGradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@media (max-width:768px){.cultivation-section{padding:60px 0}.cultivation-section .cultivation-header{margin-bottom:40px}.cultivation-section .cultivation-header .cultivation-title{font-size:2.2rem}.cultivation-section .cultivation-header .cultivation-subtitle{font-size:1.1rem}.cultivation-section .cultivation-tabs{align-items:center;flex-direction:column;gap:8px;margin-bottom:40px}.cultivation-section .cultivation-tabs .tab-button{max-width:250px;text-align:center;width:100%}.cultivation-steps{gap:20px;grid-template-columns:1fr;margin-bottom:40px}.cultivation-steps .step-item{padding:25px 20px}.cultivation-environment{padding:30px 20px}.cultivation-environment .environment-grid{gap:15px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.cultivation-tips{padding:30px 20px}.cultivation-tips .tips-grid{gap:15px;grid-template-columns:1fr}.organic-certification-info{padding:30px 20px}.organic-certification-info .certification-grid{gap:20px;grid-template-columns:1fr}.organic-certification-info .geo-products{align-items:center;flex-direction:column;gap:15px}.organic-certification-info .quality-features{gap:20px;grid-template-columns:1fr}.organic-certification-info .standards-list{gap:15px;grid-template-columns:1fr}}.certificates-section{background:linear-gradient(135deg,rgba(248,249,250,.5),rgba(240,248,240,.6) 50%,rgba(248,249,250,.5));overflow:hidden;padding:100px 0;position:relative}.certificates-section:before{background-image:radial-gradient(circle at 20% 80%,rgba(76,175,80,.03) 0,transparent 50%),radial-gradient(circle at 80% 20%,rgba(46,125,50,.03) 0,transparent 50%);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.certificates-section .section-header{position:relative;z-index:2}.certificates-section .section-header .section-title{color:#2e7d32;font-size:2.5rem;font-weight:800;margin-bottom:16px;position:relative}.certificates-section .section-header .section-title:after{background:linear-gradient(90deg,#4caf50,#66bb6a,#8bc34a);border-radius:2px;bottom:-8px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:100px}.certificates-section .section-header .section-subtitle{color:#666;font-size:1.15rem;margin:0 auto;max-width:600px}.certificates-section .certificates-grid{display:grid;gap:32px;grid-template-columns:repeat(3,1fr);margin-top:48px;position:relative;z-index:2}.certificates-section .certificates-grid .organic-cert{border:2px solid rgba(76,175,80,.3)}.certificates-section .certificates-grid .organic-cert:before{background:linear-gradient(90deg,#4caf50,#66bb6a,#4caf50);opacity:1!important}.certificates-section .certificates-grid .organic-cert:hover{background:linear-gradient(135deg,#fff,rgba(240,248,240,.3));border-color:rgba(76,175,80,.5)}.certificates-section .certificates-grid .organic-cert .certificate-info h4{color:#2e7d32}.certificates-section .certificates-grid .organic-cert .certificate-info p{color:#4caf50;font-weight:600}.certificates-section .certificates-grid .geo-cert{border:2px solid rgba(255,193,7,.3)}.certificates-section .certificates-grid .geo-cert:before{background:linear-gradient(90deg,#ffc107,#ffa000,#ffc107);opacity:1!important}.certificates-section .certificates-grid .geo-cert:hover{background:linear-gradient(135deg,#fff,rgba(255,248,225,.3));border-color:rgba(255,193,7,.5)}.certificates-section .certificates-grid .geo-cert .certificate-info h4{color:#e65100}.certificates-section .certificates-grid .geo-cert .certificate-info p{color:#ff8f00;font-weight:600}.certificates-section .certificates-grid .certificate-card{background:#fff;border:1px solid rgba(76,175,80,.1);border-radius:20px;box-shadow:0 8px 30px rgba(76,175,80,.08);overflow:hidden;padding:24px;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.certificates-section .certificates-grid .certificate-card:before{background:linear-gradient(90deg,#4caf50,#2e7d32,#4caf50);content:"";height:4px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.certificates-section .certificates-grid .certificate-card:after{background:radial-gradient(circle,rgba(76,175,80,.1) 0,transparent 70%);content:"";height:200%;left:-50%;opacity:0;pointer-events:none;position:absolute;top:-50%;transition:opacity .5s ease;width:200%}.certificates-section .certificates-grid .certificate-card:hover{border-color:rgba(76,175,80,.3);box-shadow:0 20px 50px rgba(76,175,80,.2);transform:translateY(-12px) scale(1.02)}.certificates-section .certificates-grid .certificate-card:hover:after,.certificates-section .certificates-grid .certificate-card:hover:before{opacity:1}.certificates-section .certificates-grid .certificate-card:hover .certificate-image img{transform:scale(1.05)}.certificates-section .certificates-grid .certificate-card .certificate-image{background:linear-gradient(135deg,#f8f9fa,#e8f5e8);border-radius:16px;box-shadow:0 4px 15px rgba(76,175,80,.1);height:280px;margin-bottom:20px;overflow:hidden;position:relative;width:100%}.certificates-section .certificates-grid .certificate-card .certificate-image img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:transform .4s ease;width:100%}.certificates-section .certificates-grid .certificate-card .certificate-info{text-align:center}.certificates-section .certificates-grid .certificate-card .certificate-info h4{color:#1b5e20;font-size:1.2rem;font-weight:700;line-height:1.3;margin-bottom:8px}.certificates-section .certificates-grid .certificate-card .certificate-info p{color:#666;font-size:.95rem;font-weight:500;margin:0}@media (max-width:768px){.certificates-section{padding:60px 0}.certificates-section .section-header .section-title{font-size:1.8rem}.certificates-section .section-header .section-subtitle{font-size:1rem;padding:0 20px}.certificates-section .certificates-grid{gap:24px;grid-template-columns:1fr;margin-top:32px}.certificates-section .certificates-grid .certificate-card{padding:20px}.certificates-section .certificates-grid .certificate-card .certificate-image{height:240px}.certificates-section .certificates-grid .certificate-card .certificate-info h4{font-size:1.1rem}.certificates-section .certificates-grid .certificate-card .certificate-info p{font-size:.9rem}}@media (min-width:769px) and (max-width:1199px){.certificates-section .certificates-grid{gap:28px;grid-template-columns:repeat(2,1fr)}}@media (min-width:1400px){.certificates-section .certificates-grid{grid-template-columns:repeat(3,1fr);margin-left:auto;margin-right:auto;max-width:1400px}}.min-h1{min-height:100px}.min-h2{min-height:200px}.min-h3{min-height:300px}.min-h4{min-height:400px}.min-h5{min-height:500px}.min-h6{min-height:600px}.wp-100{flex:0 0 100px;width:100px}.wp-200{flex:0 0 200px;width:200px}.wp-300{flex:0 0 300px;width:300px}.wp-400{flex:0 0 400px;width:400px}.wp-500{flex:0 0 500px;width:500px}.wp-600{flex:0 0 600px;width:600px}.wp-700{flex:0 0 700px;width:700px}.wp-800{flex:0 0 800px;width:800px}.wp-900{flex:0 0 900px;width:900px}.wp-1000{flex:0 0 1000px;width:1000px}.wp-100-{flex:0 0 calc(100% - 100px);width:calc(100% - 100px)}.wp-200-{flex:0 0 calc(100% - 200px);width:calc(100% - 200px)}.wp-300-{flex:0 0 calc(100% - 300px);width:calc(100% - 300px)}.wp-400-{flex:0 0 calc(100% - 400px);width:calc(100% - 400px)}.wp-500-{flex:0 0 calc(100% - 500px);width:calc(100% - 500px)}.wp-600-{flex:0 0 calc(100% - 600px);width:calc(100% - 600px)}.wp-700-{flex:0 0 calc(100% - 700px);width:calc(100% - 700px)}.wp-800-{flex:0 0 calc(100% - 800px);width:calc(100% - 800px)}.wp-900-{flex:0 0 calc(100% - 900px);width:calc(100% - 900px)}.wp-1000-{flex:0 0 calc(100% - 1000px);width:calc(100% - 1000px)}.h-min-100{min-height:100px}.h-min-200{min-height:200px}.h-min-300{min-height:300px}.h-min-400{min-height:400px}.h-min-500{min-height:500px}.h-min-600{min-height:600px}.h-min-700{min-height:700px}.h-min-800{min-height:800px}.h-min-900{min-height:900px}.h-min-1000{min-height:1000px}.w-min-100{min-width:100px}.w-min-200{min-width:200px}.w-min-300{min-width:300px}.w-min-400{min-width:400px}.w-min-500{min-width:500px}.w-min-600{min-width:600px}.w-min-700{min-width:700px}.w-min-800{min-width:800px}.w-min-900{min-width:900px}.w-min-1000{min-width:1000px}.w-max-100{max-width:100px}.w-max-200{max-width:200px}.w-max-300{max-width:300px}.w-max-400{max-width:400px}.w-max-500{max-width:500px}.w-max-600{max-width:600px}.w-max-700{max-width:700px}.w-max-800{max-width:800px}.w-max-900{max-width:900px}.w-max-1000{max-width:1000px}.hp-100{height:100px}.hp-200{height:200px}.hp-300{height:300px}.hp-400{height:400px}.hp-500{height:500px}.hp-600{height:600px}.hp-700{height:700px}.hp-800{height:800px}.hp-900{height:900px}.hp-1000{height:1000px}.wh-10{flex:0 0 10px;height:10px;width:10px}.wh-20{flex:0 0 20px;height:20px;width:20px}.wh-30{flex:0 0 30px;height:30px;width:30px}.wh-40{flex:0 0 40px;height:40px;width:40px}.wh-50{flex:0 0 50px;height:50px;width:50px}.wh-60{flex:0 0 60px;height:60px;width:60px}.wh-70{flex:0 0 70px;height:70px;width:70px}.wh-80{flex:0 0 80px;height:80px;width:80px}.wh-90{flex:0 0 90px;height:90px;width:90px}.wh-100{flex:0 0 100px;height:100px;width:100px}a{text-decoration:none}img{height:auto;max-width:100%}body,html{height:auto;min-height:100%;overflow-x:hidden;overflow-y:auto}@media (min-width:993px){html{scrollbar-color:rgba(0,0,0,.3) transparent;scrollbar-width:thin}html::-webkit-scrollbar{display:block;width:12px}html::-webkit-scrollbar-track{background:transparent}html::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:rgba(0,0,0,.3);border:2px solid transparent;border-radius:6px}html::-webkit-scrollbar-thumb:hover{background-color:rgba(0,0,0,.5)}}.container-fluid{max-width:100%;padding-left:15px;padding-right:15px}.cursor-pointer{cursor:pointer}.btn-primary:not(.btn-custom){background:linear-gradient(135deg,#2e7d32,#4caf50);border:none;color:#fff}.btn-secondary:not(.btn-custom){background:transparent;border:2px solid #2e7d32;color:#2e7d32}[v-cloak]{display:none}.container-fluid{margin:0 auto;max-width:1400px}.table-response{overflow-x:auto;width:100%}.table-response thead{display:none}@media (min-width:768px){.table-response thead{display:table-header-group}}.table-response:not(.table-response.table-bordered) tr td:first-child,.table-response:not(.table-response.table-bordered) tr th:first-child{padding-left:0}.table-response:not(.table-response.table-bordered) tr td:last-child,.table-response:not(.table-response.table-bordered) tr th:last-child{padding-right:0}.table-response td{clear:both;display:block;text-align:right}.table-response td:before{content:attr(data-title) ": ";float:left}@media (min-width:768px){.table-response td:before{display:none}.table-response td{display:table-cell;text-align:left}}@media (max-width:768px){.table-response td{border-bottom:none}.table-response td:last-child{border-bottom:1px solid #e6e6e6;margin-bottom:14px;padding-bottom:24px}}.quantity-wrap{align-items:center;border:1px solid #e6e6e6;display:flex;height:inherit;overflow:hidden;position:relative;width:140px}.quantity-wrap.disabled:before{background-color:hsla(0,0%,100%,.5);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.quantity-wrap input{border:none;box-shadow:none;font-size:18px;height:inherit;padding:0;text-align:center}.quantity-wrap input::-webkit-inner-spin-button,.quantity-wrap input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.quantity-wrap div{align-items:center;color:#666;cursor:pointer;display:flex;flex:0 0 38px;font-size:18px;height:inherit;justify-content:center;width:38px}.quantity-wrap div:hover{color:#2e7d32}.tabs-plus{border-bottom:1px solid #e4e4e4;margin-bottom:24px;padding-bottom:6px}.tabs-plus .nav-item{margin-right:10px}@media (min-width:768px){.tabs-plus .nav-item{margin-right:40px}}.tabs-plus .nav-link{border:none;color:#888;cursor:pointer;font-size:14px;padding-left:2px;padding-right:2px;position:relative}@media (min-width:768px){.tabs-plus .nav-link{font-size:18px}}.tabs-plus .nav-link:after{background-color:#222;bottom:-6px;content:"";display:none;height:2px;left:0;position:absolute;transform:scaleX(0);transition:transform .3s;width:100%}.tabs-plus .nav-link.active{color:#222;font-weight:700}.tabs-plus .nav-link.active:after{display:block;transform:scaleX(1)}.is-up-file .img-upload-item{border-style:dashed}.is-up-file .img-upload-item:hover{background-color:#f4f4f4;border-color:#2e7d32}.is-up-file .img-upload-item:active{background-color:#e4e4e4}.is-up-file .img-upload-item .tool-wrap>div:first-of-type{border-right:1px solid #fff}.is-up-file .img-upload-item .tool-wrap>div:hover{background-color:#1d4ff3}.swiper .swiper-pagination-bullet-active{background-color:#2e7d32}.page-head{background:#eff1fe;padding:40px 0;text-align:center}@media (max-width:768px){.page-head{padding:20px 0}}.page-head .page-title{color:#333;font-size:30px;margin-bottom:14px}.page-head .breadcrumb{font-size:15px;margin-bottom:0}.page-head .breadcrumb .breadcrumb-item+.breadcrumb-item:before{content:"\f285";font-family:bootstrap-icons;font-size:12px;margin-top:3px}.page-head .breadcrumb a{text-decoration:none}.page-product-content{margin-top:3rem}@media (max-width:992px){.page-product-content{margin-top:1.5rem}}.page-product-content .title-box{margin-bottom:40px;text-align:center}.page-product-content .title-box .title{color:#333;font-size:26px;margin-bottom:10px}.page-product-content .title-box .sub-title{color:#666;font-size:16px}.page-product-content .product-item{background-color:#fff;box-shadow:0 10px 30px 0 rgba(194,49,244,.1);margin-bottom:30px}.page-product-content .product-item .top{align-items:center;background-color:#f3f7ff;display:flex;height:70px}.page-product-content .product-item .top .left{align-items:center;background-color:#2e7d32;display:flex;height:70px;justify-content:center;width:70px}.page-product-content .product-item .top .left i{color:#fff;font-size:20px}.page-product-content .product-item .top .name{font-size:18px;padding:0 10px 0 20px}.page-product-content .product-item .content{color:#555;font-size:15px;line-height:2;padding:20px}@media (min-width:992px){.page-product-content .product-item .content{height:220px}}.page-service-content{color:#606b86;margin-top:3rem}.page-service-content .title-box{margin-bottom:60px}@media (max-width:992px){.page-service-content .title-box{margin-bottom:30px}}.page-service-content .title-box .title{color:#333;font-size:26px;margin-bottom:20px}@media (max-width:992px){.page-service-content .title-box .title{font-size:22px;text-align:center}}.page-service-content .title-box .sub-title{font-size:16px;max-width:550px}@media (max-width:992px){.page-service-content .title-box .sub-title{font-size:12px;text-align:center}}@media (min-width:992px){.page-service-content .title-box .sub-title{line-height:1.8}.page-service-content .service-row-2{padding-left:64px}}.page-service-content .service-icon{max-width:500px}@media (max-width:992px){.page-service-content .service-icon{display:flex;justify-content:center;margin-bottom:20px}.page-service-content .service-icon img{max-width:80%}}.page-service-content .service-item{margin-bottom:50px}@media (max-width:992px){.page-service-content .service-item{margin-bottom:20px}}.page-service-content .service-item .icon{align-items:center;background-color:#fcf3f4;border-radius:50%;display:flex;height:46px;justify-content:center;margin-bottom:20px;width:46px}.page-service-content .service-item .icon i{color:#fa4949;font-size:18px}.page-service-content .service-item .title{color:#222;font-size:18px;margin-bottom:10px}.page-service-content .service-item .sub-title{color:#606b86;font-size:14px;line-height:1.8}.page-about-content{margin-top:3rem}.page-about-content .about-text .main-title{color:#333;font-size:26px;margin-bottom:50px}@media (max-width:992px){.page-about-content .about-text .main-title{font-size:20px;margin-bottom:30px}}.page-about-content .about-text .about-text-item{display:flex;margin-bottom:40px}.page-about-content .about-text .about-text-item:last-child{margin-bottom:0}.page-about-content .about-text .about-text-item .left{flex:0 0 40px;width:40px}.page-about-content .about-text .about-text-item .left i{color:#2e7d32;font-size:24px}.page-about-content .about-text .about-text-item .right .title{color:#333;font-size:20px;margin-bottom:10px}.page-about-content .about-text .about-text-item .right .sub-title{color:#606b86;font-size:14px;line-height:2;max-width:460px}.page-about-content .home-contact{background-color:#f9f9fc;background:linear-gradient(180deg,#f9f9fc,#fff);padding:60px 0}.layui-layer-btn .layui-layer-btn0{background-color:#2e7d32;border-color:#2e7d32}input[type=password]{font-family:Arial}@media (max-width:768px){body,html{max-width:100vw;overflow-x:hidden}.container{overflow-x:hidden;padding-left:15px;padding-right:15px}*,.container{max-width:100%}*{box-sizing:border-box}div,h1,h2,h3,h4,h5,h6,p,span{word-wrap:break-word;hyphens:auto;word-break:break-word}}header{position:relative;z-index:1000}header .header-desktop{background:linear-gradient(135deg,#fff,#f8f9fa);box-shadow:0 4px 20px rgba(0,0,0,.08);height:120px;max-height:120px;min-height:120px;position:relative}header .header-desktop:before{background:linear-gradient(90deg,#28a745,#20c997,#28a745);content:"";height:2px;left:0;position:absolute;right:0;top:0}header .header-desktop .container{align-items:center;display:flex;height:100%;justify-content:space-between;margin:0 auto;max-width:90%;padding:0 2rem}header .left{align-items:center;display:flex;flex:1;gap:3rem}header .logo{max-height:80px;max-width:270px;position:relative}header .logo a{align-items:center;display:flex;text-decoration:none;transition:all .3s ease}header .logo a:hover{transform:scale(1.02)}header .logo img.img-fluid,header .logo img:not([class*=no-logo-override]){filter:drop-shadow(0 2px 8px rgba(40,167,69,.2));height:80px;max-height:80px;max-width:270px;-o-object-fit:contain;object-fit:contain;transition:all .3s ease;width:270px}header .menu .navbar-nav{align-items:center;display:flex;gap:.5rem}header .menu .navbar-nav .nav-item .nav-link{border-radius:12px;color:#2c3e50;font-size:1.1rem;font-weight:700;letter-spacing:.5px;min-width:80px;padding:1rem 1.5rem;position:relative;text-align:center;text-transform:uppercase;transition:all .3s ease;white-space:nowrap}header .menu .navbar-nav .nav-item .nav-link:hover{background:linear-gradient(135deg,#28a745,#20c997);box-shadow:0 8px 20px rgba(40,167,69,.3);color:#fff;transform:translateY(-2px)}header .menu .navbar-nav .nav-item .nav-link.active{background:linear-gradient(135deg,#28a745,#20c997);box-shadow:0 4px 15px rgba(40,167,69,.4);color:#fff}header .right{align-items:center;display:flex;flex:1;gap:2rem;justify-content:flex-end}header .search-group{align-items:center;background:#fff;border:2px solid #e9ecef;border-radius:25px;box-shadow:0 2px 10px rgba(0,0,0,.05);display:flex;min-width:300px;padding:.5rem 1rem;transition:all .3s ease}header .search-group:hover{border-color:#28a745;box-shadow:0 4px 15px rgba(40,167,69,.1)}header .search-group:focus-within{border-color:#28a745;box-shadow:0 4px 15px rgba(40,167,69,.2)}.form-group header .search-group .form-select,.form-group header .search-group .form-textarea,.search-form header .search-group .search-input,header .search-group .form-control,header .search-group .form-group .form-select,header .search-group .form-group .form-textarea,header .search-group .search-form .search-input{background:transparent;border:none;font-size:1rem;padding:.5rem 0}.form-group header .search-group .form-select:focus,.form-group header .search-group .form-textarea:focus,.search-form header .search-group .search-input:focus,header .search-group .form-control:focus,header .search-group .form-group .form-select:focus,header .search-group .form-group .form-textarea:focus,header .search-group .search-form .search-input:focus{box-shadow:none;outline:none}header .search-group .btn{background:transparent;border:none;color:#28a745;font-size:1.2rem;padding:.5rem}header .search-group .btn:hover{color:#20c997;transform:scale(1.1)}header .language-switch{align-items:center;display:flex;gap:1rem}header .language-switch .dropdown{position:relative}header .language-switch .dropdown>a{align-items:center;background:linear-gradient(135deg,#28a745,#20c997);border-radius:12px;color:#fff;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;justify-content:center;min-width:100px;padding:.75rem 1rem;text-decoration:none;transition:all .3s ease}header .language-switch .dropdown>a:hover{background:linear-gradient(135deg,#20c997,#28a745);box-shadow:0 6px 15px rgba(40,167,69,.3);transform:translateY(-2px)}header .language-switch .dropdown>a img{border-radius:2px;height:auto;width:20px}header .language-switch .dropdown>a:after{border-top-color:#fff;margin-left:.5rem}header .language-switch .dropdown .dropdown-menu{backdrop-filter:blur(10px);background:#fff;border:none;border-radius:12px;box-shadow:0 8px 25px rgba(0,0,0,.15);display:none;left:0;margin-top:0;min-width:140px;opacity:0;padding:.5rem 0;position:absolute;top:calc(100% + 8px);transform:translateY(-10px);transition:all .3s ease;visibility:hidden;z-index:1001}header .language-switch .dropdown .dropdown-menu .dropdown-item{border-radius:8px;color:#333;display:block;font-size:.9rem;font-weight:500;margin:0 .5rem;padding:.75rem 1rem;text-decoration:none;transition:all .3s ease}header .language-switch .dropdown .dropdown-menu .dropdown-item:hover{background:linear-gradient(135deg,#28a745,#20c997);color:#fff;transform:translateX(4px)}header .language-switch .dropdown .dropdown-menu .dropdown-item img{border-radius:2px;height:auto;margin-right:8px;width:20px}header .language-switch .dropdown:hover .dropdown-menu{display:block;opacity:1;transform:translateY(0);visibility:visible}header .icons{align-items:center;display:flex;gap:1.5rem}header .icons .item{position:relative}header .icons .item .btn,header .icons .item a{align-items:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;display:flex;height:45px;justify-content:center;text-decoration:none;transition:all .3s ease;width:45px}header .icons .item .btn:hover,header .icons .item a:hover{background:linear-gradient(135deg,#28a745,#20c997);box-shadow:0 6px 15px rgba(40,167,69,.3);transform:translateY(-2px)}header .icons .item .btn:hover img,header .icons .item a:hover img{filter:brightness(0) invert(1)}header .icons .item .btn img,header .icons .item a img{height:24px;transition:all .3s ease;width:24px}header .icons .item .icon-quantity{background:linear-gradient(135deg,#dc3545,#c82333);border-radius:10px;box-shadow:0 2px 8px rgba(220,53,69,.3);color:#fff;font-size:.75rem;font-weight:700;min-width:20px;padding:.25rem .5rem;position:absolute;right:-8px;text-align:center;top:-8px}header .header-mobile{background:linear-gradient(135deg,#fff,#f8f9fa);border-bottom:3px solid #28a745;box-shadow:0 4px 20px rgba(0,0,0,.08);display:none;height:100px;position:relative}header .header-mobile .mb-icon{border-radius:8px;color:#28a745;cursor:pointer;font-size:2rem;left:1rem;padding:8px;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;z-index:1001}header .header-mobile .mb-icon:hover{background:rgba(40,167,69,.1);transform:translateY(-50%) scale(1.05)}header .header-mobile .mb-icon:active{transform:translateY(-50%) scale(.95);transition:all .1s ease}header .header-mobile .logo{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}header .header-mobile .logo img{filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));height:75px;max-width:240px;transition:all .3s ease;width:auto}header .header-mobile .mobile-icons{align-items:center;display:flex;gap:12px;position:absolute;right:20px;top:50%;transform:translateY(-50%);z-index:1002}header .header-mobile .mobile-icons .mobile-icon{align-items:center;background:linear-gradient(135deg,#fff,#f8f9fa);border:2px solid rgba(40,167,69,.3);border-radius:14px;box-shadow:0 3px 12px rgba(0,0,0,.15);display:flex;height:48px;justify-content:center;position:relative;text-decoration:none;transition:all .3s ease;width:48px}header .header-mobile .mobile-icons .mobile-icon:hover{background:linear-gradient(135deg,#28a745,#20c997);border-color:rgba(40,167,69,.6);box-shadow:0 6px 20px rgba(40,167,69,.4);transform:scale(1.08)}header .header-mobile .mobile-icons .mobile-icon:hover img{filter:brightness(0) invert(1)}header .header-mobile .mobile-icons .mobile-icon a{align-items:center;background:transparent;border:none;display:flex;height:100%;justify-content:center;padding:0;text-decoration:none;width:100%}header .header-mobile .mobile-icons .mobile-icon a img,header .header-mobile .mobile-icons .mobile-icon img{display:block;height:24px;transition:all .3s ease;width:24px}header .header-mobile .header-cart-icon{align-items:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:10px;display:flex;height:40px;justify-content:center;position:absolute;right:1rem;top:50%;transform:translateY(-50%);transition:all .3s ease;width:40px}header .header-mobile .header-cart-icon:hover{background:linear-gradient(135deg,#28a745,#20c997);transform:translateY(-50%) scale(1.1)}header .header-mobile .header-cart-icon:hover img{filter:brightness(0) invert(1)}header .header-mobile .header-cart-icon img{height:20px;transition:all .3s ease;width:20px}header .header-mobile .header-cart-icon .icon-quantity{background:linear-gradient(135deg,#dc3545,#c82333);border-radius:8px;color:#fff;font-size:.7rem;font-weight:700;min-width:16px;padding:.2rem .4rem;position:absolute;right:-5px;text-align:center;top:-5px}@media (max-width:1200px){header .header-desktop .container{padding:0 1.5rem}header .header-desktop .left{gap:2rem}header .header-desktop .logo img{height:70px;width:250px}header .header-desktop .search-group{min-width:250px}}@media (max-width:992px){header .header-desktop{display:none}header .header-mobile{display:block}}@media (max-width:768px){header .header-mobile{height:100px}header .header-mobile .logo img{height:70px;max-width:220px}header .header-mobile .mb-icon{font-size:2rem;padding:8px}header .header-mobile .mobile-icons{right:15px}header .header-mobile .mobile-icons .mobile-icon{border-width:2px;height:44px;width:44px}header .header-mobile .mobile-icons .mobile-icon a img{height:22px;width:22px}header .header-mobile .mobile-icons .mobile-icon img{display:block;height:22px;width:22px}header .header-mobile .header-cart-icon{height:35px;width:35px}header .header-mobile .header-cart-icon img{height:18px;width:18px}}@media (max-width:480px){header .header-mobile{height:90px}header .header-mobile .logo img{height:65px;max-width:200px}header .header-mobile .mb-icon{font-size:1.8rem;padding:6px}header .header-mobile .mobile-icons{right:12px}header .header-mobile .mobile-icons .mobile-icon{border-width:2px;height:40px;width:40px}header .header-mobile .mobile-icons .mobile-icon a img{height:20px;width:20px}header .header-mobile .mobile-icons .mobile-icon img{display:block;height:20px;width:20px}header .header-mobile .header-cart-icon{height:30px;width:30px}header .header-mobile .header-cart-icon img{height:16px;width:16px}}#mobile-menu-offcanvas.offcanvas.offcanvas-start{background:linear-gradient(180deg,#fff,#f8fffe);border:none;box-shadow:4px 0 20px rgba(0,0,0,.1);width:320px}#mobile-menu-offcanvas.offcanvas.offcanvas-start .offcanvas-header{background:linear-gradient(135deg,#2e7d32,#4caf50);border:none;color:#fff;overflow:hidden;padding:25px 20px;position:relative}#mobile-menu-offcanvas.offcanvas.offcanvas-start .offcanvas-header:before{background:radial-gradient(circle,hsla(0,0%,100%,.1) 0,transparent 70%);border-radius:50%;content:"";height:150px;position:absolute;right:-50px;top:-50px;width:150px}#mobile-menu-offcanvas.offcanvas.offcanvas-start .offcanvas-header .mobile-user-section{align-items:center;display:flex;gap:20px;padding:10px 0;position:relative;z-index:2}#mobile-menu-offcanvas.offcanvas.offcanvas-start .offcanvas-header .mobile-user-section .account-icon{align-items:center;backdrop-filter:blur(10px);background:hsla(0,0%,100%,.2);border:2px solid hsla(0,0%,100%,.3);border-radius:50%;display:flex;height:60px;justify-content:center;transition:all .3s ease;width:60px}#mobile-menu-offcanvas.offcanvas.offcanvas-start .offcanvas-header .mobile-user-section .account-icon:hover{background:hsla(0,0%,100%,.3);transform:scale(1.05)}#mobile-menu-offcanvas.offcanvas.offcanvas-start .offcanvas-header .mobile-user-section .account-icon img{filter:brightness(0) invert(1);height:28px;width:28px}#mobile-menu-offcanvas.offcanvas.offcanvas-start .offcanvas-header .mobile-user-section .user-info{flex:1}#mobile-menu-offcanvas.offcanvas.offcanvas-start .offcanvas-header .mobile-user-section .user-info .welcome-text{color:hsla(0,0%,100%,.8);font-size:.9rem;margin-bottom:4px;opacity:.9}#mobile-menu-offcanvas.offcanvas.offcanvas-start .offcanvas-header .mobile-user-section .user-info .user-name{color:#fff;font-size:1.2rem;font-weight:600;line-height:1.2}#mobile-menu-offcanvas.offcanvas.offcanvas-start .close-offcanvas{align-items:center;background:hsla(0,0%,100%,.2);border-radius:50%;cursor:pointer;display:flex;height:35px;justify-content:center;position:absolute;right:15px;top:15px;transition:all .3s ease;width:35px;z-index:10}#mobile-menu-offcanvas.offcanvas.offcanvas-start .close-offcanvas:hover{background:hsla(0,0%,100%,.3);transform:scale(1.1)}#mobile-menu-offcanvas.offcanvas.offcanvas-start .close-offcanvas i{color:#fff;font-size:1.2rem}#mobile-menu-offcanvas.offcanvas.offcanvas-start .offcanvas-body{padding:0}#mobile-menu-offcanvas.offcanvas.offcanvas-start .offcanvas-body .mobile-menu-wrap .accordion .accordion-item{background:transparent;border:none;margin-bottom:2px}#mobile-menu-offcanvas.offcanvas.offcanvas-start .offcanvas-body .mobile-menu-wrap .accordion .accordion-item .nav-item-text{position:relative}#mobile-menu-offcanvas.offcanvas.offcanvas-start .offcanvas-body .mobile-menu-wrap .accordion .accordion-item .nav-item-text .nav-link{background:transparent;border:none;border-radius:12px;color:#2e7d32;display:block;font-size:1.2rem;font-weight:700;line-height:1.5;margin:4px 15px;overflow:hidden;padding:20px 25px;position:relative;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1)}#mobile-menu-offcanvas.offcanvas.offcanvas-start .offcanvas-body .mobile-menu-wrap .accordion .accordion-item .nav-item-text .nav-link:before{background:linear-gradient(180deg,#4caf50,#2e7d32);border-radius:0 3px 3px 0;content:"";height:0;left:0;position:absolute;top:50%;transform:translateY(-50%);transition:all .4s cubic-bezier(.4,0,.2,1);width:4px}#mobile-menu-offcanvas.offcanvas.offcanvas-start .offcanvas-body .mobile-menu-wrap .accordion .accordion-item .nav-item-text .nav-link:after{background:linear-gradient(90deg,transparent,rgba(76,175,80,.1),transparent);content:"";height:100%;left:-100%;position:absolute;top:0;transition:all .6s ease;width:100%}#mobile-menu-offcanvas.offcanvas.offcanvas-start .offcanvas-body .mobile-menu-wrap .accordion .accordion-item .nav-item-text .nav-link:hover{background:linear-gradient(135deg,rgba(76,175,80,.15),rgba(46,125,50,.08));box-shadow:0 4px 15px rgba(76,175,80,.2);color:#1b5e20;font-size:1.25rem;font-weight:800;padding-left:35px;transform:translateX(5px) scale(1.02)}#mobile-menu-offcanvas.offcanvas.offcanvas-start .offcanvas-body .mobile-menu-wrap .accordion .accordion-item .nav-item-text .nav-link:hover:before{height:60%;width:6px}#mobile-menu-offcanvas.offcanvas.offcanvas-start .offcanvas-body .mobile-menu-wrap .accordion .accordion-item .nav-item-text .nav-link:hover:after{left:100%}#mobile-menu-offcanvas.offcanvas.offcanvas-start .offcanvas-body .mobile-menu-wrap .accordion .accordion-item .nav-item-text .nav-link.active{background:linear-gradient(135deg,rgba(76,175,80,.25),rgba(46,125,50,.15))!important;box-shadow:0 6px 20px rgba(76,175,80,.3);color:#1b5e20!important;font-size:1.25rem!important;font-weight:800!important;padding-left:35px!important;transform:translateX(5px) scale(1.02)}#mobile-menu-offcanvas.offcanvas.offcanvas-start .offcanvas-body .mobile-menu-wrap .accordion .accordion-item .nav-item-text .nav-link.active:before{background:linear-gradient(180deg,#2e7d32,#1b5e20);height:80%;width:6px}#mobile-menu-offcanvas.offcanvas.offcanvas-start .offcanvas-body .mobile-menu-wrap .accordion .accordion-item .nav-item-text .nav-link:active{transform:translateX(3px) scale(.98);transition:all .1s ease}.header-top{display:none!important}body{padding-top:0}@media (max-width:992px){.floating-cart-mobile{align-items:center;background:linear-gradient(135deg,#28a745,#20c997);border:3px solid hsla(0,0%,100%,.9);border-radius:50%;bottom:25px;box-shadow:0 6px 20px rgba(40,167,69,.4),0 2px 8px rgba(0,0,0,.1);cursor:pointer;display:flex;height:56px;justify-content:center;position:fixed;right:20px;transition:all .3s cubic-bezier(.4,0,.2,1);width:56px;z-index:1001}.floating-cart-mobile:hover{background:linear-gradient(135deg,#20c997,#28a745);box-shadow:0 10px 30px rgba(40,167,69,.5),0 4px 12px rgba(0,0,0,.15);transform:scale(1.08) translateY(-2px)}.floating-cart-mobile:active{transform:scale(.95)}.floating-cart-mobile img{display:block;filter:brightness(0) invert(1);height:32px;left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .3s ease;width:32px}.floating-cart-mobile .cart-quantity{align-items:center;background:linear-gradient(135deg,#dc3545,#c82333);border:2px solid #fff;border-radius:12px;box-shadow:0 2px 8px rgba(220,53,69,.4);color:#fff;display:flex;font-size:.75rem;font-weight:700;height:22px;justify-content:center;min-width:22px;padding:.25rem .5rem;position:absolute;right:-8px;text-align:center;top:-8px}}@media (max-width:480px){.floating-cart-mobile{border-width:2px;bottom:20px;height:50px;right:15px;width:50px}.floating-cart-mobile img{display:block;height:28px;left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:28px}.floating-cart-mobile .cart-quantity{font-size:.65rem;height:18px;min-width:18px;padding:.2rem .4rem;right:-6px;top:-6px}}#mobile-menu-offcanvas .mobile-menu-wrap .accordion-item .nav-item-text .nav-link{color:#2e7d32!important;font-size:1.2rem!important;font-weight:700!important;line-height:1.5!important;padding:20px 25px!important}footer{background:linear-gradient(135deg,#1b5e20,#2e7d32 30%,#388e3c);box-shadow:0 2px 8px rgba(76,175,80,.2);margin-top:-20px!important;overflow:hidden;position:relative}footer:before{background:linear-gradient(180deg,rgba(27,94,32,.9),rgba(46,125,50,.95) 50%,#2e7d32);border-radius:20px 20px 0 0;content:"";height:30px;pointer-events:none;position:absolute;right:0;top:-30px;z-index:0}@media (min-width:768px){footer{margin-top:-20px!important}}@media (max-width:768px){footer{margin-top:-15px!important;padding-top:20px}footer:before{height:20px;top:-20px}}footer:after,footer:before{background-image:url(/images/icons/footer-1.svg);background-position:top;background-repeat:no-repeat;background-size:contain;content:"";height:300px;position:absolute;width:20%}footer:before{left:0;top:0;width:50%}@media (min-width:768px){footer:before{top:-5%;width:30%}}footer:after{background-image:url(/images/icons/footer-2.svg);background-position:bottom;bottom:0;right:0;width:36%}@media (min-width:768px){footer:after{bottom:-5%;width:15%}}footer .footer-box{color:#fff;position:relative;z-index:1}footer .footer-box a{color:#fff;opacity:.9;position:relative}footer .footer-box a:hover{color:#fff;opacity:1;text-decoration:none}footer .footer-box a:hover:after{left:0;width:100%}footer .footer-box a:after{border-bottom:1px solid #fff;bottom:0;content:"";position:absolute;right:0;transition:width .3s ease;width:0}footer .footer-box .footer-top-links{padding:10px 0}@media (min-width:768px){footer .footer-box .footer-top-links{padding:40px 0}}@media (min-width:992px){footer .footer-box .footer-top-links .about{padding-right:60px}}footer .footer-box .footer-top-links .about .about-text{padding-top:6px}footer .footer-box .footer-top-links .footer-link-title{color:#fff;display:flex;font-size:15px;font-weight:700;justify-content:space-between;text-shadow:0 1px 2px rgba(0,0,0,.1)}@media (min-width:768px){footer .footer-box .footer-top-links .footer-link-title{font-size:18px;margin-bottom:20px}}footer .footer-box .footer-top-links .footer-link-title .footer-link-icon.active i:before{content:"\f63b"}@media (min-width:768px){footer .footer-box .footer-top-links .footer-link-title .footer-link-icon{display:none}}footer .footer-box .footer-top-links .footer-item{padding-bottom:10px;padding-top:10px}footer .footer-box .footer-top-links .footer-item .footer-item-content{display:none;padding-right:26px}@media (min-width:768px){footer .footer-box .footer-top-links .footer-item .footer-item-content{display:block}}footer .footer-box .footer-top-links ul{list-style:none;margin:0;padding:0}footer .footer-box .footer-top-links ul li{font-size:14px;font-weight:500;margin-right:20px;padding:6px 0}footer .footer-box .footer-top-links ul li a{color:#fff;opacity:.85;transition:all .3s ease}footer .footer-box .footer-top-links ul li a:hover{color:#fff;opacity:1;text-decoration:none;transform:translateX(3px)}footer .footer-box .bottom-box{border-top:1px solid hsla(0,0%,100%,.2);padding:26px 0}@media (max-width:768px){footer .footer-box .bottom-box{padding:10px 0}footer .footer-box .bottom-box .left-links{text-align:center}}footer .footer-box .bottom-box .left-links a{color:hsla(0,0%,100%,.7);font-size:.9rem;font-weight:400;opacity:.8;text-decoration:none;transition:all .3s ease}footer .footer-box .bottom-box .left-links a:hover{color:hsla(0,0%,100%,.9);opacity:1;text-decoration:none}footer .footer-box .bottom-box .copyright-text{color:hsla(0,0%,100%,.6);font-size:.85rem;font-weight:400;line-height:1.4;opacity:.7;text-align:right}@media (max-width:768px){footer .footer-box .bottom-box .copyright-text{font-size:.8rem;margin-top:10px;text-align:center}}footer .footer-box .bottom-box .copyright-text a{color:hsla(0,0%,100%,.7);opacity:.8;text-decoration:none;transition:all .3s ease}footer .footer-box .bottom-box .copyright-text a:hover{color:hsla(0,0%,100%,.9);opacity:1;text-decoration:none}footer .footer-box .bottom-box .copyright-text:before{content:"©";margin-right:4px;opacity:.6}footer .footer-box .bottom-box .payment-icon{align-items:center;display:flex;gap:10px;justify-content:flex-end}@media (max-width:768px){footer .footer-box .bottom-box .payment-icon{gap:8px;justify-content:center;margin-top:10px}}footer .footer-box .bottom-box .payment-icon img{height:auto;max-height:40px;max-width:60px;-o-object-fit:contain;object-fit:contain;opacity:.9;transition:all .3s ease;width:auto}@media (max-width:768px){footer .footer-box .bottom-box .payment-icon img{max-height:35px;max-width:50px}}footer .footer-box .bottom-box .payment-icon img:hover{opacity:1;transform:scale(1.05)}.newsletter-modern{background:linear-gradient(135deg,#0f4c3a,#1b5e20 25%,#2e7d32 50%,#388e3c 75%,#4caf50);overflow:hidden;padding:100px 0;position:relative}.newsletter-modern .newsletter-wrapper{position:relative;z-index:2}.newsletter-modern .newsletter-content{align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr}.newsletter-modern .newsletter-content .newsletter-info{color:#fff}.newsletter-modern .newsletter-content .newsletter-info .newsletter-badge{align-items:center;backdrop-filter:blur(10px);background:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.2);border-radius:50px;display:inline-flex;font-size:.9rem;font-weight:500;gap:8px;margin-bottom:24px;padding:8px 16px}.newsletter-modern .newsletter-content .newsletter-info .newsletter-badge .badge-icon{font-size:1rem}.newsletter-modern .newsletter-content .newsletter-info .newsletter-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:24px}.newsletter-modern .newsletter-content .newsletter-info .newsletter-title .title-highlight{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,gold,orange);-webkit-background-clip:text;background-clip:text;display:block}.newsletter-modern .newsletter-content .newsletter-info .newsletter-title .title-main{color:#fff;display:block}.newsletter-modern .newsletter-content .newsletter-info .newsletter-description{font-size:1.2rem;line-height:1.6;margin-bottom:40px;opacity:.9}.newsletter-modern .newsletter-content .newsletter-info .newsletter-features{margin-bottom:40px}.newsletter-modern .newsletter-content .newsletter-info .newsletter-features .feature-item{align-items:flex-start;display:flex;gap:16px;margin-bottom:24px}.newsletter-modern .newsletter-content .newsletter-info .newsletter-features .feature-item .feature-icon{align-items:center;background:hsla(0,0%,100%,.1);border-radius:12px;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.newsletter-modern .newsletter-content .newsletter-info .newsletter-features .feature-item .feature-icon svg{color:#4caf50;height:24px;width:24px}.newsletter-modern .newsletter-content .newsletter-info .newsletter-features .feature-item .feature-content h4{color:#2e7d32;font-size:1.1rem;font-weight:600;margin-bottom:4px}.newsletter-modern .newsletter-content .newsletter-info .newsletter-features .feature-item .feature-content p{color:#4caf50;font-size:.9rem;margin:0}.newsletter-modern .newsletter-content .newsletter-info .newsletter-stats{display:flex;gap:40px}.newsletter-modern .newsletter-content .newsletter-info .newsletter-stats .stat-item{text-align:center}.newsletter-modern .newsletter-content .newsletter-info .newsletter-stats .stat-item .stat-number{color:gold;display:block;font-size:2rem;font-weight:700;line-height:1}.newsletter-modern .newsletter-content .newsletter-info .newsletter-stats .stat-item .stat-label{font-size:.9rem;opacity:.8}.newsletter-modern .newsletter-content .newsletter-form-container .newsletter-form-card{backdrop-filter:blur(20px);background:hsla(0,0%,100%,.95);border:1px solid hsla(0,0%,100%,.3);border-radius:24px;box-shadow:0 20px 40px rgba(0,0,0,.1);padding:40px}.newsletter-modern .newsletter-content .newsletter-form-container .newsletter-form-card .form-header{margin-bottom:32px;text-align:center}.newsletter-modern .newsletter-content .newsletter-form-container .newsletter-form-card .form-header h3{color:#1b5e20;font-size:1.8rem;font-weight:700;margin-bottom:8px}.newsletter-modern .newsletter-content .newsletter-form-container .newsletter-form-card .form-header p{color:#666;font-size:1rem;margin:0}.newsletter-modern .newsletter-content .newsletter-form-container .newsletter-form-card .newsletter-form .form-group{margin-bottom:24px}.newsletter-modern .newsletter-content .newsletter-form-container .newsletter-form-card .newsletter-form .form-group .input-container{position:relative}.newsletter-modern .newsletter-content .newsletter-form-container .newsletter-form-card .newsletter-form .form-group .input-container .input-icon{left:16px;position:absolute;top:50%;transform:translateY(-50%);z-index:2}.newsletter-modern .newsletter-content .newsletter-form-container .newsletter-form-card .newsletter-form .form-group .input-container .input-icon svg{color:#999;height:20px;width:20px}.newsletter-modern .newsletter-content .newsletter-form-container .newsletter-form-card .newsletter-form .form-group .input-container .form-input{background:#fff;border:2px solid #e0e0e0;border-radius:12px;font-size:1rem;padding:16px 20px 16px 48px;transition:all .3s ease;width:100%}.newsletter-modern .newsletter-content .newsletter-form-container .newsletter-form-card .newsletter-form .form-group .input-container .form-input:focus{border-color:#4caf50;box-shadow:0 0 0 3px rgba(76,175,80,.1);outline:none}.newsletter-modern .newsletter-content .newsletter-form-container .newsletter-form-card .newsletter-form .form-group .input-container .form-input::-moz-placeholder{color:#999}.newsletter-modern .newsletter-content .newsletter-form-container .newsletter-form-card .newsletter-form .form-group .input-container .form-input::placeholder{color:#999}.newsletter-modern .newsletter-content .newsletter-form-container .newsletter-form-card .newsletter-form .form-group .input-container .input-focus-line{background:linear-gradient(90deg,#4caf50,#2e7d32);bottom:0;height:2px;left:0;position:absolute;right:0;transform:scaleX(0);transition:transform .3s ease}.newsletter-modern .newsletter-content .newsletter-form-container .newsletter-form-card .newsletter-form .form-group .input-container:focus-within .input-focus-line{transform:scaleX(1)}.newsletter-modern .newsletter-content .newsletter-form-container .newsletter-form-card .newsletter-form .subscribe-btn{align-items:center;background:linear-gradient(135deg,#4caf50,#2e7d32);border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:12px;justify-content:center;overflow:hidden;padding:16px 24px;position:relative;transition:all .3s ease;width:100%}.newsletter-modern .newsletter-content .newsletter-form-container .newsletter-form-card .newsletter-form .subscribe-btn .btn-icon,.newsletter-modern .newsletter-content .newsletter-form-container .newsletter-form-card .newsletter-form .subscribe-btn .btn-text{z-index:2}.newsletter-modern .newsletter-content .newsletter-form-container .newsletter-form-card .newsletter-form .subscribe-btn .btn-icon svg{height:20px;width:20px}.newsletter-modern .newsletter-content .newsletter-form-container .newsletter-form-card .newsletter-form .subscribe-btn .btn-ripple{background:hsla(0,0%,100%,.3);border-radius:50%;height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .6s ease;width:0}.newsletter-modern .newsletter-content .newsletter-form-container .newsletter-form-card .newsletter-form .subscribe-btn:hover{background:linear-gradient(135deg,#2e7d32,#1b5e20);box-shadow:0 8px 25px rgba(46,125,50,.4);transform:translateY(-2px)}.newsletter-modern .newsletter-content .newsletter-form-container .newsletter-form-card .newsletter-form .subscribe-btn:hover .btn-ripple{height:300px;width:300px}.newsletter-modern .newsletter-content .newsletter-form-container .newsletter-form-card .newsletter-form .subscribe-btn:active{transform:translateY(0)}.newsletter-modern .newsletter-content .newsletter-form-container .newsletter-form-card .form-footer{margin-top:24px}.newsletter-modern .newsletter-content .newsletter-form-container .newsletter-form-card .form-footer .privacy-info{align-items:center;color:#666;display:flex;font-size:.9rem;gap:8px}.newsletter-modern .newsletter-content .newsletter-form-container .newsletter-form-card .form-footer .privacy-info svg{color:#4caf50;height:16px;width:16px}@media (max-width:768px){.newsletter-modern{padding:60px 0}.newsletter-modern .newsletter-content{gap:40px;grid-template-columns:1fr}.newsletter-modern .newsletter-content .newsletter-info{text-align:center}.newsletter-modern .newsletter-content .newsletter-info .newsletter-title{font-size:2.5rem}.newsletter-modern .newsletter-content .newsletter-info .newsletter-features .feature-item,.newsletter-modern .newsletter-content .newsletter-info .newsletter-stats{justify-content:center}.newsletter-modern .newsletter-content .newsletter-form-container .newsletter-form-card{padding:30px 20px}}.hero-modern{height:800px;margin:0;max-width:none;overflow:hidden;padding:0;position:relative;width:100vw}.hero-modern .hero-carousel{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.hero-modern .hero-carousel .carousel-slide{background-attachment:fixed;background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity 1s ease-in-out;width:100%}.hero-modern .hero-carousel .carousel-slide.active{opacity:1}.hero-modern .hero-carousel .carousel-slide.slide-1{background-image:url(/static/themes/organic_green/images/zr1.webp)}.hero-modern .hero-carousel .carousel-slide.slide-2{background-image:url(/static/themes/organic_green/images/zr2.webp)}.hero-modern .hero-carousel .carousel-slide.slide-3{background-image:url(/static/themes/organic_green/images/zr3.webp)}.hero-modern .hero-carousel .carousel-slide.slide-4{background-image:url(/static/themes/organic_green/images/zr4.webp)}.hero-modern .hero-carousel .carousel-dots{bottom:30px;display:flex;gap:12px;left:50%;position:absolute;transform:translateX(-50%);z-index:10}.hero-modern .hero-carousel .carousel-dots .dot{background:hsla(0,0%,100%,.5);border:2px solid hsla(0,0%,100%,.8);border-radius:50%;cursor:pointer;height:12px;transition:all .3s ease;width:12px}.hero-modern .hero-carousel .carousel-dots .dot:hover{background:hsla(0,0%,100%,.8);transform:scale(1.2)}.hero-modern .hero-carousel .carousel-dots .dot.active{background:#fff;box-shadow:0 0 10px hsla(0,0%,100%,.8)}.hero-modern .hero-overlay{background:linear-gradient(135deg,rgba(0,0,0,.4),rgba(0,0,0,.2) 50%,rgba(0,0,0,.3));height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.hero-modern .hero-wrapper{align-items:center;display:flex;height:100%;padding:60px 0;position:relative;z-index:3}.hero-modern .hero-content{align-items:center;display:grid;gap:80px;grid-template-columns:1fr 1fr;height:100%;width:100%}.hero-modern .hero-dynamic{position:relative}.hero-modern .hero-set{display:none}.hero-modern .hero-set.active{display:block}.hero-modern .hero-badge{align-items:center;backdrop-filter:blur(8px);background:rgba(0,0,0,.35);border:1px solid hsla(0,0%,100%,.35);border-radius:999px;color:#fff;display:inline-flex;gap:12px;margin-bottom:22px;padding:10px 18px}.hero-modern .hero-badge .badge-icon{font-size:20px}.hero-modern .hero-badge .badge-text{font-size:clamp(14px,1.6vw,18px);font-weight:800;letter-spacing:.6px}.hero-modern .bullet-bars{display:grid;gap:14px;margin-top:18px}.hero-modern .bullet-bar{align-items:center;background:rgba(0,0,0,.38);border:1px solid hsla(0,0%,100%,.28);border-radius:16px;box-shadow:0 10px 24px rgba(0,0,0,.25);color:#fff;display:flex;font-size:clamp(14px,1.6vw,18px);gap:12px;max-width:900px;overflow:hidden;padding:14px 18px;text-overflow:ellipsis;white-space:nowrap;width:100%;word-break:keep-all}.hero-modern .bullet-bar .dot{background:#98e07a;border-radius:50%;flex:0 0 10px;height:10px;width:10px}.hero-modern .bullet-bar strong{font-weight:900}.hero-modern .bullet-bar .desc{margin-left:8px;opacity:.95;white-space:nowrap}.hero-modern .theme-1 .hero-title .title-highlight{color:#a3e635}.hero-modern .theme-1 .bullet-bar{background:rgba(46,125,50,.28);border-color:rgba(163,230,53,.35)}.hero-modern .theme-2 .hero-title .title-highlight{color:#60a5fa}.hero-modern .theme-2 .bullet-bar{background:rgba(30,64,175,.28);border-color:rgba(96,165,250,.35)}.hero-modern .theme-3 .hero-title .title-highlight{color:#fbbf24}.hero-modern .theme-3 .bullet-bar{background:rgba(146,64,14,.28);border-color:rgba(251,191,36,.35)}.hero-modern .theme-4 .hero-title .title-highlight{color:#34d399}.hero-modern .theme-4 .bullet-bar{background:rgba(6,95,70,.28);border-color:rgba(52,211,153,.35)}.hero-modern .hero-actions{margin-top:36px}@media (max-width:768px){.hero-modern .hero-actions{margin-top:24px}.hero-modern .hero-modern .bullet-bar{font-size:14px;max-width:100%;overflow:hidden;padding:10px 12px;text-overflow:ellipsis;white-space:nowrap;word-break:keep-all}.hero-modern .hero-modern .hero-actions{display:flex;flex-direction:column;gap:12px;margin-top:20px}.hero-modern .hero-modern .hero-actions .btn-primary,.hero-modern .hero-modern .hero-actions .btn-secondary{font-size:.9rem;margin:0 auto;max-width:none;padding:12px 20px;width:30%}.hero-modern .hero-modern .hero-actions .btn-primary .btn-text,.hero-modern .hero-modern .hero-actions .btn-secondary .btn-text{font-size:.9rem}}.hero-modern .hero-info .hero-badge{align-items:center;backdrop-filter:blur(15px);background:linear-gradient(135deg,rgba(76,175,80,.9),rgba(139,195,74,.8));border:2px solid rgba(76,175,80,.8);border-radius:30px;box-shadow:0 8px 25px rgba(76,175,80,.3);display:inline-flex;gap:10px;margin-bottom:32px;overflow:hidden;padding:14px 28px;position:relative;transition:all .3s ease}.hero-modern .hero-info .hero-badge:before{background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.3),transparent);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.hero-modern .hero-info .hero-badge:hover{box-shadow:0 10px 30px rgba(76,175,80,.2);transform:translateY(-3px)}.hero-modern .hero-info .hero-badge:hover:before{left:100%}.hero-modern .hero-info .hero-badge .badge-icon{filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));font-size:1.4rem}.hero-modern .hero-info .hero-badge .badge-text{color:#fff;font-size:1rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero-modern .hero-info .hero-title{margin-bottom:32px;position:relative}@media (max-width:768px){.hero-modern .hero-info .hero-title{white-space:normal}}@media (min-width:769px){.hero-modern .hero-info .hero-title{white-space:nowrap}}.hero-modern .hero-info .hero-title .title-highlight{color:#fff;display:inline-block;font-size:1.4rem;font-weight:700;margin-right:20px;position:relative;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero-modern .hero-info .hero-title .title-highlight:after{background:linear-gradient(90deg,#4caf50,#66bb6a);border-radius:2px;bottom:-6px;content:"";height:4px;left:0;position:absolute;width:80px}.hero-modern .hero-info .hero-title .title-main{color:#fff;display:inline-block;font-size:3.2rem;font-weight:900;letter-spacing:-.03em;line-height:1.05;position:relative;text-shadow:0 4px 8px rgba(0,0,0,.4)}@media (max-width:768px){.hero-modern .hero-info .hero-title .title-main{white-space:normal}}@media (min-width:769px){.hero-modern .hero-info .hero-title .title-main{white-space:nowrap}}.hero-modern .hero-info .hero-title .title-main:after{background:linear-gradient(90deg,#4caf50,#66bb6a,#8bc34a);border-radius:3px;bottom:-12px;content:"";height:5px;left:0;opacity:.8;position:absolute;width:120px}.hero-modern .hero-info .hero-description{backdrop-filter:blur(10px);background:linear-gradient(135deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,.1));border:1px solid hsla(0,0%,100%,.2);border-radius:20px;box-shadow:0 8px 30px rgba(0,0,0,.2);color:#fff;font-size:1.3rem;font-weight:500;line-height:1.8;margin-bottom:48px;max-width:520px;padding:28px 32px;position:relative;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero-modern .hero-info .hero-description:before{background:linear-gradient(180deg,#fff,hsla(0,0%,100%,.8),hsla(0,0%,100%,.6));border-radius:0 3px 3px 0;bottom:0;content:"";left:0;position:absolute;top:0;width:6px}.hero-modern .hero-info .hero-description:hover{background:linear-gradient(135deg,hsla(0,0%,100%,.25),hsla(0,0%,100%,.15));box-shadow:0 12px 40px rgba(0,0,0,.3);transform:translateY(-2px)}.hero-modern .hero-info .hero-features{display:flex;flex-direction:column;gap:24px;margin-bottom:48px}.hero-modern .hero-info .hero-features .feature-item{align-items:center;backdrop-filter:blur(10px);background:linear-gradient(135deg,hsla(0,0%,100%,.9),rgba(248,249,250,.8));border:1px solid rgba(76,175,80,.15);border-radius:20px;box-shadow:0 8px 30px rgba(76,175,80,.08);display:flex;gap:20px;overflow:hidden;padding:20px 24px;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.hero-modern .hero-info .hero-features .feature-item:before{background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.3),transparent);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.hero-modern .hero-info .hero-features .feature-item:hover{background:linear-gradient(135deg,hsla(0,0%,100%,.95),rgba(240,248,240,.9));border-color:rgba(76,175,80,.25);box-shadow:0 15px 40px rgba(76,175,80,.2);transform:translateY(-4px) translateX(8px)}.hero-modern .hero-info .hero-features .feature-item:hover:before{left:100%}.hero-modern .hero-info .hero-features .feature-item .feature-icon{align-items:center;background:linear-gradient(135deg,rgba(76,175,80,.15),rgba(139,195,74,.1));border-radius:16px;box-shadow:0 4px 15px rgba(76,175,80,.1);color:#2e7d32;display:flex;height:48px;justify-content:center;transition:all .3s ease;width:48px}.hero-modern .hero-info .hero-features .feature-item .feature-icon:hover{transform:scale(1.1) rotate(5deg)}.hero-modern .hero-info .hero-features .feature-item .feature-icon svg{height:24px;width:24px}.hero-modern .hero-info .hero-features .feature-item .feature-content h4{color:#1b5e20;font-size:1.2rem;font-weight:700;margin-bottom:6px;text-shadow:0 1px 2px rgba(0,0,0,.1)}.hero-modern .hero-info .hero-features .feature-item .feature-content p{color:#2e7d32;font-size:.95rem;font-weight:500;margin:0}.hero-modern .hero-info .hero-stats{display:flex;gap:48px;margin-bottom:48px;padding:28px 0}.hero-modern .hero-info .hero-stats .stat-item{backdrop-filter:blur(10px);background:linear-gradient(135deg,hsla(0,0%,100%,.95),rgba(248,249,250,.9));border:1px solid hsla(0,0%,100%,.3);border-radius:20px;box-shadow:0 8px 30px rgba(0,0,0,.15);overflow:hidden;padding:24px 20px;position:relative;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.hero-modern .hero-info .hero-stats .stat-item:before{background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.4),transparent);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.hero-modern .hero-info .hero-stats .stat-item:after{background:linear-gradient(90deg,#4caf50,#66bb6a,#8bc34a);border-radius:2px;content:"";height:4px;left:50%;opacity:.8;position:absolute;top:0;transform:translateX(-50%);width:60px}.hero-modern .hero-info .hero-stats .stat-item:hover{background:linear-gradient(135deg,hsla(0,0%,100%,.98),rgba(240,248,240,.95));box-shadow:0 15px 45px rgba(0,0,0,.2);transform:translateY(-6px) scale(1.02)}.hero-modern .hero-info .hero-stats .stat-item:hover:before{left:100%}.hero-modern .hero-info .hero-stats .stat-item .stat-number{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#1b5e20,#2e7d32,#4caf50);-webkit-background-clip:text;background-clip:text;display:block;font-size:2.8rem;font-weight:900;line-height:1;margin-bottom:12px;position:relative;text-shadow:0 2px 4px rgba(0,0,0,.1);z-index:2}.hero-modern .hero-info .hero-stats .stat-item .stat-label{color:#2e7d32;font-size:1.05rem;font-weight:700;position:relative;text-shadow:0 1px 2px rgba(0,0,0,.1);z-index:2}.hero-modern .hero-info .hero-actions{display:flex;gap:24px}.hero-modern .hero-info .hero-actions .btn-primary,.hero-modern .hero-info .hero-actions .btn-secondary{align-items:center;backdrop-filter:blur(10px);border:2px solid hsla(0,0%,100%,.1);border-radius:50px;display:inline-flex;font-weight:700;gap:14px;overflow:hidden;padding:20px 40px;position:relative;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1)}.hero-modern .hero-info .hero-actions .btn-primary:before,.hero-modern .hero-info .hero-actions .btn-secondary:before{background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.3),transparent);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.hero-modern .hero-info .hero-actions .btn-primary .btn-text,.hero-modern .hero-info .hero-actions .btn-secondary .btn-text{font-size:1.1rem;position:relative;text-shadow:0 2px 4px rgba(0,0,0,.2);z-index:2}.hero-modern .hero-info .hero-actions .btn-primary .btn-icon,.hero-modern .hero-info .hero-actions .btn-secondary .btn-icon{height:22px;position:relative;width:22px;z-index:2}.hero-modern .hero-info .hero-actions .btn-primary .btn-icon svg,.hero-modern .hero-info .hero-actions .btn-secondary .btn-icon svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));height:100%;width:100%}.hero-modern .hero-info .hero-actions .btn-primary .btn-ripple,.hero-modern .hero-info .hero-actions .btn-secondary .btn-ripple{background:hsla(0,0%,100%,.3);border-radius:50%;height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .8s,height .8s;width:0;z-index:1}.hero-modern .hero-info .hero-actions .btn-primary:hover:before,.hero-modern .hero-info .hero-actions .btn-secondary:hover:before{left:100%}.hero-modern .hero-info .hero-actions .btn-primary:hover .btn-ripple,.hero-modern .hero-info .hero-actions .btn-secondary:hover .btn-ripple{height:400px;width:400px}.hero-modern .hero-info .hero-actions .btn-primary:active,.hero-modern .hero-info .hero-actions .btn-secondary:active{transform:translateY(-2px) scale(.98)}.hero-modern .hero-info .hero-actions .btn-primary{background:linear-gradient(135deg,#8b4513,sienna 50%,peru);border:2px solid rgba(139,69,19,.4);box-shadow:0 12px 35px rgba(139,69,19,.3);color:#fff}.hero-modern .hero-info .hero-actions .btn-primary .btn-text{color:#fff}.hero-modern .hero-info .hero-actions .btn-primary:hover{background:linear-gradient(135deg,sienna,peru 50%,#deb887);border-color:rgba(139,69,19,.6);box-shadow:0 18px 50px rgba(139,69,19,.4);transform:translateY(-5px) scale(1.02)}.hero-modern .hero-info .hero-actions .btn-primary:hover .btn-text{color:#fff}.hero-modern .hero-info .hero-actions .btn-secondary{background:linear-gradient(135deg,rgba(255,193,7,.95),rgba(255,152,0,.9));border:2px solid rgba(255,193,7,.4);box-shadow:0 8px 25px rgba(255,193,7,.3);color:#fff}.hero-modern .hero-info .hero-actions .btn-secondary .btn-text{color:#fff}.hero-modern .hero-info .hero-actions .btn-secondary:hover{background:linear-gradient(135deg,#ffc107,rgba(255,152,0,.95));border-color:rgba(255,193,7,.6);box-shadow:0 15px 40px rgba(255,193,7,.4);transform:translateY(-5px) scale(1.02)}.hero-modern .hero-info .hero-actions .btn-secondary:hover .btn-text{color:#fff}.hero-modern .hero-visual{position:relative}.hero-modern .hero-visual .hero-image-container{position:relative;text-align:center}.hero-modern .hero-visual .hero-image-container .hero-main-image{border:3px solid hsla(0,0%,100%,.8);border-radius:24px;box-shadow:0 25px 80px rgba(46,125,50,.2);height:auto;max-width:100%;transition:all .4s cubic-bezier(.4,0,.2,1)}.hero-modern .hero-visual .hero-image-container .hero-main-image:hover{box-shadow:0 35px 100px rgba(46,125,50,.3);transform:scale(1.03) rotate(1deg)}.hero-modern .hero-visual .hero-image-container .floating-elements{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}.hero-modern .hero-visual .hero-image-container .floating-elements .floating-card{align-items:center;animation:float 8s ease-in-out infinite;backdrop-filter:blur(10px);background:linear-gradient(135deg,hsla(0,0%,100%,.95),rgba(248,249,250,.9));border:1px solid rgba(76,175,80,.2);border-radius:20px;box-shadow:0 12px 35px rgba(46,125,50,.15);display:flex;gap:10px;padding:16px 20px;position:absolute;transition:all .3s ease}.hero-modern .hero-visual .hero-image-container .floating-elements .floating-card:hover{box-shadow:0 15px 45px rgba(46,125,50,.25);transform:scale(1.05)}.hero-modern .hero-visual .hero-image-container .floating-elements .floating-card .card-icon{filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));font-size:1.4rem}.hero-modern .hero-visual .hero-image-container .floating-elements .floating-card .card-text{color:#1b5e20;font-size:1rem;font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.1)}.hero-modern .hero-visual .hero-image-container .floating-elements .floating-card.card-1{animation-delay:0s;left:-12%;top:15%}.hero-modern .hero-visual .hero-image-container .floating-elements .floating-card.card-2{animation-delay:2.5s;right:-18%;top:55%}.hero-modern .hero-visual .hero-image-container .floating-elements .floating-card.card-3{animation-delay:5s;bottom:15%;left:8%}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}25%{transform:translateY(-10px) rotate(1deg)}50%{transform:translateY(-5px) rotate(0deg)}75%{transform:translateY(-15px) rotate(-1deg)}}@media (max-width:768px){.hero-modern{height:600px;margin:0;overflow-x:hidden;width:100vw}.hero-modern .hero-carousel .carousel-slide{background-attachment:scroll}.hero-modern .hero-carousel .carousel-dots{bottom:20px}.hero-modern .hero-carousel .carousel-dots .dot{height:10px;width:10px}.hero-modern .hero-carousel .carousel-arrows{padding:0 20px}.hero-modern .hero-carousel .carousel-arrows .arrow-next,.hero-modern .hero-carousel .carousel-arrows .arrow-prev{height:40px;width:40px}.hero-modern .hero-carousel .carousel-arrows .arrow-next svg,.hero-modern .hero-carousel .carousel-arrows .arrow-prev svg{height:20px;width:20px}.hero-modern .container{max-width:100%;overflow-x:hidden;padding-left:15px;padding-right:15px}.hero-modern .hero-wrapper{padding:40px 0}.hero-modern .hero-content{gap:50px;grid-template-columns:1fr;text-align:center}.hero-modern .hero-info .hero-badge{margin-bottom:24px;padding:10px 20px}.hero-modern .hero-info .hero-badge .badge-text{font-size:.95rem}.hero-modern .hero-info .hero-title{margin-bottom:24px;white-space:normal}.hero-modern .hero-info .hero-title .title-highlight{font-size:1.2rem;margin-right:15px;white-space:normal}.hero-modern .hero-info .hero-title .title-main{font-size:2.2rem;white-space:normal}.hero-modern .hero-info .hero-description{font-size:1.2rem;margin-bottom:40px;padding:24px 28px}.hero-modern .hero-info .hero-description:before{left:0;width:5px}.hero-modern .hero-info .hero-features{gap:20px;margin-bottom:40px}.hero-modern .hero-info .hero-features .feature-item{padding:16px 20px}.hero-modern .hero-info .hero-features .feature-item .feature-icon{height:40px;width:40px}.hero-modern .hero-info .hero-features .feature-item .feature-icon svg{height:20px;width:20px}.hero-modern .hero-info .hero-features .feature-item .feature-content h4{font-size:1.1rem}.hero-modern .hero-info .hero-features .feature-item .feature-content p{font-size:.9rem}.hero-modern .hero-info .hero-stats{flex-wrap:wrap;gap:20px;justify-content:center;margin-bottom:40px}.hero-modern .hero-info .hero-stats .stat-item{min-width:120px;padding:20px 16px}.hero-modern .hero-info .hero-stats .stat-item .stat-number{font-size:2.2rem}.hero-modern .hero-info .hero-stats .stat-item .stat-label{font-size:.95rem}.hero-modern .hero-info .hero-actions{align-items:center;flex-direction:row;gap:16px;justify-content:center}.hero-modern .hero-info .hero-actions .btn-primary,.hero-modern .hero-info .hero-actions .btn-secondary{justify-content:center;margin:0;max-width:none;padding:12px 16px;white-space:nowrap;width:45%}.hero-modern .hero-info .hero-actions .btn-primary .btn-text,.hero-modern .hero-info .hero-actions .btn-secondary .btn-text{font-size:.9rem}.hero-modern .hero-visual .hero-image-container .hero-main-image{border-radius:20px}.hero-modern .hero-visual .hero-image-container .floating-elements .floating-card{padding:12px 16px}.hero-modern .hero-visual .hero-image-container .floating-elements .floating-card .card-icon{font-size:1.2rem}.hero-modern .hero-visual .hero-image-container .floating-elements .floating-card .card-text{font-size:.9rem}.hero-modern .hero-visual .hero-image-container .floating-elements .floating-card.card-1{left:-8%;top:8%}.hero-modern .hero-visual .hero-image-container .floating-elements .floating-card.card-2{right:-12%;top:45%}.hero-modern .hero-visual .hero-image-container .floating-elements .floating-card.card-3{bottom:8%;left:5%}}@media (min-width:1920px){.hero-modern .hero-carousel .carousel-slide{background-position:50%}}@media (min-width:769px) and (max-width:1199px){.hero-modern{height:700px}}.products-modern{background:linear-gradient(135deg,#f8f9fa,#e8f5e8 25%,#f0f8f0 50%,#e8f5e8 75%,#f8f9fa);overflow:hidden;padding:120px 0;position:relative}.products-modern:before{background-image:radial-gradient(circle at 20% 80%,rgba(76,175,80,.03) 0,transparent 50%),radial-gradient(circle at 80% 20%,rgba(46,125,50,.03) 0,transparent 50%),radial-gradient(circle at 40% 40%,rgba(139,195,74,.02) 0,transparent 50%)}.products-modern:after,.products-modern:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.products-modern:after{animation:productFloat 30s ease-in-out infinite;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='m50 10 10 20h20L65 45l5 20-20-10-20 10 5-20-15-15h20Z' fill='rgba(255,193,7,0.06)'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M50 20c-20 0-30 20-30 40s20 20 30 10c10 10 30 10 30-10S70 20 50 20Z' fill='rgba(76,175,80,0.05)'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M50 10c-10 0-20 10-20 20s10 20 20 20 20-10 20-20-10-20-20-20Z' fill='rgba(255,152,0,0.06)'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='m50 5 5 20h20L60 40l5 20-15-10-15 10 5-20-15-15h20Z' fill='rgba(244,67,54,0.05)'/%3E%3C/svg%3E");background-position:10% 20%,90% 10%,20% 90%,80% 80%;background-repeat:no-repeat;background-size:50px 50px,40px 40px,45px 45px,55px 55px;opacity:.3}.products-modern .products-wrapper{position:relative;z-index:2}.products-modern .products-content{align-items:start;display:grid;gap:80px;grid-template-columns:1.1fr 1fr}.products-modern .products-info .products-badge{align-items:center;backdrop-filter:blur(15px);background:linear-gradient(135deg,rgba(76,175,80,.15),rgba(139,195,74,.1));border:1px solid rgba(76,175,80,.3);border-radius:25px;box-shadow:0 4px 15px rgba(76,175,80,.1);display:inline-flex;gap:8px;margin-bottom:24px;padding:10px 20px;transition:all .3s ease}.products-modern .products-info .products-badge:hover{box-shadow:0 8px 25px rgba(76,175,80,.2);transform:translateY(-2px)}.products-modern .products-info .products-badge .badge-icon{filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));font-size:1.3rem}.products-modern .products-info .products-badge .badge-text{color:#1b5e20;font-size:.95rem;font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.1)}.products-modern .products-info .products-title{margin-bottom:32px;position:relative}.products-modern .products-info .products-title .title-highlight{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#4caf50,#66bb6a);-webkit-background-clip:text;background-clip:text;display:block;font-size:1.3rem;font-weight:700;margin-bottom:12px;position:relative;text-shadow:0 2px 4px rgba(0,0,0,.1)}.products-modern .products-info .products-title .title-highlight:after{background:linear-gradient(90deg,#4caf50,#66bb6a);border-radius:2px;bottom:-4px;content:"";height:3px;left:0;position:absolute;width:60px}.products-modern .products-info .products-title .title-main{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#1b5e20,#2e7d32,#388e3c);-webkit-background-clip:text;background-clip:text;display:block;font-size:2.4rem;font-weight:900;letter-spacing:-.03em;line-height:1.1;position:relative;text-shadow:0 4px 8px rgba(0,0,0,.1)}.products-modern .products-info .products-title .title-main:after{background:linear-gradient(90deg,#4caf50,#66bb6a,#8bc34a);border-radius:2px;bottom:-8px;content:"";height:4px;left:0;opacity:.7;position:absolute;width:100px}.products-modern .products-info .products-description{color:#424242;font-size:1.15rem;font-weight:400;line-height:1.8;margin-bottom:48px;max-width:480px;padding:20px 0;position:relative}.products-modern .products-info .products-description:before{background:linear-gradient(180deg,#4caf50,#66bb6a,#8bc34a);border-radius:2px;bottom:0;content:"";left:-20px;position:absolute;top:0;width:4px}.products-modern .products-info .products-tags{display:flex;flex-direction:column;gap:20px;margin-bottom:48px}.products-modern .products-info .products-tags .tag-item{align-items:center;background:linear-gradient(135deg,rgba(76,175,80,.05),rgba(139,195,74,.03));border:1px solid rgba(76,175,80,.15);border-radius:20px;display:flex;gap:20px;overflow:hidden;padding:20px 24px;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.products-modern .products-info .products-tags .tag-item:before{background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.products-modern .products-info .products-tags .tag-item:hover{background:linear-gradient(135deg,rgba(76,175,80,.1),rgba(139,195,74,.08));border-color:rgba(76,175,80,.25);box-shadow:0 8px 25px rgba(76,175,80,.15);transform:translateX(8px) translateY(-2px)}.products-modern .products-info .products-tags .tag-item:hover:before{left:100%}.products-modern .products-info .products-tags .tag-item .tag-icon{align-items:center;background:linear-gradient(135deg,rgba(76,175,80,.15),rgba(139,195,74,.1));border-radius:16px;box-shadow:0 4px 15px rgba(76,175,80,.1);display:flex;font-size:1.4rem;height:48px;justify-content:center;transition:all .3s ease;width:48px}.products-modern .products-info .products-tags .tag-item .tag-icon:hover{transform:scale(1.1) rotate(5deg)}.products-modern .products-info .products-tags .tag-item .tag-content h4{color:#1b5e20;font-size:1.1rem;font-weight:700;margin-bottom:6px;text-shadow:0 1px 2px rgba(0,0,0,.1)}.products-modern .products-info .products-tags .tag-item .tag-content p{color:#2e7d32;font-size:.95rem;font-weight:500;margin:0}.products-modern .products-info .products-stats{display:flex;gap:48px;margin-bottom:48px;padding:24px 0}.products-modern .products-info .products-stats .stat-item{padding:16px 0;position:relative;text-align:center}.products-modern .products-info .products-stats .stat-item:before{background:linear-gradient(90deg,#4caf50,#66bb6a);border-radius:2px;content:"";height:4px;left:50%;opacity:.6;position:absolute;top:0;transform:translateX(-50%);width:60px}.products-modern .products-info .products-stats .stat-item .stat-number{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#1b5e20,#2e7d32);-webkit-background-clip:text;background-clip:text;display:block;font-size:2.4rem;font-weight:900;line-height:1;margin-bottom:8px;text-shadow:0 2px 4px rgba(0,0,0,.1)}.products-modern .products-info .products-stats .stat-item .stat-label{color:#424242;font-size:.95rem;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.1)}.products-modern .products-info .products-actions{margin-bottom:32px}.products-modern .products-info .products-actions .btn-primary{align-items:center;backdrop-filter:blur(10px);background:linear-gradient(135deg,#1b5e20,#2e7d32);border:2px solid hsla(0,0%,100%,.1);border-radius:50px;box-shadow:0 10px 30px rgba(27,94,32,.3);color:#fff;display:inline-flex;font-weight:700;gap:14px;overflow:hidden;padding:18px 36px;position:relative;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1)}.products-modern .products-info .products-actions .btn-primary:before{background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.products-modern .products-info .products-actions .btn-primary .btn-text{font-size:1.05rem;position:relative;text-shadow:0 2px 4px rgba(0,0,0,.2);z-index:2}.products-modern .products-info .products-actions .btn-primary .btn-icon{height:22px;position:relative;width:22px;z-index:2}.products-modern .products-info .products-actions .btn-primary .btn-icon svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));height:100%;width:100%}.products-modern .products-info .products-actions .btn-primary .btn-ripple{background:hsla(0,0%,100%,.3);border-radius:50%;height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .8s,height .8s;width:0;z-index:1}.products-modern .products-info .products-actions .btn-primary:hover{background:linear-gradient(135deg,#4caf50,#81c784);box-shadow:0 15px 40px rgba(27,94,32,.4);transform:translateY(-4px) scale(1.02)}.products-modern .products-info .products-actions .btn-primary:hover:before{left:100%}.products-modern .products-info .products-actions .btn-primary:hover .btn-ripple{height:400px;width:400px}.products-modern .products-info .products-actions .btn-primary:active{transform:translateY(-2px) scale(.98)}.products-modern .products-info .products-video{background:linear-gradient(135deg,rgba(76,175,80,.03),rgba(139,195,74,.02));border:1px solid rgba(76,175,80,.1);border-radius:24px;margin-top:40px;padding:20px;transition:all .4s ease}.products-modern .products-info .products-video:hover{background:linear-gradient(135deg,rgba(76,175,80,.05),rgba(139,195,74,.04));border-color:rgba(76,175,80,.2);box-shadow:0 8px 30px rgba(76,175,80,.1);transform:translateY(-2px)}.products-modern .products-info .products-video .video-container{background:#000;border-radius:16px;box-shadow:0 8px 30px rgba(0,0,0,.15),0 0 0 1px rgba(76,175,80,.1);max-width:100%;overflow:hidden;padding-top:56.25%;position:relative;transition:all .4s ease;width:100%}.products-modern .products-info .products-video .video-container:before{background:linear-gradient(135deg,rgba(76,175,80,.3),rgba(139,195,74,.2));border-radius:16px;bottom:-2px;content:"";left:-2px;opacity:0;position:absolute;right:-2px;top:-2px;transition:opacity .4s ease;z-index:-1}.products-modern .products-info .products-video .video-container:hover{box-shadow:0 12px 40px rgba(0,0,0,.2),0 0 0 2px rgba(76,175,80,.2)}.products-modern .products-info .products-video .video-container:hover:before{opacity:1}.products-modern .products-info .products-video .video-container .video-player{background:#000;display:block;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.products-modern .products-info .products-video .video-info{margin-top:24px;padding-left:4px}.products-modern .products-info .products-video .video-info .video-title{color:#1b5e20;display:inline-block;font-size:1.4rem;font-weight:700;line-height:1.4;margin-bottom:10px;position:relative}.products-modern .products-info .products-video .video-info .video-title:after{background:linear-gradient(90deg,#4caf50,#66bb6a);border-radius:2px;bottom:-4px;content:"";height:3px;left:0;position:absolute;width:50px}.products-modern .products-info .products-video .video-info .video-description{color:#424242;font-size:1rem;font-weight:400;line-height:1.7;margin:0}@keyframes pulse{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}50%{opacity:.5;transform:translate(-50%,-50%) scale(1.2)}to{opacity:0;transform:translate(-50%,-50%) scale(1.4)}}.products-modern .products-showcase .products-grid{align-items:start;display:grid;gap:24px;grid-template-columns:repeat(2,1fr)}.products-modern .products-showcase .products-grid .product-card{backdrop-filter:blur(15px);background:linear-gradient(135deg,#fff,#f8f9fa);border:1px solid rgba(76,175,80,.15);border-radius:28px;box-shadow:0 12px 40px rgba(76,175,80,.1);display:flex;flex-direction:column;height:-moz-fit-content;height:fit-content;overflow:hidden;padding:28px;position:relative;transition:all .5s cubic-bezier(.4,0,.2,1)}.products-modern .products-showcase .products-grid .product-card:before{background:linear-gradient(135deg,rgba(76,175,80,.3),rgba(139,195,74,.2),rgba(76,175,80,.1));border-radius:28px;bottom:0;content:"";left:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;padding:3px;position:absolute;right:0;top:0;transition:opacity .4s ease}.products-modern .products-showcase .products-grid .product-card:after{background:radial-gradient(circle,rgba(76,175,80,.05) 0,transparent 70%);content:"";height:200%;left:-50%;opacity:0;pointer-events:none;position:absolute;top:-50%;transition:opacity .5s ease;width:200%}.products-modern .products-showcase .products-grid .product-card:hover{background:linear-gradient(135deg,#fff,#f0f8f0);box-shadow:0 30px 70px rgba(76,175,80,.25);transform:translateY(-15px) scale(1.03)}.products-modern .products-showcase .products-grid .product-card:hover:after,.products-modern .products-showcase .products-grid .product-card:hover:before{opacity:1}.products-modern .products-showcase .products-grid .product-card .product-badge{position:absolute;right:20px;top:20px;z-index:3}.products-modern .products-showcase .products-grid .product-card .product-badge .badge-text{backdrop-filter:blur(15px);background:linear-gradient(135deg,rgba(76,175,80,.95),rgba(139,195,74,.9));border:1px solid hsla(0,0%,100%,.2);border-radius:25px;box-shadow:0 4px 15px rgba(76,175,80,.3);color:#fff;font-size:.85rem;font-weight:700;padding:8px 16px;text-shadow:0 1px 2px rgba(0,0,0,.2)}.products-modern .products-showcase .products-grid .product-card .product-image-container{aspect-ratio:1;border-radius:20px;box-shadow:0 8px 25px rgba(76,175,80,.15);margin-bottom:16px;overflow:hidden;position:relative}.products-modern .products-showcase .products-grid .product-card .product-image-container .product-image{filter:brightness(1.05) contrast(1.1);height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;transition:all .4s ease;width:100%}.products-modern .products-showcase .products-grid .product-card .product-image-container .product-overlay{align-items:center;background:rgba(0,0,0,.7);bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:all .3s ease}.products-modern .products-showcase .products-grid .product-card .product-image-container .product-overlay .overlay-actions{display:flex;gap:12px}.products-modern .products-showcase .products-grid .product-card .product-image-container .product-overlay .overlay-actions .action-btn{align-items:center;background:#fff;border-radius:50%;color:#2e7d32;display:flex;height:44px;justify-content:center;text-decoration:none;transition:all .3s ease;width:44px}.products-modern .products-showcase .products-grid .product-card .product-image-container .product-overlay .overlay-actions .action-btn:hover{background:#2e7d32;color:#fff;transform:scale(1.1)}.products-modern .products-showcase .products-grid .product-card .product-image-container .product-overlay .overlay-actions .action-btn svg{height:20px;width:20px}.products-modern .products-showcase .products-grid .product-card .product-image-container:hover .product-image{transform:scale(1.05)}.products-modern .products-showcase .products-grid .product-card .product-image-container:hover .product-overlay{opacity:1}.products-modern .products-showcase .products-grid .product-card .product-content{display:flex;flex:1;flex-direction:column}.products-modern .products-showcase .products-grid .product-card .product-content .product-title{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#1b5e20,#2e7d32,#4caf50);-webkit-background-clip:text;background-clip:text;font-size:1.2rem;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin-bottom:8px;text-shadow:0 2px 4px rgba(0,0,0,.1)}.products-modern .products-showcase .products-grid .product-card .product-content .product-description{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#424242;display:-webkit-box;font-size:.9rem;font-weight:400;line-height:1.5;margin-bottom:16px;overflow:hidden;text-shadow:0 1px 2px rgba(0,0,0,.05)}.products-modern .products-showcase .products-grid .product-card .product-content .product-properties{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}.products-modern .products-showcase .products-grid .product-card .product-content .product-properties .property-tag{border-radius:16px;font-size:.8rem;font-weight:700;overflow:hidden;padding:6px 12px;position:relative;transition:all .4s ease}.products-modern .products-showcase .products-grid .product-card .product-content .product-properties .property-tag:before{background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.3),transparent);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.products-modern .products-showcase .products-grid .product-card .product-content .product-properties .property-tag.organic{background:linear-gradient(135deg,rgba(76,175,80,.2),rgba(139,195,74,.15));border:1px solid rgba(76,175,80,.3);box-shadow:0 4px 12px rgba(76,175,80,.15);color:#1b5e20}.products-modern .products-showcase .products-grid .product-card .product-content .product-properties .property-tag.organic:after{content:"🌿";font-size:.8rem;margin-left:6px}.products-modern .products-showcase .products-grid .product-card .product-content .product-properties .property-tag:not(.organic){background:linear-gradient(135deg,rgba(255,193,7,.2),rgba(255,152,0,.15));border:1px solid rgba(255,193,7,.3);box-shadow:0 4px 12px rgba(255,193,7,.15);color:#e65100}.products-modern .products-showcase .products-grid .product-card .product-content .product-properties .property-tag:not(.organic):after{content:"🔥";font-size:.8rem;margin-left:6px}.products-modern .products-showcase .products-grid .product-card .product-content .product-properties .property-tag:hover{box-shadow:0 8px 20px rgba(0,0,0,.2);transform:translateY(-3px) scale(1.05)}.products-modern .products-showcase .products-grid .product-card .product-content .product-properties .property-tag:hover:before{left:100%}.products-modern .products-showcase .products-grid .product-card .product-content .product-footer{align-items:center;display:flex;justify-content:space-between;margin-top:auto}.products-modern .products-showcase .products-grid .product-card .product-content .product-footer .product-price{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#1b5e20,#2e7d32,#4caf50);-webkit-background-clip:text;background-clip:text;font-size:1.3rem;font-weight:900;letter-spacing:-.02em;position:relative;text-shadow:0 2px 4px rgba(0,0,0,.1)}.products-modern .products-showcase .products-grid .product-card .product-content .product-footer .product-link{align-items:center;background:linear-gradient(135deg,#2e7d32,#4caf50);border:1px solid hsla(0,0%,100%,.2);border-radius:20px;box-shadow:0 4px 15px rgba(46,125,50,.3);color:#fff;display:flex;font-size:.85rem;font-weight:600;gap:6px;overflow:hidden;padding:8px 14px;position:relative;text-decoration:none;transition:all .3s ease}.products-modern .products-showcase .products-grid .product-card .product-content .product-footer .product-link:before{background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.products-modern .products-showcase .products-grid .product-card .product-content .product-footer .product-link:hover{background:linear-gradient(135deg,#1b5e20,#2e7d32);border-color:hsla(0,0%,100%,.3);box-shadow:0 8px 25px rgba(46,125,50,.4);color:#fff;gap:12px;transform:translateY(-2px)}.products-modern .products-showcase .products-grid .product-card .product-content .product-footer .product-link:hover:before{left:100%}.products-modern .products-showcase .products-grid .product-card .product-content .product-footer .product-link svg{filter:drop-shadow(0 1px 2px rgba(0,0,0,.2));height:18px;transition:transform .3s ease;width:18px}.products-modern .products-showcase .products-grid .product-card .product-content .product-footer .product-link:hover svg{transform:translateX(3px)}.products-modern .products-showcase .no-products{padding:60px 20px;text-align:center}.products-modern .products-showcase .no-products .no-products-icon{font-size:4rem;margin-bottom:20px}.products-modern .products-showcase .no-products h3{color:#2e7d32;font-size:1.5rem;margin-bottom:8px}.products-modern .products-showcase .no-products p{color:#666;font-size:1rem}@media (max-width:768px){.products-modern{padding:80px 0}.products-modern .products-content{gap:40px;grid-template-columns:1fr;text-align:center}.products-modern .products-info .products-title .title-main{font-size:1.9rem}.products-modern .products-info .products-description{font-size:1rem}.products-modern .products-info .products-tags{gap:12px}.products-modern .products-info .products-tags .tag-item{padding:12px 16px}.products-modern .products-info .products-tags .tag-item .tag-icon{font-size:1rem;height:32px;width:32px}.products-modern .products-info .products-stats{gap:30px;justify-content:center}.products-modern .products-info .products-stats .stat-item .stat-number{font-size:1.5rem}.products-modern .products-info .products-video{margin-top:24px}.products-modern .products-info .products-video .video-info .video-title{font-size:1.1rem;margin-bottom:6px}.products-modern .products-info .products-video .video-info .video-description{font-size:.85rem}.products-modern .products-showcase .products-grid{gap:20px;grid-template-columns:1fr}.products-modern .products-showcase .products-grid .product-card{padding:16px}.products-modern .products-showcase .products-grid .product-card .product-content .product-title{font-size:1rem}.products-modern .products-showcase .products-grid .product-card .product-content .product-footer .product-price{font-size:1.1rem}}@keyframes productFloat{0%,to{opacity:.3;transform:translateY(0) rotate(0deg)}25%{opacity:.5;transform:translateY(-6px) rotate(.3deg)}50%{opacity:.4;transform:translateY(-3px) rotate(0deg)}75%{opacity:.6;transform:translateY(-9px) rotate(-.3deg)}}.company-modern{background:linear-gradient(135deg,rgba(76,175,80,.03),rgba(46,125,50,.05) 50%,rgba(129,199,132,.02));overflow:hidden;padding:100px 0;position:relative}.company-modern .company-wrapper{position:relative;z-index:2}.company-modern .company-content{align-items:start;display:grid;gap:80px;grid-template-columns:1fr 1.2fr}.company-modern .company-info .company-badge{align-items:center;backdrop-filter:blur(10px);background:rgba(76,175,80,.1);border:1px solid rgba(76,175,80,.2);border-radius:25px;display:inline-flex;gap:8px;margin-bottom:24px;padding:8px 16px}.company-modern .company-info .company-badge .badge-icon{font-size:1.2rem}.company-modern .company-info .company-badge .badge-text{color:#2e7d32;font-size:.9rem;font-weight:600}.company-modern .company-info .company-title{margin-bottom:24px}.company-modern .company-info .company-title .title-highlight{color:#4caf50;display:block;font-size:1.2rem;font-weight:600;margin-bottom:8px}.company-modern .company-info .company-title .title-main{color:#2e7d32;display:block;font-size:2.8rem;font-weight:800;letter-spacing:-.02em;line-height:1.2}.company-modern .company-info .company-description{color:#666;font-size:1.1rem;line-height:1.7;margin-bottom:40px;max-width:450px}.company-modern .company-info .company-stats{display:flex;gap:40px;margin-bottom:40px}.company-modern .company-info .company-stats .stat-item{text-align:center}.company-modern .company-info .company-stats .stat-item .stat-number{color:#2e7d32;display:block;font-size:2rem;font-weight:800;line-height:1}.company-modern .company-info .company-stats .stat-item .stat-label{color:#666;font-size:.9rem;font-weight:500}.company-modern .company-info .company-actions .btn-primary{align-items:center;background:linear-gradient(135deg,#2e7d32,#4caf50);border-radius:50px;box-shadow:0 8px 25px rgba(46,125,50,.3);color:#fff;display:inline-flex;font-weight:600;gap:12px;overflow:hidden;padding:16px 32px;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.company-modern .company-info .company-actions .btn-primary .btn-text{font-size:1rem}.company-modern .company-info .company-actions .btn-primary .btn-icon{height:20px;width:20px}.company-modern .company-info .company-actions .btn-primary .btn-icon svg{height:100%;width:100%}.company-modern .company-info .company-actions .btn-primary .btn-ripple{background:hsla(0,0%,100%,.3);border-radius:50%;height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;width:0}.company-modern .company-info .company-actions .btn-primary:hover{box-shadow:0 12px 35px rgba(46,125,50,.4);transform:translateY(-3px)}.company-modern .company-info .company-actions .btn-primary:hover .btn-ripple{height:300px;width:300px}.company-modern .company-showcase .strength-grid{display:grid;gap:24px;grid-template-columns:repeat(2,1fr)}.company-modern .company-showcase .strength-grid .strength-card{background:#fff;border:1px solid rgba(76,175,80,.1);border-radius:20px;box-shadow:0 8px 30px rgba(76,175,80,.08);overflow:hidden;padding:24px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.company-modern .company-showcase .strength-grid .strength-card:hover{box-shadow:0 20px 50px rgba(76,175,80,.15);transform:translateY(-8px)}.company-modern .company-showcase .strength-grid .strength-card:before{background:linear-gradient(90deg,#4caf50,#2e7d32,#4caf50);content:"";height:4px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.company-modern .company-showcase .strength-grid .strength-card:hover:before{opacity:1}.company-modern .company-showcase .strength-grid .strength-card .card-icon{align-items:center;background:rgba(76,175,80,.1);border-radius:16px;color:#4caf50;display:flex;height:48px;justify-content:center;margin-bottom:16px;width:48px}.company-modern .company-showcase .strength-grid .strength-card .card-icon svg{height:24px;width:24px}.company-modern .company-showcase .strength-grid .strength-card .card-content{margin-bottom:16px}.company-modern .company-showcase .strength-grid .strength-card .card-content h3{color:#2e7d32;font-size:1.1rem;font-weight:600;line-height:1.3;margin-bottom:8px}.company-modern .company-showcase .strength-grid .strength-card .card-content p{color:#666;font-size:.9rem;line-height:1.5;margin:0}.company-modern .company-showcase .strength-grid .strength-card .card-number{align-items:center;background:rgba(76,175,80,.1);border-radius:50%;color:#4caf50;display:flex;font-size:.8rem;font-weight:700;height:32px;justify-content:center;position:absolute;right:20px;top:20px;width:32px}@media (max-width:768px){.company-modern{padding:80px 0}.company-modern .company-content{gap:40px;grid-template-columns:1fr;text-align:center}.company-modern .company-info .company-title .title-main{font-size:2.2rem}.company-modern .company-info .company-description{font-size:1rem}.company-modern .company-info .company-stats{gap:30px;justify-content:center}.company-modern .company-info .company-stats .stat-item .stat-number{font-size:1.5rem}.company-modern .company-showcase .strength-grid{gap:20px;grid-template-columns:1fr}.company-modern .company-showcase .strength-grid .strength-card{padding:20px}.company-modern .company-showcase .strength-grid .strength-card .card-icon{height:40px;width:40px}.company-modern .company-showcase .strength-grid .strength-card .card-icon svg{height:20px;width:20px}.company-modern .company-showcase .strength-grid .strength-card .card-content h3{font-size:1rem}.company-modern .company-showcase .strength-grid .strength-card .card-content p{font-size:.85rem}.company-modern .company-showcase .strength-grid .strength-card .card-number{font-size:.7rem;height:28px;width:28px}}body.page-home .module-title-wrap{margin-bottom:30px}body.page-home .module-title-wrap .module-title{color:#222;font-size:2rem;font-weight:700;margin-bottom:.7rem;position:relative;text-align:center}@media (max-width:768px){body.page-home .module-title-wrap .module-title{font-size:1.4rem;margin-bottom:.2rem}}body.page-home .module-title-wrap .module-sub-title{color:#768088;font-size:1rem;line-height:1.4;margin-left:auto;margin-right:auto;max-width:840px;text-align:center}@media (max-width:768px){body.page-home .module-title-wrap .module-sub-title{font-size:.87rem}}body.page-home .module-line{margin-bottom:20px}@media (min-width:768px){body.page-home .module-line{margin-bottom:40px}}.collapsible-section{margin-bottom:16px}.collapsible-section .section-header{align-items:center;background:linear-gradient(135deg,#2e7d32,#4caf50);border:none;border-radius:16px;box-shadow:0 4px 12px rgba(46,125,50,.15);cursor:pointer;display:none;justify-content:space-between;padding:16px 20px;transition:all .3s ease}.collapsible-section .section-header:hover{background:linear-gradient(135deg,#1b5e20,#2e7d32);box-shadow:0 6px 20px rgba(46,125,50,.25);transform:translateY(-2px)}.collapsible-section .section-header .section-title{align-items:center;color:#fff;display:flex;font-size:1rem;font-weight:600;gap:12px;margin:0}.collapsible-section .section-header .section-title .icon,.collapsible-section .section-header .section-title i{color:#fff!important;font-size:1.1rem}.collapsible-section .section-header .section-title[data-section=faq] .icon,.collapsible-section .section-header .section-title[data-section=faq] i{color:#fff!important}.collapsible-section .section-header .section-title:before{filter:brightness(0) invert(1)}.collapsible-section .section-header .toggle-icon{color:#fff;font-size:1.1rem;transition:transform .3s ease}.collapsible-section .section-header .toggle-icon.expanded{transform:rotate(180deg)}.collapsible-section .section-content{max-height:none;overflow:visible;transition:max-height .3s ease}.collapsible-section .section-content.expanded{max-height:none}.collapsible-section .section-body{background:transparent;border:none;border-radius:0;padding:0}@media (max-width:768px){.collapsible-section{margin-bottom:12px}.collapsible-section .section-header{display:flex;max-height:56px;min-height:56px;padding:16px 20px}.collapsible-section .section-header .section-title{font-size:.95rem;gap:10px}.collapsible-section .section-header .toggle-icon{font-size:1rem}.collapsible-section .section-content{max-height:0;overflow:hidden;transition:max-height .4s ease}.collapsible-section .section-content.expanded{max-height:2000px}.collapsible-section .section-body{padding:0}.mobile-collapsed .section-content{max-height:0}.mobile-collapsed .toggle-icon{transform:rotate(0deg)}}.hero-section{background:linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.2)),url(../../../themes/organic_green/public/images/001.png);background-attachment:scroll;background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:600px;overflow:hidden;padding:100px 0 80px;position:relative;z-index:1}.hero-section:before{background:radial-gradient(circle at 20% 80%,rgba(46,125,50,.15) 0,transparent 50%),radial-gradient(circle at 80% 20%,rgba(76,175,80,.1) 0,transparent 50%),radial-gradient(circle at 40% 40%,rgba(129,199,132,.08) 0,transparent 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.hero-section .container{position:relative;z-index:2}@media (max-width:768px){.hero-section{background-attachment:scroll;background-position:top;min-height:500px;padding:80px 0 60px}}@media (max-width:1024px) and (min-width:769px){.hero-section{background-attachment:scroll;min-height:550px}}.hero-title{animation:titleFadeIn 1.2s ease-out;color:#fff;font-size:clamp(2rem,4vw,3.2rem);font-weight:800;letter-spacing:-.02em;line-height:1.1;margin-bottom:32px;text-shadow:0 2px 4px rgba(0,0,0,.3);white-space:nowrap}@media (max-width:768px){.hero-title{white-space:normal}}.hero-title .hero-subtitle{color:#fff;display:block;font-size:.7em;font-weight:700;margin-bottom:8px;text-shadow:0 2px 4px rgba(0,0,0,.6)}.hero-title .hero-main{color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.4)}@keyframes titleFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-subtitle{animation:subtitleSlideIn 1s ease-out .3s both;color:#2e7d32;display:inline-block;font-size:clamp(1rem,2vw,1.3rem);font-weight:600;margin-right:20px}@keyframes subtitleSlideIn{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.hero-main{animation:mainTextSlideIn 1s ease-out .6s both;color:#fff;display:inline-block;font-weight:700}@keyframes mainTextSlideIn{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.hero-description{animation:descriptionFadeIn 1s ease-out .9s both;backdrop-filter:blur(10px);background:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;color:#fff;font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.7;margin-bottom:40px;max-width:520px;padding:20px;position:relative;text-shadow:0 2px 4px rgba(0,0,0,.5)}@keyframes descriptionFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-features{animation:featuresSlideIn 1s ease-out 1.2s both;display:flex;flex-wrap:wrap;gap:20px;margin-bottom:48px}@keyframes featuresSlideIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.feature-item{align-items:center;backdrop-filter:blur(10px);background:hsla(0,0%,100%,.95);border:1px solid hsla(0,0%,100%,.3);border-radius:25px;box-shadow:0 4px 12px rgba(0,0,0,.15);color:#1b5e20;display:flex;font-size:.95rem;font-weight:600;gap:12px;padding:12px 20px;transition:all .3s cubic-bezier(.4,0,.2,1)}.feature-item:hover{background:hsla(0,0%,100%,.95);box-shadow:0 8px 25px rgba(46,125,50,.2);transform:translateY(-2px)}.feature-item i{color:#2e7d32;font-size:1.1rem}.hero-actions{animation:actionsSlideIn 1s ease-out 1.5s both;display:flex;flex-wrap:wrap;gap:20px}@keyframes actionsSlideIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-actions .btn{align-items:center;border:none;border-radius:50px;display:inline-flex;font-size:1rem;font-weight:600;gap:8px;overflow:hidden;padding:16px 32px;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.hero-actions .btn.btn-primary{background:linear-gradient(135deg,#2e7d32,#4caf50);border:2px solid hsla(0,0%,100%,.2);box-shadow:0 6px 20px rgba(46,125,50,.4);color:#fff}.hero-actions .btn.btn-primary:hover{background:linear-gradient(135deg,#1b5e20,#2e7d32);box-shadow:0 10px 30px rgba(46,125,50,.5);transform:translateY(-3px)}.hero-actions .btn.btn-secondary{backdrop-filter:blur(10px);background:hsla(0,0%,100%,.95);border:2px solid hsla(0,0%,100%,.3);box-shadow:0 4px 15px rgba(0,0,0,.1);color:#2e7d32}.hero-actions .btn.btn-secondary:hover{background:#fff;box-shadow:0 8px 25px rgba(0,0,0,.2);color:#1b5e20;transform:translateY(-3px)}.hero-image{animation:imageSlideIn 1s ease-out 1.8s both;position:relative}.hero-image img{border-radius:20px;box-shadow:0 20px 60px rgba(46,125,50,.2);transition:all .3s ease}.hero-image:hover img{box-shadow:0 25px 80px rgba(46,125,50,.3);transform:scale(1.02)}@keyframes imageSlideIn{0%{opacity:0;transform:translateX(50px) scale(.95)}to{opacity:1;transform:translateX(0) scale(1)}}.hero-badge{align-items:center;animation:badgePulse 2s ease-in-out infinite;backdrop-filter:blur(10px);background:linear-gradient(135deg,#2e7d32,#4caf50);border:none;border-radius:30px;box-shadow:0 8px 25px rgba(46,125,50,.4);color:#fff;display:flex;font-size:.9rem;font-weight:700;gap:10px;padding:14px 24px;position:absolute;right:24px;top:24px}.hero-badge .badge-icon{animation:iconRotate 3s linear infinite;font-size:1.2rem}@keyframes badgePulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes iconRotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.section-header{margin-bottom:48px;text-align:center}.section-title{color:#2e7d32;font-size:2.5rem;font-weight:700;margin-bottom:16px}.section-subtitle{color:#666;font-size:1.1rem}.featured-products-section{background:#fff;padding:80px 0}.testimonial-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1);height:100%;padding:24px}.testimonial-content{margin-bottom:20px}.stars{font-size:1.2rem;margin-bottom:12px}.testimonial-text{color:#666;font-style:italic;line-height:1.6}.testimonial-author{align-items:center;display:flex;gap:12px}.author-avatar{border-radius:50%;height:50px;overflow:hidden;width:50px}.author-avatar img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.author-name{color:#333;font-weight:600}.author-location{color:#666;font-size:.9rem}.newsletter-section{background:linear-gradient(135deg,#1b5e20,#2e7d32 30%,#388e3c);color:#fff;margin-bottom:0;overflow:hidden;padding:80px 0 40px;position:relative}.newsletter-section:before{background-image:url(../../../themes/organic_green/public/images/icons/footer-1.svg);background-position:top;background-repeat:no-repeat;background-size:contain;content:"";height:300px;left:0;opacity:.15;position:absolute;top:0;width:50%;z-index:0}@media (min-width:768px){.newsletter-section:before{top:-5%;width:30%}}.newsletter-section:after{background-image:url(../../../themes/organic_green/public/images/icons/footer-2.svg);background-position:bottom;background-repeat:no-repeat;background-size:contain;bottom:0;content:"";height:300px;opacity:.15;position:absolute;right:0;width:36%;z-index:0}@media (min-width:768px){.newsletter-section:after{bottom:-5%;width:15%}}.newsletter-section .newsletter-content .newsletter-text .newsletter-icon{align-items:center;backdrop-filter:blur(10px);background:hsla(0,0%,100%,.15);border:2px solid hsla(0,0%,100%,.2);border-radius:50%;display:inline-block;display:flex;height:80px;justify-content:center;margin-bottom:25px;width:80px}.newsletter-section .newsletter-content .newsletter-text .newsletter-icon i{color:#fff;font-size:2rem}.newsletter-section .newsletter-content .newsletter-text .newsletter-title{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#fff,#e8f5e8 50%,#fff);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:2.8rem;font-weight:700;line-height:1.2;margin-bottom:20px;text-shadow:0 4px 8px rgba(0,0,0,.6)}.newsletter-section .newsletter-content .newsletter-text .newsletter-description{color:#fff;font-size:1.2rem;font-weight:600;line-height:1.6;margin-bottom:35px;opacity:1;text-shadow:0 3px 6px rgba(0,0,0,.5)}.newsletter-section .newsletter-content .newsletter-text .newsletter-benefits{display:flex;flex-direction:column;gap:15px}.newsletter-section .newsletter-content .newsletter-text .newsletter-benefits .benefit-item{align-items:center;display:flex;gap:12px;padding:12px 0}.newsletter-section .newsletter-content .newsletter-text .newsletter-benefits .benefit-item i{align-items:center;background:hsla(0,0%,100%,.25);border:1px solid hsla(0,0%,100%,.3);border-radius:50%;color:#fff;display:flex;font-size:.9rem;height:24px;justify-content:center;text-shadow:0 1px 2px rgba(0,0,0,.3);width:24px}.newsletter-section .newsletter-content .newsletter-text .newsletter-benefits .benefit-item span{color:#fff;font-size:1rem;font-weight:600;opacity:1;text-shadow:0 2px 4px rgba(0,0,0,.4)}.newsletter-section .newsletter-content .newsletter-form .newsletter-form-inner{backdrop-filter:blur(10px);background:hsla(0,0%,100%,.95);border:1px solid hsla(0,0%,100%,.3);border-radius:20px;box-shadow:0 20px 40px rgba(0,0,0,.1);padding:40px}.newsletter-section .newsletter-content .newsletter-form .newsletter-form-inner .form-header{margin-bottom:30px;text-align:center}.newsletter-section .newsletter-content .newsletter-form .newsletter-form-inner .form-header h3{color:#1b5e20;font-size:1.8rem;font-weight:700;margin-bottom:8px}.newsletter-section .newsletter-content .newsletter-form .newsletter-form-inner .form-header p{color:#444;font-size:1rem;margin:0}.newsletter-section .newsletter-content .newsletter-form .newsletter-form-inner .input-group{margin-bottom:25px}.newsletter-section .newsletter-content .newsletter-form .newsletter-form-inner .input-group .input-wrapper{margin-bottom:15px;position:relative}.newsletter-section .newsletter-content .newsletter-form .newsletter-form-inner .input-group .input-wrapper .input-icon{color:#999;font-size:1.1rem;left:20px;position:absolute;top:50%;transform:translateY(-50%);z-index:2}.form-group .newsletter-section .newsletter-content .newsletter-form .newsletter-form-inner .input-group .input-wrapper .form-select,.form-group .newsletter-section .newsletter-content .newsletter-form .newsletter-form-inner .input-group .input-wrapper .form-textarea,.newsletter-section .newsletter-content .newsletter-form .newsletter-form-inner .input-group .input-wrapper .form-control,.newsletter-section .newsletter-content .newsletter-form .newsletter-form-inner .input-group .input-wrapper .form-group .form-select,.newsletter-section .newsletter-content .newsletter-form .newsletter-form-inner .input-group .input-wrapper .form-group .form-textarea,.newsletter-section .newsletter-content .newsletter-form .newsletter-form-inner .input-group .input-wrapper .search-form .search-input,.search-form .newsletter-section .newsletter-content .newsletter-form .newsletter-form-inner .input-group .input-wrapper .search-input{background:#fff;border:2px solid #e0e0e0;border-radius:50px;color:#333;font-size:1rem;padding:18px 20px 18px 55px;transition:all .3s ease;width:100%}.form-group .newsletter-section .newsletter-content .newsletter-form .newsletter-form-inner .input-group .input-wrapper .form-select::-moz-placeholder,.form-group .newsletter-section .newsletter-content .newsletter-form .newsletter-form-inner .input-group .input-wrapper .form-textarea::-moz-placeholder,.newsletter-section .newsletter-content .newsletter-form .newsletter-form-inner .input-group .input-wrapper .form-control::-moz-placeholder,.newsletter-section .newsletter-content .newsletter-form .newsletter-form-inner .input-group .input-wrapper .form-group .form-select::-moz-placeholder,.newsletter-section .newsletter-content .newsletter-form .newsletter-form-inner .input-group .input-wrapper .form-group .form-textarea::-moz-placeholder,.newsletter-section .newsletter-content .newsletter-form .newsletter-form-inner .input-group .input-wrapper .search-form .search-input::-moz-placeholder,.search-form .newsletter-section .newsletter-content .newsletter-form .newsletter-form-inner .input-group .input-wrapper .search-input::-moz-placeholder{color:#999}.form-group .newsletter-section .newsletter-content .newsletter-form .newsletter-form-inner .input-group .input-wrapper .form-select::placeholder,.form-group .newsletter-section .newsletter-content .newsletter-form .newsletter-form-inner .input-group .input-wrapper .form-textarea::placeholder,.newsletter-section .newsletter-content .newsletter-form .newsletter-form-inner .input-group .input-wrapper .form-control::placeholder,.newsletter-section .newsletter-content .newsletter-form .newsletter-form-inner .input-group .input-wrapper .form-group .form-select::placeholder,.newsletter-section .newsletter-content .newsletter-form .newsletter-form-inner .input-group .input-wrapper .form-group .form-textarea::placeholder,.newsletter-section .newsletter-content .newsletter-form .newsletter-form-inner .input-group .input-wrapper .search-form .search-input::placeholder,.search-form .newsletter-section .newsletter-content .newsletter-form .newsletter-form-inner .input-group .input-wrapper .search-input::placeholder{color:#999}.form-group .newsletter-section .newsletter-content .newsletter-form .newsletter-form-inner .input-group .input-wrapper .form-select:focus,.form-group .newsletter-section .newsletter-content .newsletter-form .newsletter-form-inner .input-group .input-wrapper .form-textarea:focus,.newsletter-section .newsletter-content .newsletter-form .newsletter-form-inner .input-group .input-wrapper .form-control:focus,.newsletter-section .newsletter-content .newsletter-form .newsletter-form-inner .input-group .input-wrapper .form-group .form-select:focus,.newsletter-section .newsletter-content .newsletter-form .newsletter-form-inner .input-group .input-wrapper .form-group .form-textarea:focus,.newsletter-section .newsletter-content .newsletter-form .newsletter-form-inner .input-group .input-wrapper .search-form .search-input:focus,.search-form .newsletter-section .newsletter-content .newsletter-form .newsletter-form-inner .input-group .input-wrapper .search-input:focus{border-color:#4caf50;box-shadow:0 0 0 3px rgba(76,175,80,.1);outline:none}.newsletter-section .newsletter-content .newsletter-form .newsletter-form-inner .input-group .btn-subscribe{align-items:center;background:linear-gradient(135deg,#2e7d32,#1b5e20);border:none;border-radius:50px;box-shadow:0 4px 15px rgba(46,125,50,.3);color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:10px;justify-content:center;padding:18px 30px;transition:all .3s ease;width:100%}.newsletter-section .newsletter-content .newsletter-form .newsletter-form-inner .input-group .btn-subscribe i{font-size:1rem}.newsletter-section .newsletter-content .newsletter-form .newsletter-form-inner .input-group .btn-subscribe:hover{background:linear-gradient(135deg,#1b5e20,#2e7d32);box-shadow:0 8px 25px rgba(46,125,50,.4);transform:translateY(-2px)}.newsletter-section .newsletter-content .newsletter-form .newsletter-form-inner .input-group .btn-subscribe:active{transform:translateY(0)}.newsletter-section .newsletter-content .newsletter-form .newsletter-form-inner .form-footer{align-items:center;display:flex;flex-wrap:wrap;gap:15px;justify-content:space-between}.newsletter-section .newsletter-content .newsletter-form .newsletter-form-inner .form-footer .privacy-note{align-items:center;color:#444;display:flex;font-size:.9rem;gap:8px}.newsletter-section .newsletter-content .newsletter-form .newsletter-form-inner .form-footer .privacy-note i{color:#2e7d32}.newsletter-section .newsletter-content .newsletter-form .newsletter-form-inner .form-footer .subscription-stats{text-align:right}.newsletter-section .newsletter-content .newsletter-form .newsletter-form-inner .form-footer .subscription-stats .stats-number{color:#2e7d32;display:block;font-size:1.5rem;font-weight:700;line-height:1}.newsletter-section .newsletter-content .newsletter-form .newsletter-form-inner .form-footer .subscription-stats .stats-text{color:#666;font-size:.8rem}.newsletter-section .newsletter-transition{background:linear-gradient(180deg,rgba(46,125,50,.8),rgba(27,94,32,.9) 50%,#1b5e20);border-radius:0 0 20px 20px;bottom:-20px;height:40px;left:0;pointer-events:none;position:absolute;right:0}.newsletter-section .newsletter-wave{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0 0v46.29c47.79 22.2 103.59 32.17 158 28 70.36-5.37 136.33-33.31 206.8-37.5 73.84-4.36 147.54 16.88 218.2 35.26 69.27 18 138.3 24.88 209.4 13.08 36.15-6 69.85-17.84 104.45-29.34C989.49 25 1113-14.29 1200 52.47V0Z' fill='%231B5E20' opacity='.25'/%3E%3C/svg%3E") repeat-x;background-size:1200px 120px;bottom:-1px;height:20px;left:0;position:absolute;width:100%}.newsletter-title{font-size:1.8rem;font-weight:700;margin-bottom:12px}.newsletter-description{font-size:1.1rem;line-height:1.6;opacity:.9}.newsletter-form-inner .input-group{margin-bottom:12px}.form-group .newsletter-form-inner .form-select,.form-group .newsletter-form-inner .form-textarea,.newsletter-form-inner .form-control,.newsletter-form-inner .form-group .form-select,.newsletter-form-inner .form-group .form-textarea,.newsletter-form-inner .search-form .search-input,.search-form .newsletter-form-inner .search-input{border:none;border-radius:25px 0 0 25px;padding:12px 20px}.newsletter-form-inner .btn{border-radius:0 25px 25px 0;padding:12px 24px}.newsletter-note{font-size:.9rem;margin-top:8px;opacity:.8}.newsletter-note i{color:hsla(0,0%,100%,.7);margin-right:6px}@media (max-width:768px){.newsletter-section{padding:60px 0 30px}.newsletter-section .newsletter-content .newsletter-text{margin-bottom:40px;text-align:center}.newsletter-section .newsletter-content .newsletter-text .newsletter-title{font-size:2.2rem}.newsletter-section .newsletter-content .newsletter-text .newsletter-description{font-size:1.1rem}.newsletter-section .newsletter-content .newsletter-text .newsletter-benefits{align-items:center}.newsletter-section .newsletter-content .newsletter-form .newsletter-form-inner{padding:30px 20px}.newsletter-section .newsletter-content .newsletter-form .newsletter-form-inner .form-header h3{font-size:1.5rem}.newsletter-section .newsletter-content .newsletter-form .newsletter-form-inner .form-footer{flex-direction:column;text-align:center}.newsletter-section .newsletter-content .newsletter-form .newsletter-form-inner .form-footer .subscription-stats{text-align:center}.newsletter-section:after{bottom:-15px;height:25px}.newsletter-section .newsletter-wave{height:15px}}.newsletter-section .newsletter-content{animation:fadeInUp .8s ease-out;position:relative;z-index:3}.newsletter-section .newsletter-transition{z-index:1}.newsletter-section .newsletter-wave{animation:waveMove 3s ease-in-out infinite;z-index:2}@keyframes waveMove{0%,to{transform:translateX(0)}50%{transform:translateX(-10px)}}.company-strength-section{background:linear-gradient(135deg,rgba(76,175,80,.05),rgba(46,125,50,.08));padding:80px 0}.company-strength-section .section-header{margin-bottom:60px;text-align:center}.company-strength-section .section-header .section-title{color:#2e7d32;font-size:2.5rem;font-weight:700;margin-bottom:16px}.company-strength-section .section-header .section-subtitle{color:#666;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:600px}.company-strength-section .strength-card{background:linear-gradient(145deg,#fff,#f8fffe);border:none;border-radius:24px;box-shadow:0 12px 40px rgba(76,175,80,.08),0 4px 16px rgba(0,0,0,.04),inset 0 1px 0 hsla(0,0%,100%,.8);height:100%;overflow:hidden;padding:32px 24px;position:relative;text-align:center;transition:all .4s cubic-bezier(.25,.46,.45,.94)}.company-strength-section .strength-card:before{background:linear-gradient(90deg,#4caf50,#2e7d32,#4caf50);content:"";height:4px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.company-strength-section .strength-card:hover{background:linear-gradient(145deg,#fff,#f0fdf4);box-shadow:0 24px 80px rgba(76,175,80,.15),0 8px 32px rgba(0,0,0,.08),inset 0 1px 0 hsla(0,0%,100%,.9);transform:translateY(-12px) scale(1.02)}.company-strength-section .strength-card:hover:before{opacity:1}.company-strength-section .strength-card .strength-icon{color:#2e7d32;display:block;font-size:3.5rem;margin-bottom:20px;text-shadow:0 2px 4px rgba(46,125,50,.2)}.company-strength-section .strength-card .strength-title{color:#2e7d32;font-size:1.4rem;font-weight:600;line-height:1.3;margin-bottom:16px}.company-strength-section .strength-card .strength-description{color:#666;font-size:1rem;line-height:1.6;margin:0}@media (max-width:768px){.hero-title{font-size:2rem}.hero-features{gap:12px}.hero-actions,.hero-features{flex-direction:column}.section-title{font-size:2rem}.company-strength-section{padding:60px 0}.company-strength-section .section-header{margin-bottom:40px}.company-strength-section .section-header .section-title{font-size:.8rem}.company-strength-section .section-header .section-subtitle{font-size:.9rem}.company-strength-section .strength-card{margin-bottom:20px;padding:24px 16px}.company-strength-section .strength-card .strength-icon{color:#2e7d32;font-size:2.5rem;margin-bottom:16px;text-shadow:0 2px 4px rgba(46,125,50,.2)}.company-strength-section .strength-card .strength-title{font-size:1.2rem;margin-bottom:12px}.company-strength-section .strength-card .strength-description{font-size:.9rem}}.products-carousel-container{margin:0 -15px;overflow:hidden;position:relative}.products-carousel-container .products-carousel{overflow:hidden}.products-carousel-container .products-carousel .products-track{animation:autoScroll 30s linear infinite;display:flex;gap:20px}.products-carousel-container .products-carousel .products-track:hover{animation-play-state:paused}.products-carousel-container .products-carousel .products-track .product-slide{display:flex;flex:0 0 calc(25% - 15px);flex-direction:column;min-width:280px;transition:transform .3s ease,box-shadow .3s ease}.products-carousel-container .products-carousel .products-track .product-slide:hover{box-shadow:0 8px 25px rgba(76,175,80,.15);transform:translateY(-5px)}.products-carousel-container .products-carousel .products-track .product-slide .spice-product-card{display:flex;flex-direction:column;height:100%}.products-carousel-container .products-carousel .products-track .product-slide .spice-product-card .product-content{display:flex;flex:1;flex-direction:column}.products-carousel-container .products-carousel .products-track .product-slide .spice-product-card .product-content .spice-description{flex:1;min-height:60px}.products-carousel-container .products-carousel .products-track .product-slide .spice-product-card .product-content .product-actions{margin-top:auto}@media (max-width:1200px){.products-carousel-container .products-carousel .products-track .product-slide{flex:0 0 calc(33.333% - 15px)}}@media (max-width:768px){.products-carousel-container .products-carousel .products-track .product-slide{flex:0 0 calc(50% - 10px);min-width:250px}}@media (max-width:480px){.products-carousel-container .products-carousel .products-track .product-slide{flex:0 0 calc(100% - 10px);min-width:100%}}@keyframes autoScroll{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.testimonials-section{background:transparent;padding:80px 0}.testimonials-section .section-header{margin-bottom:50px;text-align:center}.testimonials-section .section-header .section-title{-webkit-text-fill-color:initial;align-items:center;background:transparent;-webkit-background-clip:initial;background-clip:initial;border:none;border-radius:0;color:#fff;display:flex;font-size:.95rem;font-weight:600;gap:10px;margin:0;padding:0}.testimonials-section .section-header .section-subtitle{color:#666;font-size:1.2rem;margin-bottom:30px}.testimonials-section .testimonials-slider{height:280px;margin-bottom:40px;overflow:hidden;position:relative}.testimonials-section .testimonials-slider .testimonials-container{height:100%;transition:transform .8s ease}.testimonials-section .testimonials-slider .testimonials-container .testimonial-row{display:grid;gap:20px;grid-template-columns:repeat(3,1fr);height:100%;padding:20px 0}@media (max-width:768px){.testimonials-section .testimonials-slider .testimonials-container .testimonial-row{grid-template-columns:1fr}}.testimonials-section .testimonial-card{background:#fff;border:1px solid rgba(76,175,80,.1);border-radius:16px;box-shadow:0 8px 25px rgba(46,125,50,.1);padding:24px;transition:all .3s ease}.testimonials-section .testimonial-card:hover{box-shadow:0 15px 35px rgba(46,125,50,.2);transform:translateY(-8px)}.testimonials-section .testimonial-card .testimonial-content{margin-bottom:20px}.testimonials-section .testimonial-card .testimonial-content .stars{font-size:1.2rem;margin-bottom:12px}.testimonials-section .testimonial-card .testimonial-content .testimonial-text{color:#333;font-size:1rem;font-style:italic;line-height:1.6;margin-bottom:16px}.testimonials-section .testimonial-card .testimonial-content .testimonial-tags{display:flex;flex-wrap:wrap;gap:8px}.testimonials-section .testimonial-card .testimonial-content .testimonial-tags .tag{background:rgba(76,175,80,.1);border-radius:12px;color:#2e7d32;font-size:.8rem;font-weight:500;padding:4px 8px}.testimonials-section .testimonial-card .testimonial-author{align-items:center;display:flex;gap:12px}.testimonials-section .testimonial-card .testimonial-author .author-avatar{align-items:center;border:2px solid rgba(76,175,80,.2);border-radius:50%;display:flex;height:50px;justify-content:center;overflow:hidden;width:50px}.testimonials-section .testimonial-card .testimonial-author .author-avatar svg{height:100%;width:100%}.testimonials-section .testimonial-card .testimonial-author .author-info{flex:1}.testimonials-section .testimonial-card .testimonial-author .author-info .author-name{color:#2e7d32;font-weight:600;margin-bottom:2px}.testimonials-section .testimonial-card .testimonial-author .author-info .author-location{color:#666;font-size:.9rem}.testimonials-section .testimonials-more{text-align:center}.testimonials-section .testimonials-more .btn{background:transparent;border:2px solid #2e7d32;border-radius:25px;color:#2e7d32;font-weight:600;padding:12px 24px;transition:all .3s ease}.testimonials-section .testimonials-more .btn:hover{background:#2e7d32;color:#fff;transform:translateY(-2px)}.testimonials-section .testimonials-more .btn i{margin-right:8px}@media (max-width:768px){.testimonials-section{padding:60px 0}.testimonials-section .section-header{margin-bottom:40px}.testimonials-section .section-header .section-title{font-size:2rem}.testimonials-section .section-header .section-subtitle{font-size:1.1rem}.testimonials-section .testimonials-slider{height:250px}.testimonials-section .testimonial-card{padding:20px}.testimonials-section .testimonial-card .testimonial-content{margin-bottom:16px}.testimonials-section .testimonial-card .testimonial-content .testimonial-text{font-size:.95rem}.testimonials-section .testimonial-card .testimonial-author{gap:10px}.testimonials-section .testimonial-card .testimonial-author .author-avatar{height:40px;width:40px}.testimonials-section .testimonial-card .testimonial-author .author-info .author-name{font-size:.95rem}.testimonials-section .testimonial-card .testimonial-author .author-info .author-location{font-size:.85rem}}@font-face{font-display:swap;font-family:Jost;font-style:normal;font-weight:500;font-weight:400;src:url(/vendor/font/jost/Jost-Regular.ttf) format("truetype")}@font-face{font-display:swap;font-family:Jost;font-style:normal;font-weight:700;src:url(/vendor/font/jost/Jost-Medium.ttf) format("truetype")}@media (min-width:992px){body.page-news .newest-box{padding-right:50px}}body.page-news .newest-box .newest-item{background-color:#fff;border-bottom:1px solid #eee;display:flex;margin-bottom:20px;padding-bottom:20px}body.page-news .newest-box .newest-item .item-img{flex:0 0 150px;margin-right:20px;width:150px}@media (max-width:768px){body.page-news .newest-box .newest-item .item-img{flex:0 0 90px;margin-right:10px;width:90px}}body.page-news .newest-box .newest-item .item-title{font-size:20px;font-weight:700;margin-bottom:10px}body.page-news .newest-box .newest-item .item-title a{color:#222}body.page-news .newest-box .newest-item .item-title a:hover{color:#2e7d32}@media (max-width:768px){body.page-news .newest-box .newest-item .item-title{font-size:16px;margin-bottom:6px}}body.page-news .newest-box .newest-item .item-summary{color:#666;line-height:1.7;margin-bottom:10px}@media (min-width:768px){body.page-news .newest-box .newest-item .item-summary{font-size:15px}}.newes-tags{align-items:center;display:flex;margin-bottom:10px}.newes-tags i{color:#666}.newes-tags a{background-color:#e5f0fe;border:1px solid #cad8ff;border-radius:4px;color:#444;display:inline-block;font-size:12px;margin-right:10px;padding:1px 4px;transition:all .3s}.newes-tags a:hover{background-color:#2e7d32;border-color:#2e7d32;color:#fff}.newes-sidebar .search-box{margin-bottom:40px}.newes-sidebar .sidebar-item{margin-bottom:30px}.newes-sidebar .sidebar-item:last-child{margin-bottom:0}.newes-sidebar .sidebar-title{font-size:18px;font-weight:700;margin-bottom:6px}.newes-sidebar .sidebar-list ul{list-style:none;padding-left:0}.newes-sidebar .sidebar-list ul a{border-bottom:1px solid #eee;color:#333;display:block;font-size:16px;padding:10px 0;transition:all .3s}.newes-sidebar .sidebar-list ul a:hover{color:red}body.page-news-details .newest-box{border:1px solid #eee;border-radius:6px;padding:20px}@media (min-width:992px){body.page-news-details .newest-box{min-height:500px}}@media (max-width:768px){body.page-news-details .newest-box{margin-bottom:20px;padding:10px}}body.page-news-details .newest-box .newes-title{font-size:24px;font-weight:700;margin-bottom:20px}@media (max-width:768px){body.page-news-details .newest-box .newes-title{font-size:20px;margin-bottom:10px}}body.page-news-details .newest-box .newes-top{color:#666;display:flex;margin-bottom:30px}body.page-news-details .newest-box .newes-top>div{margin-right:10px}@media (min-width:992px){body.page-news-details .newest-box .newes-top>div{margin-right:40px}}body.page-news-details .newest-box .newes-top>div i{color:#2e7d32;margin-right:4px}.module-swiper .swiper-slide img{width:100%}.module-swiper .swiper-pagination .swiper-pagination-bullet{width:30px}.module-swiper .swiper-pagination .swiper-pagination-bullet-active{background:#2e7d32!important}.product-grid-item{margin-bottom:16px}@media (min-width:992px){.product-grid-item{margin-bottom:30px}.product-grid-item:hover .product-bottom-btns{transform:translateY(0)!important}.product-grid-item:hover .product-price{transform:translateY(100%)}}.product-grid-item .image{border-radius:6px;overflow:hidden;position:relative}.product-grid-item .image .cancel-favorite{align-items:center;background-color:#fff;border-radius:50%;box-shadow:2px 2px 10px rgba(0,0,0,.1);color:#b00101;cursor:pointer;display:flex;font-size:15px;height:36px;justify-content:center;position:absolute;right:5px;top:5px;width:36px}.product-grid-item .image .cancel-favorite:hover{background-color:#b00101;color:#fff}.product-grid-item .product-item-info{text-align:center}.product-grid-item .product-item-info .product-name{color:#222;font-size:1rem;font-weight:700;margin-bottom:.5rem;margin-top:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-grid-item .product-item-info .product-name a{color:inherit}.product-grid-item .product-item-info .product-name a:hover{color:#2e7d32;text-decoration:underline}.product-grid-item .product-item-info .product-bottom{overflow:hidden;position:relative}.product-grid-item .product-item-info .product-bottom-btns{transform:translateY(-100%);transition:transform .3s}.product-grid-item .product-item-info .product-bottom-btns .btn-add-cart{color:#2e7d32;font-size:16px;font-weight:700;text-decoration:underline}.product-grid-item .product-item-info .product-price{align-items:center;display:flex;justify-content:center;position:absolute;top:0;transition:transform .3s;width:100%}.product-grid-item .product-item-info .product-price .price-new{color:#e53e3e;font-size:1rem;font-weight:700}.product-grid-item .product-item-info .product-price .price-old{color:#768088;font-size:.9rem;margin-left:10px;margin-right:10px;text-decoration:line-through}.list{border-bottom:1px solid #eee;display:flex;flex-wrap:wrap;margin-bottom:1.4rem;padding-bottom:1.4rem}.list .image{flex:0 0 200px;margin-bottom:0;transition:all .3s ease-in-out}.list .product-item-info{flex:0.2;padding-left:20px;padding-top:10px;text-align:left}.list .product-item-info .product-bottom,.list .product-item-info .sub-product-title{margin-bottom:20px;margin-top:10px}.list .product-item-info .product-price{justify-content:flex-start;text-align:left}.list .product-item-info .product-price .price-old{margin-left:0}.list .product-item-info .add-wishlist{margin-bottom:20px;margin-top:10px;max-width:100px}.module-product-tab .nav-tabs{border:none;display:flex;justify-content:center;margin-bottom:20px;margin-top:-6px}@media (min-width:992px){.module-product-tab .nav-tabs{margin-bottom:40px}}.module-product-tab .nav-tabs .nav-link{border:none!important;border-radius:50px;color:#7e7e7e;font-size:12px;font-weight:700;margin:0}@media (min-width:992px){.module-product-tab .nav-tabs .nav-link{font-size:14px;margin:0 10px}}.module-product-tab .nav-tabs .nav-link:hover{background-color:#ffebf2}.module-product-tab .nav-tabs .nav-link.active{background-color:#ffebf2;color:#2e7d32}.blog-item{margin-bottom:10px}@media (min-width:768px){.blog-item{margin-bottom:30px}}.blog-item .image{border-radius:6px;margin-bottom:12px;overflow:hidden;position:relative}.blog-item .blog-item-info .blog-catalog{color:#2e7d32;font-weight:700;margin-bottom:4px}.blog-item .blog-item-info .blog-title{color:#333;font-size:14px;font-weight:700;margin-bottom:10px}@media (min-width:768px){.blog-item .blog-item-info .blog-title{font-size:18px}}.blog-item .blog-item-info .author-wrap{align-items:center;color:#777;display:flex}.blog-item .blog-item-info .author-wrap .blog-author{margin-right:20px}body.page-login{margin-bottom:0!important}.login-register-box{background-color:#f3f3f3;margin:30px auto;max-width:540px;padding:16px}@media (min-width:992px){.login-register-box{margin:70px auto;padding:36px}}.login-register-box.iframe{margin:10px 0 0}.login-register-box .login-title{font-size:24px;margin-bottom:20px;text-align:center}.login-register-box .login-sub-title{color:#666;font-size:16px;margin-bottom:30px;text-align:center}.login-register-box .form-group input{border:none;border-radius:0;font-size:15px;height:44px}.login-register-box .btn-submit{margin-top:30px}@media (min-width:400px){.login-register-box .btn-submit{align-items:center;display:flex;justify-content:space-between}}.login-register-box .btn-submit .form-submit{display:block;width:50%}.login-register-box .btn-submit a{color:#222;display:block;font-weight:700}.breadcrumb-wrap{background-image:url(/images/icons/breadcrumb-bg.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;margin-bottom:14px;padding:20px 0}@media (min-width:768px){.breadcrumb-wrap{margin-bottom:30px;padding:15px 0}}.breadcrumb-wrap .breadcrumb{align-items:center;display:flex;justify-content:center;margin-bottom:0}.breadcrumb-wrap .breadcrumb li{align-items:center;display:flex;font-size:14px;line-height:1;text-transform:uppercase}.breadcrumb-wrap .breadcrumb li a{color:#333;text-decoration:none}.breadcrumb-wrap .breadcrumb li .home-icon{margin-right:4px}.breadcrumb-wrap .breadcrumb li:not(:last-child){margin-right:10px}.breadcrumb-wrap .breadcrumb li:not(:last-child):after{content:">";margin:0 10px}.account-card-box{border:1px solid #ecf0f4;padding:16px}@media (min-width:992px){.account-card-box{min-height:621px}}@media (min-width:768px){.account-card-box{padding:30px}}.account-card-box .account-card-title{margin-bottom:30px}.account-card-box .account-card-title span{font-size:16px;font-weight:700}@media (min-width:768px){.account-card-box .account-card-title span{font-size:20px}}.account-card-box .account-card-sub-title{margin-bottom:16px}.account-card-box .account-card-sub-title span{font-size:16px;font-weight:700}body.page-account .account-info .account-data{border-bottom:1px solid #ecf0f4;margin-bottom:50px;margin-top:50px;padding-bottom:50px}body.page-account .account-info .account-data .account-item-data{text-align:center}body.page-account .account-info .account-data .account-item-data .value{font-size:2rem;font-weight:700}body.page-account .account-info .no-order{background-color:#f6f6f6;font-size:1rem}body.page-account .account-info .no-order a{color:#457c46}.account-sidebar{border:1px solid #e8eef3;margin-bottom:20px}.account-sidebar .account-user{align-items:center;border-bottom:1px solid #e8eef3;display:flex;margin:16px;padding-bottom:20px}@media (min-width:768px){.account-sidebar .account-user{margin:30px;padding-bottom:30px}}.account-sidebar .account-user .profile{align-items:center;border:1px solid #e8eef3;border-radius:50%;display:flex;flex:0 0 60px;height:60px;justify-content:center;margin-right:14px;overflow:hidden;width:60px}.account-sidebar .account-user .account-name .name{font-size:.9rem}.account-sidebar .account-links{list-style:none;padding-left:0}.account-sidebar .account-links li.active a{border-left:2px solid #2e7d32;color:#222}.account-sidebar .account-links li a{align-items:center;border-left:2px solid transparent;color:#7c818b;display:flex;font-size:1rem;font-weight:700;line-height:1;margin:20px 0;padding:6px 10px 6px 18px}@media (min-width:768px){.account-sidebar .account-links li a{margin:26px 0;padding:6px 10px 6px 30px}}.account-sidebar .account-links li a:hover{color:#222}.account-sidebar .account-links li a i{color:#222;font-size:20px;margin-right:20px}.account-table-box td,.account-table-box th{padding:10px 0}.account-table-box th{border-bottom:none;font-size:14px}.account-table-box tr:last-child td{border-bottom:none}body.page-categories .header-top{justify-content:space-between!important;max-height:40px!important;min-height:40px!important}body.page-categories .header-top,body.page-categories .header-top .top-info{align-items:center!important;display:flex!important;height:40px!important;padding:0!important}body.page-categories .header-top .top-info a{font-size:13px!important;justify-content:center!important;line-height:1!important;margin:0!important;padding:0 12px!important;transform:translateY(0)!important;vertical-align:middle!important}body.page-categories .header-top .language-switch,body.page-categories .header-top .language-switch .dropdown,body.page-categories .header-top .top-info a{align-items:center!important;display:flex!important;height:40px!important}body.page-categories .header-top .language-switch .dropdown .btn,body.page-categories .header-top .language-switch .dropdown .dropdown-toggle,body.page-categories .header-top .language-switch .dropdown>a{align-items:center!important;display:flex!important;font-size:13px!important;height:40px!important;justify-content:center!important;line-height:1!important;margin:0!important;padding:0 12px!important;transform:translateY(0)!important;vertical-align:middle!important}body.page-categories .header-desktop{background:#fff;height:100px;max-height:100px;min-height:100px}body.page-categories .header-desktop .logo{max-height:80px!important;max-width:270px!important}body.page-categories .header-desktop .logo img{height:80px!important;-o-object-fit:contain!important;object-fit:contain!important;width:270px!important}.products-grid-redesigned{display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin:2rem 0}@media (max-width:768px){.products-grid-redesigned{gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));margin:1.5rem 0}}@media (max-width:480px){.products-grid-redesigned{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));margin:1rem 0}}.product-card-new{background:#fff;border:1px solid rgba(40,167,69,.1);border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,.15);overflow:hidden;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.product-card-new:hover{border-color:rgba(40,167,69,.3);box-shadow:0 12px 40px rgba(40,167,69,.15);transform:translateY(-8px)}.product-image-container{aspect-ratio:1;background:transparent;overflow:hidden;position:relative;width:100%}.product-image-container .product-image-link{display:block;height:100%;width:100%}.product-image-container .product-image-link .product-main-image{height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;transition:transform .4s ease;width:100%}.product-image-container:hover .product-main-image{transform:scale(1.05)}.product-card-new .organic-badge{left:12px;position:absolute;top:12px;z-index:2}.product-overlay{align-items:center;background:rgba(0,0,0,.4);bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease;z-index:3}.product-card-new:hover .product-overlay{opacity:1}.product-overlay .overlay-actions{display:flex;gap:1rem}.product-overlay .overlay-actions .action-btn{align-items:center;backdrop-filter:blur(10px);background:hsla(0,0%,100%,.9);border:none;border-radius:50%;color:#28a745;display:flex;font-size:1.1rem;height:44px;justify-content:center;transition:all .3s ease;width:44px}.product-overlay .overlay-actions .action-btn:hover{background:#28a745;color:#fff;transform:scale(1.1)}.product-overlay .overlay-actions .action-btn.wishlist-btn.active{background:#dc3545;color:#fff}.product-info{padding:1rem 1.25rem 1.25rem}.product-info .product-title{font-size:1rem;font-weight:600;line-height:1.3;margin:0 0 .5rem}.product-info .product-title .title-link{color:#2c3e50;text-decoration:none;transition:color .3s ease}.product-info .product-title .title-link:hover{color:#28a745}.product-info .product-description{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#6c757d;display:-webkit-box;font-size:.85rem;line-height:1.4;margin:0 0 .75rem;overflow:hidden}.product-info .product-pricing{align-items:center;display:flex;gap:.75rem;margin-bottom:.75rem}.product-info .product-pricing .original-price{color:#6c757d;font-size:.9rem;text-decoration:line-through}.product-info .product-pricing .current-price{color:#28a745;font-size:1.25rem;font-weight:700}.product-info .add-to-cart-btn-new{align-items:center;background:linear-gradient(135deg,#28a745,#20c997);border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;justify-content:center;padding:.6rem .9rem;transition:all .3s ease;width:100%}.product-info .add-to-cart-btn-new:hover{background:linear-gradient(135deg,#218838,#1ea085);box-shadow:0 4px 12px rgba(40,167,69,.3);transform:translateY(-2px)}.product-info .add-to-cart-btn-new:active{transform:translateY(0)}.product-info .add-to-cart-btn-new i{font-size:1rem}.no-products-container{align-items:center;display:flex;grid-column:1/-1;justify-content:center;min-height:300px}.no-products-container .no-products-content{padding:3rem;text-align:center}.no-products-container .no-products-content .no-products-icon{color:#dee2e6;font-size:4rem;margin-bottom:1.5rem}.no-products-container .no-products-content .no-products-title{color:#6c757d;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.no-products-container .no-products-content .no-products-description{color:#6c757d;font-size:1rem;margin-bottom:2rem;max-width:400px}.no-products-container .no-products-content .no-products-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.no-products-container .no-products-content .no-products-actions .btn{border-radius:8px;font-weight:500;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.no-products-container .no-products-content .no-products-actions .btn.btn-primary{background:linear-gradient(135deg,#28a745,#20c997);border:none;color:#fff}.no-products-container .no-products-content .no-products-actions .btn.btn-primary:hover{background:linear-gradient(135deg,#218838,#1ea085);transform:translateY(-2px)}.no-products-container .no-products-content .no-products-actions .btn.btn-outline-secondary{background:transparent;border:1px solid #dee2e6;color:#6c757d}.no-products-container .no-products-content .no-products-actions .btn.btn-outline-secondary:hover{background:#f8f9fa;border-color:#28a745;color:#28a745}.pagination-modern{display:flex;justify-content:center;margin-top:3rem}.pagination-modern .pagination{background:#fff;border:1px solid hsla(0,0%,100%,.2);border-radius:16px;box-shadow:0 4px 16px rgba(0,0,0,.08);padding:1rem}.pagination-modern .pagination .page-item{margin:0 .25rem}.pagination-modern .pagination .page-item .page-link{border:none;border-radius:8px;color:#6c757d;font-weight:500;padding:.5rem .75rem;transition:all .3s ease}.pagination-modern .pagination .page-item .page-link:hover{background:#f8f9fa;color:#28a745}.pagination-modern .pagination .page-item .page-link.active{background:linear-gradient(135deg,#28a745,#20c997);color:#fff}@media (max-width:768px){.product-card-new{border-radius:16px}.product-card-new:hover{transform:translateY(-4px)}.product-info{padding:1.25rem}.product-info .product-title{font-size:1rem}.product-info .product-pricing .current-price{font-size:1.1rem}.product-info .add-to-cart-btn-new{font-size:.9rem;padding:.65rem .85rem}}@media (max-width:480px){.product-info{padding:1rem}.product-info .product-title{font-size:.95rem}.product-info .product-description{font-size:.85rem}.product-info .product-pricing .current-price{font-size:1rem}.organic-badge{font-size:.7rem;left:8px;padding:4px 8px;top:8px}}.category-hero-modern{background:linear-gradient(135deg,#1b5e20,#2e7d32 30%,#388e3c);overflow:hidden;padding:8px 0 4px;position:relative}.category-hero-modern:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='25' cy='25' r='1' fill='%23e2eee7' opacity='.3'/%3E%3Ccircle cx='75' cy='75' r='1' fill='%23e2eee7' opacity='.3'/%3E%3Ccircle cx='50' cy='10' r='.5' fill='%23e2eee7' opacity='.2'/%3E%3Ccircle cx='10' cy='60' r='.5' fill='%23e2eee7' opacity='.2'/%3E%3Ccircle cx='90' cy='40' r='.5' fill='%23e2eee7' opacity='.2'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.5;position:absolute;right:0;top:0}.category-hero-modern .category-hero-wrapper{position:relative;z-index:2}.category-hero-modern .category-breadcrumb-modern{margin-bottom:8px}.category-hero-modern .category-breadcrumb-modern .breadcrumb{align-items:center;background:transparent;display:flex;font-size:16px;line-height:1.6;margin:0;padding:0}.category-hero-modern .category-breadcrumb-modern .breadcrumb .breadcrumb-item{align-items:center;display:flex}.category-hero-modern .category-breadcrumb-modern .breadcrumb .breadcrumb-item+.breadcrumb-item:before{color:#b8d4c1;content:"›";font-size:18px;font-weight:700;margin:0 8px}.category-hero-modern .category-breadcrumb-modern .breadcrumb .breadcrumb-item a{color:#e8f5e8;font-weight:600;text-decoration:none;transition:color .3s ease}.category-hero-modern .category-breadcrumb-modern .breadcrumb .breadcrumb-item a:hover{color:#fff}.category-hero-modern .category-breadcrumb-modern .breadcrumb .breadcrumb-item a i{margin-right:4px}.category-hero-modern .category-breadcrumb-modern .breadcrumb .breadcrumb-item.active{color:#fff;font-weight:700}.category-breadcrumb-modern{background:linear-gradient(135deg,#2e7d32,#4caf50);border-bottom:none;margin-bottom:16px;padding:12px 0}.category-breadcrumb-modern .container{padding:0 15px}.category-breadcrumb-modern .breadcrumb{align-items:center;background:transparent;display:flex;flex-wrap:wrap;font-size:15px;line-height:1.6;margin:0;padding:0}.category-breadcrumb-modern .breadcrumb .breadcrumb-item{align-items:center;color:#fff;display:flex}.category-breadcrumb-modern .breadcrumb .breadcrumb-item+.breadcrumb-item:before{color:#fff;content:"›";font-size:16px;font-weight:700;margin:0 8px}.category-breadcrumb-modern .breadcrumb .breadcrumb-item .bi,.category-breadcrumb-modern .breadcrumb .breadcrumb-item .bi-house,.category-breadcrumb-modern .breadcrumb .breadcrumb-item i{color:#fff!important;margin-right:4px}.category-breadcrumb-modern .breadcrumb .breadcrumb-item a{color:#fff;font-weight:600;text-decoration:none;transition:color .3s ease}.category-breadcrumb-modern .breadcrumb .breadcrumb-item a:hover{color:hsla(0,0%,100%,.8)}.category-breadcrumb-modern .breadcrumb .breadcrumb-item a i{color:#fff!important;margin-right:4px}.category-breadcrumb-modern .breadcrumb .breadcrumb-item.active{color:#fff;font-weight:700}.category-breadcrumb-modern .category-title-section{margin:0 auto;max-width:800px;text-align:center}.category-breadcrumb-modern .category-title-section .category-badge,.category-breadcrumb-modern .category-title-section .category-description,.category-breadcrumb-modern .category-title-section .category-stats,.category-breadcrumb-modern .category-title-section .category-title{display:none}.category-content-modern{background:#fff;padding:24px 0}.category-content-modern .category-sidebar-modern{background:#f8f9fa;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.05);padding:30px;position:sticky;top:20px}.category-content-modern .category-sidebar-modern .sidebar-header{margin-bottom:25px;text-align:center}.category-content-modern .category-sidebar-modern .sidebar-header .sidebar-title{color:#1f7a45;font-size:1.5rem;font-weight:700;margin-bottom:8px}.category-content-modern .category-sidebar-modern .sidebar-header .sidebar-subtitle{color:#6c757d;font-size:14px;margin:0}.category-content-modern .category-sidebar-modern .category-nav-modern .category-nav-list .category-nav-item{margin-bottom:8px}.category-content-modern .category-sidebar-modern .category-nav-modern .category-nav-list .category-nav-item>a{align-items:center;background:#fff;border:1px solid #e9ecef;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.05);color:#2c3e50;display:flex;font-weight:500;justify-content:space-between;padding:12px 16px;text-decoration:none;transition:all .3s ease}.category-content-modern .category-sidebar-modern .category-nav-modern .category-nav-list .category-nav-item>a:hover{background:#1f7a45;border-color:#1f7a45;box-shadow:0 4px 12px rgba(31,122,69,.3);color:#fff;transform:translateY(-2px)}.category-content-modern .category-sidebar-modern .category-nav-modern .category-nav-list .category-nav-item>a .category-nav-name{font-size:15px}.category-content-modern .category-sidebar-modern .category-nav-modern .category-nav-list .category-nav-item>a .toggle{font-size:12px;transition:transform .3s ease}.category-content-modern .category-sidebar-modern .category-nav-modern .category-nav-list .category-nav-item .category-subnav{margin-top:8px;padding-left:20px}.category-content-modern .category-sidebar-modern .category-nav-modern .category-nav-list .category-nav-item .category-subnav .category-subnav-item{margin-bottom:4px}.category-content-modern .category-sidebar-modern .category-nav-modern .category-nav-list .category-nav-item .category-subnav .category-subnav-item a{border-radius:6px;color:#6c757d;display:block;font-size:14px;padding:8px 12px;text-decoration:none;transition:all .3s ease}.category-content-modern .category-sidebar-modern .category-nav-modern .category-nav-list .category-nav-item .category-subnav .category-subnav-item a:hover{background:rgba(31,122,69,.1);color:#1f7a45;padding-left:16px}.category-content-modern .category-main-content .section-header{margin-bottom:16px;text-align:center}.category-content-modern .category-main-content .section-header .section-title{color:#1f7a45;font-size:2rem;font-weight:700;margin-bottom:8px}@media (max-width:768px){.category-content-modern .category-main-content .section-header .section-title{font-size:1.6rem}}.category-content-modern .category-main-content .section-header .section-subtitle{color:#6c757d;font-size:1rem;margin:0}.category-content-modern .category-main-content .subcategories-section-modern{margin-bottom:24px}.category-content-modern .category-main-content .subcategories-section-modern .subcategories-grid-modern{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}@media (max-width:768px){.category-content-modern .category-main-content .subcategories-section-modern .subcategories-grid-modern{gap:15px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}.category-content-modern .category-main-content .subcategories-section-modern .subcategories-grid-modern .subcategory-card-modern{background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.08);overflow:hidden;transition:all .3s ease}.category-content-modern .category-main-content .subcategories-section-modern .subcategories-grid-modern .subcategory-card-modern:hover{box-shadow:0 8px 30px rgba(0,0,0,.15);transform:translateY(-5px)}.category-content-modern .category-main-content .subcategories-section-modern .subcategories-grid-modern .subcategory-card-modern .subcategory-link{color:inherit;display:block;text-decoration:none}.category-content-modern .category-main-content .subcategories-section-modern .subcategories-grid-modern .subcategory-card-modern .subcategory-link .subcategory-image{height:120px;overflow:hidden;position:relative}.category-content-modern .category-main-content .subcategories-section-modern .subcategories-grid-modern .subcategory-card-modern .subcategory-link .subcategory-image img{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease;width:100%}.category-content-modern .category-main-content .subcategories-section-modern .subcategories-grid-modern .subcategory-card-modern .subcategory-link .subcategory-image .placeholder-image{align-items:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);color:#6c757d;display:flex;height:100%;justify-content:center;width:100%}.category-content-modern .category-main-content .subcategories-section-modern .subcategories-grid-modern .subcategory-card-modern .subcategory-link .subcategory-image .placeholder-image i{font-size:2rem}.category-content-modern .category-main-content .subcategories-section-modern .subcategories-grid-modern .subcategory-card-modern .subcategory-link:hover .subcategory-image img{transform:scale(1.05)}.category-content-modern .category-main-content .subcategories-section-modern .subcategories-grid-modern .subcategory-card-modern .subcategory-link .subcategory-content{padding:20px}.category-content-modern .category-main-content .subcategories-section-modern .subcategories-grid-modern .subcategory-card-modern .subcategory-link .subcategory-content .subcategory-name{color:#1f7a45;font-size:1.1rem;font-weight:600;line-height:1.3;margin-bottom:8px}.category-content-modern .category-main-content .subcategories-section-modern .subcategories-grid-modern .subcategory-card-modern .subcategory-link .subcategory-content .subcategory-count{color:#6c757d;font-size:14px;font-weight:500}@media (max-width:992px){.category-content-modern .category-sidebar-modern{margin-bottom:30px;position:static}}@media (max-width:768px){.category-hero-modern{padding:12px 0 8px}.category-hero-modern .category-title-section .category-stats{flex-direction:column;gap:15px}.category-content-modern{padding:40px 0}.category-content-modern .category-sidebar-modern{padding:20px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.category-content-modern,.category-hero-modern{animation:fadeInUp .6s ease-out}.category-nav-item,.subcategory-card-modern{animation:fadeInUp .4s ease-out}.loading{opacity:.6;pointer-events:none}.category-nav-item.active>a{background:#1f7a45!important;border-color:#1f7a45!important;color:#fff!important}@media (max-width:992px){body.page-product .breadcrumb-wrap{display:none}}body.page-product .page-product-top{margin-bottom:20px}@media (min-width:992px){body.page-product .page-product-top{margin-bottom:40px}}@media (max-width:992px){body.page-product .page-product-top .product-left-col{padding:0}}body.page-product .page-product-top .product-images{display:flex}@media (max-width:991px){body.page-product .page-product-top .product-images{flex-direction:column;margin-bottom:10px}}body.page-product .page-product-top .product-images .sub-product-img{position:relative;width:100%}@media (min-width:992px){body.page-product .page-product-top .product-images .sub-product-img{flex:0 0 100px;height:560px;margin-right:20px;width:100px}body.page-product .page-product-top .product-images .sub-product-img:hover .swiper .sub-product-btn{display:block}body.page-product .page-product-top .product-images .sub-product-img:after,body.page-product .page-product-top .product-images .sub-product-img:before{background:linear-gradient(180deg,rgba(0,0,0,.1),transparent);content:"";height:30px;left:0;opacity:0;pointer-events:none;position:absolute;right:0;transition:opacity .3s ease;z-index:10}body.page-product .page-product-top .product-images .sub-product-img:before{background:linear-gradient(180deg,rgba(0,0,0,.1),transparent);top:0}body.page-product .page-product-top .product-images .sub-product-img:after{background:linear-gradient(0deg,rgba(0,0,0,.1),transparent);bottom:0}body.page-product .page-product-top .product-images .sub-product-img:hover:after,body.page-product .page-product-top .product-images .sub-product-img:hover:before{opacity:1}body.page-product .page-product-top .product-images .sub-product-img .swiper{height:100%}}body.page-product .page-product-top .product-images .sub-product-img .swiper .swiper-slide{display:flex;justify-content:center}body.page-product .page-product-top .product-images .sub-product-img .swiper .swiper-slide .thumbnail-item{align-items:center;border:2px solid transparent;border-radius:4px;cursor:pointer;display:flex;height:100%;justify-content:center;transition:all .3s ease;width:100%}body.page-product .page-product-top .product-images .sub-product-img .swiper .swiper-slide .thumbnail-item img{border:1px solid #eee;border-radius:2px;transition:border-color .3s ease}@media (min-width:992px){body.page-product .page-product-top .product-images .sub-product-img .swiper .swiper-slide{height:100px;width:100px}body.page-product .page-product-top .product-images .sub-product-img .swiper .swiper-slide .thumbnail-item:hover{border-color:#2e7d32}body.page-product .page-product-top .product-images .sub-product-img .swiper .swiper-slide .thumbnail-item.active{background-color:rgba(46,125,50,.1);border-color:#2e7d32}}body.page-product .page-product-top .product-images .sub-product-img .swiper .sub-product-btn{display:none}body.page-product .page-product-top .product-images .sub-product-img .swiper .sub-product-btn>div{align-items:center;background-color:rgba(0,0,0,.3);color:#fff;cursor:pointer;display:flex;font-size:20px;height:30px;justify-content:center;left:0;position:absolute;width:100%;z-index:9}body.page-product .page-product-top .product-images .sub-product-img .swiper .sub-product-btn>div:hover{background-color:rgba(0,0,0,.5)}body.page-product .page-product-top .product-images .sub-product-img .swiper .sub-product-btn>div.sub-product-prev{top:0}body.page-product .page-product-top .product-images .sub-product-img .swiper .sub-product-btn>div.sub-product-next{bottom:0}@media (min-width:992px){body.page-product .page-product-top .product-images .sub-product-img .swiper .sub-product-pagination{display:none}}body.page-product .page-product-top .product-images .main-product-img{cursor:pointer}@media (max-width:991px){body.page-product .page-product-top .product-images .main-product-img{margin-top:15px}}body.page-product .page-product-top .product-images .mobile-product-slideshow .swiper .swiper-slide{align-items:center;display:flex;justify-content:center}body.page-product .page-product-top .product-images .mobile-product-slideshow .swiper .swiper-slide .video-play-overlay{cursor:pointer;transition:transform .3s ease}body.page-product .page-product-top .product-images .mobile-product-slideshow .swiper .swiper-slide .video-play-overlay:hover{transform:scale(1.1)}body.page-product .page-product-top .product-images .mobile-product-slideshow .mobile-product-pagination{align-items:center;bottom:15px;display:flex;justify-content:center;left:50%;position:absolute;transform:translateX(-50%);z-index:1001}body.page-product .page-product-top .product-images .mobile-product-slideshow .mobile-product-pagination .swiper-pagination-bullet{background-color:hsla(0,0%,100%,.6);border-radius:50%;cursor:pointer;height:8px;margin:0 4px;opacity:1;transition:all .3s ease;width:8px}body.page-product .page-product-top .product-images .mobile-product-slideshow .mobile-product-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#2e7d32;transform:scale(1.2)}@media (min-width:992px){body.page-product .page-product-top .product-info{padding-left:20px}}body.page-product .page-product-top .product-info .product-title{font-size:18px;font-weight:700;margin-bottom:10px}@media (min-width:992px){body.page-product .page-product-top .product-info .product-title{font-size:24px}}body.page-product .page-product-top .product-info .product-price{border-bottom:1px solid #e6e6e6;margin-bottom:10px;padding-bottom:10px}@media (min-width:992px){body.page-product .page-product-top .product-info .product-price{margin-bottom:20px;padding-bottom:20px}}body.page-product .page-product-top .product-info .product-price .price{color:#e53e3e;font-size:20px;font-weight:700}@media (min-width:992px){body.page-product .page-product-top .product-info .product-price .price{font-size:26px}}body.page-product .page-product-top .product-info .product-price .old-price{color:#777;font-size:16px;text-decoration:line-through}body.page-product .page-product-top .product-info .stock-wrap>div{font-size:14px;font-weight:700}body.page-product .page-product-top .product-info .stock-wrap>div.in-stock{background-color:#eef8ee;color:#3fc158}body.page-product .page-product-top .product-info .stock-wrap>div.out-stock{background-color:#e3e3e3;color:#777}body.page-product .page-product-top .product-info .sub-product-title{color:#666;font-size:14px;line-height:1.8;margin-top:10px}body.page-product .page-product-top .product-info .product-param{font-size:14px;list-style:none;margin:10px 0;padding:0}@media (min-width:992px){body.page-product .page-product-top .product-info .product-param{margin:20px 0}}body.page-product .page-product-top .product-info .product-param li{color:#333;line-height:1.8;padding:2px 0}body.page-product .page-product-top .product-info .product-param li span.title{color:#888}body.page-product .page-product-top .product-info .product-variant-box{margin-bottom:20px}body.page-product .page-product-top .product-info .product-variant-box .product-variant{margin-bottom:6px}body.page-product .page-product-top .product-info .product-variant-box .product-variant .variant-title{font-size:14px;font-weight:700;margin-bottom:6px}body.page-product .page-product-top .product-info .product-variant-box .product-variant .variant-values .variant-value-name{align-items:center;border:1px solid #ddd;border-radius:2px;cursor:pointer;display:inline-flex;margin-bottom:10px;margin-right:10px;padding:5px 14px}body.page-product .page-product-top .product-info .product-variant-box .product-variant .variant-values .variant-value-name.disabled{border-color:#ddd;border-style:dashed;color:#999;text-decoration:line-through}body.page-product .page-product-top .product-info .product-variant-box .product-variant .variant-values .variant-value-name.active{border-color:#2e7d32;border-style:solid;color:#2e7d32}body.page-product .page-product-top .product-info .product-variant-box .product-variant .variant-values .variant-value-name:hover{border-color:#2e7d32}body.page-product .page-product-top .product-info .product-info-bottom{margin-bottom:20px}@media (min-width:992px){body.page-product .page-product-top .product-info .product-info-bottom{align-items:center;display:flex;height:50px}}@media (max-width:992px){body.page-product .page-product-top .product-info .product-info-bottom .quantity-wrap{height:40px;margin-bottom:10px}}body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns{height:inherit}@media (min-width:992px){body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns{margin-left:20px}}@media (max-width:992px){body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns{display:flex;height:40px}}body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns .btn{border-radius:0;font-size:16px;font-weight:700;height:inherit;padding:0 20px}@media (max-width:992px){body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns .btn{width:50%}}body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns .btn.buy-now{background-color:#e6e8eb;color:#333}body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns .btn.buy-now:hover{background-color:#d9dce1}body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns .btn.btn-consult{background:linear-gradient(135deg,#2e7d32,#388e3c 50%,#4caf50);border:none;box-shadow:0 4px 12px rgba(46,125,50,.3);color:#fff;font-weight:600;padding:12px 24px;transition:all .3s ease}body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns .btn.btn-consult i{font-size:1.1em}body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns .btn.btn-consult:hover{background:linear-gradient(135deg,#1b5e20,#2e7d32 50%,#388e3c);box-shadow:0 6px 16px rgba(46,125,50,.4);color:#fff;transform:translateY(-2px)}body.page-product .page-product-top .product-info .product-info-bottom .product-info-btns .btn.btn-consult:active{box-shadow:0 2px 8px rgba(46,125,50,.3);transform:translateY(0)}body.page-product .page-product-top .product-info .btn-consult{background:linear-gradient(135deg,#2e7d32,#388e3c 50%,#4caf50);border:none;border-radius:4px;box-shadow:0 4px 12px rgba(46,125,50,.3);color:#fff;display:inline-block;font-weight:600;padding:12px 24px;text-decoration:none;transition:all .3s ease}body.page-product .page-product-top .product-info .btn-consult i{font-size:1.1em}body.page-product .page-product-top .product-info .btn-consult:hover{background:linear-gradient(135deg,#1b5e20,#2e7d32 50%,#388e3c);box-shadow:0 6px 16px rgba(46,125,50,.4);color:#fff;text-decoration:none;transform:translateY(-2px)}body.page-product .page-product-top .product-info .btn-consult:active{box-shadow:0 2px 8px rgba(46,125,50,.3);transform:translateY(0)}body.page-product .page-product-top .product-info .btn-phone{background:linear-gradient(135deg,#1976d2,#2196f3 50%,#42a5f5);border:none;border-radius:4px;box-shadow:0 4px 12px rgba(25,118,210,.3);color:#fff;display:inline-block;font-weight:600;padding:12px 24px;text-decoration:none;transition:all .3s ease}body.page-product .page-product-top .product-info .btn-phone i{font-size:1.1em}body.page-product .page-product-top .product-info .btn-phone:hover{background:linear-gradient(135deg,#1565c0,#1976d2 50%,#2196f3);box-shadow:0 6px 16px rgba(25,118,210,.4);color:#fff;text-decoration:none;transform:translateY(-2px)}body.page-product .page-product-top .product-info .btn-phone:active{box-shadow:0 2px 8px rgba(25,118,210,.3);transform:translateY(0)}body.page-product .page-product-top .product-info .add-wishlist{cursor:pointer;font-weight:700}body.page-product .page-product-top .product-info .add-wishlist:hover{text-decoration:underline}body.page-product .product-description{margin-bottom:40px}body.page-product .bundle-items-display{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin:15px 0;padding:15px}body.page-product .bundle-title{color:#495057;font-weight:600;margin-bottom:10px}body.page-product .bundle-products{gap:10px}body.page-product .bundle-product-item{background-color:#fff;border:1px solid #dee2e6;border-radius:6px;margin:2px 0;padding:8px}body.page-product .bundle-product-name{color:#212529;font-size:14px;font-weight:500;line-height:1.2}body.page-product .bundle-separator{color:#6c757d;font-size:18px;font-weight:700}body.page-product .bundle-total-price{border-top:1px solid #dee2e6;color:#dc3545;font-size:16px;padding-top:10px}body.page-cart .products-table .product-item{align-items:center;display:flex}body.page-cart .products-table .product-name{color:#222}body.page-cart .products-table .product-name a{color:inherit}body.page-cart .products-table .product-name a:hover{color:#2e7d32;text-decoration:underline}body.page-cart .products-table .td-image{padding:0;width:100px}@media (min-width:768px){body.page-cart .products-table .td-image{width:70px}}body.page-cart .products-table .product-image{height:90px;width:90px}@media (min-width:768px){body.page-cart .products-table .product-image{height:50px;margin-right:10px;width:50px}}body.page-cart .products-table .product-image img{max-height:100%}body.page-cart .products-table .quantity-wrap{height:27px;width:90px}body.page-cart .products-table .quantity-wrap>div{font-size:14px}@media (min-width:768px){body.page-cart .products-table .quantity-wrap{height:40px;width:120px}body.page-cart .products-table .quantity-wrap>div{font-size:18px}}body.page-cart .products-table .quantity-wrap input{font-size:14px}@media (max-width:768px){body.page-cart .products-table tr{position:relative}body.page-cart .products-table .td-price,body.page-cart .products-table .td-subtotal,body.page-cart .products-table thead{display:none}body.page-cart .products-table .td-product-check{padding-left:0}body.page-cart .products-table .td-product-info{padding:20px 0 20px 10px;width:100%}body.page-cart .products-table .td-delete{padding-right:0}}@media (min-width:768px){body.page-cart .products-table .mb-price{display:none}}body.page-cart .cart-data{background-color:#f8f9fa;padding:26px}body.page-cart .cart-data .title{font-size:20px;font-weight:700;margin-bottom:20px}body.page-cart .cart-data .cart-data-list{list-style:none;padding:0}body.page-cart .cart-data .cart-data-list>li{align-items:center;border-bottom:1px solid #eee;display:flex;font-size:15px;justify-content:space-between;padding:16px 0}body.page-cart .cart-data .cart-data-list>li:last-child{border-bottom:none}body.page-cart .cart-data .cart-data-list>li:last-child>span:last-child{color:#e53e3e;font-size:24px;font-weight:700}body.page-checkout .layer-login{color:red}body.page-checkout .breadcrumb-wrap{margin-bottom:0}body.page-checkout footer{margin-top:0}@media (min-width:768px){body.page-checkout .checkout-container{max-width:100%;padding:0}body.page-checkout .checkout-container>.row{margin:0}body.page-checkout .checkout-container>.row .col-md-7,body.page-checkout .checkout-container>.row>.col-md-5{padding:0}}body.page-checkout .title-wrap{align-items:center;display:flex;justify-content:space-between;margin-bottom:14px}body.page-checkout .title-wrap>.title{font-size:15px;font-weight:700}@media (min-width:768px){body.page-checkout .title-wrap>.title{font-size:18px}}body.page-checkout .checkout-info{padding-top:20px}@media (min-width:768px){body.page-checkout .checkout-info{margin-left:auto;max-width:720px;padding:40px}}body.page-checkout .checkout-info .checkout-item{margin-bottom:20px}@media (min-width:768px){body.page-checkout .checkout-info .checkout-item{margin-bottom:40px}}body.page-checkout .checkout-info .checkout-select-wrap .select-item{align-items:center;border:1px solid #e3e3e3;cursor:pointer;display:flex;justify-content:space-between;margin-top:-1px;padding:10px 20px;position:relative}body.page-checkout .checkout-info .checkout-select-wrap .select-item:first-child,body.page-checkout .checkout-info .checkout-select-wrap .select-item:first-child:before{border-top-left-radius:6px;border-top-right-radius:6px}body.page-checkout .checkout-info .checkout-select-wrap .select-item:last-child,body.page-checkout .checkout-info .checkout-select-wrap .select-item:last-child:before{border-bottom-left-radius:6px;border-bottom-right-radius:6px}body.page-checkout .checkout-info .checkout-select-wrap .select-item:before{border:1px solid #2e7d32;bottom:-1px;content:"";display:none;inset-block-start:-1px;left:-1px;pointer-events:none;position:absolute;right:-1px;top:-1px;inset:-1px;z-index:1}body.page-checkout .checkout-info .checkout-select-wrap .select-item.active{background-color:#fbefff}body.page-checkout .checkout-info .checkout-select-wrap .select-item.active:before{display:block}body.page-checkout .checkout-info .checkout-select-wrap .select-item.active .left i{color:#2e7d32}body.page-checkout .checkout-info .checkout-select-wrap .select-item.active .left i:before{content:"\f517"}body.page-checkout .checkout-info .checkout-select-wrap .select-item .left{align-items:center;display:flex}body.page-checkout .checkout-info .checkout-select-wrap .select-item .left i{color:#888;font-size:18px}body.page-checkout .checkout-info .checkout-select-wrap .select-item .left .select-title{font-size:14px;margin-left:14px}body.page-checkout .checkout-info .checkout-select-wrap .select-item .icon{height:34px;max-width:200px}body.page-checkout .checkout-info .checkout-select-wrap .select-item .icon img{max-height:100%}@media (min-width:768px){body.page-checkout .checkout-data{background-color:#f8f9fa;border-left:1px solid #e9edf1;height:100%;padding:0 40px}}@media (max-width:768px){body.page-checkout .checkout-data{margin-bottom:40px}}@media (min-width:768px){body.page-checkout .checkout-data .checkout-data-content{max-width:430px;padding:40px 0}}body.page-checkout .checkout-data .checkout-data-content .products-table-title{align-items:center;border-bottom:1px solid #e3e3e3;display:flex;font-size:14px;font-weight:700;justify-content:space-between;padding-bottom:10px}body.page-checkout .checkout-data .checkout-data-content .products-table-wrap{margin-bottom:20px;margin-top:20px}body.page-checkout .checkout-data .checkout-data-content .products-table-wrap .products-table-list{display:flex;justify-content:space-between;margin-bottom:12px}body.page-checkout .checkout-data .checkout-data-content .products-table td{padding-left:0;padding-right:0}body.page-checkout .checkout-data .checkout-data-content .products-table .product-item{align-items:center;display:flex}body.page-checkout .checkout-data .checkout-data-content .products-table .product-item .product-image{border:1px solid #e3e3e3;border-radius:4px;height:50px;margin-right:14px;position:relative;width:50px}body.page-checkout .checkout-data .checkout-data-content .products-table .product-item .product-image .icon-quantity{align-items:center;background-color:#2e7d32;border-radius:50%;color:#fff;display:flex;font-size:9px;height:18px;justify-content:center;position:absolute;right:-10px;top:-5px;width:18px}body.page-checkout .checkout-data .checkout-data-content .products-table .product-item .product-image img{max-height:100%}body.page-checkout .checkout-data .cart-data-list{border-top:1px solid #eee;list-style:none;padding:0}body.page-checkout .checkout-data .cart-data-list>li{align-items:center;border-bottom:1px solid #eee;display:flex;font-size:15px;justify-content:space-between;padding:16px 0}body.page-checkout .checkout-data .cart-data-list>li:last-child{border-bottom:none}body.page-checkout .checkout-data .cart-data-list>li:last-child>span:last-child{color:#e53e3e;font-size:24px;font-weight:700}body.page-order .account-card-title,body.page-order .tabs-plus{margin-bottom:16px}body.page-order .order_return{padding-left:20px!important}body.page-order .table-responsive{margin-top:50px}body.page-order-info .products-table td,body.page-order-info .products-table th{padding-left:0;padding-right:0}body.page-order-info .products-table .product-item{align-items:center;display:flex}body.page-order-info .products-table .product-item .product-image{border:1px solid #e3e3e3;border-radius:4px;height:50px;margin-right:14px;position:relative;width:50px}body.page-order-info .products-table .product-item .product-image .icon-quantity{align-items:center;background-color:#2e7d32;border-radius:50%;color:#fff;display:flex;font-size:9px;height:18px;justify-content:center;position:absolute;right:-10px;top:-5px;width:18px}body.page-order-info .products-table .product-item .product-image img{max-height:100%}body.page-addresses .address-card{border:1px solid #e9ecef;border-radius:4px;margin-bottom:20px}body.page-addresses .address-card .address-card-header{align-items:center;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;padding:10px 15px}body.page-addresses .address-card .address-card-header .address-card-title{margin:0}body.page-addresses .address-card .address-card-header .address-card-actions{align-items:center;display:flex}body.page-addresses .address-card .address-card-header .address-card-actions a{margin-left:10px}body.page-addresses .address-card .address-card-body{padding:15px;word-break:break-all}body.page-addresses .address-card .address-card-body p{margin:0}body.page-brands .brand-group{width:100%}body.page-brands .brand-group .btn{border:1px solid #e8e8e8}body.page-brands .brand-group .btn:hover{background-color:#f4f4f4}body.page-brands .brands-wrap{margin-top:30px}body.page-brands .brands-wrap .item ul{display:flex;flex-wrap:wrap;list-style:none;margin:0 -10px;padding-left:0}body.page-brands .brands-wrap .item ul li{margin-bottom:20px;padding:0 10px}body.page-brands .brands-wrap .item ul li a{align-items:center;display:flex;flex-direction:column;justify-content:center}body.page-brands .brands-wrap .item ul li a .img{border:1px solid #e8e8e8;margin-bottom:10px;width:99px}body.page-checkout-success .checkout-success-box{border:1px solid #ecf0f4;margin:0 auto;max-width:730px;padding:20px 10px}@media (min-width:768px){body.page-checkout-success .checkout-success-box{padding:30px}}body.page-checkout-success .checkout-success-box .order-success-icon{display:flex;justify-content:center;margin-bottom:20px}body.page-checkout-success .checkout-success-box .order-success-icon img{max-width:170px}@media (min-width:768px){body.page-checkout-success .checkout-success-box .order-success-icon img{max-width:200px}}body.page-checkout-success .checkout-success-box .checkout-success-table td,body.page-checkout-success .checkout-success-box .checkout-success-table th{padding:10px 0}body.page-checkout-success .checkout-success-box .checkout-success-title{margin-bottom:20px;text-align:center}@media (min-width:768px){body.page-checkout-success .checkout-success-box .checkout-success-title{margin-bottom:30px}}body.page-checkout-success .checkout-success-box .checkout-success-title span{font-size:18px;font-weight:700}@media (min-width:768px){body.page-checkout-success .checkout-success-box .checkout-success-title span{font-size:30px}}.rate{border-bottom-left-radius:12px;border-bottom-right-radius:12px}.rating{display:flex;flex-direction:row-reverse}.rating>input{display:none}.rating>label{color:#e31052;cursor:pointer;font-size:30px;font-weight:300;position:relative;width:1em}.rating>label:before{content:"★";opacity:0;position:absolute}.rating>label:hover:before,.rating>label:hover~label:before{opacity:1!important}.rating>input:checked~label:before{opacity:1}.rating:hover>input:checked~label:before{opacity:.4}.buttons{position:relative;top:36px}.rating-submit{border-radius:8px;color:#fff;height:auto}.rating-submit:hover{color:#fff}.page-wallet .transaction-card-box,.page-wallet .wallet-card-box,.page-wallet .withdrawal-card-box{background:#fff;border:1px solid #e8eef3;border-radius:8px;margin-bottom:20px;padding:20px}.page-wallet .transaction-card-title,.page-wallet .wallet-card-title,.page-wallet .withdrawal-card-title{border-bottom:1px solid #e8eef3;margin-bottom:15px;min-height:52px;padding-bottom:15px;padding-top:5px}.page-wallet .transaction-card-title .fw-bold,.page-wallet .wallet-card-title .fw-bold,.page-wallet .withdrawal-card-title .fw-bold{font-size:1.1rem;font-weight:600}.page-wallet .transaction-table-box,.page-wallet .wallet-table-box,.page-wallet .withdrawal-table-box{margin-top:15px}.page-wallet .transaction-table-box td,.page-wallet .transaction-table-box th,.page-wallet .wallet-table-box td,.page-wallet .wallet-table-box th,.page-wallet .withdrawal-table-box td,.page-wallet .withdrawal-table-box th{font-size:.9rem;padding:12px 8px}.page-wallet .transaction-table-box th,.page-wallet .wallet-table-box th,.page-wallet .withdrawal-table-box th{background-color:#f8f9fa;font-weight:600}.page-wallet .wallet-balance-item,.page-wallet .wallet-stats-item{padding:15px;text-align:center}.page-wallet .wallet-balance-item .value,.page-wallet .wallet-stats-item .value{font-size:1.5rem;font-weight:700;margin-bottom:5px}.page-wallet .wallet-balance-item .title,.page-wallet .wallet-stats-item .title{font-size:.9rem}.page-wallet .wallet-actions .btn.disabled{pointer-events:none}.page-wallet .withdrawal-create-box{background:#fff;border:1px solid #e8eef3;border-radius:8px;margin-bottom:20px;padding:20px}.page-wallet .wallet-balance-overview{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;box-shadow:0 4px 15px rgba(102,126,234,.2);color:#fff;margin-bottom:30px;overflow:hidden;padding:0}.page-wallet .wallet-balance-overview .balance-header{align-items:center;background:hsla(0,0%,100%,.1);border-bottom:1px solid hsla(0,0%,100%,.1);display:flex;padding:16px 20px}.page-wallet .wallet-balance-overview .balance-header i{font-size:1.2rem;margin-right:10px;opacity:.9}.page-wallet .wallet-balance-overview .balance-header span{font-size:1rem;font-weight:600}.page-wallet .wallet-balance-overview .balance-content{padding:24px 20px 20px}.page-wallet .wallet-balance-overview .balance-content .balance-main{margin-bottom:16px;text-align:center}.page-wallet .wallet-balance-overview .balance-content .balance-main .available-balance .amount{font-size:2.5rem;font-weight:700;margin-bottom:8px;text-shadow:0 2px 4px rgba(0,0,0,.1)}.page-wallet .wallet-balance-overview .balance-content .balance-main .available-balance .label{font-size:.95rem;font-weight:500;opacity:.9}.page-wallet .wallet-balance-overview .balance-content .balance-note{align-items:center;background:hsla(0,0%,100%,.1);border-radius:8px;display:flex;font-size:.85rem;justify-content:center;opacity:.9;padding:12px 16px}.page-wallet .wallet-balance-overview .balance-content .balance-note i{font-size:.9rem;margin-right:8px}.page-wallet .balance-info-box{background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;padding:15px}.page-wallet .balance-item{text-align:center}.page-wallet .balance-item .value{font-size:1.5rem;font-weight:700;margin-bottom:5px}.page-wallet .balance-item .label{color:#6c757d;font-size:.9rem}.page-wallet .withdrawal-form .required:after{color:#dc3545;content:" *"}.page-wallet .form-actions{border-top:1px solid #e8eef3;margin-top:20px;padding-top:20px}@media (max-width:768px){.page-wallet .transaction-card-box,.page-wallet .wallet-card-box,.page-wallet .withdrawal-card-box{padding:15px}.page-wallet .transaction-table-box td,.page-wallet .transaction-table-box th,.page-wallet .wallet-table-box td,.page-wallet .wallet-table-box th,.page-wallet .withdrawal-table-box td,.page-wallet .withdrawal-table-box th{font-size:.8rem;padding:8px 5px}.page-wallet .wallet-balance-item,.page-wallet .wallet-stats-item{padding:10px 5px}.page-wallet .wallet-balance-item .value,.page-wallet .wallet-stats-item .value{font-size:1.2rem}.page-wallet .withdrawal-create-box{padding:15px}.page-wallet .balance-item .value{font-size:1.2rem}.page-wallet .wallet-balance-overview{margin-bottom:20px}.page-wallet .wallet-balance-overview .balance-header{padding:12px 16px}.page-wallet .wallet-balance-overview .balance-header i{font-size:1.1rem}.page-wallet .wallet-balance-overview .balance-header span{font-size:.9rem}.page-wallet .wallet-balance-overview .balance-content{padding:20px 16px 16px}.page-wallet .wallet-balance-overview .balance-content .balance-main{margin-bottom:12px}.page-wallet .wallet-balance-overview .balance-content .balance-main .available-balance .amount{font-size:2rem}.page-wallet .wallet-balance-overview .balance-content .balance-main .available-balance .label{font-size:.9rem}.page-wallet .wallet-balance-overview .balance-content .balance-note{font-size:.8rem;padding:10px 12px}.page-wallet .wallet-balance-overview .balance-content .balance-note i{font-size:.85rem}}.line{background:#c3c1c1;height:1px;width:50%}.word{color:#c3c1c1}.social-button{align-items:center;background-color:#2e7d32;border:none;border-radius:50%;color:#fff;display:flex;font-size:1.5rem;height:50px;justify-content:center;text-decoration:none;width:50px}.floating-icons{bottom:20px;display:flex;flex-direction:column;gap:56px;position:fixed;right:20px;z-index:1000}.floating-icons .floating-cart-icon,.floating-icons .floating-top-icon{align-items:center;background:linear-gradient(135deg,#2e7d32,#4caf50);border-radius:50%;box-shadow:0 8px 25px rgba(46,125,50,.4);cursor:pointer;display:flex;height:60px;justify-content:center;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:60px}.floating-icons .floating-cart-icon:hover,.floating-icons .floating-top-icon:hover{background:linear-gradient(135deg,#1b5e20,#2e7d32);box-shadow:0 12px 35px rgba(46,125,50,.6);transform:translateY(-3px) scale(1.05)}.floating-icons .floating-cart-icon:active,.floating-icons .floating-top-icon:active{transform:translateY(-1px) scale(1.02)}.floating-icons .floating-cart-icon i,.floating-icons .floating-top-icon i{color:#fff;font-size:1.5rem}.floating-icons .floating-cart-icon{margin-bottom:16px}.floating-icons .floating-cart-icon .cart-badge{align-items:center;animation:badgePulse 2s ease-in-out infinite;background:#f44;border:2px solid #fff;border-radius:50%;color:#fff;display:flex;font-size:.8rem;font-weight:700;height:24px;justify-content:center;position:absolute;right:-5px;top:-5px;width:24px}.floating-icons .floating-top-icon{opacity:0;transition:all .3s ease;visibility:hidden}.floating-icons .floating-top-icon.show{opacity:1;visibility:visible}@keyframes flyToCart{0%{opacity:1;transform:scale(1) translate(0)}50%{opacity:.8;transform:scale(.8) translate(var(--fly-x),var(--fly-y))}to{opacity:0;transform:scale(.3) translate(var(--fly-end-x),var(--fly-end-y))}}.product-fly-animation{align-items:center;animation:flyToCart .8s ease-in-out forwards;background:#4caf50;border-radius:50%;display:flex;height:40px;justify-content:center;pointer-events:none;position:fixed;width:40px;z-index:9999}.product-fly-animation i{color:#fff;font-size:1.2rem}@media (max-width:768px){.floating-icons{bottom:15px;gap:12px;right:15px}.floating-icons .floating-cart-icon,.floating-icons .floating-top-icon{height:50px;width:50px}.floating-icons .floating-cart-icon i,.floating-icons .floating-top-icon i{font-size:1.2rem}.floating-icons .floating-cart-icon .cart-badge{font-size:.7rem;height:20px;width:20px}}
