/*
Generated time: October 3, 2025 06:30
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.knife-grid-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:10px;align-items:stretch}.knife-grid-large-left,.knife-grid-right,.knife-grid-right-bottom{height:100%;display:flex;flex-direction:column}.knife-image-wrapper{position:relative;overflow:hidden;flex:1;align-self:stretch;height:100%}.knife-image-wrapper img{width:100%;height:100%;object-fit:cover;display:block}.knife-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:flex-end;justify-content:center;color:#fff;text-align:center;padding:10px 10px 30px;opacity:0;transition:opacity .4s ease-in-out;background:linear-gradient(180deg,rgba(0,0,0,0) 55%,rgba(0,0,0,.9) 100%);font-family:SeoulHangang CEB;font-weight:400;font-size:28px;line-height:100%;letter-spacing:0}.knife-image-wrapper:hover .knife-overlay{opacity:1}.knife-grid-right{display:grid;grid-template-rows:auto 1fr;gap:0}.knife-grid-right-top{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;align-items:stretch}@media screen and (max-width:500px){.knife-overlay{font-size:20px;padding:8px 8px 20px}}