/* EasyPick ZM brand layer */

html {
  scroll-behavior: smooth;
}

body {
  background: var(--ep-page, #f3f5f3);
  color: rgb(var(--color-primary));
}

.ep-logo {
  width: var(--header-logo-width, 72px) !important;
  height: var(--header-logo-width, 72px) !important;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 2px #f4c430, 0 8px 20px rgba(11, 61, 46, 0.18);
}

footer .ep-logo {
  width: var(--footer-logo-width, 80px) !important;
  height: var(--footer-logo-width, 80px) !important;
}

yc-header {
  box-shadow: 0 1px 0 rgba(11, 61, 46, 0.06);
}

yc-header .logo a {
  text-transform: none;
}

yc-header .links ul li a.link {
  font-weight: 600;
}

.ep-kicker {
  margin: 0 0 0.4em;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ep-forest);
}

/* Announcement ticker */
#youcan-section--announcement-bar,
#youcan-section--announcement-bar yc-section {
  padding: 0 !important;
  overflow: hidden;
}

/* Hero overlay — desktop card, full-bleed on mobile */
yc-slider .slider-area .slider-box .slider-inner yc-slider-item yc-slider-content {
  background: #fff;
  color: var(--ep-forest);
  padding: 1.4rem 1.5rem 1.3rem;
  border-radius: 18px;
  max-width: 32rem;
  width: auto;
  height: auto;
  inset: auto 8% 8% 8%;
  box-shadow: 0 16px 40px rgba(7, 38, 29, 0.18);
  justify-content: flex-start;
}

yc-slider .slider-area .slider-box .slider-inner yc-slider-item yc-slider-content .heading {
  font-weight: 800;
  color: #111;
}

yc-slider .slider-area .slider-box .slider-inner yc-slider-item yc-slider-content .subheading {
  color: var(--ep-forest);
  text-decoration: underline;
  text-underline-offset: 0.28em;
  font-weight: 600;
}

yc-slider .slider-area .slider-box .slider-inner yc-slider-item yc-slider-content .yc-btn {
  background: var(--ep-gold);
  color: var(--ep-forest);
  font-weight: 800;
}

@media (max-width: 768px) {
  yc-slider .slider-area .slider-box .slider-inner yc-slider-item yc-slider-content {
    inset: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    height: 100% !important;
    padding: 1.1rem 1.1rem 1.4rem !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: linear-gradient(180deg, rgba(11, 61, 46, 0.05) 20%, rgba(11, 61, 46, 0.88) 100%) !important;
    color: #fff !important;
    justify-content: flex-end !important;
    align-items: flex-start !important;
  }

  yc-slider .slider-area .slider-box .slider-inner yc-slider-item yc-slider-content .heading,
  yc-slider .slider-area .slider-box .slider-inner yc-slider-item yc-slider-content .subheading {
    color: #fff !important;
    text-decoration: none;
  }

  yc-slider .slider-area .slider-box .slider-inner yc-slider-item > picture,
  yc-slider .slider-area .slider-box .slider-inner yc-slider-item > picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  yc-slider yc-slider-arrows {
    display: none;
  }
}

/* Product cards */
.product-card {
  background: #fff;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(11, 61, 46, 0.06);
}

.product-card[data-style$=standard],
.product-card[data-style$=compact] {
  --product-img-height: auto;
}

.product-card .img-link {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  height: auto !important;
  background: #f6f4ee;
}

.product-card .img-link img,
.product-card[data-style$=standard] img,
.product-card[data-style$=compact] img {
  height: 100% !important;
  width: 100%;
  object-fit: contain !important;
}

.product-card .img-link .card-placeholder {
  height: 100%;
}

.product-card .ep-card-price {
  display: flex;
  align-items: baseline;
  gap: 0.55rem;
  margin: 0.15rem 0 0.35rem;
}

.product-card .ep-card-price .current {
  font-size: 1.85rem;
  font-weight: 800;
  color: var(--ep-forest);
  line-height: 1.1;
}

.product-card .ep-card-price .compare-at {
  font-size: 1.35rem;
  color: #9ca3af;
  text-decoration: line-through;
}

.product-card .badge {
  background: var(--ep-gold);
  color: var(--ep-forest);
  font-weight: 700;
}

.product-card .info .title {
  font-weight: 700;
  white-space: normal;
}

.product-card .yc-btn.secondary {
  background: var(--ep-forest);
  color: #fff;
  border: 0;
  font-weight: 700;
}

.product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(11, 61, 46, 0.1);
}

/* Trust bar */
.ep-trust-bar__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ep-trust-bar__list li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  font-weight: 700;
}

.ep-trust-bar__icon {
  color: var(--ep-forest);
}

/* About */
.ep-about__inner {
  max-width: 72rem;
  margin: 0 auto;
  text-align: center;
}

