.content_abs p {
  color: #6d6e6c !important;
}

.content_abs .btn-link {
  color: #002368 !important;
}

/* ================================
   MODERN HERO SLIDER (CLEAN PRO)
================================ */

.hero-slider,
.hero-slide {
  height: 100vh;
  min-height: 650px;
  position: relative;
  overflow: hidden;
}

/* BACKGROUND */
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* IMAGE (DESKTOP DEFAULT = PREMIUM LOOK) */
.hero-bg-image {
  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: 65%;

  transform: scale(1);
  transition: transform 10s ease;
}

.swiper-slide-active .hero-bg-image {
  transform: scale(1.08);
}

/* OPTIONAL GLOW */
.hero-glow {
  position: absolute;
  width: 450px;
  height: 450px;

  top: -120px;
  right: -120px;

  background: linear-gradient(45deg, #4f46e5, #06b6d4);
  border-radius: 50%;

  filter: blur(160px);
  opacity: 0.25;

  z-index: 2;
}

/* CONTENT WRAPPER */
.hero-content-wrapper {
  position: relative;
  z-index: 5;
  height: 100%;
  max-width: 1100px;
  display: flex;
  align-items: center;
}

.hero-content {
  max-width: 750px;
  margin-left: 20px;
  /* backdrop-filter: blur(2px); */
}

.hero-content.text-right {
  margin-left: auto;
}

/* ALIGNMENTS */
.hero-content.text-center {
  margin: auto;
}

/* BADGE (MODERN GLASS) */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  background: rgb(255 255 255);
  backdrop-filter: blur(16px);
  border: 1px solid #0e387a6b;
  border-radius: 999px;
  /* color: #ffffff; */
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.hero-badge::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0e387a;
  box-shadow: 0 0 10px #3f51b5;
}

/* TITLE */
.hero-title {
  font-size: clamp(2.2rem, 6vw, 5.5rem);
  font-weight: 900;
  line-height: 1.05;
  color: #fff;
  margin-bottom: 12px;
  letter-spacing: -1.2px;
  text-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
}

/* DESCRIPTION */
.hero-description {
  background: #ffffff;
  font-size: 18px;
  line-height: 1.7;
  /* color: #ffffff; */
  max-width: 600px;
  margin: 20px 0;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 5px;
}

/* BUTTON */
/* .hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
} */

.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 14px 28px;

  background: #0e387a;
  color: #f9f9f9;

  border-radius: 999px;

  font-weight: 700;

  text-decoration: none;

  transition: 0.3s ease;
}

.hero-btn:hover {
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}

/* PAGINATION */
.hero-pagination {
  position: absolute;
  left: 50px !important;
  bottom: 40px !important;
  z-index: 20;
}

.hero-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;

  background: rgba(255, 255, 255, 0.45);
  opacity: 1;

  transition: 0.3s ease;
}

.hero-pagination .swiper-pagination-bullet-active {
  width: 28px;
  border-radius: 20px;
  background: #fff;
}

/* SCROLL TEXT */
.hero-scroll {
  position: absolute;
  right: 30px;
  bottom: 40px;

  color: #fff;

  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;

  transform: rotate(-90deg);
  transform-origin: center;

  z-index: 20;
}
@media (max-width: 576px) {
  .hero-content-wrapper {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 28px 20px;
    z-index: 5;
  }

  .hero-content {
    width: 100%;
    max-width: 92%;
    background: transparent;
    box-shadow: none;
    text-align: left;
    margin: 0;
    margin-bottom: 30px;
  }

  .hero-content > * {
    position: relative;
    z-index: 1;
  }

  /* BADGE (MORE MODERN CHIP LOOK) */
  .hero-badge {
    display: inline-flex;
    align-items: center;

    font-size: 8px;
    letter-spacing: 1.5px;
    text-transform: uppercase;

    padding: 6px 12px;
    border-radius: 999px;

    margin-bottom: 14px;
    backdrop-filter: blur(8px);
  }

  /* TITLE (BETTER TYPOGRAPHY) */
  .hero-title {
    font-size: 2.1rem;
    font-weight: 900;
    line-height: 1.12;
    color: #ffffff;

    margin-bottom: 10px;

    letter-spacing: -0.5px;
    text-shadow: 0 10px 35px rgba(0, 0, 0, 0.55);
  }

  /* DESCRIPTION (MORE READABLE) */
  .hero-description {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #fff;
    margin-bottom: 18px;
    max-width: 90%;
    backdrop-filter: blur(2px);
    background: none;
  }

  /* BUTTON (MORE PREMIUM CTA) */
  .hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 13px 20px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.28);

    color: #ffffff;
    font-weight: 700;

    backdrop-filter: blur(10px);

    text-decoration: none;

    transition: 0.2s ease;
  }

  .hero-btn:active {
    transform: scale(0.97);
  }

  .hero-actions {
    display: flex;
    justify-content: flex-start;
  }

  /* IMAGE (MORE DEPTH, LESS HARSH DARKENING) */
  .hero-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 75%;

    filter: brightness(0.6) contrast(1.6) saturate(1.05);
    transform: none !important;
  }

  .hero-scroll {
    display: none;
  }

  .hero-slider,
  .hero-slide {
    height: 70vh;
    min-height: auto;
  }

  .hero-content.text-right {
    margin-left: 0;
  }
}
/* home-about */
.about-section {
  display: flex;
  align-items: center;
}

