/* Elit Flow visual system 1.38 */
:root{--ef-accent:#687044;--ef-accent-dark:#4f5832;--ef-focus:#177e89;--ef-radius:14px}
a,button,.btn,input,select,textarea{transition:color .18s ease,background-color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease}
a:focus-visible,button:focus-visible,.btn:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(23,126,137,.32);outline-offset:2px}
.btn-primary,.btn.btn-primary{border-radius:var(--ef-radius);box-shadow:none;font-weight:600}
.product-thumb{border-radius:var(--ef-radius);overflow:hidden}
.category-page .product-thumb .image img{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover}
.category-page .product-name a{line-height:1.45;text-wrap:balance}
.category-page .product-thumb .caption{padding-bottom:14px}
.breadcrumb{overflow-wrap:anywhere}
@media(max-width:480px){
  html,body{max-width:100%;overflow-x:hidden}
  .category-page{margin-left:0!important;margin-right:0!important}
  .category-page .product-layout{width:100%!important;max-width:100%!important;flex:0 0 100%!important}
  .category-page .product-thumb{margin-bottom:18px}
  .category-page .product-name a{font-size:15px}
  .btn,button,input,select{min-height:44px}
  h1{font-size:clamp(26px,8vw,34px);line-height:1.15;overflow-wrap:anywhere}
}
/* /Elit Flow visual system 1.38 */
