
    .hero-background {

  position: relative;
  background: #010014; /* Fallback color */
  z-index: 0;
  overflow: hidden;
   max-width:2000px;
   margin-left: auto;
  margin-right: auto;
}
.nav .dropdown {
  z-index: 1001;
  position: absolute;
} /* if needed */
.header,
.main-nav {
  position: relative;
  z-index: 1000;
}
.nav .dropdown {
  position: absolute;
  z-index: 1001;
}

/* Create the diagonal blue overlay */
.hero-background::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 513px;
  background-image: var(--hero-bg, url("https://i.ibb.co/JwBsWwPb/726a5053ef221a46864d30ba6a807725e2c4eff1.png"));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 88%);
  z-index: -1;
  pointer-events: none;
}
.product-single {
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 10%;
  padding-right: 10%;
}
.top-flex{
 
  background:#0b0d22 ;
  margin-bottom: 20px;
  max-width: 2000px;
   /* Add this to center the block */
  margin-left: auto;
  margin-right: auto;
}
.main-content{
    background:#0b0d22 ;

}
/* General container */
.product-requirements {
  color: #ffffff;
  padding: 1rem;
  border-radius: 12px;
  font-family: "Outfit", sans-serif;
}

/* Title */
.requirements-title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 1.5rem;
}