.about-wrapper {
  padding: 20px;
}

.about-badge {
  display: inline-block;
  padding: 6px 14px;
  background: #0e387a;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 30px;
  margin-bottom: 12px;
}

.about-title {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 15px;
  color: #111;
}

.about-text {
  font-size: 14.5px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 12px;
}

.about-box {
  margin-top: 15px;
  padding: 12px 15px;
  border-left: 3px solid #ddd;
}

.about-box h5 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
}

.about-box p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.about-box.highlight {
  border-left-color: #0e387a;
  background: #fafafa;
  border-radius: 8px;
}

@media (min-width: 992px) {
  .deal-timer {
    min-height: auto;
  }

  .collections-grid_masonry {
    height: fit-content;
  }
}

.collectionSwiper {
  width: 100%;
  height: 100%;
}

.collection-slide {
  position: relative;
  height: 100%;
  min-height: 600px;
  border-radius: 18px;
  overflow: hidden;
}

/* BACKGROUND IMAGE */
.collection-bg {
  position: absolute;
  inset: 0;

  background-size: cover;
  background-position: center;
  background-position: 90% !important;
  transform: scale(1);
  transition: transform 6s ease;
}

.swiper-slide-active .collection-bg {
  transform: scale(1.08);
}

.collection-content {
  position: absolute;
  bottom: 30px !important;
  left: 25px;
  bottom: auto;

  width: max-content;
  background: #f0c537;
  border-radius: 0 20px 20px 20px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;

  padding: 20px;
  text-align: center;

  z-index: 2;
}

.collection-subtitle {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0f2d4a;
  margin: 0;
}

.collection-title {
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
  color: #f9f9f9;
  margin: 0 0 10px;
  font-family: serif;
}

/* BUTTON */
.collection-btn {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  border-bottom: 2px solid #000000;
  transition: 0.3s ease;
}

.collection-btn:hover {
  transform: translateX(5px);
  color: #ffffff;
}

.right-box {
  background: #0b0f19; /* deep black/navy */
  padding: 18px;
  border-radius: 14px;

  border: 1px solid rgba(59, 130, 246, 0.15);

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);

  color: #e5e7eb;
  transition: 0.3s ease;
}

.right-box:hover {
  transform: translateY(-3px);
  border-color: rgba(250, 204, 21, 0.35);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}

/* Headings */
.right-box h5,
.right-box h6 {
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff;
  position: relative;
}

/* Blue underline accent */
.right-box h5::after,
.right-box h6::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  margin-top: 6px;
  border-radius: 5px;
  background: linear-gradient(90deg, #2563eb, #facc15);
}

/* Paragraph */
.right-box p {
  font-size: 14px;
  line-height: 1.7;
  color: #cbd5e1;
  margin-bottom: 12px;
}

/* Links */
.right-box a {
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;

  color: #facc15; /* yellow */
  transition: 0.3s ease;
}

.right-box a:hover {
  color: #3b82f6; /* blue */
}

/* List */
.right-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.right-box ul li {
  font-size: 14px;
  padding: 8px 0;
  color: #d1d5db;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

/* Product item */

.product-card_style9 .js-add-wishlist,
.product-card_style9 .js-add-cart,
.product-card_style9 .js-quick-view {
  background-color: #f0c537;
  color: #074e37;
}

.product-item {
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);

  color: #e5e7eb;
  transition: 0.3s ease;
}

.product-item:hover {
  color: #facc15;
  padding-left: 5px;
}

/* Mobile */
@media (max-width: 576px) {
  .right-box {
    padding: 15px;
    border-radius: 12px;
  }

  .collection-title {
    font-size: 26px;
  }

  .collection-content {
    padding: 10px;
  }

  .collection-subtitle {
    font-size: 10px;
  }

  .about-title {
    font-size: 24px;
  }
}

