/* =========================================================
   PROBOW — TODAY'S PICK
   PREMIUM FEATURED PRODUCT
   MOBILE FIRST
   ========================================================= */

.todays-pick-section {
  width: 100%;
  max-width: 1240px;
  margin: 1.5rem auto;
  padding: 0 12px;
  box-sizing: border-box;
}


/* =========================================================
   MAIN CONTAINER
   ========================================================= */

.todays-pick-container {
  position: relative;

  width: 100%;

  padding: 14px;

  box-sizing: border-box;

  border-radius: 22px;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 85% 10%,
      rgba(63, 104, 51, .22),
      transparent 38%
    ),
    linear-gradient(
      145deg,
      #172318 0%,
      #0e160f 100%
    );

  border: 1px solid rgba(255,255,255,.07);

  box-shadow:
    0 14px 35px rgba(0,0,0,.16);
}


/* subtle background glow */

.todays-pick-container::after {
  content: "";

  position: absolute;

  width: 180px;
  height: 180px;

  right: -90px;
  bottom: -100px;

  border-radius: 50%;

  background: rgba(255, 209, 102, .07);

  pointer-events: none;
}


/* =========================================================
   CHEF'S SPECIAL BADGE
   ========================================================= */

.todays-pick-badge {

  position: relative;
  z-index: 2;

  display: inline-flex;

  align-items: center;
  justify-content: center;

  gap: 7px;

  margin-bottom: 12px;

  padding: 7px 12px;

  border-radius: 999px;

  background:
    linear-gradient(
      135deg,
      #2f6b2d,
      #1e4c23
    );

  color: #fff;

  font-size: 10px;

  font-weight: 800;

  letter-spacing: .07em;

  text-transform: uppercase;

  box-shadow:
    0 4px 12px rgba(0,0,0,.18);
}


.todays-pick-badge i {
  font-size: 10px;
}


/* =========================================================
   CAROUSEL
   ========================================================= */

.todays-pick-carousel {

  position: relative;

  display: block;

  width: 100%;

  box-sizing: border-box;
}


/* =========================================================
   VIEWPORT
   ========================================================= */

.todays-pick-viewport {

  width: 100%;

  overflow: hidden;

  border-radius: 17px;

  box-sizing: border-box;
}


/* =========================================================
   TRACK
   ========================================================= */

.todays-pick-track {

  display: flex;

  width: 100%;

  transition:
    transform .45s cubic-bezier(.22,.61,.36,1);

  will-change: transform;
}


/* =========================================================
   SLIDE
   ========================================================= */

.todays-pick-slide {

  flex: 0 0 100%;

  width: 100%;
  min-width: 100%;

  box-sizing: border-box;
}


/* =========================================================
   FEATURE CARD
   MOBILE
   IMAGE TOP
   CONTENT BELOW
   ========================================================= */

.todays-pick-card {

  display: flex;

  flex-direction: column;

  width: 100%;

  min-height: 0;

  overflow: hidden;

  border-radius: 17px;

  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,.035),
      rgba(255,255,255,.015)
    );

  box-sizing: border-box;
}


/* =========================================================
   PRODUCT IMAGE
   ========================================================= */

.todays-pick-img-wrap {

  position: relative;

  width: 100%;

  height: 205px;

  min-height: 205px;

  overflow: hidden;

  background: #e9e3d2;
}


.todays-pick-img-wrap::after {

  content: "";

  position: absolute;

  inset: 0;

  background:
    linear-gradient(
      180deg,
      rgba(0,0,0,0) 55%,
      rgba(0,0,0,.18)
    );

  pointer-events: none;
}


.todays-pick-img-wrap img {

  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition:
    transform .45s ease;
}


.todays-pick-card:hover
.todays-pick-img-wrap img {

  transform: scale(1.035);
}


/* =========================================================
   CONTENT
   ========================================================= */

.todays-pick-content {

  display: flex;

  flex-direction: column;

  align-items: flex-start;

  padding: 18px 17px 19px;

  min-width: 0;

  box-sizing: border-box;
}


/* =========================================================
   EYEBROW
   ========================================================= */

.todays-pick-content .eyebrow {

  display: block;

  margin-bottom: 5px;

  color: #aabd9f;

  font-size: 10px;

  line-height: 1.2;

  font-weight: 700;

  font-style: italic;

  letter-spacing: .08em;

  text-transform: uppercase;
}


/* =========================================================
   PRODUCT NAME
   ========================================================= */

.todays-pick-content h2 {

  margin: 0 0 7px;

  color: #fff;

  font-family: 'Fraunces', serif;

  font-size: 22px;

  line-height: 1.08;

  font-weight: 800;

  letter-spacing: -.01em;

  max-width: 100%;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

  overflow: hidden;
}


