:root {
  --brand-ink: #09101f;
  --brand-ink-strong: #131b2b;
  --brand-bronze: #b8845b;
  --brand-bronze-deep: #8f6746;
  --brand-cream: #fffaf3;
  --brand-line: #eadbcb;
}

header ul.top-link > li .btn-group .btn-link:hover,
header ul.top-link > li > a:hover {
  color: var(--brand-bronze);
}

.typeheader-1 .header-top {
  background: linear-gradient(90deg, #101520 0%, #3a2a21 100%);
}

.typeheader-1 .header-middle {
  border-bottom-color: rgba(184, 132, 91, 0.16);
}

@media (min-width: 1200px) {
  .typeheader-1 .header-bottom .container > .row {
    align-items: center;
  }

  .typeheader-1 .logo {
    width: auto;
    min-width: 0;
    margin-right: 0;
  }

  .typeheader-1 .main-menu {
    display: grid;
    grid-template-columns: minmax(210px, 240px) minmax(0, 1fr);
    align-items: center;
    gap: 24px;
    flex-wrap: nowrap;
  }

  .typeheader-1 .megamenu-style-dev {
    width: auto;
    min-width: 0;
  }

  .typeheader-1 .container-megamenu.horizontal ul.megamenu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 18px;
    width: 100%;
  }

  .typeheader-1 .container-megamenu.horizontal ul.megamenu > li {
    float: none;
    margin: 0;
  }
}

.typeheader-1 .logo > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 240px;
  padding: 10px 18px;
  border: 1px solid rgba(184, 132, 91, 0.28);
  border-radius: 18px;
  background: linear-gradient(135deg, #fffdf9 0%, #f6ede1 100%);
  box-shadow: 0 14px 30px rgba(9, 16, 31, 0.14);
}

.typeheader-1 .logo img {
  width: 100%;
  max-width: 220px;
  height: auto;
  filter: drop-shadow(0 8px 16px rgba(9, 16, 31, 0.22));
}

.typeheader-1 .container-megamenu.horizontal ul.megamenu > li > a {
  color: var(--brand-ink);
  position: relative;
  padding: 10px 0;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.typeheader-1 .container-megamenu.horizontal ul.megamenu > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  border-radius: 999px;
  background: var(--brand-bronze);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.2s ease;
}

.typeheader-1 .container-megamenu.horizontal ul.megamenu > li:first-child > a i,
.common-home .typeheader-1 .container-megamenu.horizontal ul.megamenu > li:first-child > a i {
  background-color: var(--brand-ink);
}

.typeheader-1 .container-megamenu.horizontal ul.megamenu > li:hover > a,
.typeheader-1 .container-megamenu.horizontal ul.megamenu > li.active > a,
.typeheader-1 .container-megamenu.horizontal ul.megamenu > li.menu_active > a,
.typeheader-1 .shopping_cart:hover .btn-shopping-cart .top_cart .shopcart-inner .text-shopping-cart,
.typeheader-1 .signin-w ul li a:hover,
.typeheader-1 .signin-w .signin-link li a.link-log:hover,
.typeheader-1 .telephone a:hover,
.typeheader-1 .header-middle-left ul li a:hover,
.typeheader-1 .wishlist-comp li a.top-link-wishlist:hover:before,
.typeheader-1 .wishlist-comp li a:hover i,
.typeheader-1 .search-header-w #sosearchpro .search button:hover,
.typeheader-1 .block-policy .item:hover .info-cont a,
.block-policy .item .info-cont a:hover,
.block-policy .item:hover .info-cont a {
  color: var(--brand-bronze);
}

.typeheader-1 .container-megamenu.horizontal ul.megamenu > li:first-child:hover > a i,
.typeheader-1 .container-megamenu.horizontal ul.megamenu > li:first-child.active > a i,
.typeheader-1 .container-megamenu.horizontal ul.megamenu > li:first-child.menu_active > a i,
.typeheader-1 .header-links ul li:hover i.fa-truck {
  background-color: var(--brand-bronze);
}

.typeheader-1 .container-megamenu.horizontal ul.megamenu > li:hover > a:after,
.typeheader-1 .container-megamenu.horizontal ul.megamenu > li.active > a:after,
.typeheader-1 .container-megamenu.horizontal ul.megamenu > li.menu_active > a:after {
  transform: scaleX(1);
}

.typeheader-1 .search-header-w .icon-search i {
  background-color: var(--brand-bronze);
}