/* =========================
   PRODUCT GRID SECTION
========================= */

.products-grid {
  padding: 70px 0;
  /* background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%); */
}

/* Title */
.products-grid .section-title {
  font-size: 2.2rem;
  font-weight: 700 !important;
  letter-spacing: -0.5px;
  color: #0b0f19;
}

/* =========================
   TABS (FILTER)
========================= */

.products-grid .nav-tabs {
  border: none;
  gap: 10px;
}

.products-grid .nav-tabs .nav-link {
  border: 1px solid rgba(37, 99, 235, 0.2);
  border-radius: 30px;
  padding: 8px 18px;
  font-size: 14px;

  color: #1e3a8a;
  background: #ffffff;

  transition: all 0.3s ease;
}

.products-grid .nav-tabs .nav-link:hover {
  background: #2563eb;
  color: #ffffff;
  border-color: #2563eb;
  transform: translateY(-2px);
}

.products-grid .nav-tabs .nav-link.active {
  background: #f0c537;
  color: #000000;
  border-color: transparent;
  box-shadow: 0 10px 25px rgba(37, 99, 235, 0.25);
}

/* =========================
   PRODUCT CARD
========================= */

.product-card {
  transition: all 0.35s ease;
  border: 1px solid rgba(37, 99, 235, 0.08) !important;
  background: #ffffff;
  overflow: hidden;
  border-radius: 16px;

  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 15px 35px rgba(37, 99, 235, 0.15),
    0 10px 20px rgba(0, 0, 0, 0.06);
  border-color: rgba(250, 204, 21, 0.4);
}

/* =========================
   IMAGE
========================= */

.pc__img-wrapper {
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  position: relative;
}

.pc__img-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at center,
    rgba(250, 204, 21, 0.15),
    transparent 60%
  );
  opacity: 0;
  transition: 0.4s ease;
}

.product-card:hover .pc__img-wrapper::after {
  opacity: 1;
}

.pc__img {
  transition: transform 0.6s ease;
}

.product-card:hover .pc__img {
  transform: scale(1.1);
}

/* =========================
   PRODUCT INFO
========================= */

.pc__info {
  padding: 14px 14px 18px;
}

.pc__title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
}

.pc__title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;

  color: #0b0f19;
  text-decoration: none;
  padding: 0;
}

.pc__title a:hover {
  color: #2563eb;
}

.pc__category {
  font-size: 12px;
  color: #1e3a8a;
  margin-bottom: 6px;
  opacity: 0.8;
}

/* =========================
   REVIEW
========================= */

.product-card__review {
  font-size: 12px;
  margin-bottom: 8px;
  color: #555;
}

.reviews-group i {
  font-size: 12px;
  color: #facc15;
}

/* =========================
   PRICE
========================= */

.product-card__price {
  gap: 10px;
  align-items: center;
}

.product-card__price .price {
  font-weight: 700;
  font-size: 16px;
  color: #1e3a8a;
}

.product-card__price .price:last-child {
  color: #999;
  text-decoration: line-through;
  font-weight: 400;
}

/* =========================
   ADD TO CART HOVER
========================= */

.anim_appear-bottom {
  opacity: 0;
  transform: translateY(12px);
  transition: 0.3s ease;
}

.product-card:hover .anim_appear-bottom {
  opacity: 1;
  transform: translateY(0);
}

.anim_appear-bottom button {
  background: linear-gradient(135deg, #2563eb, #1e3a8a);
  color: #ffffff;
  border: none;
  padding: 8px 14px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 13px;
  transition: 0.3s ease;
}

.anim_appear-bottom button:hover {
  background: linear-gradient(135deg, #facc15, #f59e0b);
  color: #0b0f19;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991px) {
  .products-grid {
    padding: 50px 0;
  }

  .products-grid .section-title {
    font-size: 1.7rem;
  }
}

/* =========================
      DEAL SECTION
    ========================= */

.deal-timer {
  position: relative;
  padding: 80px 0;
  background: #f5f5f7;
  border-radius: 20px;
}

/* =========================
       BACKGROUND IMAGE (SOFT LUXURY FEEL)
    ========================= */

.deal-timer .background-img {
  position: absolute;
  inset: 0;
  z-index: 0;
}

/* Soft gradient overlay (Apple style, very subtle) */
.deal-timer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(245, 245, 247, 0.85) 0%,
    rgb(245 245 247 / 8%) 50%,
    rgb(245 245 247 / 0%) 100%
  );
  z-index: 1;
}

/* =========================
       CONTENT AREA
    ========================= */

