@media (max-width: 767px) {
  body {
    background: #fff;
  }

  #shop.section-small-change {
    padding-top: 0px;
    padding-bottom: 15px;
  }

  #shop .container {
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }

  #shop .row {
    margin-left: 0;
    margin-right: 0;
  }

  #shop .shop-single-card {
    overflow: hidden;
    border: 0;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(20, 28, 42, 0.12);
  }

  #shop .shop-single-card .carousel-outer,
  #shop .shop-single-card .slide {
    float: none;
    width: 100%;
  }

  #shop .shop-single-card .carousel-outer {
    padding: 14px 14px 4px;
    border: 0;
    background: #fff;
  }

  #carousel-shop .carousel-inner {
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    box-shadow: none;
  }

  #carousel-shop .carousel-inner > .item > img {
    width: 100%;
    height: min(78vw, 390px);
    object-fit: contain;
    padding: 18px;
  }

  #carousel-shop .carousel-control {
    top: 50%;
    bottom: auto;
    width: 42px;
    height: 42px;
    margin-top: -21px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.78);
    color: #111;
    opacity: 0.92;
    text-shadow: none;
    box-shadow: 0 10px 24px rgba(20, 28, 42, 0.16);
  }

  #carousel-shop .carousel-control.left {
    left: 10px;
  }

  #carousel-shop .carousel-control.right {
    right: 10px;
  }

  #shop .shop-single-card .slide {
    padding: 20px 18px 22px;
    text-align: left;
  }

  #shop .product-title {
    margin: 0 0 14px;
    font-size: 25px;
    line-height: 1.16;
    text-align: center;
    letter-spacing: 0;
  }

  #shop .product-sku {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 12px;
    margin-bottom: 14px;
    text-align: center;
  }

  #shop .purchase-quote-btn,
  #shop .quote-trigger,
  #shop .btn-quote {
    white-space: nowrap;
  }

  #shop .compact-price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    margin: 18px 0 0;
  }

  #shop .compact-price .old-price {
    margin-bottom: -10px;
  }

  #shop .compact-price .new-price {
    margin-bottom: 2px;
  }

  #shop .compact-price .btn-buy-now,
  #shop .cta-line-4 .btn {
    width: min(100%, 282px) !important;
    min-width: 0 !important;
    min-height: 44px !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    padding: 0 18px !important;
    border-radius: 8px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
  }

  #shop .cta-line-4 {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 14px !important;
    margin-top: 14px !important;
    margin-bottom: 8px !important;
  }

  .product-service-share {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 13px;
    margin: 18px 0 16px;
    padding: 14px 12px;
    border-radius: 3px;
    background: #fbfbfd;
    box-shadow: inset 0 0 0 1px rgba(20, 28, 42, 0.06);
  }

  .service-promise {
    font-size: 16px;
  }

  .product-share {
    justify-content: flex-start;
    margin-left: 0;
    gap: 10px;
  }

  .product-share a {
    width: 36px;
    height: 36px;
    background: #fff;
  }

  #shop .product-benefits {
    margin-top: 14px;
  }

  #shop .product-benefits li {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 9px;
    align-items: start;
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 1.45;
  }

  #shop .carousel-indicators {
    position: static;
    display: flex;
    gap: 10px;
    width: 100%;
    margin: 18px 0 0;
    padding: 2px 0 6px;
    overflow-x: auto;
    text-align: left;
    white-space: nowrap;
  }

  #shop .carousel-indicators li {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    margin: 0;
    border: 1px solid rgba(20, 28, 42, 0.08);
    border-radius: 14px;
    background: #fff;
    opacity: 0.45;
  }

  #shop .carousel-indicators li.active {
    opacity: 1;
    box-shadow: 0 8px 18px rgba(20, 28, 42, 0.12);
  }

  #shop .carousel-indicators li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 5px;
    border-radius: 12px;
  }

  .usp-strip-wrap {
    padding: 30px 14px 34px;
    background: #fff;
  }

  .usp-strip {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  .usp-item {
    width: 100%;
    flex: none !important;
    min-height: 106px;
    padding: 18px 14px;
    border: 1px solid rgba(20, 28, 42, 0.06) !important;
    border-radius: 3px;
    background: #fff;
    box-shadow:
      0 10px 24px rgba(20, 28, 42, 0.09),
      -7px 0 18px rgba(20, 28, 42, 0.035),
      7px 0 18px rgba(20, 28, 42, 0.035);
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
  }

  .usp-item:hover {
    background: #fff;
    box-shadow:
      0 16px 38px rgba(20, 28, 42, 0.1),
      0 3px 10px rgba(20, 28, 42, 0.05);
    transform: translateY(-2px);
  }

  .usp-item i,
  .usp-item img,
  .usp-item svg {
    margin-left: auto;
    margin-right: auto;
  }

  .usp-sep {
    display: none !important;
  }

  #product-details,
  #process-seeds,
  #category-extra-sections {
    background: #fff;
  }

  #product-details.section-small-change,
  #process-seeds.section-small-change,
  #category-extra-sections.section-small-change {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  #product-details.section-small-change {
    padding-bottom: 12px;
  }

  #process-seeds.section-small-change {
    padding-top: 10px;
  }

  #product-details .container,
  #process-seeds .container,
  #category-extra-sections .container {
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }

  #product-details .container,
  #process-seeds .container {
    padding-left: 32px;
    padding-right: 32px;
  }

  #product-details .pd-card,
  #process-seeds .ps-col,
  #process-seeds .ps-seed-card,
  #category-extra-sections .pd-card {
    overflow: hidden;
    border: 1px solid rgba(20, 28, 42, 0.07);
    background: #fff;
    box-shadow:
      0 14px 34px rgba(20, 28, 42, 0.08),
      0 2px 8px rgba(20, 28, 42, 0.04);
    text-align: left;
  }

  #product-details .pd-card {
    box-shadow:
      0 18px 44px rgba(20, 28, 42, 0.09),
      -10px 0 24px rgba(20, 28, 42, 0.04),
      10px 0 24px rgba(20, 28, 42, 0.04);
  }

  #product-details .pd-divider {
    display: none;
  }

  #product-details .pd-left,
  #product-details .pd-right,
  #process-seeds .ps-col {
    background: #fff !important;
    border: 0 !important;
  }

  #product-details .pd-left {
    border-bottom: 0 !important;
  }

  #product-details .pd-title,
  #process-seeds .ps-title,
  #process-seeds .ps-seed-title,
  #process-seeds .ps-sub,
  #process-seeds .ps-list,
  #process-seeds .ps-note,
  #product-details .pd-text,
  #product-details .pd-note,
  .custom-category-section {
    text-align: left !important;
  }

  #product-details .pd-tr {
    padding: 12px 0;
  }

  #product-details .pd-note,
  #process-seeds .ps-note {
    border: 0;
    background: #f8f8fa;
    box-shadow: inset 0 0 0 1px rgba(20, 28, 42, 0.05);
  }

  #process-seeds .ps-card {
    background: transparent;
    box-shadow: none;
    border: 0 !important;
    overflow: visible;
  }

  #process-seeds .ps-top {
    display: grid;
    gap: 18px;
    margin: 0;
  }

  #process-seeds .ps-col {
    box-shadow:
      0 18px 44px rgba(20, 28, 42, 0.09),
      -10px 0 24px rgba(20, 28, 42, 0.04),
      10px 0 24px rgba(20, 28, 42, 0.04);
  }

  #process-seeds .ps-col-left,
  #process-seeds .ps-col-right {
    margin: 0 !important;
  }

  #process-seeds .ps-divider {
    display: none;
  }

  #process-seeds .ps-seed-title,
  #process-seeds .ps-sub {
    padding-left: 2px;
    padding-right: 2px;
  }

  #process-seeds .ps-seeds {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 24px;
  }

  #process-seeds .ps-seeds::before,
  #process-seeds .ps-seeds::after {
    display: none !important;
    content: none !important;
  }

  #process-seeds .ps-seeds > [class*="col-"] {
    display: block !important;
    width: auto !important;
    float: none !important;
    clear: none !important;
    padding-left: 0;
    padding-right: 0;
    margin: 0 !important;
  }

  #process-seeds .ps-seed-card {
    height: 100%;
    border: 1px solid rgba(20, 28, 42, 0.07);
    background: #fff;
    box-shadow:
      0 14px 34px rgba(20, 28, 42, 0.08),
      0 2px 8px rgba(20, 28, 42, 0.04);
    text-align: left;
  }

  #product-details + #process-seeds,
  #category-extra-sections + #process-seeds {
    margin-top: 0;
  }

  #process-seeds .ps-seed-card img {
    height: 136px;
    object-fit: cover;
  }

  #process-seeds .ps-seed-name,
  #process-seeds .ps-seed-desc {
    background: #fff;
    text-align: left;
  }

  .custom-section-stack {
    display: grid;
    gap: 14px;
    border: 0;
    background: transparent !important;
    box-shadow: none !important;
  }

  .custom-category-section {
    padding: 18px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(20, 28, 42, 0.08);
  }

  #shop .shop-single-card,
  .usp-item,
  #product-details .pd-card,
  #process-seeds .ps-col,
  #process-seeds .ps-seed-card,
  .custom-category-section {
    border: 0 !important;
    background: #fff !important;
    box-shadow:
      0 30px 70px rgba(20, 28, 42, 0.12),
      0 10px 28px rgba(20, 28, 42, 0.055),
      -16px 0 34px rgba(20, 28, 42, 0.045),
      16px 0 34px rgba(20, 28, 42, 0.045) !important;
  }

  #product-details .pd-note,
  #process-seeds .ps-note {
    border: 0 !important;
    box-shadow: none !important;
  }

  #product-details.section-small-change,
  #category-extra-sections.section-small-change {
    padding-bottom: 24px !important;
  }

  #process-seeds.section-small-change {
    padding-top: 24px !important;
  }

  .usp-strip-wrap,
  .usp-strip,
  #product-details,
  #process-seeds,
  #process-seeds .ps-card,
  #category-extra-sections,
  #category-extra-sections .pd-card,
  .custom-section-stack {
    border: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
  }

  .usp-strip,
  #process-seeds .ps-top {
    gap: 30px !important;
  }

  #product-details.section-small-change,
  #process-seeds.section-small-change,
  #category-extra-sections.section-small-change,
  #product-details .container,
  #process-seeds .container,
  #category-extra-sections .container {
    border-top: 0 !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
  }

  #product-details.section-small-change::before,
  #product-details.section-small-change::after,
  #process-seeds.section-small-change::before,
  #process-seeds.section-small-change::after,
  #category-extra-sections.section-small-change::before,
  #category-extra-sections.section-small-change::after {
    display: none !important;
    content: none !important;
  }

  #shop .shop-single-card,
  .usp-item,
  #product-details .pd-card,
  #process-seeds .ps-col,
  #process-seeds .ps-seed-card,
  .custom-category-section {
    border: 0 !important;
    outline: 0 !important;
    background: #fff !important;
    box-shadow:
      0 34px 76px -20px rgba(20, 28, 42, 0.22),
      -20px 0 48px -30px rgba(20, 28, 42, 0.18),
      20px 0 48px -30px rgba(20, 28, 42, 0.18) !important;
  }

  #product-details .pd-note,
  #process-seeds .ps-note {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
  }

  #product-details.section-small-change,
  #category-extra-sections.section-small-change {
    padding-bottom: 30px !important;
  }

  #process-seeds.section-small-change {
    padding-top: 0px !important;
  }
}

.advit-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 620ms ease, transform 620ms ease;
  will-change: opacity, transform;
}

.advit-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .advit-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

html, body {
  touch-action: manipulation;
}