:root {
  --brand-dark: #1f2937;
  --brand-light: #ffffff;
  --card-border: #e5e7eb;
  --home-bg: #d0dad2;
  --home-surface: #ffffff;
  --home-accent: #638582;
  --home-text: #0f172a;
  --home-muted: #64748b;
  --faq-main-title-size: clamp(1.35rem, 1.45vw, 2rem);
  --faq-question-size: clamp(1.2rem, 1.05vw, 1.2rem);
  --faq-answer-size: clamp(1.0rem, 0.95vw, 1.02rem);
}

html {
  overflow-x: hidden;
}

body {
  font-family: 'Montserrat', sans-serif;
  background-color: var(--brand-light);
  color: #111827;
  padding-top: 96px;
  overflow-x: hidden;
  transition: padding-top 0.22s ease;
}

body.notice-collapsed {
  padding-top: 62px;
}



.site-header .navbar-brand {
  letter-spacing: 0.2px;
  font-size: 1.2rem;
}

.site-header .navbar {
  padding-top: 0.56rem;
  padding-bottom: 0.56rem;
  background: transparent;
  transition: background-color 0.24s ease, box-shadow 0.24s ease, padding 0.24s ease;
}

.site-nav-inner {
  align-items: center;
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: max-width 0.28s ease, padding 0.28s ease;
}

.site-header-nav {
  column-gap: 1.1rem;
  transition: transform 0.24s ease;
}

.site-main-navbar {
  width: 100%;
}

.site-header-nav-link {
  position: relative;
  font-weight: 600;
  color: #334155;
  transition: color 0.2s ease, transform 0.2s ease;
}

.site-header-nav-link::after {
  content: "";
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0.22rem;
  height: 2px;
  background: #0f172a;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.site-header-nav-link:hover,
.site-header-nav-link:focus-visible {
  color: #0f172a;
  transform: translateY(-1px);
}

.site-header-nav-link:hover::after,
.site-header-nav-link:focus-visible::after {
  transform: scaleX(1);
}

@media (max-width: 991.98px) {
  .site-main-navbar {
    margin-top: 0.6rem;
    padding: 0.45rem 0.65rem;
    border: 1px solid #d7dee7;
    background: rgba(255, 255, 255, 0.96);
    -webkit-backdrop-filter: saturate(170%) blur(8px);
    backdrop-filter: saturate(170%) blur(8px);
  }

  .site-main-navbar .site-header-nav {
    row-gap: 0.1rem;
  }

  .site-main-navbar .site-header-nav-link {
    padding: 0.55rem 0.3rem;
    font-size: 0.98rem;
  }

  .site-main-navbar .site-header-nav-link::after {
    left: 0.3rem;
    right: auto;
    width: 30px;
    bottom: 0.28rem;
  }
}

.site-logo-link {
  display: inline-flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  transition: transform 0.22s ease;
  animation: logo-reveal 0.45s ease 0.12s both;
}

.site-logo-link:hover {
  transform: translateY(-1px);
}

.site-logo {
  width: 116px;
  height: auto;
  display: block;
}

.site-footer {
  background: #ffffff;
  border-top: 1px solid #000000;
}

.site-footer.mt-5 {
  margin-top: 0 !important;
}

.site-footer-brand {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #0f172a;
}

.site-footer-logo {
  width: 108px;
  height: auto;
  display: inline-block;
}

.site-footer-meta {
  font-size: 0.94rem;
  color: #6b7280;
}

.site-footer-shell {
  max-width: 720px;
}

.site-footer-follow-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.95rem;
  flex-wrap: wrap;
}

.site-footer-follow-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.4rem 0.6rem;
}

.site-footer-follow-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  color: #ffffff;
}

.site-footer-follow-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.site-footer-follow-linkedin {
  background: #0a66c2;
}

.site-footer-follow-copy {
  text-align: left;
}

.site-footer-follow-label {
  font-size: 0.86rem;
  color: #475569;
  line-height: 1.15;
}

.site-footer-follow-platform {
  font-size: 1rem;
  color: #0f172a;
  font-weight: 700;
  line-height: 1.15;
}

