@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #444;
  background-color: #fdfdfd;
  line-height: 1.8;
  letter-spacing: 0.01em;
  padding-top: 0;
}
@media (max-width: 576px) {
  body {
    padding-top: 0;
  }
}
body img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  font-style: normal;
  color: #1e2d24;
  letter-spacing: 0.03em;
}

h1 {
  line-height: 1.15;
}

h2 {
  line-height: 1.2;
}

h3 {
  line-height: 1.3;
}

b, strong {
  font-weight: 500;
}

.text-thin {
  font-weight: 200;
}

.refined-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  letter-spacing: 0.08em;
}

.announcement-bar {
  display: none !important;
  width: 100%;
  background: #2a4d3b;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 50px;
  z-index: 1031;
}
.announcement-bar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(197, 160, 89, 0.6), transparent);
}
.announcement-bar__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.announcement-bar__icon {
  font-size: 1rem;
  flex-shrink: 0;
}
.announcement-bar__text {
  text-align: center;
}
.announcement-bar__text strong {
  font-weight: 600;
  color: #c5a059;
  letter-spacing: 1px;
}
@media (max-width: 576px) {
  .announcement-bar {
    height: 40px;
    font-size: 0.6rem;
  }
  .announcement-bar__icon {
    display: none;
  }
}

header {
  position: sticky;
  top: 0;
  z-index: 1040;
}

.navbar {
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(25px) saturate(150%);
  -webkit-backdrop-filter: blur(25px) saturate(150%);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.01);
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.navbar.fixed-top {
  position: relative !important;
  top: 0 !important;
}
.navbar.navbar-scrolled {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(35px) saturate(200%);
  -webkit-backdrop-filter: blur(35px) saturate(200%);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.navbar.navbar-scrolled .navbar-brand img {
  height: 30px;
}
.navbar .container {
  justify-content: center !important;
}
@media (max-width: 576px) {
  .navbar {
    top: 40px !important;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}
.navbar .navbar-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
}
.navbar .navbar-brand img {
  height: 48px;
  width: auto;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.navbar .navbar-brand:hover img {
  transform: scale(1.05);
}
.navbar .navbar-brand span {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  color: #2a4d3b;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.navbar .nav-link {
  font-size: 0.85rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #1e2d24;
  margin: 0 1.2rem;
  padding: 0.8rem 0;
  position: relative;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.navbar .nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #c5a059;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.navbar .nav-link:hover {
  color: #2a4d3b;
}
.navbar .nav-link:hover::after {
  width: 100%;
}
.navbar .navbar-toggler, .navbar .navbar-collapse, .navbar .navbar-icons {
  display: none !important;
}
.navbar .navbar-toggler {
  display: none !important;
}
.navbar .navbar-toggler::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, rgba(197, 160, 89, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: -1;
}
.navbar .navbar-toggler:hover::before {
  transform: scale(1.5);
}
.navbar .navbar-toggler:hover .navbar-toggler-icon::after {
  width: 100%;
}
.navbar .navbar-toggler:focus {
  outline: none !important;
  box-shadow: none !important;
}
.navbar .navbar-toggler-icon {
  background-image: none !important;
  position: relative;
  width: 24px;
  height: 1.5px;
  background-color: #2a4d3b !important;
  display: block;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.navbar .navbar-toggler-icon::before, .navbar .navbar-toggler-icon::after {
  content: "";
  position: absolute;
  height: 1.5px;
  background-color: #2a4d3b;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.navbar .navbar-toggler-icon::before {
  width: 100%;
  top: -6px;
  left: 0;
}
.navbar .navbar-toggler-icon::after {
  width: 65%;
  bottom: -6px;
  right: 0;
}
.navbar .navbar-toggler[aria-expanded=true]::before {
  transform: scale(1.8);
}
.navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-color: transparent !important;
}
.navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon::before {
  width: 100%;
  top: 0;
  transform: rotate(45deg);
}
.navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon::after {
  width: 100%;
  bottom: 0;
  transform: rotate(-45deg);
}
.navbar .navbar-icons {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: 2rem;
}
@media (max-width: 992px) {
  .navbar .navbar-icons {
    margin-left: 0;
    margin-top: 1rem;
    justify-content: center;
  }
}
.navbar .navbar-icons .icon-btn {
  position: relative;
  color: #1e2d24;
  font-size: 1.25rem;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(42, 77, 59, 0.03);
}
.navbar .navbar-icons .icon-btn:hover {
  color: #2a4d3b;
  background: rgba(42, 77, 59, 0.08);
  transform: translateY(-2px);
}
.navbar .navbar-icons .icon-btn .badge {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 4px 6px;
  font-size: 0.6rem;
  background: #c5a059;
  color: #fff;
  border-radius: 50%;
  font-weight: 600;
  border: 2px solid #fff;
  transform: translate(25%, -25%);
}
.navbar .cart-offcanvas {
  border-left: none;
  box-shadow: -10px 0 40px rgba(0, 0, 0, 0.05);
  width: 400px !important;
}
@media (max-width: 576px) {
  .navbar .cart-offcanvas {
    width: 100% !important;
  }
}
.navbar .cart-offcanvas .offcanvas-header {
  border-bottom: 1px solid rgba(42, 77, 59, 0.05);
  padding: 1.5rem 2rem;
}
.navbar .cart-offcanvas .offcanvas-header .offcanvas-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.navbar .cart-offcanvas .offcanvas-body {
  padding: 2rem;
}
.navbar .cart-offcanvas .cart-item {
  display: flex;
  gap: 15px;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.navbar .cart-offcanvas .cart-item img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  background: #fdfdfd;
}
.navbar .cart-offcanvas .cart-item .item-details {
  flex: 1;
}
.navbar .cart-offcanvas .cart-item .item-details h6 {
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 4px;
  color: #1e2d24;
}
.navbar .cart-offcanvas .cart-item .item-details p {
  font-size: 0.8rem;
  color: #718378;
  margin: 0;
}
.navbar .cart-offcanvas .cart-item .item-remove {
  color: #d32f2f;
  font-size: 0.9rem;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.navbar .cart-offcanvas .cart-item .item-remove:hover {
  opacity: 1;
}
.navbar .cart-offcanvas .cart-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.navbar .cart-offcanvas .cart-footer .cart-total {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.navbar .cart-offcanvas .cart-footer .cart-total span:first-child {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #718378;
}
.navbar .cart-offcanvas .cart-footer .cart-total span:last-child {
  font-size: 1.25rem;
  font-weight: 300;
  color: #1e2d24;
}
.navbar .cart-offcanvas .cart-footer .btn-checkout {
  width: 100%;
  background: #2a4d3b;
  color: #fff;
  padding: 14px 28px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.75rem;
  font-weight: 500;
  border: none;
  border-radius: 8px;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.navbar .cart-offcanvas .cart-footer .btn-checkout:hover {
  background: #1e2d24;
  transform: translateY(-3px);
  box-shadow: 0 20px 60px rgba(42, 77, 59, 0.06);
}

main {
  margin-top: 0;
}

section {
  padding: 2rem 0;
  position: relative;
}
@media (max-width: 576px) {
  section {
    padding: 1.5rem 0;
  }
}
section[role=carousel] {
  padding: 0;
  margin-top: calc(-1 * 85px);
  height: 90vh;
  overflow: hidden;
}
@media (max-width: 576px) {
  section[role=carousel] {
    margin-top: calc(-1 * 70px);
  }
}
section.bg-light {
  background-color: #f4f7f4;
}
section.bg-white {
  background-color: #fff;
}

.section-title {
  font-weight: 200;
  font-size: 3.5rem;
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
  padding-bottom: 1rem;
  color: #1e2d24;
  letter-spacing: -0.01em;
}
@media (max-width: 576px) {
  .section-title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem;
  }
}
.section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 1px;
  background: #c5a059;
}

#heroCarousel {
  height: 90vh;
}
#heroCarousel .carousel-inner,
#heroCarousel .carousel-item {
  height: 90vh;
  position: relative;
}
#heroCarousel .carousel-inner img,
#heroCarousel .carousel-item img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
#heroCarousel .carousel-inner::before,
#heroCarousel .carousel-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(30, 45, 36, 0.6) 0%, rgba(30, 45, 36, 0.1) 100%);
  z-index: 1;
}

