/* ================================================================
   HERO SLIDER
   ================================================================ */

#slider {
  position: relative;
  background: #212121;
  overflow: hidden;
  height: 984px;
}

/* Swiper container */
#slider .hs-swiper {
  width: 100%;
  min-height: 984px;
}
#slider .swiper-slide {
  min-height: 984px;
}

/* Row */
.hs-row {
  min-height: 984px;
}

/* ================================================================
   LEFT COLUMN
   ================================================================ */

.hs-left-col {
  display: flex;
  align-items: center;
}
.hs-left-inner {
  padding: 110px 0px 80px 0px;
  position: relative;
  z-index: 2;
  width: 100%;
}
.hs-badge svg {
       position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Heading */
.hs-title {
  color: #fff;
  font-family: 'Roboto';
  margin-bottom: 22px;
  line-height: 1.05;
}
.hs-title__first {
  display: block;
text-transform: uppercase;
 font-family: Roboto;
font-weight: 700;
font-style: Bold;
font-size: 120px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
}
.hs-title__second {
    display: block;
    line-height: 1.0;
    display: flex;
    align-items: center;
}
.hs-title__thin {
  font-size: 48px;
  font-weight: 300;
  color: rgba(255,255,255,0.50);
  margin-right: 8px;
  letter-spacing: 0;
}
.hs-title__bold {
text-transform: uppercase;
 font-family: Roboto;
font-weight: 700;
font-style: Bold;
font-size: 120px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;

}

/* Subtitle */
.hs-subtitle {

  color: #fff;
  text-transform: uppercase;
  font-family: Roboto;
font-weight: 500;
font-style: Medium;
font-size: 24px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;


}

/* Description */
.hs-desc {
font-family: Roboto;
font-weight: 300;
font-style: Light;
font-size: 16px;
leading-trim: NONE;
line-height: 26px;
letter-spacing: 0%;
color: #FFFFFF;
padding: 20px 0;
}

/* Buttons */
.hs-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}
.hs-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding: 6px 10px 6px 25px;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
  border: 2px solid transparent;
  white-space: nowrap;
}
.hs-btn--primary {
  background: #C254DA;
  color: #fff;
  border-color: #C254DA;
}
.hs-btn--primary i {
    color: #C254DA;
    background: #fff;
    height: 38px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.hs-btn--outline i {
    color: #fff;
    background: #C254DA;
    height: 38px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.hs-btn--primary:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}
.hs-btn--outline {
  background: transparent;
  color: #C254DA  ;
  border-color: #C254DA;
}
.hs-btn--outline:hover {
  background: #C254DA;
  color: #fff;
}

/* ================================================================
   RIGHT COLUMN
   ================================================================ */

.hs-right-col {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 984px;
}

/* --- Diagonal background bars --- */
.hs-bg-bars {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}
.hs-bar {
  position: absolute;
  display: block;
  width: 10px;
  height: 200%;
  top: -50%;
  border-radius: 6px;
  transform: rotate(30deg);
  transform-origin: center;
}
.hs-bar--1 {
  left: 20%;
  background: linear-gradient(180deg, transparent 0%, rgba(124,58,237,0.35) 50%, transparent 100%);
  width: 12px;
}
.hs-bar--2 {
  left: 55%;
  background: linear-gradient(180deg, transparent 0%, rgba(233,30,140,0.25) 50%, transparent 100%);
  width: 8px;
}

/* --- Diamond + image composition --- */
.hs-composition {
  position: relative;
  width: 500px;
  height: 560px;
  z-index: 2;
}





/* Watch image */
.hs-watch-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 78%;
  max-width: 380px;
  height: auto;
  object-fit: contain;
  z-index: 5;
  filter: drop-shadow(0 24px 48px rgba(0,0,0,0.60));
}
.hs-ourter-badgebox {
    position: absolute;
    left: 0;
    top: 61px;
}
/* --- Floating discount badge --- */
.hs-badge {
    transform: unset;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 20;
    color: #fff;
    height: 300px;
    width: 281px;
    margin: auto;
    left: 0;
    right: 0;
    position: relative;
}
.hs-badge__label {
    color: #FFFFFF;
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}
.hs-badge__num {
  display: block;
    color: #FFFFFF;
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 96px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;

}
.hs-badge__off {
  display: block;
    color: #FFFFFF;
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}

