
.navbar-menu,
.search-bar,
.header-icon-btn,
.profile-dropdown {
  display: none !important;
}
footer{
  display: none;
}
.dashboard-section{
  background: radial-gradient(1200px 600px at 15% 0%, #151B33 0%, #0b1020 55%) fixed,
              var(--bg);
  color: var(--text);
}
.dashboard-section .container {
    max-width: 2300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;background-color: #010315;
}
.mobile-header{
  display: none ;
}

/* Generic cards */
.bg--section{
  background: linear-gradient(180deg, var(--card) 0%, var(--card-2) 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

/* Titles */
.product-single-widget .title{
color: #F5F5F6;
font-family: Outfit;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 28px; /* 155.556% */
}/* Container (the rounded dark pill) */
.qty-control{
  display:flex;
  grid-template-columns: 44px minmax(32px, auto) 44px; /* minus | value | plus */
  align-items:center;
  gap: 12px;
  padding: 10PX 12px;justify-content: center;
  border-radius: 14px;
  background: #0e1525;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.02);
  position: relative;
}

/* Hide the real select but keep it for form submit */
.qty-control .quantity-select{
  position:absolute;
  inset:0;
  opacity:0;
  pointer-events:none;
}

/* Center value */
.qty-control .qty-value{
  color:#fff;
  font-weight: 800;
  font-size: 20px;
  text-align:center;
  min-width: 18px;
}

/* Round icon buttons */
.qty-btn{
 width: 28px;
height: 28px;
  border-radius: 999px;
  display:grid; place-items:center;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.02);
  position: relative;
  cursor: pointer;
  transition: border-color .15s ease, background .15s ease, transform .06s ease;
}
.qty-btn:active{ transform: translateY(1px);   background: #2F5CF4;
  border-color: rgba(255,255,255,.22);
  box-shadow: 0 0 0 2px rgba(255,255,255,.06) inset;}

/* Minus icon (white bar) */
.qty-btn.minus::before{
  content:"";
  width: 14px; height: 2px;
  background: #E7ECF6;
  border-radius: 2px;
}
.qty-btn:hover{ background: #2071FF; }
.qty-btn.plus::before,
.qty-btn.plus::after{
  content:"";
  position:absolute;
  background:#fff;
  border-radius:2px;
}
.qty-btn.plus::before{ width: 14px; height: 2px; }
.qty-btn.plus::after{ width: 2px; height: 14px; }
.priniceing-mobile{display: none!important;}
.form-control.coupon-input {
  width:100%;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: rgba(83, 83, 83, 0.18);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    display: flex;
    color:#fff
;
    padding: 10px 14px;
    align-items: center;
    gap: var(--spacing-md, 8px);
    align-self: stretch;} 
.new_price{color: #FFC750;font-size: 19px;font-style: normal;font-weight: 600;line-height: normal;}
.priniceing-mobile h5{color: #FFC750;font-size: 19px;font-style: normal;font-weight: 600;line-height: normal;}
.priniceing-mobile h6{color: #FFF;
font-family: Outfit;
font-size: 14px;
font-style: normal; 
font-weight: 600;
line-height: normal;
text-decoration-line: line-through;}

.input-group.input-group-sm {display:flex;gap: 7PX;}
.priniceing{display: flex;flex-direction: column;}
.new_price{color: #FFC750;font-size: 19px;font-style: normal;font-weight: 600;line-height: normal;}
.priniceing h5{color: #FFC750;font-size: 19px;font-style: normal;font-weight: 600;line-height: normal;}
.priniceing h6{color: #FFF;
font-family: Outfit;
font-size: 14px;
font-style: normal; 
font-weight: 600;
line-height: normal;
text-decoration-line: line-through;}
.producttitle-quantity{display: flex;padding: 15PX 0PX;
    align-items: center;
    justify-content: space-between;}
/* ===== Left column (list) ===== */
.qty-control-remove{    align-items: center;width: 100%;gap:10px;    justify-content: center;}
.product-single-widget .cart-product-item{
  display: grid;
  grid-template-columns: 2.5fr 0.4fr .4fr;
  gap: 18px;
  align-items: center;
  padding: 18px 16px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.02);border-bottom: 1px solid #A4B6FF1A;border-TOP: 1px solid #A4B6FF1A;
}
/* Pagination bar */
.cart-pagination{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 0px 20px ;
}

.cart-pagination .page-info{
  color:#E7ECF6;
  opacity:.9;
  font-size:14px;
  letter-spacing:.2px;
}

/* Right-side buttons */
.cart-pagination .pager{
  display:flex;
  gap:10px;
}

.pill-btn{display:inline-flex;align-items:center;justify-content:center;height:36px;padding:0 14px;border-radius:999px;text-decoration:none;font-weight:700;
  font-size:14px;gap:5px;background: rgba(255,255,255,.03);color:#E7ECF6;border:1px solid rgba(255,255,255,.16);box-shadow: inset 0 -1px 0 rgba(255,255,255,.03);transition: border-color .15s ease, background .15s ease, transform .06s ease;}

.pill-btn:hover{
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.28);
}

.pill-btn:active{ transform: translateY(1px); }

.pill-btn[aria-disabled="true"]{
  opacity:.45;
  pointer-events:none;
}


.cart-item{
  display:flex; align-items:center; gap:14px;
}
.cart-item img{
  width:60px; height:75px; object-fit:cover;
  border-radius:12px; border:1px solid var(--line);
  background:#0b1020;
}
.cart-item a{
  color:var(--text); text-decoration:none;
  font-weight:600;
  font-family: outfit;
  font-size: 15px;
}
.cart-item a:hover{ color:#fff; }
@media screen and (max-width: 768px) {
  .cart-item a {
    font-size: 14px;         /* Slightly smaller for mobile */
    font-weight: 600;
    color: var(--text);
    text-decoration: none;
    display: inline-block;
    line-height: 1.4;
    padding: 4px 0;
  }

  .cart-item a:hover {
    color: #ffffff;
  }
}
/* Attributes (chips) */
.attribute_class{
  display:flex; flex-wrap:wrap; gap:6px;
  color: var(--muted);
  font-size:.92rem;
}
.attribute_class span{
  background: rgba(255,255,255,.04);
  border: 1px solid var(--line);
  padding: 6px 10px;
  border-radius: 999px;
}

.old_price{
  margin:4px 0 0;
  font-size:.9rem; color:var(--muted);
  text-decoration: line-through; opacity:.6;
}
.price small{ color:var(--warning); font-weight:700; }

/* Quantity select */
.quantity-form-control{
  width: 88px;
  background: #0c1428;
  color: var(--text);
  border:1px solid var(--line);
  border-radius: 12px;
  padding: 8px 12px;
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--muted) 50%),
    linear-gradient(135deg, var(--muted) 50%, transparent 50%),
    linear-gradient(to right, transparent, transparent);
  background-position:
    calc(100% - 18px) calc(50% - 4px),
    calc(100% - 12px) calc(50% - 4px),
    0 0;
  background-size: 6px 6px, 6px 6px, 0 0;
  background-repeat: no-repeat;
}
.quantity-form-control:focus{
  outline:none; border-color: rgba(79,124,251,.5);
  box-shadow: 0 0 0 4px rgba(79,124,251,.15);
}

/* Remove icon */
.cart-product-item .remove{display: flex;align-items: center}
.cart-product-item .remove:hover{
  color:#fff; background: rgba(239,68,68,.12);
  border:1px solid rgba(239,68,68,.35);
}

/* Thin rule */
.product-single-widget hr{
  border:0; height:1px; background: var(--line);
  margin: 18px 0;
}

/* Coupon input */
.coupon_code{
  display:flex; gap:8px; align-items:center;
}
.coupon_code .form-control{
  background:#0c1428; border:1px solid var(--line);
  color:var(--text); border-radius:12px; padding:12px 14px;
}
.coupon_code .form-control::placeholder{ color:#738096; }
.coupon_code .btn{
  background: var(--accent); color:#fff; border:0;
  padding:12px 16px; border-radius:12px; font-weight:700;
}
.coupon_code .btn:hover{ background: var(--accent-2); }

/* ===== Right column (summary) ===== */

.col-lg-4 .product-single-widget{
  position: sticky; top: 24px;
}
.text--base{ color:#8BB1FF !important; font-weight:800; }
.rowg-4{display: flex;align-items: flex-start;PADDING-TOP: 20PX;GAP: 20PX;justify-content: space-between;}

.btn{
  background: var(--accent); color:#fff; border:0;
  border-radius: 14px; padding: 12px 18px;
  font-weight: 800; letter-spacing:.2px;
  transition:.2s ease;
}
.btn:hover{ background: var(--accent-2); transform: translateY(-1px); }

/* Empty cart message */
.cart_no_pro{ text-align:center; padding:48px; }
.cart_no_pro .title{ color:var(--muted); }

/* Pagination buttons at bottom (if any) */
.pagination .page-link,
.product-single-widget .next,
.product-single-widget .prev{
  background:#0c1428; color:var(--text); border:1px solid var(--line);
  border-radius:10px; padding:10px 14px;
}
.pagination .page-link:hover{ border-color: rgba(255,255,255,.2); }
#order-summary.product-single-widget{
background-color: #0C111D; border-radius: 12px; border-width: 1px; border-style: solid; border-color: #A4B6FF1A; 
display: flex;  flex-direction: column; align-items: flex-start; gap: var(--spacing-4xl, 6px); align-items: stretch; max-width:550px;position: sticky;

}
.me-2{color: #ddd;text-decoration: auto;font-family: Outfit;font-size: 13px;font-style: normal;line-height: 24px;}
.cartbottom{display: flex;align-items: center;justify-content: space-between;}
.col-lg-4{width: 55%;}
.summary-list , .bottomside{padding: 0px 20px;
padding-top: 20px;}
.coltop{display: flex;justify-content: space-between;padding: 20PX 20PX 0PX 20PX;border-bottom: 1px solid #A4B6FF1A;padding-bottom: 10PX;}
/* Header */
#order-summary .title{
  font-weight: 800;
  letter-spacing: .2px;
  color: var(--os-text);
}
#order-summary small{ color: var(--os-muted); }

/* List of items */
#order-summary .summary-list{
  margin-top: 8px;
  border-top: 1px solid var(--os-line);
  padding-top: 8px;
}
#order-summary .summary-list > div{
 border-bottom: 1px solid #A4B6FF1A;
}
#order-summary .summary-list > div:last-child{
  border-bottom: 0;
}
#order-summary .summary-list .me-2{
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#order-summary .summary-list .qty{
  color: var(--os-muted);
}

/* Row lines (totals/fees/etc) */
#order-summary .row-line{
  display:flex; justify-content:space-between; gap:10px;
  margin-top: 8px; color: var(--os-text);
}
#order-summary .row-line .label{ color: var(--os-muted); }
#order-summary .row-line .value.text--base{ color:#8BB1FF; font-weight:800; }
#order-summary .row-line .value.success{ color: var(--os-success); }

/* Coupon area */
#order-summary .coupon_code{ display:flex; gap:8px; margin-top: 6px; }
#order-summary .coupon_code .form-control{
  flex:1;
  border-radius: var(--radius-md, 16px);
border: 1px solid var(--Colors-Border-border-primary, #333741);
background: var(--Colors-Background-bg-primary, #0C111D);
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  border-radius:12px;
  padding:12px 14px;
}
#order-summary .coupon_code .form-control::placeholder{ color:#738096; }
#order-summary .coupon_code .btn{width: 35%;
  background: var(--os-accent);
  color:#fff; border:0; border-radius:12px;
  padding:12px 16px; font-weight:800;
}
#order-summary .coupon_code .btn:hover{ background: var(--os-accent-2); }

/* Divider */
#order-summary hr{
  border:0; height:1px; background: var(--os-line);
  margin: 16px 0;
}
.colee{    display: flex;align-items: center;gap: 10px;}
.coltoptitleee{    display: flex;
    padding: 17PX;
    align-items: flex-start;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid rgb(255 255 255 / 9%);
    flex-direction: column;overflow: hidden;
color: #94969C;
text-overflow: ellipsis;

font-family: Outfit;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */}

    .dblock{display: flex;padding: var(--spacing-xxs, 2px) var(--spacing-sm, 6px);align-items: center;border-radius: var(--radius-sm, 12px);border: 1px solid var(--Colors-Border-border-primary, #333741);background: #0C111D;box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);}
/* Grand total */
#order-summary .grand{
  display:flex; justify-content:space-between; align-items:flex-end;
  margin-bottom: 12px;
}
#order-summary .grand .label{ color: var(--os-muted); }
#order-summary .grand .amount{
  font-size: 1.6rem; font-weight: 800; color:#8BB1FF;
  line-height: 1;
}
#order-summary .grand .old{
  text-decoration: line-through; color: gray; text-align:right; margin-top: 4px;
}
.mtT-3{padding: 0px 20px 10px 10px;}
/* Primary action */
#order-summary .btn{width:100%;background: var(--os-accent);color:#fff; border:0; border-radius:14px;padding: 12px 18px; font-weight: 800;transition:.2s ease;display: flex;justify-content: center;
border-radius: var(--radius-md, 16px);
border: 1px solid #0045FF;
background: #0045FF;
box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
#order-summary .btn:hover{ background: var(--os-accent-2); transform: translateY(-1px); }
.product-list {
  display: grid;
  gap: 10px;
  justify-items: center;padding:20px;
}
.partners-swiper .swiper-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.swiper-wrapper {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center;
}.swiper-slide {
  height: 378px;
  cursor: pointer;
  position: relative;
  width: 100%
}.product-badges {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
}.product-brand-title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 5px;
}
.product-info {
  flex-grow: 1;
}
.product-content {
  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;
  align-items: flex-start;
}

