/** Shopify CDN: Minification failed

Line 129:22 Expected ")" to end URL token

**/
/* ========================================
   CUSTOM FEATURED PRODUCTS SECTION
   ======================================== */

.section-wrapper.custom-featured-products {
  padding-top: var(--padding-top, 40px);
  padding-bottom: var(--padding-bottom, 40px);
  background-color: #ffffff;
}

/* ========================================
   HEADER SECTION
   ======================================== */

.custom-featured-header {
  text-align: left;
  margin-bottom: 32px;
}

.custom-featured-subheading {
  font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: 103%; /* 16.48px */
    letter-spacing: 1.28px;
    text-transform: uppercase;
  font-family: "korolev", sans-serif;
  color: #70D44B;
  margin-bottom: 14px;
}

.custom-featured-title {
  font-size: 32px;
    font-style: italic;
    font-weight: 500;
    line-height: 120%;
    color: #000;
  font-family: "korolev", sans-serif;
}

.custom-featured-title span {
  color: #70D44B!important;
}
/* ========================================
   FLEX LAYOUT
   ======================================== */

.custom-featured-flex-container {
  display: flex;
  gap: 40px;
  align-items: stretch;
}

.custom-featured-left-column {
  flex: 0 0 30%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.custom-featured-right-column {
  flex: 0 0 70%;
  position: relative;
  cursor: pointer;
}

.custom-featured-right-column::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.88) 100%);
  z-index: 2;
  pointer-events: none;
  border-radius: 12px;
}

/* ========================================
   SIDE CARDS (LEFT COLUMN)
   ======================================== */

.custom-featured-side-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: all 0.3s ease;
  min-height: 280px;
  position: relative;
  border-radius: 8px;
  cursor: pointer;
background: linear-gradient(270deg,#438a2a 0%, #4DB929 74.38%), #4DB929;
background-blend-mode: normal, multiply, soft-light, normal;
padding: 9px;
}

.custom-featured-side-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(112, 212, 75, 0.9) 0%, rgba(94, 198, 58, 0.85) 100%);
  z-index: 1;
}

.custom-featured-side-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: var(--bg-image);
  background-size: auto;
  background-position: right center;
  background-repeat: no-repeat;
  z-index: 2;
}

.custom-featured-side-card[data-bg-image] {
  --bg-image: url(attr(data-bg-image));
}

.custom-featured-side-card:hover {
  box-shadow: 0 1px 12px 2px #70D44B;
}

.custom-featured-side-card-night:hover {
  box-shadow: 0 1px 12px 2px #6B7280;
}

.custom-featured-hero:hover {
  box-shadow: 0 1px 12px 2px #6B7280;
}

.custom-featured-side-content {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  position: relative;
  z-index: 3;
  max-width: 180px;
}

.custom-featured-label {
  margin-bottom: 8px;
  color: #fff;
  font-family: "korolev", sans-serif;
font-size: 14px;
font-style: italic;
font-weight: 700;
line-height: 103%; /* 14.42px */
letter-spacing: 1.12px;
text-transform: uppercase;
}

.custom-featured-label-night {
  color: #70d44b;
}

.custom-featured-side-card-night .custom-featured-side-title, .custom-featured-side-card-night .custom-featured-side-price strong, .custom-featured-side-card-night .price-currency, .custom-featured-side-card-night .custom-featured-side-price {
    color: #fff;
}

.custom-featured-side-title {
  font-family: "korolev", sans-serif;
font-size: 24px;
font-style: italic;
font-weight: 700;
line-height: 120%; /* 28.8px */
color: #000;
margin-bottom: 8px;
}

.custom-featured-title-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.custom-featured-title-link:hover {
  color: #70D44B;
}

.custom-featured-title-link.light:hover {
  color: #244C1B;
}

.custom-featured-side-price {
  color: #000;
font-family: "nexa-text", sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 300;
line-height: 103%; /* 12.36px */
}

.custom-featured-side-price strong {
  color: #000;
font-family: "korolev", sans-serif;
font-size: 24px;
font-style: italic;
font-weight: 700;
line-height: 120%; /* 28.8px */
display: inline;
margin-top: 3px;
}

