
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


/* .nav
{
   
    backdrop-filter: blur(5px);
    display: flex;
width:100%;
    align-items: center;
    padding: 5px 30px !important;
    justify-content: space-between;
    z-index: 100 !important;
    position: fixed;
    height: 10vh;
}
.nav ul
{
    margin: 0px !important;
    padding:0px !important;

}
.nav li
{
   
    list-style: none;
    padding: 0px 10px;
    font-family: 'parsan', sans-serif;
    font-size: 30px;
} */
 body{
  height:100%;
 }
.navbar
{
    display: grid;
        grid-template-columns: 2fr 5fr 2fr;
        padding-inline: 40px;
        top:0;
        position: sticky;
        z-index: 100;
        justify-content: center;
        align-items: center;
height: 5rem;
font-weight: 500;
box-shadow: 0px 10px 10px #ddd;
    }

/* .nav #bg {
    border-radius: 50%;
    height: 45px;
    width: 44.3px;
    position: absolute;
    top: 14;
    left: 35px;
    z-index: 11;
    overflow: hidden;
    
} */
.navbar .left
{

}
.navbar center
{

}
.navbar .right
{
display: flex;
justify-content: end;
align-items: center;
}

@media only screen and (max-width:800px)
{
.nav{
    padding: 5px 10px !important;
}
   
    .menu-container
{
    
    width:100vw;

}



}


/* Desktop Navbar */
.ryvoken-navbar {
  background: #ffffff;
  /* backdrop-filter: layer; */
  border-bottom: 1px solid #ddd;
  font-family: 'Inter', sans-serif;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0px 10px 10px #9999992e;
}
.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 2rem;
  max-width: 1780px;
  margin: auto;
}

#navMenu
{
width:100%;
    /* position: absolute;
    left:50%;
    transform: translateX(-50%); */
}
.nav-logo a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 800;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #242424;
  text-decoration: none;
}
.nav-logo img {
  width: 120px;
}
.nav-menu {
  border-top:1px solid rgb(224, 224, 224);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block:5px;
  gap: 2rem;
}
.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 0;
  padding: 0;
      font-size: 14px;
}
.nav-links a {
  text-decoration: none;
  text-transform: uppercase;
  width: max-content;
    display: inline-block;
  color: #242424;
  font-weight: 500;
  transition: color 0.3s ease;
}
.nav-links a:hover {
  color: #D40512;
  color:#01313E
}
.nav-icons {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.icon-link {
  color: #242424;
  font-size: 1.3rem;
  position: relative;
  text-decoration: none;
}
.cart-count {
  position: absolute;
  top: -5px;
  right: -8px;
  background: #D40512;
  color: white;
  font-size: 0.7rem;
  border-radius: 50%;
  padding: 2px;
  height:18px;
  width:18px;
  display: flex;
  justify-content: center;
  align-items: center;

}
.search-form {
  position: relative;
  display: flex;
  align-items: center;
}
.search-form input[type="search"] {
  border: 1px solid #ccc;
  padding: 5px 10px;
  border-radius: 4px;
}
.search-form i {
  position: absolute;
  right: 10px;
  color: #666;
}

/* Mobile Top Bar */
.mobile-top-nav {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  background: white;
  border-bottom: 1px solid #eee;
  position: sticky;
  width:100%;
  z-index: 5;
}
.mobile-top-nav .mobile-icons-left,
.mobile-top-nav .mobile-icons-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.mobile-top-nav .mobile-logo img {
  height: 40px;
}
.mobile-top-nav a,
.mobile-top-nav button {
  font-size: 1.5rem;
  color: #242424;
  background: none;
  border: none;
  position: relative;
}

/* Mobile Slide Menu */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: white;
  box-shadow: -2px 0 10px rgba(0,0,0,0.1);
  transition: right 0.3s ease;
  z-index: 9999;
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mob-menu-container
{
    position:relative
}
.mobile-menu.active {
  right: 0;
}
.mobile-menu ul {
  list-style: none;
  padding: 2rem;
  margin: 0;
}
.mobile-menu li a {
  text-decoration: none;
  color: #242424;
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-weight: 300;
  transition: color 0.3s;
}
.mobile-menu li a:hover {
  color: #D40512;
  color:#01313E;
}
.logo-close-section
{
    width: 100%;display: flex;justify-content: end;
    border-bottom:1px solid #e3e3e3;
}


/* Toggle Icon */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.8rem;
}
.nav-toggle i {
  transition: all 0.3s ease;
}
.woocommerce-button.button.woocommerce-form-login__submit
 {
    border-radius: 0px;
    background: black !important;
    color: white !important;
 }
 /* Header Wishlist Icon */