/* =========================================================
   DESCRIPTION
   ========================================================= */

.todays-pick-content p {

  margin: 0 0 13px;

  color: rgba(255,255,255,.68);

  font-size: 12.5px;

  line-height: 1.5;

  max-width: 100%;

  display: -webkit-box;

  -webkit-line-clamp: 3;

  -webkit-box-orient: vertical;

  overflow: hidden;
}


/* =========================================================
   PRICE
   ========================================================= */

.todays-pick-price {

  display: flex;

  align-items: center;

  flex-wrap: wrap;

  gap: 7px;

  margin-bottom: 13px;
}


/* SELLING PRICE */

.todays-pick-price .price-sale {

  color: #ffd166;

  font-size: 22px;

  line-height: 1;

  font-weight: 900;

  letter-spacing: -.02em;
}


/* ORIGINAL PRICE */

.todays-pick-price .price-original {

  color: rgba(255,255,255,.42);

  font-size: 12px;

  line-height: 1;

  font-weight: 600;

  text-decoration: line-through;
}


/* DISCOUNT */

.todays-pick-price .price-discount {

  display: inline-flex;

  align-items: center;

  padding: 4px 7px;

  border-radius: 6px;

  background: #edf3e8;

  color: #285625;

  font-size: 9px;

  line-height: 1;

  font-weight: 900;

  white-space: nowrap;
}


/* =========================================================
   ACTION
   ========================================================= */

.todays-pick-action {

  width: 100%;

  display: flex;

  align-items: center;
}


.todays-pick-action .btn-customize {

  width: 100%;

  min-height: 44px;

  padding: 11px 18px;

  border: none;

  border-radius: 11px;

  background:
    linear-gradient(
      135deg,
      #ffd21a,
      #ffc400
    );

  color: #111;

  font-size: 13px;

  font-weight: 900;

  line-height: 1;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 7px;

  cursor: pointer;

  box-shadow:
    0 6px 15px rgba(255,194,0,.18);

  transition:
    transform .2s ease,
    box-shadow .2s ease;
}


.todays-pick-action .btn-customize:hover {

  transform: translateY(-1px);

  box-shadow:
    0 8px 18px rgba(255,194,0,.25);
}


.todays-pick-action .btn-customize:active {

  transform: scale(.98);
}


/* =========================================================
   ARROWS
   OVERLAY — DO NOT TAKE CARD WIDTH
   ========================================================= */

.todays-pick-arrow {

  position: absolute;

  top: 102px;

  z-index: 10;

  width: 34px;
  height: 34px;

  padding: 0;

  display: flex;

  align-items: center;
  justify-content: center;

  border: 1px solid rgba(255,255,255,.16);

  border-radius: 50%;

  background:
    rgba(22,42,25,.88);

  color: #fff;

  font-size: 11px;

  cursor: pointer;

  box-shadow:
    0 4px 12px rgba(0,0,0,.25);

  backdrop-filter: blur(5px);

  transition:
    transform .2s ease,
    background .2s ease;
}


.todays-pick-prev {

  left: 9px;
}


.todays-pick-next {

  right: 9px;
}


.todays-pick-arrow:hover {

  background: #2d5a27;

  transform: scale(1.06);
}


.todays-pick-arrow:active {

  transform: scale(.92);
}


/* =========================================================
   DOTS
   ========================================================= */

.todays-pick-dots {

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 5px;

  margin-top: 11px;

  min-height: 7px;
}


.todays-pick-dot {

  width: 6px;
  height: 6px;

  padding: 0;

  border: none;

  border-radius: 999px;

  background: rgba(255,255,255,.30);

  cursor: pointer;

  transition:
    width .25s ease,
    background .25s ease;
}


.todays-pick-dot.active {

  width: 20px;

  background: #ffd166;
}


/* =========================================================
   ONE ITEM
   ========================================================= */

.todays-pick-section[data-count="1"]
.todays-pick-arrow,

.todays-pick-section[data-count="1"]
.todays-pick-dots {

  display: none;
}


/* =========================================================
   VERY SMALL MOBILE
   ========================================================= */