.deal-timer-wrapper {
  position: relative;
  z-index: 2;
}

.deal-timer__content {
  max-width: 520px;
  color: #1d1d1f;
  /* Apple dark text */
}

/* Subtitle (very minimal) */
.deal-timer__content .text_dash {
  font-size: 12px;
  letter-spacing: 2.5px;
  color: #86868b;
  font-weight: 500;
}

/* Heading (Apple style bold but clean) */
.deal-timer__content h2 {
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.5px;
  color: #1d1d1f;
  margin: 10px 0;
}

/* Paragraph */
.deal-timer__content p {
  font-size: 1rem;
  color: #6e6e73;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* =========================
       MOBILE APPLE STYLE
    ========================= */

@media (max-width: 767px) {
  .deal-timer {
    padding: 60px 0;
    min-height: 320px;
  }

  .deal-timer__content {
    max-width: 100%;
  }

  .deal-timer__content h2 {
    font-size: 1.8rem;
  }

  .deal-timer__content p {
    font-size: 0.95rem;
  }

  /* softer overlay on mobile */
  .deal-timer::after {
    background: linear-gradient(
      180deg,
      rgba(245, 245, 247, 0.85) 0%,
      rgba(245, 245, 247, 0.7) 100%
    );
  }
}

/* =========================
       SMALL MOBILE
    ========================= */

@media (max-width: 480px) {
  .deal-timer__content h2 {
    font-size: 1.5rem;
  }

  .deal-timer__content p {
    font-size: 0.85rem;
  }
}

/* about */
:root {
  --text: #1d1d1f;
  --muted: #6e6e73;
  --line: #e5e5e7;
  --blue: #0071e3;
  --bg: #ffffff;
  --soft: #f5f5f7;
}

.about-us {
  padding: 90px 0;
  background: var(--bg);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial;
}

/* container */
.mw-930 {
  max-width: 980px;
  margin: 0 auto;
  padding: 20px;
}

.page-breadcrumb {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 45vh;
  padding: 100px 0 60px;
  overflow: hidden;

  background: url("/assets/img/about-d.avif") center center / cover no-repeat;
  border-bottom: 1px solid var(--border);
}

/* Dark overlay */
.page-breadcrumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(15, 23, 42, 0.75),
    rgba(15, 23, 42, 0.45)
  );
  z-index: 1;
}

/* Keep content above overlay */
.page-breadcrumb .container,
.page-breadcrumb .breadcrumb-content {
  position: relative;
  z-index: 2;
}

.breadcrumb-title {
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 12px;
  color: #fff;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
}

.breadcrumb-inner {
  text-align: center;
}

.breadcrumb-list {
  list-style: none;
  display: inline-flex;
  gap: 10px;
  font-size: 13px;
  color: #acacb5;
  padding: 0;
  margin: 0;
}

.breadcrumb-list a {
  color: #f5f5f7;
  text-decoration: none;
  font-weight: 500;
}

.breadcrumb-list li:not(:last-child)::after {
  content: "›";
  margin-left: 10px;
  color: #aaa;
}

/* =========================
           CONTACT SECTION WRAP
        ========================= */

.contact-us {
  padding: 80px 15px;
  color: #fff;
}

/* LEFT INFO CARD */
.contact-info {
  background: var(--card);
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  border: 1px solid var(--border);
}

.contact-info h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: var(--text);
  font-weight: 700;
}

.contact-info p {
  color: var(--muted);
  margin-bottom: 18px;
  line-height: 1.6;
}

.contact-info a {
  color: var(--primary);
  font-weight: 500;
  text-decoration: none;
}

.contact-info a:hover {
  color: var(--primary-dark);
}

.contact-us__form .btn {
  background: #0e387a;
}

/* =========================
           MAIN TITLE
        ========================= */

.page-title {
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -1.2px;
  text-align: center;
  margin-bottom: 40px;
}

/* =========================
           CONTENT TYPOGRAPHY
        ========================= */

.about-us h3 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
}

.about-us h3::after {
  display: none;
  /* Apple style = no heavy decoration */
}

.about-us p {
  font-size: 16px;
  line-height: 1.9;
  color: var(--muted);
  margin-bottom: 14px;
}

/* highlight paragraph */
.about-us .fs-6.fw-medium {
  font-size: 18px;
  color: var(--text);
  font-weight: 500;
}

/* =========================
           MISSION / VISION CARDS
        ========================= */

.about-us .row {
  margin-top: 40px;
  gap: 20px;
}

.about-us .row {
  padding: 20px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--line);
  transition: all 0.3s ease;
  position: relative;
}

