body {
  font-family: "Segoe UI", sans-serif;
  color: #fff;
}

.tab-active {
  border-bottom: 2px solid #f59e0b;
  color: #f59e0b;
}

.tag-sale {
  background-color: #fef3c7;
  color: #d97706;
  font-size: 0.75rem;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 500;
}

.glass-colored {
  background: linear-gradient(
    135deg,
    rgb(26, 26, 26) 0%,
    rgba(147, 51, 234, 0.15) 100%
  );
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(139, 92, 246, 0.3);
}
.hover-glow:hover {
  box-shadow: 0 0 30px rgba(59, 130, 246, 0.3);
  transform: translateY(-2px);
  transition: all 0.3s ease;
}
.variation-grid {
  background: #fff;
  background: linear-gradient(
    360deg,
    rgba(255, 255, 255, 1) 40%,
    rgba(255, 232, 165, 1) 100%
  );
}

h3.variation-title {
  color: #0f0f0f;
  flex-basis: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.font-barlow {
  font-family: "Barlow", sans-serif;
}
.variation-saving-price {
  padding: 0 4px;
  text-align: center;
  border-radius: 3px;
  background: #ff8000;
  font-size: 14px;
  font-family: "Barlow";
}

.border.select {
  border: 3px solid #ff8000;
}

.order-saving-amount {
  background: #ff8000;
  padding: 3px 10px;
  border-radius: 3px;
}
.bg-yh {
  background: #f8b51f;
}

.bg-\[\#1a1a1a\] {
  background: #1a1a1a;
}


/* Additional custom styles for game assets */
.woocommerce-breadcrumb {
  color: #fff;
}

.woocommerce-breadcrumb a {
  color: #5e626b;
  text-decoration: none;
}

.woocommerce-breadcrumb a:hover {
  color: #fff;
}

/* Hide default WooCommerce elements for game assets */
.game-assets-product .woocommerce-tabs,
.game-assets-product .related.products,
.game-assets-product .upsells.products,
.game-assets-product .cross-sells {
  display: none;
}

/* Custom review styles */
.game-assets-product .woocommerce-Reviews {
  background: transparent;
  border: none;
}

.game-assets-product .woocommerce-Reviews .comment-text {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1rem;
}

.game-assets-product .woocommerce-Reviews .star-rating {
  color: #fbbf24;
}

/* Loading states */
.wc-place-order:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Responsive adjustments */
/* @media (max-width: 768px) {
  .container {
    padding-bottom: 200px; 
  }
} */

.mobile-container{
  z-index: 99999;
}


div#review_form {
    background: transparent !important;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.product-desc h2 {
    font-size: 26px;
    margin-bottom: 15px;
}

.product-desc h3 {
    font-size: 18px;
    line-height: 40px;
    font-weight: 500;
}


/* Default padding for large screens (PC) */
.footer-container {
    padding: 0 10rem;
}

/* Laptop screens (1024px - 1366px) */
@media (max-width: 1366px) {
    .footer-container {
        padding: 0 6rem;
    }
}

/* Tablet screens (768px - 1023px) */
@media (max-width: 1023px) {
    .footer-container {
        padding: 0 3rem;
    }
}

/* Mobile screens (up to 767px) */
@media (max-width: 767px) {
    .footer-container {
        padding: 0 1.5rem;
    }
}



.var-desc-tooltip {
  right: 5px;
  top: 5px;
  position: absolute;
  z-index: 99;
}

svg.tooltip-variation-desc {
    color: #000;
    background: #ffffff99;
    border-radius: 25px;
    cursor: pointer;
}
#variation-description-modal{
  display: none; 
  position: fixed; 
  z-index: 999;
  padding-top: 20%; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4);
}
 .var-desc-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border-radius: 5px;
  color: #000;
  border: 1px solid #888;
  max-width: 500px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
button#close-variation-modal {
    font-size: 25px;
    cursor:pointer
}
