/*
Theme Name: Prox
Theme URI: https://www.prox.co.il
Author: Prox Team
Author URI: https://www.prox.co.il
Description: Prox empty design with Bootstrap v4.2 RTL.
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Prox, rtl, bootstrap
Text Domain: Prox
*/



@font-face{
	font-family:'neo';
	font-weight:300; /*(light)*/
	font-style: normal;
	src: url('css/fonts/neo/Neo_light.otf') format('truetype');

}
@font-face{
	font-family:'neo';
	font-weight:400; /*(regular)*/
	font-style: normal;
	src: url('css/fonts/neo/Neo_regular.otf') format('truetype');
}
@font-face{
	font-family:'neo';
	font-weight:700; /*(bold)*/
	font-style: normal;
	src: url('css/fonts/neo/Neo_bold.otf') format('truetype');
}

@font-face{
	font-family:'almoni';
	font-weight:300; /*(bold)*/
	font-style: normal;
	src: url('css/fonts/almoni/almoni-dl-aaa-300.eot');
	src: url('css/fonts/almoni/almoni-dl-aaa-300.eot?#iefix') format('embedded-opentype'),
		url('css/fonts/almoni/almoni-dl-aaa-300.ttf') format('truetype'),
		url('css/fonts/almoni/almoni-dl-aaa-300.woff') format('woff');
}


@font-face{
	font-family:'almoni';
	font-weight:400; /*(bold)*/
	font-style: normal;
	src: url('css/fonts/almoni/almoni-dl-aaa-400.eot');
	src: url('css/fonts/almoni/almoni-dl-aaa-400.eot?#iefix') format('embedded-opentype'),
		url('css/fonts/almoni/almoni-dl-aaa-400.ttf') format('truetype'),
		url('css/fonts/almoni/almoni-dl-aaa-400.woff') format('woff');
}


@font-face{
	font-family:'almoni';
	font-weight:700; /*(bold)*/
	font-style: normal;
	src: url('css/fonts/almoni/almoni-dl-aaa-700.eot');
	src: url('css/fonts/almoni/almoni-dl-aaa-700.eot?#iefix') format('embedded-opentype'),
		url('css/fonts/almoni/almoni-dl-aaa-700.ttf') format('truetype'),
		url('css/fonts/almoni/almoni-dl-aaa-700.woff') format('woff');
}

  #site_wrapper
  {
    overflow: hidden;
  }

body.menu-open {
    overflow: hidden;
}

.whiteimg
{
  filter: brightness(0) invert(1);
}


.neo
{
  font-family: 'neo',almoni,sans-serif;
}
html
{
    height: 100%;
    width: 100%;
    text-decoration: none;
    border: none;
  	font-family:'almoni',sans-serif;
}

*
{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  	font-family:'almoni',sans-serif;
    border: none;
    direction: rtl;
}
header
{
  position: relative;
  width: 100%;
  z-index: 100;
  top:0;
}
body
{
    	font-family:'almoni',sans-serif;
      font-size: 22px;
}
.container.c18
{
  max-width: 1800px;
}
.dropdown-menu
{
    text-align: right;
}

