body {
  font-family: "Urbanist", sans-serif !important;
}

p {
  font-weight: 700 !important;
}

h2 {
  font-weight: 700 !important;
}

small {
  font-weight: 700 !important;
}

.urbanist {
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.announcement-bar {
  background: #000;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.announcement-track {
  display: inline-block;
  padding: 8px 0;
  animation: scrollText 18s linear infinite;
}

.announcement-track span {
  margin: 0 40px;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.announcement-bar:hover .announcement-track {
  animation-play-state: paused;
}

@keyframes scrollText {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

nav.navbar.navbar-expand-lg.bg-light.px-4 {
  background: #fef9f2 !important;
  padding: 17px;
}

ul.navbar-nav {
  font-weight: 700;
}

.navbar-brand img {
  height: 40px;
  /* control logo size */
  width: auto;
  /* keep aspect ratio */
}

.navbar-brand {
  position: absolute;
  left: 20px;
}

.navbar .d-flex {
  position: absolute;
  right: 20px;
}

.navbar {
  position: relative;
}

.hero-section {
  min-height: 68vh;
  background: url("../images/Slider-1.webp") no-repeat center center;
  background-size: cover;
}

/* Beige center panel */
.hero-box {
  /* background: rgba(248, 225, 187, 0.95); */
  padding: 80px 60px;
}

/* Heading */
.hero-box h1 {
  font-size: 35px;
  line-height: 1.25;
  color: #111;
  margin: 0 50px 0 50px;
}

/* Small title */
.hero-box small {
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 15px;
}

/* Paragraph */
.hero-box p {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 600;
  margin: 0px 129px;
}

/* Button */
.hero-box .btn {
  font-size: 14px;
  border-radius: 6px;
}



/* essential category */

.category-section {
  background: #fbf5ec;
}

.letter-spacing {
  letter-spacing: 2px;
}

.category-slider {
  gap: 40px;
  scroll-behavior: smooth;
}

.category-item {
  min-width: 180px;
  text-align: center;
}

.category-circle {
  width: 160px;
  height: 160px;
  /* background: #efdfc6; */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.category-circle img {
  max-width: 150px;
  max-height: 150px;
}

.category-item p {
  margin-top: 15px;
  font-weight: 500;
}

/* Arrows */
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border: none;
  width: 40px;
  height: 40px;
  font-size: 22px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
  z-index: 10;
}

.slider-btn.left {
  left: -20px;
  background: none;
  border-radius: 25px;
}

.slider-btn.right {
  right: -20px;
  background: none;
  border-radius: 25px;
}

/* essential category */


/* Popular products */
.product-section {
  background: #fbf5ec;
}

.letter-spacing {
  letter-spacing: 2px;
}

/* Slider */
.product-slider {
  overflow-x: auto;
  gap: 30px;
  padding-bottom: 15px;
}

/* Product card */
.product-card {
  min-width: 260px;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  flex-shrink: 0;
  text-align: left;
}

.product-card img {
  width: 100%;
  height: 280px;
  object-fit: contain;
}

.product-card h6 {
  font-size: 15px;
  margin: 5px 0;
}

.product-card strong {
  font-size: 18px;
}

/* scrollbar styling (optional, similar look) */
.product-slider::-webkit-scrollbar {
  height: 6px;
}

.product-slider::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 10px;
}

.product-slider::-webkit-scrollbar-track {
  background: #ddd;
}

/* Popular products */


/* what we do */
.whatwedo-section {
  min-height: 80vh;
  background: url("../images/what-we-do.webp") no-repeat center center;
  background-size: cover;
}

/* content box */
.whatwedo-content {
  /* background: rgba(248, 225, 187, 0.9); */
  padding: 60px 50px;
}

/* spacing */
.feature i {
  font-size: 24px;
  margin-right: 15px;
  color: #000;
}

.feature h6 {
  margin-bottom: 3px;
  font-weight: 700;
}

.letter-spacing {
  letter-spacing: 2px;
}


/* what we do */


/* extra categories */

/* Slider container */
section.extra-feature-category.py-5 {
  background: #fbf5ec;
}

.extra-feature-category-slider {
  gap: 20px;
  scroll-behavior: smooth;
  padding-bottom: 15px;
  scroll-snap-type: x mandatory;
}

/* Custom scrollbar */
.extra-feature-category-slider::-webkit-scrollbar {
  height: 6px;
}

.extra-feature-category-slider::-webkit-scrollbar-track {
  background: #e5dfd6;
  border-radius: 10px;
}

.extra-feature-category-slider::-webkit-scrollbar-thumb {
  background: #c8bba8;
  border-radius: 10px;
}

/* Card */
.extra-feature-category-card {
  min-width: 600px;
  flex: 0 0 auto;
  border-radius: 20px;
  overflow: hidden;
  scroll-snap-align: start;
}

.extra-feature-category-card img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

/* Overlay */
.extra-feature-category-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.45);
  padding: 20px 30px;
  border-radius: 12px;
  color: #fff;
  text-align: center;
  min-width: 260px;
}