.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  text-align: center;
  animation: fadeUp 0.8s ease;
  padding: 0 15%;
  z-index: 2;
}
.carousel-caption h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 5rem;
  font-weight: 200;
  margin-bottom: 1.8rem;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #fff;
}
.carousel-caption p {
  font-size: 1.1rem;
  margin-bottom: 2.5rem;
  font-weight: 300;
  letter-spacing: 3px;
  opacity: 0.85;
  text-transform: uppercase;
  color: #fff;
}
.carousel-caption .btn-custom {
  padding: 14px 40px;
  font-size: 0.75rem;
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 400;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: transparent;
  color: #fff;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: inline-block;
  backdrop-filter: blur(5px);
}
.carousel-caption .btn-custom:hover {
  background: #fff;
  color: #2a4d3b;
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  border-color: #fff;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.footer-custom {
  background-color: #1e2d24;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem;
  margin-top: auto;
  padding: 4rem 0;
  border-top: 1px solid rgba(197, 160, 89, 0.3);
}
.footer-custom a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-left: 2rem;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.footer-custom a:hover {
  color: #c5a059;
}
.footer-custom .copyright {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  letter-spacing: 1px;
}

.motive-banner {
  position: relative;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0;
}
.motive-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.motive-banner .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(30, 45, 36, 0.4), rgba(30, 45, 36, 0.7));
  z-index: 0;
}
.motive-banner .content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  max-width: 900px;
  padding: 0 40px;
}
.motive-banner .content h2 {
  font-size: 4rem;
  color: #fff;
  margin-bottom: 2.2rem;
  font-weight: 200;
  letter-spacing: -2px;
}
.motive-banner .content p {
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.5;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .motive-banner {
    height: 450px;
  }
  .motive-banner .content h2 {
    font-size: 2.5rem;
  }
  .motive-banner .content p {
    font-size: 1.1rem;
  }
}

