
/* ============================================================
   Oliabo — Main Navbar Styles
   Loaded render-blocking via <link rel="stylesheet"> in
   layouts/theme.liquid <head>. This file is the single source of
   truth for navbar styling; sections/main_navbar/styles.css is a
   stub that points here.

   Why in /assets/ instead of /sections/main_navbar/?
   Fluid auto-inlines section styles.css as a <style> block at the
   END of the section in <body>, which means the navbar HTML paints
   unstyled for one frame before styles snap on (visible FOUC). The
   navbar is a layout-level component present on every page, so it
   belongs in /assets/ where it can be loaded as a render-blocking
   stylesheet in <head> — guaranteeing styles apply before the
   navbar markup paints.
   ============================================================ */

.site-header .ts-wrapper .ts-control::after {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.6);
  border-right: 2px solid rgba(0, 0, 0, 0.6);
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
}

.site-header .ts-wrapper {
  --clr-body: #000;
}

.site-header .ts-wrapper.dropdown-active .ts-control::after {
  transform: rotate(-135deg) translateY(-50%);
}

.site-header .ts-wrapper .ts-control {
  border: 1px solid #E1E1E1;
  color: var(--clr-body);
  border-radius: 0;
  font-size: var(--fs-body);
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 16px;
  cursor: pointer !important;
}

.site-header .ts-wrapper .ts-control:focus,
.site-header .ts-wrapper .ts-control:focus-visible {
  outline: none;
}

.site-header .ts-wrapper .ts-control::after {
  position: absolute;
  right: 1rem;
  top: 44%;
  transform: rotate(45deg) translateY(-50%);
}

.site-header .ts-wrapper .ts-dropdown {
  min-width: 160px;
  border-radius: 0;
  margin-top: 4px;
  border: 1px solid #E8E8E8;
  box-shadow: var(--shadow-dropdown);
}

.site-header .ts-wrapper .ts-dropdown .ts-dropdown-content {
  max-height: 348px;
}

.site-header .ts-wrapper .ts-dropdown .ts-dropdown-content::-webkit-scrollbar {
  width: 16px;
}

.site-header .ts-wrapper .ts-dropdown .ts-dropdown-content::-webkit-scrollbar-thumb {
  border-radius: 13px;
  background-color: #C1C1C1;
  width: 8px;
  border: 4px solid transparent;
  background-clip: content-box;
}

.site-header .ts-wrapper .ts-dropdown .ts-dropdown-content::-webkit-scrollbar-track {
  background: var(--clr-white);
  border-left: 1px solid #E8E8E8;
}

.site-header .ts-wrapper .ts-dropdown .option {
  padding: 12px;
  color: var(--clr-black);
  font-size: var(--fs-body);
  line-height: 1.714;
  font-weight: 400;
  margin-top: 4px;
}

.site-header .ts-wrapper .ts-dropdown .option.selected {
  font-weight: 500;
}

.site-header .ts-wrapper .ts-dropdown .option:hover {
  background-color: #F3F4F6;
}

.site-header .enable-search-dropdown .ts-wrapper.input-active.dropdown-active .ts-control .item {
  opacity: 0;
  visibility: hidden;
}

.site-header .enable-search-dropdown .ts-wrapper.input-active.dropdown-active .ts-control input {
  display: inline-block !important;
}

.site-header .enable-search-dropdown .ts-wrapper .ts-control input {
  color: var(--clr-body);
  font-size: var(--fs-body);
  line-height: 1.5;
  inset: 0;
  position: absolute;
  padding: 0 32px 0 12px !important;
  display: none !important;
}

.mobile-country-language-section,
.mobile-menu-section {
  position: fixed;
  top: 0;
  left: -400px;
  height: 100vh;
  width: 400px;
  max-width: 100%;
  transition: all 0.5s linear;
  overflow-y: auto;
  background-color: var(--clr-white);
  z-index: 11003;
}

.show.mobile-country-language-section,
.show.mobile-menu-section {
  left: 0;
}