.extra-feature-category-overlay h4 {
  font-weight: 600;
  margin-bottom: 10px;
}

.extra-feature-category-overlay a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

/* extra categories */


/* popular PRoducts */

.popular-products {
  background: #fbf5ec;
}

/* Heading */
.popular-products-subtitle {
  font-size: 13px;
  letter-spacing: 3px;
  color: #777;
}

.popular-products-title {
  font-size: 36px;
  font-weight: 600;
}

/* Card */
.popular-products-card {
  background: transparent;
}

.popular-products-image {
  /* background: #f8f8f8; */
  /* padding: 30px; */
  border-radius: 12px;
  text-align: center;
}

.popular-products-image img {
  max-height: 180px;
  object-fit: contain;
}

/* Info */
.popular-products-info {
  margin-top: 15px;
}

.popular-products-brand {
  font-size: 12px;
  color: #9c9c9c;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 5px;
}

.popular-products-name {
  font-size: 15px;
  font-weight: 600;
  min-height: 48px;
}

.popular-products-price {
  font-size: 18px;
  font-weight: 600;
  margin: 8px 0 12px;
}

/* Button */
.popular-products-btn {
  width: 100%;
  background: #000;
  color: #fff;
  border: none;
  padding: 8px 0;
  border-radius: 6px;
  font-size: 14px;
  transition: 0.3s ease;
}

.popular-products-btn:hover {
  background: #333;
}

/* View More */
.popular-products-viewmore {
  background: #000;
  color: #fff;
  border: none;
  padding: 10px 30px;
  border-radius: 6px;
  font-size: 14px;
}

/* popular PRoducts */



/* essential video */

.essential-video {
  position: relative;
  background: url("../images/v1.webp") center/cover no-repeat;
  padding: 140px 0;
}

.essential-video::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: rgba(240, 230, 215, 0.85); */
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 30px;
}

.essential-video-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* LEFT CONTENT */
.essential-video-content {
  max-width: 620px;
}

.essential-video-subtitle {
  font-size: 12px;
  letter-spacing: 3px;
  color: #333;
  margin-bottom: 15px;
  display: block;
}

.essential-video-title {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #111;
}

.essential-video-text {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 30px;
}

.essential-video-btn {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 12px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
}

/* PLAY AREA */
.essential-video-play {
  display: flex;
  align-items: center;
  gap: 14px;
}

.essential-video-play-text {
  font-size: 14px;
  color: #111;
}

.essential-video-line {
  width: 40px;
  height: 1px;
  background: #000;
  display: inline-block;
}

.essential-video-play-btn {
  width: 58px;
  height: 58px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .essential-video-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }

  .essential-video-title {
    font-size: 32px;
  }
}


/* essential video */


/* blog section */

.blog-section {
  background: #f4efe8;
}

/* Heading */
.blog-section-subtitle {
  font-size: 13px;
  letter-spacing: 3px;
  color: #666;
  display: block;
  margin-bottom: 10px;
}