/* Header Row */
.requirements-row.header-row {
  display: flex;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

.requirements-row.header-row div {
  flex: 1;
  font-size: 1.1rem;
}

.requirements-row.header-row div:first-child {
  flex: 1.2;
}

/* Labels like 'Minimum' and 'Recommended' */
.min_reco {
  color: #007bff; /* Blue text for labels */
}

/* Rows */
.requirements-row {
  display: flex;
  align-items: center;
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.requirements-row:last-child {
  border-bottom: none;
}

/* Left column with icons and label */
.requirements-row .type {
  flex: 2;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1rem;
  color: #cccccc;
}

.requirements-row .type i {
  margin-right: 0.5rem;
}

/* Columns for min and recommended */
.requirements-row div:not(.type) {
  flex: 1;
  font-size: 0.95rem;
  color: #e0e0e0;
}

/* Responsive tweaks */

.product-image-container-gift {
  width: 100%;
  max-width: 100%;
}
.product-single {
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 10%;
  padding-right: 10%;
   /* Add this to center the block */
  margin-left: auto;
  margin-right: auto;
}

/* Layout Base */
.top-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

.product-image-container-gift {
  flex: 1;
  max-width: 360px;
  position: relative;
}
.revietop{display: flex
;
    justify-content: space-between;
    margin-bottom: 20PX;
    flex-direction: column;
    align-items: flex-start;
    GAP: 10PX;}
/* Review Top Overlay */
.review_top {
     z-index: 2;
    padding: 8px 12px;
    border-radius: 8px;
    color: #fff;
    font-size: 0.9rem;
    backdrop-filter: blur(16.149999618530273px);
    border: 1px solid rgba(255, 206, 206, 0.06);
}
.iframe{border-radius: 24px;}
.review_icons {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;    flex-direction: column;
}


.review_span {
  font-size: 13px;
  color: #ccc;
}
.product-title {
display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal; /* باش يسمح بالرجوع للسطر */  line-height: 1.4em;      /* ارتفاع السطر */
  max-height: 2.8em;       /* 2 أسطر */
  overflow: hidden;
  min-height:55px;
  font-size:20px;
}
.meta-item-gift {
  gap: 12px;
  font-size: 0.875rem;
}

.meta-item-gift strong {
  color: #42e385;
  font-weight: 400;
  display: block;
}

.platform-logo {
  max-width: 24px;
  margin-top: 4px;
}

/* Feature Icons */
.purchase-features {
  display: flex;
  justify-content: space-around; /* even spacing */
  padding: 12px 0;
  border-top: 1px solid #2a2d40;
  text-align: center;
}

.feature-item {
  display: flex;
  flex-direction: row; /* icon + text inline */
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #e0e4ec; /* slightly brighter for readability */
}

.feature-item i img {
  width: 18px;
  height: 18px;
  opacity: 0.9;
}
.quantity-selector {
  padding: 20px 5px;
  border-radius: 12px;
  border: 1px solid rgba(29, 40, 56, 0.58);
}
.purchase-section-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.purchase-quantity button {
  background: #030d1a;
  color: #fff;
  border: none;
  padding: 8px;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #6d6d6d4f;
  justify-content: space-between;
}
.purchase-quantity input {
  width: 25px;
  text-align: center;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
  font-family: Outfit;
}
/* Buttons */
.btn.buy_now {
  display: flex;
  color: #000;
  border: none;
  border-radius: 16px;
  background: #ffc750;
  font-family: Outfit;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  align-items: center;
  justify-content: center;
  font-size: 18px;
  padding: 16px;
  margin-top:10px;
    cursor: pointer; /* 👈 hand cursor */

}
.btn.buy_now:hover {
  background: #ffb700; /* Slightly deeper gold */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: scale(1.02);
  transition: all 0.25s ease-in-out;
    cursor: pointer; /* 👈 hand cursor */

}

.purchase-buttons {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin:10px
}
.product-tags {
  margin-bottom: 20px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.product-tags .tag {
 padding: 0px 5px;
  color: #9dd0ff;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 3px;
  border-radius: 13px;
  border: 1px solid rgba(83, 83, 83, 0.18);
  background: rgba(5, 28, 53, 0.32);
}
.add__cart h3{color: #FFF;font-family: Outfit;font-size: .9rem;
font-style: normal;font-weight: 600;line-height: 24px; }
.add__cart {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  background: #070d1b;
  color: #fff;
  border: 1px solid #3c3f58;
  padding: 10px;
  border-radius: 16px;
  font-weight: 600;
  border: 1px solid var(--Component-colors-Components-Buttons-Primary-button-primary-border,
      #1958c6);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  cursor: pointer;
  /* 👈 hand cursor */

}

.btn.add__cart:hover {
  background: #254076; /* Slightly deeper gold */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: scale(1.02);
  transition: all 0.25s ease-in-out;
    cursor: pointer; /* 👈 hand cursor */

}

.favorites-btn {
  background: #101223;
  border: 1px solid #3c3f58;
  padding: 10px 14px;
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.favorites-btn.active {
  background-color: #ffad00;
  color: #000;
}

.tooltip-text {
  display: none;
}

/* Reward Info */
.purchase-reward {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.reward-left {
  display: flex;
  flex-direction: column;
}

.reward-points {
  color: #ffad00;
  font-weight: bold;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.reward-points i {
  font-size: 16px;
}

.reward-text {
  font-size: 0.85rem;
  color: #ccc;
  margin-top: 4px;
}

.steam-help-link {
  text-align: left;
}

.steam-help-link a {
  color: #4da6ff;
  font-size: 0.85rem;
  text-decoration: underline;
}
/* Overall container split */
.top-grid {
  display: grid;
  grid-template-columns: 62% 35%;
  gap: 30px;
}

/* Product Image + Review */
.product-image-container-gift {
  position: relative;
  width: 100%;
}
/* Meta info items */
.product-meta-gift .meta-item-gift {
  margin-bottom: 10px;
  font-size: 0.95rem;
  line-height: 30px;
}
.feature-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  text-align: center;
  color: #9dd0ff;
  font-size: 0.85rem;
  gap: 8px;
}

/* Buy Button */
.buy_now {
  font-weight: bold;
  font-size: 1rem;
  width: 100%;
  padding: 12px 20px;
  border-radius: 10px;
  color: #000;
}

/* Cart & Wishlist */
.purchase-buttons {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.favorites-botton {
  background: #070d1b;
  border: none;
  padding: 10px 14px;
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 10px 12px;
  font-size: 0.9rem;font-family: Outfit;
}

/* Reward section */ 
.purchase-reward {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 15px;
}

.reward-box {
  border-radius: 10px;
  padding: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  border: 1px solid #2c2f3e;
  border-radius: 25px;
  border: 1px solid rgba(47, 130, 251, 0.31);
  background: #010d1a;
}

.reward-points {
  color: #ffad00;
  font-weight: bold;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.reward-text {
  font-size: 0.85rem;
  color: #ccc;
}

.steam-help-link {
  font-size: 0.8rem;
  color: #4da6ff;
  text-align: left;
  margin-top: 6px;
}

/* Other Cards Scroll */
.other-cards-wrapper {
  margin-top: 20px;
  background: #0f111d;
  border-radius: 12px;
  padding: 15px;
  color: #fff;
  max-height: 300px;
  overflow-y: auto;
}
.product-image-container-gift {
  width: 100%;
  max-width: 100%;
}

.product-image-container-gift picture img {
  width: 100%;
  height: 400px;
  display: block;
  border-radius: 16px;
}
.pricing-options {
  background-color: #070d1b;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  margin-top: 20px;
  max-height: 600px;
  border: 1px solid rgba(255, 206, 206, 0.06);
  overflow: hidden;
}
.pricing-section-modern {
  overflow-y: auto;
  max-height: 550px;
  scrollbar-width: thin;
  scrollbar-color: #041027 #101c3b;
}
.title_select_amount {
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
}

.pricing-item {
  margin-bottom: 16px;
}
.card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-bottom: 60px;
}
.single-card {
  padding: 15px;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0 4px 28.6px 0 rgba(0, 0, 0, 0.33);
  border-radius: 24px;
  border: 1px solid rgba(255, 206, 206, 0.06);
  background: #070d1b;
  box-shadow: 0 4px 28.6px 0 rgba(0, 0, 0, 0.33);
  margin-bottom: 12px;
  flex-basis: 49%;
  display: flex;
}

.single-card:hover,
.single-card input:checked + label {
  border-color: #0045ff;
}

.single-card.out-of-stock-card {
  margin-bottom: 12px;
  opacity: 0.5;
  cursor: not-allowed;
}

.single-card-cont {
  display: flex;
  flex-direction: row;
  gap: 8px;
  color: #fff;
  align-items: center;
}

.pro_digi_cov_lable {
  color: #fff;

  font-family: Outfit;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 104.348% */
}

.pro_digi_cov_pri_lable {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pro_digi_pri_lable {
  font-weight: bold;
  color: #fff;
}

.pro_digi_pridis_lable {
  color: #999;
  font-size: 0.9rem;
}

.out-of-stock-text {
  color: #f44336;
  font-size: 0.85rem;
  font-weight: 500;
  margin-left: auto;
}

.show-more-btn {
  background-color: #202135;
  color: #fff;
  border: 1px solid #3a3b57;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background-color 0.2s;
}

.show-more-btn:hover {
  background-color: #2b2d4f;
}
.region-dropdown {
  margin-bottom: 1rem;
  color: #fff;
  font-size: 0.95rem;
}

.region-dropdown label {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
}

.region-select {
  padding: 8px;
  color: #fff;
  font-size: 0.9rem;
  border: 1px solid rgba(245, 245, 245, 0.1);
  background: rgba(6, 18, 35, 0.3);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  border-radius: var(--radius-md, 16px);
}

.region-select:focus {
  outline: none;
  border-color: #0045ff;
}
.top-pricing-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.title-pricing-section-top h4 {
  color: #9dd0ff;
  font-size: 16px;
  font-weight: 200;
}

.reward-icon {
  background-color: #ffb607;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 16px;
  margin-right: 10px;
}

.reward-text {
  display: flex;
  flex-direction: column;
  color: #fff;
}

.reward-amount {
  font-weight: bold;
  font-size: 16px;
}

.reward-note {
  font-size: 12px;
  color: #aaa;
}

.footer-note {
  text-align: left;
  margin-top: 15px;
  padding-top: 20px;
  border-top: 1px solid #2a2d40;
}

.activation-link {
  font-size: 15px;
  color: #2F82FB;
  text-decoration: none;
}
.price-quantity-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.price-info {display: flex;    align-items: center;
    justify-content: space-between;
  padding: 15px 15px;
  flex: 1;
  border-radius: 12px;
  border: 1px solid #2f82fb;
  background: linear-gradient(
    90deg,
    #2f82fb 0%,
    #1c4d95 75.96%,
    #2f82fb 98.08%
  );
}

.price-amount {
  font-size: 24px;
  font-weight: 700;
}

.price-label {
  font-size: 14px;
  color: #e0e0e0;
  margin-top: 2px;
}

.quantity-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #14162e;
  padding: 8px 14px;
  border-radius: 10px;
}

.quantity-controls button {
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.quantity-controls input.quintity {
  width: 40px;
  text-align: center;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 16px;
}
.meta-icon {
  display: flex;
  gap: 7px;
}
.meta-icon p {
  color: #ffc750;
}

.single-card-img img {
  object-fit: cover;
  border-radius: 8px;
}
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #1f1f1f; /* Dark background like your site */
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #cccccc; /* Light scrollbar */
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #aaaaaa;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #041027 #101c3b;
}
.product-description {
  font-family: "Outfit", sans-serif;
  color: #ffffff;
  position: relative;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  margin-top: 20px;
  max-height: none; /* remove fixed height */
  border: 1px solid rgba(255, 206, 206, 0.06);
  overflow: hidden;
}

.description-content.collapsed {
  max-height: 300px; /* adjust as needed */
  overflow: hidden;
  position: relative;
}

.description-content.expanded {
  max-height: none;
}
.product-description h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #ffffff;
}

.description-content {
  font-size: 15px;
  line-height: 1.4;
  color: #cfd2dc;
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s ease;
  font-family: outfit;
}
.description-content hr {
  display: none;
}
.description-content h1 {
  font-size:20px;
}
.description-content h3 {
  font-size:17px;
}
.description-content p {
padding-bottom: 5px;}

.description-content h2 span strong {
  font-size: 17px;
}
.description-content h2 span {
font-family: outfit;}
.product-description.expanded .description-content {
  max-height: none;
}

.toggle-description-btn {
  display: inline-block;
  margin-top: 16px;
  background-color: transparent;
  color: #00aaff;
  border: none;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
  transition: color 0.2s ease;
}

.toggle-description-btn:hover {
  color: #ffaa00;
}
.hero-background {
  position: relative;
  background: #0b0d22; /* Fallback color */
  z-index: 0;
  overflow: hidden;
}

/* Create the diagonal blue overlay */
.hero-background::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 513px;
  background-image: var(--hero-bg, url("https://i.ibb.co/JwBsWwPb/726a5053ef221a46864d30ba6a807725e2c4eff1.png"));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 88%);
  z-index: -1;
  pointer-events: none;
}
/* Default hidden on desktop */
.product-header-mobile {
  display: none;
  align-items: center;
  gap: 10px;
}

/* Show only on mobile */

.product-title-mobile {
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  margin: 0;
  padding:10px
}
/* Title Styling */
.phy_rea_title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1rem;
}

/* Swiper Section */
.likepro_phys {
  margin-top: 20px;
  border-radius: 12px;
  margin-bottom: 20px;
}

.related-slider {
  padding-bottom: 20px;
}

.swiper-slide:hover {
  transform: translateY(-5px);
}

/* Modal Styling */
.custom-modal {
  background-color: #0b0d22;
  color: #fff;
  border-radius: 10px;
  padding: 1rem;
}

.custom-modal .modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.custom-modal .modal-title {
  font-size: 1.25rem;
  font-weight: bold;
}

.custom-modal .btn-close {
  filter: invert(1);
}

.custom-modal .modal-body {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.modal-product-image img {
  max-width: 80px;
  height: auto;
  border-radius: 6px;
}

.modal-product-info h5 {
  font-size: 1rem;
  margin-bottom: 0.25rem;
}

.modal-product-info p {
  font-size: 0.95rem;
  color: #aaa;
}

/* Modal Footer Buttons */
.custom-modal .modal-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.custom-modal .btn-primary {
  background-color: #ffad00;
  border: none;
  font-weight: 600;
}

.custom-modal .btn-secondary {
  background-color: #1c1f3a;
  color: #fff;
  border: none;
}

.custom-modal .btn-secondary:hover {
  background-color: #2a2e4d;
}

.related-slider {
  width: 100%;
  padding: 20px 0;
}

.related-slider .swiper-wrapper {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center;
  gap: 3px;
}

.related-slider .swiper-slide {
  transition: transform 0.5s ease, filter 0.5s ease;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  height: 260px; /* default mobile */
  width:300px
}

/* tablets */
@media (min-width: 640px) {
  .related-slider .swiper-slide {
    height: 300px;
  }
}

/* medium devices (768px+) */
@media (min-width: 768px) {
  .related-slider .swiper-slide {
    height: 340px;
  }
}

/* laptops (1024px+) */
@media (min-width: 1224px) {
  .related-slider .swiper-slide {
    height: 380px;
    width:300px
  }
}

/* desktops (1280px+) */
@media (min-width: 1480px) {
  .related-slider .swiper-slide {
    height: 400px;
  }
}

/* very large screens (1536px+) */
@media (min-width: 1636px) {
  .related-slider .swiper-slide {
    height: 420px;
  }
}

/* Blur inactive slides 
.related-slider .swiper-slide:not(.swiper-slide-active) {
    filter: brightness(0.4) blur(3px);
}
*/
.related-slider .swiper-slide-active {
  filter: brightness(1);
  transform: scale(1);
  z-index: 10;
}

/* Assume the partial outputs a product card container */
.related-slider .swiper-slide > div {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background-color: #111827;
  height: 100%;
  width: 100%;
}

/* Style any image inside */
.related-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* Title and price container (assumes it exists in partial) */
.related-slider .swiper-slide .card-info,
.related-slider .swiper-slide .product-info, /* fallback class */
.related-slider .swiper-slide .info {
position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000ab;
    backdrop-filter: blur(4.9px);
    padding: 13px;
    color: #fff;
    text-align: left;
    z-index: 10;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    display: flex;
    flex-direction: column;
    padding-bottom: 23px;
    align-items: flex-start;
}

/* Headings inside */
.related-slider .swiper-slide h3,
.related-slider .swiper-slide h4 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 5px;
}

/* Price styling */
.related-slider .swiper-slide p {
  font-size: 0.9rem;
  color: #ffc750;
  margin: 0;
}

.related-slider .swiper-slide p span {
  border-radius: 5px;
  padding: 4px 8px;
  background: #0045ff;
  color: #ffffff;
  font-weight: 700;
  margin-left: 8px;
}

.card-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000ab;
  backdrop-filter: blur(4.9px);
  padding: 13px;
  color: #fff;
  text-align: left;
  z-index: 10;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  display: flex;
  flex-direction: column;
  padding-bottom: 23px;
  align-items: flex-start;
}

/* Card Info - Title */
.card-info h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 0 6px 0;
}

/* Card Info - Price Text */
.card-info p {
  font-size: 0.9rem;
  color: #ffc750;
  margin: 0;
}

/* Card Info - Price Span */
.card-info p span {
  border-radius: 5px;
  padding: 4px 8px;
  background: #0045ff;
  color: #ffffff;
  font-weight: 700;
  margin-left: 8px;
}
.game-card {
  max-width: 100%;
  display: flex;
  transition: transform 0.3s ease;
  border-width: 1px;
  border-style: solid;
  border-color: #6d6d6d4f;
}
.product-single {
    padding-left: 10%;
    padding-right: 10%;
 max-width:2000px;
   margin-left: auto;
  margin-right: auto;}


.pricing-section-modern {
  overflow-y: auto;
  max-height: 550px;
  scrollbar-width: thin;
  scrollbar-color: #041027 #101c3b;
}
.pricing{color: #71FFB8;display: flex;align-items: center;gap: 2px;}

.pricingg {text-decoration: line-through;text-decoration-thickness: 2px;
  text-decoration-color: #c3c3c3;text-decoration-skip-ink: none;   
  color: #c3c3c3;font-size: 0.9rem;  font-size: medium;}
.pricing-box {
    display: flex;
    gap: 10PX;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.purchase-section {  max-width: 100%;
  background-color: #070d1b;
  border-radius: 20px;color: #fff;border-width: 1px;border-style: solid;border-color: #6d6d6d4f;max-height: 675px;display: flex;padding: 12px 16px 8px 16px;flex-direction: column;gap: 5px;flex: 1 0 0;align-self: stretch;border-radius: 24px;}
.pricing-original {
display: flex;
    flex-direction: column;
    color: #fff;
    font-family: Outfit;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
.product-details {
    display: block;
}

.product-details.grid-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 0.5rem;
}

.info-box {
  border: 1px solid rgba(255, 206, 206, 0.06);
  padding: 1.2rem;
  border-radius: 12px;
  display: flex;
  padding: 20px;
  align-items: center;
  gap: 13px;
  align-self: stretch;
  border-radius: var(--radius-xl, 24px);
  background: #070d1b;

  /* Shadows/shadow-xs */
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

.info-box .label {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
}
.info-box .value {
  color: #aaa;
  font-size: 0.85rem;
  display: block;
  margin-bottom: 0.5rem;
}
.box-icon {
  display: flex;
  border-radius: 50%;
  border: 1px solid #426fad;
  background: #070d1b;
  padding: 10px;
}
.game-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
/* TABLE */
.requirements-table {
  border-radius: 16px;
  padding: 24px;
  margin-top: 30px;
  font-family: "Segoe UI", sans-serif;
  color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 206, 206, 0.06);
}

/* DATA ROWS */
.requirements-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr; /* label | minimal | recommended */
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #2c2f3b;
}
.requirements-row:last-child { border-bottom: none; }

/* HEADER ROW — IMPORTANT: same grid as rows */
.header-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr; /* match .requirements-row */
  align-items: center;
  padding: 12px 0;                     /* match row padding */
  border-bottom: 2px solid #3a3f4b;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
}
.header-row > div { text-align: center; }
.header-row .label-placeholder {        /* first cell keeps columns aligned */
  visibility: hidden;                   /* occupies space but not visible */
}
.title-line{display: flex;  
   align-items: center;
   gap:5px;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -1.3px;}
.title-line h2 {background: linear-gradient(0deg, #FFF 0%, #FFF 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;}
.title-line h3 {color: #FFC750;
font-family: Outfit;
font-style: normal;
font-size: 27px;
font-weight: 700;
line-height: normal;
letter-spacing: -1.3px;}
.btn-all-cards {
  background-color: #ffc750;
  color: #191919;
  padding: 10px 20px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s;
  border: 1px solid #3a3d46;
  white-space: nowrap;
}
.price-details{display: flex;justify-content: space-around;align-items: center;gap: 6px;}

.btn-all-cards:hover {
  background-color: #3b4049;
  color: #fff;
}
/* Column styles */
.min_reco { font-size: 15px; font-weight: 500; }
.requirements-row .type {
  display: flex; align-items: center; gap: 10px;
  color: #cbd2e0; font-weight: 500; font-size: 15px;
}
.requirements-row > div:not(.type) {
  font-size: 13px; color: #f5f6fa; text-align: center;
}
.requirements-row i { color: #3b82f6; font-size: 18px; }


/* MOBILE PRODUCT TITLE & IMAGE (Mobile only) */
.mobile-product-header {
  display: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
}

.mobile-product-image {
  width: 100%;
  max-width: 300px;
  border-radius: 12px;
  margin-bottom: 10px;
  object-fit: cover;
}

.mobile-product-title {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.3;
}

.section-header-figma {
    display: flex;
    margin-top: 32px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;}
.custom-select-wrapper {
  position: relative;
  display: inline-block;
}
.region-select {

  background: url('https://cdn-icons-png.flaticon.com/512/197/197560.png') no-repeat left center;
  background-size: 20px 20px;
  padding-left: 30px; /* Space for the icon */
  background-position: 4px;

}
.cards-container {display: flex;gap: 8px;justify-content: flex-start;}
    .card {text-decoration: none;
      display: flex;
      width: 100%;
      padding: 8px 10px 8px 5px;
      justify-content: space-between;
      align-items: center;
      align-self: stretch;
      transition: transform 0.2s ease;
      border-radius: 12px;
      border-top: 1px solid #08132F;
      background: #08132F;
      gap:10px;
    }.activation-link {
    color: #2F82FB;
    font-family: Outfit;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}.card-subtitle {
    color: #9DD0FF;
    font-family: Outfit;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
}.arrow-btn {
    background-color: transparent;
    color: #ffc750;
    width: 28px;
    height: 28px;
    display: flex
;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
    border-radius: var(--radius-md, 16px);
    border: 1px solid #1A2636;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}.card-content {
    display: flex
;
    align-items: center;
    gap: 5px;
}
.btn.btn-primary{display:none;}
.empty-cart-state{display: flex;
    flex-direction: column;
    align-items: center;}
/* Responsive */
@media (max-width: 1920px) {
  .product-single{
    padding-left: 9%;
    padding-right: 9%;
  }
}
.fw-bold {
  font-size: 20px;
  font-weight: 700;
}
.mini-cart-list {
  display: flex;
  gap: 12PX;
  flex-direction: column;
}

@media (max-width: 1200px){.related-slider .swiper-slide { width: 240px!important; height: 325px!important;}
  .related-slider .swiper-wrapper{gap:5px;}
  .game-right{gap:5px;}
  .info-box {gap: 13px;padding: 15px;}
  .product-tags {gap: 5px;}
.product-tags .tag {padding: 4px 9px;    font-size: 14px;}
.product-meta-gift .meta-item-gift{    font-size: 0.75rem;}
.product-tags{margin-bottom: 5px;}
.buy_now{padding: 12px 20px!important;}
.purchase-quantity button{padding: 6px ;}
.quantity-selector {padding: 15px 1px;}
.price-info {padding: 8px 15px;}
.product-image-container-gift picture img{    height: 300px;}

/* hide the "In stock" row when the card is marked out-of-stock */
.out-of-stock-card .stockk { display: none !important; }
.out-of-stock-card .out-of-stockk { display: flex !important; }

}
    .purchase-quantity {
    display: flex;
    justify-content: space-evenly;
    PADDING: 0PX 5PX !important;

  }
@media (max-width: 1100px){.related-slider .swiper-slide {
  width: 220px!important;
  height: 305px!important;}

}
@media (max-width: 1350px){.related-slider .swiper-slide{width: 250.75px;}}
@media (max-width: 1200px){.card{width:100%}.cards-container{flex-direction: column;}.pricing-section{gap:3px;}.related-slider .swiper-slide{width: 250.75px;}}


@media (max-width: 768px) {

   .mobile-product-header {
    display: flex;
  }

  .purchase-section .product-title {
    display: none;
  }

  .region-dropdown {
    display: none;
  }
  .hero-background::before {
    height: 330px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
  }

  .hero-content {
    padding: 40px 15px 80px 15px;
  }
  .info-box {
    gap: 5px;
  }
  
  .picture-container-gift,
  .review_top {
    display: none;
    padding-left: 2%;
  }
  .top-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;        flex-direction: column-reverse;
  }
  .product-details {
    flex-direction: column-reverse;
  }
  .product-title {
    display: none !important;
  }
  .product-tags{margin-bottom:0%;}
  .product-header-mobile {
    display: flex;
    justify-content: flex-start;
    flex-direction:column;align-items: stretch;
  }
  .single-card-img{    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;}
    
  .product-title-mobile {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
  }
  .product-header-mobile img {
    max-width: 100%;
    height: 200px;
    border-radius: 10px;
  }
  .modal-body {
    flex-direction: column;
    text-align: center;
  }

  .modal-product-info h5 {
    font-size: 1rem;
  }

  .modal-footer {
    flex-direction: column;
  }
  .btn.buy_now {
    font-size: 15px;
    padding: 10px;
  }
  .feature-item {
    font-size: 12px;
  }
  .quantity-selector {
    padding: 14.3px 5px;
  }
  .price-info {
    padding: 8px 10px;
  }
  .product-single ,.top-flex{
    padding-left: 5%;
    padding-right: 5%;
  }
  .title-line h3 , h2 {font-size: 18px;}
  .btn-all-cards{    padding: 10px;}
  .section-subtitle{    FONT-SIZE: 13PX;}
.pricing-original{    font-size: 23px;}
  .requirements-row,
  .requirements-row.header-row {
    align-items: flex-start;
  }

  .requirements-row div,
  .requirements-row .type {
    width: 100%;
    padding: 0.3rem 0;
  }

  .requirements-row .type {
    font-size: 0.8rem;
  }
  .purchase-section {
    border-radius: 20px;
    border: 1px solid rgba(245, 245, 245, 0.1);
    background: rgba(7, 13, 27, 0.46);
    backdrop-filter: blur(51.150001525878906px);
    padding: 10px;
  }
   .related-slider .swiper-wrapper {
    gap: 1px;
  }
  .related-slider .swiper-slide {
        width: 170px !important;
        height: 270px !important;
  }
  .info-box .label {
    font-size: 15px;
  }
  .description-content {
    font-size: 15px;
  }
  .box-icon {
    padding: 8px 8px;
  }
  .card-info h3 {font-size: 11px!important;}
  .card-info{padding-bottom: 1px!important;padding:10px!important;}
  .related-slider .swiper-slide p span{font-size: 10px;}
  .info-box .value {
    font-family: Outfit;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }
  .game-right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
  .product-requirements {
    padding: 1px;
  }
  .purchase-quantity{padding: 3px;}
}
.swiper-button-next,
.swiper-button-prev {
  color: #3866ff!important;
  width: 44px!important;
  height: 44px!important;
  top: 50%!important;
  transform: translateY(-50%)!important;
  --swiper-navigation-size: 28px!important;
  z-index: 20!important;
  background-color: rgba(0, 0, 0, 0.3)!important;
  border-radius: 50%!important;

}

.swiper-button-next {
  right: 20px;
}
@media (max-width: 440px){.product-title-mobile {font-size: 17px;}.quantity-selector{padding: 12.4px 1px;}}
@media screen and (max-width: 393px){.related-slider .swiper-slide {width: 164.9px !important;height: 245px !important;}}
@media screen and (max-width: 375px){.related-slider .swiper-slide {width: 155px !important;height: 230px !important;}}
@media screen and (max-width: 320px) {.purchase-section {max-width: 290px;}.related-slider .swiper-slide {width: 135px !important;height: 220px !important;}}
.swiper-pagination{position: INITIAL!important;}
.meta-icon {
    display: flex;
    align-items: center;
    gap: 8px;
}

.meta-icon .stock-icon {
    width: 25px;
    height: 25px;
}



/* Out of Stock Style */
.meta-icon.out-of-stock strong {
    color: #dc3545; /* Red */
}
.card-info {
    padding: 12px;
    color: white;
}

.game-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    min-height: 36px; /* Keep titles aligned */
}
.discount-badge{color: #47CD89;}
  .product-tags{padding-bottom: 10px;}
  .price-row{display: flex;align-items: center;gap: 5PX;}
  .pricing-section{display: flex;align-items: center;gap:20px;}
  
  .new-price{display: inline-flex;align-items: baseline;gap: 2px;padding: 6px 12px;border-radius: 10px;background: linear-gradient(135deg, #0045ff, #006eff);border: 1px solid rgba(255, 255, 255, 0.1);box-shadow: 0 6px 14px rgba(0, 69, 255, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.06);backdrop-filter: saturate(120%) blur(2px);}
  .old-price{    font-size: 0.8rem;color: #9ca3af;text-decoration: line-through;opacity: 0.85;}
/* --- Card --- */
.trust-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 18px 18px 14px;
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 24px;
border: 1px solid rgba(255, 255, 255, 0.10);
background: #070D1B;
}

/* --- Headings --- */
.trust-card__header {
  margin-bottom: 7px;
}

.trust-card__title {
  font-size: 14px;
  font-weight: 700;
  color: var(--title);
  letter-spacing: .2px;
}

.trust-card__subtitle {
  margin: 0;
  font-size: 14px;
  color: #A3B7FF;
}

/* --- Payment brand row --- */
.brand-row {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 2px 0 0;
}

.brand-row li {
  display: flex;
  width: 45px;
  padding: 5px 4px;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
  border-radius: var(--radius-xs, 8px) var(--radius-xs, 8px) 8px 8px;
  border: 1px solid var(--Colors-Border-border-secondary, #EAECF0);
  background: #FFF;
  height: 28px;
  /* adjust to your assets */
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.25));
  align-items: center;
  
}
.col-lg-3{    display: flex;flex-direction: column;gap: 10px;}
/* --- Trust badges --- */
.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--border);
  border-radius: 16px;
  border: 1px solid rgba(163, 163, 163, 0.26);
}

.trust-badge__logo {
  width: 110px;
  height: 59PX;
  display: block;
  border-radius: 16px;
}

.trust-badge__text {
  color: var(--title);
  font-weight: 700;
  letter-spacing: .3px;
  font-size: 14px;
}

/* Nice focus states for keyboard users */
.trust-card:focus-within,
.trust-badge:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.2);
  outline-offset: 2px;
}


.mobile-sheet-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.mobile-sheet-title {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.mbl-card-hidden {
  display: none !important;
}


.trust-grid{display: flex;
flex-direction: column;
justify-content: center;
gap: 10px;
align-self: stretch;}
body.no-scroll {
  overflow: hidden;
  height: 100%;
}
.breadcrumbs {
  font-size: 13.5px;
  margin-bottom: 25px;
  color: #9ca3af;
  /* softer neutral gray */
}

.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  padding-right: 10px;
  margin: 0;margin-bottom:10px;    BACKGROUND: #0b0d2230;
    backdrop-filter: blur(5.9px);
    border-radius: 24px;width :fit-content;
}

.breadcrumbs li {
  display: flex;
  align-items: center;
  gap: 6px;
}

.breadcrumbs li:not(:last-child)::after {
  content: "›";
  /* arrow separator */
  color: #ffffff;
  /* slightly lighter gray */
  font-size: 12px;
}

.breadcrumbs a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  transition: color 0.2s ease-in-out;
}

.breadcrumbs a:hover {
  color: #9ca3af;
  /* white hover for elegance */
}

.breadcrumbs span {
  color: #d1d5db;
  /* current page = lighter gray */
  font-weight: 600;
}

/* Favicon as circle background */
.breadcrumb-favicon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #2d2d2d;
  /* dark gray circle */
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

@media (min-width: 769px) {

  .mobile-sheet,
  .mobile-scrim {
    display: none !important;
  }

}
.mini-cart-flex a {
  color: #FFF;
  font-family: Outfit;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.TOTALbetween {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15PX 0PX;
}
.btn-outline-secondary {
  color: #FFF;
  font-family: Outfit;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  width: 100%;
  border: 1px solid var(--Component-colors-Components-Buttons-Primary-button-primary-border, #1958C6);
  display: flex;
  padding: 16px 22px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  background: #0045FF;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.mini-cart-flex {
  white-space: nowrap;
  display: flex;
  padding: 10px 14px;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-xs, 4px);
  border-radius: 16px;
  border: 1px solid var(--Component-colors-Components-Buttons-Primary-button-primary-border, #1958C6);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
@media(max-width:767px) { .mc-drawer__panel {top: auto;right: 0;left: 0;bottom: 0;width: 100%;max-width: 100%;border-radius: 20px 20px 0 0;transform: translate3d(0, 100%, 0);}

.mobile-menu-header{padding: 8px;}
  .mc-drawer.is-open .mc-drawer__panel {transform: translate3d(0, 0, 0);}
  .breadcrumbs {margin-bottom: 0px !important;padding-left: 10px;font-size:12px}
  .breadcrumb-favicon {width: 20px;height: 20px;padding: 2px}
  .activation-message:not(.region-blocked){font-size:12px}
}
/* Scroll inside pricing list only */
.mobile-sheet #pricesCollapsible {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 12px;
}
.faq-section {
  background: var(--bg);
  color: var(--text);
  padding: 56px 20px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 9%;
    padding-left: 9%;
}

.faq-container {
  max-width: 2300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 56px;
}

/* Left column */
.faq-intro .eyebrow {
  display: inline-block;
  color: #8FB3FF;
  font-weight: 600;
  margin-bottom: 10px;
}

.faq-intro h2 {
  font-size: 44px;
  line-height: 1.1;
  margin: 0 0 14px;
}

.faq-intro p {
  color: #FFC750;
  font-family: Outfit;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}

.faq-intro a {
  color: var(--accent);
  text-decoration: underline;
}

/* Right column list */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  padding: 18px 0;
}

.faq-h {
  margin: 0;
}

.faq-q {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  justify-content: space-between;
  background: transparent;
  border: 0;
  color: var(--text);
  font-size: 18px;
  line-height: 1.4;
  padding: 8px 0;
  cursor: pointer;
  color: var(--Colors-Text-text-primary_on-brand, #FFF);

  /* Text lg/Medium */
  font-family: Outfit;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 155.556% */
}

.faq-q:hover {
  color: #dadada;
}

/* Plus / minus circle */
.faq-icon {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border: 2px solid var(--ring);
  border-radius: 50%;
  position: relative;
  margin-left: 20px;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 2px;
  background: var(--ring);
  transform: translate(-50%, -50%);
}

.faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* When expanded, hide the vertical bar to show minus */
.faq-q[aria-expanded="true"] .faq-icon::after {
  opacity: 0;
}

/* Answer panel (animated) */
.faq-a {
  overflow: hidden;
  height: auto;
  /* set by JS; fallback when JS disabled */
  transition: height .26s ease;
}

.faq-a:not(.open) {
  height: 0;
}

.faq-a-inner {
  padding: 10px 0 4px;
  max-width: 70ch;
  color: #FFC750;
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

@media (max-width: 900px) {
  .faq-container {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .faq-intro h2 {
    font-size: 26px;
  }

  .faq-intro p {
    font-size: 14px
  }

  .faq-q {
    font-size: 15px
  }

  .faq-a-inner {
    font-size: 14px;
  }

}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.faq-icon .ico-plus,
.faq-icon .ico-minus {
  display: none;
}

/* default: hide both */

.faq-q[aria-expanded="false"] .ico-plus {
  display: inline-block;
}

/* closed -> "+" */
.faq-q[aria-expanded="true"] .ico-minus {
  display: inline-block;
}

/* open   -> "–"  */
.is-hidden {
  display: none;
}

.is-hidden {
  display: none;
}


@media (max-width: 767px) {  .mc-drawer__panel {
    top: 100PX;
    max-width: 100%;
    width: 100%;
    right: auto;
    border-radius: 30PX;
  }
  .game-title {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
    min-height: 32px; /* Slightly smaller for mobile */
  }
.activation-link {
  font-size: 13px;

}
.product-description h3{
   font-size: 20px;
 
}
  .pricing-section {
    flex-direction: column;
    gap: 4px;
  }

  .from-label {
    font-size: 12px;
    color: #ffce00;
    font-weight: 500;
  }

  .price-row {
    gap: 5px;
    flex-wrap: wrap;
  }

  .new-price {
    background: #0055ff;
    color: white;
    padding: 3px 6px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
  }

  .old-price {
    color: #aaa;
    text-decoration: line-through;
    font-size: 11px;
  }

  .discount-badge {
    background: #00b67a;
    color: white;
    padding: 1px 3px;
    font-size: 12px;
    border-radius: 5px;
    font-weight: bold;
  }
}
.buy_now:hover {
    transform: scale(1.02);
    background-color: #ffa100 !important; /* Slightly darker gold */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.25s ease-in-out;
    filter: brightness(1.05);
}
@media (max-width: 768px) {
  .product-details.grid-layout {
    display: flex;
    flex-direction: column;
  }

  .product-description {
    order: 2;
    margin-top: 20px;
  }

  .product-requirements {
    order: 1;
    margin-bottom: 20px;
  }

  

 
}
@media (max-width: 768px) {.breadcrumbs ul{max-width: fit-content;
  padding:4px;
padding-right: 10px;}
  .game-right {
    display: grid;
    grid-template-columns: 1fr 1fr; /* ✅ Two columns */
    gap: 12px;
  }
}
.platform-icon {
    width: 15px;
    height: 15px;
    margin-right: 4px;
    object-fit: contain;
    vertical-align: middle;
}
@media (max-width: 767px) {
  .product-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 6px;
  }

  .product-tags .tag {
    flex: 1 1 calc(24% - 6px); /* 4 in a row with gap */
    font-size: 12px;
    padding: 4px 6px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }

  .product-tags .tag img,
  .product-tags .tag i {
    width: 14px;
    height: 14px;
  }
}
.add__cart img.user-icon {
  width: 18px;
  height: auto;
}


/* Base drawer: hidden but not display:none */
.mc-drawer {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  visibility: hidden;
  opacity: 0; /* fade fallback */
  transition: opacity 0.25s ease;
}


.mc-drawer__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.25s ease;
  backdrop-filter: blur(4px);
}

.mc-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: min(488px, 92vw);
  max-width: 488px;
  background: #0c1329ce;
  color: #fff;
  box-shadow: -6px 0 30px rgba(0, 0, 0, .35);
  transform: translate3d(100%, 0, 0);
  /* off-canvas to the right */
  transition: transform .28s ease;
  display: flex;
  flex-direction: column;backdrop-filter: blur(9px);
}

/* 🚀 Open state */
.mc-drawer.is-open {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.mc-drawer.is-open .mc-drawer__backdrop {
  opacity: 1;
}

.mc-drawer.is-open .mc-drawer__panel {
  transform: translateX(0);
}

/* Header & Footer */
.mc-drawer__header,
.mc-drawer__footer {
  padding: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.mc-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.iconwithcart {
  display: flex;
  align-items: center;
  GAP: 10PX;
}
.mc-drawer__footer {
  display: flex;
  gap: 8PX;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 0;
}

.mc-drawer__body {
  flex: 1;
  overflow-y: auto;
  padding: 1rem;
}

.mc-drawer__close {
  background: transparent;
  border: 0;
  color: #98A2B3;
  font-size: 25px;
  line-height: 1;
}.top-img-title-x {
  display: flex;
  align-items: center;
  justify-content: space-between;
}.img-title- {
  display: flex;
  gap: 10px;
  align-items: center;
}
.mini-cart-info {
  display: flex;
  height: 77px;
  padding: 12px 15px;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 12px;
  border: 1px solid #0A1B34;
  background: #061223;
  align-items: center;
  justify-content: space-between;
}
.mini-cart-item {
  transition: background 0.2s ease;
  border-radius: 24px;
  border: 1px solid rgba(196, 204, 255, 0.10);
  background: #0c1329;
  box-shadow: 0 4px 28.6px 0 rgba(0, 0, 0, 0.33);
  display: flex;
  padding: 21px 20px;
  gap: 6px;
  align-self: stretch;
  flex-direction: column;
}
.mini-cart-title {
    font-size: 14px;
    color: #fff;
}
.mini-cart-meta {
    font-size: 13px;
}
.mini-cart-remove {
    font-size: 16px;
    color: #f87171;
    cursor: pointer;
}
.mini-cart-remove:hover {
    color: #dc2626;
}
.mini-cart-footer {
    font-size: 14px;
}
.activation-message.region-blocked {
  color: #e3342f; /* red for restriction */
  font-weight: 500;
}

.activation-message:not(.region-blocked) {
  color: #38c172; /* green if activatable */
    font-weight: 500;
    font-family: Outfit;

}

/* Base tag */
.product-tags .tag {
  font-size: 11px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border-radius: 10px;
  line-height: 1.3;
  border: 1px solid rgba(83, 83, 83, 0.2);
  background: rgba(5, 28, 53, 0.25);
  color: #cfd3dc;
}

/* Neutral tags */
.tag-neutral {
  background: rgba(5, 28, 53, 0.25);
  color: #9dd0ff;
}

/* Platform brand colors */
.tag-nintendo {
  background: #e60012;
  color: #fff;
}
.tag-playstation {
  background: #003791;
  color: #fff;
}
.tag-xbox {
  background: #107c10;
  color: #fff;
}
.tag-pc {
  background: #444;
  color: #fff;
}

/* Region tags */
.tag-region {
  background: transparent;
  border: none;
  padding: 0;
  color: #fff;
}
.activation-message {
  margin-bottom: 4px;
}
.activation-message.secondary {
  color: #7ddf9f; /* softer green */
  font-weight: 400;
}
.activation-message.secondary i {
  font-size: 13px;
  opacity: 0.8;
}
.meta-icon img {
  width: 20px !important;
  height: 20px !important;
  margin-right: 6px;
  vertical-align: middle;
}
.icon-tooltip {
  position: relative;
  display: inline-flex;
  width:20px;
  height:20px
}

.tooltip-text {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  background: #070D1B;
  color: #fff;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 6px;
  white-space: nowrap;
  transition: opacity 0.2s;
}

.icon-tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
.activation-message {
  display: flex;
  align-items: center; /* ✅ vertically centers icon + text */
  gap: 6px; /* space between icon and text */
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 820px){.top-grid{grid-template-columns: 62% 40%;gap: 10px;}
  .product-single{padding-left: 5%;padding-right: 5%;}.purchase-section {max-height: 900px;}
.pricing-original{font-size: 19px;}.activation-message{font-size: 12px;}.pricingg{font-size: 12px;}.pricing-box span{FONT-SIZE: 13px;}}
  iframe::-webkit-media-controls-enclosure {
    display: none !important;
}.stars {
  display: inline-flex;
  direction: ltr; 
  font-size: 1.4rem;
  cursor: pointer;
}
.stars a {
  color: #ffc1074a; 
  text-decoration: none;
  transition: color 0.25s ease;
}
.stars a.active {
  color: #ffcc00;
}
.pre-order-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background-color: #070d1b;
    border-radius: 12px;
    padding: 10px 20px;
    border: 1px solid rgba(255,255,255,0.08);
    color: #fff;
    margin-top: 10px;
}

.pre-order-icon-box {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #070d1b;
    color: #F5C544;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 18px;
}

.pre-order-text-box {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.pre-order-label {
    font-weight: 600;
    font-size: 16px;
    color: #F5C544;
}

.pre-order-info {
    margin-top: 4px;
}

.release-text {
    font-size: 14px;
    display: block;
    margin-bottom: 4px;
    color: #D1D5DB;
}

.release-date-highlight {
    color: #FFFFFF;
    font-weight: 500;
}

.pre-order-subtext {
    font-size: 13px;
    color: #A1A1AA;
}
.ytp-chrome-top{display:none!important;}


.mini-cart-img img {
  border-radius: 12px;
  box-shadow: 1px 8px 70.5px 0 rgba(0, 0, 0, 0.34);
  width: 48px;
  height: 60px;
}