/* ================================================================
   IMAGE SLIDE-IN ANIMATIONS
   Triggered automatically by Swiper adding .swiper-slide-active
   ================================================================ */

/* Main watch / product image — slides up from below */
.swiper-slide-active .hs-watch-img,
.swiper-slide-active .hs-right-col img:not(.hs-diamond__inner img) {
    animation: hsImgSlideUp 0.90s cubic-bezier(.25, .46, .45, .94) 0.10s both;
}

/* Badge — slides in from the left */
.swiper-slide-active .hs-ourter-badgebox {
    animation: hsBadgeSlideIn 0.75s cubic-bezier(.25, .46, .45, .94) 0.25s both;
}

/* Heading, subtitle, desc, buttons — staggered fade-up */
.swiper-slide-active .hs-title {
    animation: hsFadeUp 0.75s ease 0.05s both;
}

.swiper-slide-active .hs-subtitle {
    animation: hsFadeUp 0.75s ease 0.20s both;
}

.swiper-slide-active .hs-desc {
    animation: hsFadeUp 0.75s ease 0.35s both;
}

.swiper-slide-active .hs-btns {
    animation: hsFadeUp 0.75s ease 0.48s both;
}

/* ── Images inside diamonds — slide in independently ─────────── */
.swiper-slide-active .hs-diamond--main .hs-diamond__inner img {
    animation: hsDiamondImg1 0.95s cubic-bezier(.22, .61, .36, 1) 0.10s both;
}

.swiper-slide-active .hs-diamond--mid .hs-diamond__inner img {
    animation: hsDiamondImg2 0.95s cubic-bezier(.22, .61, .36, 1) 0.25s both;
}

.swiper-slide-active .hs-diamond--small .hs-diamond__inner img {
    animation: hsDiamondImg3 0.95s cubic-bezier(.22, .61, .36, 1) 0.40s both;
}

/* Must include rotate(-45deg) scale(1.62) so the image stays upright inside the rotated frame */
@keyframes hsDiamondImg1 {
    from { transform: rotate(-45deg) scale(1.62) translateX(100px); opacity: 0; }
    to   { transform: rotate(-45deg) scale(1.62) translateX(0);     opacity: 1; }
}

@keyframes hsDiamondImg2 {
    from { transform: rotate(-45deg) scale(1.62) translateY(90px); opacity: 0; }
    to   { transform: rotate(-45deg) scale(1.62) translateY(0);    opacity: 1; }
}

@keyframes hsDiamondImg3 {
    from { transform: rotate(-45deg) scale(1.62) translate(-80px, 80px); opacity: 0; }
    to   { transform: rotate(-45deg) scale(1.62) translate(0, 0);        opacity: 1; }
}

/* ── Diamond frame slide-in (container, not just image) ──────── */
/* Main — enters from top-right */
.swiper-slide-active .hs-diamond--main {
    animation: hsMainIn 0.80s cubic-bezier(.22, .61, .36, 1) 0.05s both;
}

/* Mid — enters from bottom-right with delay */
.swiper-slide-active .hs-diamond--mid {
    animation: hsMidIn 0.80s cubic-bezier(.22, .61, .36, 1) 0.20s both;
}

/* Small — enters from bottom with more delay */
.swiper-slide-active .hs-diamond--small {
    animation: hsSmallIn 0.80s cubic-bezier(.22, .61, .36, 1) 0.35s both;
}

/* Keep rotate(45deg) in keyframes so the diamond shape is preserved */
@keyframes hsMainIn {
    from { transform: rotate(45deg) translate(120px, -80px); opacity: 0; }
    to   { transform: rotate(45deg) translate(0, 0);         opacity: 1; }
}