.blog-section-title {
  font-size: 36px;
  font-weight: 600;
}

/* Card */
.blog-section-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.blog-section-card img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

/* Overlay */
.blog-section-overlay {
  position: absolute;
  inset: 0;
  background: rgba(240, 230, 215, 0.85);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.blog-section-overlay h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.blog-section-overlay p {
  font-size: 14px;
  color: #333;
  margin-bottom: 12px;
}

.blog-section-overlay a {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}


/* blog section */


/* testimonial section */

.testimonial-section {
  position: relative;
  padding: 120px 0;
  background: url("../images/b-1.webp") center/cover no-repeat;
}

.testimonial-section::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: rgba(240, 230, 215, 0.85); */
}

.testimonial-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}

/* Left Side */
.testimonial-left {
  max-width: 400px;
}

.testimonial-subtitle {
  font-size: 13px;
  letter-spacing: 3px;
  margin-bottom: 15px;
  display: block;
}

.testimonial-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}

.testimonial-text {
  font-size: 15px;
  margin-bottom: 30px;
}

/* Arrows */
.testimonial-navigation {
  display: flex;
  gap: 15px;
}

.testimonial-prev,
.testimonial-next {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Slider */
.testimonial-slider {
  width: 55%;
}

.testimonial-card {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
}

.testimonial-card p {
  font-size: 15px;
  margin-bottom: 25px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 15px;
}

.testimonial-author img {
  width: 55px;
  height: 55px;
  border-radius: 6px;
  object-fit: cover;
}

.testimonial-author h6 {
  margin: 0;
  font-weight: 600;
}

.testimonial-author span {
  font-size: 13px;
  color: #777;
}

.testimonial-stars {
  font-size: 14px;
  margin-top: 5px;
}


/* testimonial section */


/* insta section */
.insta-post {
  padding: 100px 0;
  background: #f3efe9;
}

.insta-post-subtitle {
  display: block;
  font-size: 13px;
  letter-spacing: 3px;
  color: #9b938a;
  margin-bottom: 10px;
}

.insta-post-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 50px;
}

.insta-post-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}

.insta-post-item {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.insta-post-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.insta-post-item:hover img {
  transform: scale(1.08);
}

/* Responsive */
@media (max-width: 992px) {
  .insta-post-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 576px) {
  .insta-post-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* insta section */



/* footer */
.amiy-footer {
  /* Replace with your actual image path */
  background: url('../images/footer.webp') no-repeat center center/cover;
  background-color: #e5d1b8;
  /* Fallback beige color */
  color: #000;
  padding: 4rem 0 2rem 0;
  /* font-family: 'Inter', sans-serif; Clean sans-serif like the image */
}

/* soft dark overlay to keep text contrast, but background image still shines through */
.amiy-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.4); */
  /* dark layer — makes white pop */
  z-index: 0;
  pointer-events: none;
}

.amiy-footer .container,
.amiy-footer .container>* {
  position: relative;
  z-index: 2;
}

/* logo / heading */
.brand-logo {
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: -1px;
  color: #000;
  line-height: 1;
}

.brand-logo img {
  width: 250px !important;
}

.brand-logo small {
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 2px;
  display: block;
  line-height: 1.2;
}

.tagline {
  font-size: 0.9rem;
  opacity: 0.9;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-style: italic;
}

.tagline-main {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 0.5rem;
}

.tagline-sub {
  font-size: 0.9rem;
  max-width: 300px;
  line-height: 1.4;
  margin-top: 0.5rem;
  color: #333;
}

/* email subscribe area */
/* Newsletter Input Area */
.subscribe-container {
  max-width: 400px;
  margin-top: 1.5rem;
}

.subscribe-group {
  display: flex;
  background: #fff;
  /* border: 1px solid #000; */
  /* padding: 2px; */
}

.subscribe-row {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2px);
  padding: 0.8rem 0;
  border-radius: 40px;
  margin-top: 0.8rem;
  margin-bottom: 1.2rem;
}