.product-card {
  width: 100%;
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  border-radius: 0;
  background: #fff;
  border: 1px solid rgba(42, 77, 59, 0.03);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.product-card:hover {
  box-shadow: 0 30px 60px rgba(42, 77, 59, 0.08);
  transform: translateY(-8px);
}
.product-card .badge {
  position: absolute;
  left: 20px;
  top: 20px;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 600;
  background: #2a4d3b;
  color: #fff;
  padding: 5px 15px;
  z-index: 10;
  border-radius: 0;
  letter-spacing: 2px;
}
.product-card .discount-badge {
  position: absolute;
  right: 0;
  top: 20px;
  background: #c5a059;
  color: #fff;
  padding: 6px 15px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
  z-index: 11;
  box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.1);
  animation: slideInRight 0.5s ease-out;
}
.product-card .product-tumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 450px;
  background: #fdfdfd;
  position: relative;
  overflow: hidden;
}
.product-card .product-tumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.6s ease, transform 1s ease;
}
.product-card .product-tumb img.img-hover {
  opacity: 0;
  z-index: 1;
}
.product-card .product-tumb img.img-main {
  opacity: 1;
  z-index: 2;
}
.product-card .product-tumb:hover .img-main {
  opacity: 0;
  transform: scale(0.9);
}
.product-card .product-tumb:hover .img-hover {
  opacity: 1;
  transform: scale(1.08);
}
.product-card .product-details {
  padding: 20px 15px 15px;
  text-align: center;
  background: #fff;
}
.product-card .product-details .product-cat {
  display: block;
  font-size: 8px;
  font-weight: 500;
  text-transform: uppercase;
  color: #c5a059;
  margin-bottom: 0.3rem;
  letter-spacing: 4px;
}
.product-card .product-details h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  margin-bottom: 8px;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #1e2d24;
  letter-spacing: 0.05em;
}
.product-card .product-details h4 a {
  color: #1e2d24;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.product-card .product-details h4 a:hover {
  color: #2a4d3b;
}
.product-card .product-details .product-rating {
  margin-bottom: 0.5rem;
  color: #c5a059;
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
}
.product-card .product-details .product-rating span {
  color: #718378;
  margin-left: 10px;
  font-size: 0.8rem;
  font-weight: 300;
}
.product-card .product-details .product-bottom {
  display: block;
  padding-top: 15px;
  border-top: 1px solid rgba(42, 77, 59, 0.03);
}
.product-card .product-details .product-bottom .product-price {
  color: #1e2d24;
  font-weight: 400;
  font-size: 1.3rem;
  margin-bottom: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
}
.product-card .product-details .product-bottom .product-price .selling-price {
  font-size: 1.3rem;
  font-weight: 600;
  color: #2a4d3b;
  letter-spacing: -0.01em;
}
.product-card .product-details .product-bottom .product-price .mrp-original {
  font-size: 0.72rem;
  font-weight: 300;
  color: #718378;
  opacity: 0.65;
}
.product-card .product-details .product-bottom .product-price s {
  text-decoration: line-through;
}
.product-card .product-details .product-bottom .product-price .tax-note {
  display: block;
  width: 100%;
  font-size: 0.65rem;
  letter-spacing: 0.5px;
  color: #718378;
  opacity: 0.65;
  text-align: center;
  margin-top: 2px;
}
.product-card .product-details .product-bottom .product-links {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 20px;
  padding: 0 25px 25px;
}
.product-card .product-details .product-bottom .product-links .btn {
  font-size: 0.6rem;
  padding: 10px 24px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 3.5px;
  font-weight: 400;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid rgba(42, 77, 59, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: auto;
  flex: none;
  background: transparent;
  color: #1e2d24;
}
.product-card .product-details .product-bottom .product-links .btn:hover {
  border-color: #c5a059;
  color: #c5a059;
  transform: translateY(-3px);
  background: rgba(197, 160, 89, 0.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}
.product-card .product-details .product-bottom .product-links .btn.btn-primary {
  border-color: #2a4d3b;
  background: #2a4d3b;
  color: #fff;
}
.product-card .product-details .product-bottom .product-links .btn.btn-primary:hover {
  background: transparent;
  color: #2a4d3b;
  border-color: #2a4d3b;
}
.product-card .product-details .product-bottom .product-links .btn.btn-outline-secondary {
  border-color: rgba(42, 77, 59, 0.1);
  color: #718378;
}
.product-card .product-details .product-bottom .product-links .btn.btn-outline-secondary:hover {
  border-color: #2a4d3b;
  color: #2a4d3b;
  background: transparent;
}

.pv-section {
  padding-top: 2rem;
  background: #fafaf8;
}

.pv-layout {
  min-height: auto;
}

.pv-thumbs-col {
  background: #fafaf8;
  padding: 2rem 0.75rem 2rem 2rem;
  align-items: flex-start;
}

.pv-thumbs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: sticky;
  top: 95px;
}
@media (max-width: 768px) {
  .pv-thumbs {
    position: static;
    flex-direction: row;
    overflow-x: auto;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
  }
}

.pv-thumb {
  width: 80px;
  height: 80px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0.55;
  flex-shrink: 0;
}
.pv-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.pv-thumb:hover {
  opacity: 0.85;
}
.pv-thumb.active {
  opacity: 1;
  border-color: #c5a059;
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.pv-thumb:hover img {
  transform: scale(1.06);
}

.pv-main-img-col {
  background: #fdfdfd;
  overflow: hidden;
  height: 75vh;
  position: relative;
}
@media (max-width: 992px) {
  .pv-main-img-col {
    height: 65vh;
  }
}
@media (max-width: 768px) {
  .pv-main-img-col {
    height: 50vh;
  }
}

.pv-main-img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: zoom-in;
}
.pv-main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  transition: opacity 0.3s ease, transform 0.8s ease;
}
.pv-main-img:hover img {
  transform: scale(1.05);
}
.pv-main-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 60%, rgba(30, 45, 36, 0.12) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.pv-main-img:hover::after {
  opacity: 1;
}

