.elementor .e-d784a57-67dda3e{width:152px;height:47px;}.elementor .e-ea68c27-ada3954{width:20%;flex-direction:column;}.elementor .e-f22c9e1{width:50%;flex-direction:column;}.elementor .e-960d490{width:10%;flex-direction:column;}.elementor .e-bdff307-b14901f{width:10%;flex-direction:column;}.elementor .e-a49b75f-e796ed7{width:10%;flex-direction:column;}.elementor .e-479007c{min-height:7px;max-height:79px;background-color:#312929;flex-direction:row;/* =========================================
 MODERN SHOP HEADER
 ========================================= */

/* Main Header */
.site-header {
  background: #292324 !important;
  position: relative;
  z-index: 9999;
}

/* Header inner area */
.site-header-row-container-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
}

/* =========================================
 LOGO
 ========================================= */

.site-header .custom-logo {
  max-height: 52px;
  width: auto;
  transition: all 0.35s ease;
}

.site-header .custom-logo:hover {
  transform: scale(1.06);
  filter: drop-shadow(0 0 7px rgba(245, 190, 20, 0.55));
}


/* =========================================
 SEARCH BOX
 ========================================= */

.header-search,
.site-header .search-form {
  width: 100%;
}

.site-header .search-form {
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #ffffff;
  border: 2px solid #ffffff;
  height: 55px;
}

/* Search Input */
.site-header .search-form input[type="search"] {
  height: 100%;
  flex: 1;
  border: none !important;
  outline: none !important;
  background: #ffffff !important;
  color: #333333 !important;
  font-size: 22px;
  padding: 0 14px;
  box-shadow: none !important;
}

/* Placeholder */
.site-header .search-form input[type="search"]::placeholder {
  color: #53606b;
  opacity: 1;
}

/* Search Button */
.site-header .search-form button,
.site-header .search-form input[type="submit"] {
  height: 55px;
  min-width: 72px;
  border: none !important;
  border-radius: 0;
  background: #e9ad09 !important;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Search Button Hover */
.site-header .search-form button:hover,
.site-header .search-form input[type="submit"]:hover {
  background: #ffc928 !important;
  transform: scale(1.03);
}


/* =========================================
 HEADER ICONS
 ========================================= */

.site-header .header-item,
.site-header .header-account,
.site-header .header-wishlist,
.site-header .header-cart {
  transition: all 0.3s ease;
}

/* Icons */
.site-header svg {
  transition: all 0.3s ease;
}

/* Icon Hover */
.site-header a:hover svg {
  transform: translateY(-3px) scale(1.08);
  filter: drop-shadow(0 0 6px rgba(255, 196, 25, 0.65));
}


/* =========================================
 HEADER LINKS
 ========================================= */

.site-header a {
  transition: all 0.3s ease;
}


/* =========================================
 MOBILE
 ========================================= */

@media (max-width: 768px) {

  .site-header-row-container-inner {
      min-height: 60px;
  }

  .site-header .custom-logo {
      max-height: 42px;
  }

  .site-header .search-form {
      height: 45px;
  }

  .site-header .search-form input[type="search"] {
      font-size: 16px;
  }

  .site-header .search-form button,
  .site-header .search-form input[type="submit"] {
      height: 45px;
      min-width: 60px;
      font-size: 13px;
  }
}\n}