.best-seller-wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: absolute;
  z-index: 4;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
}

.best-seller-card {
  background: linear-gradient(135deg, #2c3e1f 0%, #1f2e15 100%);
  border-radius: 2rem;
  box-shadow:
    0 20px 35px -12px rgba(0, 0, 0, 0.25),
    0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 15px;
  transition: all 0.2s ease;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.best-seller-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.best-seller-col {
  flex: 1 1 0%;
  padding: 0.5rem 1rem;
  position: relative;
  text-align: center;
}

.best-seller-col:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 15%;
  height: 70%;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
}

@media (max-width: 767.98px) {
  .best-seller-card {
    padding: 2rem 1.2rem;
  }

  .best-seller-col {
    margin-bottom: 1.8rem;
  }

  .best-seller-col:last-child {
    margin-bottom: 0;
  }
  .best-seller-col:not(:last-child)::after {
    top: 112%;
    height: 1px;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .best-seller-card {
    padding: 1.8rem 1.2rem;
  }

  .best-seller-col {
    padding: 0.5rem 0.8rem;
  }
}

.best-seller-icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(2px);
  border-radius: 50%;
  box-shadow: 0 8px 14px -6px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.best-seller-icon-circle i {
  font-size: 2.2rem;
  color: #f5f0d7;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.best-seller-icon {
  font-size: 2.2rem;
  color: #f5f0d7;
}

.best-seller-title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  color: #cfdeb4;
}

.best-seller-number {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.2;
  color: #ffffff;
}

.best-seller-subtext {
  font-size: 12px;
  font-weight: 500;
  color: #cad2b0;
}
.best-seller-stars {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.best-seller-star {
  color: #ffb83b;
  font-size: 16px;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.2));
}

.best-seller-rating-text {
  font-size: 26px;
  font-weight: 700;
  color: #fef9e6;
  margin-bottom: 0.3rem;
}

.best-seller-rating-sub {
  font-size: 0.88rem;
  font-weight: 500;
  color: #cfdeb4;
}

.best-seller-guarantee-large {
  font-size: 30px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
}

.best-seller-guarantee-sub {
  font-size: 0.88rem;
  font-weight: 500;
  color: #cfdeb4;
}

.best-seller-col > div:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.best-seller-card:hover {
  box-shadow: 0 25px 40px -14px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
  transition: all 0.25s;
}
.best-seller-review {
  text-align: start;
}
.best-seller-star {
  flex-direction: column;
  gap: 0 !important;
}
.pt-100 {
  padding-top: 100px;
}
@media (max-width: 576px) {
  .best-seller-number {
    font-size: 2.2rem;
  }

  .best-seller-guarantee-large {
    font-size: 1.7rem;
  }

  .best-seller-rating-text {
    font-size: 1.25rem;
  }

  .best-seller-icon-circle {
    width: 60px;
    height: 60px;
  }

  .best-seller-icon-circle i {
    font-size: 1.8rem;
  }

  .best-seller-stars .best-seller-star {
    font-size: 1.3rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .best-seller-number {
    font-size: 2.4rem;
  }

  .best-seller-guarantee-large {
    font-size: 1.8rem;
  }

  .best-seller-rating-text {
    font-size: 1.3rem;
  }
}

.best-seller-card,
.best-seller-icon-circle {
  overflow: hidden;
}
.best-section {
  background-color: #ffffff;
  padding: 70px 0;
  width: 100%;
}

.best-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.best-leaf-icon {
  text-align: center;
  margin-bottom: 1.25rem;
}

.best-leaf-svg {
  width: 40px;
  height: 40px;
  display: inline-block;
  color: #6d8b2d;
}

.best-heading {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.7rem;
  letter-spacing: 0.08em;
  color: #1f1f1f;
  text-align: center;
  margin-bottom: 3.2rem;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .best-heading {
    font-size: 2rem;
    letter-spacing: 0.06em;
    margin-bottom: 2.5rem;
  }

  .best-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .best-seller-wrapper {
    position: unset;
    transform: unset;
    padding: 50px 0;
    width: 93%;
  }
  .pt-100 {
    padding-top: 40px;
  }
}

@media (max-width: 480px) {
  .best-heading {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}

.best-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}

.best-feature {
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.best-icon-wrapper i {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  font-size: 45px;
  color: #51611e;
}

.best-icon {
  width: 64px;
  height: 64px;
  stroke: #6d8b2d;
  stroke-width: 1.5;
  fill: none;
  transition: none;
}

.best-icon path,
.best-icon circle,
.best-icon rect,
.best-icon polyline,
.best-icon polygon {
  stroke: #6d8b2d;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.best-icon.heart-icon path {
  fill: none;
  stroke: #6d8b2d;
}

.best-icon.leaf-icon path {
  fill: none;
  stroke: #6d8b2d;
}

.best-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  color: #1f1f1f;
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
}

.best-description {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.95rem;
  color: #555555;
  line-height: 1.5;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}

.best-feature {
  position: relative;
}

.best-feature:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background-color: #e6e1d5;
  transform: translateX(50%);
}

