/* =========================================================
   HOMEPAGE — HERO
   ========================================================= */
.hero {
  background-image:
    url("https://tabswellness.com/wp-content/uploads/2026/08/desktop_view.png");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  /* border-bottom: 1px solid var(--tabs-border); */
  padding: 72px 0;
  overflow: hidden;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 48px;
  align-items: center;
  padding: 0 80px
}

.hero-copy h1 .gold {
  background: linear-gradient(180deg,
      #f7e6b0 0%,
      #e5c777 35%,
      #c79b45 70%,
      #8d6423 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.hero-copy h1 {
  font-family: "Cormorant Garamond", serif;
  /* or Playfair Display */
  font-size: 72px;
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -1px;
  color: #fff;
  margin: 0 0 20px;
}

.hero-copy h1 .spark {
  color: #d6b16a;
  /* gold */
  font-size: 34px;
  vertical-align: super;
  margin-left: 8px;
}


.hero-copy p {
  font-size: 16px;
  max-width: 390px;
  margin-bottom: 28px;
}

.hero-inner .hero-media {
  visibility: hidden;
}

.hero-actions {
  display: flex;
  gap: 14px;
}

.hero-placeholder {
  border: 1px dashed var(--tabs-border);
  border-radius: var(--radius-lg);
  padding: 20px;
  background: rgba(255, 255, 255, 0.02);
}

@media (max-width: 1200px) {
  .trust-strip .container {
    max-width: 92%;
  }
}

@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }

  .hero {
    background-image: url('https://tabs.codeflashinfotech.in/wp-content/uploads/2026/08/responsive1.png');
  }

  .hero-copy h1 {
    font-size: 50px;
  }
}

@media (max-width: 768px) {

  .hero {
    position: relative;
    background: url('https://tabs.codeflashinfotech.in/wp-content/uploads/2026/08/responsive.png') center center/cover no-repeat;
    overflow: hidden;
  }

  /* Overlay */
  .hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    /* Overlay opacity */
    z-index: 1;
  }

  .hero-inner {
    position: relative;
    z-index: 2;
  }

  .hero-inner .hero-media {
    display: none;
  }
}