.language-country-dropdown-menu .option.selected:after,
.mobile-country-language-section .item-list li.current-selected-item:after {
  content: '';
  width: 20px;
  height: 19px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.language-country-dropdown-menu {
  border: 1px solid rgba(217, 217, 217, 0.4);
  padding: 24px 16px;
  background-color: var(--clr-white);
  min-width: 260px;
  max-width: 100%;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  box-shadow: var(--shadow-drodpown);
}

@media (min-width: 768px) {
  .language-country-dropdown-menu {
    min-width: 322px;
  }
}

.language-country-dropdown-menu li {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.language-country-dropdown-menu label {
  font-weight: 700;
  display: block;
  color: var(--clr-black);
  line-height: 20px;
  font-size: 1rem;
}

.language-country-dropdown-menu .option.selected {
  position: relative;
  padding-right: 30px;
}

.language-country-dropdown-menu .option.selected:after {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2219%22%20viewBox%3D%220%200%2020%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.3984%2018.25C7.16406%2018.25%204.21094%2016.5625%202.59375%2013.75C0.976562%2010.9727%200.976562%207.5625%202.59375%204.75C4.21094%201.97266%207.16406%200.25%2010.3984%200.25C13.5977%200.25%2016.5508%201.97266%2018.168%204.75C19.7852%207.5625%2019.7852%2010.9727%2018.168%2013.75C16.5508%2016.5625%2013.5977%2018.25%2010.3984%2018.25ZM14.3711%207.59766H14.3359C14.6875%207.28125%2014.6875%206.75391%2014.3359%206.40234C14.0195%206.08594%2013.4922%206.08594%2013.1758%206.40234L9.27344%2010.3398L7.62109%208.6875C7.26953%208.33594%206.74219%208.33594%206.42578%208.6875C6.07422%209.00391%206.07422%209.53125%206.42578%209.84766L8.67578%2012.0977C8.99219%2012.4492%209.51953%2012.4492%209.87109%2012.0977L14.3711%207.59766Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
  right: 16px;
}

.language-country-dropdown-menu .country-dropdown .ts-wrapper .ts-control {
  padding: 8px;
}

.language-country-dropdown-menu .country-dropdown .selected-item,
.language-country-dropdown-menu .country-dropdown .option-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 400;
}

.language-country-dropdown-menu .country-dropdown .selected-item .country-name,
.language-country-dropdown-menu .country-dropdown .option-item .country-name {
  padding-left: 8px;
  flex: 1;
}

.language-country-dropdown-menu .country-dropdown .selected-item {
  width: 100%;
}

.language-country-dropdown-menu button {
  background-color: transparent;
  color: var(--clr-primary);
  border: 0;
  outline: none;
  display: flex;
  align-items: center;
  font-size: 1rem;
  padding: 0;
  -webkit-transition: all 0.5 ease-in;
  -moz-transition: all 0.5 ease-in;
  -o-transition: all 0.5 ease-in;
  -ms-transition: all 0.5 ease-in;
  transition: all 0.5 ease-in;
}

.language-country-dropdown-menu button:hover {
  opacity: 0.7;
}

.flag-icon {
  height: 24px;
  width: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
}

.flag-icon.flag-icon-sm {
  height: 20px;
  width: 20px;
}

.flag-icon:before {
  content: none;
}

.menu-toggle-icon {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.25rem;
  max-width: 24px;
  height: 24px;
}

.menu-toggle-icon span {
  display: block;
  height: 2px;
  width: 24px;
  background-color: var(--clr-black);
}

.menu-toggle-icon span:nth-child(2) {
  width: 18px;
}

nav {
  flex: 1;
}

nav .primary-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.primary-menu a {
  padding: 0.75rem 1rem;
  display: flex;
  color: var(--clr-black);
  /* Underline is always rendered, but transparent until hover —
     so the color fades in/out smoothly instead of snapping. */
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
  transition: color 0.5s ease-in-out, text-decoration-color 0.35s ease;
}

.primary-menu a:hover {
  text-decoration-color: currentColor;
}

.primary-menu li {
  position: relative;
}

.primary-menu .menu-has-children>a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* Pulled in close to the menu word — was 1.5rem (24px). */
  gap: 0.4rem;
}

/* Down-carat next to menu items with sub-menus — scaled smaller
   than the raw 14×8 SVG so it reads as a quiet indicator. */
