.kfh-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.kfh-category-card{position:relative;display:flex;min-height:235px;flex-direction:column;align-items:flex-start;padding:24px 21px;overflow:hidden;border:1px solid var(--kfh-line);border-radius:22px;background:var(--kfh-card);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.kfh-category-card::after{position:absolute;inset-block-start:-40px;inset-inline-end:-40px;width:110px;height:110px;border-radius:50%;background:var(--kfh-tint-primary);content:"";transition:transform .25s ease}.kfh-category-card:hover{border-color:rgba(8,127,131,.35);box-shadow:var(--kfh-shadow-hover);transform:translateY(-5px)}.kfh-category-card:hover::after{transform:scale(1.18)}.kfh-category-card__icon{display:grid;width:54px;height:54px;margin-block-end:21px;place-items:center;border-radius:17px;color:var(--kfh-primary-dark);background:var(--kfh-tint-primary)}.kfh-category-card h3{margin-block-end:8px;font-size:1.04rem;font-weight:900;line-height:1.55}.kfh-category-card p{margin-block-end:18px;color:var(--kfh-muted);font-size:.82rem;line-height:1.75}.kfh-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.kfh-product-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid var(--kfh-line);border-radius:23px;background:var(--kfh-card);box-shadow:var(--kfh-shadow-card);transition:transform .2s ease,box-shadow .2s ease}.kfh-product-card:hover{box-shadow:var(--kfh-shadow-hover);transform:translateY(-4px)}.kfh-product-card__image{position:relative;display:block;aspect-ratio:1/1;overflow:hidden;background:var(--kfh-card-alt)}.kfh-product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.kfh-product-card:hover .kfh-product-card__image img{transform:scale(1.035)}.kfh-sale-badge{position:absolute;z-index:2;inset-block-start:13px;inset-inline-start:13px;padding:5px 9px;border-radius:99px;color:#633b00;background:#ffe3ac;font-size:.67rem;font-weight:900}.kfh-product-card__body{display:flex;flex:1;flex-direction:column;padding:17px}.kfh-product-rating{display:flex;align-items:center;gap:5px;min-height:24px;margin-block-end:7px;color:var(--kfh-rating);font-size:.76rem;font-weight:800}.kfh-product-rating span{color:var(--kfh-rating-star);font-size:1rem}.kfh-product-rating small{color:var(--kfh-muted);font-size:.65rem;font-weight:600}.kfh-product-card h3{margin-block-end:18px;font-size:.96rem;font-weight:900;line-height:1.7}.kfh-product-card h3 a:hover{color:var(--kfh-primary-dark)}.kfh-product-card__footer{display:flex;flex-direction:column;gap:13px;margin-block-start:auto}.kfh-product-price{min-height:30px;color:var(--kfh-heading);font-size:.93rem;font-weight:900}.kfh-product-price del{margin-inline-end:5px;color:var(--kfh-muted);font-size:.78rem;font-weight:500}.kfh-product-price ins{color:var(--kfh-primary-dark);text-decoration:none}.kfh-product-button{display:flex;min-height:43px;align-items:center;justify-content:center;padding:8px 13px;border:1px solid var(--kfh-line);border-radius:12px;color:var(--kfh-primary-dark)!important;background:var(--kfh-card-alt);font-size:.78rem;font-weight:900;transition:color .2s ease,background-color .2s ease,border-color .2s ease}.kfh-product-button:hover{border-color:var(--kfh-primary);color:var(--kfh-on-primary)!important;background:var(--kfh-primary)}.kfh-product-card__footer--button-only{display:block}.kfh-product-card__footer--button-only .kfh-product-button{width:100%}.kfh-center-action{display:flex;justify-content:center;margin-block-start:34px}.kfh-article-placeholder{display:grid;width:100%;height:100%;place-items:center;color:var(--kfh-primary);background:linear-gradient(135deg,var(--kfh-tint-primary),var(--kfh-tint-blue))}.kfh-about-grid--single{grid-template-columns:1fr}@media (max-width:1080px){.kfh-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:560px){.kfh-category-card{min-height:235px}.kfh-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.kfh-product-card{border-radius:16px}.kfh-product-card__body{padding:12px}.kfh-product-card h3{font-size:.82rem;line-height:1.65}.kfh-product-rating small{display:none}.kfh-product-price{font-size:.78rem}.kfh-product-price del{display:block;margin:0;font-size:.65rem}.kfh-product-button{min-height:39px;padding-inline:7px;font-size:.7rem}}@media (min-width:1081px){.kfh-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:560px){.kfh-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}