@media (max-width: 480px) {
  .hero {
    padding: 48px 0;
  }

  .hero-copy h1 {
    font-size: 45px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .btn {
    width: 100%;
  }
}

/* =========================================================
   WHY CHOOSE
   ========================================================= */
.why-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

@media (max-width: 1040px) {
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .why-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.why-item {
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: left;
  padding: 18px 18px;
  background: linear-gradient(180deg, #161514 0%, #11100f 100%);
  border: 1px solid rgba(197, 160, 89, 0.15);
  border-radius: 12px;
  transition: .3s;
  min-height: 90px;
}

.why-item:hover {
  border-color: #C4A47C;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .35);
}



.why-item svg {
  width: 50px;
  height: 50px;
  min-width: 50px;
  padding: 5px;
  background-color: #bd8f4124;
  border: none;
  border-radius: 12px;
  color: #C4A47C;
  box-sizing: border-box;
}

.why-item h4 {
  margin: 0 0 4px;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #C4A47C !important;

  line-height: 1.2;
}

.why-item p {
  margin: 0;
  font-size: 13px;
  color: #9c958c !important;

  line-height: 1.4;
}

/* Tablet / Mobile */
@media (max-width:576px) {
  .why-item {
    padding: 16px;
    min-height: auto;
  }

  .why-item svg {
    width: 40px;
    height: 40px;
    min-width: 40px;
    padding: 8px;
  }

  .why-item h4 {
    font-size: 15px;
  }

  .why-item p {
    font-size: 13px;
  }
}

/* =========================================================
   JOURNEY STEPS
   ========================================================= */
.journey-steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 35px;
}

.journey-step {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 24px;
  background: linear-gradient(180deg, #1b1b1b 0%, #171717 100%);
  border: 1px solid rgba(212, 164, 74, .15);
  border-radius: 16px;
  min-height: 92px;
  transition: .3s;
}

.journey-step:hover {
  border-color: #c79a49;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .35);
}

.js-num {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 50%;
  background: #24201d;
  border: none;
  color: #C4A47C;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 700;
}

.journey-step h4 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 600;
  color: #C4A47C;
  line-height: 1.2;
}

.journey-step p {
  margin: 0;
  color: #b8b8b8;
  font-size: 15px;
  line-height: 1.5;
}

.js-arrow {
  color: #C4A47C;
  font-size: 42px;
  font-weight: 300;
  flex-shrink: 0;
  line-height: 1;
}

/* Tablet */
@media (max-width:991px) {

  .journey-steps {
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }

  .journey-step {
    width: 100%;
  }

  .js-arrow {
    transform: rotate(90deg);
    font-size: 34px;
    align-self: center;
  }
}

/* Mobile */
@media (max-width:576px) {

  .journey-step {
    padding: 18px;
    gap: 14px;
  }

  .js-num {
    width: 46px;
    height: 46px;
    min-width: 46px;
    font-size: 26px;
  }

  .journey-step h4 {
    font-size: 17px;
  }

  .journey-step p {
    font-size: 14px;
  }

  .js-arrow {
    font-size: 30px;
  }
}

/* =========================================================
   LEARN GRID
   ========================================================= */
.learn-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.learn-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(135deg, #1d1718, #2b1716);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  padding: 18px;
  transition: .35s;
  height: 210px;
}

.learn-card:hover {
  border-color: #c59642;
  transform: translateY(0px);
}

.learn-content {
  flex: 1;
  padding-right: 15px;
}

.learn-content h4 {
  color: #fff;
  font-size: 20px;
  margin: 0 0 10px;
  font-weight: 700;
}

.learn-content p {
  color: #bdbdbd;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 18px;
}

.learn-content span {
  color: #d7a14a;
  font-weight: 600;
  font-size: 15px;
}

.learn-image {
  width: 100%;
  /* height: 100%; */
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
  max-width: 105px
}

.learn-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Tablet */
@media(max-width:991px) {

  .learn-grid {
    grid-template-columns: 1fr;
  }

  .learn-card {
    height: auto;
  }
}

/* Mobile */
@media(max-width:576px) {

  .learn-card {
    flex-direction: column;
    text-align: center;
  }

  .learn-content {
    padding-right: 0;
    margin-bottom: 15px;
  }

  .learn-image {
    width: 100%;
    max-width: 100%;

  }

  .learn-content h4 {
    font-size: 20px;
  }
}

/* =========================================================
   TESTIMONIALS
   ========================================================= */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 900px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
}

.testimonial-card {
  display: flex;
  align-items: flex-end;
  gap: 18px;
  padding: 24px;
  background: #111;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 16px;
}

.ta-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.ta-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.testimonial-content {
  flex: 1;
}

.testimonial-content p {
  margin: 0 0 12px;
  color: #d9d4ce;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

.stars {
  color: #f5b301;
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.testimonial-author strong {
  display: block;
  color: #d9d4ce;
  font-size: 14px;
  margin-bottom: 3px;
  margin: 0;
}

.ta-verified {
  color: #8da7bb;
  font-size: 12px;
}

@media(max-width:576px) {
  .testimonial-card {
    align-items: flex-start;
    padding: 18px;
  }

  .testimonial-content p {
    font-size: 16px;
  }

  .ta-avatar {
    width: 50px;
    height: 50px;
  }
}

/* =========================================================
   SWIPER CAROUSELS — testimonials, gallery, collection, related
   ========================================================= */
.tabs-testimonial-swiper {
  padding-bottom: 44px;
}

.tabs-testimonial-swiper .swiper-slide {
  height: auto;
}

.tabs-testimonial-swiper .swiper-slide .testimonial-card {
  height: 100%;
}

.swiper-pagination-bullet {
  background: var(--tabs-border);
  opacity: 1;
  width: 8px;
  height: 8px;
}

.swiper-pagination-bullet-active {
  background: var(--tabs-gold);
}

.footer-social-gallery {
  padding-top: 0 !important;
  padding: 30px 0 20px;
}

.tabs-gallery-swiper {
  position: relative;
  overflow: hidden;
}

.tabs-gallery-swiper .swiper-slide {
  width: 140px !important;
}

.gallery-tile {
  position: relative;
  display: block;
  height: 82px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  background: #181818;
  transition: .35s;
}

.gallery-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .45s;
}

.gallery-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(0, 0, 0, .45),
      rgba(0, 0, 0, .1));
  z-index: 1;
}