.product-card-figma:hover .product-image-wrapper img {
  transform: scale(1.05);
  /* Subtle zoom on hover */
}

.product-card-figma:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

.product-image-wrapper {
  position: relative;
  overflow: hidden;
  /* Ensure image corners are clipped */
}

.product-image-wrapper img {
  width: 100%;
  height: 100%;
  transition: transform 0.4s ease;
}
/* Active slide styling */
.swiper-slide-active {
  filter: brightness(1);
  transform: scale(1);
  z-index: 10;
}.price-info {
  display: flex;
  gap: 2px;
  align-items: center;
}.price-label {
  font-size: 0.9rem;
  color: #ffc750;
  margin: 0;
}
.titlefav-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  padding: 20px;
}.pricecard{border-radius: 5px;padding: 3px 13px; background: #0045ff; color: #ffffff;font-weight: 700;margin-left: 8px;
}.product-card-figma {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.5);
    background-color: #111827;
    width: 100%;
    max-width: 100%;
    display: flex
;
    height: 100%;
    transition: transform 0.3s 
ease;
    border-width: 1px;
    border-style: solid;
    border-color: #6d6d6d4f;
}
.product-footer {
  gap: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.co-left {
  background: #040A17;
  padding-left: 15%;
  padding-top: 30%;
     min-height: 95vh;
}
.co-left__footer {
  margin-top: auto;
  /* pin to bottom */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 100%;
}


.co-left__copy {
  font-size: .9rem;
  color: #9aa4b2;
}

.co-left__contact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .9rem;
  color: #d9dde7;
  text-decoration: none;
}

