@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";@import"https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css";@import"https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css";:root{--kohdi-green: #3BB77E;--kohdi-green-dark: #29a56c;--kohdi-green-light: #DEF9EC;--kohdi-text: #253D4E;--kohdi-text-light: #7E7E7E;--kohdi-border: #ececec;--kohdi-bg: #f7f8fa;--kohdi-gradient: linear-gradient(135deg, #3BB77E, #29a56c)}body{font-family:Inter,sans-serif;color:var(--kohdi-text);background:var(--kohdi-bg)}.header{background:#fff;box-shadow:0 2px 12px #0000000f}.header-top{font-size:.85rem}.sticky-bar{position:sticky;top:0;z-index:1020;background:#fff;box-shadow:0 2px 8px #0000000d}.bg-kohdi-green{background-color:var(--kohdi-green)!important}.text-kohdi-green{color:var(--kohdi-green)!important}.btn-kohdi-green{background:var(--kohdi-gradient);border:none;color:#fff;transition:all .3s ease;border-radius:5px;padding:8px 20px}.btn-kohdi-green:hover{background:var(--kohdi-green-dark);box-shadow:0 4px 15px #3bb77e4d;color:#fff;transform:translateY(-1px)}.btn-outline-kohdi-green{border:1px solid var(--kohdi-green);color:var(--kohdi-green);border-radius:5px;transition:all .3s ease}.btn-outline-kohdi-green:hover{background-color:var(--kohdi-green);color:#fff}.product-card-wrap{background:#fff;border:1px solid var(--kohdi-border);border-radius:15px;overflow:hidden;margin-bottom:20px;transition:all .3s ease;height:100%;display:flex;flex-direction:column}.product-card-wrap:hover{box-shadow:5px 5px 15px #0000000d;border:1px solid #BCE3C9}.product-card-img{position:relative;overflow:hidden;background:#fff;aspect-ratio:1 / 1;height:auto}.product-card-img a{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.product-card-img img{width:100%;object-fit:contain;margin:5px 5px 0;border-radius:15px}.btn-action-wishlist{width:34px;background:#ffeef2;color:#ff4d7e}.btn-action-wishlist:hover,.btn-action-wishlist.active{background:#ff4d7e;color:#fff;border-color:#ff4d7e}.product-card-no-img{width:100%;height:200px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;font-size:2rem}.product-badge-discount{position:absolute;top:10px;left:10px;background:#f74b81;color:#fff;padding:3px 10px;border-radius:4px;font-size:12px;font-weight:600;z-index:2}.product-badge-promo{position:absolute;top:0;right:0;background:linear-gradient(135deg,#ff6b35,#f7c948);color:#fff;padding:4px 12px;border-radius:0 15px 0 8px;font-size:11px;font-weight:700;z-index:2;letter-spacing:.5px;text-transform:uppercase}.product-card-body{padding:0 12px 15px 15px;display:flex;flex-direction:column;flex:1;position:relative;z-index:2;background:#fff}.product-card-category{font-size:11px;color:var(--kohdi-green-dark);text-transform:uppercase;letter-spacing:.3px;margin-left:4px;background:var(--kohdi-green-light);padding:1px 6px;border-radius:3px;font-weight:500;white-space:nowrap}.product-card-title{font-size:14px;font-weight:600;line-height:1.4;margin-bottom:4px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card-title a{color:var(--kohdi-text);text-decoration:none;transition:color .2s}.product-card-title a:hover{color:var(--kohdi-green)}.product-card-price{margin-bottom:0;margin-top:0}.product-card-price .price-current{font-size:16px;font-weight:700;color:var(--kohdi-green);display:block}.product-card-price .price-promo-row{display:flex;align-items:center;gap:4px;margin-bottom:2px}.product-card-price .price-old{font-size:12px;color:#999;text-decoration:line-through}.product-card-price .price-discount-label{font-size:11px;font-weight:700;color:#fff;background:#f74b81;padding:1px 6px;border-radius:3px}.product-card-actions{margin-top:auto;display:flex;gap:4px;align-items:center}.btn-action{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:5px;font-size:12px;cursor:pointer;transition:all .3s ease;text-decoration:none;padding:6px;height:32px}.btn-action-view{width:32px;background:#e8f4fd;color:#4fc3f7}.btn-action-view:hover{background:#4fc3f7;color:#fff}.btn-action-wishlist{width:32px;background:#ffeef2;color:#ff4d7e}.btn-action-wishlist:hover,.btn-action-wishlist.active{background:#ff4d7e;color:#fff}.hover-white:hover{color:#fff!important}.btn-action-cart{flex:1;background:var(--kohdi-green);color:#fff;gap:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-left:4px;padding-right:4px}.btn-action-cart:hover{background:var(--kohdi-green-dark);color:#fff}.card-category{border:1px solid var(--kohdi-border);border-radius:8px;transition:all .3s ease;background:#fff}.card-category:hover{border-color:var(--kohdi-green);box-shadow:0 4px 15px #3bb77e1a;transform:translateY(-2px)}.banner-section .carousel-inner{border-radius:12px;overflow:hidden}.banner-section .carousel-item img{max-height:400px;object-fit:cover;width:100%}.section-title-wrap{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.section-title-wrap h4{font-size:22px;font-weight:700;color:var(--kohdi-text);margin:0}.section-title-wrap a{color:var(--kohdi-green);font-size:14px;text-decoration:none;transition:color .2s}.section-title-wrap a:hover{color:var(--kohdi-green-dark)}.display-section{padding:20px 0;border-bottom:1px solid var(--kohdi-border)}.product-img-box{background:#fff;border-radius:8px;overflow:hidden;text-align:center;padding:10px}.product-main-image{width:100%;max-height:400px;object-fit:contain}.slide-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:36px;height:36px;border:none;border-radius:50%;background:#ffffffe6;box-shadow:0 2px 8px #0000001f;font-size:16px;color:#333;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;opacity:0}.product-img-box:hover .slide-arrow{opacity:1}.slide-arrow:hover{background:var(--kohdi-green);color:#fff;box-shadow:0 4px 12px #3bb77e4d}.slide-prev{left:10px}.slide-next{right:10px}.product-thumb{border-radius:6px;transition:border-color .2s,box-shadow .2s;cursor:pointer;object-fit:contain;background:#fff;border:2px solid transparent}.product-thumb:hover,.product-thumb.active{border-color:var(--kohdi-green);box-shadow:0 0 0 2px var(--kohdi-green-light)}.product-description{line-height:1.7;font-size:14px}.product-description p{margin-bottom:8px}.product-description img{max-width:100%;height:auto;border-radius:6px}.product-description ul,.product-description ol{padding-left:20px;margin-bottom:8px}.product-description table{width:100%;border-collapse:collapse;margin-bottom:10px}.product-description table td,.product-description table th{border:1px solid var(--kohdi-border);padding:6px 10px;font-size:13px}.footer{background:#253d4e!important}.footer a{transition:color .2s}.footer a:hover{color:var(--kohdi-green)!important}.pagination .page-link{color:var(--kohdi-green);border-radius:6px;margin:0 2px;border:1px solid var(--kohdi-border)}.pagination .active .page-link{background-color:var(--kohdi-green);border-color:var(--kohdi-green);color:#fff}.pagination .page-link:hover{background-color:var(--kohdi-green-light);color:var(--kohdi-green)}.search-bar{background:#fff;border:2px solid var(--kohdi-green);border-radius:8px;overflow:hidden;display:flex}.search-bar input{border:none;outline:none;padding:10px 15px;flex:1;font-size:14px}.search-bar button{background:var(--kohdi-green);color:#fff;border:none;padding:10px 18px;cursor:pointer;transition:background .2s}.search-bar button:hover{background:var(--kohdi-green-dark)}@media(max-width:991.98px){.product-card-title{font-size:13px}.product-card-price .price-current{font-size:14px}.product-card-actions{gap:4px}.btn-action{font-size:12px;padding:5px 8px;height:30px}.btn-action-view{width:30px}}@media(max-width:767.98px){.product-card-body{padding:8px 10px 12px}.product-card-title{font-size:12px;margin-bottom:5px}.product-card-category{font-size:10px}.product-card-price .price-current{font-size:13px}.product-card-price .price-old{font-size:11px}.product-badge-discount{font-size:10px;padding:2px 6px}.btn-action-cart{font-size:11px}.section-title-wrap h4{font-size:18px}}.mobile-nav-link{color:var(--kohdi-text);transition:all .2s ease;padding:10px 15px;border-radius:8px;margin-bottom:2px}.mobile-nav-link:hover{color:var(--kohdi-green)!important;background-color:#e8f7f0;padding-left:20px;text-decoration:none}.mobile-nav-link.active{color:var(--kohdi-green)!important;background-color:#e8f7f0;font-weight:700!important}.mobile-nav-link.text-danger{color:#dc3545!important}.mobile-nav-link.text-danger:hover{background-color:#ffeef2;color:#dc3545!important}