@media (max-width: 380px) {

  .todays-pick-section {

    padding: 0 9px;

    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
  }


  .todays-pick-container {

    padding: 11px;

    border-radius: 19px;
  }


  .todays-pick-img-wrap {

    height: 185px;

    min-height: 185px;
  }


  .todays-pick-content {

    padding: 16px 14px 17px;
  }


  .todays-pick-content h2 {

    font-size: 20px;
  }


  .todays-pick-content p {

    font-size: 12px;

    -webkit-line-clamp: 3;
  }


  .todays-pick-price .price-sale {

    font-size: 20px;
  }


  .todays-pick-action .btn-customize {

    min-height: 42px;

    font-size: 12px;
  }


  .todays-pick-arrow {

    top: 92px;

    width: 31px;
    height: 31px;

    font-size: 10px;
  }

}


/* =========================================================
   TABLET
   ========================================================= */

@media (min-width: 600px) {

  .todays-pick-section {

    padding: 0 18px;
  }


  .todays-pick-container {

    padding: 18px;

    border-radius: 24px;
  }


  .todays-pick-badge {

    font-size: 11px;

    padding: 8px 14px;

    margin-bottom: 14px;
  }


  .todays-pick-img-wrap {

    height: 280px;

    min-height: 280px;
  }


  .todays-pick-content {

    padding: 22px 22px 23px;
  }


  .todays-pick-content h2 {

    font-size: 27px;
  }


  .todays-pick-content p {

    font-size: 14px;

    line-height: 1.55;

    max-width: 650px;
  }


  .todays-pick-price .price-sale {

    font-size: 25px;
  }


  .todays-pick-action .btn-customize {

    width: auto;

    min-width: 180px;

    min-height: 46px;
  }


  .todays-pick-arrow {

    top: 140px;

    width: 38px;
    height: 38px;

    font-size: 12px;
  }


  .todays-pick-prev {

    left: 11px;
  }


  .todays-pick-next {

    right: 11px;
  }

}


/* =========================================================
   DESKTOP
   IMAGE LEFT / CONTENT RIGHT
   ========================================================= */

@media (min-width: 900px) {

  .todays-pick-section {

    padding: 0 24px;

    margin-top: 2rem;
    margin-bottom: 2rem;
  }


  .todays-pick-container {

    padding: 20px;

    border-radius: 25px;
  }


  .todays-pick-badge {

    margin-bottom: 16px;

    font-size: 11px;

    padding: 8px 14px;
  }


  .todays-pick-card {

    display: grid;

    grid-template-columns: 46% 54%;

    min-height: 310px;

    border-radius: 19px;
  }


  .todays-pick-img-wrap {

    height: 310px;

    min-height: 310px;
  }


  .todays-pick-content {

    justify-content: center;

    padding: 30px 42px;
  }


  .todays-pick-content .eyebrow {

    font-size: 11px;

    margin-bottom: 7px;
  }


  .todays-pick-content h2 {

    font-size: 32px;

    line-height: 1.08;

    margin-bottom: 10px;
  }


  .todays-pick-content p {

    font-size: 15px;

    line-height: 1.6;

    max-width: 540px;

    margin-bottom: 17px;
  }


  .todays-pick-price {

    margin-bottom: 18px;
  }


  .todays-pick-price .price-sale {

    font-size: 27px;
  }


  .todays-pick-price .price-original {

    font-size: 13px;
  }


  .todays-pick-price .price-discount {

    font-size: 10px;

    padding: 5px 8px;
  }


  .todays-pick-action .btn-customize {

    min-height: 48px;

    min-width: 190px;

    padding: 12px 22px;

    font-size: 14px;

    border-radius: 12px;
  }


  .todays-pick-arrow {

    top: 50%;

    transform: translateY(-50%);

    width: 40px;
    height: 40px;

    font-size: 13px;
  }


  .todays-pick-arrow:hover {

    transform:
      translateY(-50%)
      scale(1.06);
  }


  .todays-pick-arrow:active {

    transform:
      translateY(-50%)
      scale(.92);
  }


  .todays-pick-prev {

    left: 28px;
  }


  .todays-pick-next {

    right: 28px;
  }


  .todays-pick-dots {

    margin-top: 13px;
  }

}


/* =========================================================
   LARGE DESKTOP
   ========================================================= */

@media (min-width: 1200px) {

  .todays-pick-container {

    padding: 22px;

    border-radius: 28px;
  }


  .todays-pick-card {

    grid-template-columns: 44% 56%;

    min-height: 350px;
  }


  .todays-pick-img-wrap {

    height: 350px;

    min-height: 350px;
  }


  .todays-pick-content {

    padding: 38px 55px;
  }


  .todays-pick-content h2 {

    font-size: 36px;
  }


  .todays-pick-content p {

    font-size: 15px;

    max-width: 580px;
  }


  .todays-pick-price .price-sale {

    font-size: 30px;
  }


  .todays-pick-arrow {

    width: 42px;
    height: 42px;
  }

}