.about-us .row:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
  border-color: #d2d2d7;
}

.about-us .row h5 {
  font-size: 18px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 10px;
}

/* =========================
           IMAGE SECTION
        ========================= */

.image-wrapper img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
}

.content-wrapper {
  padding: 20px 30px;
}

.content-wrapper h5 {
  font-size: 22px;
  font-weight: 700;
}

/* =========================
           SPACING
        ========================= */

.about-us__content {
  padding-bottom: 80px;
}

/* =========================
           RESPONSIVE
        ========================= */

@media (max-width: 991px) {
  .about-us {
    padding: 60px 0;
  }

  .page-title {
    font-size: 36px;
  }

  .content-wrapper {
    padding: 20px 0 0;
  }
}

@media (max-width: 576px) {
  .page-title {
    font-size: 28px;
  }

  .breadcrumb-title {
    font-size: 34px;
  }

  .about-us {
    padding: 40px 0;
  }

  .about-us .row .col-md-6 {
    text-align: left;
  }

  .image-wrapper img {
    border-radius: 14px;
  }
}

/* shop by cat */
.shop-category-section {
  padding: 60px 0;
  position: relative;
  background: #ffffff;
  overflow: hidden;
}

/* TITLE */
.shop-title {
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  color: #0b0f19;
  margin-bottom: 50px;
  letter-spacing: -0.5px;
}

.shop-title::after {
  content: "";
  display: block;
  width: 130px;
  height: 3px;
  background: #bbd5ff;
  margin: 10px auto 0;
  border-radius: 10px;
}

/* GRID */
.category-grid {
  display: flex;
  justify-content: center;
  gap: 70px;
  flex-wrap: wrap;
}

/* ITEM */
.category-item {
  text-align: center;
  width: 170px;
  cursor: pointer;
  transition: 0.3s ease;
}

.category-item:hover {
  transform: translateY(-6px);
}

/* CIRCLE IMAGE (MODERN FLOAT STYLE) */
.category-img {
  width: 170px;
  height: 170px;
  margin: auto;

  border-radius: 50%;
  background-size: cover;
  background-position: center;

  border: 4px solid #ffffff;

  box-shadow:
    0 10px 25px rgba(0, 0, 0, 0.12),
    0 0 0 6px rgba(37, 99, 235, 0.08);

  transition: all 0.35s ease;
  position: relative;
}

/* yellow glow */
.category-img::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(250, 204, 21, 0.25),
    transparent 70%
  );
  opacity: 0;
  transition: 0.4s ease;
}

.category-item:hover .category-img {
  transform: scale(1.08);
  box-shadow:
    0 15px 35px rgba(37, 99, 235, 0.2),
    0 0 0 6px rgba(250, 204, 21, 0.15);
}

.category-item:hover .category-img::after {
  opacity: 1;
}

/* TEXT */
.category-item h5 {
  margin-top: 12px;
  font-size: 13px;
  font-weight: 600;
  color: #0b0f19;
  line-height: 1.4;
}

/* MOBILE */
@media (max-width: 576px) {
  .category-grid {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 10px));
    gap: 20px;
  }

  .category-item,
  .category-img {
    width: 100%;
  }

  .category-img {
    aspect-ratio: 1/1;
    height: auto;
  }
}

@media (max-width: 400px) {
  .category-item h5 {
    font-size: 14px;
    width: fit-content;
  }

  .category-grid {
    gap: 20px;
    justify-content: flex-start;
    margin: 20px;
  }

  .category-img {
    width: 100px;
    height: 100px;
    border-radius: 10%;
  }

  .shop-category-section {
    padding: 40px 0;
  }

  .product-card__price .price {
    font-size: 15px !important;
  }
}

@media (min-width: 1500px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1360px;
  }
}

.hero-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Desktop only */
.hero-slider .mobile-img {
  display: none;
}

/* Mobile only */
@media (max-width: 500px) {
  .hero-slider .desktop-img {
    display: none;
  }

  .hero-slider .mobile-img {
    display: block;
  }

  .hero-slider .hero-pagination {
    bottom: 0px !important;
    left: 5% !important;
  }

  .hero-slider .hero-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}

/* Swiper pagination fix */
.hero-slider .hero-pagination {
  bottom: 20px !important;
}

.hero-slider .hero-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
  width: 15px;
  height: 15px;
}

.hero-slider .hero-pagination .swiper-pagination-bullet-active {
  opacity: 0.8 !important;
  background: #ffcc00;
  width: 40px;
  border: 0;
}

.hero-slider .swiper-pagination-bullet:after {
  display: none;
}

video.hero-bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
