/*
 * Santeko – Header, Footer & Cart Widget Styles
 * Extracted from the front-end design system for 1:1 match.
 */

/* ── Container ────────────────────────────────────────────────────────────── */

.container {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 1350px) {
  .container {
    max-width: 100%;
    padding: 0 50px;
  }
}
@media screen and (max-width: 991px) {
  .container {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}

/* ── Content Overlay ──────────────────────────────────────────────────────── */

/* Body padding for fixed header */
html {
  scroll-padding-top: 200px;
}
body {
  padding-top: 112px;
  transition: padding 0.2s ease-in-out;
}
@media screen and (max-width: 1120px) {
  body {
    padding-top: 127px;
  }
}
@media screen and (max-width: 991px) {
  html {
    scroll-padding-top: 200px;
  }
  body {
    padding-top: 170px;
  }
}

/* Admin bar offset */
body.admin-bar {
  padding-top: 112px;
}
body.admin-bar .site-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar {
    padding-top: 226px;
  }
  body.admin-bar .site-header {
    top: 46px;
  }
}

body.mini-cart-opened .content-overlay {
  opacity: 1;
  visibility: visible;
}

.content-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(25, 25, 25, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 9999;
}

/* ── Site Header ──────────────────────────────────────────────────────────── */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  background: #F6F6F6;
  transition: all 0.2s ease-in-out;
  z-index: 99999;
}
@media screen and (min-width: 992px) {
  .site-header {
    border-bottom: 1px solid #E6E6E6;
  }
}
@media screen and (max-width: 991px) {
  .site-header {
    height: 160px;
  }
}

/* Header Contacts */
.site-header .header-contacts {
  display: flex;
  align-items: center;
  font-size: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .site-header .header-contacts {
    font-size: 12px;
  }
}
.site-header .header-contacts li {
  display: flex;
  align-items: center;
  gap: 0 4px;
}
.site-header .header-contacts li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 20px;
  margin: 0 12px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .site-header .header-contacts li:not(:last-child)::after {
    height: 16px;
  }
}
.site-header .header-contacts img {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .site-header .header-contacts img {
    max-height: 16px;
  }
}
.site-header .header-contacts a {
  display: flex;
  align-items: center;
  gap: 0 4px;
  color: #fff;
  text-decoration: none;
}
.site-header .header-contacts a:hover {
  text-decoration: underline;
}

/* Mobile Top Bar */
.site-header .mobile-top-bar {
  display: none;
  background-color: #005CA9;
}
.site-header .mobile-top-bar .container {
  display: flex;
  align-items: center;
  height: 40px;
}
@media screen and (max-width: 991px) {
  .site-header .mobile-top-bar {
    display: block;
  }
}

/* Main Bar */
.site-header .main-bar {
  position: relative;
}
.site-header .main-bar .container {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .site-header .main-bar .container {
    height: 72px;
  }
}
@media screen and (max-width: 991px) {
  .site-header .main-bar .container {
    height: 56px;
  }
}

/* Site Logo */
.site-header .site-logo {
  position: relative;
  display: flex;
  flex-shrink: 0;
}
@media screen and (min-width: 992px) {
  .site-header .site-logo {
    margin: 0 64px 0 0;
  }
}
@media screen and (max-width: 991px) and (min-width: 431px) {
  .site-header .site-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 991px) {
  .site-header .site-logo img {
    max-height: 32px;
  }
}
@media screen and (max-width: 430px) {
  .site-header .site-logo {
    margin-left: 20px;
  }
}

/* Menu Toggle (Mobile) */
.site-header .menu-toggle {
  flex-shrink: 0;
  position: relative;
  top: 0;
  right: 0;
  width: 20px;
  height: 14px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  outline: none;
  border-radius: 0;
  z-index: 999999;
}
@media screen and (min-width: 992px) {
  .site-header .menu-toggle {
    display: none;
  }
}
.site-header .menu-toggle .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 2px;
  background: #4C4C4D;
  backface-visibility: hidden;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}
.site-header .menu-toggle .icon::before,
.site-header .menu-toggle .icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  background: #4C4C4D;
  backface-visibility: hidden;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}