.site-footer-rule {
  margin: 1rem 0;
  border: 0;
  border-top: 1px solid #d6dde3;
}

.site-footer-links-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.95rem 2rem;
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
  justify-items: center;
}

.site-footer-links-grid-tight {
  gap: 0.65rem 2rem;
}

.site-footer-nav-item {
  font-size: 0.98rem;
  color: #0f172a;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  line-height: 1.3;
}

.site-footer-sep {
  color: #94a3b8;
}

.site-footer-link {
  color: #0f172a;
  text-decoration: none;
  font-weight: 500;
}

.site-footer-link:hover {
  color: #334155;
}

.site-footer-terms {
  font-size: 1rem;
  color: #1f2937;
  font-weight: 600;
}

.site-footer-link-text {
  color: #0f172a;
  font-weight: 600;
}

.order-summary-card {
  font-family: 'Montserrat', sans-serif;
  background: #ffffff;
  border-radius: 18px;
  border: 0;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.order-summary-card h2 {
  font-size: 1.2rem;
  font-weight: 600;
}

.order-summary-card .card-body {
  padding: 1.25rem;
}

.order-summary-card .card-body span,
.order-summary-card .card-body strong {
  font-family: inherit;
}

.delivery-note {
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
}

.cart-page-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.8rem;
  font-size: 1.1rem;
  color: #64748b;
  font-weight: 700;
}

.cart-page-breadcrumb a {
  color: #0f766e;
  text-decoration: none;
}

.clean-input {
  border-radius: 12px;
  border: 1px solid #dee2e6;
  overflow: hidden;
  background: #ffffff;
  box-shadow: none;
}

.clean-input .form-control,
.clean-input .input-group-text {
  border: none;
  background: transparent;
}

.clean-input .input-group-text {
  font-size: 1rem;
}

.customer-card {
  background: #ffffff;
  border-radius: 18px;
  border: 0;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.customer-card-head {
  padding: 12px 16px;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff;
}

.customer-card-head .h4 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0f172a;
}

.customer-card-body {
  padding: 14px 16px;
}

.header-cart-link {
  color: #0f172a;
  transition: transform 0.2s ease;
}

.site-header.is-scrolled .header-cart-link:hover {
  transform: translateY(-1px);
}

