:root {
  --dark:        #271200;
  --orange:      #ff7500;
  --gray-bg:     #f3f4f6;
  --text-dark:   #101828;
  --text-muted:  rgba(0,0,0,0.6);
  --red:         #ff383c;
  --border:      #d1d5dc;
  --pad:         5rem;
  --gap:         3.6875rem;
}

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; }
h1,h2,h3,h4,p { margin: 0; }
button { cursor: pointer; font-family: inherit; }
a { text-decoration: none; }
img { display: block;max-width: 100%; }
ul{list-style: none;}
.page {
  max-width: 108rem;
  margin: 0 auto;
  overflow-x: hidden;
  font-family: 'Inter', sans-serif;
}
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.3125rem var(--pad);
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

.nav-links {
    gap: 1rem;
    align-items: center;
    border-radius: 2.85625rem;
    border: 1.3px solid #FFF;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(19.700000762939453px);
    display: flex;
    width: 29.25rem;
    height: 4rem;
    padding: 0.95206rem 1.005rem;
    flex-shrink: 0;
    margin-bottom: 0;
    justify-content: space-between;
}
.nav-links a {
    font-family: 'Inter', sans-serif;
    opacity: 0.9;
    color: #FFF;
    text-align: center;
    font-size: 1.05788rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.nav-dot { color: rgba(255,255,255,0.4); font-size: 0.875rem; }

.nav-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.nav-right a {
    border-radius: 4.66069rem;
    border: 1.3px solid #FFF;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(19.899999618530273px);
    display: flex;
    height: 4rem;
    padding: 0.80356rem 0.3rem 0.80356rem 1.5rem;
    justify-content: center;
    align-items: center;
    gap: 0.53569rem;
    flex-shrink: 0;
    color: #FFF;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.nav-right a span{
    border-radius: 2.94644rem;
    border: 0.857px solid #FFF;
    background: #FFF;
    display: flex;
    width: 2.83931rem;
    height: 2.83931rem;
    padding: 0.48213rem;
    justify-content: center;
    align-items: center;
    gap: 0.53569rem;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.hero {
  position: relative;
  height: 130vh;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  top: -17%; left: 0;
  width: 100%; height: 117%;
  object-fit: cover;
  pointer-events: none;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: url(../images/banner.jpg);
  background-repeat: no-repeat;
}
.hero-watermark {
    position: absolute;
    bottom: -3.5rem;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Khand', sans-serif;
    font-weight: 700;
    font-size: clamp(4rem, 12vw, 13rem);
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
    line-height: 1;
    opacity: .4;
}
.hero-content {
  position: absolute;
  left: var(--pad);
  top: 20.3125rem;
  width: 41.1875rem;
  display: flex;
  flex-direction: column;
  gap: 3.5625rem;
}
.hero-text {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
.hero-heading {
  font-family: 'Istok Web', sans-serif;
  font-weight: 400;
  font-size: 4.75rem;
  line-height: 1.107;
  color: #fff;
  text-transform: capitalize;
}
.hero-subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 1.625rem;
  line-height: 1.217;
  color: #fff;
  max-width: 33.375rem;
}
.hero-cta {
  background: #fff;
  border: 2px solid var(--orange);
  border-radius: 5.4375rem;
  width: 19.3125rem;
  height: 5.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.8125rem;
  flex-shrink: 0;
}
.hero-cta-text {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 1.375rem;
  color: var(--orange);
}
.hero-cta-icon {
  width: 3.3125rem;
  height: 3.3125rem;
  border-radius: 50%;
  background: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hero-cards {
  position: absolute;
  right: var(--pad);
  top: 14rem;
  display: flex;
  gap: 1rem;
  width: 35%;
  height: 100%;
}
.hero-cards .hero-card:first-child{position: absolute;left: -1rem;top: 10%;transform: rotate(-20.805deg);z-index: 2;}
.hero-cards .hero-card:nth-child(2){position: absolute;left: 7rem;top: 7%;transform: rotate(-9.805deg);z-index: 1;}
.hero-cards .hero-card:nth-child(3){position: absolute;left: 13rem;top: 7%;transform: rotate(-4.805deg);z-index: 0;}
.hero-card {
  background: #fff;
  border-radius: 0.916rem;
  padding: 0.706rem 1rem 1.238rem;
  width: 16.292rem;
  border: 0.943px solid var(--orange);
  display: flex;
  flex-direction: column;
  gap: 1.061rem;
}
.hero-card-img {
  height: 13.791rem;
  border-radius: 0.458rem;
  overflow: hidden;
  background: #d9d9d9;
}
.hero-card-img img { width: 100%; height: 100%; object-fit: cover; }
.hero-card-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 1.179rem;
  color: var(--dark);
  text-transform: uppercase;
  white-space: nowrap;
}

.feature-bar {
  background: rgba(0, 0, 0, 0.90);
  display: flex;
  height: 4.5rem;
}
.feature-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  color: #fff;
  white-space: nowrap;
}
.feature-item:not(:last-child) {
  border-right: 1px solid rgba(255,255,255,0.2);
}

.section { padding: var(--gap) var(--pad) 0; }

.section-header {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
  width: 100%;
}
.section-header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.exploreSwiper {
    margin-top: 4.695rem;
}
.section-title {
  font-family: 'Khand', sans-serif;
  font-weight: 700;
  font-size: 3.607rem;
  line-height: 3.607rem;
  color: var(--dark);
  text-transform: uppercase;
  letter-spacing: -0.0638rem;
}
.section-subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  letter-spacing: -0.033rem;
  font-size: 1.353rem;
  line-height: 2.104rem;
  color: var(--text-muted);
}