.pv-img-badge {
  position: absolute;
  top: 24px;
  left: 24px;
  background: #c5a059;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 6px 14px;
  z-index: 5;
}

#pvMobileCarousel {
  height: 100% !important;
  overflow: hidden;
}
#pvMobileCarousel .carousel-inner {
  height: 100% !important;
  overflow: hidden;
}
#pvMobileCarousel .carousel-item {
  height: 100% !important;
}
#pvMobileCarousel .carousel-item::before {
  display: none !important;
}
#pvMobileCarousel .carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: static;
}

.pv-mobile-carousel-inner {
  height: 100% !important;
  overflow: hidden;
}

.pv-details-col {
  background: #fff;
  border-left: 1px solid rgba(42, 77, 59, 0.05);
}
@media (max-width: 992px) {
  .pv-details-col {
    border-left: none;
    border-top: 1px solid rgba(42, 77, 59, 0.05);
  }
}

.pv-details {
  padding: 1rem 1rem;
  position: sticky;
  top: 85px;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .pv-details {
    padding: 3rem 2rem;
    position: static;
  }
}

.pv-eyebrow {
  display: block;
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #c5a059;
  margin-bottom: 0.5rem;
}

.pv-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  font-size: 1.75rem;
  line-height: 1.1;
  color: #1e2d24;
  letter-spacing: -0.01em;
  margin-bottom: 0.8rem;
}

.pv-rating {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #c5a059;
  font-size: 0.75rem;
  margin-bottom: 0;
}

.pv-rating-count {
  font-size: 0.75rem;
  color: #718378;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-left: 8px;
}

.pv-divider {
  height: 1px;
  background: rgba(42, 77, 59, 0.06);
  margin: 1rem 0;
}

.pv-price-wrap {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 1rem;
}

.pv-mrp-line {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
}

.pv-tax-note {
  font-size: 0.75rem;
  color: #718378;
  opacity: 0.7;
  letter-spacing: 0.3px;
  margin-top: 2px;
}
.pv-tax-note s {
  text-decoration: line-through;
  opacity: 0.8;
}

.pv-price {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  color: #2a4d3b;
  letter-spacing: -0.02em;
}

.pv-price-old {
  font-size: 1rem;
  font-weight: 300;
  color: #718378;
  text-decoration: line-through;
  opacity: 0.6;
}

.pv-discount-tag {
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background: rgba(197, 160, 89, 0.1);
  color: #c5a059;
  padding: 4px 10px;
  margin-left: 4px;
}

.pv-desc {
  font-size: 0.82rem;
  font-weight: 300;
  color: #718378;
  line-height: 1.7;
  margin-bottom: 1rem;
  letter-spacing: 0.2px;
}

.pv-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 0;
}

.pv-chip {
  font-size: 0.65rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 500;
  color: #2a4d3b;
  border: 1px solid rgba(42, 77, 59, 0.2);
  padding: 5px 12px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pv-chip i {
  font-size: 0.7rem;
}
.pv-chip:hover {
  background: rgba(42, 77, 59, 0.04);
  border-color: rgba(42, 77, 59, 0.4);
}

.pv-qty-wrap {
  margin-bottom: 1rem;
}

.pv-label {
  display: block;
  font-size: 0.65rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: #718378;
  margin-bottom: 0.6rem;
}

.pv-qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(42, 77, 59, 0.15);
  height: 46px;
}

.pv-qty-btn {
  width: 46px;
  height: 100%;
  background: transparent;
  border: none;
  color: #1e2d24;
  font-size: 1.2rem;
  font-weight: 300;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pv-qty-btn:hover {
  background: rgba(42, 77, 59, 0.04);
  color: #2a4d3b;
}

.pv-qty-input {
  width: 50px;
  height: 100%;
  border: none;
  border-left: 1px solid rgba(42, 77, 59, 0.1);
  border-right: 1px solid rgba(42, 77, 59, 0.1);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  color: #1e2d24;
  background: transparent;
  outline: none;
}

.pv-actions {
  display: flex;
  gap: 10px;
  margin-bottom: 1.2rem;
}

.pv-btn-cart {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: transparent;
  color: #1e2d24;
  border: 1px solid rgba(42, 77, 59, 0.15);
  padding: 14px 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 100px;
  position: relative;
  overflow: hidden;
}
.pv-btn-cart:hover {
  background: rgba(42, 77, 59, 0.03);
  border-color: #2a4d3b;
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.pv-btn-buy {
  text-decoration: none;
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #2a4d3b;
  color: #fff;
  border: 1px solid #2a4d3b;
  padding: 14px 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  border-radius: 100px;
  position: relative;
  overflow: hidden;
}
.pv-btn-buy::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.15), transparent);
  transition: all 0.6s;
  pointer-events: none;
}
.pv-btn-buy:hover {
  background: #1e2d24;
  border-color: #1e2d24;
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
}
.pv-btn-buy:hover::before {
  left: 100%;
}

.pv-btn-wish {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid rgba(42, 77, 59, 0.1);
  color: #1e2d24;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 100px;
  flex-shrink: 0;
}
.pv-btn-wish:hover {
  border-color: #c5a059;
  color: #c5a059;
  background: #fff;
  transform: scale(1.05);
  color: #c5a059;
}