.primary-menu .menu-has-children > a .arrow-down {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.primary-menu .menu-has-children > a .arrow-down svg {
  display: block;
  width: 9px;
  height: auto;
}

.primary-menu .menu-has-children .sub-menu {
  padding: 0.5rem;
}

@media (min-width: 991px) {
  .primary-menu .menu-has-children .sub-menu {
    min-width: 150px;
    /* Let the dropdown grow to the width of its longest item rather than
       clamping to the parent <li>. width: max-content makes the panel size
       to its widest child; items get white-space: nowrap below so each link
       stays on one line. */
    width: max-content;
    max-width: min(360px, 90vw);
    position: absolute;
    top: 120%;
    left: 0;
    border-radius: 8px;
    border: 1px solid var(--clr-black);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: var(--clr-white);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    padding: 0;
  }
  .primary-menu .sub-menu .menu-has-children {
    width: 100%;
  }
  .primary-menu>.menu-has-children>.sub-menu .sub-menu{
    left: 100%;
  }
  .sub-menu .arrow-down {
    transform: rotate(-90deg);
  }
}

.primary-menu a {
  cursor: pointer;
}
.primary-menu .menu-has-children .sub-menu a {
  padding: 0.5rem 1rem;
  display: flex;
  color: var(--clr-black);
  white-space: nowrap;
  width: 100%;
}

@media (min-width: 991px) {
  .primary-menu>.menu-has-children:hover > ul.sub-menu,
  .primary-menu .sub-menu .menu-has-children:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
  }

  .primary-menu>.menu-has-children:hover > ul.sub-menu {
    top: 100%;
  }
  .primary-menu .sub-menu .menu-has-children:hover > ul.sub-menu{
    top: 0;
  }
}

.search-layout-1 {
  position: relative;
}

.search-layout-1 form {
  margin: 0;
}

.search-layout-1 .search-icon {
  position: absolute;
  top: 50%;
  left: 1rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-self: center;
}

.search-layout-1 .search-icon svg {
  opacity: 0.6;
}

.search-layout-1 .search-input {
  display: inline-block;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0;
  font-family: inherit;
  color: inherit;
  padding: 9px 16px 9px 44px;
}

.search-layout-1 .search-input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.search-layout-1 .search-input:focus {
  outline: none;
}

.search-layout-1 .search-input:focus::placeholder {
  opacity: 0;
}

.site-header {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 1rem 0;
  z-index: 30;
  transition: all 0.5s ease-in-out;
  position: sticky;
}
.site-header.is-sticky,
.site-header.is-floating {
  position: fixed;
}

.site-header.is-floating:not(.is-sticky) .language-country-selection-section {
  border-color: rgba(0, 0, 0, 0.21);
}

.site-header.is-floating:not(.is-sticky) .language-country-selection-section .divider {
  background-color: rgba(0, 0, 0, 0.21);
}

/* Sticky state — only the shadow changes; background is controlled by the
   admin setting in sections/main_navbar/index.liquid and stays constant. */
.site-header.is-sticky {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.site-header-wrap {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
}

.site-header .site-logo {
  justify-self: start;
  max-width: 140px;
}

/* On mobile (< 991px) revert to flex so logo + menu-toggle lay out naturally */
@media (max-width: 990px) {
  .site-header-wrap {
    display: flex;
    justify-content: space-between;
  }
}

.site-header .site-logo img {
  object-fit: contain;
  max-height: 52px;
}

.site-header .menu-toggle {
  color: var(--clr-white);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

@media (min-width: 991px) {
  .site-header .menu-toggle {
    display: none;
  }
}

.site-header .menu-wrapper {
  display: none;
}

@media (min-width: 991px) {
  .site-header .menu-wrapper {
    display: flex;
    justify-self: center;
    justify-content: center;
    align-items: center;
  }
}

.site-header .header-right {
  display: none;
}

@media (min-width: 991px) {
  .site-header .header-right {
    display: flex;
    justify-self: end;
    justify-content: flex-end;
    align-items: center;
    gap: var(--space-md);
  }
}

/* Nav icon buttons (account + cart) */
.site-header .nav-icon-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: currentColor;
  text-decoration: none;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.site-header .nav-icon-btn:hover { opacity: 0.7; }

.site-header .nav-icon-btn:focus-visible {
  outline: 2px solid var(--clr-brand-accent);
  outline-offset: 2px;
  border-radius: 4px;
}

.site-header .nav-icon-btn .cart-count {
  position: absolute;
  top: 2px;
  right: 2px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 100px;
  background: var(--clr-primary);
  color: var(--clr-text-inverse);
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  box-sizing: border-box;
}

.site-header .author-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex: 1;
}

.site-header .author-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.75rem;
}