@keyframes hsMidIn {
    from { transform: rotate(45deg) translate(80px, 80px); opacity: 0; }
    to   { transform: rotate(45deg) translate(0, 0);       opacity: 1; }
}

@keyframes hsSmallIn {
    from { transform: rotate(45deg) translate(60px, 100px); opacity: 0; }
    to   { transform: rotate(45deg) translate(0, 0);        opacity: 1; }
}

@keyframes hsImgSlideUp {
    from { transform: translateY(60px) scale(0.95); opacity: 0; }
    to   { transform: translateY(0) scale(1);       opacity: 1; }
}

@keyframes hsBadgeSlideIn {
    from { transform: translateX(-50px) scale(0.9); opacity: 0; }
    to   { transform: translateX(0) scale(1);       opacity: 1; }
}

/* ================================================================
   CUSTOM DIAMOND INDICATOR DOTS (bottom-center)
   ================================================================ */

#slider .hs-custom-dots {
    position: absolute;
    bottom: 0 !important;
    right: 9%;
    z-index: 99;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 18px;
    pointer-events: auto;
    left: unset;
    margin: auto;
    height: 100%;
    top: 75%;
    transform: rotate(-46deg);
}
.slider-right-shape-svg {
    position: absolute;
    right: 0;
    right: 0;
    bottom: 0;
}
.slider-left-shape-svg {
    position: absolute;
    bottom: -18px;
    left: 0;
    transform: rotate(180deg);
}
#slider .hs-custom-dots .hs-dot {
    display: block;
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border: unset;
    border-radius: 4px;
    transform: unset;
    cursor: pointer;
    flex-shrink: 0;
    transition: width .3s, height .3s, background .3s, box-shadow .3s;
}

#slider .hs-custom-dots .hs-dot:hover {
    background: rgba(194, 84, 218, 0.5);
}

#slider .hs-custom-dots .hs-dot.hs-dot--active {
    width: 30px;
    height: 30px;
    background: linear-gradient(180deg, #3348DB 0%, #C254DA 100%);
}

/* ================================================================
   PAGINATION DOTS
   ================================================================ */

#slider .hs-pagination {
    position: absolute;
    bottom: 28px;
    right: -21%;
    transform: unset;
    z-index: 30;
    display: flex;
    align-items: center;
    gap: 10px;
    left: unset !important;
    justify-content: end;
    transform: rotate(-46deg);
}
#slider .hs-pagination .hs-img-bullet {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 500px;
    height: 500px;
    border-radius: 70px;
    overflow: hidden;
    cursor: pointer;
    background: #FFFFFF;
    padding: 20px;
  transition: opacity 0.3s, border-color 0.3s, transform 0.3s;
  opacity: 1;
}
#slider .hs-pagination .hs-img-bullet img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
      border-radius: 70px;

}
#slider .hs-pagination .hs-img-bullet:hover {
  transform: translateY(-3px);
}
#slider .hs-pagination .hs-img-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  border-color: #7c3aed;
  box-shadow: 0 4px 18px rgba(124,58,237,0.45);
      background: linear-gradient(180deg, #3348DB 0%, #C254DA 100%);

}

/* ================================================================
   NAVIGATION ARROWS
   ================================================================ */

.hs-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  border: 2px solid rgba(255,255,255,0.20);
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  z-index: 30;
  transition: background 0.3s, border-color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none !important
}
.hs-nav:hover {
  background: #e91e8c;
  border-color: #e91e8c;
}
.hs-nav--prev { left: 20px; }
.hs-nav--next { right: 20px; }

/* ================================================================
   CONTENT ANIMATION
   Content is ALWAYS visible. When .hs-animating is added (on slide
   change), the individual elements replay their fade-up animation.
   ================================================================ */