.gallery-tile::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  width: 18px;
  height: 18px;
  background: url("https://upload.wikimedia.org/wikipedia/commons/a/a5/Instagram_icon.png") center/contain no-repeat;
  z-index: 2;
  opacity: .9;
}

.gallery-tile:hover {
  border-color: #c59b4d;
}

.gallery-tile:hover img {
  transform: scale(1.08);
}

.gallery-tile-empty {
  background: #222;
}

/* arrows */

.gallery-swiper-prev,
.gallery-swiper-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(18, 18, 18, .9);
  border: 1px solid rgba(255, 255, 255, .1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  z-index: 20;
  transition: .3s;
}

.gallery-swiper-prev {
  left: 5px;
}

.gallery-swiper-next {
  right: 5px;
}

.gallery-swiper-prev:hover,
.gallery-swiper-next:hover {
  background: #c59b4d;
  color: #111;
}

@media(max-width:991px) {

  .tabs-gallery-swiper .swiper-slide {
    width: 120px !important;
  }

  .gallery-tile {
    height: 74px;
  }

}

@media(max-width:576px) {

  .tabs-gallery-swiper .swiper-slide {
    width: 105px !important;
  }

  .gallery-tile {
    height: 68px;
    border-radius: 10px;
  }

  .gallery-swiper-prev,
  .gallery-swiper-next {
    display: none;
  }

}

.tabs-swiper-nav {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}

.tabs-swiper-nav button {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--tabs-surface);
  border: 1px solid var(--tabs-border);
  color: var(--tabs-cream);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .2s ease;
}

.tabs-swiper-nav button:hover {
  background: var(--tabs-gold);
  color: var(--tabs-black);
  border-color: var(--tabs-gold);
}

.tabs-collection-swiper .swiper-slide,
.tabs-related-swiper .swiper-slide {
  height: auto;
}

.tabs-collection-swiper .swiper-slide ul.products,
.tabs-related-swiper .swiper-slide ul.products {
  height: 100%;
}

.tabs-collection-swiper .swiper-slide .product-card,
.tabs-related-swiper .swiper-slide .product-card {
  height: 100%;
}

@media (max-width: 640px) {

  .gallery-swiper-prev,
  .gallery-swiper-next {
    display: none;
  }
}

/* =========================================================
   AUTH (Login/Signup)
   ========================================================= */
.auth-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding: 32px 0 64px;
  max-width: 880px;
  margin: 0 auto;
}

@media (max-width: 700px) {
  .auth-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   ABOUT PAGE
   ========================================================= */
.about-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  padding: 56px 0;
}

@media (max-width: 900px) {
  .about-hero {
    grid-template-columns: 1fr;
  }
}

.about-hero-media {
  aspect-ratio: 4/3;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, var(--tabs-maroon-deep), var(--tabs-surface-2));
  border: 1px solid var(--tabs-border);
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-hero-media .logo-main {
  font-family: var(--font-display);
  font-size: 36px;
  color: var(--tabs-gold);
}

.about-badges {
  display: flex;
  gap: 24px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.about-badge {
  text-align: center;
}

.about-badge .num {
  font-family: var(--font-display);
  font-size: 22px;
  color: var(--tabs-gold);
  display: block;
}

.about-badge .lbl {
  font-size: 11px;
  color: var(--tabs-text-faint);
}

/* =========================================================
   CONTACT / FAQ
   ========================================================= */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 32px;
  padding: 40px 0 64px;
}

@media (max-width: 900px) {
  .contact-layout {
    grid-template-columns: 1fr;
  }
}

.contact-info-item {
  display: flex;
  gap: 14px;
  margin-bottom: 20px;
}

.contact-info-item svg {
  color: var(--tabs-gold);
  flex-shrink: 0;
}

.contact-info-item .ci-title {
  font-size: 13px;
  font-weight: 600;
  color: var(--tabs-cream);
}

.contact-info-item .ci-sub {
  font-size: 12.5px;
}

.faq-layout {
  max-width: 820px;
  margin: 0 auto;
  padding: 40px 0 64px;
}

.faq-search {
  margin-bottom: 28px;
}

.faq-item {
  background: var(--tabs-surface);
  border: 1px solid var(--tabs-border);
  border-radius: var(--radius-md);
  margin-bottom: 12px;
  overflow: hidden;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: var(--tabs-cream);
}