.best-feature {
  padding-left: 1rem;
  padding-right: 1rem;
}

.best-feature:not(:last-child)::after {
  right: -0.5px;
  top: 0%;
  height: 100%;
}

@media (max-width: 767px) {
  .best-description {
    max-width: 280px;
  }

  .best-feature:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 0;
    top: 120%;
    height: 1px;
    width: 100%;
    background-color: #ddd4bf;
    transform: unset;
  }
  .best-feature {
    margin-bottom: 2rem;
  }
}

.row.g-4 {
  --bs-gutter-y: 2rem;
  --bs-gutter-x: 1.5rem;
}

.best-icon:focus,
.best-icon-wrapper:focus {
  outline: none;
}

.best-leaf-svg {
  vertical-align: middle;
}

.best-feature .best-description {
  margin-top: 0;
}

.skin-care-section {
  background: #fef9f0;
  padding: 70px 0;
  width: 100%;
}

.skin-care-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

.skin-care-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  row-gap: 2.5rem;
}

.skin-care-col {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0 1rem;
}

.skin-care-icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
}

.skin-care-icon-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1.8px solid #6a7451;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.skin-care-icon-circle i {
  font-size: 22px;
  color: #6a7451;
  line-height: 1;
  display: inline-block;
}

.skin-care-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #000000;
}