.co-left__contact:hover {
  text-decoration: underline;
}

.co-left__mail {
  width: 16px;
  height: 16px;
}
.co-steps__list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.co-step {
  position: relative;
  padding-left: 74px;
  padding-bottom: 52px;
}

.co-step:last-child {
  padding-bottom: 0;
}

/* bullet (circle with icon) */
.co-step__bullet {
  position: absolute;
  left: 18px;
  top: 2px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #0c111b;
  border: 2px solid #2a3344;
  display: flex;
  width: 48px;
  height: 48px;
  padding: 12px;
  justify-content: center;
  align-items: center;
}

.co-step__icon {
  width: 14px;
  height: 14px;
  fill: #9aa4b2;
}

/* text */
.co-step__title {
  display: block;
  font-weight: 600;
  color: #e6e9ef;
  margin-bottom: 2px;
}

.co-step__desc {
  font-size: .88rem;
  color: #9aa4b2;
}

/* ACTIVE state (gold like screenshot) */
.co-step.is-active .co-step__bullet {
  border-color: #FFC750;
}

.co-step.is-active .co-step__icon {
  fill: #FFC750;
}

.co-step.is-active .co-step__title {
  color: #FFC750;
}

.co-left__footer {
  margin-top: auto;
  /* pin to bottom */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 100%;
}
.co-step::after {
  content: "";
  position: absolute;
  left: 42px;
  top: 50px;
  width: 2px;
  height: calc(100% - 50px);
  background: #2a3344; /* default gray */
}