/*************************************************************FRONT*********************************************************************************/
.rubik
{
  font-family: 'Rubik', sans-serif;
}
.main_video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  width: 100%;
}
.main_video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bgimg
{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.mlink
{
  width: max-content;
  max-width: 100%;
  border:2px solid white;
  border-radius:5px;
  font-size: 20px;
  color:white;
  line-height: 1;
  overflow: hidden;
  padding: 8px 40px;
}
.mlink2
{
  width: max-content;
  max-width: 100%;
  border:2px solid #c70d0c;
  background-color: #c70d0c;
  border-radius:5px;
  font-size: 20px;
  color:white!important;
  cursor: pointer;
  line-height: 1;
  overflow: hidden;
  padding: 8px 40px;
}
.mlink2:hover
{
  color:#000!important
}
a
{
  color:inherit;
}
a:hover
{
  color: inherit;
  text-decoration: none;
}


.topimages .slick-dots
{
  bottom:45px;
  text-align: center;
  max-width: 1800px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.topimages .slick-dots li button::before,.sgallery .slick-dots li button::before,.gallery1 .slick-dots li button::before
{
  color:white;
  opacity: 1;
  font-family: 'slick';
  font-size: 6px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  content: '•';
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: auto;
}
.topimages .slick-dots li button,.sgallery .slick-dots li button,.gallery1 .slick-dots li button
{
  padding: 0;
  border: 1px solid white;
  border-radius: 50%;
  position: relative;
  height: 30px;
  width: 30px;
}
.slick-dots li
{
  height: 30px;
  width: 30px;
  margin-left: 8px;
}
.slick-dots li.slick-active button
{
  background-color: white;
}
.slick-dots li.slick-active button::before
{
  color:#000;
}


.sgallery .slick-dots,.gallery1 .slick-dots,.gallery2 .slick-dots
{
  bottom: -65px;
}

.sgallery .slick-slide,.gallery2 .slick-slide
{
	margin: 0 15px;
}
.myflex
{
	display: flex;
	flex-wrap: wrap;
	gap:40px;
}

.myflex .item
{
	flex-grow: 1;
	flex-basis: 200px;
}

.slider1 .slick-dots
{
  bottom:-70px!important;
}
.slider1 .slick-dots li button::before,.gallery2 .slick-dots li button::before
{
  color:black;
  opacity: 1;
  font-family: 'slick';
  font-size: 6px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  content: '•';
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: auto;
}
.slider1 .slick-dots li button,.gallery2 .slick-dots li button
{
  padding: 0;
  border: 1px solid black;
  border-radius: 50%;
  position: relative;
  height: 30px;
  width: 30px;
}
.topimages .slick-dots li
{
  height: 30px;
  width: 30px;
  margin-left: 8px;
}
.topimages  .slick-dots li.slick-active button
{
  background-color: white;
}
.topimages  .slick-dots li.slick-active button::before
{
  color:#000;
}

.topimages.slick-slider
{
  margin-bottom: 0!important;
}
.whiteoverlay
{
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFFBF 0%, #FFFFFF 100%);
    opacity: 0.76;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.container.c12
{
  max-width: 1380px;
}

.sc1
{
  color:#f56e0f;
}
.productbox::after
{
  position: absolute;
  left: -40px;
  top: 75%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  content: "";
  background-image: url(images/left.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.productbox:last-of-type::after
{
  display: none;
}

.video_content
{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
}
.anim
{
  transition: all 0.3s ease;
}
.product_box:hover .bgimg
{
  transform: scale(0.9);
}
.youtubeiframe iframe
{
  height: 100%;
  width: 100%;
}
.imgc
{
  max-width: 100%;
  max-height: 100%;
}
.header
{
	transition: all 0.3s ease;
}

@media (max-width: 991px) {
    .header {
        position: fixed;
        top: 0;
        inset-inline: 0;
        z-index: 1200;
        background: rgba(21, 20, 25, 0.95);
        backdrop-filter: blur(12px);
        box-shadow: 0 20px 40px -28px rgba(0, 0, 0, 0.65);
    }

    #Site_content {
        padding-top: 40px;
    }
}


.HeaderMenuWrapper {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	width: 100%;
	height: 100vh;
	background-color: #151419;
	top: 0;
	right: 0;
	z-index: 1000;
	transition: opacity 200ms ease, visibility 200ms ease;
	pointer-events: none;
}

.HeaderMenuWrapper.is-open,
.HeaderMenuWrapper[aria-hidden="false"] {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.HeaderMenuWrapper .menu-overlay-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: clamp(2rem, 6vw, 3.5rem);
}

.HeaderMenuWrapper .menu-overlay-container {
    max-width: 480px;
    margin-inline: auto;
    width: min(90vw, 480px);
    background: rgba(21, 20, 25, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 28px;
    padding: clamp(2rem, 6vw, 3rem) clamp(1.5rem, 5vw, 2.5rem);
    position: relative;
    z-index: 1;
    box-shadow: 0 32px 70px -28px rgba(0, 0, 0, 0.65);
    transform: translateY(24px);
    opacity: 0;
    transition: opacity 220ms ease, transform 220ms ease;
}

.HeaderMenuWrapper.is-open .menu-overlay-container,
.HeaderMenuWrapper[aria-hidden="false"] .menu-overlay-container {
    transform: translateY(0);
    opacity: 1;
}

.HeaderMenuWrapper .closemenu {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #fbfbfb;
    font-size: 2rem;
    background: rgba(21, 20, 25, 0.35);
    cursor: pointer;
    position: absolute;
    inset-inline-end: clamp(1.5rem, 5vw, 2.5rem);
    top: clamp(1.5rem, 5vw, 2.5rem);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.HeaderMenuWrapper .closemenu:hover,
.HeaderMenuWrapper .closemenu:focus-visible {
    transform: rotate(90deg);
    border-color: rgba(245, 110, 15, 0.65);
}

.HeaderMenuWrapper .logo {
    max-width: 180px;
    margin: 0 auto clamp(2rem, 6vw, 3rem);
}

.HeaderMenuWrapper nav#HeaderNav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(1.25rem, 4vw, 1.75rem);
    padding: 0;
    margin: 0;
}

.HeaderMenuWrapper nav#HeaderNav ul li {
    width: 100%;
    text-align: center;
    list-style: none;
}

.HeaderMenuWrapper nav#HeaderNav ul li a {
    font-size: clamp(1.35rem, 4.8vw, 1.85rem);
    font-weight: 600;
    color: #fbfbfb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    transition: color 0.2s ease, transform 0.2s ease;
    text-decoration: none;
}

.HeaderMenuWrapper nav#HeaderNav ul li a:hover,
.HeaderMenuWrapper nav#HeaderNav ul li a:focus-visible {
    color: #f56e0f;
    transform: translateY(-2px);
}

.HeaderMenuWrapper nav#HeaderNav ul li.menu-item-has-children > a::before {
    content: none;
}

.HeaderMenuWrapper nav#HeaderNav ul li ul.sub-menu {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease, opacity 0.25s ease;
    padding: 0;
    margin: 0.5rem 0 0;
}