.filter-tabs {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.filter-tab {
  height: 2.375rem;
  padding: 0 1.25rem;
  border-radius: 999px;
  background: #fff;
  color: #364153;
  border: 1px solid var(--border);
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  white-space: nowrap;
}
.filter-tab.active {
  background: var(--dark);
  color: #fff;
  border: none;
}

.nav-arrows {
  display: flex;
  gap: 0.9375rem;
  align-items: center;
}
.arrow-btn {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: none;
  cursor: pointer;
}

.nav-arrows button.swiper-button-disabled{background: #fff; border: 1px solid #000;cursor: no-drop;}
.nav-arrows button.swiper-button-disabled svg path{fill: #000;}
.nav-arrows button { background: var(--orange); }

.products-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -0.5625rem -0.825rem;
    margin-top: var(--gap);
}
.product-card {
  /* flex: 1; */
  padding: 0.5625rem 0.825rem;
  display: flex;
  flex-direction: column;
  position: relative;
  width: calc(100% / 4);
  margin-bottom: 3rem;
}
.product-card-image {
  height: 21.0625rem;
  background: var(--gray-bg);
  border-radius: 0.793rem;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.product-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-card-info {
  padding-top: 1.3125rem;
  display: flex;
  flex-direction: column;
}
.product-name {
  font-family: 'Inter', sans-serif;
  font-size: 1.111rem;
  color: var(--text-dark);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: -0.01194rem;
}
.product-name .w500 { font-weight: 500; }
.product-name .w400 { font-weight: 400; }

.color-swatches {
  display: flex;
  gap: 0.476rem;
  margin-top: 0.875rem;
  align-items: center;
}
.swatch {
  width: 1.269rem;
  height: 1.269rem;
  border-radius: 50%;
  border: 1.269px solid var(--border);
  flex-shrink: 0;
  display: inline-block;
}
.product-price {
  display: flex;
  align-items: center;
  margin-top: 0.875rem;
  font-family: 'Inter', sans-serif;
  font-size: 1.111rem;
  color: var(--text-dark);
  font-weight: 500;
  letter-spacing: -0.01194rem;
}
.product-price s { color: var(--red); text-decoration-skip-ink: none; }
.price-bold { font-weight: 700; }

.product-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.5rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 9;
}
.badge-new {
  background: #fff;
  padding: 0.3125rem 0.625rem;
  border-radius: 0.3125rem;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 0.952rem;
  color: var(--orange);
  position: absolute;
  left: 1rem;
  top: 1rem;
}
.product-icons { display: flex; gap: 0.3125rem; }
.icon-btn {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: none;
  background: transparent;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop-now-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
.shop-now-btn {
  background: var(--dark);
  color: #fff;
  border: none;
  border-radius: 0.25rem;
  width: 15.125rem;
  height: 3.75rem;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
}

.categories-grid {
  display: flex;
  gap: 0.8125rem;
  margin-top: var(--gap);
}
.cat-img {
  flex: 1;
  height: 25.625rem;
  border-radius: 0.5625rem;
  overflow: hidden;
  position: relative;
}
.cat-img img { width: 100%; height: 100%; object-fit: cover; border-radius: .5rem;}
.cat-img h4 {font-family: 'Khand', sans-serif;font-weight: 700;font-size: 3.607rem;line-height: 3.607rem;text-transform: uppercase;letter-spacing: -0.0638rem;position: absolute;top: 50%;color: #fff;left: 50%;transform: translate(-50%, -50%);z-index: 1;width: 100%;text-align: center;opacity: 0;transition: all .5s ease;}

.cricket-banner { margin-top: 8rem;background: url('../images/cricket_bg.jpg'); padding-top: 2rem;height: 49.25rem;}

.cricket-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cricket-left h2 {
  font-family: 'Khand', sans-serif;
  font-weight: 700;
  font-size: 3.607rem;
  line-height: 3.607rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -0.0638rem;
}
.cricket-left p {
  font-family: 'Inter', sans-serif;
  font-size: 1.353rem;
  line-height: 2.104rem;
  color: #fff;
  font-weight: 400;
}
.cricket-shop-btn {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 0.5rem;
  width: 19rem;
  height: 5.25rem;
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  color: var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.65rem;
}

.cricket-right .main-img {
  position: absolute;
  top: 0; right: 0;
  height: 100%;
  width: auto;
  object-fit: cover;
}
.cricket-thumb {
  position: absolute;
  bottom: 2rem; left: 2rem;
  width: 10.9375rem;
  height: 11.5rem;
  object-fit: cover;
  border-radius: 0.5rem;
}
.cricket-arrows {
  position: absolute;
  top: 2rem; right: 2rem;
}

.cricket-mini-cards {

  padding: 1rem var(--pad) 1.5rem;
  margin-top: -15rem;
  display: flex;
  gap: 1.152rem;
  justify-content: center;
}
.mini-card {
  background: #fff;
  border-radius: 0.5rem;
  padding: 0.58981rem 0.463rem 1.58981rem 0.48063rem;
  width: 24.417rem;
  filter: drop-shadow(0 3.775px 3.775px rgba(0, 0, 0, 0.25));
  display: flex;
  flex-direction: column;
}
.mini-card-img {
  height: 16.776rem;
  background: var(--gray-bg);
  border-radius: 0.295rem;
  overflow: hidden;
}
.mini-card-img img { width: 100%; height: 100%; object-fit: cover; }
.mini-card-info { margin-top: 1.239rem; }
.mini-name {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 1.048rem;
  color: var(--text-dark);
}
.mini-name span { font-weight: 400; }
.mini-colors { display: flex; gap: 0.449rem; margin-top: 0.5rem; }
.mini-swatch {
  width: 1.198rem;
  height: 1.198rem;
  border-radius: 50%;
  border: 1.198px solid var(--border);
  display: inline-block;
}
.mini-price {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
  font-family: 'Inter', sans-serif;
  font-size: 1.048rem;
  color: var(--text-dark);
  font-weight: 500;
}
.mini-price s { color: var(--red); }
.mini-price-bold { font-weight: 700; font-size: 1.048rem; color: var(--text-dark); }
.mini-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.25rem;
  padding: 0.5rem 1.769rem 0;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}
.mini-badge {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 0.898rem;
    color: var(--orange);
    border-radius: 0.29488rem;
    background: #FFF;
    display: flex;
    height: 1.53344rem;
    padding: 0.58981rem;
    justify-content: center;
    align-items: center;
    gap: 0.58981rem;
}
.mini-icons { display: flex; gap: 0.295rem; }
.mini-icon-btn {
  width: 2.359rem;
  height: 2.359rem;
  border-radius: 50%;
  border: none;
  background: transparent;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.best-samz { margin-top: var(--gap); }
.best-samz-heading { padding: 0 var(--gap) var(--gap); }

.best-samz-grid { display: flex; }
.best-samz-col {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.samz-panel {
  height: 53.5625rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.samz-panel:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #080c3c2b;
    z-index: 0;
}
.samz-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.samz-panel.shoes img {
  position: absolute;
  height: 85%;
  top: 7.54%;
  left: -15.29%;
  width: 126.43%;
  max-width: none;
  object-fit: cover;
}
.samz-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(39,36,36,.32), rgba(8,12,60,.32));
}
.cricket-right {
    position: relative;
}
.samz-label {
  position: absolute;
  bottom: 5rem;
  left: 4.9375rem;
  display: flex;
  flex-direction: column;
  gap: 1.625rem;
  z-index: 1;
}
.samz-label h3 {
  font-family: 'Khand', sans-serif;
  font-weight: 700;
  font-size: 3.607rem;
  line-height: 3.607rem;
  color: #fff;
  text-transform: uppercase;
}
.samz-label p {
  font-family: 'Inter', sans-serif;
  font-size: 1.353rem;
  line-height: 2.104rem;
  color: #fff;
  font-weight: 400;
}
.samz-shop-btn {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 0.5rem;
  width: 19rem;
  height: 5.25rem;
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  color: var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
}

.best-seller { padding: var(--gap) var(--pad) 0; }
.best-seller-title {
  font-family: 'Khand', sans-serif;
  font-weight: 600;
  font-size: 3.607rem;
  line-height: 3.607rem;
  color: var(--dark);
  text-transform: uppercase;
  letter-spacing: -0.0638rem;
}

.brand-story {
  padding: 6rem 0;
  display: flex;
}
.brand-img-wrap {
  width: 47.25rem;
  flex-shrink: 0;
}
.brand-img-inner {
  margin-left: 4.125rem;
  border-radius: 0.75rem;
  overflow: hidden;
  height: 38.75rem;
  box-shadow: 0 1.55rem 1.9375rem -0.3875rem rgba(0,0,0,.1),
              0 0.62rem 0.775rem -0.465rem rgba(0,0,0,.1);
}
.brand-img-inner img {
  position: relative;
  /* top: -7.59%;
  left: -21.51%; */
  width: 135.7%;
  height: 115.16%;
  object-fit: cover;
}
.brand-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 4.25rem 0 6rem;
  gap: 1.5rem;
}
.brand-title {
  font-family: 'Khand', sans-serif;
  font-weight: 700;
  font-size: 3.72rem;
  line-height: 4.65rem;
  color: var(--dark);
  text-transform: uppercase;
}
.brand-title span { color: var(--orange); }
.brand-text {
  font-family: 'Inter', sans-serif;
  font-size: 1.25rem;
  line-height: 2.5rem;
  color: #635040;
  text-align: justify;
  font-weight: 400;
}
.brand-btn {
  background: var(--orange);
  border: none;
  border-radius: 0.1875rem;
  padding: 0.6875rem 2.0625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.1875rem;
  width: 14.1125rem;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  color: #fff;
  text-transform: uppercase;
}

.lets-start {
  background: var(--dark);
  padding: 5rem var(--pad);
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.lets-start-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lets-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
.lets-socials { display: flex; gap: 1rem; }
.social-btn {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.5rem;
  background: rgba(255,255,255,.08);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
}
.lets-cta {
  text-align: center;
  padding:4rem 0;
}
.lets-cta h2 {
  font-family: 'Khand', sans-serif;
  font-weight: 700;
  font-size: clamp(3rem, 8vw, 8rem);
  color: #fff;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.footer {
  background: #0d0d0d;
  padding: 4rem var(--pad) 0;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.footer-cols {
  display: flex;
  gap: 4rem;
  justify-content: space-between;
}
.footer-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer-bottom p a {
    color: #FFF;
    font-family: Inter;
    font-size: 0.88419rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.26319rem;
    letter-spacing: -0.0095rem;
}
.footer-col-heading {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.884rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.0126rem;
}
.footer-col a {
  font-family: 'Inter', sans-serif;
  font-size: 0.884rem;
  color: rgba(255,255,255,.8);
  white-space: nowrap;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    height: 4.29475rem;
    padding: 1.49931rem 0 1.43488rem 0;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8.02106rem;
    align-self: stretch;
}
.footer-copy {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  color: rgba(255,255,255,.5);
}
.footer-legal { display: flex; gap: 1.0105rem; }
.footer-legal a {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  color: rgba(255,255,255,.5);
}
.contact_footer a{margin-bottom: 2.25rem;}

ul.nav-links li:first-child,
ul.nav-links li:last-child {
    border-radius: 1.42813rem;
    border: 0.8px solid #FFF;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(19.100000381469727px);
    display: flex;
    width: 2.80338rem;
    height: 2.80338rem;
    padding: 0.58181rem;
    justify-content: center;
    align-items: center;
    gap: 0.52894rem;
    flex-shrink: 0;
    aspect-ratio: 1 / 1;
}
.p-relative {
    position: relative;
}
.scroll-down ul.nav-links, .scroll-up ul.nav-links {
    position: fixed;
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2.86088rem;
    border: 1.3px solid #FF7500;
    background: #FFF;
    box-shadow: 0 -1.695px 3.391px 0 rgba(255, 117, 0, 0.10), 0 3.391px 3.391px 0 rgba(255, 117, 0, 0.10);
}
.scroll-down ul.nav-links li:first-child, .scroll-down ul.nav-links li:last-child, .scroll-up ul.nav-links li:first-child, .scroll-up ul.nav-links li:last-child {
    border: 1px solid #FF7500;
}
.scroll-down .nav-links a, .scroll-up .nav-links a {
    color: #000;
}
.scroll-down ul.nav-links li svg path , .scroll-up ul.nav-links li svg path{
    stroke: #000;
}
.cat-img a{
    position: relative;
    z-index: 1;
}
.cat-img a:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000036;
    z-index: 0;
}

.cat-img a:hover h4{opacity: 1;}

.scroll-down .nav-logo , .scroll-down .nav-right {
    display: none;
}
.scroll-up .nav-logo , .scroll-up .nav-right {
    display: none;
}

.box-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.box-content .text {
    font-family: 'Khand', sans-serif;
    font-weight: 700;
    font-size: 3.72rem;
    line-height: 4.65rem;
    color: var(--dark);
    text-transform: uppercase;
}

/* inner page */

.hero-inner{position: relative;z-index: 1;}
.hero-inner::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; background: linear-gradient(87deg, #FF7500 2.35%, #C3601B 52.91%, rgba(48, 181, 243, 0) 85.84%); }
.hero-inner img{width: 100%;}
.inner_banner_content {position: absolute; top: 50%; z-index: 9; transform: translate(-50%, -50%); left: 50%; width: 100%;}
.inner_banner_content h1{color: #FFF;gap: 0.5rem;font-family: 'Inter', sans-serif;font-size: 2.5rem;font-style: normal;font-weight: 400;line-height: normal;}
.inner_banner_content p{color: #FFF;text-align: justify;gap: 0.5rem;font-family: 'Inter', sans-serif;font-size: 1.25rem;font-style: normal;font-weight: 300;line-height: 178%;text-transform: capitalize;}


    /* Wrapper */
    .top-bar{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:2rem;
      flex-wrap:wrap;
    }

    /* Breadcrumb */
    .breadcrumb{
      display:flex;
      align-items:center;
      gap:1rem;
      flex-wrap:wrap;
      font-size:0.95rem;
      color:#8a8a8a;
    }

    .breadcrumb .back-btn{
      width:2rem;
      height:2rem;
      border:1px solid #d6d6d6;
      border-radius:50%;
      display:flex;
      align-items:center;
      justify-content:center;
      background:#fff;
      cursor:pointer;
      font-size:0.8rem;
    }

   .breadcrumb a {
      text-decoration: none;
      color: #403E3E;
      font-size: 0.8455rem;
      font-style: normal;
      font-weight: 300;
      line-height: 2.21788rem;
      letter-spacing: -0.03919rem;
      text-transform: uppercase;
          font-family: 'Inter', sans-serif;
  }
    .breadcrumb .active{
          color: #101828;
        font-size: 0.8455rem;
        font-style: normal;
        font-weight: 500;
        line-height: 2.21788rem;
        letter-spacing: -0.03919rem;
        text-transform: uppercase;
        font-family: 'Inter', sans-serif;
    }

    .separator{
      color:#bcbcbc;
    }

    /* Right Side */
    .filter-section{
      display:flex;
      align-items:center;
      gap:1rem;
      flex-wrap:wrap;
    }

    .product-count{
      color: #293141;
      font-family: 'Inter', sans-serif;
      font-size: 0.8455rem;
      font-style: normal;
      font-weight: 300;
      line-height: 0.761rem; /* 90% */
      letter-spacing: -0.03706rem;
      text-transform: capitalize;
    }

      .filter-btn,
    .featured-btn{
      height:2.5rem;
      color: #364153;
      font-family: Inter;
      font-size: 0.8455rem;
      font-style: normal;
      font-weight: 300;
      line-height: 0.761rem; /* 90% */
      letter-spacing: -0.03706rem;
      text-transform: capitalize;
      border-radius: 2.53656rem;
      border: 0.676px solid #271200;
      background: #FFF;
      display: flex;
      width: 6.8065rem;
      padding: 0.67644rem 1.26831rem;
      justify-content: center;
      align-items: center;
      gap: 1.09919rem;
    }

    .featured-btn{
      min-width:8rem;
    }

    .filter-btn i,
    .featured-btn i{
      font-size:0.9rem;
    }

.sub_title {
    border-radius: 1.8125rem;
    border: 1px solid #FF7500;
    width: fit-content;
    display: flex;
    padding: 0.25rem 2.1875rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    color: #000;
    text-align: justify;
    font-family: 'Inter', sans-serif;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.5rem;
    letter-spacing: -0.03406rem;
}
/* Pagination Wrapper */
    .pagination{
      display:flex;
      align-items:center;
      gap:0.5rem;
      justify-content: center;
      flex-wrap:wrap;
    }

    /* Pagination Button */
    .page-btn{
      width:3rem;
      height:3rem;
      border:0.08rem solid #d8d8d8;
      border-radius:50%;
      background:#fff;
      color:#271200;
      font-size:1.1rem;
      font-weight:500;
      display:flex;
      align-items:center;
      justify-content:center;
      cursor:pointer;
      transition:0.3s ease;
    }

    .page-btn:hover{
      background:#ff7a00;
      color:#fff;
      border-color:#ff7a00;
    }

    /* Active Page */
    .page-btn.active{
      background:#ff7a00;
      color:#fff;
      border-color:#ff7a00;
    }

    /* Dots */
    .dots{
      font-size:1.4rem;
      color:#271200;
      padding:0 0.3rem;
    }

.hamburger{display: none;}

.filter-container{
    width: 446.88px;
    padding-left: 45.81px;
    padding-right: 45.81px;
    padding-top: 51.86px;
    padding-bottom: 51.86px;
    background: white;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 33.47px;
    /* display: none; */
    position: fixed;
    top: 0;
    z-index: 999;
    right: 0;
    transform: translateX(100%);
    overflow-y: auto;
    transition: all .5s ease;
}

.filter-main{
  width:367.36px;
  flex-direction:column;
  justify-content:flex-start;
  align-items:center;
  gap:46.68px;
  display:flex;
}

.filter-header{
  align-self:stretch;
  justify-content:space-between;
  align-items:center;
  display:inline-flex;
}

.filter-title{
  color:#272424;
  font-size:24.20px;
  font-family:Inter;
  font-weight:300;
  line-height:19.88px;
  word-wrap:break-word;
}

.close-btn{
  width:36.30px;
  height:36.30px;
  position:relative;
  background:white;
  overflow:hidden;
  border-radius:22.47px;
  outline:0.86px #D1D5DC solid;
  outline-offset:-0.86px;
  cursor: pointer;
}

.close-icon{
  width:13.01px;
  height:12.97px;
  left:11.64px;
  top:11.64px;
  position:absolute;
  background:#FF7500;
}

.filter-wrapper{
  align-self:stretch;
  flex-direction:column;
  justify-content:flex-start;
  align-items:center;
  gap:37.17px;
  margin-bottom: 2rem;
  display:flex;
}

.filter-section-pop{
  align-self:stretch;
  flex-direction:column;
  justify-content:flex-start;
  align-items:flex-start;
  gap:29.39px;
  display:flex;
}

.section-title{
  align-self:stretch;
  color:#1E1E1E;
  font-size:20.74px;
  font-family:Inter;
  font-weight:300;
  line-height:25.07px;
  word-wrap:break-word;
}

.category-list{
  align-self:stretch;
  padding-top:17.29px;
  padding-bottom:17.29px;
  border-bottom:0.86px #D6D6D6 solid;
  flex-direction:column;
  justify-content:flex-start;
  align-items:flex-start;
  gap:18.03px;
  display:flex;
}

.category-item{
  align-self:stretch;
  justify-content:space-between;
  align-items:center;
  display:inline-flex;
}

.category-name{
  color:#99A1AF;
  font-size:20.74px;
  font-family:Inter;
  font-weight:300;
  line-height:25.07px;
  word-wrap:break-word;
}

.category-count{
  text-align:right;
  color:#99A1AF;
  font-size:15.56px;
  font-family:Inter;
  font-weight:300;
  line-height:25.07px;
  word-wrap:break-word;
}

.price-box{
  align-self:stretch;
  flex-direction:column;
  justify-content:flex-start;
  align-items:flex-start;
  gap:14.69px;
  display:flex;
}

.price-range{
  align-self:stretch;
  justify-content:space-between;
  align-items:center;
  display:inline-flex;
}

.price{
  color:#364153;
  font-size:17.29px;
  font-family:Inter;
  font-weight:300;
  line-height:25.07px;
  word-wrap:break-word;
}

.color-section{
  align-self:stretch;
  padding-top:17.29px;
  padding-bottom:17.29px;
  border-bottom:0.86px #D6D6D6 solid;
  flex-direction:column;
  justify-content:flex-start;
  align-items:flex-start;
  gap:29.39px;
  display:flex;
}

.color-list{
  width:297.34px;
  justify-content:flex-start;
  align-items:center;
  gap:16.70px;
  display:inline-flex;
}

.color{
  width:35.64px;
  height:35.64px;
  border-radius:9999px;
  border:1.11px rgba(255,255,255,0.80) solid;
}

.orange{ background:#FF7500; }
.yellow{ background:#DCB938; }
.pink{ background:#FFB4FC; }
.blue{ background:#7180AB; }
.green{ background:#C8FF00; }
.sky{ background:#22A7E6; }

.size-list{
  height:32.47px;
  justify-content:flex-start;
  align-items:center;
  gap:12.97px;
  display:inline-flex;
}

.size-btn{
  width:41.32px;
  background:white;
  border-radius:22.84px;
  outline:1.09px #D1D5DC solid;
  outline-offset:-1.09px;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:10.87px;
  display:inline-flex;
}

.size-text{
  color:#99A1AF;
  font-size:17.40px;
  font-family:Inter;
  font-weight:400;
  line-height:31.54px;
  word-wrap:break-word;
}

.bottom-buttons{
  align-self:stretch;
  justify-content:flex-start;
  align-items:center;
  gap:12.31px;
  display:inline-flex;
}

.apply-wrap{
  width:176.43px;
  flex-direction:column;
  justify-content:flex-start;
  align-items:flex-start;
  gap:32px;
  display:inline-flex;
}

.apply-btn{
  width:178.89px;
  height:52.52px;
  padding-left:13.13px;
  padding-right:13.13px;
  padding-top:23.80px;
  padding-bottom:23.80px;
  background:#FF7500;
  border-radius:71.39px;
  outline:1.64px #D1D5DC solid;
  outline-offset:-1.64px;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:8.21px;
  display:flex;
}

.clear-wrap{
  width:166.82px;
  flex-direction:column;
  justify-content:flex-start;
  align-items:flex-start;
  gap:32px;
  display:inline-flex;
}

.clear-btn{
  width:166.82px;
  height:51.86px;
  padding-left:13.13px;
  padding-right:13.13px;
  padding-top:23.80px;
  padding-bottom:23.80px;
  background:white;
  border-radius:71.39px;
  outline:1.64px #D1D5DC solid;
  outline-offset:-1.64px;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:8.21px;
  display:flex;
}

.btn-text-white{
  text-align:center;
  color:white;
  font-size:13.13px;
  font-family:Inter;
  font-weight:500;
  word-wrap:break-word;
}

.btn-text-orange{
  text-align:center;
  color:#FF7500;
  font-size:13.13px;
  font-family:Inter;
  font-weight:500;
  word-wrap:break-word;
}

.product-detail-page{
  width:100%;
  padding:40px 0;
  font-family:Inter,sans-serif;
  background:#fff;
}

/* Breadcrumb */
.product-detail-breadcrumb{
  font-size:12px;
  margin-bottom:20px;
  color:#403E3E;
}

/* MAIN */
.product-detail-main{
  display:flex;
  gap:40px;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* LEFT GALLERY */
.product-detail-gallery{
  display: flex;
    gap: 20px;
    width: 47%;
    position: sticky;
    top: 2rem;
    align-self: flex-start;
}

.product-detail-thumbs{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.product-detail-thumb{
  width:200px;
  height:130px;
  object-fit:cover;
  border-radius:6px;
}

.product-detail-thumb.active{
  border:2px solid #FF7500;
}

.product-detail-nav{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:10px;
}

.product-detail-arrow{
  width:40px;
  height:40px;
  border-radius:50%;
  border:1px solid #ddd;
  background:#fff;
}

/* RIGHT */
.product-detail-info{
  /* flex:1; */
  width: 48%;
}

.product-detail-rating{
  color:#FBBF24;
  font-size:20px;
  margin-bottom:10px;
}

.product-detail-title{
  font-size:32px;
  color:#271200;
}

.product-detail-price{
  font-size:28px;
  color:#FF7500;
  font-weight:700;
  margin:10px 0;
}

.product-detail-desc{
  color:#99A1AF;
  line-height:28px;
  margin-bottom:20px;
}

/* ROWS */
.product-detail-row{
  display:flex;
  align-items:center;
  gap:20px;
  margin:10px 0;
}

.product-detail-label{
      width: 100px;
    color: #364153;
    text-align: justify;
    font-size: 1.17019rem;
    font-style: normal;
    font-weight: 400;
    line-height: 198%;
    letter-spacing: -0.03669rem;
    text-transform: uppercase;
}

/* SIZE */
.product-detail-sizes{
  display:flex;
  gap:10px;
}

.product-detail-size{
  width:40px;
  height:35px;
  border:1px solid #99A1AF;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:20px;
  color:#99A1AF;
}

/* COLORS */
.product-detail-colors{
  display:flex;
  gap:10px;
}

.product-detail-color{
  width:25px;
  height:25px;
  border-radius:50%;
}

.product-detail-color.blue{background:#4169E1;}
.product-detail-color.green{background:#C8FF00;}
.product-detail-color.red{background:#E7000B;}

/* ACTIONS */
.product-detail-actions{
  display:flex;
  gap:20px;
  margin-top:20px;
}

.product-detail-qty{
  display: flex;
    width: 14.97831rem;
    padding: 0.58506rem 1.52125rem;
    justify-content: space-around;
    align-items: center;
    gap: 1.17019rem;
    border-radius: 3.68606rem;
    border: 0.936px solid #99A1AF;
    background: #FFF;
}
.product-detail-qty button{background: transparent;border: 0;color: #364153;
text-align: center;
font-family: Inter;
font-size: 1.29013rem;
font-style: normal;
font-weight: 700;
line-height: 1.93519rem; /* 150% */}
.product-detail-qty span{
  color: #0A0A0A;
text-align: center;
font-family: Inter;
font-size: 1.29013rem;
font-style: normal;
font-weight: 500;
line-height: 1.93519rem; /* 150% */
}

.product-detail-cart{
  background:#FF7500;
  color:#fff;
  border:none;
  /* padding:15px 40px; */
  border-radius:50px;
  display: flex;
width: 18.48881rem;
height: 4.03713rem;
padding: 0.58506rem 1.52125rem;
justify-content: center;
align-items: center;
color: #FFF;
text-align: center;
font-family: Inter;
font-size: 1.52419rem;
font-style: normal;
font-weight: 500;
line-height: 1.93519rem; /* 126.968% */
gap: 1.17019rem;
}
.first_sec{
  padding-top: 150px;
}
.productSwiper {
    width: 75%;
}
.productSwiper img{height: 100%;object-fit: cover;}
.productSwiperThumb {width: 25%;}
.productSwiperThumb .swiper-wrapper{flex-direction: column;width: 28%;margin: 0!important;width: 100%;gap: .5rem;}
.productSwiperThumb .swiper-wrapper .swiper-slide{height: auto;width: 100%!important;}
.product-detail-value {
    color: #99A1AF;
    text-align: justify;
    font-size: 1.17019rem;
    font-style: normal;
    font-weight: 400;
    line-height: 198%;
    letter-spacing: -0.03669rem;
    text-transform: capitalize;
}


.product_dtl_tab-wrapper{
    width:100%;
    display:flex;
    flex-direction:column;
    gap:33px;
    margin-top: 6rem;
}

.product_dtl_tab-header{
   display: flex;
align-items: center;
gap: 1.4375rem;
align-self: stretch;
overflow-x: scroll;
overflow-y: hidden;
}
.product_dtl_tab-header::-webkit-scrollbar {
  width: 10px;
  height: 5px;
}

/* Track */
.product_dtl_tab-header::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.product_dtl_tab-header::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.product_dtl_tab-header::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.product_dtl_tab-btn{
   display: flex;
padding: 0.58506rem 1.57975rem;
justify-content: center;
align-items: center;
gap: 0.58506rem;
}

.product_dtl_tab-active{
   border-radius: 2.74994rem;
border: 0.936px solid #D1D5DC;
}

.product_dtl_tab-btn-text{
    color: #000;
text-align: center;
font-family: Inter;
font-size: 1.05319rem;
font-style: normal;
font-weight: 300;
line-height: 1.93519rem; /* 183.75% */
letter-spacing: -0.03669rem;
text-transform: capitalize;
white-space: nowrap;
}

.product_dtl_tab-content{
    width:100%;
    padding:10px;
    display:flex;
    flex-direction:column;
    gap:10px;
}

.product_dtl_tab-content-inner{
    display:flex;
    flex-direction:column;
    gap:21px;
}

.product_dtl_tab-content-block{
    display:flex;
    flex-direction:column;
    gap:21px;
}

.product_dtl_tab-title{
    color: #271200;
font-family: Inter;
font-size: 1.25rem;
font-style: normal;
font-weight: 400;
line-height: 2.06719rem; /* 165.375% */
letter-spacing: -0.03919rem;
text-transform: capitalize;
}

.product_dtl_tab-description{
    color: #99A1AF;
text-align: justify;
font-family:'Inter', sans-serif;
font-size: 1.125rem;
font-style: normal;
font-weight: 400;
line-height: 182%; /* 2.0475rem */
letter-spacing: -0.03919rem;
text-transform: capitalize;
}

.product_dtl_tab-paragraph{
    color:#99A1AF;
    font-size:18px;
    font-family:'Inter', sans-serif;
    font-weight:400;
    text-transform:capitalize;
    line-height:32.76px;
    text-align:justify;
}

.product_dtl_tab-feature-section{
    width:100%;
    padding:10px;
    display:flex;
    flex-direction:column;
    gap:10px;
}

.product_dtl_tab-feature-inner{
    display:flex;
    flex-direction:column;
    gap:21px;
}

.product_dtl_tab-feature-title{
    color: #000;
text-align: justify;
font-family: Inter;
font-size: 1.25rem;
font-style: normal;
font-weight: 400;
line-height: 182%; /* 2.275rem */
letter-spacing: -0.03919rem;
text-transform: capitalize;
}

.product_dtl_tab-feature-box{
    display:flex;
    align-items:flex-start;
    gap:25px;
}

.product_dtl_tab-feature-image{
    width:295px;
    height:357px;
    border-radius:7px;
    object-fit:cover;
}

.product_dtl_tab-feature-text{
    max-width:375px;
    color:#99A1AF;
    font-size:18px;
    font-family:'Inter', sans-serif;
    font-weight:400;
    text-transform:capitalize;
    line-height:32.76px;
    text-align:justify;
}




.product_dtl_tab-feature-text ul{padding-left:.5rem;color: #99A1AF;
text-align: justify;
font-family: Inter;
font-size: 1rem;
font-style: normal;
font-weight: 400;
line-height: 182%; /* 2.0475rem */
letter-spacing: -0.03919rem;
text-transform: capitalize;
list-style: disc;}

.priduct_btns {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    z-index: 99;
    display: flex;
    justify-content: space-between;
}
.priduct_btns >div{
  display: flex;
  padding: 0.72219rem;
  align-items: center;
  gap: 0.45138rem;
  border-radius: 2.4825rem;
  background: rgba(255, 255, 255, 0.20);
  backdrop-filter: blur(19.024953842163086px);
  aspect-ratio: 1;
  width: 3rem;
  justify-content: center;
}
.mb_menu{display: none;}
.about_inner_flex {display: flex;flex-wrap: wrap;justify-content: space-between;}
.about_left {width: 50%;}
.about_right {width: 45%;}
.backdrop {
    position: fixed;
    background: #0000005e;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 2;
}
.backdrop.active {display: block;}
.filter-container.active {transform: translate(0);}
body.scroll-hidden {overflow: hidden;}



















@media(max-width:768px){

    .product_dtl_tab-header{
        gap:15px;
    }

    .product_dtl_tab-feature-box{
        flex-direction:column;
    }

    .product_dtl_tab-feature-image{
        width:100%;
        height:auto;
    }

    .product_dtl_tab-feature-text{
        max-width:100%;
    }
}
















@media (max-width: 1280px) {
  html{font-size: 14px;}
}




@media (max-width: 1024px) {
  .hero-card-label{font-size: .8rem;}
  :root {
    --pad: 2.5rem;
    --gap: 2.5rem;
  }


  .nav {
    padding: 1.75rem var(--pad);
  }
  .nav-links {
    width: auto;
    height: 3.5rem;
    font-size: 0.9rem;
  }
  .nav-right a {
    font-size: 1rem;
    height: 3.5rem;
    padding: 0.75rem 0.3rem 0.75rem 1.2rem;
  }
  .nav-logo img { height: 2.5rem; }


  .hero { height: 90vh; }
  .hero-content {
    top: 14rem;
    width: 36rem;
  }
  .hero-heading { font-size: 3.5rem; }
  .hero-subtitle { font-size: 1.25rem; }
  .hero-cards { width: 40%; right: 2rem; top: 12rem; }
  .hero-card { width: 13rem; }
  .hero-cards .hero-card:nth-child(2) { left: 5rem; }
  .hero-cards .hero-card:nth-child(3) { left: 10rem; }


  .products-grid { flex-wrap: wrap; }
  .product-card { flex: 0 0 50%; max-width: 50%; }


  .cricket-banner { height: auto; padding-bottom: 2rem; }
  .cricket-mini-cards { margin-top: -8rem; flex-wrap: wrap; }
  .mini-card { width: calc(50% - 1rem); }


  .samz-panel { height: 28rem; }
  .samz-label { bottom: 2rem; left: 2rem; }
  .samz-label h3 { font-size: 2.5rem; line-height: 2.5rem; }


  .brand-img-wrap { width: 36rem; }
  .brand-content { padding: 0 2rem 0 3rem; }
  .brand-title { font-size: 2.8rem; line-height: 3.5rem; }


  .footer-bottom { gap: 2rem; }
  .lets-cta { padding: 2rem 0; }
}

@media (max-width: 768px) {
  :root {
    --pad: 1.25rem;
    --gap: 2rem;
  }
  html{font-size: 13px;}
.badge-new{font-size: .75rem;}
.product-name{font-size: .9rem;}
.product-price{font-size: .9rem;}
.product-card-image img{border-radius: .5rem;}
.brand-btn{font-size: 1rem;margin: 0 auto;width: 13.1125rem;border-radius: .35rem;}
.about_left{width: 100%;}
.about_right{width: 100%;margin-top: 2rem;}
.filter-container{width: 100%;}
.filter-main{width: 100%;}
.mb_menu{display: block;position: fixed;}
/* .mb_menu.active{display: block;} */
.mb_menu-wrapper{transform: translateY(-100%);transition: all .5s ease;}
.mb_menu.active .mb_menu-wrapper{transform: translate(0);}








  .nav {
    padding: 1.25rem var(--pad);
    flex-wrap: wrap;
  }
  .nav-links {
    display: none;
  }
  .nav-right { gap: 0.5rem; }
  .nav-right a {
    font-size: 0.875rem;
    height: 3rem;
    padding: 0.5rem 0.75rem;
  }
  .nav-right a span {
    width: 2.2rem;
    height: 2.2rem;
  }
  .nav-logo img { height: 2rem; }


  .hero { height: auto; min-height: 100svh; }
  .hero-content {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    padding: 0 var(--pad) 2rem;
    z-index: 2;
  }
  .hero-heading { font-size: 2.75rem; line-height: 1.1; }
  .hero-subtitle { font-size: 1rem; max-width: 100%; }
  .hero-cta {
    width: 15rem;
    height: 4rem;
  }
  .hero-cta-text { font-size: 1.1rem; }


  .hero-cards {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    height: 15rem;
    overflow: hidden;
    margin-bottom: 0;
    padding: 2rem var(--pad) 0;
  }
  .hero-cards .hero-card:first-child  { left: 1rem;top: 3%;transform: rotate(339deg); }
  .hero-cards .hero-card:nth-child(2) { left: 5rem; top: 0; transform: rotate(348deg); }
  .hero-cards .hero-card:nth-child(3) { left: 9.5rem; top: 2%; transform: rotate(-2deg); }
  .hero-card { width: 10rem; padding: .5rem;border-radius: .25rem;}
  .hero-card-img { height: 8rem; }
  .hero-card-label { font-size: .7rem; }
  .hero-watermark { font-size: clamp(3rem, 16vw, 7rem); bottom: -2rem; }


  .feature-bar {
    flex-wrap: wrap;
    height: auto;
    padding: 0.5rem 0;
  }
  .feature-item {
    flex: 0 0 50%;
    padding: 0.75rem 1rem;
    font-size: 0.75rem;
    border-right: none !important;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  .section-header{gap: 0;}
  .shop-now-btn{width: 10.125rem;height: 3.5rem;}


  .section { padding: var(--gap) 0; }
  .section-header-row {
    align-items: center;
    gap: 1rem;
  }
  .section-title { font-size: 2.5rem; line-height: 2.5rem; }
  .section-subtitle { font-size: 1rem; }


  .filter-tabs {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .filter-tab { font-size: 0.7rem; height: 2rem; padding: 0 0.875rem; }


  .products-grid { margin: -0.375rem -0.5rem; margin-top: var(--gap); }
  .product-card { flex: 0 0 50%; max-width: 50%; padding: 0.375rem 0.5rem; margin-bottom: 2rem;}
  .product-card-image { height: 14rem; }


  .cat-img { height: 20rem; }
  .cat-img h4 { font-size: 2rem; line-height: 2rem; }
  .exploreSwiper { margin-top: 2rem; }

  .cricket-arrows{display: none;}
  .mini-card-img{height: 10.75rem;}

  .cricket-banner {
    height: auto;
    margin-top: 3rem;
    padding: 2rem var(--pad) 8rem;
  }
  .cricket-main {
    flex-direction: column-reverse;
    gap: 1.5rem;
    align-items: flex-start;
  }
  .cricket-left h2 { font-size: 2.5rem; line-height: 2.5rem; }
  .cricket-left p { font-size: 1rem; }
  .cricket-shop-btn { width: 14rem; height: 4rem; font-size: 1.1rem; }
  .cricket-right img { width: 100%; max-width: 22rem; }
  .cricket-arrows { position: static; margin-top: 1rem; }


  .cricket-mini-cards {
    margin-top: -4rem;

    align-items: center;
    padding: 1rem var(--pad) 1.5rem;
    gap: 1rem;
  }
  .mini-card { width: calc(100% / 2 - .5rem);}


  .best-samz-grid { flex-direction: column; }
  .best-samz-col { width: 100%; }
  .samz-panel { height: 20rem; }
  .samz-label { bottom: 1.5rem; left: 1.5rem; }
  .samz-label h3 { font-size: 2rem; line-height: 2rem; }
  .samz-label p { font-size: 1rem; line-height: 1.5rem; }
  .samz-shop-btn { width: 14rem; height: 4rem; font-size: 1.1rem; }


  .best-seller { padding: var(--gap) var(--pad) 0; }
  .best-seller-title { font-size: 2.5rem; line-height: 2.5rem; }


  .brand-story {
    flex-direction: column;
    padding: 3rem 0;
  }
  .brand-img-wrap { width: 100%; }
  .brand-img-inner {
    margin: 0 var(--pad);
    height: 242px;
  }
  .brand-img-inner img {
    top: 0; left: 0;
    width: 100%; height: 100%;
  }
  .brand-content {
    padding: 2rem var(--pad);
    gap: 1rem;
  }
  .brand-title { font-size: 2.2rem; line-height: 2.8rem; }
  .brand-text { font-size: 1rem; line-height: 1.75rem; }


  .lets-start {
    padding: 3rem var(--pad);
    gap: 1.5rem;
  }
  .lets-start-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .footer-col{order: 2;}
  .lets-cta { padding:0; order: 1;}
  .lets-cta svg{height: 5rem;}
  .footer { padding: 2.5rem var(--pad) 0; }
  .contact_footer a{margin-bottom: .5rem;}
  .footer-cols {
    flex-direction: column;
    gap: 2rem;
  }
  .footer-bottom {
    flex-direction: column;
    height: auto;
    gap: 1rem;
    padding-bottom: 1.5rem;
  }
  .footer-legal { flex-wrap: wrap; gap: 0.75rem; }


  .arrow-btn { width: 3rem; height: 3rem; }
}

@media (max-width: 480px) {
  .hero-heading { font-size: 1.25rem; }
  .hero-subtitle { font-size: 0.9rem; }
  .hero-cta {        width: 12rem;
        height: 3rem;}
  .hero-cta-text { font-size: 1rem; }
  .hero-cta-icon { width: 2.5rem; height: 2.5rem; }


  .product-card { flex: 0 0 50%; max-width: 50%; }
  .product-card-image { height: 13rem; border-radius: 0!important;}


  .section-title { font-size: 2rem; line-height: 2rem; }
  .best-seller-title { font-size: 2rem; line-height: 2rem; }
  .brand-title { font-size: 1.875rem; line-height: 2.5rem; }

  .samz-panel { height: 16rem; }

  .feature-item { flex: 0 0 100%; }
}
@media (max-width: 768px) {
  .product-detail-info{width: 100%;}
  .product-detail-gallery{width: 100%;position: static;}
  .hamburger{display: block;}
  .product-detail-row{flex-wrap: wrap;}
  .inner_banner_content h1{font-size: 1.5rem;line-height: 1.5rem;}
  .inner_banner_content p{display: none;}
  .icon-btn{width: 1rem;height: 1rem;}
  .hero-text{text-align: center;}
  .hero{display: flex;flex-direction: column-reverse;min-height: 65vh;justify-content: center;}
  .hero-content{gap: .5rem;align-items: center;}
  .nav-right{display: none;}
  .top-bar{gap: 1rem;}
  .mobile-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: 1.3px solid #fff;
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(20px);
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
    flex-shrink: 0;
  }
  .mobile-menu-toggle span {
    display: block;
    width: 1.25rem;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;
  }
  .mobile-nav-open .mobile-menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .mobile-nav-open .mobile-menu-toggle span:nth-child(2) {
    opacity: 0;
  }
  .mobile-nav-open .mobile-menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .mobile-nav-drawer {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(39, 18, 0, 0.97);
    z-index: 200;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
  }
  .mobile-nav-drawer.open { display: flex; }
  .mobile-nav-drawer a {
    color: #fff;
    font-family: 'Khand', sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-decoration: none;
  }
  .mobile-nav-drawer .close-btn {
    position: absolute;
    top: 1.5rem; right: 1.5rem;
    background: none;
    border: none;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
    line-height: 1;
  }
}
@media (min-width: 769px) {
  .mobile-menu-toggle { display: none; }
  .mobile-nav-drawer { display: none !important; }
}
@media (max-width: 769px) {
  .mb_menu-wrapper{
           width: 100%;
        height: 440px;
        padding: 30px 21px;
        background: #fff;
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px;
        backdrop-filter: blur(45.35px);
        display: inline-flex;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
        position: fixed;
        top: 0;
        left: 0;
}

.mb_menu-container{
    width:351px;
    display:inline-flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:flex-start;
    gap:39px;
}

.mb_menu-topbar{
    width:100%;
    display:inline-flex;
    justify-content:space-between;
    align-items:center;
}

.mb_menu-logo{
    width:123px;
    height:23.39px;
    object-fit:contain;
    filter: brightness(.5);
}


.mb_menu-close-btn{
    width:33px;
    height:33px;
    padding:4.58px;
    position:relative;
    background:#FF7500;
    border-radius:16.50px;
    display:inline-flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    gap:4.58px;
}

.mb_menu-close-icon{
    width:11px;
    height:11.46px;
    position:absolute;
    left:11px;
    top:11px;
    background:#fff;
}

.mb_menu-content{
    width:100%;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:flex-start;
    gap:37px;
}

.mb_menu-login-box{
    width:100%;
    height:48px;
    padding:8.61px 9.19px;
    background:#fff;
    border-radius:49.95px;
    outline:0.87px solid #FF7500;
    outline-offset:-0.87px;
    backdrop-filter:blur(13.33px);
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:flex-start;
    gap:5.74px;
}

.mb_menu-login-inner{
    width:332px;
    padding-left:10px;
    padding-right:25px;
    display:inline-flex;
    justify-content:flex-start;
    align-items:center;
    gap:172px;
}

.mb_menu-login-text{
    text-align:center;
    color:#FF7500;
    font-size:16px;
    font-family:'Inter', sans-serif;
    font-weight:500;
    white-space: nowrap;
    /* word-wrap:break-word; */
}

.mb_menu-login-icon-wrap{
    width:30.43px;
    height:30.43px;
    aspect-ratio: 1;
    padding:5.17px;
    background:#FF7500;
    border-radius:31.58px;
    outline:0.57px solid #FF7500;
    outline-offset:-0.57px;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:5.74px;
}

.mb_menu-login-icon{
    width:17.23px;
    height:24.23px;
    position:relative;
    overflow:hidden;
}

.mb_menu-login-icon-inner{
    width:7.18px;
    height:7.18px;
    position:absolute;
    left:5.02px;
    top:5.02px;
    outline:1.44px solid #fff;
    outline-offset:-0.72px;
}

.mb_menu-nav{
    width:100%;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:flex-start;
    gap:28px;
}

.mb_menu-nav-item a{
    width:100%;
    color:#271200;
    font-size:18px;
    font-family:'Inter', sans-serif;
    font-weight:300;
    word-wrap:break-word;
}

.mb_menu-nav-active a{
    color:#FF7500;
    font-weight:400;
}
}