.ep-about__inner h2 {
  margin: 0 0 0.7em;
  font-size: clamp(2.4rem, 4vw, 3.4rem);
}

.ep-about__text {
  max-width: 62rem;
  margin: 0 auto;
  font-size: 1.7rem;
  line-height: 1.7;
  color: #33443c;
}

/* FAQ */
.ep-faq__list {
  max-width: 82rem;
  margin: 1.5rem auto 0;
  display: grid;
  gap: 0.8rem;
}

.ep-faq__item {
  background: #fff;
  border: 1px solid #e6ece8;
  border-radius: 14px;
  overflow: hidden;
}

.ep-faq__item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.3rem;
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.ep-faq__item summary::-webkit-details-marker {
  display: none;
}

.ep-faq__item summary .icon {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.ep-faq__item[open] summary .icon {
  transform: rotate(45deg);
}

.ep-faq__answer {
  padding: 0 1.3rem 1.2rem;
  color: #44554c;
  line-height: 1.65;
}

/* COD form */
.ep-cod {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e7eb !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 40px rgba(11, 61, 46, 0.1);
}

.ep-cod__banner {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.85rem 1.1rem !important;
  background: var(--ep-forest) !important;
  color: #fff !important;
  position: static !important;
}

.ep-cod__title {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 800;
  color: #fff !important;
}

.ep-cod__subtitle {
  margin: 0.15rem 0 0;
  color: var(--ep-gold) !important;
  font-weight: 700;
  font-size: 0.95rem;
}

.ep-cod__pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.45rem;
}

.ep-cod__pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.7rem;
  border: 0;
  border-radius: 999px;
  background: #e5e7eb;
  color: #374151;
  font-size: 0.95rem;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
}

.ep-cod__body {
  padding: 1rem 1.1rem 0.35rem;
}

.ep-cod__step {
  margin-bottom: 1.15rem;
}

.ep-cod__step-title {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 0.85rem;
  font-size: 1.45rem;
  font-weight: 800;
  color: #111;
}

.ep-cod__step-num {
  width: 1.7rem;
  height: 1.7rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ep-forest);
  color: #fff;
  font-size: 1.15rem;
}

.ep-offers {
  display: grid;
  gap: 0.7rem;
}

.ep-offer {
  display: grid;
  grid-template-columns: auto 64px 1fr auto;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  padding: 0.65rem 0.75rem;
  border: 1.5px solid #e5e7eb;
  border-radius: 14px;
  cursor: pointer;
  background: #fff;
  appearance: none;
  font: inherit;
  color: inherit;
  text-align: start;
}

.ep-offer__media {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  overflow: hidden;
  background: #f3f5f3;
  border: 1px solid #e6ece8;
  display: grid;
  place-items: center;
}

.ep-offer__media img,
.ep-offer__media svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ep-offer input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.ep-offer.is-selected,
.ep-offer:has(input:checked) {
  border-color: var(--ep-forest);
  box-shadow: 0 0 0 1px var(--ep-forest);
}

.ep-offer__radio {
  width: 18px;
  height: 18px;
  border: 2px solid #cfd6d2;
  border-radius: 50%;
  position: relative;
}

.ep-offer:has(input:checked) .ep-offer__radio,
.ep-offer.is-selected .ep-offer__radio {
  border-color: var(--ep-forest);
}

.ep-offer:has(input:checked) .ep-offer__radio::after,
.ep-offer.is-selected .ep-offer__radio::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: var(--ep-forest);
}

.ep-offer__copy {
  display: grid;
  gap: 0.15rem;
  min-width: 0;
}

.ep-offer__name {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 800;
  color: #111;
}

.ep-offer__badge {
  font-style: normal;
  font-size: 1rem;
  font-weight: 800;
  background: var(--ep-gold);
  color: #111;
  padding: 0.12rem 0.5rem;
  border-radius: 999px;
}

.ep-offer__meta {
  color: #6b7280;
  font-size: 1.2rem;
}

.ep-offer__price {
  text-align: end;
}

.ep-offer__price strong {
  display: block;
  font-size: 1.45rem;
  color: #111;
}

.ep-offer__price s {
  display: block;
  color: #9ca3af;
  font-size: 1.15rem;
  font-weight: 600;
}

.single-product yc-product-info .buy-button .buy-area .express-checkout .fields,
.ep-cod__fields {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 0.9rem !important;
  padding: 0 !important;
  border: 0 !important;
}

.ep-cod__fields .field.ep-field--wide,
.ep-cod__fields .field:nth-child(n + 3),
.ep-cod__fields yc-linked-fields,
.ep-cod__fields yc-phone-validation {
  grid-column: 1 / -1;
}

.ep-cod__fields yc-linked-fields {
  display: grid;
  gap: 0.9rem;
}