.faq-answer {
  padding: 0 20px 18px;
  font-size: 13.5px;
  color: var(--tabs-text-dim);
  display: none;
}

.faq-item.open .faq-answer {
  display: block;
}

.faq-item.open .faq-question .chevron {
  transform: rotate(180deg);
}

.faq-cta {
  text-align: center;
  background: var(--tabs-surface);
  border: 1px solid var(--tabs-border);
  border-radius: var(--radius-lg);
  padding: 32px;
  margin-top: 32px;
}

/* =========================================================
   BLOG / LEARN
   ========================================================= */
.blog-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 32px;
  padding: 32px 0 64px;
}

@media (max-width: 900px) {
  .blog-layout {
    grid-template-columns: 1fr;
  }
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

@media (max-width: 700px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}

.blog-card {
  border: 1px solid var(--tabs-border);
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--tabs-surface);
}

.blog-card-media {
  aspect-ratio: 16/10;
  background: linear-gradient(135deg, var(--tabs-maroon-deep), var(--tabs-surface-2));
}

.blog-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card-body {
  padding: 16px 18px;
}

.blog-card .bc-cat {
  font-size: 11px;
  color: var(--tabs-gold);
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: 6px;
  display: block;
}

.blog-card h3 {
  font-size: 16px;
  margin-bottom: 8px;
}

.blog-card p {
  font-size: 12.5px;
  margin-bottom: 0;
}

.blog-single .post-thumb {
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-bottom: 24px;
}

.blog-single .post-thumb img.attachment-large {
  width: 100% !important;
}

.blog-single article {
  max-width: 100%;
  margin: 0 auto;
  padding: 32px 0 64px;
}

.blog-single .entry-content {
  font-size: 15px;
  color: var(--tabs-text-dim);
}

.blog-single .entry-content h2 {
  font-size: 22px;
  margin-top: 1.6em;
}

/* =========================================================
   ORDER TRACKING
   ========================================================= */
.tracking-layout {
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 0 64px;
}

.tracking-timeline {
  margin-top: 28px;
}

.tt-step {
  display: flex;
  gap: 16px;
  padding-bottom: 24px;
  position: relative;
}

.tt-step::before {
  content: '';
  position: absolute;
  left: 11px;
  top: 26px;
  bottom: 0;
  width: 2px;
  background: var(--tabs-border);
}

.tt-step:last-child::before {
  display: none;
}

.tt-dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--tabs-surface-2);
  border: 2px solid var(--tabs-border);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tt-step.done .tt-dot {
  background: var(--tabs-success);
  border-color: var(--tabs-success);
}

.tt-step.done .tt-dot::after {
  content: '\2713';
  color: #fff;
  font-size: 12px;
}

.tt-title {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--tabs-cream);
}

.tt-sub {
  font-size: 12px;
  color: var(--tabs-text-faint);
}

/* =========================================================
   ORDER CONFIRMATION
   ========================================================= */
.order-confirm {
  max-width: 560px;
  margin: 0 auto;
  padding: 64px 24px;
  text-align: center;
}

.order-confirm .oc-check {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--tabs-success);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 28px;
}

.order-confirm h1 {
  font-size: 26px;
  margin-bottom: 8px;
}

.order-confirm .form-card {
  text-align: left;
  margin-top: 24px;
}


/* css ny dhrumil */


/* header */


.header-search svg {
  color: #D9A74F;

}


.collection-slider {
  margin: 0 -8px;
}

.slide-item {
  padding: 0 8px;
}





.cc-body {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  color: #fff;
  z-index: 2;
}


.cc-body span {
  color: #f7c56a;
  font-weight: 400;
}

/* Arrow Button */

.slick-prev,
.slick-next {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #141414;
  border: 1px solid rgba(255, 255, 255, .15);
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 99;
  transition: .3s;
}

.slick-prev {
  left: -22px;
}

.slick-next {
  right: -22px;
}

.slick-prev:hover,
.slick-next:hover {
  background: #222;
}

/* Remove Slick Default Icon */

.slick-prev:before,
.slick-next:before {
  font-size: 0;
  opacity: 1;
  color: transparent;
}

/* Custom Left Arrow */

.slick-prev:after {
  content: "‹";
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
}

/* Custom Right Arrow */

.slick-next:after {
  content: "›";
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
}

.slick-prev:before {
  content: '' !important;
}