.skin-care-description {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #444444;
  max-width: 220px;
  margin: 0 auto;
  padding: 0 0.2rem;
}
.skin-care-grig {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.skin-care-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.skin-care-style1 {
  border-radius: 0;
  background: #51611e5e;
}
.skin-care-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.skin-care-content h1 {
  font-size: 24px;
  text-align: center;
  color: white;
  line-height: 28px;
  margin-bottom: 7px;
}
.skin-care-content p {
  font-size: 13px;
  text-align: center;
  padding-top: 10px;
  line-height: 18px;
  color: white;
}

@media (max-width: 767.98px) {
  .skin-care-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .skin-care-col {
    margin-bottom: 0.5rem;
  }

  .skin-care-icon-circle {
    width: 70px;
    height: 70px;
  }

  .skin-care-title {
    font-size: 17px;
  }

  .skin-care-description {
    font-size: 14px;
    max-width: 260px;
  }

  .skin-care-col:not(:last-child) {
    margin-bottom: 2rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .skin-care-row {
    row-gap: 3rem;
  }

  .skin-care-description {
    max-width: 240px;
  }
}

.skin-care-col > div {
  width: 100%;
}

.skin-care-icon-circle {
  transition: transform 0.2s ease;
  transform: scale(1.02);
}

.container {
  max-width: 1320px;
}
.best-seller-h3 {
  font-size: 16px;
  color: white;
  margin-bottom: 0px;
}
.best-seller-p {
  font-size: 12px;
  color: white;
  line-height: 18px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .skin-care-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 0;
  }

  .skin-care-col {
    flex: 1 1 0 !important;
    max-width: 100% !important;
    width: auto;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .skin-care-row .skin-care-col:first-child {
    padding-left: 0;
  }

  .skin-care-row .skin-care-col:last-child {
    padding-right: 0;
  }

  /* adjust icon circle spacing */
  .skin-care-icon-circle {
    width: 50px;
    height: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .skin-care-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .skin-care-col {
    flex: 0 0 auto !important;
    width: auto;
  }

  .skin-care-col:nth-child(1),
  .skin-care-col:nth-child(2),
  .skin-care-col:nth-child(3) {
    width: 33.333% !important;
    max-width: 33.333% !important;
  }

  .skin-care-col:nth-child(4),
  .skin-care-col:nth-child(5) {
    width: 50% !important;
    max-width: 50% !important;
  }

  .skin-care-description {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .skin-care-title {
    font-size: 16px;
  }

  .skin-care-row {
    row-gap: 2.5rem;
  }
}

@media (max-width: 767.98px) {
  .skin-care-col {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100%;
    margin-bottom: 1.8rem;
  }

  .skin-care-row {
    row-gap: 0;
  }

  .skin-care-icon-circle {
    width: 40px;
    height: 40px;
  }
}

.skin-care-col {
  position: relative;
}

.skin-care-col:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -0.5px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #d8d8d8;
}

.skin-care-col:last-child::after {
  display: none;
}

.skin-care-icon-wrapper,
.skin-care-title,
.skin-care-description {
  text-align: center;
}

.skin-care-description br {
  display: initial;
}

@media (max-width: 767.98px) {
  .skin-care-col:not(:last-child)::after {
    top: 108%;
    width: 100%;
    height: 1px;
  }
}

.to-section {
  padding: 70px 0;
}

.to-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}

.to-section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.to-decorated-heading {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 2px;
  color: #2f4f2f;
  text-transform: uppercase;
  position: relative;
}

.to-leaf-icon {
  font-size: 2rem;
  color: #6d8b55;
  line-height: 1;
}

.to-steps-wrapper {
  position: relative;
  margin-top: 2rem;
}

.to-step-card {
  text-align: center;
  position: relative;
  z-index: 2;
  background: transparent;
}

.to-step-circle {
  width: 60px;
  height: 60px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem auto;
  border: 1px solid #d8d8d8;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.02);
  transition: all 0.2s;
  background-color: #ffffff;
}

.to-step-icon {
  font-size: 25px;
  color: #2f4f2f;
}

.to-step-highlight .to-step-circle {
  background-color: #2f4f2f;
  border-color: #2f4f2f;
  box-shadow:
    0 0 0 6px rgba(228, 196, 97, 0.25),
    0 12px 24px rgba(0, 0, 0, 0.1);
}

.to-step-highlight .to-step-icon {
  color: white;
}

.to-step-completed .to-step-circle {
  background-color: #2f4f2f;
  border-color: #2f4f2f;
}

.to-step-completed .to-step-icon {
  color: white;
}

.to-step-number {
  font-size: 0.9rem;
  font-weight: 700;
  color: #51611e;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
  font-family: "Inter", sans-serif;
}

.to-step-title {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: #000000;
  letter-spacing: 0.5px;
}

.to-step-description {
  font-size: 14px;
  color: #000000;
  max-width: 180px;
  margin: 0 auto;
  line-height: 1.4;
}

.to-connector-line {
  position: absolute;
  top: 53px;
  left: 0;
  right: 0;
  height: 2px;
  background: repeating-linear-gradient(
    90deg,
    #c0cfb0,
    #c0cfb0 12px,
    transparent 12px,
    transparent 24px
  );
  z-index: 1;
  pointer-events: none;
}

.to-benefits-row {
  position: relative;
}

.to-benefit-card {
  text-align: center;
  padding: 1rem 1rem;
  position: relative;
}

.to-divider {
  position: relative;
}

.to-divider::after {
  content: "";
  position: absolute;
  right: 0;
  top: 25%;
  height: 50%;
  width: 1px;
  background-color: #e0e0dc;
  transform: translateX(50%);
}

.to-benefits-row .col:last-child .to-divider::after {
  display: none !important;
}

.to-feature-icon {
  font-size: 2.5rem;
  color: #2f4f2f;
  background: #eef3e6;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
}

.to-feature-title {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 0.6rem;
  color: #2f4f2f;
  letter-spacing: 0.5px;
}

.to-feature-text {
  font-size: 0.85rem;
  color: #5e6e5a;
  max-width: 200px;
  margin: 0 auto;
  line-height: 1.45;
}

.to-banner-card {
  background-color: #f4f1e8;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
  transition: all 0.2s;
}

.to-banner-inner {
  padding: 2.5rem 2rem;
}

.to-banner-heading {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.2;
  color: #2f4f2f;
  margin-bottom: 1.2rem;
}

.to-banner-text {
  font-size: 1rem;
  color: #4a5a42;
  margin-bottom: 2rem;
  max-width: 90%;
}

.to-feature-row-banner {
  display: flex;
  flex-wrap: wrap;
  gap: 1.8rem;
  margin-top: 1rem;
}

.to-banner-feature-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: #2f4f2f;
  background: rgba(255, 255, 240, 0.7);
  padding: 0.3rem 0.9rem;
  border-radius: 50px;
}

.to-banner-feature-item i {
  font-size: 1.3rem;
  color: #6d8b55;
}

.to-banner-image-side {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  height: 100%;
}

.to-banner-img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 20px;
  filter: drop-shadow(4px 12px 20px rgba(0, 0, 0, 0.1));
}