.HeaderMenuWrapper nav#HeaderNav ul li.menu-item-has-children.active ul.sub-menu {
    opacity: 1;
    max-height: 400px;
}

.HeaderMenuWrapper nav#HeaderNav ul li ul.sub-menu li a {
    font-size: clamp(1.05rem, 3.5vw, 1.3rem);
    font-weight: 400;
    opacity: 0.9;
    padding: 0.4rem 0;
}

.HeaderMenuWrapper .menu-footer-action {
    margin-top: clamp(2.5rem, 6vw, 3.5rem);
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.HeaderMenuWrapper .menu-footer-action .imprevo-btn {
    width: 100%;
    justify-content: center;
}
nav#HeaderNav ul
{
	list-style-type: none;
}
nav#HeaderNav ul li
{
	padding: 5px 0;
	transition: all 0.3s ease;
	text-align: center;
}
nav#HeaderNav ul li a
{
	color:#fff;
	font-size:30px;
	font-family: neo,almoni,sans-serif;
}
nav#HeaderNav ul li.menu-item-has-children a
{

	font-size: 28px;
	position: relative;
}
nav#HeaderNav ul li.menu-item-has-children > a::before
{

	width: 20px;
	content: "›";
	position: absolute;
	left: -35px;
	top:50%;
	transform: translateY(-50%);
	height: 20px;
}

nav#HeaderNav ul li ul.sub-menu
{
	max-height: 0;
	transition: all 0.3s ease;
	opacity: 0;
	overflow: hidden;
}
nav#HeaderNav ul li ul.sub-menu li a
{
	font-size:22px;
	font-weight:300;
}
nav#HeaderNav ul li.active > a,nav#HeaderNav ul li:hover > a
{
	color:#f56e0f;
}
nav#HeaderNav ul li.menu-item-has-children.active ul.sub-menu
{
	opacity: 1;
	max-height: none;
}

li::marker {
    color: #f56e0f; /* Change the color to your desired color (e.g., red) */
    /* You can also add other styles like font-size, margin, etc. */
}

.openmenu
{
  transition: all 0.3s ease;
}
.openmenu:hover
{
  transform: rotate(180deg);
}

.pageform input ,.pageform textarea
{
  display: block;
  max-height: 120px;
  border-radius:15px;
  width: 100%;
  border:1px solid black;
  padding:8px 10px;
  margin-bottom: 10px;
  direction: rtl!important;
}
.pageform input[type="submit"]
{
  background-color: #111111;
  color:white;
  font-weight: bold;
}
.matlink,.matlink *
{
  transition:all 0.3s ease;
}
.matlink:hover *
{
  transform: scale(0.9);
}
.matlink:hover
{
  background-color: #000;
}
#popup
{
  position: fixed;
  width: 90%;
  max-width: 900px;
  top:50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin:0 auto;
  z-index: 1000;
  border:2px solid white;
  border-radius: 5px;
  background: #000;
}
.wpcf7-spinner
{
  display: none;
}
#popup  .wpcf7 input
{
  width: 100%;
  direction: rtl;
  padding:8px 10px;
  background-color: transparent;
  bordeR:1px solid white;
  border-radius: 5px;
  margin-bottom: 5px;
  color:#fff;
}
#popup  .wpcf7 input::placeholder
{
  color:#fff;
}
#popup  .wpcf7 input[type="submit"]
{
  background-color: #c70d0c;
  color:white;
  font-size: 25px;
  border-radius: 5px;
  margin-bottom:0;
  cursor: pointer;
}
.close-button {
  position: absolute;
  top: 0;
  right: 0px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  left: 0;
  margin: 0 auto;
  right: 0;
  text-align: center;
}
.bgscon
{
  background-size: 60%;
}
.fs40{font-size: 40px!important;}
/*************************************************************FRONT*********************************************************************************/
.hidden-xs-up{display:none!important}@media (max-width:575px){
  .mlink2
  {
    padding: 8px 20px!important;
  }
  .nosite{display: block!important;}
  .mbh150{height:150px!important;}
  .mhfs60{font-size:60px!important;}
  .mpy10{padding:10px 0;}
  .mright{text-align: right!important;}
  .mhfs26{font-size:26px!important;}
  .maic{align-items: center!important;}
  .mnha{min-height: auto!important;}
  .mfcc{justify-content: center!important;}
  .mbh300{height:300px!important;}
  .mbh200{height: 200px!important;}
  .mpdt0{padding-top:0!important;}
  .mhfs40{font-size: 40px!important;}
  .nomobile{display:none!important;}
  .mfdcr{flex-direction: column-reverse!important;}
  .mw70{width: 70%!important;}
  .hauto{height:auto!important;}
  .mw90{width: 90%!important;}
  .mw100{width: 100%!important;}
  .mmxw100{max-width: 100%!important;}
  .mhfs20{font-size: 20px!important;}
  .mhfs30{font-size:30px!important;}
  .mmt20{margin-top:20px!important;}
  .mbh195{height: 185px!important;}
  .mhfs35{font-size: 40px!important;}
  .mmb20{margin-bottom: 20px!important;}
  .mhfs18{font-size: 18px!important;font-weight:400!important}
  .mmy0{margin:0!important;}
  .mmargin{margin:0 auto!important;}
  .mcenter{text-align: center!important;}
  .mbh80vh{height:80vh!important}
  .hauto{height:auto!important}
  .mmb0{margin-bottom: 0!important;}

  nav#HeaderNav ul li.menu-item-has-children a,nav#HeaderNav ul li a
  {
    font-size: 20px;
  }
  nav#HeaderNav ul li ul.sub-menu li a
  {
    font-size: 18px;
  }
  .slick-dots li
  {
    margin-left: 0!important;
  }
  body
  {
    font-size: 16px;
  }
  #Site_content
  {
    padding-top:40px;
  }

  .bgscon {
    background-size: 100%;
}
  .mlink
  {
    font-size: 18px;
  }
  .headcont
  {
    padding: 5px 15px!important;
  }
  .topimages .slick-dots li button, .sgallery .slick-dots li button, .gallery1 .slick-dots li button,.topimages .slick-dots li button, .sgallery .slick-dots li button, .gallery1 .slick-dots li button
  {
    height: 20px;
    width: 20px;
}
.mobicon
{
  max-width: 25px!important;
}
.topimages .slick-dots {
  text-align: center;
  bottom:3px
}

.logo
{
  max-width: 100px!important;
}
.openmenu
{
  width: 30px!important;
}

.hidden-xs-down{display:none!important}}@media (min-width:576px){.hidden-sm-up{display:none!important}}@media (max-width:767px){.hidden-sm-down{display:none!important}}@media (min-width:768px){.hidden-md-up{display:none!important}}@media (max-width:991px){.hidden-md-down{display:none!important}}@media (min-width:992px){.hidden-lg-up{display:none!important}}@media (max-width:1199px){.hidden-lg-down{display:none!important}}@media (min-width:1200px){.hidden-xl-up{display:none!important}}.hidden-xl-down{display:none!important}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}