.price-currency {
color: #000;
font-family: "nexa-text", sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 300;
line-height: 103%; /* 12.36px */
}

.custom-featured-side-actions {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.btn-atc-white {
  display: inline-flex;
  padding: 15px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 2px;
  border: 0.5px solid #39931D;
  background: linear-gradient(90deg, #ffffff 0%, #EFFCE9 100%);
  cursor: pointer;
  transition: box-shadow 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.btn-atc-white:hover {
  border-radius: 2px;
  border: 0.5px solid #2D701B;
  background: linear-gradient(90deg, #2D701B 0%, #2D701B 4.24%, #EFFCE9 4.24%, #EFFCE9 8.65%, #FFF 100%);
  box-shadow: 0 0 4px 0 #39931D, 0 0 40px 8px rgba(147, 227, 115, 0.40);
}

.btn-atc-white.is-loading,
.btn-atc-green.is-loading {
  position: relative;
  pointer-events: none;
}

.btn-atc-white.is-loading .btn-atc-white__icon,
.btn-atc-green.is-loading .btn-atc-green__icon {
  opacity: 0.2;
}

.btn-atc-white.is-loading::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid rgba(36, 76, 27, 0.25);
  border-top-color: #244C1B;
  animation: custom-featured-atc-spin 0.8s linear infinite;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.btn-atc-green.is-loading::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #ffffff;
  animation: custom-featured-atc-spin 0.8s linear infinite;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@keyframes custom-featured-atc-spin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

.btn-atc-white__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-atc-white__icon--left {
  position: relative;
  width: 25px;
  height: 25px;
}

.btn-atc-white__icon-img {
  width: 25px;
  height: 25px;
  aspect-ratio: 1 / 1;
  display: block;
  transition: opacity 0.3s ease;
}

.btn-atc-white__icon-img--hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.btn-atc-white:hover .btn-atc-white__icon-img {
  opacity: 0;
}

.btn-atc-white:hover .btn-atc-white__icon-img--hover {
  opacity: 1;
}

.btn-atc-white__icon--right {
  position: relative;
  width: 20px;
  height: 20px;
}

.btn-atc-white__icon-svg {
  width: 20px;
  height: 20px;
  aspect-ratio: 1 / 1;
  display: block;
  transition: opacity 0.3s ease;
}

.btn-atc-white__icon-svg--hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.btn-atc-white:hover .btn-atc-white__icon-svg {
  opacity: 0;
}

.btn-atc-white:hover .btn-atc-white__icon-svg--hover {
  opacity: 1;
}

.custom-featured-action-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  padding: 0;
}

.custom-featured-action-btn:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.1);
}

.custom-featured-action-info {
  margin-left: auto;
}

/* Night card dark overlay */
.custom-featured-side-card-night::before {
  border-radius: 8px;
    border: 1px solid #000;
    background: linear-gradient(90deg, #1F2937 0%, #000 100%), #1F2937;
    background-blend-mode: normal, multiply, soft-light, normal;
  z-index: 1;
}

/* ========================================
   HERO CARD (RIGHT COLUMN)
   ======================================== */

.custom-featured-hero {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 12px;
  padding: 20px 15px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-height: 600px;
  position: relative;
  overflow: hidden;
  border: 1px solid #70D44B;
  cursor: pointer;
}

/* Top Icons */
.custom-featured-hero-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-icon-left,
.hero-icon-right {
  width: auto;
  height: 121px;
  object-fit: contain;
}

.hero-icon-right {
    margin-right: -30px;
}

/* Product Display Section */
.custom-featured-hero-product {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 2;
}

.custom-featured-hero-image {
  width: 100%;
  text-align: center;
}

.custom-featured-hero-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: inline-block;
  max-height: 350px;
}

.custom-featured-hero-details {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 0 15px;
}

.custom-featured-hero-col-left {
  flex: 1;
}

.custom-featured-hero-col-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}

.custom-featured-hero-content {
  position: relative;
  z-index: 3;
}

.custom-featured-hero-label {
  color: #70D44B;
font-family: "korolev", sans-serif;
font-size: 14px;
font-style: italic;
font-weight: 700;
line-height: 103%; /* 14.42px */
letter-spacing: 1.12px;
text-transform: uppercase;
}