.typeheader-1 .signin-w .signin-link:before {
  background: var(--brand-bronze);
  background-image: none;
  -webkit-mask-image: url(../../images/icons/icon-login.svg);
  mask-image: url(../../images/icons/icon-login.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 24px 24px;
  mask-size: 24px 24px;
}

.typeheader-1 .shopping_cart .btn-shopping-cart .top_cart .icon-c {
  background: var(--brand-bronze);
  background-image: none;
  -webkit-mask-image: url(../../images/icons/icon-cart2.svg);
  mask-image: url(../../images/icons/icon-cart2.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 26px 26px;
  mask-size: 26px 26px;
}

.typeheader-1 .wishlist-comp li a i,
.typeheader-1 .wishlist-comp li a.top-link-wishlist:before {
  color: var(--brand-bronze);
}

.typeheader-1 .shopping_cart .shoppingcart-box .checkout .btn-checkout,
.layout-1 .backg-gradient,
.module.sohomepage-slider .sohomeslider-description .title-slider,
.module.sohomepage-slider .sohomeslider-description .button {
  background: linear-gradient(135deg, var(--brand-ink) 0%, var(--brand-bronze) 100%);
}

.typeheader-1 .shopping_cart .shoppingcart-box .checkout .btn-checkout:hover,
.layout-1 .backg-gradient:hover,
.module.sohomepage-slider .sohomeslider-description .button:hover {
  background: linear-gradient(135deg, var(--brand-ink-strong) 0%, var(--brand-bronze-deep) 100%);
}

.typeheader-1 .shopping_cart .shoppingcart-box .checkout .btn-view-cart:hover {
  background: var(--brand-bronze);
}

.module.sohomepage-slider .owl2-controls .owl2-nav .owl2-next:hover,
.module.sohomepage-slider .owl2-controls .owl2-nav .owl2-prev:hover {
  color: var(--brand-bronze);
}

.module.sohomepage-slider .owl2-controls .owl2-nav .owl2-next:hover:before,
.module.sohomepage-slider .owl2-controls .owl2-nav .owl2-prev:hover:before {
  background: var(--brand-bronze);
}

.module.sohomepage-slider .sohomeslider-description .des-slider {
  border-left-color: rgba(184, 132, 91, 0.32);
}

.module.sohomepage-slider .sohomeslider-description .video-slider i,
.module.sohomepage-slider .sohomeslider-description .video-slider:hover {
  color: var(--brand-bronze);
}

.block-policy .item .icon img {
  filter: grayscale(1) contrast(1.1) brightness(0.45);
}

.so-groups-sticky.right,
.so-groups-sticky.left {
  background: var(--brand-ink);
}

#so-groups > a:hover {
  background-color: var(--brand-bronze);
}

#so-groups > a span,
#so-groups .popup-header {
  background-color: var(--brand-bronze);
}

#so-groups .text-color {
  color: var(--brand-bronze);
}

.typefooter-1 {
  padding-top: 72px;
  background: linear-gradient(135deg, #0a1322 0%, #162033 58%, #3b2b21 100%);
}

.typefooter-1 .footer-main {
  background: transparent;
}

.typefooter-1 .footer-top {
  margin: 0 0 44px;
}

.typefooter-1 .footer-top .container > .row,
.typefooter-1 .footer-middle .container > .row {
  align-items: stretch;
}

.typefooter-1 .box-footer {
  height: 100%;
  padding: 30px 28px;
  border: 1px solid rgba(234, 219, 203, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 24px 45px rgba(0, 0, 0, 0.18);
}

.typefooter-1 .module .modtitle {
  color: var(--brand-cream);
  margin-bottom: 28px;
}

.typefooter-1 .box-footer .modcontent ul li a {
  color: rgba(255, 255, 255, 0.86);
  font-size: 19px;
  line-height: 1.45;
}

.typefooter-1 .box-footer .modcontent ul li a:before {
  color: var(--brand-bronze);
}

.typefooter-1 .box-footer .modcontent ul li:hover {
  margin-left: 0;
  transform: translateX(8px);
}

.typefooter-1 .box-gallery .row {
  margin-left: -7px;
  margin-right: -7px;
}

.typefooter-1 .box-gallery .row > div {
  padding-left: 7px;
  padding-right: 7px;
}

.typefooter-1 .box-gallery .row > div img {
  border-radius: 18px;
  border: 1px solid rgba(234, 219, 203, 0.16);
}

.typefooter-1 .footer-middle {
  background: rgba(8, 15, 28, 0.72);
  border-top: 1px solid rgba(234, 219, 203, 0.12);
}

.typefooter-1 .footer-add,
.typefooter-1 .footer-copyright,
.typefooter-1 .footer-copyright a {
  color: rgba(255, 255, 255, 0.78);
}

.typefooter-1 .footer-add i,
.typefooter-1 .footer-copyright i {
  color: var(--brand-bronze);
}

.typefooter-1 .footer-bottom,
.typefooter-1 .button-toggle {
  background: #08111d;
}

@media (max-width: 1199px) {
  .typefooter-1 .box-footer {
    padding: 24px 22px;
  }
}

header.bar-navhome {
  background: #fff;
  box-shadow: 0 10px 24px rgba(9, 16, 31, 0.08);
}

header.bar-navhome .navbar-logo a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border: 1px solid rgba(184, 132, 91, 0.24);
  border-radius: 14px;
  background: linear-gradient(135deg, #fffdf9 0%, #f6ede1 100%);
  box-shadow: 0 10px 22px rgba(9, 16, 31, 0.12);
}

header.bar-navhome .navbar-logo img {
  max-height: 44px;
  width: auto;
  filter: drop-shadow(0 6px 14px rgba(9, 16, 31, 0.2));
}

header.bar-navhome .toggle-panel .icon-bar {
  background: var(--brand-ink);
}

header.bar-navhome .navbar-search button,
header.bar-navhome .navbar-search i,
header.bar-navhome .navbar-search .fa {
  color: var(--brand-bronze);
}

@media (max-width: 1199px) {
  .typeheader-1 .logo > a {
    margin: 0 auto;
  }
}
