.shop-page {
  color: #192d00;
  background: #fff;
}

.shop-hero {
  position: relative;
  isolation: isolate;
  height: clamp(360px, 39vw, 749px);
  min-height: 360px;
  overflow: hidden;
  color: #fff;
  background: #07190e;
}

.shop-hero-background,
.shop-hero-shade {
  position: absolute;
  inset: 0;
}

.shop-hero-background {
  z-index: -3;
  background: url("../assets/shop-hero.jpg") center / cover no-repeat;
  transform: scale(1.025);
}

.shop-hero-shade {
  z-index: -2;
  background:
    radial-gradient(circle at 50% 52%, rgba(4, 20, 10, 0.02), rgba(0, 9, 4, 0.46) 86%),
    linear-gradient(90deg, rgba(0, 12, 5, 0.35), rgba(4, 23, 12, 0.05) 50%, rgba(0, 12, 5, 0.38));
}

.shop-page .site-header {
  top: clamp(14px, 1.7vw, 32px);
  right: clamp(14px, 1.5vw, 29px);
  left: clamp(14px, 1.5vw, 29px);
  color: #fff;
}

.shop-foliage {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  will-change: transform;
}

.shop-foliage img {
  display: block;
  width: 100%;
  height: auto;
}

.shop-foliage-left-top {
  top: 0;
  left: 0;
  width: clamp(220px, 20vw, 390px);
}

.shop-foliage-right-top {
  top: 0;
  right: 0;
  width: clamp(190px, 21vw, 350px);
}

.shop-foliage-left-bottom {
  bottom: 0;
  left: 0;
  width: clamp(190px, 21vw, 350px);
}

.shop-foliage-right-bottom {
  right: 0;
  bottom: 0;
  width: clamp(230px, 22vw, 420px);
}