.site-header .menu-toggle .icon::before {
  top: -6px;
}
.site-header .menu-toggle .icon::after {
  top: 6px;
}
.site-header .menu-toggle:not(.opened) .icon::after {
  width: 10px;
}
.site-header .menu-toggle.opened .icon {
  background-color: transparent;
}
.site-header .menu-toggle.opened .icon::before {
  transform: rotate(45deg) translate(4px, 4px);
}
.site-header .menu-toggle.opened .icon::after {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* Site Navigation */
.site-header #site-navigation {
  position: static;
  height: 40px;
  background-color: #005CA9;
}
@media screen and (min-width: 992px) {
  .site-header #site-navigation .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
  }
}
@media screen and (max-width: 991px) {
  .site-header #site-navigation .container {
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .site-header #site-navigation .mobile-view {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .site-header #site-navigation .desktop-view {
    display: none;
  }
}
.site-header #site-navigation .desktop-view {
  margin-left: auto;
}
.site-header #site-navigation .mobile-view--bottom {
  margin-top: 22px;
  padding: 20px;
  background-color: #005CA9;
}
.site-header #site-navigation .mobile-view .header-contacts {
  justify-content: center;
}
.site-header #site-navigation #primary-menu-list {
  display: flex;
  align-items: center;
  gap: 0 30px;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1199px) {
  .site-header #site-navigation #primary-menu-list {
    gap: 0 20px;
  }
}
@media screen and (max-width: 991px) {
  .site-header #site-navigation #primary-menu-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px 0;
    padding: 0;
    height: auto;
  }
}
.site-header #site-navigation #primary-menu-list > li {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .site-header #site-navigation #primary-menu-list > li {
    width: 100%;
  }
}
.site-header #site-navigation #primary-menu-list > li > a {
  display: inline-flex;
  align-items: center;
  gap: 0 7px;
  height: 100%;
  padding: 0;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
  border-radius: 0;
}
@media screen and (min-width: 992px) {
  .site-header #site-navigation #primary-menu-list > li > a:hover {
    color: rgba(255, 255, 255, 0.7);
  }
}
@media screen and (max-width: 991px) {
  .site-header #site-navigation #primary-menu-list > li > a {
    width: 100%;
    height: auto;
    padding: 0 20px;
    line-height: 50px;
    font-size: 18px;
    color: #20201F;
  }
}