.site-header .author-name h6 {
  font-weight: 500;
}

.site-header .author-name a {
  font-size: 0.875rem;
}

/* ── Locale pill (country/language selector in header) ────────────────── */
.site-header .locale-pill {
  position: relative;
  display: none;
  cursor: pointer;
  height: 36px;
  padding: 0 8px;
  color: currentColor;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  user-select: none;
  border: 0 !important;
  background: transparent !important;
}

@media (min-width: 991px) {
  .site-header .locale-pill { display: inline-flex; align-items: center; }
}

.site-header .locale-pill__inner {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 100%;
  line-height: 1;
}

.site-header .locale-pill__code {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  color: currentColor;
}

.site-header .locale-pill__divider {
  display: inline-block;
  width: 1px;
  height: 14px;
  margin: 0 6px;
  background-color: currentColor;
  opacity: 0.35;
  flex-shrink: 0;
}

.site-header .locale-pill__flag {
  display: inline-block !important;
  flex-shrink: 0;
  width: 20px !important;
  height: 20px !important;
  border-radius: 50% !important;
  background-color: rgba(60, 66, 46, 0.12); /* fallback if flag-icons library fails to load */
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  line-height: 1;
  overflow: hidden;
  /* background-image provided by flag-icons library via .fi.fi-{code} */
}

.site-header .locale-pill__chevron {
  display: block;
  flex-shrink: 0;
  width: 10px;
  height: auto;
  color: currentColor;
}

@media (min-width: 991px) {
  .site-header .language-country-selection-section {
    display: flex;
  }
}

.site-header .language-country-selection-section.active .language-country-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.site-header .language-country-selection-section .language-country-dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
  top: 48px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  transform: translateY(20px);
}

.site-header .language-country-selection-section .seperator {
  background-color: currentColor;
  opacity: 0.35;
  width: 1px;
  height: 14px;
}

.site-header .language-country-selection-section .chevron-arrow-down {
  position: relative;
  top: -1px;
}

.mobile-country-language-section {
  padding-bottom: 30px;
  font-size: 1rem;
}

.mobile-country-language-section.btn-enable {
  overflow: hidden;
}

.mobile-country-language-section.btn-enable.show .btn-section {
  opacity: 1;
}

.mobile-country-language-section.btn-enable .content-wrapper {
  max-height: calc(100% - 80px);
  overflow: auto;
}

.mobile-country-language-section .horizontal-spacing {
  padding-left: 16px;
  padding-right: 16px;
}

.mobile-country-language-section .header-section {
  position: sticky;
  top: 0;
  background-color: var(--clr-white);
  padding: 1rem;
  text-align: center;
  z-index: 1;
}

.mobile-country-language-section .header-section .arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mobile-country-language-section .header-section .arrow:hover {
  color: var(--clr-primary);
}

.mobile-country-language-section .header-section .arrow svg {
  vertical-align: middle;
}

.mobile-country-language-section .header-section h5 {
  letter-spacing: normal;
  font-size: 1rem;
}

.mobile-country-language-section .search-section {
  margin-top: 24px;
}

.mobile-country-language-section .country-tab-section {
  width: calc(100% - 32px);
  margin: 32px auto 0;
}

.mobile-country-language-section .list-title {
  margin-top: 32px;
}

.mobile-country-language-section .item-list {
  margin-top: 16px;
}