.grash-div {
  position: absolute;
  bottom: 0;
  left: 0;
}
.pb-100 {
  padding-bottom: 100px;
}

.pro-button,
.pro-name {
  position: absolute;
}

.pro-name {
  top: 20px;
  width: 100%;
}

.pro-button {
  bottom: 20px;
  width: 100%;
}
.product-button {
  border: none;
  outline: none;
  background: #919551;
  display: block;
  width: max-content;
  margin: 0 auto;
  border-radius: 20px;
  padding: 4px 20px 0px 20px;
  color: white;
  font-weight: 600;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: 0.4s;
}
.product-name {
  text-align: center;
  font-size: 22px;
}

.product-button:hover {
  transform: translateX(5px);
}

.bg-colour {
  background-color: #51611e;
}
.bg-colour i {
  color: #ffffff;
  font-size: 18px;
}

/* responsive adjustments */
@media (max-width: 992px) {
  .to-decorated-heading {
    font-size: 2rem;
    gap: 0.8rem;
  }

  .to-leaf-icon {
    font-size: 1.6rem;
  }

  .to-step-circle {
    width: 85px;
    height: 85px;
  }

  .to-step-icon {
    font-size: 2.4rem;
  }

  .to-connector-line {
    top: 42px;
  }

  .to-banner-heading {
    font-size: 2.2rem;
  }

  .to-banner-text {
    max-width: 100%;
  }

  .to-banner-inner {
    padding: 2rem 1.8rem;
  }

  .to-banner-feature-item {
    font-size: 0.8rem;
  }
}