.subscribe-input {
  border: none;
  padding: 0.6rem 1rem;
  flex-grow: 1;
  outline: none;
  font-size: 0.9rem;
}

.subscribe-input::placeholder {
  color: #000;
  font-style: italic;
}

.btn-subscribe {
  background: #000;
  color: #fff;
  border: none;
  padding: 0.6rem 1.5rem;
  font-weight: 600;
  text-transform: capitalize;
  transition: 0.3s;
}

.btn-subscribe:hover {
  background: #333;
}

.payment-icons {
  margin-top: 1.5rem;
  display: flex;
  gap: 10px;
}

.payment-icons img {
  height: 24px;
  opacity: 0.8;
}

/* footer columns */
.footer-links {
  margin-top: 2rem;
}

.link-group h6 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}

.link-group ul {
  list-style: none;
  padding: 0;
}

.link-group li {
  margin-bottom: 0.6rem;
}

.link-group a {
  color: #000;
  text-decoration: none;
  font-size: 0.95rem;
  transition: opacity 0.2s;
}

.link-group a:hover {
  opacity: 0.6;
}

/* small bottom copyright */
.footer-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 3rem;
  padding-top: 1.5rem;
  font-size: 0.85rem;
  display: flex;
  justify-content: space-between;
  color: #000;
}

.design-themes {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8rem;
  letter-spacing: 0.3px;
}

/* password badge (optional, like in image) */
.password-badge {
  background: rgba(0, 0, 0, 0.3);
  padding: 0.1rem 0.6rem;
  border-radius: 30px;
  font-family: monospace;
  font-size: 0.75rem;
  border: 1px solid rgba(255, 215, 0, 0.5);
  color: #ffecb3;
  margin-left: 6px;
}

/* minor responsive */
@media (max-width: 768px) {
  .footer-bottom {
    flex-direction: column;
    gap: 0.3rem;
    align-items: start;
  }

  .subscribe-row form {
    flex-wrap: wrap;
    gap: 8px;
  }
}

/* keep exactly the groups from the image */
.list-icon {
  margin-right: 4px;
  font-size: 0.7rem;
  opacity: 0.7;
}

/* footer */


/* landing page ends here */

/* ````````````````````````````````````````````````````````````````````````` */

/* SHOP PAGE STARTS HERE  */

.collection-banner {
  background: #f2ddc3;
  padding: 80px 0 60px;
}

.collection-banner h2 {
  font-size: 42px;
  letter-spacing: 2px;
}

.collection-banner p {
  font-size: 14px;
}


.shop-products {
  background: #fbf7ef;
}

/* SIDEBAR GAP */
.shop-sidebar {
  padding-left: 30px;
  /* FIXED */
  padding-right: 20px;
}

/* CLEAR BUTTON */
.btn-clear {
  width: 100%;
  background: #000;
  color: #fff;
  border: none;
  padding: 12px 0;
  margin: 20px 0;
}


/* FILTER */
.filter-item {
  border-bottom: 1px solid #ddd;
  padding: 14px 0;
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  cursor: pointer;
}

