/* Slime egyedi CSS */
#footer_info_line a{color:#fff !important;}
#footer_info_line a:hover{color:var(--scolor) !important;}
#section_sections_2 {padding-top: 350px !important;}
#section_sections_2 .bg-white{color:#212529;}
#section_sections_2 .bg-white h1,#section_sections_2 .bg-white h2,#section_sections_2 .bg-white h3{color:var(--pcolor3) !important;}
#section_sections_2 .bg-white p{color:#6c757d !important;}
.btn-search{position:relative;z-index:1;}
#section_sections_1 [class*="bg-primary-subtle"],#section_sections_2 .bg-white{transition:transform .28s ease,box-shadow .28s ease;}
#section_sections_1 [class*="bg-primary-subtle"]:hover,#section_sections_2 .bg-white:hover{transform:translateY(-6px);box-shadow:0 .9rem 2rem rgba(21,122,51,.18);}
.bg-highlighted.shadow-hover{box-shadow:0 .3rem 1rem rgba(21,122,51,.08)!important;border:1px solid rgba(21,122,51,.10);}
.bg-highlighted.shadow-hover:hover{box-shadow:0 .9rem 2rem rgba(21,122,51,.18)!important;}
.btn-add-to-cart{background-color:var(--pcolor)!important;border-color:var(--pcolor)!important;color:#fff!important;}
.btn-add-to-cart:hover{background-color:var(--pcolor2)!important;border-color:var(--pcolor2)!important;color:#fff!important;}
.btn-add-to-cart .icon-dark,.btn-add-to-cart svg{fill:#fff!important;}
/* Finom lágy gradiens-átmenetek a szekciókon (fehér<->halványzöld hullámzás) */
#section_sections_1{background-image:linear-gradient(180deg,#ffffff 0%,#eaf6e1 100%)!important;}
#section_featured_1{background-image:linear-gradient(180deg,#eaf6e1 0%,#ffffff 100%)!important;}
#section_discounted_1{background-image:linear-gradient(180deg,#ffffff 0%,#eaf6e1 100%)!important;}
#section_news_1{background-image:linear-gradient(180deg,#eaf6e1 0%,#ffffff 100%)!important;}
#section_newsletter_1{background-image:linear-gradient(180deg,#f3f8e8 0%,#ffffff 100%)!important;}
/* Termékkártya felső margó (user kérés) */
[class*="v-common-items"] .v-item-card-001{margin-top:1rem !important;}
/* Hero-slider: legfeljebb egy teljes kepernyo a fejlec nelkul (16:9 alatta megmarad) */
#section_box_1 .ratio{max-height:calc(100vh - 144px);max-height:calc(100svh - 144px);}
@media (min-width:992px){#section_box_1 .ratio{max-height:calc(100vh - 180px);max-height:calc(100svh - 180px);}}
/* Hattervideo: a globalis iframe-szabaly 1.82 aranyra kenyszeriti a YouTube-keretet,
   ezert a 16:9 video ket szelen fekete sav jelent meg -> 16:9 cover-meretezes */
#section_sections_2 iframe.bg-video-iframe{width:177.78vh!important;height:100vh!important;aspect-ratio:16/9!important;padding:0!important;}
@media (min-aspect-ratio:16/9){#section_sections_2 iframe.bg-video-iframe{width:100vw!important;height:56.25vw!important;}}
/* Urlapmezok kerete lathatobb (a --bs-border-color a nagyon halvany markaszin) */
.form-control,.form-select,.form-check-input,.input-group-text{border-color:#adb5bd;}
.form-control:disabled,.form-control[readonly]{border-color:#ced4da;}