.header-cart-icon-wrap {
  position: relative;
  width: 26px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.header-cart-icon {
  font-size: 1.05rem;
  transition: transform 0.2s ease;
}

.header-cart-link:hover .header-cart-icon {
  transform: scale(1.06);
}

.header-cart-badge {
  position: absolute;
  top: -8px;
  right: -10px;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  border-radius: 999px;
  background: #e00000;
  color: #ffffff;
  font-size: 0.67rem;
  font-weight: 700;
  line-height: 17px;
  text-align: center;
  transition: transform 0.2s ease;
}

.header-cart-link:hover .header-cart-badge {
  transform: scale(1.08);
}

.product-go-cart {
  font-weight: 600;
  padding: 0.4rem 1.0rem;
  border-radius: 0.35rem;
  transition: transform 0.2s ease;
}

.product-go-cart:hover {
  transform: translateY(-1px);
}

.product-card {
  height: 100%;
  border: 1px solid var(--card-border);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-card-clickable {
  cursor: pointer;
}

.product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 0.75rem 1.5rem rgba(15, 23, 42, 0.08);
}

.index-card-action-row {
  min-height: 36px;
}

.index-card-cart-control {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.product-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  background: #eef2f7;
}

.product-image-lg {
  width: 100%;
  max-height: 460px;
  object-fit: cover;
  border-radius: 0.6rem;
  background: #eef2f7;
}

.product-features {
  margin: 0.5rem 0 0;
  padding-left: 1.1rem;
  color: #6c6e72;
  line-height: 1.7;
  font-size: 0.95rem;
}

.product-features li {
  margin-bottom: 0.5rem;
  list-style-type: disc;
}

.product-rating {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #111827;
}

.product-price-row {
  row-gap: 0.65rem;
}

.product-price-strong {
  font-weight: 700;
  letter-spacing: 0.2px;
}

.product-price-inline {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.34rem 0.6rem;
  line-height: 1.1;
}

.product-price-mrp {
  font-size: 0.92rem;
  color: #6b7280;
  font-weight: 600;
}

.product-price-mrp span {
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
}

.product-price-off {
  color: #f97316;
  font-size: 0.95rem;
  font-weight: 700;
}

.product-rating-stars {
  color: #f59e0b;
  font-size: 0.92rem;
  letter-spacing: 1px;
}

.product-rating-text {
  color: #6b7280;
  font-size: 0.9rem;
  font-weight: 600;
}

.product-page {
  background:
    radial-gradient(circle at 80% 12%, rgba(15, 118, 110, 0.08), transparent 40%),
    linear-gradient(180deg, #f8fbfa 0%, #f2f6f4 48%, #eef2f1 100%);
}

.product-main {
  padding: 1.2rem 0 2.1rem;
}

.product-detail-section {
  max-width: 1160px;
}

.product-detail-shell {
  animation: rise-in 0.55s ease both;
}

.product-detail-breadcrumb {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 1.1rem;
}

.product-detail-breadcrumb a {
  color: #0f766e;
  text-decoration: none;
}

.product-detail-breadcrumb a:hover {
  text-decoration: underline;
}

.product-media-card {
  position: relative;
  border-radius: 1.05rem;
  border: 1px solid #dfe7e2;
  overflow: hidden;
  background: #f3f7f5;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
}

.product-page .product-detail-image {
  display: block;
  height: min(68vh, 560px);
  max-height: none;
  border-radius: 0;
  object-position: center top;
}

.product-media-badges {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.product-media-badges span {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 999px;
  padding: 0.36rem 0.7rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #f8fafc;
  background: rgba(15, 23, 42, 0.48);
  backdrop-filter: blur(6px);
}

.product-info-card {
  background: #ffffff;
  border: 0;
  border-radius: 1.05rem;
  padding: clamp(1rem, 1.8vw, 1.35rem);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.product-info-kicker {
  color: #0f766e;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
}

.product-detail-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.7rem, 2.05vw, 2.35rem);
  font-weight: 600;
  line-height: 1.22;
  margin-bottom: 0.7rem;
  color: #111827;
}

.product-detail-desc {
  color: #556173;
  font-size: 1.02rem;
  line-height: 1.65;
}

.product-page .product-rating {
  gap: 0.5rem;
}

.product-page .product-rating-stars {
  font-size: 0.94rem;
}

.product-page .product-rating-text {
  font-size: 0.92rem;
}

.product-features-wrap {
  margin-top: 0.75rem;
}

.product-feature-title {
  font-size: 1rem;
  margin: 0 0 0.5rem;
  color: #0f172a;
  font-weight: 700;
}

.product-page .product-features {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.58;
}

.product-page .product-features li {
  position: relative;
  margin: 0;
  padding: 0.42rem 0 0.42rem 1.6rem;
  border-bottom: 1px solid #ebf1ed;
  list-style: none;
}

.product-page .product-features li:last-child {
  border-bottom: 0;
}

.product-page .product-features li::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.52rem;
  color: #6b7280;
  font-size: 0.78rem;
}

.product-purchase-strip {
  margin-top: 1rem;
  padding-top: 0.95rem;
  border-top: 1px solid #e6ece8;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.product-detail-price-label {
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #64748b;
}

.product-detail-price {
  font-size: clamp(1.55rem, 1.75vw, 1.95rem);
  color: #0f172a;
  font-weight: 800;
}

.product-detail-price-inline {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.36rem 0.68rem;
}

.product-detail-price-inline .product-price-mrp {
  font-size: 1.02rem;
}

.product-detail-off {
  font-size: 1.03rem;
}

.product-detail-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.product-detail-support {
  margin-top: 0.85rem;
  padding-bottom: 0.75rem;
  font-size: 0.88rem;
  color: #5b6677;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  border-bottom: 1px solid #d7e2db;
  width: 100%;
}

.product-detail-support i {
  color: #0f766e;
}

.product-detail-support .product-pay-icon {
  margin-left: 0.25rem;
  color: #6b7280;
}

.cart-item-image {
  width: 88px;
  height: 88px;
  object-fit: cover;
  border-radius: 0.5rem;
  border: 1px solid var(--card-border);
  background: #eef2f7;
}

.cart-item-card .card-body {
  padding: 0.9rem 1rem;
}

.cart-item-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.cart-item-top {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
  flex: 1;
}

.cart-item-main {
  min-width: 0;
}

.cart-item-main .h5 {
  font-size: 1.05rem;
  line-height: 1.35;
  font-weight: 700;
}

.cart-item-total {
  font-size: 1.25rem;
  color: #111827;
  line-height: 1.1;
}

.cart-item-actions {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.55rem;
}

.cart-products-box {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  border: 0;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.cart-products-header {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 12px 16px;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff;
}

.cart-products-list {
  padding: 8px 12px;
}

.cart-products-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 8px 4px;
  background: #ffffff;
}

.cart-products-row + .cart-products-row {
  border-top: 1px solid #e6ebf0;
}

.cart-products-left {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  flex: 1;
}

.cart-products-link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  text-decoration: none;
  color: inherit;
}