.pv-meta {
  border-top: 1px solid rgba(42, 77, 59, 0.06);
  padding-top: 1rem;
}

.pv-meta-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 0.2rem;
}

.pv-meta-key {
  font-size: 0.6rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #718378;
  min-width: 70px;
}

.pv-meta-val {
  font-size: 0.82rem;
  font-weight: 300;
  color: #1e2d24;
  letter-spacing: 0.3px;
}

.pv-tabs-section {
  padding: 4rem 0 6rem;
}

.pv-tab-heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #1e2d24;
  margin-bottom: 1.5rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(42, 77, 59, 0.06);
}

.pv-feature-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.pv-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.88rem;
  font-weight: 300;
  color: #718378;
  margin-bottom: 0.65rem;
  line-height: 1.6;
}
.pv-feature-list li i {
  color: #c5a059;
  font-size: 0.85rem;
  margin-top: 3px;
  flex-shrink: 0;
}

.pv-table {
  border-color: rgba(42, 77, 59, 0.06) !important;
  font-size: 0.85rem;
}
.pv-table th {
  font-weight: 400;
  font-size: 0.78rem;
  letter-spacing: 0.5px;
  color: #1e2d24;
  background: #fafaf8;
  padding: 14px 20px;
  width: 28%;
  border-color: rgba(42, 77, 59, 0.06) !important;
}
.pv-table td {
  font-weight: 300;
  color: #718378;
  padding: 14px 20px;
  border-color: rgba(42, 77, 59, 0.06) !important;
}

.pv-review {
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(42, 77, 59, 0.06);
}

.nav-tabs {
  border-bottom: 1px solid rgba(42, 77, 59, 0.08);
  justify-content: flex-start;
}
.nav-tabs .nav-link {
  border: none;
  color: #718378;
  font-weight: 400;
  padding: 12px 30px 12px 0;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: transparent;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 2px;
  margin-right: 2rem;
}
.nav-tabs .nav-link:hover {
  color: #2a4d3b;
}
.nav-tabs .nav-link.active {
  color: #2a4d3b;
  border-bottom: 1px solid #2a4d3b;
  background: transparent;
}

.tab-content {
  background: #fff;
  padding: 40px 0 !important;
  border: none;
  line-height: 1.8;
  font-size: 0.95rem;
}

.pv-reviews-section {
  background: #f5f3f0;
  padding: 6rem 0;
  border-top: 1px solid rgba(42, 77, 59, 0.05);
  border-bottom: 1px solid rgba(42, 77, 59, 0.05);
}

.pv-reviews-header {
  margin-bottom: 4rem;
}

.pv-review-card {
  background: #fff;
  padding: 2.5rem;
  height: 100%;
  border: 1px solid rgba(42, 77, 59, 0.03);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.02);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pv-review-card:hover {
  box-shadow: 0 15px 50px rgba(42, 77, 59, 0.06);
  transform: translateY(-3px);
}

.custom-hover-opacity {
  transition: opacity 0.3s ease;
}
.custom-hover-opacity:hover {
  opacity: 1 !important;
  color: #2a4d3b !important;
}

/* CSS for Owl Carousel Dots */
.owl-theme .owl-dots {
  text-align: center;
  margin-top: 30px !important;
}

.owl-theme .owl-dots .owl-dot {
  outline: none !important;
}
.owl-theme .owl-dots .owl-dot span {
  width: 8px !important;
  height: 8px !important;
  margin: 5px 6px !important;
  background: rgba(42, 77, 59, 0.2) !important;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #c5a059 !important;
  transform: scale(1.3);
}