/* Close menu button */
.closemenu {
    display: block;
    margin:0 auto;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin: 0 auto 2rem;
    border: 2px solid rgba(245, 110, 15, 0.3);
    border-radius: 999px;
    background: rgba(245, 110, 15, 0.12);
    color: #f56e0f;
    font-size: 1.8rem;
    line-height: 1;
    cursor: pointer;
    transition: transform 200ms ease, background 200ms ease, color 200ms ease, border-color 200ms ease;
}

.closemenu:hover,
.closemenu:focus {
    background: #f56e0f;
    color: #fbfbfb;
    border-color: #f56e0f;
    transform: translateY(-2px);
}

.closemenu:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(245, 110, 15, 0.25);
}

/* Header layout enhancements */
.header-bar {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 30px;
    color: #fbfbfb;
}

.header-mobile-menu {
    display: inline-flex;
    align-items: center;
}

.header-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    background: rgba(21, 20, 25, 0.35);
    color: #fbfbfb;
    cursor: pointer;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.header-menu-toggle:focus {
    outline: none;
    border-color: rgba(245, 110, 15, 0.75);
    box-shadow: 0 0 0 3px rgba(245, 110, 15, 0.25);
}

.header-menu-toggle:hover {
    transform: scale(1.05);
    background: rgba(21, 20, 25, 0.55);
}