.co-step.is-active::after {
 /*  background: #FFC750; /* active yellow */
}

.co-left__copy {
  font-size: .9rem;
  color: #9aa4b2;
}

.co-left__contact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .9rem;
  color: #d9dde7;
  text-decoration: none;
}

.co-left__contact:hover {
  text-decoration: underline;
}

.co-left__mail {
  width: 16px;
  height: 16px;
}
.pricing-section    {display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.left-logo {
  margin-bottom: 80px;
}
.right-container {
  padding: 23px 60px;
  background-color: #010315;
  padding-right: 8.5%;
  min-height: 700px;
}
.co-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.co-breadcrumb { min-width: 0; }

.co-breadcrumb__list {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
  color: var(--co-muted);
  font-size: 14px;
  line-height: 1;
}
.co-return-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 999px;
  color: var(--co-fg);
  text-decoration: none;
  border: 1.5px solid rgba(47, 111, 237, .65);
  box-shadow: inset 0 0 0 2px rgba(47, 111, 237, .18);
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .05s ease;color: #FFF;
font-family: Outfit;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 24px;
}

.co-return-btn:hover {
  background: rgba(47, 111, 237, .10);
  border-color: rgba(47, 111, 237, .9);
  box-shadow: inset 0 0 0 2px rgba(47, 111, 237, .28);
}

