body {
  font-family: "Poppins", sans-serif;
  background: #fff;
  color: #333;
  line-height: 1.6;
}

h4, h5, h6 {
  font-weight: 600;
  color: #222;
}

a {
  text-decoration: none;
  color: inherit;
}
.bg-light-blue{background: #0a9bc812;}

/* Top Shipping Bar */
.topbar {
  background: #fdebed;
  color: #810021;
  font-size: 1rem;
  letter-spacing: 0.01em;
  font-weight: 500;
}

/* Navbar Styles */
.main-navbar {
  background: #fff;
  border: none;
  box-shadow: none;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}

.logo-img {
  height: 80px !important;
}

.navbar-nav .nav-link {
  color: #29323c;
  font-size: 1rem;
  transition: color 0.15s;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #ed1e79;
}

.breadcrumb-area {
    background-position: 0 center;
    background-size: cover;
    position: relative;
    min-height: 300px;
}

.icons-nav .nav-link {
  color: #444;
  font-size: 1.15rem;
  padding: 0 0.4rem;
  position: relative;
}

.cart-badge {
  position: absolute;
  top: 2px;
  right: 0px;
  font-size: 0.72rem;
  background: #ed1e79;
  color: #fff;
  border-radius: 50%;
  padding: 1.5px 6px;
  font-weight: 600;
  display: inline-block;
  line-height: 1.1;
  z-index: 1;
  border: 2px solid #fff;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .logo-img {
    height: 32px;
  }
  .navbar-nav {
    gap: 0 !important;
  }
  .navbar-nav .nav-link {
    font-size: 1rem;
    padding: 0.6rem 0;
  }
}

@media (max-width: 768px) {
  .topbar {
    font-size: 0.89rem;
  }
  .logo-img {
    height: 24px;
  }
}



/*.hero-section {
  min-height: 100vh;
  width: 100vw;
  overflow: hidden;
  position: relative;
  color: #fff;
  background: #0b0b0b;
}

.hero-bg-img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.hero-overlay {
  position: absolute;
  top:0; left:0; width:100vw; height:100vh;
  background: rgba(0,0,0,0.55);
  z-index:2;
}

.hero-content {
  z-index: 3;
  color: #fff;
  width: 100%;
}

.hero-title {
  color: #fff;
  text-shadow:0 4px 16px #0001;
}

.text-hero-accent {
  color: #f7afc9;
}

.btn-hero-pink {
  background: #ED1E79;
  color: #fff !important;
  border-radius: 1.7rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border: none;
  font-weight: 500;
  font-size: 1.15rem;
  box-shadow: 0 3px 12px #ed1e7922;
  transition:background 0.21s;
}
.btn-hero-pink:hover, .btn-hero-pink:focus {
  background: #c11461;
  color: #fff;
}
.btn-outline-light {
  border-radius: 1.7rem;
  border: 2px solid #fff;
  color: #fff;
  font-weight: 500;
  background: transparent;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.15rem;
}

.hero-scroll {
  margin-top: 2rem;
}

@media (max-width: 800px) {
  .hero-content h1 { font-size: 2.4rem; }
  .hero-content p { font-size: 1.2rem; }
  .hero-bg-img,.hero-overlay { height: 70vh; }
  .hero-section { min-height: 70vh; }
}*/