/* Dropdown Menus */
.site-header #site-navigation #primary-menu-list > li.menu-item-has-children {
  position: relative;
}
@media screen and (min-width: 992px) {
  .site-header #site-navigation #primary-menu-list > li.menu-item-has-children::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    height: 16px;
    width: 100%;
  }
}
.site-header #site-navigation #primary-menu-list > li.menu-item-has-children > a {
  position: relative;
  padding-right: 21px;
  text-decoration: none;
}
.site-header #site-navigation #primary-menu-list > li.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  height: 6px;
  width: 10px;
  background: url("../images/icons/header-dropdown-arrow.svg") right center no-repeat;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .site-header #site-navigation #primary-menu-list > li.menu-item-has-children > a::after {
    right: 20px;
    filter: invert(1);
  }
}
@media screen and (max-width: 991px) {
  .site-header #site-navigation #primary-menu-list > li.menu-item-has-children.opened > a {
    background-color: #F6F6F6;
  }
  .site-header #site-navigation #primary-menu-list > li.menu-item-has-children.opened > a::after {
    transform: rotate(-90deg);
  }
}
.site-header #site-navigation #primary-menu-list > li.menu-item-has-children .dropdown-menu {
  display: block;
  position: absolute;
  top: calc(100% + 15px);
  padding: 0;
  border: 0;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  border-radius: 8px;
}
@media screen and (min-width: 992px) {
  .site-header #site-navigation #primary-menu-list > li.menu-item-has-children .dropdown-menu {
    border: 1px solid #E9E9E9;
  }
}
@media screen and (max-width: 991px) {
  .site-header #site-navigation #primary-menu-list > li.menu-item-has-children .dropdown-menu {
    display: none;
    position: static;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #E6E6E6;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    border-radius: 0;
  }
}
.site-header #site-navigation #primary-menu-list > li.menu-item-has-children .dropdown-menu__categories > li > a {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 12px 12px 12px 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #4C4C4D;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .site-header #site-navigation #primary-menu-list > li.menu-item-has-children .dropdown-menu__categories > li > a {
    width: 270px;
  }
}
@media screen and (max-width: 991px) {
  .site-header #site-navigation #primary-menu-list > li.menu-item-has-children .dropdown-menu__categories > li > a {
    width: 100%;
    border-radius: 0;
  }
}
@media screen and (min-width: 992px) {
  .site-header #site-navigation #primary-menu-list > li.menu-item-has-children .dropdown-menu__categories > li:first-child > a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}
.site-header #site-navigation #primary-menu-list > li.menu-item-has-children .dropdown-menu__categories > li.has-children > a {
  position: relative;
}
@media screen and (min-width: 992px) {
  .site-header #site-navigation #primary-menu-list > li.menu-item-has-children .dropdown-menu__categories > li:hover > a {
    background-color: #005CA9;
    color: #fff;
  }
}
@media screen and (max-width: 991px) {
  .site-header #site-navigation #primary-menu-list > li.menu-item-has-children .dropdown-menu__categories > li.opened > a {
    background-color: #C0080B;
    color: #fff;
  }
  .site-header #site-navigation #primary-menu-list > li.menu-item-has-children .dropdown-menu__categories > li.opened > a::after {
    filter: invert(1);
  }
}
@media screen and (min-width: 992px) {
  .site-header #site-navigation #primary-menu-list > li.menu-item-has-children .dropdown-menu.no-border-radius {
    border-radius: 10px 0 0 10px;
  }
}
@media screen and (min-width: 992px) {
  .site-header #site-navigation #primary-menu-list > li.menu-item-has-children:hover > a {
    color: rgba(255, 255, 255, 0.7);
  }
  .site-header #site-navigation #primary-menu-list > li.menu-item-has-children > a:hover ~ .dropdown-menu,
  .site-header #site-navigation #primary-menu-list > li.menu-item-has-children .dropdown-menu:hover,
  .site-header #site-navigation #primary-menu-list > li.menu-item-has-children:has(> a:hover) .dropdown-menu,
  .site-header #site-navigation #primary-menu-list > li.menu-item-has-children:has(.dropdown-menu:hover) .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
}
.site-header #site-navigation #primary-menu-list > li.menu-current-item a {
  pointer-events: none;
}

/* Mobile Navigation Panel */
@media screen and (max-width: 991px) {
  .site-header #site-navigation {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 400px;
    height: auto;
    padding: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;
    overflow: auto;
    transform: translateX(120%);
    transition: all 0.3s ease-in-out;
    border-radius: 0;
    z-index: 99999;
  }
}
@media screen and (max-width: 575px) {
  .site-header #site-navigation {
    width: 100%;
  }
}