.ep-cod__banner-copy {
  min-width: 0;
}

.single-product yc-product-info .buy-button .buy-area .express-checkout .fields::before {
  display: none !important;
}

.ep-field label,
.ep-cod__fields .field > label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ep-forest);
}

.ep-field__control {
  position: relative;
}

.ep-field__icon {
  position: absolute;
  inset-inline-start: 0.9rem;
  inset-block-start: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  pointer-events: none;
  z-index: 1;
}

.ep-cod__fields .field input,
.ep-cod__fields .field textarea,
.ep-cod__fields yc-combobox-trigger {
  width: 100%;
  min-height: 48px;
  padding: 0.85rem 0.95rem 0.85rem 2.55rem !important;
  border: 1.5px solid #e5e7eb !important;
  border-radius: 12px !important;
  background: #fff;
}

.ep-summary {
  margin: 0.4rem 0 0.2rem;
  padding: 0.95rem 1rem;
  border-radius: 12px;
  background: #f3f4f6;
}

.ep-summary__row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.2rem 0;
  color: #4b5563;
}

.ep-summary__free {
  color: #111;
}

.ep-summary__total {
  margin-top: 0.35rem;
  padding-top: 0.55rem;
  border-top: 1px solid #e5e7eb;
  color: #111;
  font-size: 1.35rem;
}

.ep-cod__cta {
  display: block !important;
  position: relative;
  padding: 0 1.2rem 0.4rem;
}

.ep-cod__cta yc-quantity-control {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0);
  pointer-events: none !important;
}

.ep-cta {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  width: 100%;
  min-height: 56px;
  background: var(--ep-gold) !important;
  color: var(--ep-forest) !important;
  border: 0 !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
  font-size: 1.45rem !important;
  box-shadow: 0 10px 22px rgba(244, 196, 48, 0.35);
}

yc-product-form button.ep-cta span:not([data-add-to-cart])::before {
  content: none !important;
}

.ep-cta__arrow {
  font-size: 1.5rem;
  line-height: 1;
}

.ep-trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.55rem;
  list-style: none;
  margin: 0;
  padding: 0.95rem 1.2rem 1.2rem;
}

.ep-trust li {
  display: grid;
  justify-items: center;
  gap: 0.3rem;
  padding: 0.65rem 0.3rem;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  text-align: center;
  font-size: 1.05rem;
  font-weight: 600;
  color: #4b5563;
}

.single-product yc-product-info .buy-button [data-order-form],
.single-product yc-product-info .buy-button yc-product-form {
  display: block;
  width: 100%;
}

.single-product yc-product-info .buy-button .buy-area {
  max-height: none !important;
  overflow: visible !important;
}

.single-product yc-product-info .buy-button .buy-area .express-checkout .header,
.single-product yc-product-info .buy-button .buy-area .express-checkout .header.ep-cod__banner {
  position: static !important;
  inset-block-start: auto !important;
  z-index: 0 !important;
}

.single-product yc-product-info {
  gap: 1rem;
}

.single-product yc-product-info .rating .average {
  font-weight: 800;
  color: #111;
}

.ep-rating .stars {
  color: var(--ep-gold);
}

.ep-rating__count {
  color: #6b7280;
  font-size: 1rem;
  text-decoration: none;
}

.ep-trust li svg {
  color: var(--ep-forest);
}

.single-product yc-product-info .description {
  font-size: 1.55rem;
  line-height: 1.7;
  color: #33443c;
}

.single-product yc-product-info .description img,
.single-product yc-product-info .description iframe,
.single-product yc-product-info .description video {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  border: 0;
  vertical-align: top;
}

.single-product yc-product-info .description p,
.single-product yc-product-info .description figure,
.single-product yc-product-info .description div {
  margin-block: 0;
}

.single-product yc-product-info .description p:has(img),
.single-product yc-product-info .description figure:has(img) {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0;
  font-size: 0;
}

.single-product yc-product-info .description p:has(img) br {
  display: none;
}

.single-product yc-product-info .description p:not(:has(img)) {
  margin-block: 0.8rem;
  line-height: 1.7;
  font-size: inherit;
}

#youcan-section--single-product,
#youcan-section--featured-product {
  overflow-x: clip;
}

#youcan-section--single-product yc-section {
  padding-block-start: 8px;
}

.single-product {
  gap: 1.2rem;
}

.single-product yc-product-media {
  --media-main-image-height: auto !important;
}

.single-product yc-product-media .main-image {
  aspect-ratio: 1 / 1;
  height: auto !important;
  width: 100%;
  background: #f6f4ee;
  border: 1px solid rgba(11, 61, 46, 0.08);
  border-radius: 20px;
  box-shadow:
    0 0 0 6px #fff,
    0 0 0 7px #e4ebe6,
    0 18px 40px rgba(11, 61, 46, 0.12);
  overflow: hidden;
}