.hero-section, .hero-slide {
  min-height: 100vh;
  /*width: 100vw;*/
  position: relative;
  overflow: hidden;
}
.hero-bg-img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.6);
  position: absolute;
  top: 0; left: 0; z-index: 1;
}
.hero-slide-overlay {
  position: absolute;
  top: 0; left: 0; width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.52);
  z-index: 2;
}
.hero-content {
  position: absolute;
  left: 50%; top: 60%;
  transform: translate(-50%, -60%);
  z-index: 3;
  color: #fff;
  width:100%;
}
.hero-title { color: #fff; text-shadow:0 3px 12px #0008; }
.text-hero-accent { color: #ed1e79; }
.btn-hero-pink {
  background: #90B921;
  color: #fff !important;
  border-radius: 1.7rem;
  padding-left: 2rem; padding-right: 2rem;
  border: none; font-weight: 500; font-size: 1.05rem;
  box-shadow: 0 2px 8px #ed1e7922;
  transition: background 0.19s;
}
.btn-hero-pink:hover { background: #7ea023; color:#fff; }
.btn-outline-light { border-radius: 1.7rem; border-width: 2px; }
.hero-scroll { z-index: 4;}
.hero-scroll i { animation: bounce 2.2s infinite; }
@keyframes bounce {
  0%,100%{transform:translateY(0);}
  50%{transform:translateY(10px);}
}
.owl-dots { position: absolute; bottom: 34px; width: 100%; text-align: center; z-index: 10; }
.owl-dot span { width: 16px!important; height: 16px!important;}
@media (max-width: 800px) {
  .hero-title { font-size: 2.1rem; }
  .hero-content { top: 56%; }
  .hero-section, .hero-slide, .hero-bg-img, .hero-slide-overlay { min-height: 60vh; height: 60vh;}
}


.category-section {
  background: #f7f8fa;
}

.category-heading {
  font-size: 2.5rem;
  font-weight: 500;
  color: #232323;
  letter-spacing: 0.01em;
}

.category-subtitle {
  color: #4b4f52;
  font-size: 1.2rem;
  font-weight: 400;
}

.category-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 3px 14px #e2e4e7;
  padding: 1.7rem 1rem 1.5rem 1rem;
  transition: box-shadow 0.18s, transform 0.18s;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.category-card:hover {
  box-shadow: 0 8px 28px #dccce5;
  transform: translateY(-4px) scale(1.03);
}

.category-img {
  width: 100%;
  max-width: 260px;
  aspect-ratio: 1 / 1;
  border-radius: 14px;
  object-fit: cover;
  margin-bottom: 1.2rem;
}

@media (max-width: 991px) {
  .category-img { max-width: 320px; }
}
@media (max-width: 768px) {
  .category-heading { font-size: 2rem; }
  .category-img { max-width: 90vw; }
}


.style-section {
  background: #fafbfc;
}

.style-heading {
  font-size: 2.5rem;
  font-weight: 500;
  color: #232323;
  letter-spacing: 0.01em;
}

.style-subtitle {
  color: #4b4f52;
  font-size: 1.2rem;
  font-weight: 400;
}

.style-card {
  border-radius: 22px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1.1 / 1; /* Make style cards nearly square */
  box-shadow: 0 3px 18px #e3e4e7;
  transition: box-shadow 0.16s, transform 0.16s;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.style-card:hover {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 10px 30px #dccce5;
}
.style-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  position: absolute;
  top: 0; left: 0;
}

.style-overlay {
  position: absolute;
  left: 0; top: 0; width: 100%; height: 100%;
  background: linear-gradient(to top, rgba(30,33,34,0.80) 68%, rgba(30,33,34,0.03) 100%);
  z-index: 2;
}
.style-card-text {
  position: relative;
  z-index: 3;
  padding: 18px 20px 26px 20px;
  color: #fff;
  text-align: left;
}

@media (max-width: 1200px) {
  .style-section .col-lg-2 { flex: 0 0 21%; max-width: 21%; }
}
@media (max-width: 991px) {
  .style-section .col-md-4 { flex: 0 0 46%; max-width: 46%; }
}
@media (max-width: 768px) {
  .style-heading { font-size: 2rem; }
  .style-section .col-6 { flex: 0 0 90%; max-width: 90%; }
}


.bestseller-section {
  background: linear-gradient(180deg, #fff 40%, #feeaf1 100%);
}

.bestseller-heading {
  font-size: 2.4rem;
  font-weight: 500;
  color: #232323;
  letter-spacing: 0.01em;
}

.bestseller-subtitle {
  color: #565d67;
  font-size: 1.18rem;
  font-weight: 400;
}

/* Card styles */
.bestseller-card {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 5px 28px #e3e5f7;
  transition: box-shadow 0.17s, transform 0.17s;
  padding-bottom: 0;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.bestseller-card:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 10px 36px #decde8;
}
.bestseller-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
}
.badge {
  font-size: 1.0rem;
  padding: 0.45em 1.1em;
  border-radius: 1rem;
  font-weight: 600;
}
.badge-bestseller { background: #ed1e79 !important; color: #fff; }
.badge-trending   { background: #ff902b !important; color: #fff; }
.badge-eco        { background: #00c853 !important; color: #fff; }
.badge-premium    { background: #9b59b6 !important; color: #fff; }

.color-dot {
  display: inline-block;
  width: 15px; height: 15px;
  border-radius: 50%;
  margin-right: 4px;
  border: 2px solid #fff;
  box-shadow: 0 1px 4px #efefef;
}

.bestseller-price {
  font-size: 1.1rem;
  margin-top: 3px;
}
.discount { font-weight: 600; }

/* Button */
.btn-viewall-sellers {
  background: #ed1e79;
  color: #fff !important;
  border-radius: 2rem;
  padding: 0.7rem 2.4rem;
  font-weight: 500;
  font-size: 1.15rem;
  box-shadow: 0 3px 10px #ed1e7932;
  letter-spacing: 0.05em;
  transition: background 0.19s;
  border:none;
}
.btn-viewall-sellers:hover {
  background: #b50954;
  color: #fff;
}

@media (max-width: 991px) {
  .bestseller-img { height: 220px; }
}
@media (max-width: 768px) {
  .bestseller-heading { font-size: 2rem; }
  .bestseller-img { height: 42vw; min-height: 140px; }
}




.craft-section {
  background: #fff;
}
.craft-heading {
  font-size: 2.4rem;
  font-weight: 500;
  color: #202229;
}

.craft-subtitle {
  color: #565d67;
  font-size: 1.1rem;
  font-weight: 400;
}

/*.craft-card {
  border-radius: 18px;
  overflow: hidden;
  min-height: 310px;
  box-shadow: 0 3px 18px #e3e3e3;
  position: relative;
}

.craft-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.craft-card-overlay {
  position: absolute;
  left: 0; top: 0; width: 100%; height: 100%;
  background: linear-gradient(to top, rgba(15, 19, 24, 0.84) 66%, rgba(15, 19, 24, 0.04) 99%);
  z-index: 2;
}

.craft-card-content {
  position: absolute;
  left: 0; bottom: 0; z-index: 3;
  padding: 1.2rem 1.2rem 1.3rem 1.2rem;
  width: 100%;
  text-align: left;
}

.badge-age {
  background: #ed1e79;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 1rem;
  padding: 0.24rem 0.94rem;
  margin-bottom: 0.8rem;
  letter-spacing: 0.01em;
  box-shadow: 0 1px 4px #ed1e793d;
}*/

.craft-card {
  border-radius: 18px;
  overflow: hidden;
  min-height: 310px;
  box-shadow: 0 3px 18px #e3e3e3;
  position: relative;
  transition: box-shadow 0.18s, transform 0.18s;
  z-index: 1;
  cursor: pointer;
}
.craft-card:hover {
  transform: translateY(-8px) scale(1.035);
  box-shadow: 0 10px 36px #decde8, 0 0 0 3px #ed1e7920;
  z-index: 5;
}
.craft-card .craft-img,
.craft-card .craft-card-overlay {
  transition: filter 0.18s, opacity 0.19s;
}
.craft-card:hover .craft-img {
  filter: brightness(0.75) blur(1.5px) scale(1.04);
}
.craft-card:hover .craft-card-overlay {
  opacity: 0.88;
  background: linear-gradient(to top, rgba(237,30,121,0.32) 64%, rgba(30,33,34,0.08) 99%);
}
/* Button lift and color */
.craft-card-content .btn-craft {
  transition: background 0.18s, box-shadow 0.17s, transform 0.16s;
}
.craft-card:hover ~ .d-flex .btn-craft,
.craft-card:focus ~ .d-flex .btn-craft {
  background: #f7afc9;
  color: #ed1e79;
  transform: translateY(-2px) scale(1.1);
  box-shadow: 0 2px 16px #ed1e7928;
}

.craft-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.craft-card-overlay {
  position: absolute;
  left: 0; top: 0; width: 100%; height: 100%;
  background: linear-gradient(to top, rgba(15, 19, 24, 0.84) 66%, rgba(15, 19, 24, 0.04) 99%);
  z-index: 2;
}


.craft-card-content {
  position: absolute;
  left: 0; bottom: 0; z-index: 3;
  padding: 1.2rem 1.2rem 1.3rem 1.2rem;
  width: 100%;
  text-align: left;
}

.badge-age {
  background: #ed1e79;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 1rem;
  padding: 0.24rem 0.94rem;
  margin-bottom: 0.8rem;
  letter-spacing: 0.01em;
  box-shadow: 0 1px 4px #ed1e793d;
}

/* Subtle badge animation */
.badge-age {
  transition: background 0.19s, transform 0.16s;
}
.craft-card:hover .badge-age {
  background: #222;
  color: #fff;
  transform: scale(1.11) rotate(-6deg);
}


.text-caption {
  font-size: 0.96em;
  opacity: 0.96;
}

.btn-craft {
  background: #ed1e79;
  color: #fff;
  border-radius: 1.4rem;
  padding: 0.32rem 1.4rem;
  font-size: 1.05em;
  font-weight: 500;
  box-shadow: 0 2px 7px #ed1e7924;
  transition: background 0.16s;
  border: none;
}
.btn-craft:hover {
  background: #c11461;
}
@media (max-width: 991px) {
  .craft-img { height: 180px; }
  .craft-card-content { padding: 0.7rem 1rem 1rem 1rem; }
}
@media (max-width: 520px) {
  .craft-heading { font-size: 1.6rem; }
  .craft-img { height: 120px; }
}


.festive-sale-section {
  background: linear-gradient(110deg, #ed1e79 20%, #9d2abc 100%);
  color: #fff;
  border-radius: 0;
  overflow: hidden;
}

.btn-sale-primary {
  background: #fff;
  color: #ed1e79 !important;
  border-radius: 2.4rem;
  padding: 0.85rem 2.3rem;
  font-weight: 600;
  box-shadow: 0 3px 12px #ed1e7932;
  font-size: 1.13rem;
  letter-spacing: 0.01em;
  border: none;
  transition: background 0.18s, color 0.18s;
}
.btn-sale-primary:hover {
  background: #f7afc9;
  color: #a40054 !important;
}
.btn-sale-outline {
  border: 2px solid #fff;
  background: transparent;
  color: #fff !important;
  border-radius: 2.4rem;
  padding: 0.85rem 2.3rem;
  font-weight: 600;
  font-size: 1.13rem;
  transition: background 0.18s, color 0.18s, border 0.18s;
}
.btn-sale-outline:hover {
  background: #fff;
  color: #ed1e79 !important;
  border-color: #fff;
}
.sale-img-box {
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 36px #bb347126;
  min-width: 360px;
  min-height: 355px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sale-promo-img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 22px;
  display: block;
}
.discount-badge {
  background: #fff;
  color: #ed1e79;
  font-weight: 700;
  font-size: 1.12em;
  padding: 0.38em 1.4em;
  border-radius: 1rem;
  box-shadow: 0 2px 14px #ed1e7920;
  top: 24px !important;
  right: 20px !important;
}
.feature-icon {
  background: rgba(255,255,255,0.13);
  border-radius: 50%;
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.1rem;
  margin-bottom: 0.7rem;
}
.sale-features-row {
  margin-top: 22px;
}
@media (max-width: 991px) {
  .sale-img-box {
    min-width: 220px;
    min-height: 180px;
  }
  .sale-promo-img {
    height: 220px;
  }
}
@media (max-width: 650px) {
  .feature-icon { width: 34px; height: 34px; font-size: 1.13rem;}
  .sale-img-box, .sale-promo-img { min-width: 130px; height:110px;}
}



.featured-section {
  background: #fff;
}
.featured-heading {
  font-size: 2.25rem;
  font-weight: 500;
  color: #232323;
  letter-spacing: 0.01em;
}
.featured-subtitle {
  color: #5a6168;
  font-size: 1.08rem;
  font-weight: 400;
}

.featured-card {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 4px 20px #e3e3e3;
  transition: box-shadow 0.17s, transform 0.17s;
  overflow: hidden;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.featured-card:hover {
  transform: translateY(-4px) scale(1.025);
  box-shadow: 0 12px 38px #e3a4f1;
}
.featured-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
}
.badge-featured-new {
  background: #ed1e79 !important;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 1rem;
  padding: 0.3em 1.2em;
  margin-right: 5px;
  z-index: 10;
}
.badge-featured-discount {
  background: #38c430 !important;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 1rem;
  padding: 0.3em 1.1em;
  z-index: 10;
}
.color-dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-right: 4px;
  border: 2px solid #fff;
  box-shadow: 0 1px 4px #efefef;
}
.bg-pink { background: #ff55ad !important;}
.featured-price {
  font-size: 1.09rem;
  margin-top: 3px;
}
.btn-featured-viewall {
  background: #ed1e79;
  color: #fff !important;
  border-radius: 2rem;
  padding: 0.7rem 2.1rem;
  font-weight: 500;
  font-size: 1.1rem;
  box-shadow: 0 3px 10px #ed1e7927;
  letter-spacing: 0.04em;
  border:none;
  transition: background 0.18s;
}
.btn-featured-viewall:hover {
  background: #b50954;
  color: #fff;
}
@media (max-width: 991px) {
  .featured-img { height: 180px; }
}
@media (max-width: 768px) {
  .featured-heading { font-size: 1.41rem; }
  .featured-img { height: 34vw; min-height: 110px; }
}


.testimonial-section {
  background: #fff;
}
.testimonial-heading {
  font-size: 2.3rem;
  font-weight: 500;
  color: #222;
  letter-spacing: 0.01em;
}
.testimonial-subtitle {
  color: #646c77;
  font-size: 1.09rem;
  font-weight: 400;
}

.testimonial-card {
  background: #f9fafc;
  border-radius: 18px;
  box-shadow: 0 0 0 #fff, 0 5px 20px #e7e7ea55;
  padding: 2.2rem 2.1rem 1.4rem;
  position: relative;
  min-height: 315px;
  transition: box-shadow 0.17s, transform 0.17s;
  border: none;
}
.testimonial-card:hover {
  box-shadow: 0 9px 44px #efb2df60;
  transform: translateY(-6px) scale(1.026);
}
.stars i {
  font-size: 1.3rem;
}
.quote-mark {
  color: #ec9fb8;
  font-size: 2.2rem;
  opacity: 0.35;
}
blockquote {
  font-size: 1.09rem;
  color: #222;
  font-style: italic;
  margin-bottom: 1.6em !important;
  margin-top: 0;
  line-height: 1.6;
  border: none;
}
.testimonial-avatar {
  width: 44px;
  height: 44px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 1px 3px #e2e2ef99;
}

@media (max-width: 991px) {
  .testimonial-card { padding: 1.4rem 1.1rem 1rem; }
  .testimonial-heading { font-size: 2rem; }
}


.newsletter-section {
  background: linear-gradient(95deg, #fff3f7 20%, #ffe9f3 100%);
}

.newsletter-icon {
  font-size: 3.5rem;
  color: #ed1e79;
  margin-bottom: 1.2rem;
}

.newsletter-heading {
  font-size: 2.3rem;
  font-weight: 500;
  color: #20242c;
  letter-spacing: 0.01em;
}

.newsletter-subtitle {
  color: #606873;
  font-size: 1.15rem;
  max-width: 750px;
  margin: 0 auto 0.7em;
}

.newsletter-form {
  margin-top: 1.5rem;
  margin-bottom: 0.55rem;
}

.newsletter-input-group {
  border-radius: 2.1rem;
  overflow: hidden;
  box-shadow: 0 2px 10px #ed1e7933;
  background: #fff;
  min-width: 330px;
  max-width: 380px;
}

.newsletter-input {
  border: none;
  outline: none;
  font-size: 1.06rem;
  border-radius: 2.1rem 0 0 2.1rem;
  padding-left: 0 !important;
  background: #fff;
  min-width: 210px;
}

.newsletter-input:focus {
  box-shadow: none !important;
}
.btn-newsletter {
  background: #ed1e79;
  color: #fff !important;
  border-radius: 2.1rem;
  font-size: 1.14rem;
  padding: 0.7rem 2.4rem;
  margin-left: 10px;
  font-weight: 500;
  box-shadow: 0 3px 8px #ed1e7930;
  border: none;
  transition: background 0.18s;
}
.btn-newsletter:hover {
  background: #b50954;
}
.newsletter-note {
  color: #b50954;
  font-size: 1rem;
  margin-top: 0.9em;
}

@media (max-width: 600px) {
  .newsletter-heading { font-size: 1.5rem; }
  .newsletter-input-group, .btn-newsletter { width: 95vw; max-width: 97vw; }
  .newsletter-form { flex-direction: column; gap: 0.7em; }
}




.badge {
  font-size: 0.8rem;
  padding: 6px 12px;
  border-radius: 6px;
}

.owl-carousel .item img {
  border-radius: 10px;
}

/* Thumbnail previews */
.img-thumbnail {
  border: 2px solid #eee;
  cursor: pointer;
  transition: all 0.3s ease;
}
.img-thumbnail:hover {
  border-color: #d32f2f;
}

.add-to-cart {
    background: #e91e63;
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    flex: 1;
    justify-content: center;
}
.add-to-cart:hover {
    background: #c2185b;
    transform: translateY(-2px);
}
.buy-now {
    background: transparent;
    color: #e91e63;
    border: 2px solid #e91e63;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}
.buy-now:hover {
    background: #e91e63;
    color: white;
}


.input-group .btn {
  padding: 6px 12px;
}

.input-group input {
  border-radius: 0;
}

.nav-tabs {
  border-bottom: 2px solid #eee;
}
.nav-tabs .nav-link {
  border: none;
  font-weight: 500;
  color: #444;
  padding: 10px 18px;
}
.nav-tabs .nav-link.active {
  border-bottom: 3px solid #d32f2f;
  color: #d32f2f;
}

.section-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #333;
}
.related-products-carousel .product-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  padding: 15px;
  transition: all 0.3s ease;
}
.related-products-carousel .product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.related-products-carousel img {
  border-radius: 8px;
  margin-bottom: 12px;
}

.related-products-carousel .product-info h6 {
  font-size: 0.95rem;
  margin-bottom: 5px;
}

.related-products-carousel .rating i {
  font-size: 0.8rem;
}

.related-products-carousel .price {
  font-weight: bold;
  color: #d32f2f;
  margin: 0;
}
.related-products-carousel .price span {
  text-decoration: line-through;
  font-size: 0.85rem;
  color: #888;
  margin-left: 6px;
}

/* Owl Nav Styling */
.related-products-carousel .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.related-products-carousel .owl-nav button {
  background: rgba(0,0,0,0.6) !important;
  color: #fff !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: none;
  font-size: 1.2rem !important;
  transition: 0.3s;
}
.related-products-carousel .owl-nav button:hover {
  background: #d32f2f !important;
}

.related-products-carousel .owl-dots {
  text-align: center;
  margin-top: 15px;
}
.related-products-carousel .owl-dot span {
  width: 10px;
  height: 10px;
  background: #bbb;
  border-radius: 50%;
  margin: 5px 4px;
  display: inline-block;
}
.related-products-carousel .owl-dot.active span {
  background: #d32f2f;
}

/* ===============================
   Owl Carousel Custom Arrows
================================== */
.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}
.owl-nav button {
  background: rgba(0,0,0,0.5) !important;
  color: #fff !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: none;
  font-size: 1.2rem !important;
  transition: background 0.3s;
}
.owl-nav button:hover {
  background: #d32f2f !important;
}
.owl-nav i {
  line-height: 40px;
}

/* ===============================
   Responsive
================================== */
@media (max-width: 768px) {
  .btn {
    font-size: 0.85rem;
    padding: 8px 14px;
  }

  .card-body h6 {
    font-size: 0.85rem;
  }

  .text-muted.small {
    flex-wrap: wrap;
    gap: 10px;
  }
}


/*shop page*/
 .shop-header-section {
    background: #f7f8fa;
    padding: 44px 0 26px 0;
    border-bottom: 1px solid #eee;
    text-align: center;
  }
  .shop-header-section h1 {
    font-size: 2.6rem;
    font-weight: 400;
    color: #262626;
    margin-bottom: 10px;
    letter-spacing: 0.01em;
  }
  .shop-header-section p {
    color: #626870;
    font-size: 1.25rem;
    margin-bottom: 0;
    letter-spacing: 0.01em;
  }
    .sidebar {
      min-width: 250px;
      max-width: 250px;
      background: #fff;
      border-radius: 1rem;
      padding: 1.5rem 1rem;
      box-shadow: 0 2px 10px 0 rgba(60,72,80,.08);
    }
    .color-dot {
      width: 22px; height: 22px; border-radius: 50%; display: inline-block; margin-right: 8px; border:2px solid #eee;
    }
    .dot-red { background: #ea5656;}
    .dot-pink { background: #e86eb7;}
    .dot-blue { background: #36a7eb;}
    .dot-green { background: #56bd51;}
    .dot-yellow { background: #ffd54c;}
    .dot-purple { background: #bc58e2;}
    .dot-brown { background: #a68341;}
    .badge-custom {
      font-size: 0.85em;
      padding: .35em .75em;
      border-radius: .65em;
      position: absolute;
      left: .8rem;
      top: .8rem;
      font-weight: 600;
    }
    .img-hover-zoom {
      overflow: hidden;
      border-radius: 0.5rem;
    }
    .img-hover-zoom img {
      transition: transform 0.35s cubic-bezier(.24,.74,.58,1.01);
      width: 100%;
      height: 180px;
      object-fit: cover;
      display: block;
      background: #f7f7f7;
    }
    .img-hover-zoom:hover img {
      transform: scale(1.11);
    }
    .card {
      height: 100%;
      border-radius: 1rem;
      box-shadow: 0 2px 10px 0 rgba(60,72,80,.08);
      border: none;
      position: relative;
      transition: box-shadow .15s;
    }
    .card:hover {
      box-shadow: 0 6px 18px 0 rgba(60,72,80,.12);
    }
    .product-title {
      font-size: 1.08em;
      font-weight: 600;
      margin-bottom: .15em;
    }
    .product-meta { color: #8C9196; font-size: 0.96em;}
    .product-price { font-weight: 700; font-size: 1.12em; color: #1b1b1b;}
    .product-oldprice { text-decoration: line-through; color: #bdbdbd; font-size: .99em; }
    .product-discount { color: #56bd51; font-weight: 600; font-size:.96em;}
    .star { color: #ffc94c;}
    .sidebar-label { font-weight:600; font-size: 1.09em; margin-bottom: .2em;}



/*Contact Us Page*/

.contact-section {
  padding: 52px 0;
  background: #fff;
  font-family: 'Georgia', serif;
}

.contact-title {
  font-family: 'Georgia', serif;
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 18px;
  line-height: 1.12;
  letter-spacing: .01em;
  color: #222;
}

.contact-desc {
  font-size: 1rem;
  color: #222;
  line-height: 1.7;
  opacity: .92;
  margin-bottom: 30px;
}

.social-btns {
  margin-bottom: 32px;
}

.social-btn {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-right: 7px;
  background: #f5f5f5;
  border: none;
  border-radius: 7px;
  text-align: center;
  vertical-align: middle;
  transition: background .19s;
}

.social-btn i {
  color: #232323;
  font-size: 1.18rem;
  line-height: 38px;
  vertical-align: middle;
}

.social-btn:hover {
  background: #FFAF42;
}

.contact-form {
  margin-top: 10px;
}

.contact-form input,
.contact-form textarea {
  background: transparent;
  border: none;
  border-bottom: 1.2px solid #e6e6e6;
  border-radius: 0;
  font-family: 'Georgia', serif;
  font-size: 1.09rem;
  color: #222;
  margin-bottom: 22px;
  width: 100%;
  padding-bottom: 8px;
  transition: border-color .22s;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #FFAF42;
  outline: none;
  background: transparent;
  box-shadow: none;
}

.contact-form textarea {
  min-height: 58px;
  resize: vertical;
}

.send-btn {
  background: #fff;
  color: #222;
  border: 1.7px solid #FFAF42;
  border-radius: 3px;
  padding: 8px 34px;
  font-size: 1rem;
  letter-spacing: .06em;
  font-family: 'Georgia', serif;
  transition: background .21s, color .21s;
  margin-top: 8px;
}

.send-btn:hover {
  background: #FFAF42;
  color: #fff;
}

.map-embed {
  width: 100%;
  height: 700px;
  min-height: 330px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 32px rgba(44, 44, 44, .07);
  background: #dadada;
}

@media (max-width: 991px) {
  .map-embed {
    height: 250px;
  }

  .contact-title {
    font-size: 1.3rem;
  }
}


.hero-section {
  min-height: 550px;
  background: #fff;
  font-family: 'Georgia', serif;
  display: flex;
  align-items: stretch;
  width: 100%;
}

.hero-img {
  width: 60%;
  object-fit: cover;
  height: 100%;
  min-height: 550px;
  display: block;
}

.hero-content-box {
  background: #1d2330;
  color: #fff;
  width: 40%;
  display: flex;
  align-items: center;
  padding-left: 56px;
  min-height: 550px;
  padding-top: 36px;
  padding-bottom: 36px;
}

.hero-content {
  width: 100%;
  max-width: 550px;
}

.hero-label {
  font-size: 1rem;
  color: #FFAF42;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.hero-title {
  font-size: 2.95rem;
  font-family: 'Georgia', serif;
  font-weight: 400;
  line-height: 1.12;
  margin-bottom: 18px;
  color: #fff;
}

.hero-desc {
  font-size: 1.13rem;
  line-height: 1.75;
  margin-bottom: 34px;
  font-family: 'Georgia', serif;
  color: #fff;
  opacity: .96;
}

.hero-btn {
  background: transparent;
  border: 2px solid #FFAF42;
  color: #fff;
  font-size: 1.13rem;
  font-family: 'Georgia', serif;
  border-radius: 0;
  padding: 15px 34px;
  letter-spacing: .06em;
  transition: background .21s, color .22s;
  font-weight: 500;
  margin-top: 8px;
  text-decoration: none;
  display: inline-block;
}

.hero-btn:hover {
  background: #FFAF42;
  color: #232626;
}

.hero-btn i {
  margin-left: 10px;
  font-size: 1.12em;
  vertical-align: middle;
}

@media (max-width:991px) {
  .hero-section {
    flex-direction: column;
  }

  .hero-img {
    width: 100%;
    height: 220px;
    min-height: 180px;
  }

  .hero-content-box {
    width: 100%;
    padding-left: 20px;
    min-height: auto;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero-title {
    font-size: 1.5rem;
  }
}


.contact-panel-section {
  margin: 100px auto;
  padding: 0 0 0 0;
  /*max-width: 1600px;*/
  background: #fff;
  font-family: 'Georgia', serif;
}

.contact-label {
  font-size: 1.07rem;
  color: #FFAF42;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: 'Georgia', serif;
  opacity: .82;
}

.contact-title {
  font-family: 'Georgia', serif;
  font-size: 2.55rem;
  font-weight: 400;
  color: #232323;
  line-height: 1.13;
  margin-bottom: 22px;
}

.contact-desc {
  font-size: 1.11rem;
  color: #232323;
  font-family: 'Georgia', serif;
  line-height: 1.8;
  margin-bottom: 28px;
  max-width: 690px;
  opacity: 0.98;
}

.contact-info-label {
  font-family: 'Georgia', serif;
  font-size: 2rem;
  color: #232323;
  margin-bottom: 24px;
  margin-top: 32px;
}

.info-row {
  border-top: 2px solid #eee;
  margin-top: 36px;
  padding-top: 18px;
  padding-bottom: 16px;
}

.info-card {
  border-right: 2px solid #eee;
  padding-right: 30px;
  min-height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}

.info-card:last-child {
  border-right: none;
}

.info-icon {
  font-size: 2.2rem;
  color: #FFAF42;
  margin-bottom: 0;
  margin-right: 8px;
  vertical-align: middle;
}

.info-type {
  font-family: 'Georgia', serif;
  color: #999;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 1.05rem;
  margin-bottom: 3px;
}

.info-value {
  font-family: 'Georgia', serif;
  color: #232323;
  font-size: 1.3rem;
  word-break: break-all;
  letter-spacing: .01em;
}

.contact-img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.contact-img {
  width: 100%;
  max-width: 570px;
  min-height: 440px;
  height: 80vh;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 8px 40px rgba(40, 36, 36, 0.13);
  background: #ddd;
}

@media (max-width:991px) {
  .contact-title {
    font-size: 1.3rem;
  }

  .contact-img {
    min-height: 180px;
    height: 250px;
  }

  .contact-info-label {
    font-size: 1.2rem;
  }

  .info-card {
    padding-right: 12px;
  }
}

@media (max-width:767px) {
  .contact-panel-section {
    padding: 0 10px;
  }

  .contact-title {
    font-size: 1rem;
  }

  .contact-img {
    min-height: 120px;
    height: 160px;
  }

  .info-row {
    flex-direction: column;
  }

  .info-card {
    border-right: none;
  }
}



.footer-section {
  background: #181d27;
  color: #e0e1e7;
  font-size: 1rem;
}
.footer-logo {
    width: 100px;
    height: auto;
    padding: 10px;
    object-fit: contain;
    background: #fff;
    border-radius: 7px;
}
.footer-desc {
  font-size: 1.06rem;
  color: #e7e8f2;
  letter-spacing: 0.01em;
  margin-bottom: 0.4em;
}
.footer-label {
  color: #fff;
  font-weight: 600;
  font-size: 1.08rem;
}
.footer-list, .footer-contact {
  list-style: none;
  padding-left: 0;
  margin: 0;
  color: #e0e1e7;
}
.footer-list li, .footer-contact li {
  margin-bottom: 0.75em;
}
.footer-list a {
  color: #e0e1e7;
  text-decoration: none;
  transition: color 0.16s;
}
.footer-list a:hover {
  color: #ed1e79;
  text-decoration: underline;
}
.footer-contact i {
  color: #ed1e79;
  min-width: 22px;
  margin-right: 9px;
}
.footer-social a {
  display: inline-block;
  font-size: 1.37rem;
  color: #fff;
  margin-right: 0.9em;
  opacity: 0.82;
  transition: color 0.17s, opacity 0.17s;
}
.footer-social a:hover {
  color: #ed1e79;
  opacity: 1;
}
.footer-hr {
  border-top: 1.8px solid #222633;
  opacity: 0.85;
}
.footer-copyright {
  color: #c4c6cc;
  font-size: 1rem;
}
.footer-links a {
  color: #e0e1e7;
  margin: 0 0.2em;
  font-size: 1rem;
  text-decoration: none;
  transition: color 0.16s;
}
.footer-links a:hover {
  color: #ed1e79;
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 991px) {
  .footer-section { font-size: 0.95rem; }
  .footer-logo { width: 36px; height: 36px; }
}
@media (max-width: 768px) {
  .footer-section { font-size: 0.99rem; }
  .footer-label { margin-top: 1.3em; }
}
@media (max-width: 600px) {
  .footer-section { font-size: 1rem; }
  .footer-label { margin-top: 1.5em; }
}



/*Back to top button*/
.back-to-top {
  display: inline-block;
  background-color: #ed1e79;
  border: 1px solid #ed1e79;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
.back-to-top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
.back-to-top:hover {
  cursor: pointer;
  background-color: #333;
  border: 1px solid #333;
}
.back-to-top:active {
  background-color: #555;
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
}