@media (max-width: 576px) {
  .pv-actions.sticky-mobile-actions {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    background: #fff;
    padding: 10px 15px;
    margin: 0 !important;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
    border-top: 1px solid rgba(42, 77, 59, 0.06);
    transition: transform 0.3s ease-in-out;
  }
  .pv-actions.sticky-mobile-actions.hide-on-scroll {
    transform: translateY(120%);
  }
  .pv-review-card {
    padding: 1.2rem;
  }
  .pv-review-card h5 {
    font-size: 0.8rem !important;
  }
  .pv-review-card .bi-star-fill, .pv-review-card .bi-star-half {
    font-size: 0.6rem !important;
  }
  .pv-review-card span.text-muted {
    font-size: 0.55rem !important;
    line-height: 1;
    margin-bottom: 0.5rem !important;
  }
  .pv-review-card p {
    font-size: 0.7rem !important;
    line-height: 1.4 !important;
  }
}
@media (max-width: 992px) {
  .pv-section {
    padding-top: 60px;
  }
  .pv-layout {
    min-height: auto;
  }
  .pv-details {
    padding: 1rem 1rem;
    position: static;
    max-height: none;
    overflow: visible;
  }
  .pv-title {
    font-size: 2.2rem;
  }
  .pv-price {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .pv-details {
    padding: 1rem 1rem;
  }
  .pv-title {
    font-size: 1.8rem;
  }
  .pv-tabs-section {
    padding: 2.5rem 0 4rem;
  }
  .pv-reviews-section {
    padding: 3.5rem 0;
  }
  .pv-reviews-header {
    margin-bottom: 2.5rem;
  }
  .tab-content {
    padding: 30px 0 !important;
  }
}
@media (max-width: 576px) {
  .pv-details {
    padding: 1rem 1rem;
  }
  .pv-review-card {
    padding: 1.8rem;
  }
  .pv-title {
    font-size: 1.5rem;
  }
  .pv-price {
    font-size: 1.5rem;
  }
  .pv-chips {
    gap: 6px;
  }
  .pv-tabs-section {
    padding: 2rem 0 3rem;
  }
}
@media (max-width: 992px) {
  section {
    padding: 2rem 0;
  }
  .carousel-caption h1 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .navbar .navbar-brand img {
    height: 30px;
  }
  section {
    padding: 2rem 0;
  }
  #heroCarousel {
    height: 100vh;
  }
  #heroCarousel .carousel-inner, #heroCarousel .carousel-item {
    height: 100vh;
  }
  .carousel-caption h1 {
    font-size: 2.6rem;
    margin-bottom: 1.2rem;
    line-height: 1.15;
  }
  .carousel-caption p {
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
  }
  .carousel-caption .btn-custom {
    padding: 10px 25px;
    font-size: 0.75rem;
  }
  .product-card .product-tumb {
    height: 340px;
  }
  .product-card .product-details {
    padding: 15px 12px 10px;
  }
  .product-card .product-details h4 {
    font-size: 1.15rem;
  }
  .product-card .product-details .product-bottom {
    padding-top: 15px;
  }
  .product-card .product-details .product-bottom .product-price {
    font-size: 1.25rem;
    flex-direction: row;
    gap: 10px;
  }
  .product-card .product-details .product-bottom .product-price small {
    font-size: 0.85rem;
  }
  .product-card .product-details .product-bottom .product-links {
    flex-direction: column;
    gap: 6px;
    margin-top: 10px;
    border: none;
  }
  .product-card .product-details .product-bottom .product-links .btn {
    width: 100%;
    padding: 10px 0;
    font-size: 0.75rem;
    letter-spacing: 1.5px;
    border: 1px solid rgba(42, 77, 59, 0.1);
    border-radius: 2px;
  }
  .product-card .product-details .product-bottom .product-links .btn-outline-secondary {
    border-left: 1px solid rgba(42, 77, 59, 0.1);
  }
  .product-price-lg .h2 {
    font-size: 2rem;
  }
  .nav-tabs .nav-link {
    padding: 10px 15px;
    font-size: 1.1rem;
  }
  .tab-content {
    padding: 30px 15px !important;
  }
  section {
    padding: 2rem 0;
  }
  .navbar {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .navbar .navbar-brand img {
    height: 28px;
    width: auto;
  }
  .navbar .navbar-toggler {
    padding: 8px 10px;
  }
  .carousel-caption {
    padding: 0 10%;
  }
  .carousel-caption h1 {
    font-size: 2.2rem;
    margin-bottom: 0.8rem;
    letter-spacing: -0.01em;
  }
  .carousel-caption p {
    font-size: 0.85rem;
    letter-spacing: 0.8px;
    margin-bottom: 2rem;
    opacity: 0.9;
  }
  .carousel-caption .btn-custom {
    padding: 12px 24px;
    font-size: 0.75rem;
    letter-spacing: 1.5px;
  }
  .product-card .product-tumb {
    height: 320px;
  }
  .product-card .product-details {
    padding: 20px 15px 12px;
  }
  .product-card .product-details .product-cat {
    font-size: 0.6rem;
    letter-spacing: 3px;
    margin-bottom: 8px;
  }
  .product-card .product-details h4 {
    font-size: 1.1rem;
    margin-bottom: 12px;
    line-height: 1.3;
  }
  .product-card .product-details .product-rating {
    margin-bottom: 1rem;
  }
  .product-card .product-details .product-rating i {
    font-size: 0.75rem;
  }
  .product-card .product-details .product-rating span {
    font-size: 0.75rem;
    margin-left: 6px;
  }
  .product-card .product-details .product-bottom {
    padding-top: 15px;
  }
  .product-card .product-details .product-bottom .product-price {
    font-size: 1.2rem;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 18px;
  }
  .product-card .product-details .product-bottom .product-price small {
    font-size: 0.85rem;
  }
  .product-card .product-details .product-bottom .product-links {
    flex-direction: column;
    gap: 6px;
    border: none;
  }
  .product-card .product-details .product-bottom .product-links .btn {
    width: 100%;
    padding: 10px 0;
    font-size: 0.7rem;
    letter-spacing: 1px;
    border: 1px solid rgba(42, 77, 59, 0.1);
    border-radius: 2px;
  }
  .product-card .product-details .product-bottom .product-links .btn-outline-secondary {
    border-left: 1px solid rgba(42, 77, 59, 0.1);
  }
  .footer-custom {
    text-align: center;
  }
  .footer-custom .text-md-end {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
  }
  .footer-custom a {
    margin: 0;
    font-size: 0.85rem;
  }
  .sticky-mobile-actions {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    padding: 15px 20px;
    margin: 0 !important;
    display: flex !important;
    flex-direction: row !important;
    gap: 12px !important;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.05);
    border-top: 1px solid rgba(42, 77, 59, 0.03);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .sticky-mobile-actions.hide-on-scroll {
    transform: translateY(150%);
  }
  .sticky-mobile-actions .btn {
    margin: 0;
    padding: 12px !important;
    font-size: 0.8rem !important;
  }
}
.inquiry-section {
  background-color: #1e2d24;
  padding: 6rem 0 4rem;
  position: relative;
  overflow: hidden;
}
.inquiry-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 20% 50%, rgba(197, 160, 89, 0.06) 0%, transparent 60%), radial-gradient(ellipse at 80% 20%, rgba(42, 77, 59, 0.15) 0%, transparent 50%);
  pointer-events: none;
}