.single-product yc-product-media .main-image img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  object-position: center;
}

.single-product yc-product-info .buy-button .buy-area .express-checkout .header.ep-cod__banner {
  position: static !important;
  background: var(--ep-forest) !important;
  color: #fff !important;
  padding: 0.85rem 1.1rem !important;
}

#youcan-section--header,
#youcan-section--header:has(yc-header[data-sticky]) {
  z-index: 50 !important;
}

.ep-product-head {
  display: grid;
  gap: 0.55rem;
}

.ep-product-badge {
  margin: 0;
  width: fit-content;
  padding: 0.28rem 0.75rem;
  border-radius: 999px;
  background: var(--ep-gold);
  color: #111;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ep-product-title {
  margin: 0;
  font-size: clamp(1.7rem, 4vw, 2.4rem);
  line-height: 1.15;
  font-weight: 800;
  color: var(--ep-forest);
}

.ep-product-lead {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.45;
  color: #3d5248;
}

.ep-price-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 1.1rem;
  border-radius: 16px;
  background: var(--ep-forest);
  color: #fff;
}

.ep-price-bar__from {
  min-width: 0;
}

.ep-price-from {
  display: block;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}

.ep-price-line {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.ep-price-value {
  margin: 0;
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
}

.ep-price-compare {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: line-through;
}

.ep-price-meta {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
}

.ep-price-bar__perks {
  display: grid;
  gap: 0.4rem;
  color: var(--ep-gold);
}

.ep-price-bar__perks p {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
}

.ep-order-now {
  display: none;
}

.ep-reassure {
  display: none;
}

.ep-place-heading {
  margin: 0.4rem 0 0.7rem;
  font-size: 1.75rem;
  color: var(--ep-forest);
}

.ep-sticky-buy {
  display: none;
}

@media (max-width: 1024px) {
  .single-product yc-product-info .description img,
  .single-product yc-product-info .description iframe,
  .single-product yc-product-info .description video {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-inline: calc(50% - 50vw) !important;
  }
}

@media (max-width: 768px) {
  .ep-product-title {
    font-size: 1.85rem;
  }

  .ep-product-lead,
  .single-product yc-product-info .description {
    font-size: 1.15rem;
  }

  .ep-price-value {
    font-size: 1.85rem;
  }

  .ep-price-compare {
    font-size: 1.1rem;
  }

  .ep-cod__fields .field input,
  .ep-cod__fields .field textarea,
  .ep-cod__fields yc-combobox-trigger {
    font-size: 16px !important;
  }

  .ep-sticky-buy {
    display: flex;
    position: fixed;
    z-index: 40;
    inset-inline: 0;
    inset-block-end: 0;
    min-height: 92px;
    align-items: center;
    justify-content: space-between;
    gap: 0.9rem;
    padding: 0.85rem 1rem calc(0.85rem + env(safe-area-inset-bottom));
    background: #fff;
    color: var(--ep-forest);
    box-shadow: 0 -8px 24px rgba(11, 61, 46, 0.12);
  }

  .ep-sticky-buy__info {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    min-width: 0;
  }

  .ep-sticky-buy__info > svg {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    color: #9ca3af;
  }

  .ep-sticky-buy__name {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #9ca3af;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 42vw;
  }

  .ep-sticky-buy__price {
    display: block;
    font-size: 1.55rem;
    font-weight: 800;
    color: var(--ep-forest);
    line-height: 1.15;
  }

  .ep-sticky-buy__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    flex-shrink: 0;
    min-height: 56px;
    padding: 0.85rem 1.45rem;
    border-radius: 999px;
    background: var(--ep-gold);
    color: var(--ep-forest);
    font-weight: 800;
    font-size: 1.2rem;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(244, 196, 48, 0.4);
  }

  .ep-sticky-buy.is-hidden {
    display: none !important;
  }

  .main-container {
    padding-bottom: 110px;
  }
}

footer {
  background: var(--ep-forest) !important;
}

@media (max-width: 900px) {
  .ep-trust-bar__list,
  .ep-trust {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .ep-offer {
    grid-template-columns: auto 48px 1fr auto;
    gap: 0.55rem;
    padding: 0.55rem;
  }

  .ep-offer__media {
    width: 48px;
    height: 48px;
  }

  yc-header {
    --header-logo-width: 48px;
  }
}

yc-slider[data-type="full"] yc-slider-item {
  background: linear-gradient(135deg, #0b3d2e 0%, #147a4e 55%, #c9a227 130%);
}

.ep-faq > *:not(:last-child),
.ep-about > *:not(:last-child),
.ep-trust-bar > *:not(:last-child) {
  margin-block-end: 1.2rem !important;
}
