/***********************
*      Offcanvas
*************************/
.offcanvas .flex-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}

.offcanvas {
  position: fixed;
  height: 100%;
  width: 350px;
  top: 0;
  right: -350px;
  transition: 0.3s;
  padding: 0 25px 20px;
  z-index: 99999;
  background-color: #000000f8;
  max-width: 100%;
}

a.header-logo svg {
  width: 90px;
}

.offcanvas__nav a {
  font-size: 21px;
  line-height: 1;
  font-weight: 500;
  color: #feffff;
  transition: 0.3s;
  display: block;
  padding: 5px 0;
}

.offcanvas__nav ul li {
  margin-bottom: 20px;
}

.offcanvas__nav ul {
  list-style: none;
  padding-left: 0;
}

@media (max-width: 1023px) {
  .offcanvas.active {
    right: 0;
  }
}

.header__logo {
  max-width: 185px;
}

.offcanvas-open {
  display: none;
}

@media (max-width: 1023px) {
  .offcanvas-open {
    display: block;
  }
}

.offcanvas-open,
.offcanvas__close {
  cursor: pointer;
}

.offcanvas__nav {
  padding: 30px 10px 0;
}

.offcanvas__nav a:hover,
.offcanvas__nav .current-menu-item {
  color: #e11b22;
}

.offcanvas__nav li:last-child a {
  margin: 0;
}

a.choose-country__block-item.countey-block {
  text-decoration: none;
}

/* ================================================================
   Hello Theme — Header & Announcement Bar
   Matches version-2.html design
   ================================================================ */

/* ── Announcement bar widget ── */
.o-announcement-bar {
  background: #111827;
  color: rgba(255,255,255,.85);
  text-align: center;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .3px;
  line-height: 1.5;
}

.o-announcement-bar .o-coupon-code {
  color: #F27228;
  font-weight: 700;
  font-size: 13px;
}

.o-announcement-bar a {
  color: #F27228;
  text-decoration: underline;
  font-weight: 600;
  transition: opacity .2s;
}

.o-announcement-bar a:hover { opacity: .8; }

/* Remove any gap injected by Elementor above the header widget */
.elementor-widget-o_header,
.elementor-widget-wrap > .elementor-element:has(.o-header) {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Sticky is handled via JS — only #o-site-header goes fixed, not the section */
.site-header {
  background: transparent;
}

.o-header {
  background-color: #fff;
  width: 100%;
}

/* ── Logo ── */
.site-header .site-logo a,
.site-header .custom-logo-link,
.elementor-widget-site-logo a {
  text-decoration: none;
}

/* Logo text fallback if using text logo */
.site-branding .site-title,
.site-branding .site-title a {
  font-size: 26px;
  font-weight: 800;
  color: #111827;
  letter-spacing: -.5px;
  text-decoration: none;
}

/* ── Navigation links ── */
.site-header .elementor-nav-menu a,
.site-header nav.site-navigation a,
.main-navigation a {
  font-size: 15px;
  font-weight: 500;
  color: #4B5563;
  text-decoration: none;
  position: relative;
  transition: color .25s ease;
}

.site-header .elementor-nav-menu a::after,
.site-header nav.site-navigation a::after,
.main-navigation a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: #F27228;
  border-radius: 2px;
  transition: width .25s ease;
}

.site-header .elementor-nav-menu a:hover,
.site-header nav.site-navigation a:hover,
.main-navigation a:hover {
  color: #F27228;
}

.site-header .elementor-nav-menu a:hover::after,
.site-header nav.site-navigation a:hover::after,
.main-navigation a:hover::after {
  width: 100%;
}

/* ── WooCommerce cart icon in header ── */
.site-header .woocommerce-cart-link,
.site-header a.cart-contents {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #4B5563;
  text-decoration: none;
  transition: background .2s, color .2s;
}

.site-header .woocommerce-cart-link:hover,
.site-header a.cart-contents:hover {
  background: #F3F4F6;
  color: #F27228;
}

/* Cart count badge */
.site-header a.cart-contents .count,
.site-header .woocommerce-cart-link .count {
  position: absolute;
  top: 2px;
  right: 2px;
  min-width: 18px;
  height: 18px;
  background: #F27228;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0 4px;
}

/* ── Header action buttons (Elementor icon widget) ── */
.site-header .elementor-icon-list-item a,
.site-header .elementor-widget-icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #4B5563;
  font-size: 17px;
  text-decoration: none;
  transition: background .2s, color .2s;
}

.site-header .elementor-icon-list-item a:hover,
.site-header .elementor-widget-icon a:hover {
  background: #F3F4F6;
  color: #F27228;
}

/* Sticky shadow added via JS directly on #o-site-header */

/* ── Scroll-to-top button ── */
.oao-scroll-top {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #F27228;
  color: #fff;
  border: none;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(242,114,40,.4);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .3s, transform .3s;
  z-index: 9999;
}

.oao-scroll-top.visible {
  opacity: 1;
  transform: translateY(0);
}

.oao-scroll-top:hover {
  background: #D4601A;
  transform: translateY(-3px) !important;
}
