* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lato', 'Figtree', 'Poppins', sans-serif;
}

body {
    background: #fff;
    color: #222;
}

/* Top Bar */
.top-bar {
    /* background: #111; */
    color: #fff;
    text-align: center;
    padding: 8px;
    font-size: 14px;
    background: linear-gradient(135deg, #ff9800, #f57c00);
}

/* Header */
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 60px;
    border-bottom: 1px solid #eee;
}

.logo {
    font-size: 26px;
    font-weight: 600;
}

.logo span {
    color: #c9a24d;
}

.nav a {
    margin: 0 15px;
    text-decoration: none;
    color: #222;
    font-weight: 500;
}

.icons i {
    margin-left: 15px;
    cursor: pointer;
}

/* Hero */
.hero {
    height: 80vh;
    background: url('../images/hero.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    padding-left: 80px;
}

.hero-content {
    max-width: 450px;

}

.hero h1 {
    font-size: 48px;
    margin-bottom: 10px;
    font-family: 'Lato', 'Figtree',sans-serif;

}

.hero p {
    font-size: 18px;
    margin-bottom: 20px;
    font-family: 'Lato', 'Figtree',sans-serif;
}

.hero button {
    padding: 12px 30px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
    font-family: 'Lato', 'Figtree',sans-serif;
}

/* Categories */
.categories {
    display: flex;
    justify-content: space-around;
    padding: 50px 0;
}

.category {
    font-size: 18px;
    font-weight: 500;
}

/* Products */
.products {
    padding: 60px;
}

.products h2 {
    text-align: center;
    margin-bottom: 40px;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.product-card {
    text-align: center;
}

.product-card img {
    width: 100%;
    border-radius: 8px;
}

.product-card h4 {
    margin: 10px 0;
}

/* Footer */
.footer {
    background: #111;
    color: #fff;
    text-align: center;
    padding: 20px;
    /* float: left; */
    width: 100%;
    font-family: 'Lato', 'Figtree',sans-serif;
}

 .top-banner img {
      width: 100%;
      height: auto;
    }
    .search-box input {
      border-radius: 6px;
      padding-left: 20px;
      height: 45px;
      border: 1px solid #0000003b;
    }
    .icon-text {
      font-size: 12px;
      margin-top: 4px;
    }
    .nav-links a {
      text-decoration: none;
      color: #121212BF;
      font-weight: 500;
      font-size: 16px;
      margin: 0 12px;
    }
    .nav-links a:hover {
      text-decoration: underline;
    }

    .hero-slider .carousel-item {
      height: 520px;
      background-size: cover;
      background-position: center;
      position: relative;
    }

    .hero-content {
      position: absolute;
      top: 50%;
      left: 8%;
      transform: translateY(-50%);
      max-width: 480px;
      color: #4b1d1d;
      font-family: 'Lato', 'Figtree', sans-serif;
    }

    .hero-content h1 {
      font-size: 52px;
      font-weight: 500;
      color: #fff;
      font-family: 'Lato', 'Figtree', sans-serif;
    }

    .hero-content p {
      font-size: 20px;
      margin: 15px 0;
      color: #fff;
      font-family: 'Lato', 'Figtree', sans-serif;
    }

    .hero-btn {
      background: #ff9b00;
      color: #fff;
      padding: 12px 30px;
      border: none;
      font-size: 16px;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      filter: invert(1);
    }

    @media (max-width: 768px) {
      .hero-content h1 {
        font-size: 32px;
      }
      .hero-content {
        left: 5%;
        right: 5%;
      }
    }


     .gem-card {
      background: #fff;
      padding: 30px 20px;
      text-align: center;
      height: 100%;
      transition: all 0.3s ease;
    }
    .gem-card:hover {
      box-shadow: 0 10px 25px rgba(0,0,0,0.08);
      transform: translateY(-4px);
    }
    .gem-card img {
      max-width: 120px;
      margin-bottom: 15px;
    }
    .gem-card h5 {
      font-size: 15px;
      font-weight: 600;
      letter-spacing: 0.5px;
      font-family: 'Lato', 'Figtree', sans-serif;
    }
    .gem-card p {
      font-size: 13px;
      color: #555;
      margin-bottom: 0;
      font-family: 'Lato', 'Figtree', sans-serif;
    }

    section.catagory_warp {
    background: #f1f1f1;
}

.icon_warp a {
    color: #000;
    text-decoration: none;
}


.product-card{
    background: #f5f5f59e;
    border-radius:12px;
    padding:15px;
    position:relative;
    height:100%;
    /* box-shadow: 0px 0px 5px 0px #00000029; */
}
.product-card img{
    width:100%;
    height: 170px;
    object-fit:contain;
}
.wishlist{
    position:absolute;
    top:15px;
    right:15px;
    font-size:22px;
    color:#ff6b81;
    cursor:pointer;
}
.rating{
    font-size:14px;
    margin-top:8px;
    background: #0000001a;
    width: 100px;
    margin: 0 auto;
    padding: 5px;
    border-radius: 9px;
    position: relative;
    margin-top: -15px;
}
.price{
    font-weight:600;
    font-size:18px;
}
.old-price{
    text-decoration:line-through;
    color:#999;
    font-size:14px;
}
.offer{
    color:#005eff;
    font-size:13px;
    font-weight:600;
}
.btn-cart{
    /* background: #ffc0cb !important; */
    border: none !important;
    padding: 10px !important;
    font-weight: 600 !important;
    background: linear-gradient(135deg, #ff9800, #f57c00);
}
.btn-cart:hover{
    /* background:#ffb6c1; */
    background: linear-gradient(135deg, #d98304, #b75f05);
}
.btn-buy{
    border: 1px solid #000 !important;
    background:#fff;
    padding: 10px !important;
    font-weight: 600 !important;
}
.cart-badge{
    position:absolute;
    top:-6px;
    right:-10px;
    background:red;
    color:#fff;
    font-size:12px;
    padding:2px 6px;
    border-radius:50%;
}

.product-card h6 {
    font-size: 14px;
}

.sale-banner-wrapper {
        padding: 0px 0 60px;
}

.sale-banner {
    background: url(../images/banner_gems.jpg);
    border-radius: 16px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.sale-tag {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
}

.sale-banner h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}

.sale-banner p {
    color: #ffffff;
    max-width: 420px;
}

.sale-banner .btn {
    font-weight: 600;
    border-radius: 30px;
    background: #ffa700;
    border: none;
    color: #000;
}

.nav-links {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.nav-links a {
  text-decoration: none;
  color: #121212BF;
  font-size: 18px;
  padding: 6px 0;
  font-family: "Lato", sans-serif;
}

/* MOBILE */
@media (max-width: 768px) {
  .nav-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

/* ICON COMMON */
.icon_warp a {
  text-decoration: none;
  color: #121212BF;
}
.icon-text {
  font-size: 13px;
  color: #121212BF;
  font-family: "Lato", sans-serif;
}

/* MOBILE FOOTER */
.mobile-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px 0;
  z-index: 9999;
}

.mobile-footer a {
  color: #000;
  font-size: 20px;
  position: relative;
}

.mobile-footer .badge {
  position: absolute;
  top: -6px;
  right: -10px;
  font-size: 10px;
}

/* EXTRA SPACE SO CONTENT DOESN'T HIDE */
@media (max-width: 768px) {
  body {
    padding-bottom: 65px;
  }
}

@media (max-width: 768px) {
  .gem-card {
    padding: 20px;
    margin: 0 auto;
    max-width: 280px;
  }
}

/* HERO SLIDER */
.hero-slider {
  width: 100%;
  position: relative;
}

/* Slide background */
.hero-slider .carousel-item {
  height: 70vh;
  min-height: 420px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Content box */
.hero-content {
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  max-width: 420px;
}

/* Text */
.hero-content h1 {
  font-size: 48px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}
.hero-content p {
  font-size: 18px;
  margin: 15px 0;
}

/* Button */
.hero-btn {
  background: #000;
  color: #fff;
  border: none;
  padding: 12px 26px;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
}

/* ====================== */
/* TABLET */
/* ====================== */
@media (max-width: 991px) {
  .hero-slider .carousel-item {
    height: 55vh;
  }

  .hero-content h1 {
    font-size: 36px;
  }

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

/* ====================== */
/* MOBILE */
/* ====================== */
@media (max-width: 576px) {
  .hero-slider .carousel-item {
    height: 17vh;
    min-height: 130px;
    background-size: contain;
  }

  .hero-content {
    left: 5%;
    right: 5%;
    text-align: center;
  }

  .hero-content h1 {
    font-size: 26px;
  }

  .hero-content p {
    font-size: 14px;
  }

  .hero-btn {
    padding: 10px 20px;
    font-size: 13px;
  }

  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }
}

@media (max-width: 768px) {
  .product-card {
    max-width: 280px;
    margin: auto;
  }
}


.aa_l {
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0 50px;
    margin: 20px 0;
}

.aa_l a {
    background: transparent;
    color: #000000;
    padding: 8px 30px;
    text-decoration: none;
    /* font-family: 'Poppins', sans-serif; */
    border: 2px solid #000;
    border-radius: 10px;
    font-family: "Lato", sans-serif;
}

.aa_l a:hover {
    /* background: #ff8300; */
    color: #fff;
    border: #fff;
    background: linear-gradient(135deg, #ff9800, #f57c00);
}

.certificate-wrap {
  padding: 60px 0;
  background: #efefef;
  /* margin-top: 130px; */
  float: left;
  width: 100%;
}

.certificate-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 0 15px;
}

.certificate-left img {
  width: 100%;
  max-width: 750px;
  border-radius: 8px;
}

.certificate-right {
  max-width: 420px;
}

.certificate-right h2 {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 600;
}

.certificate-logos {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.certificate-logos li img {
  max-height: 40px;
  transition: transform 0.3s ease;
}

.certificate-logos li img:hover {
  transform: scale(1.1);
}

.certificate-links {
  display: flex;
  gap: 15px;
}

.certificate-links a {
  padding: 12px 22px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.read-more {
  border: 1px solid #000;
  color: #000;
}

.read-more:hover {
  background: #000;
  color: #fff;
}

.shop-now {
  background: #000;
  color: #fff;
}

.shop-now:hover {
  background: #333;
}

/* Responsive */
@media (max-width: 991px) {
  .certificate-container {
    flex-direction: column;
    text-align: center;
  }

  .certificate-right {
    max-width: 100%;
  }

  .certificate-logos {
    justify-content: center;
  }

  .certificate-links {
    justify-content: center;
  }
}


.site-footer {
  background: #f8f8f8;
  color: #333;
}

.footer-top {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  padding: 50px;
  font-family: 'Lato', 'Figtree', 'Poppins', sans-serif;
}

.footer-col h4 {
  margin-bottom: 15px;
  font-size: 16px;
  font-family: 'Lato', 'Figtree', 'Poppins', sans-serif;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col ul li a {
  color: #555;
  text-decoration: none;
}

.footer-col ul li a:hover {
  color: #000;
}

.newsletter input {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
}

.newsletter button {
  width: 100%;
  padding: 10px;
  border: none;
  /* background: #000; */
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #ff9800, #f57c00);
}

.social-icons {
  margin-top: 15px;
}

.social-icons a {
  margin-right: 10px;
  text-decoration: none;
  font-weight: bold;
}

.footer-middle {
  display: flex;
  justify-content: space-between;
  padding: 30px 50px;
  border-top: 1px solid #ddd;
  flex-wrap: wrap;
  background: #f0f0f0;
  font-family: 'Lato', 'Figtree', 'Poppins', sans-serif;
}

.partners span {
  margin-right: 15px;
  font-size: 14px;
}

.footer-bottom {
  border-top: 1px solid #ddd;
  padding: 20px 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
  background: #f0f0f0;
  font-family: 'Lato', 'Figtree', 'Poppins', sans-serif;
}

.payments span {
  margin-left: 10px;
}

.logo_warp a img {
    width: 100% !important;
}

.partners img {
    width: 100%;
}

.footer-middle img {
    width: 100%;
}

.payments img {
    width: 100%;
}







@media (max-width: 768px) {
.logo_warp {
    flex: auto !important;
    text-align: center;
}

.logo_warp a img {
    width: 22% !important;
}


}


.filter-box {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 6px;
}

.filter-list {
  list-style: none;
  padding: 0;
  margin-top: 10px;
}

.filter-list li {
  font-size: 14px;
  margin-bottom: 8px;
}

.pagination .page-link {
  color: #000;
}

.pagination .active .page-link {
  background: #000;
  border-color: #000;
}

.inner_warp {
    background: url(../images/innpage_product.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 230px;
}

.inner_warp h2 {
    color: #fff;
}

.inner_warp p {
    color: #fff !important;
}

.product-details-page .thumb {
  width: 70px;
  height: 70px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid #ddd;
  border-radius: 4px;
}

.product-details-page .thumb.active {
  border-color: #000;
}

.old-price {
  text-decoration: line-through;
  color: #999;
}

.wishlist-detail {
  cursor: pointer;
}

.product-options {
  margin: 20px 0;
}

.product-options label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}

.product-options select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  background: #fff;
  cursor: pointer;
}

.product-options select:focus {
  border-color: #000;
  outline: none;
}

.review-item {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.review-summary span {
  line-height: 1;
}

.product-tabs li button.nav-link {
    color: #000;
}

.wishlist-detail {
    position: relative;
    z-index: 99;
}


.section-title h2 {
    font-size: 28.8px;
    font-weight: 500;
    line-height: 1.2;
    color: #121212;
}

.banner-content h2 {
    font-family: 'Lato', 'Figtree',sans-serif;
}

.banner-content h2 strong {
  font-family: 'Lato', 'Figtree',sans-serif;
}

.banner-content p {
  font-family: 'Lato', 'Figtree',sans-serif;
}

.banner-content a.btn {
  font-family: 'Lato', 'Figtree',sans-serif;
}

.site-footer,
.site-footer * {
    font-family: 'Lato', 'Figtree',sans-serif;
    /* float: left; */
    /* width: 100%; */
    font-size: 16px;
}


.cart-section {
  font-family: 'Figtree', sans-serif;
  background: #faf7f2;
}

/* Steps */
.cart-steps {
  display: flex;
  gap: 20px;
  font-weight: 500;
}
.cart-steps span {
  color: #999;
}
.cart-steps .active {
  color: #000;
  font-weight: 600;
}

/* Cart Item */
.cart-item {
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  margin-bottom: 20px;
}
.cart-img {
  width: 90px;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
}
.cart-item h5 {
  font-size: 16px;
  margin-bottom: 4px;
}

/* Quantity */
.qty-control {
  display: flex;
  align-items: center;
  gap: 10px;
}
.qty-control button {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  border: 1px solid #ccc;
  background: #fff;
}

/* Order Summary */
.order-summary {
  background: #f3efe8;
  padding: 20px;
  border-radius: 14px;
}
.summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.checkout-btn {
  width: 100%;
  background: #111;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 25px;
}
.delivery-text {
  font-size: 14px;
  color: #666;
}

/* Coupon */
.apply-btn {
  background: transparent;
  border: none;
  color: #ff5a00;
  font-weight: 600;
}

/* Mobile */
@media (max-width: 767px) {
  .cart-item {
    flex-direction: column;
  }
  .cart-img {
    width: 100%;
    height: 200px;
  }
}

/*checkout secion design*/

.checkout-section {
  font-family: 'Figtree', sans-serif;
  background: #fafafa;
}

.checkout-box, .summary-box {
  background: #fff;
  padding: 20px;
  border-radius: 14px;
}

.delivery-toggle {
  display: flex;
  gap: 10px;
}
.delivery-toggle button {
  flex: 1;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #ddd;
  background: #fff;
}
.delivery-toggle .active {
  border-color: #4f63ff;
  background: #f0f3ff;
  color: #4f63ff;
}

/* Payment */
.payment-methods {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.payment-option {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 12px;
  cursor: pointer;
}

.payment-option input:checked + span {
  font-weight: 600;
}

.payment-option input {
  margin-right: 10px;
}
.payment-option span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.payment-option img {
  height: 22px;
}

/* Summary */
.summary-item {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}
.summary-item img {
  width: 55px;
  height: 55px;
  border-radius: 8px;
  object-fit: cover;
}
.summary-item p {
  margin: 0;
  font-size: 14px;
}

.coupon button {
  border: none;
  background: transparent;
  color: #121212;
  font-weight: 600;
}

.price-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}

.pay-btn {
  width: 100%;
  background: #121212;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 10px;
}

.secure-text {
  font-size: 13px;
  color: #777;
  text-align: center;
}

/* Mobile */
@media (max-width: 768px) {
  .checkout-box, .summary-box {
    padding: 15px;
  }

  .cart-layout {
    display: block !important;
}
}

.address-box {
  min-height: 90px;
  resize: none;
}

/*whichlist section */
.wishlist-section {
  font-family: 'Figtree', sans-serif;
}

/* Header */
.wishlist-header {
  display: grid;
  grid-template-columns: 2.5fr 1fr 1.2fr 1fr 1.2fr;
  background: #ffc13d;
  padding: 12px 15px;
  border-radius: 8px;
  font-weight: 600;
}

/* Item Row */
.wishlist-item {
  display: grid;
  grid-template-columns: 40px 2.5fr 1fr 1.2fr 1fr 1.2fr;
  align-items: center;
  gap: 10px;
  padding: 16px 0;
  border-bottom: 1px solid #eee;
  position: relative;
}

/* Remove */
.remove-btn {
  border: none;
  background: none;
  font-size: 20px;
  color: #888;
}

/* Product */
.product-info {
  display: flex;
  gap: 12px;
  align-items: center;
}
.product-info img {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  object-fit: cover;
}
.product-info h6 {
  margin: 0;
  font-size: 15px;
}
.product-info small {
  color: #777;
}

/* Stock */
.stock.instock {
  color: #2e9e5b;
  font-weight: 500;
}

/* Buttons */
.add-cart-btn {
  background: #1f4d2b;
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 20px;
  font-size: 14px;
}

/* Footer */
.wishlist-footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.wishlist-link {
  display: flex;
  gap: 10px;
  align-items: center;
}
.wishlist-link input {
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid #ddd;
  width: 220px;
}
.wishlist-link button {
  background: #1f4d2b;
  color: #fff;
  border: none;
  padding: 6px 14px;
  border-radius: 16px;
}

.wishlist-actions {
  display: flex;
  gap: 20px;
  align-items: center;
}
.wishlist-actions .clear {
  color: #1f4d2b;
  font-weight: 500;
}
.wishlist-actions .add-all {
  background: #1f4d2b;
  color: #fff;
  border: none;
  padding: 8px 18px;
  border-radius: 20px;
}


.deliver_warp {
    border-radius: 6px !important;
    border: 1px solid #ccc !important;
}

.gem-recommendation-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.gem-recommendation-inner {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.gem-recommendation-inner img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gem-recommendation-inner:hover img {
  transform: scale(1.08);
}

.gem-recommendation-text {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.75), transparent);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  color: #fff;
}

.gem-recommendation-text h3 {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  margin-bottom: 12px;
  font-family: 'Lato', 'Figtree', 'Poppins', sans-serif;
}

.gem-recommendation-text a {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Lato', 'Figtree', 'Poppins', sans-serif;
}

@media (max-width: 991px) {
  .gem-recommendation-grid {
    grid-template-columns: 1fr;
  }
}

section.gem-recommendation-wrap {
    float: left;
    width: 100%;
    padding-bottom: 30px;
}

.book-session-wrap {
  padding: 0px 0 50px;
  /* background: linear-gradient(135deg, #111, #2a2a2a); */
  float: left;
  width: 100%;
}

.book-session-box {
  background: url("../images/book.png")
    center/cover no-repeat;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.book-session-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}

.book-session-content {
  position: relative;
  text-align: center;
  max-width: 700px;
  margin: auto;
  padding: 90px 30px;
  color: #fff;
}

.book-session-content h2 {
  font-family: "Playfair Display", serif;
  font-size: 38px;
  margin-bottom: 20px;
  font-family: 'Lato', 'Figtree', 'Poppins', sans-serif;
}

.book-session-content p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
  opacity: 0.9;
  font-family: 'Lato', 'Figtree', 'Poppins', sans-serif;
}

.book-session-btn {
  display: inline-block;
  padding: 14px 36px;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  transition: all 0.3s ease;
  text-decoration: none;
  font-family: 'Lato', 'Figtree', 'Poppins', sans-serif;
}

.book-session-btn:hover {
  background: #fff;
  color: #000;
}


.customer-stories {
  padding: 90px 0;
  background-color: #fafafa;
  float: left;
  width: 100%;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title h2 {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  color: #111;
}

.testimonial-slider {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.testimonial-card {
  display: block;
  /* background: #ffe6ae; */
  border-radius: 16px;
  padding: 25px;
  text-decoration: none;
  color: #111;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  background: linear-gradient(135deg, #f4bb66, #f0d2b4);
}

.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.testimonial-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.testimonial-content p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.testimonial-image img {
  width: 84px;
  border-radius: 12px;
  object-fit: cover;
  border: 2px solid #ffc0cb;
}

/* Responsive */
@media (max-width: 991px) {
  .testimonial-slider {
    grid-template-columns: 1fr;
  }
}

.testimonial-image {
    position: absolute;
}
footer {
    float: left;
    width: 100%;
}

.faq-section {
  padding: 90px 0;
  background-color: #fafafa;
  float: left;
  width: 100%;
}

.faq-header {
  text-align: center;
  margin-bottom: 50px;
}

.faq-header h2 {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  color: #111;
}

.faq-accordion {
  max-width: 900px;
  margin: auto;
}

.faq-item {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 22px 28px;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-icon {
  font-size: 22px;
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 28px;
}

.faq-answer p {
  padding-bottom: 22px;
  font-size: 15px;
  line-height: 1.7;
  color: #555;
}

/* Active State */
.faq-item.active .faq-answer {
  max-height: 500px;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

/* Responsive */
@media (max-width: 768px) {
  .faq-question {
    font-size: 16px;
  }
}

















@media (max-width: 768px) {

  /* Hide desktop header */
  .wishlist-header {
    display: none;
  }

  /* Card layout */
  .wishlist-item {
    grid-template-columns: 1fr;
    padding: 16px;
    border: 1px solid #eee;
    border-radius: 12px;
    margin-bottom: 16px;
    gap: 12px;
  }

  /* Remove button */
  .remove-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 22px;
  }

  /* Product row */
  .product-info {
    align-items: flex-start;
  }

  /* Meta info blocks */
  .price,
  .date,
  .stock {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
  }

  .price::before {
    content: "Price";
    color: #777;
  }

  .date::before {
    content: "Added";
    color: #777;
  }

  .stock::before {
    content: "Stock";
    color: #777;
  }

  /* Action button */
  .action {
    margin-top: 10px;
  }

  .add-cart-btn {
    width: 100%;
    padding: 12px;
    font-size: 15px;
  }

  /* Footer */
  .wishlist-footer {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .wishlist-link {
    flex-direction: column;
    align-items: stretch;
  }

  .wishlist-link input,
  .wishlist-link button {
    width: 100%;
  }

  .wishlist-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .wishlist-actions .add-all {
    width: 100%;
    padding: 12px;
    font-size: 15px;
  }

  .wishlist-actions .clear {
    text-align: center;
  }

  .footer-bottom img {
    width: 100%;
}

}

@media (max-width:1024px) and (min-width:768px) {
  .wishlist-actions {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-right: 25px;
}
}

@media (max-width:2560px) and (min-width:1024px) {
  .wishlist-actions {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-right: 75px;
}
}

@media (max-width:1440px) and (min-width:1024px) {
  .wishlist-actions {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-right: 35px;
}
}



.footer-bottom p {
    padding-top: 29px;
}

.header_pincode_box_subhead {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  cursor: pointer;
  color: #111;
  font-family: "Lato", sans-serif;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 8px;
}

.header_pincode_box_subhead svg {
  width: 10px;
  height: 10px;
}

/* Modal */
.pincode-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.pincode-modal.active {
  display: flex;
}

.pincode-modal-content {
  background: #fff;
  padding: 35px;
  border-radius: 16px;
  width: 90%;
  max-width: 420px;
  text-align: center;
  position: relative;
  animation: scaleIn 0.3s ease;
}

@keyframes scaleIn {
  from { transform: scale(0.9); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.pincode-modal-content h3 {
  font-size: 22px;
  margin-bottom: 8px;
}

.pincode-modal-content p {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.pincode-modal-content input {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
  margin-bottom: 18px;
  font-size: 15px;
}

.pincode-submit {
  width: 100%;
  padding: 12px;
  background: #111;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
}

.pincode-close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  font-size: 26px;
  cursor: pointer;
}

.collection-filter {
  /* border-bottom: 1px solid #eee; */
  padding: 15px 0;
  font-size: 14px;
  margin-top: 20px;
}

.filter-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.filter-left {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.filter-dropdown {
  position: relative;
}

.filter-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.filter-btn::after {
  content: "▾";
  font-size: 11px;
}

.filter-menu {
  position: absolute;
  top: 130%;
  left: 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  list-style: none;
  padding: 10px 0;
  min-width: 180px;
  display: none;
  z-index: 99;
}

.filter-menu li {
  padding: 10px 16px;
  cursor: pointer;
  white-space: nowrap;
}

.filter-menu li:hover {
  background: #f5f5f5;
}

/* Sort */
.filter-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.filter-right select {
  border: none;
  font-size: 14px;
  cursor: pointer;
}
.collection-section {
  padding: 40px 0;
}

.collection-header h2 {
  font-size: 22px;
  margin-bottom: 25px;
}

.collection-header span {
  color: #777;
  font-weight: 400;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.product-card {
  position: relative;
  background: #fff;
  border-radius: 12px;
  transition: box-shadow 0.3s ease;
}

.product-card:hover {
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.product-image img {
  width: 100%;
  padding: 30px;
}

.wishlist-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  border: none;
  background: none;
  font-size: 22px;
  cursor: pointer;
  color: #ff5c8d;
}

.product-info {
  padding: 0 20px 20px;
}

.rating {
  font-size: 13px;
  background: #f5f5f5;
  display: inline-block;
  padding: 4px 8px;
  border-radius: 6px;
  margin-bottom: 10px;
}

.product-info h3 {
  font-size: 15px;
  margin-bottom: 10px;
}

.price {
  margin-bottom: 6px;
}

.price strong {
  font-size: 16px;
}

.old-price {
  text-decoration: line-through;
  color: #999;
  font-size: 13px;
  margin-left: 6px;
}

.offer {
  font-size: 13px;
  color: #1d4ed8;
  margin-bottom: 14px;
}

.offer.blue {
  color: #2563eb;
}

.product-btn {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  background: #ffd1dc;
  border: none;
  font-size: 14px;
  cursor: pointer;
}

/* Responsive */
@media (max-width: 992px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

.pagination-wrapper {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.pagination {
  display: flex;
  list-style: none;
  gap: 8px;
  padding: 0;
}

.page-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  text-decoration: none;
  color: #111;
  font-size: 14px;
  border: 1px solid #ddd;
  transition: all 0.25s ease;
}

.page-item a:hover {
  background: #f3f3f3;
}

.page-item.active a {
  background: #000;
  color: #fff;
  border-color: #000;
}

.page-item.disabled a {
  pointer-events: none;
  opacity: 0.4;
}



  /* Product Info Styling */
        .product-title {
            font-size: 1.8rem;
            margin-bottom: 0.5rem;
            font-weight: 500;
        }
        .silver-tag {
            color: #757575;
            font-size: 0.9rem;
            letter-spacing: 1px;
            text-transform: uppercase;
            margin-bottom: 1rem;
        }

        /* Price Section */
        .price-container {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 20px;
        }
        .sale-price {
            font-size: 1.5rem;
            font-weight: 600;
            color: var(--giva-pink);
        }
        .regular-price {
            text-decoration: line-through;
            color: #888;
        }
        .discount-badge {
            background-color: var(--giva-pink);
            color: white;
            padding: 2px 8px;
            border-radius: 4px;
            font-size: 0.8rem;
        }

        /* Interactive Elements */
        .action-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
        }
        .wishlist-btn {
            background: none;
            border: 1px solid #ddd;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s;
        }
        .wishlist-btn.active svg {
            fill: var(--giva-pink);
            stroke: var(--giva-pink);
        }

        /* Delivery Check */
        .delivery-check {
            background: #f885000d;
            padding: 15px;
            border-radius: 8px;
            margin-bottom: 20px;
        }
        .pincode-input-group {
            display: flex;
            gap: 10px;
            margin-top: 10px;
        }
        .pincode-input-group input {
            flex: 1;
            padding: 8px;
            border: 1px solid #ccc;
            border-radius: 4px;
        }
        .check-btn {
            background-color: black;
            color: white;
            border: none;
            padding: 8px 15px;
            border-radius: 4px;
            cursor: pointer;
        }
        .delivery-result {
            margin-top: 10px;
            font-size: 0.9rem;
            color: green;
            display: none;
        }

        /* Offers Accordion */
        .offer-box {
            border: 1px dashed var(--giva-pink);
            padding: 10px;
            margin-bottom: 20px;
            border-radius: 8px;
            cursor: pointer;
            background: #f8850036;
        }
        .offer-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-weight: 600;
        }
        .offer-details {
            display: none;
            margin-top: 10px;
            font-size: 0.9rem;
        }
        .copy-code {
            background: white;
            border: 1px solid var(--giva-pink);
            color: var(--giva-pink);
            padding: 2px 8px;
            border-radius: 4px;
            font-size: 0.8rem;
            cursor: pointer;
        }

        /* Description */
        .description-box {
            margin-bottom: 20px;
        }
        .desc-content {
            height: 60px;
            overflow: hidden;
            transition: height 0.3s ease;
        }
        .desc-content.expanded {
            height: auto;
        }
        .show-more-btn {
            color: var(--giva-pink);
            cursor: pointer;
            font-weight: 600;
            margin-top: 5px;
            display: inline-block;
        }

        /* Buttons */
        .add-to-cart {
            width: 100%;
            padding: 15px;
            background-color: transparent;
            border: 1px solid var(--giva-pink);
            color: var(--giva-pink);
            font-weight: 600;
            margin-bottom: 10px;
            border-radius: 5px;
            transition: 0.3s;
        }
        .add-to-cart:hover {
            background-color: var(--giva-pink);
            color: white;
        }
        .buy-now {
            width: 100%;
            padding: 15px;
            background-color: var(--giva-pink);
            border: none;
            color: white;
            font-weight: 600;
            border-radius: 5px;
        }

        /* Similar Products Slider */
        .similar-products {
            margin-top: 50px;
            padding-top: 30px;
            border-top: 1px solid #eee;
        }
        .scrolling-wrapper {
            display: flex;
            flex-wrap: nowrap;
            overflow-x: auto;
            gap: 20px;
            padding-bottom: 20px;
            -webkit-overflow-scrolling: touch;
        }
        .scrolling-wrapper::-webkit-scrollbar {
            display: none;
        }
        .card-product {
            flex: 0 0 auto;
            width: 250px;
            border: 1px solid #eee;
            border-radius: 8px;
            padding: 10px;
        }
        .card-product img {
            width: 100%;
            border-radius: 8px;
            margin-bottom: 10px;
        }

        .product-gallery {
  /* max-width: 520px; */
}

.main-image-wrapper {
  border-radius: 16px;
  overflow: hidden;
  background: #f9f9f9;
}

.main-image {
  width: 100%;
  /* height: 420px; */
  object-fit: contain;
  transition: transform 0.4s ease;
  cursor: zoom-in;
}

.main-image-wrapper:hover .main-image {
  transform: scale(1.2);
}

.thumb-wrapper {
  display: flex;
  gap: 12px;
  margin-top: 14px;
}

.thumb {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: 12px;
  cursor: pointer;
  border: 2px solid transparent;
  padding: 2px;
  background: #f4f4f4;
  transition: 0.3s;
}

.thumb:hover {
  border-color: #aaa;
}

.thumb.active {
  border-color: #000;
  background: #fff;
}

.cart-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}

.cart-item {
  display: flex;
  gap: 20px;
  padding: 20px;
  border: 1px solid #eeeeeea3;
  border-radius: 14px;
  position: relative;
}

.cart-img {
  width: 120px;
}

.cart-details h5 {
  margin-bottom: 6px;
}

.price {
  font-weight: 700;
}

.old-price {
  text-decoration: line-through;
  color: #999;
  margin-left: 10px;
}

.qty-box {
  display: flex;
  gap: 2px;
  margin: 10px 0;
}

.qty-box button {
  width: 28px;
  background: #f78000;
  border: none;
  color: #fff;
  border-radius: 4px;
}

.remove {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 18px;
}

.digital-letter {
  border: 2px dashed #7a4dfc;
  padding: 20px;
  border-radius: 16px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.free-tag {
  background: #7a4dfc;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 10px;
}

.cart-right {
  padding: 20px;
  border-radius: 16px;
  background: #fafafa;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.total {
  font-weight: 700;
}

.checkout-btn {
  width: 100%;
  padding: 14px;
  border-radius: 12px;
  border: none;
  background: #f26c85;
  color: #fff;
  font-size: 16px;
}

.cart-footer{
  max-width:420px;
  margin: 0px auto;
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}
.totals{
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.totals_wrapper{
  text-align:right;
}
.total__total-compare-value{
  text-decoration:line-through;
  color:#999;
  font-size:14px;
}
.totals__total-value{
  font-size:20px;
  font-weight:bold;
}
.tooltip{
  position:relative;
  display:inline-block;
  margin-left:5px;
  cursor:pointer;
}
.tooltiptext{
  visibility:hidden;
  background:#333;
  color:#fff;
  padding:6px;
  border-radius:4px;
  font-size:12px;
  position:absolute;
  right:0;
  top:22px;
  width:200px;
}
.tooltip:hover .tooltiptext{
  visibility:visible;
}

/* Offers */
.accordion{
  border:1px solid #ddd;
  border-radius:6px;
  margin-top:10px;
}
.accordion__intro{
  padding:10px;
  cursor:pointer;
  font-weight:bold;
}
.accordion__content{
  display:none;
  padding:10px;
  background:#fafafa;
  align-items:center;
  gap:10px;
}
.offer{
  display:flex;
}
#offer-code{
  font-weight:bold;
  background:#eee;
  padding:5px 10px;
  border-radius:4px;
}
.copy-code{
  cursor:pointer;
  color:#E9718B;
}
.copied{
  display:none;
  color:green;
  font-size:13px;
}

/* View more */
.show-hide-offers{
  margin-top:10px;
  cursor:pointer;
  color:#E9718B;
  font-weight:bold;
}

/* Gift wrap */
.all_gift_wrap{
  margin-top:15px;
}

/* Checkout */
.cart__checkout-button{
  width:100%;
  background: #f67f00;
  color:#fff;
  border:none;
  padding:14px;
  border-radius:6px;
  margin-top:15px;
  font-size:16px;
  cursor:pointer;
}

.cart-item{
  display:flex;
  gap:20px;
  align-items:flex-start;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, .05);
}
.cart-item img{
  width:120px;
  border-radius:8px;
}
.cart-details{
  flex:1;
}
.cart-title{
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.cart-title h4{
  margin:0;
}
.close-btn{
  cursor:pointer;
  font-size:20px;
}
.price{
  font-size:18px;
  font-weight:bold;
}
.compare{
  text-decoration:line-through;
  color:#999;
  margin-left:10px;
}

.popup{
  display:none;
  position:fixed;
  inset:0;
  background:rgba(0,0,0,0.5);
}
.popup-content{
  background:#fff;
  width:350px;
  margin:100px auto;
  padding:20px;
  border-radius:10px;
}
.popup-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.popup-actions a{
  display:inline-block;
  margin-right:10px;
  margin-top:10px;
  color:#E9718B;
  cursor:pointer;
}
.gift-wrap{
  margin-top:15px;
}
.total{
  font-size:20px;
  margin-top:20px;
  font-weight:bold;
}
.hidden{
  display:none;
}

.qty-box{
  display:inline-flex;
  align-items:center;
  /* border:1px solid #ddd; */
  border-radius:8px;
  overflow:hidden;
  background:#fff;
}

.qty-box input{
  width: 38px;
  height:40px;
  border:none;
  text-align:center;
  font-size:15px;
  font-weight:500;
  outline:none;
  background:#fff;
}

.qty-btn{
  width:40px;
  height:40px;
  border:none;
  background:#f5f5f5;
  font-size:18px;
  cursor:pointer;
  transition:background .2s ease;
}

.qty-btn:hover{
  background:#eaeaea;
}

.qty-btn:active{
  background:#ddd;
}

.qty-btn:disabled{
  cursor:not-allowed;
  opacity:0.5;
}
.product-card .offer {
    display: block;
}

.cart-page h2 {
    font-size: 22px;
    font-weight: bold;
}

.cart-footer h3 {
    font-size: 20px;
    font-weight: bold;
}

.totals h4 {
    font-size: 18px;
}

.footer-container{
  background:#f9f9f9;
  padding:30px 0;
  border-top:1px solid #eee;
}

.footer-row{
  max-width:1200px;
  margin:auto;
  padding:0 15px;
}

.payment-icons{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:18px;
  list-style:none;
  padding:0;
  margin:0;
}

.payment-icons li img{
  height:32px;
  width:auto;
  object-fit:contain;
  opacity:.9;
  transition:transform .2s ease, opacity .2s ease;
}

.payment-icons li img:hover{
  transform:translateY(-2px);
  opacity:1;
}

.payment-icons .paypal{
  height:22px;
}

.custom-option a{
  display:flex;
  align-items:center;
  gap:6px;
  text-decoration:none;
  font-size:13px;
  color:#333;
  padding:6px 10px;
  border:1px solid #ddd;
  border-radius:20px;
  background:#fff;
  transition:all .2s ease;
}

.custom-option a:hover{
  background:#000;
  color:#fff;
  border-color:#000;
}

.custom-option img{
  height:18px;
}

.checkout-wrapper{
  max-width:1200px;
  margin:40px auto;
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:30px;
  padding:0 20px;
}

.checkout-left h2{
  margin-bottom:20px;
  font-size: 20px;
  font-weight: bold;
}

.checkout-card{
  background:#fff;
  border-radius:12px;
  padding:20px;
  margin-bottom:20px;
  box-shadow:0 8px 25px rgba(0,0,0,.05);
}

.checkout-card h3{
  margin-bottom:5px;
  font-size:16px;
}

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

.form-grid input{
  padding:12px;
  border:1px solid #ddd;
  border-radius:8px;
  font-size:14px;
}

.checkout-card .payment-option{
  display:flex;
  align-items:center;
  gap: 0px;
  padding: 12px;
  font-size:14px;
  margin-bottom: 7px;
}

.checkout-right{
  position:sticky;
  top:30px;
  height:fit-content;
}

.summary-box{
  background:#fff;
  border-radius:14px;
  padding:20px;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.summary-item{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:15px;
}

.summary-item img{
  width:60px;
  border-radius:10px;
}

.product-name{
  font-size:14px;
  margin:0;
}

.product-meta{
  font-size:12px;
  color:#777;
}

.coupon-row{
  display:flex;
  gap:8px;
  margin:15px 0;
}

.coupon-row input{
  flex:1;
  padding:10px;
  border:1px solid #ccc;
  border-radius:8px;
}

.coupon-row button{
  padding:10px 16px;
  border:none;
  background:#000;
  color:#fff;
  border-radius:8px;
  cursor:pointer;
}

.price-row{
  display:flex;
  justify-content:space-between;
  margin:8px 0;
  font-size:14px;
}

.price-row.total{
  font-weight:700;
  border-top:1px solid #eee;
  padding-top:10px;
  font-size:16px;
}

.free{
  color:green;
}

.place-order-btn{
  width:100%;
  padding:14px;
  margin-top:15px;
  background:#e9718b;
  color:#fff;
  border:none;
  border-radius:10px;
  font-size:16px;
  cursor:pointer;
}

.secure-note{
  text-align:center;
  margin-top:10px;
  font-size:12px;
  color:#666;
}

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

.summary-box h3 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 15px;
}

.quantity-box {
    position: relative;
    top: -22px;
}

.quantity-box button {
    height: 44px;
    width: 46px;
}

.quantity-box input#qty {
    height: 47px;
}

select#carat {
    height: 46px;
}

button.btn.btn-outline-secondary.btn-sm {
    height: 46px;
    width: 46px;
}

input#qty {
    height: 46px;
}

.product-details-page .rating {
    width: auto;
    background: #f8840029;
}

button.btn.btn-dark.btn-lg {
    background: #f88600;
    border: none;
}

button.btn.btn-outline-dark.btn-lg {
    background: transparent;
    border: 1px solid #000;
}

button.btn.btn-outline-dark.btn-lg:hover {
    background: #f98800;
    border: 1px solid #f98800;
}

.sidebar {
  background:#fff;
  min-height:100vh;
  border-right:1px solid #eee;
}
.sidebar a {
  display:block;
  padding:12px 15px;
  color:#333;
  text-decoration:none;
}
.sidebar a:hover,
.sidebar a.active {
  background:#0d6efd;
  color:#fff;
}
.card { border:none; border-radius:12px; }
.badge { font-size:12px; }

.dashboard-card {
  background:#fff;
  border-radius:12px;
  padding:20px;
  box-shadow:0 6px 18px rgba(0,0,0,0.05);
}
input:disabled, textarea:disabled {
  background:#f8f9fa;
}

.dashboard-card {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.sidebar {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  height: 100%;
}

.sidebar a {
  display: block;
  padding: 10px;
  color: #333;
  text-decoration: none;
  border-radius: 6px;
  margin-bottom: 5px;
}

.sidebar a.active,
.sidebar a:hover {
  background: #000;
  color: #fff;
}

.form-control:disabled {
  background: #f1f1f1;
}

.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
  font-size: 14px;
  color: #444;
}

.product-meta .label {
  font-weight: 600;
  margin-right: 5px;
  color: #000;
}

.product-meta .value {
  color: #666;
}

@media (max-width: 576px) {
  .product-meta {
    flex-direction: column;
    gap: 8px;
  }
}


.extra-info {
  margin-top: 10px;
}

.availability {
  font-size: 14px;
  display: flex;
  gap: 6px;
  align-items: center;
}

.availability .label {
  font-weight: 600;
  color: #000;
}

.availability .value {
  font-weight: 500;
}

.availability.in-stock .value {
  color: #198754; /* green */
}

.availability.out-of-stock .value {
  color: #dc3545; /* red */
}

    .sidebar {
      min-height:100vh;
      background:#fff;
      border-right: none;
    }
    .sidebar a {
      text-decoration:none;
      color:#333;
      padding:12px 15px;
      display:block;
      border-radius:6px;
    }
    .sidebar a:hover,
    .sidebar a.active {
      background: #f987001f;
      color: #000000;
    }
    .card {
      border:none;
      border-radius:12px;
    }

.section button {
    background: #f98700;
    border: none;
    float: left;
    width: 150px;
    color: #000;
}

.icon_warp a {
  color:#000;
  text-decoration:none;
}

.mini-cart {
  position:absolute;
  top:120%;
  right:0;
  width:300px;
  background:#fff;
  border-radius:12px;
  padding:15px;
  display:none;
  z-index:1000;
}

.cart-item img {
  width:60px;
  height:60px;
  object-fit:cover;
}

.mini-cart.show {
  display:block;
}

.icon_warp .btn-dark {
    background: #fb8d00;
    border: none;
    color: #fff;
}

.cdtr {
    background: linear-gradient(135deg, #ff9800, #f57c00);
    border: none !important;
}


.search-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  max-height: 300px;
  overflow-y: auto;
  z-index: 999;
}

.search-item {
  padding: 12px 15px;
  cursor: pointer;
  font-size: 14px;
  border-bottom: 1px solid #f1f1f1;
  transition: 0.2s;
}

.search-item:hover,
.search-item.active {
  background: #f8f8f8;
}

.search-highlight {
  font-weight: 600;
  color: #000;
}

.search-box {
    position: relative;
}

.filter-left button {
    border: 1px solid #ccc;
    padding: 5px 15px;
    border-radius: 4px;
}

div#mobileNav {
    border-top: 1px solid #ccc;
    padding-top: 8px;
}

.owl-nav{
 display: none; 
}

    


















@media (max-width: 768px) {

.header_pincode_box_subhead {font-size: 12px;}
.catagory_warp .row.g-4.d-md-flex {width: 100%;margin: 0;}
.catagory_warp .col-lg-3.col-md-6 {width: 50%;}
.product_warp .col-md-3.col-sm-6 {width: 50%;margin-top: 0;}
.sale-banner {padding: 15px;text-align: left !important;}
.sale-banner .banner-content.text-center.text-md-start {text-align: left !important;}
.sale-banner h2 {font-size: 24px;}
.sale-banner p.mb-4 {font-size: 13px;}
.sale-banner-wrapper {padding-bottom: 20px;}
.gem-recommendation-inner img {height: auto;}
div#productSlider {float: left;}
.book-session-content { padding: 30px 30px;}
.book-session-content h2 {font-size: 28px;}
.footer-col.newsletter {padding: 7px;}
.inner_warp {height: auto;}
.filter-right {margin-top: 17px;}
.product_warp2 .col-md-3.col-sm-6 {width: 50%;}
}