.mobile-country-language-section .item-list li {
  padding: 16px;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.mobile-country-language-section .item-list li:hover {
  background-color: #F3F4F6;
}

.mobile-country-language-section .item-list li:first-child {
  margin-top: 0;
}

.mobile-country-language-section .item-list li.current-selected-item {
  position: relative;
  padding-right: 30px;
}

.mobile-country-language-section .item-list li.current-selected-item:after {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2219%22%20viewBox%3D%220%200%2020%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.3984%2018.25C7.16406%2018.25%204.21094%2016.5625%202.59375%2013.75C0.976562%2010.9727%200.976562%207.5625%202.59375%204.75C4.21094%201.97266%207.16406%200.25%2010.3984%200.25C13.5977%200.25%2016.5508%201.97266%2018.168%204.75C19.7852%207.5625%2019.7852%2010.9727%2018.168%2013.75C16.5508%2016.5625%2013.5977%2018.25%2010.3984%2018.25ZM14.3711%207.59766H14.3359C14.6875%207.28125%2014.6875%206.75391%2014.3359%206.40234C14.0195%206.08594%2013.4922%206.08594%2013.1758%206.40234L9.27344%2010.3398L7.62109%208.6875C7.26953%208.33594%206.74219%208.33594%206.42578%208.6875C6.07422%209.00391%206.07422%209.53125%206.42578%209.84766L8.67578%2012.0977C8.99219%2012.4492%209.51953%2012.4492%209.87109%2012.0977L14.3711%207.59766Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
  right: 16px;
}

.mobile-country-language-section .item-list li.selected {
  display: none !important;
}

.mobile-country-language-section .country-list .country-name {
  flex: 1;
  padding-left: 16px;
}

.mobile-country-language-section .btn-section {
  position: absolute;
  bottom: 30px;
  opacity: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}

.mobile-country-language-section .btn-section .btn {
  width: 100%;
}

.mobile-country-language-section .btn-section .btn:hover {
  opacity: 0.9;
}

.mobile-menu-section::-webkit-scrollbar {
  display: none;
}

.mobile-menu-section .header-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 20px;
}

.mobile-menu-section .header-section .logo-section {
  max-width: 120px;
}

.mobile-menu-section .header-section .logo-section img {
  object-fit: contain;
  max-height: 44px;
}

.mobile-menu-section .header-section .menu-close {
  cursor: pointer;
}

.mobile-menu-section .content {
  padding: 16px 20px 30px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.mobile-menu-section .primary-menu a {
  padding: 12px 0;
  width: 100%;
}

.mobile-menu-section .sub-menu {
  display: none;
}
.mobile-menu-section a.active .arrow-down {
  transform: rotate(180deg);
}
.mobile-menu-section .button-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: var(--space-xl);
  padding: var(--space-md) 0;
  border-top: 1px solid rgba(60, 66, 46, 0.15);
}

.mobile-menu-section .button-section .nav-icon-btn {
  width: 48px;
  height: 48px;
  color: currentColor;
}

.mobile-menu-section .button-section .nav-icon-btn svg {
  width: 24px;
  height: 24px;
}

.mobile-menu-section .menu-close {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-menu-section .menu-close svg {
  vertical-align: middle;
}

.mobile-menu-section .seperator-bar {
  background-color: currentColor;
  opacity: 0.35;
  width: 1px;
  height: 14px;
  flex-shrink: 0;
  align-self: center;
}

.mobile-menu-section .language-country-section {
  display: inline-flex !important;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}

.mobile-menu-section .language-country-section > .country-section,
.mobile-menu-section .language-country-section > .flex {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  line-height: 1;
}

.mobile-menu-section .language-country-section span {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.mobile-menu-section .language-country-section .flag-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.mobile-menu-section .language-country-section .arrow-down {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.mobile-menu-section .language-country-section .arrow-down svg {
  display: block;
  width: 10px;
  height: auto;
}

.mobile-menu-section .language-country-section .chevron-arrow-down {
  position: relative;
  top: 0;
}

.country-tab-section {
  background-color: #F0F0F0;
  padding: 8px;
  display: flex;
}

.country-tab-section li {
  padding: 8px 4px 10px;
  text-align: center;
  flex: 1;
  border-radius: 2px;
  line-height: 1;
  cursor: pointer;
}

.country-tab-section li.active {
  box-shadow: 0px 14px 8px rgba(0, 0, 0, 0.01), 0px 6px 6px rgba(0, 0, 0, 0.02), 0px 2px 3px rgba(0, 0, 0, 0.02);
  background-color: var(--clr-white);
}

.country-tab-section li:hover {
  background-color: rgba(255, 255, 255, 0.67);
}

.country-tab-section li .item-header {
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 6px;
}

.country-tab-section li .caption {
  font-weight: 700;
  line-height: 1.2;
}

.country-tab-content {
  display: block;
}