@media (max-width: 768px) {
  .to-section {
    padding: 40px 0;
  }
  .skin-care-grig {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .to-divider::after {
    content: "";
    position: absolute;
    right: 0;
    top: -26px;
    height: 1px;
    width: 100%;
    background-color: #e0e0dc;
    transform: unset;
  }
  .to-feature-title {
    font-size: 12px;
    margin-bottom: 0;
  }

  .to-feature-text {
    font-size: 12px;
    line-height: 15px;
  }

  .to-connector-line {
    display: none;
  }

  .to-step-card {
    margin-bottom: 2rem;
  }

  .to-benefits-row .row {
    row-gap: 2rem;
  }

  /* banner stack */
  .to-banner-image-side {
    justify-content: center;
    margin-top: 1.8rem;
  }

  .to-banner-img {
    max-width: 85%;
  }

  .to-banner-heading {
    font-size: 1.9rem;
    text-align: center;
  }

  .to-banner-text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .to-feature-row-banner {
    justify-content: center;
  }

  .to-banner-feature-item {
    background: white;
  }
}

@media (max-width: 576px) {
  .to-container {
    padding: 0 16px;
  }

  .to-decorated-heading {
    font-size: 1.6rem;
    gap: 0.4rem;
  }

  .to-step-circle {
    width: 75px;
    height: 75px;
  }

  .to-step-icon {
    font-size: 2rem;
  }

  .to-step-title {
    font-size: 1rem;
  }

  .to-feature-icon {
    width: 60px;
    height: 60px;
    font-size: 2rem;
  }

  .to-banner-heading {
    font-size: 1.7rem;
  }

  .to-banner-feature-item {
    padding: 0.2rem 0.8rem;
  }

  .to-step-description {
    font-size: 0.8rem;
  }
}

/* Keep dashed line only on desktop where steps are in a single row without wrap */
@media (min-width: 992px) {
  .to-steps-wrapper {
    position: relative;
  }

  .to-connector-line {
    display: block;
  }
}

/* for tablet landscape (if row doesn't wrap but we prefer no line when wrap) 
       we rely on media query above */
@media (min-width: 768px) and (max-width: 991.98px) {
  /* bootstrap columns may wrap at md breakpoint depending on content width,
         but to be safe we hide connector on <992 because step cards might stack */
  .to-connector-line {
    display: none;
  }
}

/* ensure no extra margins */
.row.g-4 {
  --bs-gutter-y: 1.5rem;
}

.to-benefits-row .row > [class*="col-"] {
  margin-bottom: 0;
}

/* hover effect polish */
.to-step-circle:hover {
  transform: translateY(-3px);
  transition: 0.2s;
}

.to-banner-card {
  transition: transform 0.2s;
}

.to-banner-card:hover {
  transform: scale(1.01);
}

.feed-section {
  padding: 70px 0;
}

.feed-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.feed-serif-heading {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-weight: 700;
  color: #51611e;
  letter-spacing: 0.02em;
}

.feed-divider {
  width: 70px;
  height: 3px;
  background-color: #51611e;
  margin: 16px auto 24px auto;
  border-radius: 2px;
}

.feed-divider-left {
  margin: 16px 0 20px 0;
  width: 60px;
  height: 3px;
  background-color: #51611e;
  border-radius: 2px;
}

.feed-feedback-card {
  background-color: #ffffff;
  border-radius: 28px;
  box-shadow:
    0 20px 35px -12px rgba(0, 0, 0, 0.08),
    0 5px 12px rgba(0, 0, 0, 0.02);
  overflow: hidden;
}

.feed-feedback-info {
  background-color: #fefcf5;
  padding: 48px 32px 48px 32px;
  height: 100%;
  position: relative;
  border-right: 1px solid #e5e3da;
}

.feed-feedback-info h2 {
  font-family: "Playfair Display", serif;
  font-size: 25px;
  font-weight: 800;
  color: #51611e;
  letter-spacing: 2px;
  margin-bottom: 0;
  text-align: center;
  line-height: 30px;
}

.feed-feedback-info p {
  font-size: 1rem;
  color: #4a5b3e;
  text-align: center;
  line-height: 1.5;
  margin-top: 0px;
}

.feed-leaf-icon {
  position: absolute;
  bottom: 0px;
  left: 0px;
  pointer-events: none;
}

.feed-feedback-form {
  padding: 40px 36px 44px 36px;
  background: white;
}

.feed-input-group {
  position: relative;
}

.feed-input {
  width: 100%;
  padding: 12px 40px 12px 16px;
  font-size: 0.95rem;
  border: 1px solid #e5e3da;
  border-radius: 16px;
  background-color: #fff;
  transition: 0.2s;
  font-family: "Inter", sans-serif;
  color: #2f3a24;
}

.feed-input:focus {
  outline: none;
  border-color: #7f8a57;
  box-shadow: 0 0 0 3px rgba(127, 138, 87, 0.2);
}

.feed-input-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #000000;
  font-size: 1.2rem;
  pointer-events: none;
}

.feed-rating-label {
  font-size: 0.9rem;
  font-weight: 500;
  color: #2f3a24;
  margin: 12px 0 12px 0;
  display: block;
}

.feed-star-rating {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}

.feed-star {
  font-size: 28px;
  color: #d1cfc2;
  cursor: pointer;
  transition: color 0.2s;
}

.feed-star:hover,
.feed-star.active,
.feed-star.active i {
  color: #f4b942;
}

.feed-textarea-label {
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
  color: #2f3a24;
  font-size: 0.9rem;
}

.feed-textarea {
  width: 100%;
  border: 1px solid #e5e3da;
  border-radius: 20px;
  padding: 14px 18px;
  font-family: "Inter", sans-serif;
  resize: vertical;
  min-height: 100px;
  background: #fff;
}

.feed-textarea:focus {
  outline: none;
  border-color: #7f8a57;
  box-shadow: 0 0 0 3px rgba(127, 138, 87, 0.2);
}