.header-wishlist {
    position: relative;
    display: inline-block;
    margin: 0 15px;
}

.wishlist-link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #000;
    text-decoration: none;
    font-size: 24px;
}

.wishlist-link:hover {
    color: #ff0000;
}

.wishlist-count {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #ff0000;
    color: white;
    font-size: 11px;
    font-weight: 700;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.wishlist-count:empty {
    display: none;
}
/* Responsive */
@media (max-width: 1808px) {
  .nav-container,
  .nav-menu {
    display: none;
  }
  .nav-toggle {
    display: block;
  }
  .mobile-top-nav {
    display: flex;
    position:sticky;
  }
  .mobile-logo
  {
        position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}


.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.98);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  transition: opacity 0.3s ease;
}

.search-overlay.active {
  display: flex;
}

.search-overlay form {
  width: 100%;
  text-align: center;
  padding: 0 1rem;
}

.search-overlay input[type="search"] {
  width: 100%;
  max-width: 600px;
  padding: 1.2rem;
  font-size: 1.4rem;
  border: none;
  border-bottom: 2px solid black;
  outline: none;
  background: transparent;
  text-align: center;
}

.close-search {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
}
.mobile-top-nav.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the default icon and text */
.yith-wcwl-add-to-wishlist a.add_to_wishlist,
.yith-wcwl-add-to-wishlist a.delete_item {
    background: transparent !important;
    border: none !important;
    color: transparent !important;
    padding: 0 !important;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    transition: all 0.3s ease !important;
}

/* Hide default text */
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button span,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span {
    display: none !important;
}

/* Hide default icon */
.yith-wcwl-add-to-wishlist i,
.yith-wcwl-add-to-wishlist .fa,
.yith-wcwl-add-to-wishlist .yith-wcwl-icon {
    display: none !important;
}

/* Custom Heart Icon - Using CSS (works without Font Awesome) */
.yith-wcwl-add-to-wishlist a::before {
    content: '' !important;
    width: 24px !important;
    height: 24px !important;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"></path></svg>') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    display: block !important;
    transition: all 0.3s ease !important;
}

/* Heart filled when in wishlist */
.yith-wcwl-add-to-wishlist.exists a::before,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a::before,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23e74c3c" stroke="%23e74c3c" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"></path></svg>') !important;
}

/* Hover effect - outline heart */
.yith-wcwl-add-to-wishlist a:hover::before {
    transform: scale(1.1) !important;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23e74c3c" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"></path></svg>') !important;
}

/* Hover effect when already in wishlist */
.yith-wcwl-add-to-wishlist.exists a:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23c0392b" stroke="%23c0392b" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"></path></svg>') !important;
}

/* Remove white circle background */
.yith-wcwl-add-to-wishlist {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

/* Wrapper styling from your content-product.php */
.wishlist-button-wrapper {
    position: relative;
    z-index: 10;
}

/* Loading state */
.yith-wcwl-add-to-wishlist.loading a::before {
    animation: heartPulse 0.6s ease-in-out infinite;
}

@keyframes heartPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}

/* Tooltip on hover (optional) */
.yith-wcwl-add-to-wishlist a {
    position: relative;
}

.yith-wcwl-add-to-wishlist a::after {
    content: attr(data-title);
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.yith-wcwl-add-to-wishlist a:hover::after {
    /* opacity: 1; */
}
/* Hide YITH's default popup notifications */
.yith-wcwl-popup-message,
.yith-wcwl-message,
#yith-wcwl-popup-message {
    display: none !important;
}
/* Move popup to top-right corner */
.yith-wcwl-feedback-messages-container {
    top: 100px !important;
    right: 50% !important;
    /* left: auto !important; */
    transform: translateX(-50%) !important;
    z-index:2000;
}