.cart-products-link:hover .cart-products-name,
.cart-products-link:focus-visible .cart-products-name {
  text-decoration: none;
}

.cart-products-image {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  background: #f4f4f4;
}

.cart-products-name {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.3;
  color: #050505;
}

.cart-products-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.3rem;
  flex-shrink: 0;
}

.cart-products-price {
  font-size: 1.1rem;
  line-height: 1.1;
}

.cart-products-price-wrap {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.1;
}

.cart-products-mrp {
  margin-top: 0.12rem;
  font-size: 0.78rem;
  color: #7c8798;
  font-weight: 600;
}

.cart-products-mrp span {
  text-decoration: line-through;
  text-decoration-thickness: 1.4px;
}

.cart-support-line {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #5b6677;
  font-size: 0.95rem;
}

.cart-summary-support {
  margin-top: 0.8rem;
  padding-top: 0.7rem;
  border-top: 1px solid #e6ece8;
  width: 100%;
}

.cart-support-line i {
  color: #0f766e;
}

.cart-support-line .cart-support-pay-icon {
  margin-left: 0.25rem;
  color: #6b7280;
}

.qty-control {
  min-width: 38px;
}

.qty-stepper {
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  overflow: hidden;
  background: #e6e6e6;
  border: 1px solid #adacac;
}

.qty-stepper-btn {
  border: 0;
  background: #e3e3e3;
  color: #222222;
  width: 36px;
  height: 30px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding-bottom: 1px;
}

.qty-stepper-btn:hover {
  background: #d5d5d5;
}

.qty-stepper-value {
  width: 38px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #111111;
  font-weight: 700;
  font-size: 1.25rem;
  border-left: 1px solid #8b8b8b;
  border-right: 1px solid #8b8b8b;
}