.feed-submit-btn {
  background: linear-gradient(105deg, #51611e 0%, #57793e 100%);
  border: none;
  width: 100%;
  padding: 8px 0;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: white;
  border-radius: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: all 0.2s;
  margin: 28px 0 20px;
  box-shadow: 0 6px 12px rgba(63, 90, 42, 0.2);
}

.feed-submit-btn:hover {
  background: linear-gradient(105deg, #2f4620, #51611e);
  transform: translateY(-2px);
}

.feed-submit-btn i {
  font-size: 1.2rem;
}

.feed-footer-thanks {
  font-size: 0.8rem;
  text-align: center;
  color: #6b735e;
  margin-top: 5px;
}

.feed-testimonials {
  background-color: transparent;
  position: relative;
  overflow-x: clip;
  padding: 70px 0;
}

.feed-testimonial-heading {
  text-align: center;
  margin-bottom: 48px;
}

.feed-testimonial-heading h3 {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 800;
  color: #51611e;
  letter-spacing: 1.5px;
}

.feed-testimonials-swiper {
  position: relative;
}

.swiper {
  padding: 20px 5px 40px 5px;
  overflow: visible;
}

.feed-testimonial-card {
  background: #fefcf5;
  border-radius: 32px;
  padding: 32px 24px 32px 24px;
  box-shadow:
    0 15px 30px rgba(0, 0, 0, 0.03),
    0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.2s;
  text-align: center;
  border: 1px solid #e9e7df;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.feed-quote-icon {
  text-align: left;
  font-size: 40px;
  color: #7f8a57;
  margin-bottom: 12px;
  line-height: 1;
}

.feed-stars-row {
  margin: 10px 0 20px 0;
  color: #f5b642;
  font-size: 18px;
  letter-spacing: 4px;
}

.feed-stars-row i {
  margin-right: 3px;
}

.feed-review-text {
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 28px;
  font-style: normal;
  font-weight: 400;
  flex-grow: 1;
}

.feed-customer-img {
  width: 70px;
  height: 70px;
  background-color: #dadccc;
  border-radius: 50%;
  margin: 0 auto 12px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #c7d0b5;
  color: #51611e;
  font-weight: bold;
  font-size: 28px;
}

.feed-customer-name {
  font-weight: 700;
  margin-bottom: 4px;
  font-size: 1rem;
}

.feed-verified {
  font-size: 0.7rem;
  letter-spacing: 0.5px;
}

.feed-nav-btn-custom {
  width: 48px;
  height: 48px;
  background-color: #7f8a57;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.8rem;
  border: none;
  transition: 0.2s;
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.feed-nav-btn-custom:hover {
  background-color: #51611e;
}

.feed-swiper-button-prev,
.feed-swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  width: 48px;
  height: 48px;
}

.feed-swiper-button-prev {
  left: 5px;
}

.feed-swiper-button-next {
  right: 5px;
}

.feed-leaf-left-deco,
.feed-leaf-right-deco {
  position: absolute;
  top: 40%;
  font-size: 90px;
  color: #dde2ce;
  opacity: 0.4;
  pointer-events: none;
  z-index: 1;
}

.feed-leaf-left-deco {
  left: -30px;
  transform: rotate(-15deg);
}

.feed-leaf-right-deco {
  right: -30px;
  transform: rotate(100deg) scaleX(-1);
}

@media (max-width: 992px) {
  .feed-feedback-info {
    border-right: none;
    border-bottom: 1px solid #e5e3da;
  }

  .feed-swiper-button-prev {
    left: -10px;
  }

  .feed-swiper-button-next {
    right: -10px;
  }

  .feed-leaf-left-deco,
  .feed-leaf-right-deco {
    display: none;
  }
}

@media (max-width: 768px) {
  .feed-testimonials {
    padding: 40px 0;
  }
  .feed-leaf-icon {
    bottom: -296px;
    left: 30px;
  }
  .feed-feedback-form {
    padding: 28px 20px;
  }

  .feed-feedback-info {
    padding: 20px 10px;
  }

  .feed-swiper-button-prev,
  .feed-swiper-button-next {
    width: 40px;
    height: 40px;
  }

  .feed-swiper-button-prev {
    left: 8px;
  }

  .feed-swiper-button-next {
    right: 8px;
  }

  .feed-container {
    padding: 0 20px;
  }
}

/* Benefits Section */
.feed-benefits {
  background-color: #f8f7f2;
  padding: 20px 0 70px;
}

.feed-benefits-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 28px;
  margin-top: 40px;
}

.feed-benefit-item {
  flex: 1;
  min-width: 170px;
  text-align: center;
  background: transparent;
  padding: 18px 12px;
}

.feed-benefit-icon {
  font-size: 44px;
  color: #7f8a57;
  margin-bottom: 16px;
  display: inline-block;
}

.feed-benefit-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.5px;
  color: #51611e;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.feed-benefit-desc {
  font-size: 0.85rem;
  color: #4b5e3a;
  line-height: 1.45;
  max-width: 220px;
  margin: 0 auto;
}

.feed-benefit-item:first-child .feed-benefit-title {
  font-size: 1.05rem;
  font-weight: 800;
}

.feed-benefit-item:first-child .feed-benefit-icon {
  display: none;
}

.quantity-incre {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
}