/* Header Buttons (Account, Wishlist, Cart) */
.site-header .buttons {
  display: flex;
  gap: 0 24px;
  margin-left: 115px;
}
@media screen and (max-width: 991px) {
  .site-header .buttons {
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .site-header .buttons {
    order: 3;
  }
}
@media screen and (max-width: 575px) {
  .site-header .buttons {
    gap: 0 16px;
  }
}
@media screen and (max-width: 460px) {
  .site-header .buttons {
    gap: 0 10px;
  }
}
.site-header .buttons a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header .buttons__cart {
  gap: 0 12px;
  font-weight: 700;
}
.site-header .buttons__cart-badge {
  position: absolute;
  top: -5px;
  left: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  padding: 0 0 1px 0;
  background-color: #005197;
  line-height: 10px;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
}
.site-header .buttons__cart-price {
  font-size: 16px;
  color: #323232;
}
@media screen and (max-width: 768px) {
  .site-header .buttons__cart-price {
    display: none;
  }
}
.site-header .buttons__cart:hover .buttons__cart-badge {
  background-color: rgb(0, 54, 100);
}

/* Header Search */
.site-header .wd-header-search {
  flex-grow: 1;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .site-header .wd-header-search {
    position: absolute;
    top: calc(100% + 4px);
    left: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .site-header .wd-header-search {
    left: 20px;
    right: 20px;
  }
}
.site-header .wd-header-search form {
  position: relative;
  width: 100%;
}
.site-header .wd-header-search form input[type=search],
.site-header .wd-header-search form input[type=text] {
  width: 100%;
  height: 48px;
  padding: 0 70px 0 16px;
  background: #fff;
  border: 1px solid #E6E6E6;
  color: #000;
  font-size: 16px;
  text-transform: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
}
.site-header .wd-header-search form input[type=search]::-webkit-input-placeholder,
.site-header .wd-header-search form input[type=text]::-webkit-input-placeholder {
  color: #6C6C6C;
}
.site-header .wd-header-search form input[type=search]::-moz-placeholder,
.site-header .wd-header-search form input[type=text]::-moz-placeholder {
  color: #6C6C6C;
}
.site-header .wd-header-search form input[type=search]:-ms-input-placeholder,
.site-header .wd-header-search form input[type=text]:-ms-input-placeholder {
  color: #6C6C6C;
}
.site-header .wd-header-search form button[type=submit],
.site-header .wd-header-search form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 100%;
  padding: 0;
  border: 0;
  background: url("../images/icons/header-search-icon.svg") center center no-repeat;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}
.site-header .wd-header-search form button[type=submit]:hover,
.site-header .wd-header-search form input[type=submit]:hover {
  opacity: 0.85;
}

/* Header On-Scroll State */
.site-header.on-scroll {
  top: 0;
}
@media screen and (min-width: 992px) {
  .site-header #site-navigation {
    transition: max-height 0.3s ease-in-out, overflow 0s;
    max-height: 40px;
    overflow: visible;
  }
  .site-header.nav-hidden #site-navigation {
    max-height: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 991px) {
  .site-header.on-scroll {
    height: 96px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  }
  .site-header.on-scroll .wd-header-search {
    opacity: 0;
    visibility: hidden;
  }
}

/* Mobile Nav Open State */
@media screen and (max-width: 991px) {
  .mobile-nav-open {
    overflow: hidden;
  }
  .mobile-nav-open body {
    transition: padding 0.2s ease-in-out;
    padding-top: 0;
  }
  .mobile-nav-open .menu-toggle {
    position: fixed;
    top: 15px;
    right: 15px;
  }
  .mobile-nav-open #masthead {
    top: -180px;
  }
  .mobile-nav-open #masthead #site-navigation {
    transform: translateX(0);
  }
  .mobile-nav-open .content-overlay {
    opacity: 1;
    visibility: visible;
  }
}

/* ── Editor Preview ───────────────────────────────────────────────────────── */

.site-header.is-editor-preview {
  position: relative;
  z-index: auto;
}


/* ── Footer ───────────────────────────────────────────────────────────────── */

#main-footer {
  margin: 64px 0 0 0;
  padding: 48px 0 0 0;
  border-top: 1px solid #E6E6E6;
  background-color: #F6F6F6;
}
@media screen and (max-width: 768px) {
  #main-footer {
    padding: 44px 0 0 0;
    border: 0;
  }
}

#main-footer .footer-content {
  position: relative;
  display: flex;
  gap: 0 60px;
  flex-wrap: wrap;
  padding: 0;
}
#main-footer .footer-content--no-invest {
  padding-bottom: 25px;
}
@media screen and (max-width: 1199px) {
  #main-footer .footer-content {
    flex-direction: column;
    gap: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  #main-footer .footer-content {
    gap: 32px 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  #main-footer .footer-content {
    gap: 0;
  }
}

/* Footer Company Info */
#main-footer .footer-content__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px 0;
  line-height: 28px;
}
@media screen and (max-width: 575px) {
  #main-footer .footer-content__text {
    order: 1;
  }
}
#main-footer .footer-content__text img {
  margin-bottom: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}