.slider-content-col.hs-animating .hs-title {
  animation: hsFadeUp 0.75s ease 0.05s both;
}
.slider-content-col.hs-animating .hs-subtitle {
  animation: hsFadeUp 0.75s ease 0.22s both;
}
.slider-content-col.hs-animating .hs-desc {
  animation: hsFadeUp 0.75s ease 0.38s both;
}
.slider-content-col.hs-animating .hs-btns {
  animation: hsFadeUp 0.75s ease 0.54s both;
}

@keyframes hsFadeUp {
  from { opacity: 0; transform: translateY(26px); }
  to   { opacity: 1; transform: translateY(0);    }
}

/* ================================================================
   LEGACY / PRESERVED
   ================================================================ */
.slider-outer-main-box { padding-top: 15em; }
.price     { font-size: 18px; }
.price del { color: #999; }


/* SEARCH BOX OUTER */
.hed-search-box{
  max-width:463px;
}

/* FORM STYLE */
.hed-search-box form {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 11px;
  padding: 2px;
  border: 2px solid #B2B2B2;
}

/* INPUT */
.hed-search-box input[type="search"]{
  border:none;
  outline:none;
  padding:12px 18px;
  font-size:14px;
  width:100%;
  border-radius:0px;
}

/* BUTTON */
.hed-search-box button {
  background: #EEFB13;
  border: none;
  width: 50px;
  height: 52px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  right: -7px;
  border-radius: 0px 10px 10px 0px;
}

/* SEARCH ICON */
.hed-search-box button::before{
  content:"\f002";
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  color:#000;
}

/* REMOVE DEFAULT TEXT */
.hed-search-box button span{
  display:none;
}

/* Hide SEARCH text inside button */
.hed-search-box button{
  font-size:0 !important;
}

/* Show only icon */
.hed-search-box button::before{
  content:"\f002";
  font-family:"Font Awesome 6 Free";
  font-weight:900;
  font-size:24px;
  color:#000;
}

/* Extra safety */
.hed-search-box button span,
.hed-search-box button strong{
  display:none !important;
}

.happy-client-images img {
  width: 70px;
  height: 70px;
  margin-right: -28px;
  border-radius: 50%;
}

.happy-clients-wrap{
  display: flex;
  gap: 50px;
  padding-top: 3em;
  align-items: center;
}
.recrd_inner{
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
}
.slider-right-col .counter-text .counter{
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  text-align: left;
}
.counter-text p{
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  color: #5E5E5E;
}
.weekend-discount {
	font-family: 'Roboto';
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-align: right;
  color: #fff;
}


.custom-slider {
    position: relative;
}

.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    border: none;
    cursor: pointer;
    z-index: 999;
    transition: 0.3s;
}

.slider-nav:hover {
    background: #EEFB13;
    color: #000;
}

.slider-nav.prev {
    left: 300px;
}

.slider-nav.next {
  right: -344px;
  top: -55px;
}



@keyframes float{
  0% {
    /* box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6); */
    transform: translatey(0px);
  }
  50% {
      /* box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2); */
      transform: translatey(-20px);
  }
  100% {
      /* box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6); */
      transform: translatey(0px);
  }
}
.slider-circle-img{
  height: 680px;
}
@keyframes rotate-day {
  0% { background-position: 120% 0; }
  100% { background-position: -80% 0; }
}
.slider-product-image-box {
  height: 300px;
}
.slider-product-image-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.slider-product-box {
  background: #2a292b91;
  border-radius: 15px;
  padding: 18px;
}
.slidemainbox-col1:hover .slider-product-box{
  /* -webkit-animation: scale-in-ver-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-ver-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both; */
}
.slider-product-box:hover .slider-product-image-box img{
  -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}
.slider-product-box .slider-product-image-box img{
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
  transform: translate3d(-30px, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slidemainbox-col1:hover .slider-product-box:after {
  margin: 10px;
  opacity: 0.1;
}
.slider-product-box:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #fff;
  margin: -2px;
  -webkit-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out;
  pointer-events: none;
  opacity: 0;
  border-radius: 10px;
}


@-webkit-keyframes scale-in-ver-bottom {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    opacity: 1;
  }
}
@keyframes scale-in-ver-bottom {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    opacity: 1;
  }
}