.feed-leaf-iconn {
  position: absolute;
  bottom: -50px;
  left: 27%;
  pointer-events: none;
  img {
    width: 75%;
  }
}

@media (max-width: 992px) {
  .feed-benefits-grid {
    justify-content: center;
  }

  .feed-benefit-item {
    flex: 0 0 45%;
  }
}

@media (max-width: 768px) {
  .feed-benefit-item {
    flex: 0 0 100%;
  }
  .feed-leaf-iconn {
    bottom: -30px;
    left: 68px;
  }
}

.padding {
  padding: 20px 15px;
  border-radius: 20px;
}
/* ******************************** */
/* ******************************** */
/* ******************************** */
/* ******************************** */

.shipping_address {
  display: none;
  animation: shippingFade 0.4s ease;
}

.shipping_address.shipping_address--visible {
  display: block;
}

.checkout-same-address-note {
  padding-left: 28px;
}

@keyframes shippingFade {
  from {
    opacity: 0;
    transform: translateY(-15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 992px) {
  .cart-totals--cart {
    position: sticky;
    top: 30px;
  }
}
.floating-wpp {
  position: fixed;
  bottom: 126px;
  right: 25px;
  transition: bottom 0.2s;
  z-index: 110;
}
.floating-wpp-button {
  width: 60px;
  height: 60px;
  position: relative;
  border-radius: 50%;
  box-shadow: 1px 1px 4px rgb(60 60 60 / 40%);
  transition: box-shadow 0.2s;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 776px) {
  .floating-wpp {
    position: fixed;
    bottom: 75px;
    right: 19px;
    transition: bottom 0.2s;
    z-index: 110;
  }
  .floating-wpp-button {
    width: 45px;
    height: 45px;
  }
}
.a {
  color: black;
}
.a:hover {
  color: black !important;
}
.privacy-para {
  font-size: 11px;
  line-height: 15px;
}
.privacy-policy-div {
  border: 1px dotted #51611e;
  padding: 20px 15px;
  border-radius: 20px;
  max-width: 925px;
  width: 100%;
  margin: 0 auto;
}
.refund-policy-div1 {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  width: 150px;
  img {
    width: 100%;
  }
}
.refund-policy-div2 {
  position: absolute;
  top: 0%;
  left: 0px;
  width: 150px;
  img {
    width: 100%;
  }
}
.refund-policy-div3 {
  position: absolute;
  left: 0px;
  bottom: -25px;
  width: 150px;
  img {
    width: 100%;
  }
}
.w10 {
  min-width: 110px !important;
}

.cart-loader-overlay {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.45);
}

.cart-loader-overlay[hidden] {
  display: none !important;
}

.cart-loader-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.95);
}

.cart_table .cart-productimage-wrap {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
}

.cart_table .cart-productimage-wrap .remove {
  position: absolute;
  top: -6px;
  right: -6px;
  z-index: 2;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  line-height: 1;
  padding: 0;
}

.product-style1 .product-actions .cart-btn,
.product-style4 .product-actions .cart-btn,
.product-style5 .product-actions .cart-btn,
.product-style6 .product-actions .cart-btn {
  background-color: var(--theme-color, #51611e);
  color: #fff;
  cursor: pointer;
}

.product-style1 .product-actions .cart-btn:disabled,
.product-style4 .product-actions .cart-btn:disabled,
.product-style5 .product-actions .cart-btn:disabled,
.product-style6 .product-actions .cart-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.main-menu ul.account-header-menu {
  left: auto !important;
  right: 0;
  min-width: 240px;
  padding: 0.75rem;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
}

.main-menu ul.account-header-menu:before {
  display: none;
}

.main-menu ul.account-header-menu li {
  padding: 0;
  margin: 0;
}

.main-menu ul.account-header-menu li a.account-header-menu-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  color: #334155 !important;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  padding-left: 1rem !important;
}

.main-menu ul.account-header-menu li a.account-header-menu-link:before {
  display: none;
}

.main-menu ul.account-header-menu li a.account-header-menu-link:hover,
.main-menu ul.account-header-menu li a.account-header-menu-link.is-active {
  background: #eef3e6;
  color: #51611e !important;
  border-left: 4px solid #51611e;
  padding-left: calc(1rem - 4px) !important;
}

.main-menu ul.account-header-menu li a.account-header-menu-link i {
  font-size: 1rem;
  width: 1.1rem;
  text-align: center;
}