.slick-next:before {
  content: '' !important;
}

/* SAME ROUND ARROWS */

.collection-slider .slick-prev,
.collection-slider .slick-next {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #111;
  border: 1px solid rgba(255, 255, 255, .12);
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.collection-slider .slick-prev {
  left: -45px;
}

.collection-slider .slick-next {
  right: -45px;
}

.collection-slider .slick-prev:before,
.collection-slider .slick-next:before {
  color: #fff;
  font-size: 18px;
  opacity: 1;
}

.collection-slider .slick-prev:hover,
.collection-slider .slick-next:hover {
  background: #1c1c1c;
}

.learn-slider .slick-prev,
.learn-slider .slick-next {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #111;
  border: 1px solid rgba(255, 255, 255, .12);
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.learn-slider .slick-prev {
  left: -45px;
}

.learn-slider .slick-next {
  right: -45px;
}

.learn-slider .slick-prev:before,
.learn-slider .slick-next:before {
  color: #fff;
  font-size: 18px;
  opacity: 1;
}

.learn-slider .slick-prev:hover,
.learn-slider .slick-next:hover {
  background: #1c1c1c;
}

.testimonials .section-head {
  display: block;
}

/*  Shop by Category */
.category-btn {
  border-radius: 15px;
}

@media (max-width: 1300px) {

  .collection-slider,
  .learn-slider {
    width: 90%;
    margin: auto;
  }
}

.section-link.category-btn {
  display: inline-block;
  background-color: #161514;
  border: 1px solid #4a3d2c;
  color: #C4A47C;
  font-family: inherit;
  font-size: 16px;
  text-decoration: none;
  padding: 12px 30px;
  border-radius: 50px;
  text-align: center;
  transition: all 0.3s ease;
}

.section-link.category-btn:hover {
  border-color: #C4A47C;
  background-color: #1e1b17;
}

@media (max-width: 768px) {

  .collection-slider,
  .learn-slider {
    width: 100%;

  }

  .section-link.category-btn {
    padding: 10px 20px;
    font-size: 13px;
  }
}

/* bestseller */
.product-card {
  background-color: #121212;
  border: 1px solid #222222;
  border-radius: 16px;

  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.pc-media {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.pc-media img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.pc-body {
  display: flex;
  flex-direction: column;
}

.pc-title {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 4px;
  line-height: 1.3;
}

.pc-subtitle {
  color: #8c857b;
  font-size: 13px;
  margin-bottom: 8px;
}

.pc-rating {
  color: #ffffff;
  font-size: 13px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.pc-rating .star {
  color: #C4A47C;
}

.pc-rating .review-count {
  color: #706a62;
}

.pc-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pc-price .now,
.pc-price ins {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.pc-price del {
  color: #706a62;
  font-size: 13px;
  margin-right: 5px;
}

.pc-cart-btn {
  background-color: #161514;
  border: 1px solid #4a3d2c;
  color: #C4A47C;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.pc-cart-btn:hover {
  border-color: #C4A47C;
  background-color: #1e1b17;
}

.section-head {
  margin-bottom: 20px;
}

/* Collection View All Button Styling */
.collection-view-all-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #7A1F3B;
  /* Requested Background Color */
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 6px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 4px 12px rgba(122, 31, 59, 0.35);
  /* Box Shadow Effect */
  transition: all 0.3s ease-in-out;
}

/* Hover Effect */
.collection-view-all-btn:hover {
  background-color: #922547;
  /* Slightly lighter shade on hover */
  color: #ffffff;
  box-shadow: 0 6px 16px rgba(122, 31, 59, 0.55);
  /* Enhanced shadow on hover */
  transform: translateY(-2px);
  /* Smooth upward shift */
}

.collection-view-all-btn:active {
  transform: translateY(0);
}

.variable-items-wrapper {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.variable-item {
  width: 68px !important;
  height: 42px !important;
  border: 1px solid #3a342f !important;
  background: #1a1616 !important;
  color: #fff !important;
  border-radius: 4px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  transition: .3s;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04);
}

.variable-item:hover {
  border-color: #d7a64d !important;
}

.variable-item.selected {
  border-color: #d7a64d !important;
  background: #26201b !important;
  box-shadow: 0 0 0 1px #d7a64d inset;
}

.variable-item span {
  color: #fff;
}