.co-return-btn:active {
  transform: translateY(1px);
}

.co-return-btn:focus-visible {
  outline: 2px solid rgba(47, 111, 237, .6);
  outline-offset: 2px;
  border-color: rgba(47, 111, 237, .95);
}

/* ===== Title ===== */
.co-page-title {
  margin: 18px 0 0;
  font-size: clamp(22px, 3vw, 25px);
  line-height: 1.1;
  font-weight: 700;
  color: var(--co-fg);
  margin-bottom: 15px;
}
.co-breadcrumb__link {
  color: inherit;
  text-decoration: none;
}
.co-breadcrumb h2 {color: #FFF;font-family: Outfit;font-size: 32px;font-style: normal;font-weight: 600;line-height: normal;}

.co-breadcrumb__item.is-current .co-breadcrumb__link {
  color: #0045FF;
  cursor: default;
}
.co-steps-mobile {
  display: none;
}
.co-breadcrumb__sep {
  opacity: .45;
}
.containerr {
    display: grid
;
    grid-template-columns: 20% 80%;
    max-width: 2300px;
    margin-left: auto;
    margin-right: auto;
    min-height:700px
}
.co-step:not(:last-child) .co-step__bullet::after {
    content: "";
    position: absolute;
    left: 50%;
    top: calc(100% + 6px);
    transform: translateX(-50%);
    width: 2px;
    height: 60;
    background: #ffffff27;
    border-radius: 2px;
    opacity: .9;
}
/* Small screens */


.quantity-input{
    border: none;
    background: rgba(1, 3, 21, 0);
    Max-width: 38PX;
    HEIGHT: 30PX;
    COLOR: #FFF;
    display: flex;
    font-family: Outfit;
    font-size: 16px;
    padding-left: 14PX;}
/* Container */
.related-slider {
    margin-top: 20px;
    padding: 10px 0;
}

/* Each slide wrapper */
.related-slider .swiper-slide {
    display: flex;
    justify-content: center;
    height: 360px;justify-content: flex-end;
}

/* Game card wrapper */
.related-slider .game-card {
    background: #1c1f26; /* match your theme */
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    transition: transform 0.2s ease;
    width: 100%;
    max-width: 220px; /* prevent huge cards */
}
.related-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 25px;
}
/* Product image */
.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;
}

/* Info section */
.related-slider .card-info {
    padding: 10px;
    text-align: center;
}