.slider-product-icon i{
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fff;
  width: 40px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  text-align: center;
  border-radius: 6px;
}
.slider-product-box:hover .slider-product-icon i{
  color: #fff;
  background: linear-gradient(232.41deg, var(--violet) 6.82%, var(--dark-purple) 55.57%, var(--purple) 95.57%);
  transition: all 0.5s ease 0s;
}
.slider-social-icon-box {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  margin: auto;
  height: fit-content;
  display: grid;
}
.slider-social-icon-box i {
  font-size: 15px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  background: #fff;
  text-align: center;
  border-radius: 4px;
  color: var(--blue);
  margin: 5px 0px;
}
.slider-social-icon-box i:hover {
  /* transform: rotate(-45deg); */
  animation: rotate 3s ease-in-out infinite;
  transition: all 0.5s ease-in-out 0s;
  border-radius: 0px;
  background: #000000b0;
  color: #fff;
}


/* ================================================================
   BEST SELLING PRODUCT SECTION
   ================================================================ */

.bs-section {
  background: #1e1e2e;
  padding: 80px 0 90px;
}

/* ── Header ─────────────────────────────────────────────── */
.bs-header {
  margin-bottom: 40px;
}
.bs-title {
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background-clip: text;
  margin-bottom: 10px;
  line-height: 1.2;
      background: linear-gradient(180deg, #3348DB 0%, #C254DA 100%);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    text-align: left;
}
.bs-subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: rgba(255,255,255,0.50);
  margin: 0;
}