.shop-hero-title-wrap {
  position: absolute;
  z-index: 8;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.shop-hero-title-wrap h1 {
  margin: 0;
  color: #9bdf35;
  background: linear-gradient(180deg, #f4f5ef 0%, #e9eee2 36%, #a9e74b 70%, #62bd04 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px 4px 2px rgba(0, 12, 5, 0.38));
  font-family: var(--heading-font);
  font-size: clamp(4rem, 7vw, 8.4rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.018em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.shop-title-parrot {
  position: absolute;
  z-index: 2;
  top: -150%;
  left: -105%;
  right:0px;
  margin:0px auto;
  width: clamp(130px, 17vw, 260px);
  max-width: none;
  height: auto;
  pointer-events: none;
}

.shop-products {
  position: relative;
  padding: clamp(55px, 6.5vw, 105px) 0 clamp(90px, 9vw, 145px);
  overflow: hidden;
  background: linear-gradient(180deg, #dceef5 0%, #f4f9fb 31%, #fff 70%);
}

.shop-products-inner {
  width: min(88%, 1740px);
}

.shop-products-title {
  margin: 0;
  color: #3b8100;
  font-family: var(--heading-font);
  font-size: clamp(3.2rem, 6vw, 7rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.012em;
  text-align: center;
  text-transform: uppercase;
}

.shop-products-title span {
  display: block;
}

.shop-products-title span:last-child {
  color: #5dbb05;
}

.shop-carousel {
  position: relative;
  isolation: isolate;
  width: 100%;
  aspect-ratio: 1.91;
  min-height: 410px;
  margin-top: clamp(52px, 5.4vw, 88px);
  overflow: hidden;
  color: #fff;
  border: 2px solid #69a914;
  border-radius: clamp(14px, 1.5vw, 26px);
  background: #0b1d10;
  box-shadow: 0 18px 46px rgba(8, 30, 16, 0.14);
  touch-action: pan-y;
}

.shop-carousel.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.shop-carousel-media,
.shop-carousel-shade {
  position: absolute;
  inset: 0;
}

.shop-carousel-media {
  z-index: -3;
  overflow: hidden;
}

.shop-carousel-media img,
.shop-carousel-media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shop-carousel-media img {
  z-index: 0;
}

.shop-carousel-media video {
  z-index: 1;
  opacity: 0.82;
  mix-blend-mode: screen;
}

.shop-carousel-shade {
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(3, 19, 9, 0.18), rgba(1, 14, 7, 0.07) 50%, rgba(1, 13, 6, 0.32)),
    linear-gradient(90deg, rgba(2, 17, 8, 0.28), transparent 38%, transparent 65%, rgba(2, 17, 8, 0.18));
}

.shop-feature-chips {
  position: absolute;
  z-index: 4;
  top: 5.2%;
  left: 50%;
  display: flex;
  gap: clamp(7px, 0.8vw, 14px);
  transform: translateX(-50%);
}
.shop-feature-chips img {
    width: 10px;
}

.shop-feature-chips span,
.shop-carousel-size {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(62, 82, 73, 0.82);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.shop-feature-chips span {
  min-height: clamp(23px, 2vw, 34px);
  padding: 0 clamp(9px, 1vw, 16px);
  border-radius: 999px;
  font-size: clamp(0.55rem, 0.64vw, 0.75rem);
}

.shop-feature-chips i,
.shop-carousel-size i {
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 50% 50% 55% 55%;
  background: #32aaff;
  transform: rotate(45deg);
}
.shop-carousel-size i{
  background: #457E92;
}

.shop-carousel-size {
  position: absolute;
  z-index: 4;
  top: 4%;
  right: 1.7%;
  min-height: clamp(34px, 3.2vw, 50px);
  padding: 0 clamp(13px, 1.4vw, 22px);
  color: #13240d;
  border-color: #75bd21;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
  font-size: clamp(0.8rem, 1vw, 1.1rem);
  font-weight: 600;
  backdrop-filter: none;
}

.shop-carousel-arrow {
  position: absolute;
  z-index: 7;
  top: 46%;
  width: clamp(42px, 4vw, 60px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  padding: 0;
  cursor: pointer;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  background: rgba(26, 52, 39, 0.58);
  transform: translateY(-50%);
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.shop-carousel-arrow:hover,
.shop-carousel-arrow:focus-visible {
  color: #192d00;
  border-color: #8ed63e;
  background: #fff;
}

.shop-carousel-arrow img {
  display: block;
  width: 15px;
  height: auto;
  transition: filter 180ms ease;
}

.shop-carousel-arrow:hover img,
.shop-carousel-arrow:focus-visible img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(25%) saturate(963%) hue-rotate(50deg) brightness(89%) contrast(97%);
}

.shop-carousel-prev {
  left: 2%;
}

.shop-carousel-next {
  right: 2%;
}

.shop-carousel-bottle {
  position: absolute;
  z-index: 3;
  top: 52%;
  left: 45%;
  height: 62%;
  transform: translate(-50%, -50%) rotate(29deg);
  filter: drop-shadow(18px 24px 22px rgba(0, 0, 0, 0.35));
}

.shop-carousel-bottle img {
  display: block;
  width: auto;
  height: 100%;
}

.shop-price-card {
  position: absolute;
  z-index: 5;
  bottom: 13.5%;
  left: 2%;
  min-width: clamp(120px, 11vw, 175px);
  padding: clamp(19px, 2vw, 30px) clamp(16px, 1.6vw, 25px) clamp(13px, 1.4vw, 22px);
  color: #15230e;
  border-radius: 14px;
  background: #fff;
  text-align: center;
}

.shop-price-card span {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 76%;
  padding: 5px 9px;
  color: #fff;
  border-radius: 999px;
  background: #41a5e4;
  font-size: clamp(0.48rem, 0.5vw, 0.62rem);
  text-transform: uppercase;
  transform: translate(-50%, -50%);
}

.shop-price-card strong {
  display: block;
  font-size: clamp(1.5rem, 2.2vw, 2.7rem);
  line-height: 1;
}

.shop-price-counter {
  overflow: hidden;
}

.shop-add-cart {
  position: absolute;
  z-index: 5;
  bottom: 3.2%;
  left: 2%;
  width: min(31%, 410px);
  min-height: clamp(43px, 4vw, 60px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(20px, 2vw, 32px);
  cursor: pointer;
  color: #fff;
  border: 0;
  border-radius: 999px;
  background: #58920C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  transition: background-color 180ms ease, transform 180ms ease;
}

.shop-add-cart:hover,
.shop-add-cart:focus-visible {
  background: #73b719;
  transform: translateY(-2px);
}

.shop-add-cart svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.shop-product-info {
  position: absolute;
  z-index: 5;
  right: 1.7%;
  bottom: 3.2%;
  width: min(31%, 420px);
  padding: clamp(18px, 1.8vw, 29px);
  color: #17270f;
  border-radius: clamp(14px, 1.3vw, 21px);
  background: rgba(255, 255, 255, 0.97);
}

.shop-product-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  overflow: hidden;
}

.shop-product-copy {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
}

.shop-product-heading h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.02;
}

.shop-product-heading p {
  margin: 7px 0 0;
  font-size: 10px;
}

.shop-product-heading > span {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 11px;
  border: 1px solid #77bc28;
  border-radius: 8px;
  font-size: clamp(0.62rem, 0.72vw, 0.84rem);
  overflow: hidden;
}

.shop-product-heading > span::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #457E92;
  vertical-align: middle;
}

.shop-purchase-options {
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  gap: 5px;
  margin-top: 45px;
}

.shop-purchase-options a,
.shop-purchase-options button {
  min-height: clamp(34px, 3vw, 45px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  cursor: pointer;
  color: #fff;
  border: 1px solid #172b0e;
  border-radius: 999px;
  background: #172b0e;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.6rem;
  text-transform: uppercase;
  transition: color 180ms ease, background-color 180ms ease;
}

.shop-purchase-options a.is-active,
.shop-purchase-options a:hover,
.shop-purchase-options a:focus-visible,
.shop-purchase-options button:hover,
.shop-purchase-options button:focus-visible {
    background: #294406;
}

@media (max-width: 1024px) {
  /* .shop-title-parrot {
    display: none;
  } */

  .shop-carousel {
    min-height: 480px;
  }

  .shop-feature-chips {
    width: calc(100% - 150px);
    flex-wrap: wrap;
    justify-content: center;
  }

  .shop-carousel-bottle {
    top: 43%;
    left: 50%;
    height: 54%;
  }

  .shop-price-card {
    bottom: 15%;
  }

  .shop-product-info {
    width: 42%;
  }
}

@media (max-width: 760px) {
  .shop-hero {
    height: 340px;
    min-height: 340px;
  }

  .shop-hero-title-wrap {
    top: 57%;
  }

  .shop-hero-title-wrap h1 {
    font-size: clamp(3.3rem, 16vw, 4.7rem);
  }

  .shop-foliage-left-top {
    width: 200px;
  }

  .shop-foliage-right-top {
    width: 170px;
  }

  .shop-foliage-left-bottom {
    width: 170px;
  }

  .shop-foliage-right-bottom {
    width: 210px;
  }

  .shop-products {
    padding: 65px 0 80px;
  }

  .shop-products-inner {
    width: calc(100% - 28px);
  }

  .shop-products-title {
    font-size: clamp(2.9rem, 13vw, 4.2rem);
  }

  .shop-carousel {
    min-height: 720px;
    margin-top: 40px;
  }

  .shop-feature-chips {
    top: 20px;
    width: calc(100% - 105px);
    justify-content: flex-start;
    transform: translateX(-56%);
  }

  .shop-feature-chips span {
    min-height: 23px;
    padding: 0 8px;
    font-size: 0.52rem;
  }

  .shop-carousel-size {
    top: 18px;
    right: 12px;
    min-height: 34px;
  }

  .shop-carousel-arrow {
    top: 37%;
    width: 40px;
  }

  .shop-carousel-bottle {
    top: 34%;
    height: 42%;
  }

  .shop-price-card {
    bottom: 29%;
    left: 14px;
  }

  .shop-add-cart {
    right: 14px;
    bottom: 29%;
    left: auto;
    width: calc(100% - 175px);
  }

  .shop-product-info {
    right: 14px;
    bottom: 14px;
    left: 14px;
    width: auto;
  }

  .shop-product-heading h3 {
    font-size: 1.15rem;
  }

  .shop-product-heading p {
    font-size: 0.57rem;
  }

  .shop-purchase-options a,
  .shop-purchase-options button {
    min-height: 38px;
    font-size: 0.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .shop-hero-background {
    transform: none;
  }

  .shop-carousel-media video {
    display: none;
  }

  .shop-foliage {
    will-change: auto;
  }
}