.related-slider .game-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
    margin: 6px 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related-slider .pricing-section {
    margin-top: 6px;
}

.related-slider .from-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: #cfd3dc;
    display: block;
}

.related-slider .price-row {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 8px;
}
.empty-state {
  text-align: center;
  padding: 40px;
  border-radius: 12px;
  max-width: 400px;
      margin-left: auto;
    margin-right: auto;
}

.empty-state .icon {
  margin-bottom: 20px;
}

.empty-state h2 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.icon-empty{display: flex;width: 48px;height: 48px;padding: 10px;border-radius: var(--radius-lg, 20px);border: 1px solid #333741;box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    align-items: center;margin-left: auto;margin-right: auto;margin-bottom: 20px;}
.empty-state p {
  font-size: 0.95rem;
  color: #cfd3dc;
  margin-bottom: 25px;
  line-height: 1.5;
}
.col-lg-8{width:100%;}
.empty-state .btn {
  display: inline-block;
  background: #2563eb;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  padding: 12px 28px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.empty-state .btn:hover {
  background: #1d4ed8;
  transform: translateY(-2px);
}
.related-slider .new-price {
display: inline-flex;
    align-items: baseline;
    box-shadow: rgba(0, 69, 255, 0.25) 0px 6px 14px, rgba(255, 255, 255, 0.06) 0px 1px 1px inset;
    backdrop-filter: saturate(120%) blur(2px);
    gap: 2px;
    padding: 6px 12px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(0, 69, 255), rgb(0, 110, 255));
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.1);
    border-image: initial;
}
.related-slider .old-price {
    font-size: 0.85rem;
    color: #aaa;
    text-decoration: line-through;
}
.mobile_price{display:none;}
/* Medium screens (992px – 1199px) */
@media (max-width: 1549px) {
  .product-list {
    grid-template-columns: repeat(4, 1fr);
    /* Shrinks to fit */
    gap: 10px;
  }

  .swiper-slide {
    height: 366PX;
  }

  .product-card-ui {
    transform: scale(0.92);
    transform-origin: top center;
  }
}
@media (max-width: 992px){
  #order-summary{ position: static; }
}
@media (min-width: 1550px) {
  .product-list {
    grid-template-columns: repeat(5, 1fr);
  }


}
@media (max-width:900px) {
  .co__left {
    display: none;
  }

  /* hide vertical sidebar */
  .co-steps-mobile {
    display: grid;
    grid-template-columns: 1fr minmax(40px, 1fr) 1fr minmax(40px, 1fr) 1fr;
    padding: 12px 8px 6px;
    background: var(--step-bg);
    align-items: baseline;
  }

  /* each step */
  .co-mstep {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    text-align: center;
    min-width: 0;
  }

  /* rounded-square icon holder */
  .co-mstep__iconwrap {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    background: transparent;
    border-radius: var(--radius-sm, 12px);
    border: 1px solid rgba(255, 255, 255, 0.30);

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

  .co-mstep__icon {
    width: 20px;
    height: 20px;
    fill: var(--step-muted);
  }

  /* labels */
  .co-mstep__txt strong {
    display: block;
    font-weight: 800;
    color: var(--step-muted);
    color: rgba(255, 255, 255, 0.30);
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    /* 166.667% */
  }

  .co-mstep__txt small {
    display: block;
    margin-top: 2px;
    color: var(--step-muted);
    opacity: .7;
    font-size: .9rem;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.30);
    text-align: center;
    font-family: Outfit;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  /* connector lines */
  .co-mstep__line {
    height: 4px;
    border-radius: var(--spacing-xxs, 2px);
    background: rgba(255, 255, 255, 0.30);
    ;
  }

  /* ACTIVE state */
  .co-mstep.is-active .co-mstep__iconwrap {
    border-radius: var(--radius-sm, 12px);
    border: 1px solid #FFC750;

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

  .co-mstep.is-active .co-mstep__icon {
    fill: var(--step-gold);
  }

  .co-mstep.is-active .co-mstep__txt strong {
    color: #FFC750;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    /* 166.667% */
  }

  .co-mstep.is-active .co-mstep__txt small {
    color: #FFC750;
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
  }

  .co-mstep__line.is-active {
    border-radius: var(--spacing-xxs, 2px);
     /*background: #FFC750; */
  }

  /* COMPLETED state (if you need it) */
  .co-mstep.is-complete .co-mstep__iconwrap {
    border-color: var(--step-gold);
    background: color-mix(in oklab, var(--step-gold) 18%, transparent);
  }

  .co-mstep.is-complete .co-mstep__icon {
    fill: var(--step-gold);
  }

  .co-mstep.is-complete .co-mstep__txt strong {
    color: var(--step-white);
  }
}
@media (max-width: 1250px) {
  .product-list {
    grid-template-columns: repeat(4, 1fr);
  }

  .swiper-slide {
    height: 285PX;
  }
}
@media (max-width: 1024px){.rowg-4{    flex-direction: column;}.col-lg-4{width: 100%;}#order-summary.product-single-widget{max-width: 100%;}.co-left{padding-left: 1px;}}
/* Tablets (768px – 991px) */
@media (max-width: 1000px) {
  .product-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .swiper-slide {
    height: 300PX;
  }
}

@media (max-width: 800px) {
  .product-list {
    grid-template-columns: repeat(3, 1fr);
  }
 
}

@media (max-width: 300px) {
  .product-list {
    grid-template-columns: 1fr;
  }

  .product-card-ui {
    height: 268px;
  }

  .swiper-wrapper {
    max-width: 300px;
  }
}
/* ===== Responsive ===== */
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .qty-control{padding: 5PX 10px;}
  .qty-btn{width: 20px;height: 20px}
  .priniceing h5 , .priniceing h6{white-space: nowrap;}

}

@media (max-width: 992px){
  .attribute_class{ order:3; }
  .new_price{ order:2; }
  .quantity-form-control{ order:4; width:100%; }
  .cart-product-item .remove{ order:5; margin-left:auto;}
}
@media (max-width: 923px) {.rowg-4{flex-direction: column;align-items: center;}#order-summary.product-single-widget{max-width:100%} .col-lg-4{width: 100%;}}
@media (max-width: 830px){.co-left{padding-left:0;padding-top: 0;min-height: 0;} .containerr{display: flex;    flex-direction: column;}   .qty-control-remove{width:auto;gap:6PX;}
.product-single-widget .cart-product-item{gap:5px;display: flex;justify-content: space-between;justify-items: end;}.new_price{display:none;}
.mobile_price{display: flex;    
  color: #FFC750;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;}}
@media (max-width: 768px){ 
  .priniceing-mobile{padding: 5px;}
  .right-container {padding: 19px 28px;min-height: 850px;} .group-content{flex-direction: column;}.text--title{width: auto;}.select-field{width: auto;}.setting-control{flex-wrap: nowrap;}.select-field__input{font-size: 14px;}
  .pricing-section{gap: 4px; }
  .related-slider .game-title{font-size: 13px;}
  .related-slider .swiper-slide{height: 255PX;}
  .co-return-btn{font-size: 11px;    padding: 2px 13px;}
    .co-left{display: none;}

  .co-left__footer {padding-top: 16px;}
  .priniceing{flex-direction: column-reverse;}
  .attribute_class{display: none;}
  .cart-product-item .remove{margin-left:0;} 
  .price-label {font-size: 12px;white-space: nowrap;}.product-brand-title {font-size: 14px;margin: 0;}
  .product-list {grid-template-columns: repeat(2, 1fr);}
  .rowg-4{flex-direction: column;align-items: center;}
  .col-lg-4 , .col-lg-8{width: 100%;}
  .dashboard-section .container{padding-left: 0;padding-right: 0;}
  .product-list {grid-template-columns: repeat(2, 1fr);}
  .containerr{display: flex;flex-direction: column;}
  .priniceing{display: none !important;;}
      .qty-control{padding: 4PX 7px;justify-content: space-between;} 
   
}

@media (max-width: 576px){
  .product-single-widget .cart-product-item{flex-direction: column;align-items: flex-start;}
  .cart-pagination{flex-wrap:wrap;gap:10px;}
  .qty-control-remove{width:100%;}
  .cart-pagination .pager{ margin-left:auto; }
}