/* ── Tabs ───────────────────────────────────────────────── */
.bs-tabs {
  list-style: none;
  display: flex;
  gap: 6px;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.bs-tab {
  padding: 10px 24px;
  border-radius: 50px;
  cursor: pointer;
    color: #FFFFFF;
    transition: all 0.3s;
    user-select: none;
    border: 2px solid transparent;
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
}
.bs-tab:hover {
  color: #fff;
}
.bs-tab.active {
    color: #fff;
    border: unset;
    background: linear-gradient(180deg, #3348DB 0%, #C254DA 100%);

}

/* ── Tab panels ─────────────────────────────────────────── */
.bs-panel {
  display: none;
}
.bs-panel.active {
  display: block;
}

/* ── Side column (left / right) ─────────────────────────── */
.bs-side-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 100%;
}

/* ── Shared card base ───────────────────────────────────── */
.bs-card {
  background:
    linear-gradient(#FFFFFF, #FFFFFF) padding-box,
    linear-gradient(180deg, #3348DB 0%, #C254DA 100%) border-box;
  border: 1px solid transparent;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
}

/* ── Small card ─────────────────────────────────────────── */
.bs-card--small {
  flex: 1;
}

/* ── Card image area ────────────────────────────────────── */
.bs-card-img {
  background: #e8e8e8;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  padding: 20px;
  overflow: hidden;
}
.bs-card-img a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.bs-thumb {
  max-height: 170px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  transition: transform 0.35s ease;
}
.bs-card:hover .bs-thumb {
  transform: scale(1.06);
}

/* ── Rating badge ────────────────────────────────────────── */
.bs-rating {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #ffffff;
  border-radius: 20px;
  padding: 5px 12px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    background: #fff;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  gap: 4px;
  z-index: 3;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  line-height: 1;
}
.bs-rating span i {
    color: #ECAF26;
    font-size: 16px;
}
.bs-rating .fa-star {
  color: #f59e0b;
  font-size: 11px;
}

/* ── Card info ───────────────────────────────────────────── */
.bs-card-info {
  padding: 16px 18px 20px;
}
.bs-cat-name {
    color: #212121;
    margin-bottom: 5px;
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 0%;
    text-transform: capitalize;

}
.bs-prod-name {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
  line-height: 1.3;
}
.bs-prod-name a {
    color: #212121;
    text-decoration: none;
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
}
.bs-prod-name a:hover {
  color: #7c3aed;
}
.bs-prod-name--lg {
  font-size: 20px;
}

/* Price overrides for cards */
.bs-price .woocommerce-Price-amount {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #1a1a1a;
}
.bs-price del .woocommerce-Price-amount {
  font-size: 14px;
  font-weight: 400;
  color: #aaa;
}
.bs-price ins {
  text-decoration: none;
}
.bs-price del {
  margin-left: 8px;
  opacity: 0.7;
}

/* ── Featured card ───────────────────────────────────────── */
.bs-card--featured {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.bs-card-img--featured {
  min-height: 529px;
  flex-shrink: 0;
}
.bs-thumb--lg {
  max-height: 300px;
}

/* ── Featured action buttons (overlay at image bottom) ───── */
.bs-feat-actions {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  align-items: center;
  white-space: nowrap;
  z-index: 5;
}
.bs-btn-shop {
  display: inline-flex;
  align-items: center;
  gap: 8px;
background: linear-gradient(90deg, #3348DB 0%, #C254DA 100%);
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 22px;
  border-radius: 50px;
  text-decoration: none;
  transition: opacity 0.3s;
  box-shadow: 0 4px 16px rgba(124,58,237,0.35);
}
.bs-btn-shop:hover {
  opacity: 0.88;
  color: #fff;
}
.bs-btn-eye {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 15px;
  box-shadow: 0 4px 16px rgba(124,58,237,0.35);
  transition: opacity 0.3s;
  flex-shrink: 0;
}
.bs-btn-eye:hover {
  opacity: 0.88;
  color: #fff;
}

/* ── Stock bar ───────────────────────────────────────────── */
.bs-stock {
  padding: 14px 18px 4px;
}
.bs-stock-labels {
  display: flex;
  justify-content: space-between;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #555;
  margin-bottom: 8px;
}
.bs-stock-labels strong {
  font-weight: 700;
  color: #212121B2;
}
.bs-stock-track {
    background: #d5d5d5;
    border-radius: 4px;
    height: 12px;
    overflow: hidden;
}
.bs-stock-fill {
  display: block;
  height: 100%;
  background: #1a1a1a;
  border-radius: 4px;
  transition: width 0.5s ease;
}

/* ── Gallery thumbnails ──────────────────────────────────── */
.bs-gallery {
  display: flex;
  gap: 10px;
  margin-top: 16px;
  flex-wrap: wrap;
}
.bs-gthumb {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #ddd;
  transition: border-color 0.25s;
  flex-shrink: 0;
}
.bs-gthumb img {
  width: 65px;
  height: 65px;
  object-fit: cover;
  display: block;
}
.bs-gthumb:hover {
  border-color: #C254DA;
  transform: translateY(-2px);
}
.bs-gthumb--active {
  border-color: #C254DA;
  box-shadow: 0 0 0 1px #C254DA;
}

/* ================================================================
   NEW WATCH ARRIVALS SECTION
   ================================================================ */

#product-new-arrival {
  background: #212121;
  padding: 80px 0 90px;
}

/* ── Header ──────────────────────────────────────────── */
.na-header {
  margin-bottom: 40px;
  row-gap: 18px;
}

.na-title {
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 8px;
    line-height: 1.2;
    background: linear-gradient(180deg, #3348DB 0%, #C254DA 100%);
}
#testimonial .about-main-heading {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 8px;
    line-height: 1.2;
    background: linear-gradient(180deg, #3348DB 0%, #C254DA 100%);
    font-family: 'Roboto';
    font-weight: 800;
    font-size: 30px;
        text-align: center;
}
#testimonial .heading-box p{
  color: #212121B2;
}
.na-subtitle {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  margin-bottom: 0;
}

/* ── Tab container (dark segmented bar) ──────────────── */
.na-tabs {
  list-style: none;
  padding: 6px;
  margin: 0;
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 4px;
  border-radius: 50px;
  float: right;
}

.na-tab {
  cursor: pointer;
  padding: 15px 20px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
  background: transparent;
  border: none;
  transition: background 0.25s, color 0.25s;
  white-space: nowrap;
  line-height: 1;

      font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #FFFFFF;

}

.na-tab.active {
background: linear-gradient(180deg, #3348DB 0%, #C254DA 100%);
  color: #fff;
}

.na-tab:hover:not(.active) {
  color: #fff;
}

/* ── Panels ──────────────────────────────────────────── */
.na-panel        { display: none; }
.na-panel.active { display: block; }

/* ── Featured Banner (Left column) ──────────────────── */
.na-banner {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  min-height: 500px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.na-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.92) 0%,
    rgba(0, 0, 0, 0.55) 45%,
    transparent 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 36px 30px;
}

.na-banner-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.3;
}
.na-banner-title a {
  color: #fff;
  text-decoration: none;
}
.na-banner-title a:hover { color: #d8b4fe; }

.na-banner-price {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  margin-bottom: 20px;
}
.na-banner-price strong { color: #fff; }
.na-banner-price strong ins,
.na-banner-price strong .woocommerce-Price-amount {
  text-decoration: none;
  color: #fff;
}

.na-banner-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #FFFFFF;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1.5px solid rgba(255, 255, 255, 0.5);
    color: #212121;
    padding: 6px 6px 6px 25px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.25s;
    align-self: flex-start;

}
.na-banner-btn:hover {
  background: rgba(255, 255, 255, 0.28);
  color: #fff;
}
.na-banner-btn-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #212121;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    flex-shrink: 0;
    color: #fff;

}

/* ── Horizontal Product Cards (Right 2×3 grid) ───────── */
.na-card {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(180deg, #3348DB 0%, #C254DA 100%) border-box;
  border: 1px solid transparent;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  height: 100%;
  min-height: 130px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.25s, transform 0.25s;
}
.na-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

/* Image panel */
.na-card-img {
    background: #f0f0f0;
    position: relative;
    width: 243px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 10px 10px;
    height: 243px;
}

.na-thumb {
    width: 100% !important;
    height: 100% !important;
    /* width: auto; */
    height: auto;
    object-fit: contain;
    display: block;
}
.na-card-img a {
    width: 100%;
    height: 100%;
}
/* Rating badge */
.na-rating {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #fff;
  border-radius: 20px;
  padding: 3px 7px;

    color: #212121;
    display: flex;
    align-items: center;
    gap: 3px;
    z-index: 2;
    white-space: nowrap;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}
.na-card-img span i {
    color: #ECAF26;
    font-size: 16px;
}


/* Info panel */
.na-card-info {
  padding: 14px 14px 12px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.na-cat-name {
     font-size: 11px;
    color: #212121;
    margin-bottom: 3px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 0%;
    text-transform: capitalize;

}

.na-prod-name {
  font-size: 13px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 4px;
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.na-prod-name a {     color: #212121;
    text-decoration: none;
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 21px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize; }
.na-prod-name a:hover { color: #7c3aed; }

/* Price */
.na-price {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.na-price .woocommerce-Price-amount     { color: #1a1a1a; }
.na-price del                           { color: #bbb; font-weight: 400; }
.na-price del .woocommerce-Price-amount { color: #bbb; }
.na-price ins                           { text-decoration: none; }

/* Action buttons */
.na-actions {
  display: flex;
  gap: 8px;
  align-items: center;
}

.na-btn-shop {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #1a1a1a;
    color: #FFFFFF;
    padding: 16px 18px;
    border-radius: 50px;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s;
    font-family: Open Sans;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}
.na-btn-shop:hover { background: linear-gradient(90deg, #3348DB 0%, #C254DA 100%);
 color: #fff; }

.na-btn-eye {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #1a1a1a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 12px;
  flex-shrink: 0;
  transition: background 0.2s;
}
.na-btn-eye:hover { background: linear-gradient(90deg, #3348DB 0%, #C254DA 100%);
 color: #fff; }