.inquiry-eyebrow {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #c5a059;
  margin-bottom: 1.2rem;
  border-bottom: 1px solid rgba(197, 160, 89, 0.4);
  padding-bottom: 6px;
}

.inquiry-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 200;
  color: #fff;
  margin-bottom: 1.2rem;
  line-height: 1.15;
}
.inquiry-heading em {
  font-style: normal;
  font-weight: 400;
  color: #c5a059;
}

.inquiry-subtext {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 1.85;
  max-width: 520px;
  margin: 0 auto;
}

.inquiry-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  padding: 3.5rem;
  position: relative;
}
.inquiry-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 3.5rem;
  right: 3.5rem;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(197, 160, 89, 0.5), transparent);
}

.inquiry-label {
  display: block;
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
  transition: color 0.25s;
}
.inquiry-label .required {
  color: #c5a059;
  margin-left: 2px;
}

.inquiry-input-wrap {
  position: relative;
}
.inquiry-input-wrap .field-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.9rem;
  pointer-events: none;
  transition: color 0.25s;
}

.inquiry-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.85);
  font-family: "Montserrat", sans-serif;
  font-size: 0.85rem;
  font-weight: 300;
  letter-spacing: 0.5px;
  padding: 14px 42px 14px 16px;
  border-radius: 0;
  outline: none;
  transition: border-color 0.3s, background 0.3s, box-shadow 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.inquiry-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
  letter-spacing: 0.3px;
}
.inquiry-input::placeholder {
  color: rgba(255, 255, 255, 0.2);
  letter-spacing: 0.3px;
}
.inquiry-input:focus {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(197, 160, 89, 0.6);
  box-shadow: 0 0 0 3px rgba(197, 160, 89, 0.08);
}
.inquiry-input option {
  background: #1e2d24;
  color: rgba(255, 255, 255, 0.8);
}

.inquiry-textarea {
  resize: vertical;
  min-height: 130px;
  padding-top: 14px;
}
.inquiry-textarea ~ .field-icon {
  top: 18px;
  transform: none;
}

.inquiry-field {
  margin-bottom: 0.25rem;
}
.inquiry-field.field--valid .inquiry-label {
  color: rgba(197, 160, 89, 0.8);
}
.inquiry-field.field--valid .inquiry-input {
  border-color: rgba(197, 160, 89, 0.5);
}
.inquiry-field.field--valid .field-icon {
  color: #c5a059;
}
.inquiry-field.field--invalid .inquiry-label {
  color: rgba(255, 107, 107, 0.9);
}
.inquiry-field.field--invalid .inquiry-input {
  border-color: rgba(255, 107, 107, 0.5);
  animation: shake 0.35s ease;
}
.inquiry-field.field--invalid .field-icon {
  color: #ff8a8a;
}

.field-error {
  display: block;
  font-size: 0.7rem;
  font-weight: 400;
  color: #ff8a8a;
  letter-spacing: 0.5px;
  margin-top: 7px;
  min-height: 1rem;
  opacity: 0;
  transition: opacity 0.25s;
}
.field-error:not(:empty) {
  opacity: 1;
}

.inquiry-volume-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.volume-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.25s ease;
}
.volume-chip input[type=radio] {
  display: none;
}
.volume-chip:has(input:checked), .volume-chip:hover {
  border-color: rgba(197, 160, 89, 0.7);
  background: rgba(197, 160, 89, 0.08);
  color: #c5a059;
}

.inquiry-banner {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  font-size: 0.82rem;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-bottom: 2rem;
  border-left: 2px solid transparent;
}
.inquiry-banner--success {
  background: rgba(42, 77, 59, 0.25);
  border-color: #2a4d3b;
  color: rgba(255, 255, 255, 0.85);
}
.inquiry-banner--error {
  background: rgba(255, 107, 107, 0.1);
  border-color: #ff6b6b;
  color: #ff9a9a;
}

.btn-inquiry-submit {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: transparent;
  border: 1px solid rgba(197, 160, 89, 0.5);
  color: #c5a059;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
  padding: 18px 60px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-top: 0.5rem;
  border-radius: 0;
  outline: none;
}
.btn-inquiry-submit:hover:not(:disabled) {
  background: #c5a059;
  color: #1e2d24;
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(197, 160, 89, 0.25);
}
.btn-inquiry-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.inquiry-spinner {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1.5px solid rgba(197, 160, 89, 0.3);
  border-top-color: #c5a059;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}

.inquiry-privacy {
  font-size: 0.72rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.5px;
  margin-bottom: 1.5rem;
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  .inquiry-section {
    padding: 4rem 0 3rem;
  }
  .inquiry-heading {
    font-size: 2.2rem;
  }
  .inquiry-card {
    padding: 2rem 1.5rem;
  }
  .inquiry-card::after {
    left: 1.5rem;
    right: 1.5rem;
  }
  .btn-inquiry-submit {
    padding: 14px 35px;
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .inquiry-heading {
    font-size: 1.8rem;
  }
  .volume-chip {
    font-size: 0.7rem;
    padding: 8px 14px;
  }
  .inquiry-card {
    padding: 1.5rem 1rem;
  }
}
.inquiry-cta-section {
  background-color: #1e2d24;
  position: relative;
  overflow: hidden;
}
.inquiry-cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(197, 160, 89, 0.08) 0%, transparent 60%);
  pointer-events: none;
}