.custom-featured-hero-title {
  color: #fff;
font-family: "korolev", sans-serif;
font-size: 24px;
font-style: italic;
font-weight: 700;
line-height: 120%; /* 28.8px */
}

.custom-featured-hero-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  position: relative;
  z-index: 3;
}

.custom-featured-hero-price {
  font-size: 16px;
}

.custom-featured-hero-price strong {
  color: #fff;
    font-family: "korolev", sans-serif;
    font-size: 28px;
    font-style: italic;
    font-weight: 700;
    line-height: 120%; /* 33.6px */
}

.custom-featured-hero-form {
  display: inline-block;
}

.custom-featured-cart-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  padding: 0;
}

.custom-featured-cart-btn:hover {
  background: rgba(255, 255, 255, 0.35);
  border-color: rgba(255, 255, 255, 0.6);
  transform: scale(1.1);
}

.custom-featured-hero-price .price-currency {
    color: #fff;
font-family:  "nexa-text", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 103%; /* 16.48px */
}

/* ========================================
   TABLET RESPONSIVE
   ======================================== */

@media (min-width: 640px) and (max-width: 1024px) {
  .custom-featured-left-column {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }

  .custom-featured-side-card {
    flex: 1;
  }
}

@media (max-width: 1024px) {
  .custom-featured-flex-container {
    flex-direction: column;
    gap: 32px;
  }

  .custom-featured-left-column {
    flex: 0 0 auto;
  }

  .custom-featured-right-column {
    flex: 0 0 auto;
  }

  .custom-featured-title {
    font-size: 32px;
  }

  .custom-featured-side-title {
    font-size: 24px;
  }

  .custom-featured-hero-title {
    font-size: 32px;
  }

  .custom-featured-side-content {
    padding: 20px;
  }

  .custom-featured-hero {
    padding: 32px;
    min-height: 400px;
  }

  .custom-featured-hero-image img {
    max-height: 280px;
  }

  .hero-icon-left,
  .hero-icon-right {
    height: 60px;
  }
}

/* ========================================
   MOBILE RESPONSIVE
   ======================================== */

@media (max-width: 768px) {
  .section-wrapper.custom-featured-products {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .custom-featured-header {
    margin-bottom: 32px;
  }

  .custom-featured-title {
    font-size: 24px;
  }

  .custom-featured-flex-container {
    gap: 24px;
  }

  .custom-featured-left-column {
    gap: 20px;
  }

  .custom-featured-side-content {
    padding: 16px;
  }

  .custom-featured-side-title {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .custom-featured-side-price {
    font-size: 13px;
  }

  .custom-featured-side-price strong {
    font-size: 20px;
    margin-top: 2px;
  }

  .custom-featured-side-actions {
    gap: 10px;
    margin-top: 12px;
  }

  .custom-featured-action-btn {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .custom-featured-hero {
    padding: 24px;
    min-height: 350px;
    gap: 24px;
  }

  .custom-featured-hero-title {
    font-size: 24px;
  }

  .custom-featured-hero-details {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .custom-featured-hero-image img {
    max-height: 220px;
  }

  .custom-featured-cart-btn {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }

  .custom-featured-side-card {
    min-height: 240px;
  }

  .hero-icon-left,
  .hero-icon-right {
    height: 50px;
  }
}

@media (max-width: 480px) {
  .custom-featured-title {
    font-size: 20px;
  }

  .custom-featured-subheading {
    font-size: 10px;
  }

  .custom-featured-side-title {
    font-size: 18px;
  }

  .custom-featured-hero-title {
    font-size: 20px;
  }

  .custom-featured-hero {
    padding: 16px;
    min-height: 300px;
  }

  .custom-featured-hero-image img {
    max-height: 180px;
  }

  .hero-icon-left,
  .hero-icon-right {
    height: 40px;
  }
}

/* ========================================
   ACCESSIBILITY
   ======================================== */

.custom-featured-action-btn:focus-visible,
.custom-featured-cart-btn:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

/* ========================================
   DARK MODE SUPPORT
   ======================================== */

@media (prefers-color-scheme: dark) {
  .custom-featured-side-card {
    border-color: #2a2a2a;
  }

}