#main-footer .footer-content__text p {
  margin: 0;
}
#main-footer .footer-content__text-contacts {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1199px) and (min-width: 769px) {
  #main-footer .footer-content__text-contacts {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px 50px;
  }
}
#main-footer .footer-content__text-contacts li {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
#main-footer .footer-content__text-contacts li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}
#main-footer .footer-content__text-contacts a {
  color: inherit;
  text-decoration: none;
}
#main-footer .footer-content__text-contacts a:hover {
  text-decoration: underline;
}

/* Footer Widget Title */
#main-footer .widget-title {
  width: 100%;
  margin: 0 0 14px 0;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  color: #323232;
  text-transform: uppercase;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #main-footer .widget-title {
    position: relative;
    padding: 14px 30px 14px 0;
    margin: 0;
    border: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    text-transform: uppercase;
    cursor: pointer;
  }
  #main-footer .widget-title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 6px;
    background: url("../images/icons/footer-menu-arrow.svg") center center no-repeat;
    filter: grayscale(100%);
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
  }
}

/* Footer Menu Holder */
#main-footer .footer-menu-holder {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  flex-grow: 1;
  gap: 0 20px;
}
@media screen and (min-width: 1200px) {
  #main-footer .footer-menu-holder {
    padding-right: 100px;
  }
}
@media screen and (max-width: 768px) {
  #main-footer .footer-menu-holder {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
@media screen and (max-width: 575px) {
  #main-footer .footer-menu-holder {
    order: 3;
  }
}
@media screen and (max-width: 768px) {
  #main-footer .footer-menu-holder {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0;
  }
}
#main-footer .footer-menu-holder .menu {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  line-height: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #main-footer .footer-menu-holder .menu {
    display: none;
    padding-top: 10px;
    padding-bottom: 12px;
  }
}
#main-footer .footer-menu-holder .menu li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px 0;
  color: #4C4C4D;
}
#main-footer .footer-menu-holder .menu li a {
  color: #4C4C4D;
  text-decoration: none;
}
#main-footer .footer-menu-holder .menu li a:hover {
  text-decoration: underline;
}
#main-footer .footer-menu-holder .menu li strong {
  font-weight: 600;
}

/* Footer Menu Col (Accordion on Mobile) */
@media screen and (max-width: 768px) {
  #main-footer .footer-menu-holder .menu-col {
    padding: 0 20px;
    border-top: 1px solid #E6E6E6;
  }
  #main-footer .footer-menu-holder .menu-col:last-child {
    border-bottom: 1px solid #E6E6E6;
  }
  #main-footer .footer-menu-holder .menu-col.opened {
    background-color: #fff;
  }
  #main-footer .footer-menu-holder .menu-col.opened .widget-title {
    color: #0067B0;
  }
  #main-footer .footer-menu-holder .menu-col.opened .widget-title::after {
    filter: none;
    transform: translateY(-50%) rotate(-180deg);
  }
  #main-footer .footer-menu-holder .menu-col.opened .menu {
    display: flex;
  }
}

/* Investment Details */
#main-footer .investment-details {
  display: flex;
  justify-content: center;
  gap: 0 48px;
  width: 100%;
  padding: 32px 0 48px 0;
  font-size: 14px;
  text-align: left;
}
@media screen and (min-width: 1200px) {
  #main-footer .investment-details {
    margin: 32px 0 0 0;
  }
}
@media screen and (max-width: 991px) {
  #main-footer .investment-details {
    gap: 0 24px;
  }
}
@media screen and (min-width: 769px) {
  #main-footer .investment-details {
    align-items: center;
    border-top: 1px solid #E6E6E6;
  }
}
@media screen and (max-width: 768px) {
  #main-footer .investment-details {
    padding-top: 0;
  }
}
@media screen and (max-width: 575px) {
  #main-footer .investment-details {
    order: 2;
    flex-direction: column;
    gap: 24px 0;
    align-items: flex-start;
    margin: 20px 0 0 0;
    padding: 32px 0;
    border-top: 1px solid #E6E6E6;
  }
}
#main-footer .investment-details__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  border-radius: 8px;
}
#main-footer .investment-details__logos img {
  border-radius: 8px;
}
#main-footer .investment-details__text a {
  text-decoration: underline;
}
#main-footer .investment-details__text a:hover {
  text-decoration: none;
}
#main-footer .investment-details__text p {
  margin: 0;
}