/* BEST SELLER SLIDER */
.best-slider {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.best-slider img {
  width: 90px;
  background: #fff;
  padding: 10px;
  scroll-snap-align: start;
  border-radius: 4px;
}

/* PRODUCT BOX */
.product-box {
  text-align: center;
}

/* IMAGE WHITE BOX */
.product-img {
  background: #fff;
  /* WHITE BACKGROUND FIX */
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  border-radius: 4px;
}

.product-img img {
  max-height: 250px;
  object-fit: contain;
}

/* TRANSPARENT BOTTOM */
.product-box h6 {
  font-size: 19px;
  margin: 5px 0;
}

.product-box a {
  color: #000;
  text-decoration: none;
}

.product-box small {
  color: #999;
}

/* BUTTON */
.product-box button {
  border-radius: 4px;
}

.shop-btn {
  width: 100%;
  background: #000;
  color: #fff;
  border: none;
  padding: 12px 0;
  /* MATCH DESIGN */
  margin-top: 10px;
  font-size: 14px;
}

.shop-btn:hover {
  background: #222;
}

/* ------------------------------------------------------- SHOP PAGE ENDS HERE ------------------------------------------------------- */

/* ------------------------------------------------------- Product Details PAGE starts HERE ------------------------------------------------------- */
.sticky-image {
  position: sticky;
  top: 120px;
  /* distance from top when scrolling */
}


.product-view {
  background: #fbf7ef;
  padding: 60px 0;
}

.product-view h4 {
  font-size: 25px;
  font-weight: 700;
}

/* FEATURED */
.featured-title {
  border-bottom: 1px solid #000;
  display: inline-block;
  margin-bottom: 20px;
}

.featured-item {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}

.featured-item img {
  width: 60px;
  background: #fff;
  padding: 5px;
}

.featured-item p {
  font-size: 13px;
  margin: 0;
}

.featured-item span {
  font-size: 13px;
  color: #000;
}

/* MAIN IMAGE */
.main-product-box {
  background: #fff;
  padding: 30px;
}

.main-product-box img {
  max-height: 450px;
  object-fit: contain;
}

/* RIGHT SIDE */
.price {
  font-size: 26px;
  margin: 10px 0;
}

.variant-title {
  margin-top: 20px;
  font-size: 20px;
}

/* VARIANTS */
.variant-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 2 per row */
  gap: 20px;
  margin-bottom: 20px;
}

.variant-images div {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.variant-images img {
  width: 120px;
  background: #fff;
  padding: 5px;
}


/* META */
.meta-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 20px;
}

.meta-row button {
  border: 1px solid #000000;
  background: #fbf7ef;
  padding: 5px 12px;
  font-size: 15px;
  width: 94px;
  height: 40px;
  border-radius: 7px;
}

/* STOCK */
.stock {
  border: 1px solid #ccc;
  padding: 3px 10px;
  font-size: 16px;
}

/* QTY */
.qty-box {
  display: flex;
  width: 120px;
  border: 1px solid #ccc;
  margin: 20px 0;
}

.qty-box button {
  width: 35px;
  background: #fff;
  border: none;
}

.qty-box input {
  width: 50px;
  border: none;
  text-align: center;
}

/* BUTTONS */
.cart-btn {
  width: 50%;
  background: #000;
  color: #ecdfcd;
  border: none;
  padding: 12px;
  margin-bottom: 10px;
  border-radius: 6px;
  font-weight: 700;
}

.wishlist-btn {
  width: 50%;
  background: #000;
  color: #ecdfcd;
  border: none;
  padding: 12px;
  margin-bottom: 10px;
  border-radius: 6px;
  font-weight: 700;
}

.buy-btn {
  width: 50%;
  background: #fbf7ef;
  border: 1px solid #000;
  padding: 12px;
  border-radius: 6px;
  font-weight: 700;
}

.cart-btn:hover {
  background: #fbf7ef;
  color: #000;
  border: 1px solid;
  transition: 0.3s linear;
}

.wishlist-btn:hover {
  background: #fbf7ef;
  color: #000;
  border: 1px solid;
  transition: 0.3s linear;
}

.buy-btn:hover {
  background: #000;
  color: #ecdfcd;
  border: 1px solid;
  transition: 0.3s linear;
}

.product-tabs {
  background: #fbf7ef;
}

.tabs-box {
  border: 1px solid #000;
  padding: 25px;
  background: #fbf7ef;
}

/* TAB BUTTONS */
.tab-btn {
  background: #eee;
  border: none;
  padding: 6px 14px;
  font-size: 15px;
  border-radius: 6px;
  width: auto;
  height: 60px;
  font-weight: 700;
}

.tab-btn.active {
  background: #f2ddc3;
}

/* CONTENT */
.tab-content {
  display: none;
  font-size: 15px;
  line-height: 2;
}

.tab-content ul {
  font-weight: 600;
  line-height: 2.7;
}

.tab-content h6 {
  font-size: 17px;
  font-weight: 700;
  font-style: italic;
}