.btn-exquisite-highlight {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 50px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: #1e2d24;
  background: linear-gradient(135deg, #e3c78a, #c5a059);
  border: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  box-shadow: 0 10px 30px rgba(197, 160, 89, 0.2);
  border-radius: 0;
}
.btn-exquisite-highlight .glow-effect {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: exquisite-glow 4s infinite;
  pointer-events: none;
}
.btn-exquisite-highlight:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(197, 160, 89, 0.35);
  color: #1e2d24;
}

@keyframes exquisite-glow {
  0% {
    left: -100%;
  }
  20% {
    left: 200%;
  }
  100% {
    left: 200%;
  }
}
.luxury-modal-dialog, .refined-modal-dialog {
  max-width: 800px;
}

.luxury-modal, .refined-modal {
  --bs-modal-bg: transparent // Ensure default Bootstrap bg is hidden;
}

.modal-content.inquiry-card {
  background: rgba(18, 18, 18, 0.55) !important;
  border: 1px solid rgba(197, 160, 89, 0.15) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform, opacity;
}
.modal-content.inquiry-card::after {
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(to right, transparent, rgba(197, 160, 89, 0.8), transparent);
  pointer-events: none;
}
.modal-content.inquiry-card .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
  opacity: 0.5;
}
.modal-content.inquiry-card .btn-close:hover {
  opacity: 0.8;
}

.modal-backdrop.show {
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.navbar-brand img {
  height: 32px;
  margin-right: 12px;
  transition: transform 0.3s ease;
}
.navbar-brand:hover img {
  transform: scale(1.1);
}

.refined-text {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 200;
}

.cart-item {
  display: flex;
  align-items: center;
  padding: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: background 0.3s ease;
}
.cart-item:hover {
  background: rgba(42, 77, 59, 0.02);
}
.cart-item img {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 1.25rem;
  border-radius: 4px;
}
.cart-item .item-details {
  flex: 1;
}
.cart-item .item-details h6 {
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: #1e2d24;
}
.cart-item .item-details p {
  font-size: 0.75rem;
  margin: 0;
  color: rgba(0, 0, 0, 0.5);
}
.cart-item .item-remove {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.3);
  padding: 8px;
  transition: color 0.3s ease;
}
.cart-item .item-remove:hover {
  color: #ff6b6b;
}

.badge#cartCountBadge {
  position: absolute;
  top: -5px;
  right: -8px;
  background: #c5a059;
  color: #fff;
  font-size: 0.6rem;
  padding: 4px 6px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(197, 160, 89, 0.4);
}

#userModal .nav-tabs .nav-link {
  color: rgba(0, 0, 0, 0.4);
  background: #f8f9fa;
}
#userModal .nav-tabs .nav-link.active {
  color: #1e2d24;
  background: #fff;
  font-weight: 600;
}

.letter-spacing-1 {
  letter-spacing: 1px;
}

.letter-spacing-2 {
  letter-spacing: 2px;
}

.fw-600 {
  font-weight: 600;
}

.cart-offcanvas {
  border: none !important;
  box-shadow: -30px 0 60px rgba(0, 0, 0, 0.05);
  width: 400px !important;
}
@media (max-width: 576px) {
  .cart-offcanvas {
    width: 100% !important;
  }
}
.cart-offcanvas .offcanvas-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03) !important;
}
.cart-offcanvas .cart-footer {
  background: #ffffff !important;
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.shipping-progress .progress {
  background-color: #f5f5f5 !important;
  overflow: visible;
}
.shipping-progress .progress-bar {
  transition: width 1s cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
}
.shipping-progress .progress-bar::after {
  content: "";
  position: absolute;
  right: 0;
  top: -2px;
  bottom: -2px;
  width: 2px;
  background: #fff;
}

.profile-wrapper {
  padding: 80px 0;
  background: #fcfcfc;
}

.profile-card {
  background: #fff;
  border: none;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.03);
  padding: 40px;
}

.profile-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
  border-bottom: 2px solid transparent;
  padding: 15px 0;
  margin-right: 30px;
}
.profile-nav .nav-link.active {
  color: #1e2d24;
  border-bottom: 2px solid #2a4d3b;
  font-weight: 600;
}

.order-item {
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 20px;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}
.order-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.02);
}

.refined-dropdown {
  min-width: 220px;
  border-radius: 0 !important;
  margin-top: 15px !important;
  animation: fadeInDown 0.3s ease-out;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.03) !important;
}
.refined-dropdown .dropdown-item {
  font-size: 0.75rem;
  color: #1a1a1a;
  transition: all 0.3s ease;
}
.refined-dropdown .dropdown-item:hover {
  background: rgba(42, 77, 59, 0.03);
  color: #2a4d3b;
  padding-left: 2rem;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.icon-btn.dropdown-toggle::after {
  display: none;
}/*# sourceMappingURL=style.css.map */