@media (max-width: 767.98px) {
  .site-logo {
    width: 102px;
  }

  .site-footer-logo {
    width: 96px;
  }

  .site-footer-follow-row {
    gap: 0.65rem;
  }

  .site-footer-follow-pill {
    width: 100%;
    justify-content: center;
  }

  .site-footer-links-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .product-image {
    height: 190px;
  }

  .product-main {
    padding-top: 0.9rem;
    padding-bottom: 1.5rem;
  }

  .product-detail-breadcrumb {
    margin-bottom: 0.85rem;
  }

  .product-page .product-detail-image {
    height: 330px;
  }

  .product-media-badges {
    left: 0.7rem;
    right: 0.7rem;
    bottom: 0.7rem;
  }

  .product-media-badges span {
    font-size: 0.72rem;
    padding: 0.3rem 0.58rem;
  }

  .product-info-card {
    padding: 0.95rem 0.9rem;
  }

  .product-detail-title {
    font-size: clamp(1.45rem, 6.6vw, 1.95rem);
  }

  .product-detail-desc {
    font-size: 0.95rem;
    line-height: 1.55;
  }

  .product-purchase-strip {
    gap: 0.72rem;
  }

  .product-detail-cta {
    width: 100%;
    justify-content: flex-start;
  }

  .header-cart-link {
    margin-right: 2px;
  }

  .cart-item-card .card-body {
    padding: 0.85rem;
  }

  .cart-item-image {
    width: 40px;
    height: 48px;
  }

  .cart-item-row {
    align-items: flex-start;
    flex-direction: row;
    gap: 0.5rem;
  }

  .cart-item-top {
    width: auto;
    gap: 0.4rem;
    flex: 1;
  }

  .cart-item-main .h5 {
    font-size: 0.85rem;
    line-height: 1.15;
    white-space: normal;
    overflow-wrap: anywhere;
    margin-top: 2px;
  }

  .cart-item-actions {
    width: auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    margin-top: 0;
    gap: 0.3rem;
    flex-shrink: 0;
  }

  .cart-item-total {
    font-size: 0.95rem;
    line-height: 1;
  }

  .cart-products-header {
    font-size: 1.25rem;
    padding: 10px 14px;
  }

  .cart-products-list {
    padding: 6px 10px;
  }

  .cart-products-row {
    gap: 0.55rem;
    padding: 6px 2px;
    align-items: flex-start;
  }

  .cart-products-left {
    gap: 0.5rem;
  }

  .cart-products-link {
    gap: 0.5rem;
  }

  .cart-products-image {
    width: 42px;
    height: 42px;
  }

  .cart-products-name {
    font-size: 1rem;
    line-height: 1.2;
  }

  .cart-products-price {
    font-size: 1rem;
  }

  .cart-products-mrp {
    font-size: 0.72rem;
  }

  .cart-support-line {
    font-size: 0.86rem;
    gap: 0.35rem;
    flex-wrap: wrap;
  }

  .cart-summary-support {
    margin-top: 0.65rem;
    padding-top: 0.55rem;
  }

  .customer-card-head .h4 {
    font-size: 1.3rem;
  }

  .customer-card-body {
    padding: 12px 14px;
  }

  }