.tab-content.active {
  display: block;
}

/* INGREDIENT IMAGES */
.ing-img {
  width: 80px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.reviews-section {
  background: #fbf7ef;
}

.stars {
  font-size: 18px;
}

.rating-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  margin-bottom: 6px;
}

.bar {
  flex: 1;
  height: 8px;
  background: #eee;
}

.bar.active {
  background: #000;
}

.review-item p {
  font-size: 14px;
}

.review-form {
  max-width: 600px;
  margin: 0 auto;
}

.upload-box {
  width: 80px;
  height: 80px;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin: 10px auto;
}

.product-varients {
  font-size: 20px !important;
  /* margin:10px 0; */
}


/* ------------------------------------------------------- Product Details PAGE ends HERE ------------------------------------------------------- */

/* ------------------------------------------------------- Carts PAGE starts HERE ------------------------------------------------------- */

.cart-section {
  background: #fbf5ec;
  padding: 60px 5%;
  font-family: 'Poppins', sans-serif;
}

.cart-container {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

/* LEFT SIDE */
.cart-products {
  flex: 2;
}

.cart-products h2 {
  font-size: 32px;
  margin-bottom: 30px;
}

.cart-item {
  position: relative;
  /* border: 1px solid #000; */
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  background: #fbf5ec;
}

.remove-btn {
  position: absolute;
  top: 15px;
  left: 15px;
  border: 1px solid #000;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 26px;
  cursor: pointer;
  font-weight: bold;
}

.cart-item-inner {
  display: flex;
  gap: 30px;
  align-items: center;
}

.cart-item img {
  width: 140px;
}

.cart-details h3 {
  font-size: 20px;
  margin-bottom: 8px;
}

.price {
  font-size: 18px;
  font-weight: 500;
}

.variant {
  color: #777;
  margin-bottom: 15px;
}

.quantity-box {
  display: inline-flex;
  border: 1px solid #000;
  margin-bottom: 15px;
}

.quantity-box button {
  background: none;
  border: none;
  width: 35px;
  font-size: 18px;
  cursor: pointer;
}

.quantity-box span {
  padding: 0 15px;
  line-height: 35px;
}

.total {
  font-size: 16px;
  margin-bottom: 5px;
}

.bold {
  font-weight: 600;
}

.old-price {
  text-decoration: line-through;
  color: #999;
  margin-left: 10px;
}

.offer {
  font-size: 14px;
  color: #000;
}

/* RIGHT SIDE */
.order-summary {
  flex: 1;
}

.order-summary h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.subtotal {
  font-weight: 600;
  margin-bottom: 5px;
}

.saving {
  margin-bottom: 20px;
}

.note-btn,
.checkout-btn,
.shipping-btn,
.apply-btn {
  width: 100%;
  background: #000;
  color: #fff;
  border: none;
  padding: 14px;
  margin-bottom: 15px;
  cursor: pointer;
  border-radius: 4px;
  font-weight: 500;
}

.shipping-text {
  font-size: 14px;
  margin-bottom: 20px;
}

.discount-input {
  width: 100%;
  padding: 14px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
}


/* Authentication */
.account {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: #fbf5ec;
}

.account form {
  background: #f2ddc3;
  padding: 40px;
  width: 834px;
  border-radius: 4px;
  text-align: center;
}

.account input {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #000;
  border-radius: 5px;
  outline: none;
}

.account button {
  background: #000;
  color: #fff;
  border: none;
  padding: 12px 30px;
  cursor: pointer;
  border-radius: 5px;
}

.account-links {
  margin-top: 25px;
  border-top: 2px solid #000;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
}

.account-links a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
}


/* Cart Modal */
.cart-modal {
  position: fixed;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100vh;
  background: #fbf5ec;
  z-index: 1050;
  transition: 0.4s ease;
  display: flex;
  flex-direction: column;
  overflow: auto;
}

.cart-modal.active {
  right: 0;
}

.cart-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 1040;
}

.cart-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.cart-header,
.cart-footer {
  padding: 15px;
  border-bottom: 1px solid #ddd;
}