/* Social Media */
#main-footer .social-media {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  #main-footer .social-media {
    display: flex;
    align-items: center;
    gap: 0 8px;
  }
}
@media screen and (min-width: 576px) {
  #main-footer .social-media {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 575px) {
  #main-footer .social-media {
    order: 4;
    padding: 20px 0;
  }
}
@media screen and (min-width: 992px) {
  #main-footer .social-media li {
    position: absolute;
  }
}
#main-footer .social-media li {
  list-style: none;
}
#main-footer .social-media li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}
#main-footer .social-media li a:hover {
  opacity: 0.65;
}
#main-footer .social-media li:first-child {
  top: 0;
  right: 36px;
}
#main-footer .social-media li:nth-child(2) {
  top: 28px;
  right: 0;
}
#main-footer .social-media li:nth-child(3) {
  top: 56px;
  right: 36px;
}

/* Footer Bottom */
#main-footer .footer-bottom {
  padding: 24px 0;
  background-color: #005CA9;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 1199px) {
  #main-footer .footer-bottom {
    padding: 25px 0;
  }
}
#main-footer .footer-bottom .container {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  #main-footer .footer-bottom .container {
    justify-content: space-between;
    gap: 0 50px;
  }
}
@media screen and (max-width: 1199px) {
  #main-footer .footer-bottom .container {
    flex-direction: column;
    gap: 24px 0;
    text-align: center;
  }
}
#main-footer .footer-bottom__text {
  line-height: 20px;
}
@media screen and (max-width: 575px) {
  #main-footer .footer-bottom__text {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #main-footer .footer-bottom__text-copyrights {
    display: block;
    margin-bottom: 8px;
  }
}
#main-footer .footer-bottom__text a {
  display: inline-block;
  margin: 0 4px;
  color: #fff;
  text-decoration: none;
}
#main-footer .footer-bottom__text a:hover {
  text-decoration: underline;
}
#main-footer .footer-bottom__logos {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
#main-footer .footer-bottom__logos-item {
  display: flex;
}
@media screen and (max-width: 991px) {
  #main-footer .footer-bottom__logos {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  #main-footer .footer-bottom__logos {
    gap: 5px;
  }
  #main-footer .footer-bottom__logos img {
    max-height: 19px;
  }
}

/* ── Cart Side Widget ─────────────────────────────────────────────────────── */