.site-header {
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: saturate(170%) blur(14px);
  backdrop-filter: saturate(170%) blur(14px);
  z-index: 1030;
  animation: header-drop-in 0.44s ease both;
  transition: box-shadow 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.site-header .navbar {
  background: transparent !important;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.site-header.is-scrolled {
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
  border-bottom-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.7);
}

.site-header.is-scrolled .navbar {
  background: transparent !important;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.site-header .navbar-toggler {
  border-color: #d7dee7;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.site-header .navbar-toggler:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.12);
}

.site-top-notice {
  background: #08090c;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  max-height: 34px;
  overflow: hidden;
  transition: max-height 0.22s ease, opacity 0.2s ease, border-color 0.2s ease;
}

.site-top-notice .site-notice-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: min-height 0.22s ease, padding 0.22s ease;
}

.site-top-notice-text {
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.site-header.notice-hidden .site-top-notice {
  max-height: 0;
  opacity: 0;
  border-bottom-color: transparent;
}

.site-header.notice-hidden .site-top-notice .site-notice-inner {
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

@keyframes header-drop-in {
  from {
    opacity: 0;
    transform: translateY(-14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes logo-reveal {
  from {
    opacity: 0;
    transform: translateY(-3px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (min-width: 992px) {
  .site-main-navbar {
    flex-grow: 0;
    justify-content: flex-end;
  }

  .site-nav-inner {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .site-header.is-scrolled .site-nav-inner {
    max-width: 100%;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }
}

.faq-wrap {
  background: transparent;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.35rem;
}

.faq-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  padding: 0 1.1rem;
}

.faq-main-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.35rem, 1.45vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.2px;
  margin-bottom: 0;
}

.faq-accordion.accordion {
  --bs-accordion-border-color: #e5e7eb;
  --bs-accordion-btn-bg: #ffffff;
  --bs-accordion-active-bg: #ffffff;
  --bs-accordion-active-color: #111827;
  --bs-accordion-bg: #ffffff;
}

.faq-accordion .accordion-item {
  border-left: 0;
  border-right: 0;
}

.faq-accordion .accordion-item:first-child {
  border-top: 1px solid #e5e7eb;
}

.faq-accordion .accordion-item:last-child {
  border-bottom: 1px solid #e5e7eb;
}

.faq-accordion .accordion-button {
  font-weight: 600;
  padding: 1.2rem 0.25rem 1.2rem 0;
  box-shadow: none;
}

.faq-question {
  font-size: clamp(1.2rem, 1.05vw, 1.2rem);
}

.faq-accordion .accordion-button::after {
  background-image: none;
  content: '+';
  width: auto;
  height: auto;
  font-size: 2rem;
  line-height: 1;
  transform: none;
  color: #374151;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  content: '-';
}

.faq-accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.faq-accordion .accordion-body {
  color: #4b5563;
  line-height: 1.4;
  padding: 0 2.5rem 1.15rem 0;
}

.faq-answer {
  font-size: clamp(1rem, 0.95vw, 1.02rem);
}

.home-page {
  background:
    radial-gradient(circle at top right, #dbece4 0%, transparent 50%),
    linear-gradient(180deg, #f8fbfa 0%, var(--home-bg) 42%, #eef2f1 100%);
}

.home-main {
  padding-bottom: 1.5rem;
}

.home-hero {
  padding: 1.3rem 0 1rem;
}

.home-hero-shell {
  position: relative;
  padding: 0.35rem 0;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(1.1rem, 2.6vw, 2.8rem);
  align-items: center;
  animation: rise-in 0.6s ease both;
}

.home-hero-copy {
  will-change: transform;
  max-width: 620px;
}

.home-hero-eyebrow {
  color: #0f766e;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.74rem;
  font-weight: 700;
}

.home-hero-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  line-height: 1.2;
  color: #0f172a;
  margin: 0;
  text-wrap: balance;
}

.home-hero-text {
  margin: 1rem 0 0.2rem;
  max-width: 48ch;
  color: #334155;
  font-size: 1.02rem;
  line-height: 1.72;
}

.home-hero-actions {
  margin-top: 1.35rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.home-link-inline {
  color: #0f172a;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid #c9d2cd;
}

.home-link-inline:hover {
  color: #0f766e;
  border-bottom-color: #0f766e;
}

.home-hero-points {
  margin-top: 1.1rem;
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.home-hero-points.hero-badges {
  margin-bottom: 1.25rem;
  margin-top: 0;
}

.home-hero-highlight {
  color: var(--home-accent);
  font-weight: 700;
  position: relative;
  display: inline-block;
}

.home-hero-highlight::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  width: 100%;
  height: 0.4rem;
  background: rgba(15, 118, 110, 0.25);
  z-index: -1;
  border-radius: 999px;
}


.home-hero-points span {
  background: #ecf4f0;
  color: #0f5132;
  border: 1px solid #d3e5db;
  border-radius: 999px;
  padding: 0.34rem 0.72rem;
  font-size: 0.79rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.36rem;
}

.home-story {
  background: #f6fbf7;
  padding: 2.5rem 0;
}

.home-story-text {
  max-width: 640px;
  margin: 0 auto;
  color: #1f2937;
  font-size: 1rem;
  line-height: 1.6;
}

.home-story-grid {
  max-width: 920px;
  margin: 0 auto;
}

.home-story-heading {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 0.75rem;
  color: #0f172a;
}

.home-story-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  color: #1f2937;
}

.home-story-list li {
  padding-left: 1.1rem;
  position: relative;
}

.home-story-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.6rem;
  height: 0.6rem;
  background: #0f766e;
  border-radius: 50%;
  transform: translateY(-50%);
}

.home-hero-points i {
  color: #0b8b71;
  font-size: 0.8rem;
}

.home-hero-media {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #d3dfd8;
  background: linear-gradient(155deg, #eff8f3, #e2eee8);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.13);
}

.home-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 20, 17, 0.02) 38%, rgba(6, 20, 17, 0.18) 100%);
  pointer-events: none;
}

.home-hero-banner {
  width: 100%;
  height: clamp(330px, 37vw, 460px);
  object-fit: cover;
  display: block;
  object-position: center 42%;
  will-change: transform;
  transform: translate3d(0, 0, 0) scale(1.04);
  transform-origin: center;
}

.home-hero-floating-card {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #d4dfd8;
  border-radius: 14px;
  padding: 0.62rem 0.82rem;
  min-width: 176px;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
  animation: rise-in 0.65s ease 0.15s both;
}

.home-hero-floating-label {
  color: #64748b;
  font-size: 0.74rem;
  font-weight: 600;
  line-height: 1.1;
}

.home-hero-floating-value {
  color: #0f172a;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
}

.home-highlights .row > div:nth-child(1) .home-highlight-card {
  animation-delay: 0.08s;
}

.home-highlights .row > div:nth-child(2) .home-highlight-card {
  animation-delay: 0.16s;
}

.home-highlights .row > div:nth-child(3) .home-highlight-card {
  animation-delay: 0.24s;
}

.home-highlight-card {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #dbe4de;
  border-radius: 18px;
  padding: 1rem;
  height: 100%;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.04);
  animation: rise-in 0.6s ease both;
}

.home-highlight-title {
  color: var(--home-text);
  font-weight: 700;
  font-size: 1rem;
}

.home-highlight-text {
  color: var(--home-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.home-section-label {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.74rem;
  color: var(--home-accent);
  font-weight: 700;
}

.home-section-subtitle {
  color: var(--home-muted);
}

.home-page .product-card {
  border-radius: 18px;
  border: 1px solid #dce4de;
  background: var(--home-surface);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  animation: rise-in 0.55s ease both;
}

.home-page .product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 36px rgba(15, 23, 42, 0.12);
}

.home-page .product-image {
  height: 230px;
  object-fit: cover;
  object-position: center top;
  background: linear-gradient(160deg, #f7faf8, #edf3f0);
  padding: 0;
}

.product-card-desc {
  color: #64748b;
  font-size: 0.9rem;
  line-height: 1.5;
  min-height: 44px;
}

.home-page .index-card-action-row {
  border-top: 1px solid #eef2ee;
  padding-top: 0.85rem;
}

.home-page .product-card .product-card-title {
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 0.6rem;
}

.home-page .product-price-inline-compact {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: nowrap;
}

.home-page .product-price-inline-compact .product-price-strong {
  font-size: 1.65rem;
}

.home-page .product-price-inline-compact .product-price-mrp,
.home-page .product-price-inline-compact .product-price-off {
  white-space: nowrap;
}

.home-page .product-delivery-line {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
}

.home-page .product-card .product-price-strong {
  font-size: 1.65rem;
  font-weight: 800;
  line-height: 1;
}

.home-page .index-card-cart-control .btn {
  border-radius: 999px;
  padding-left: 0.95rem;
  padding-right: 0.95rem;
  font-weight: 600;
}

.home-page .index-card-cart-control {
  display: inline-flex;
  justify-content: center;
}

.home-page .qty-stepper {
  border-radius: 999px;
  border: 1px solid #c8d4cc;
  background: #f1f5f2;
}

.home-page .qty-stepper-btn {
  background: #edf3ef;
}

.home-page .qty-stepper-value {
  font-size: 1rem;
  width: 35px;
}

.home-testimonials {
  position: relative;
  background: #f6fbf7;
}

.testimonial-carousel {
  position: relative;
  max-width: 840px;
  margin: 0 auto;
  padding: 0 3.2rem 2.6rem;
}

.testimonial-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #d8e2dc;
  border-radius: 22px;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.07);
  padding: clamp(1.2rem, 2.5vw, 2rem);
  max-width: 700px;
}

.testimonial-stars {
  color: #f59e0b;
  letter-spacing: 0.2rem;
  font-size: 0.88rem;
}

.testimonial-quote {
  margin-top: 0.85rem;
  color: #1e293b;
  font-size: clamp(1rem, 1.6vw, 1.16rem);
  line-height: 1.75;
}

.testimonial-meta {
  margin-top: 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.testimonial-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(150deg, #0f766e, #0f172a);
  color: #ffffff;
  font-weight: 700;
  font-size: 0.92rem;
}

.testimonial-name {
  color: #0f172a;
  font-size: 0.96rem;
  font-weight: 700;
}

.testimonial-role {
  color: #64748b;
  font-size: 0.85rem;
}

.testimonial-control {
  width: auto;
  opacity: 1;
}

.testimonial-control-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #cfddd5;
  background: rgba(255, 255, 255, 0.9);
  color: #0f172a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.testimonial-control:hover .testimonial-control-icon {
  transform: translateY(-1px);
  border-color: #94b8aa;
}

.testimonial-indicators {
  margin-bottom: 0;
  bottom: 0;
  gap: 0.35rem;
}

.testimonial-indicators [data-bs-target] {
  width: 26px;
  height: 4px;
  border-radius: 999px;
  border: 0;
  background: #9ab6aa;
}

.testimonial-indicators .active {
  background: #0f766e;
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 991.98px) {
  .home-hero-shell {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .home-hero-copy {
    max-width: none;
  }

  .home-hero-banner {
    height: clamp(300px, 56vw, 420px);
  }

  .home-hero-floating-card {
    right: 0.8rem;
    bottom: 0.8rem;
  }

  .testimonial-carousel {
    padding-left: 2.8rem;
    padding-right: 2.8rem;
  }
}

@media (max-width: 767.98px) {
  body {
    padding-top: 94px;
  }

  body.notice-collapsed {
    padding-top: 60px;
  }

  .site-top-notice .site-notice-inner {
    min-height: 32px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .site-top-notice-text {
    font-size: 0.8rem;
  }

  .faq-wrap {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
    margin-left: 0.55rem;
    margin-right: 0.55rem;
    padding-left: 0.55rem;
    padding-right: 0.55rem;
  }

  .home-hero {
    padding-top: 0.9rem;
    padding-bottom: 0.65rem;
  }

  .home-hero-shell {
    gap: 0.8rem;
  }

  .home-hero-title {
    font-size: 1.5rem;
  }

  .home-hero-text {
    font-size: 0.95rem;
  }

  .home-hero-points span {
    font-size: 0.74rem;
    padding: 0.3rem 0.62rem;
  }

  .home-page .product-image {
    height: 195px;
  }

  .home-page .product-card .product-price-strong {
    font-size: 1.45rem;
  }

  .home-hero-banner {
    height: 300px;
    object-position: 64% center;
  }

  .home-hero-floating-card {
    min-width: 154px;
    padding: 0.52rem 0.7rem;
  }

  .home-hero-floating-label {
    font-size: 0.68rem;
  }

  .home-hero-floating-value {
    font-size: 0.83rem;
  }

  .testimonial-carousel {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2.4rem;
  }

  .testimonial-card {
    border-radius: 18px;
  }

  .testimonial-control {
    display: none;
  }

  .testimonial-quote {
    line-height: 1.68;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header,
  .site-logo-link,
  .home-hero-shell,
  .home-hero-floating-card,
  .home-highlight-card,
  .home-page .product-card {
    animation: none;
  }

  .home-hero-copy,
  .home-hero-banner {
    transform: none !important;
  }

  .site-header .navbar-toggler,
  .site-header-nav-link,
  .site-header-nav-link::after,
  .header-cart-link,
  .header-cart-icon,
  .header-cart-badge {
    transition: none;
  }
}


/* Global: remove rounded corners from all card-style blocks */
.card,
.card-img,
.card-img-top,
.card-img-bottom,
.order-summary-card,
.customer-card,
.product-card,
.product-media-card,
.product-info-card,
.cart-products-box,
.home-hero-floating-card,
.home-highlight-card,
.testimonial-card,
.faq-accordion .accordion-item,
.faq-accordion .accordion-button {
  border-radius: 0 !important;
}