.cart-footer {
  border-top: 1px solid #ddd;
  margin-top: auto;
}

.cart-body {
  padding: 15px;
  /* overflow-y: auto; */
}

.close-cart {
  background: none;
  border: none;
  font-size: 24px;
}

.qty button {
  border: 1px solid #ccc;
  background: #fff;
  width: 30px;
}

.remove-item {
  position: absolute;
  top: 5px;
  right: 5px;
  background: black;
  color: white;
  border: none;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
}


/* quick view */

/* Modal background */
#quickViewModal .modal-content {
  background: #fef9f2;
  border-radius: 10px;
  border: none;
  padding: 30px;
}

/* Close button */
#quickViewModal .btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
  background: black;
  opacity: 1;
}

/* Product title */
#modal-product-name {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #1d1d1d;
}

/* Price row */
#quickViewModal h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* Labels */
#quickViewModal p {
  font-size: 15px;
  color: #333;
}

/* Variant buttons */
#variant-options button {
  border: 1px solid #000;
  background: transparent;
  padding: 8px 18px;
  border-radius: 6px;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: 0.3s;
}

#variant-options button:hover {
  background: black;
  color: white;
}

/* Quantity box */
#qty {
  border: 1px solid #000;
  border-radius: 6px;
  text-align: center;
  height: 45px;
}

/* Add to cart button */
#add-to-cart-btn {
  background: black;
  color: white;
  padding: 12px;
  border-radius: 6px;
  font-weight: 600;
  transition: 0.3s;
}

#add-to-cart-btn:hover {
  background: #333;
}

/* Product image */
#modal-main-image {
  width: 100%;
  border-radius: 10px;
}

/* Gallery thumbnails */
#modal-gallery img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
  border: 1px solid #ddd;
}

#modal-gallery img:hover {
  border: 1px solid black;
}

/* Product description */
.product-description {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}

.modal-dialog.modal-lg {
  --bs-modal-width: 1103px;
}

/* .product-detail-btn a {
  text-decoration: none;
  color: #000;
  border: 1px solid;
  padding: 12px;
  border-radius: 6PX;
} */


/* ============================= */
/* AMIY CHECKOUT */
/* ============================= */

.amiy-checkout-wrapper {
  background: #fff;
}

.amiy-checkout-container {
  display: flex;
  min-height: 100vh;
}

.amiy-checkout-left {
  width: 55%;
  padding: 50px;
  background: #fbf5ec;
}

.amiy-checkout-right {
  width: 45%;
  background: #0c0c0c;
  color: #fff;
  padding: 40px;
}

.amiy-section-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.amiy-checkout-input,
.amiy-checkout-select {
  width: 100%;
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}

.amiy-checkout-row {
  display: flex;
  gap: 10px;
}

.amiy-checkout-row .amiy-checkout-input {
  flex: 1;
}

.amiy-checkout-checkbox {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.amiy-shipping-box {
  background: #f9ead6;
  padding: 14px;
  border-radius: 6px;
  color: #7a6c5b;
}

.amiy-payment-box {
  background: #fff;
  padding: 15px;
  border-radius: 6px;
}

.amiy-payment-option {
  display: block;
  margin-bottom: 10px;
}

.amiy-card-fields input {
  margin-bottom: 10px;
}

.amiy-pay-btn {
  width: 100%;
  background: #111;
  color: white;
  border: none;
  padding: 15px;
  font-size: 16px;
  border-radius: 6px;
  margin-top: 20px;
  cursor: pointer;
}

/* RIGHT SIDE */

.amiy-product-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

.amiy-product-row img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 6px;
}

.amiy-product-info {
  flex: 1;
}

.amiy-product-price {
  font-weight: 600;
}

.amiy-discount-box {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.amiy-discount-box input {
  flex: 1;
}

.amiy-summary {
  margin-top: 20px;
}

.amiy-summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.amiy-summary-total {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
}

.amiy-mt-30 {
  margin-top: 30px;
}