.header-menu-toggle__bar {
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.header-menu-toggle.is-active .header-menu-toggle__bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.header-menu-toggle.is-active .header-menu-toggle__bar:nth-child(2) {
    opacity: 0;
}

.header-menu-toggle.is-active .header-menu-toggle__bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.header-logo-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.header-account-link {
    color: #fbfbfb;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 200ms ease;
}

.header-account-link img {
    width: 24px;
    height: 24px;
}

.header-account-link:hover,
.header-account-link:focus {
    opacity: 0.8;
}

.header-primary-nav {
    display: none;
}

.header-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: clamp(1.25rem, 2vw, 2.25rem);
}

.header-menu-list li {
    position: relative;
}

.header-menu-list a {
    color: #fbfbfb;
    font-weight: 500;
    text-decoration: none;
    font-size: 18px;
    transition: color 200ms ease;
}

.header-menu-list a:hover,
.header-menu-list a:focus {
    color: #f56e0f;
}

@media (min-width: 992px) {
    .header-primary-nav {
        display: block;
    }

    .header-mobile-menu,
    .HeaderMenuWrapper,
    .HeaderMenuWrapper .closemenu {
        display: none !important;
    }

    .header-menu-toggle {
        display: none !important;
    }

    .header-menu-list > li {
        position: relative;
    }

    .header-menu-list li .sub-menu {
        position: absolute;
        top: 100%;
        right: 0;
        min-width: 220px;
        list-style: none;
        margin: 0;
        padding: 0.75rem 0;
        background: #fbfbfb;
        border-radius: 14px;
        box-shadow: 0 18px 28px -12px rgba(21, 20, 25, 0.25);
        border: 1px solid rgba(245, 110, 15, 0.12);
        opacity: 0;
        transform: translateY(0);
        transition: opacity 180ms ease;
        pointer-events: none;
        z-index: 1000;
    }

    .header-menu-list li:hover > .sub-menu,
    .header-menu-list li:focus-within > .sub-menu {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    .header-menu-list li .sub-menu li {
        display: block;
        padding: 0;
    }

    .header-menu-list li .sub-menu a {
        display: block;
        padding: 0.65rem 1.25rem;
        color: #151419;
        font-weight: 500;
        white-space: nowrap;
    }

    .header-menu-list li .sub-menu a:hover,
    .header-menu-list li .sub-menu a:focus {
        color: #f56e0f;
        background: rgba(245, 110, 15, 0.08);
    }
 }

@media (max-width: 991px) {
    .header-menu-list li .sub-menu {
        display: none !important;
    }

    .header-bar {
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        gap: 16px;
        width: 100%;
    }

    .header-mobile-menu {
        justify-self: start;
    }

    .header-logo-link {
        justify-self: center;
    }

    .header-account-link {
        justify-self: end;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        padding: 8px;
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(21, 20, 25, 0.4);
    }
}

@media (max-width: 640px) {
    .header-bar {
        grid-template-columns: auto 1fr auto;
        gap: 12px;
    }
}