.cart-widget-side {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 520px;
  background-color: #fff;
  overflow: hidden;
  overflow-y: auto;
  transition: transform 0.3s ease-in-out;
  transform: translate3d(100%, 0, 0);
  z-index: 99999;
}
@media screen and (max-width: 575px) {
  .cart-widget-side {
    width: 100%;
  }
}
.cart-widget-side.wc-opened,
.cart-widget-side.wd-opened {
  transform: translate3d(0, 0, 0);
}
.cart-widget-side .wc-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  background-color: #F6F6F6;
  border-bottom: 1px solid #D1D5DB;
}
.cart-widget-side .wc-heading .title {
  display: flex;
  align-items: center;
  gap: 0 10px;
  line-height: 24px;
  font-size: 18px;
  font-weight: 700;
  color: #323232;
  text-transform: uppercase;
}
.cart-widget-side .wc-heading .title .cart-icon {
  position: relative;
}
.cart-widget-side .wc-heading .title .cart-icon__badge {
  position: absolute;
  top: -5px;
  right: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background-color: #005197;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  border-radius: 50%;
}
.cart-widget-side .wc-heading .close-side-widget a {
  display: flex;
  align-items: center;
  gap: 0 6px;
  line-height: 14px;
  font-size: 14px;
  font-weight: 500;
  color: inherit;
  text-decoration: none;
}
.cart-widget-side .wc-heading .close-side-widget a::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url("../images/icons/close-side-widget-icon.svg") center center no-repeat;
}
.cart-widget-side .widget_shopping_cart {
  display: flex;
  flex-grow: 1;
}
.cart-widget-side .widget_shopping_cart .widget_shopping_cart_content {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
  width: 100%;
}
.cart-widget-side .widget_shopping_cart .widget_shopping_cart_content .shopping-cart-widget-body {
  padding: 15px;
}
.cart-widget-side .widget_shopping_cart .widget_shopping_cart_content .shopping-cart-widget-body .woocommerce-mini-cart {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cart-widget-side .widget_shopping_cart .widget_shopping_cart_content .shopping-cart-widget-body .woocommerce-mini-cart .woocommerce-mini-cart-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.cart-widget-side .widget_shopping_cart .widget_shopping_cart_content .shopping-cart-widget-body .woocommerce-mini-cart .woocommerce-mini-cart-item .cart-item-image {
  display: flex;
  flex-shrink: 0;
  width: 85px;
}
.cart-widget-side .widget_shopping_cart .widget_shopping_cart_content .shopping-cart-widget-body .woocommerce-mini-cart .woocommerce-mini-cart-item .cart-item-image:hover {
  opacity: 0.85;
}
.cart-widget-side .widget_shopping_cart .widget_shopping_cart_content .shopping-cart-widget-body .woocommerce-mini-cart .woocommerce-mini-cart-item .cart-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
  padding-right: 20px;
  font-size: 14px;
}
.cart-widget-side .widget_shopping_cart .widget_shopping_cart_content .shopping-cart-widget-body .woocommerce-mini-cart .woocommerce-mini-cart-item .cart-info .wc-entities-title {
  display: block;
  margin: 0 0 8px 0;
  line-height: 19.6px;
  font-weight: 600;
}
.cart-widget-side .widget_shopping_cart .widget_shopping_cart_content .shopping-cart-widget-body .woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  background: url("../images/icons/woocommerce-mini-cart-item-remove-icon.svg") center center no-repeat;
  font-size: 0;
}
.cart-widget-side .widget_shopping_cart .widget_shopping_cart_content .shopping-cart-widget-footer {
  margin-top: auto;
  border-top: 1px solid #edeef0;
}
.cart-widget-side .widget_shopping_cart .widget_shopping_cart_content .shopping-cart-widget-footer .woocommerce-mini-cart__total.total {
  padding: 10px 15px;
  font-weight: 600;
}
@media screen and (min-width: 576px) {
  .cart-widget-side .widget_shopping_cart .widget_shopping_cart_content .shopping-cart-widget-footer .woocommerce-mini-cart__total.total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px solid #edeef0;
  }
}
@media screen and (max-width: 575px) {
  .cart-widget-side .widget_shopping_cart .widget_shopping_cart_content .shopping-cart-widget-footer .woocommerce-mini-cart__total.total {
    padding: 30px 15px 20px 15px;
    text-align: center;
  }
}
.cart-widget-side .widget_shopping_cart .widget_shopping_cart_content .shopping-cart-widget-footer .woocommerce-mini-cart__total.total strong {
  line-height: 25.48px;
  font-size: 18.2px;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .cart-widget-side .widget_shopping_cart .widget_shopping_cart_content .shopping-cart-widget-footer .woocommerce-mini-cart__total.total strong {
    font-size: 16px;
  }
}
.cart-widget-side .widget_shopping_cart .widget_shopping_cart_content .shopping-cart-widget-footer .woocommerce-mini-cart__total.total .woocommerce-Price-amount {
  color: #C0080B;
}
.cart-widget-side .widget_shopping_cart .widget_shopping_cart_content .shopping-cart-widget-footer .woocommerce-mini-cart__buttons.buttons {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  padding: 16px 20px;
}
.cart-widget-side .widget_shopping_cart .widget_shopping_cart_content .shopping-cart-widget-footer .woocommerce-mini-cart__buttons.buttons .button {
  padding: 0;
}

/* Buttons (shared) */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 8px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.btn-primary {
  background-color: #005CA9;
  border-color: #005CA9;
  color: #fff;
}
.btn-primary:hover {
  background-color: #004a87;
  border-color: #004a87;
  color: #fff;
}
.btn-secondary {
  background-color: transparent;
  border-color: #005CA9;
  color: #005CA9;
}
.btn-secondary:hover {
  background-color: #005CA9;
  color: #fff;
}
.dropdown-menu__categories{
  list-style: none;
  padding: 0;
}