.jedi-the-way-you-like-section {
    border-top: 1px solid #D8D8D9;
}

.jedi-the-way-you-like-section h2 {
    font-family: Inter;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 1.25;
    text-transform: none;
    color: #111;
}

.jedi-the-way-you-like-section h3 {
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.45;
    text-transform: none;
    color: #222;
}

.jedi-the-way-you-like-section .col-full {
    display: grid;
    background: transparent;
    color: var(--jr-text-soft);
    grid-template-columns: 50% 50%;
    padding-top: 22px;
    padding-bottom: 40px;
}

.jedi-the-way-you-like-container {
    padding-right: 10px;
    border-right: 1px solid #eee;
}

.jedi-the-way-you-like-heading {
    text-align: center;
    padding-bottom: 16px;
}

.jedi-the-way-you-like-section .jedi-sale-channels {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding-bottom: 18px;
}

.jedi-the-way-you-like-section .jedi-socials {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    justify-items: center;
    width: 90%;
    margin-left: 14px;
}

.jedi-the-way-you-like-section .jedi-sale-channels>div {
    width: 100%;
    display: flex;
    justify-content: center;
}

.jedi-the-way-you-like-section .jedi-socials>div {
    width: 34px;
}

.jedi-newsletter-container {
    padding-left: 45px;
    padding-top: 10px;
}

.jedi-newsletter-container h3 {
    margin: 0;
}

.jedi-newsletter-container .jedi-newsletter div.wpforms-container {
    padding: 0;
    margin: 0;
}

.jedi-newsletter-container .wpforms-container form {
    display: grid;
    grid-template-columns: 68% 42%;
    gap: 10px;
}

.jedi-newsletter-container .jedi-newsletter div.wpforms-container-full .wpforms-form .wpforms-field,
.jedi-newsletter-container .jedi-newsletter .wpforms-container form .wpforms-submit-container {
    margin-top: 15px;
}

.jedi-newsletter-extra {
    width: 90%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.jedi-newsletter-extra__item {
    font-size: 14px;
}

.jedi-newsletter-extra .dashicons {
    margin-right: 8px;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

.jedi-newsletter-extra .dashicons {
    margin-right: 4px;
}

@media (max-width: 1244px) {
    .jedi-newsletter-extra {
        gap: 10px 8px;
        width: 100%;
    }
}

@media (max-width: 992px) {
    .jedi-the-way-you-like-section .col-full {
        grid-template-columns: 1fr;
        padding-top: 22px;
        padding-bottom: 30px;
    }

    .jedi-the-way-you-like-container {
        padding-right: 0;
        border-right: none;
    }

    .jedi-the-way-you-like-heading {
        text-align: left;
    }

    .jedi-the-way-you-like-section .jedi-sale-channels {
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }

    .jedi-the-way-you-like-section .jedi-sale-channels>div {
        width: 140px;
    }

    .jedi-the-way-you-like-section .jedi-socials {
        grid-template-columns: repeat(8, 1fr);
        width: 90%;
        margin-left: 10px;
        padding-bottom: 20px;
    }

    .jedi-newsletter-container {
        padding-left: 0;
        padding-top: 20px;
    }

    .jedi-newsletter-extra {
        width: 100%;
    }
}

@media (max-width: 762px) {
    .jedi-the-way-you-like-section .jedi-sale-channels {
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;
    }

    .jedi-the-way-you-like-section .jedi-sale-channels>div {
        width: auto;
    }


    .jedi-the-way-you-like-section .jedi-socials {
        grid-template-columns: repeat(8, 1fr);
        gap: 12px;
    }

    .jedi-newsletter-container .wpforms-container form {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .jedi-newsletter-container .jedi-newsletter .wpforms-container form .wpforms-submit-container {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .jedi-newsletter-container .wpforms-form .wpforms-submit-container button[type="submit"] {
        width: 100%;
    }
}


@media (max-width: 492px) {
    .jedi-the-way-you-like-section .jedi-sale-channels {
        grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
        gap: 12px;
    }


    .jedi-the-way-you-like-section .jedi-socials {
        grid-template-columns: repeat(4, 1fr);
        gap: 10px 6px;
        padding-bottom: 10px;
    }

    .jedi-newsletter-container h3 {
        font-size: 1rem;
    }

    .jedi-newsletter-extra {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .jedi-newsletter-extra__item {
        font-size: 13px;
    }
}

/* ========================================================================== 
   Follow Us and newsletter module
   ========================================================================== */

body.jr-dark-commerce .jedi-the-way-you-like-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-top: 1px solid rgba(45, 166, 83, 0.28);
  border-bottom: 1px solid rgba(152, 169, 192, 0.16);
  background:
    radial-gradient(circle at 15% 0, rgba(45, 166, 83, 0.185), transparent 30rem),    
    radial-gradient(circle at 84% 5%, rgba(45, 166, 83, 0.125), transparent 30rem),    
    linear-gradient(180deg, #080C14, #04070c);
  color: var(--jr-text-soft) !important;
}

body.jr-dark-commerce .jedi-the-way-you-like-section::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(45, 166, 83, 0.62), transparent);
  box-shadow: 0 0 1.25rem rgba(45, 166, 83, 0.16);
  content: "";
  pointer-events: none;
}

body.jr-dark-commerce .jedi-the-way-you-like-section > * {
  position: relative;
  z-index: 1;
}

body.jr-dark-commerce .jedi-the-way-you-like-section h2,
body.jr-dark-commerce .jedi-the-way-you-like-section h3,
body.jr-dark-commerce .jedi-the-way-you-like-section h4 {
  position: relative;
  color: var(--jr-text) !important;
  font-weight: 700;
  letter-spacing: -0.025em;
}

body.jr-dark-commerce .jedi-the-way-you-like-section h3::after {
  display: block;
  width: 3.25rem;
  height: 1px;
  margin-top: 0.7rem;
  background: linear-gradient(90deg, var(--jr-green-light), transparent);
  box-shadow: 0 0 0.8rem rgba(45, 166, 83, 0.2);
  content: "";
}

body.jr-dark-commerce .jedi-the-way-you-like-section h2::after {
  display: block;
  width: 3.25rem;
  height: 1px;
  margin: 0.7rem auto 0;
  background: linear-gradient(90deg, transparent, var(--jr-green-light), transparent);
  box-shadow: 0 0 1rem rgba(45, 166, 83, 0.18);
  content: "";
}

@media (max-width: 992px) {
    body.jr-dark-commerce .jedi-the-way-you-like-section h2 {
        margin: 0;
        font-size: 24px;
    }

    body.jr-dark-commerce .jedi-the-way-you-like-section h2::after {
        margin: 0.7rem 0 0;
        background: linear-gradient(90deg, var(--jr-green-light), transparent);
        box-shadow: 0 0 0.8rem rgba(45, 166, 83, 0.2);
    }
}

@media ((max-width: 492px)) {
    body.jr-dark-commerce .jedi-the-way-you-like-section h2 {
        margin: 0;
        font-size: 26px;
    }

    body.jr-dark-commerce .jedi-the-way-you-like-section h3 {
        margin: 0;
        font-size: 20px;
    }
}

body.jr-dark-commerce .jedi-the-way-you-like-section p,
body.jr-dark-commerce .jedi-the-way-you-like-section li,
body.jr-dark-commerce .jedi-the-way-you-like-section label,
body.jr-dark-commerce .jedi-the-way-you-like-section span {
  color: var(--jr-text-soft) !important;
}

body.jr-dark-commerce .jedi-the-way-you-like-section small,
body.jr-dark-commerce .jedi-the-way-you-like-section .description,
body.jr-dark-commerce .jedi-the-way-you-like-section .form-description,
body.jr-dark-commerce .jedi-the-way-you-like-section .wpforms-field-description,
body.jr-dark-commerce .jedi-the-way-you-like-section .wpforms-field-sublabel {
  color: var(--jr-text);
}

body.jr-dark-commerce .jedi-the-way-you-like-section li::before,
body.jr-dark-commerce .jedi-the-way-you-like-section li::after,
body.jr-dark-commerce .jedi-the-way-you-like-section i {
  color: var(--jr-green-light) !important;
  opacity: 1 !important;
}

body.jr-dark-commerce .jedi-the-way-you-like-section a {
  color: var(--jr-text-soft) !important;
  text-decoration: none;
  transition:
    color 180ms ease,
    filter 180ms ease,
    transform 180ms ease;
    width: 120px;
}

body.jr-dark-commerce .jedi-the-way-you-like-section a:hover {
  color: var(--jr-text) !important;
  text-shadow: 0 0 0.8rem rgba(45, 166, 83, 0.12);
}

body.jr-dark-commerce .jedi-the-way-you-like-section a img {
  opacity: 1;
  transition:
    filter 180ms ease,
    transform 180ms ease;
}

body.jr-dark-commerce .jedi-the-way-you-like-section a:hover img {
  filter: brightness(1.08);
  transform: translateY(-0.125rem);
}

body.jr-dark-commerce .jedi-the-way-you-like-section img[alt*="jedi" i],
body.jr-dark-commerce .jedi-the-way-you-like-section img[title*="jedi" i] {
  filter:
    brightness(0)
    invert(1)
    drop-shadow(0 0 1rem rgba(255, 255, 255, 0.07));
  opacity: 0.9;
}

body.jr-dark-commerce .jedi-the-way-you-like-section :hover img[alt*="jedi" i] {
  filter:
    brightness(0)
    invert(1)
    drop-shadow(0 0 1rem rgba(255, 255, 255, 0.07));
  transform: translateY(-0.125rem);
}

body.jr-dark-commerce .jedi-the-way-you-like-section img[alt*="amazon" i],
body.jr-dark-commerce .jedi-the-way-you-like-section img[title*="amazon" i] {
  filter: brightness(1.45) contrast(1.05);
}

body.jr-dark-commerce .jedi-the-way-you-like-section [class*="newsletter"],
body.jr-dark-commerce .jedi-the-way-you-like-section [class*="subscribe"],
body.jr-dark-commerce .jedi-the-way-you-like-section [class*="right-column"] {
  border-color: rgba(152, 169, 192, 0.24) !important;
}

body.jr-dark-commerce .jedi-the-way-you-like-section form,
body.jr-dark-commerce .jedi-the-way-you-like-section .wpforms-container,
body.jr-dark-commerce .jedi-the-way-you-like-section .wpforms-form {
  background: transparent !important;
}

body.jr-dark-commerce .jedi-the-way-you-like-section div.wpforms-container-full .wpforms-form input[type="email"],
body.jr-dark-commerce .jedi-the-way-you-like-section div.wpforms-container-full .wpforms-form input[type="text"],
body.jr-dark-commerce .jedi-the-way-you-like-section div.wpforms-container-full .wpforms-form .wpforms-field input {
  border: 1px solid transparent;
  border-radius: 0.25rem;
  background:
    linear-gradient(180deg, #131a25, #0e141e) padding-box,
    linear-gradient(
      90deg,
      rgba(45, 166, 83, 0.3) 0%,
      rgba(69, 217, 107, 0.72) 25%,
      rgba(184, 246, 195, 0.92) 50%,
      rgba(69, 217, 107, 0.72) 75%,
      rgba(45, 166, 83, 0.3) 100%
    ) border-box;
  color: var(--jr-text);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 0.65rem 1.6rem rgba(0, 0, 0, 0.18),
    0 0 1.2rem rgba(45, 166, 83, 0.07);
}

body.jr-dark-commerce .jedi-the-way-you-like-section input::placeholder {
  color: var(--jr-text);
  opacity: 1;
}

body.jr-dark-commerce .jedi-the-way-you-like-section input[type="email"]:focus,
body.jr-dark-commerce .jedi-the-way-you-like-section input[type="text"]:focus,
body.jr-dark-commerce .jedi-the-way-you-like-section .wpforms-field input:focus {
  outline: 2px solid rgba(45, 166, 83, 0.22);
  outline-offset: 2px;
  background:
    linear-gradient(180deg, #182131, #111925) padding-box,
    linear-gradient(90deg, rgba(45, 166, 83, 0.54), var(--jr-green-light), rgba(45, 166, 83, 0.54)) border-box !important;
  box-shadow:
    0 0 0 1px rgba(45, 166, 83, 0.08),
    0 0 1.5rem rgba(45, 166, 83, 0.12);
}

body.jr-dark-commerce .jedi-the-way-you-like-section div.wpforms-container-full .wpforms-form button[type="submit"] {
  border: 1px solid var(--jr-green-light);
  border-radius: 0.25rem;
  background: linear-gradient(
    135deg,
    var(--jr-green-light),
    var(--jr-green)
  );
  color: #080a0e;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  box-shadow:
    0 0.55rem 1.3rem rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  transform: translateY(0);
  transition:
    filter 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

body.jr-dark-commerce .jedi-the-way-you-like-section div.wpforms-container-full .wpforms-form button[type="submit"]:hover{
  filter: brightness(1.06);
  transform: translateY(-0.0625rem);
  box-shadow:
    0 0.7rem 1.5rem rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.17);
}


/* ========================================================================== 
   Follow Us column divider
   ========================================================================== */

/**
 * Replace the original white divider and align the Follow Us accent.
 *
 * @package Jedi_Theme
 */
body.jr-dark-commerce .jedi-the-way-you-like-container {
  position: relative;
  padding-inline-end: 0.625rem;
  border-inline-end: 0 !important;
}

body.jr-dark-commerce .jedi-the-way-you-like-container::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 0;
  width: 1px;
  height: 72%;
  background:
    linear-gradient(
      180deg,
      transparent 0%,
      rgba(152, 169, 192, 0.14) 16%,
      rgba(111, 203, 255, 0.24) 38%,
      rgba(69, 217, 107, 0.36) 50%,
      rgba(111, 203, 255, 0.24) 62%,
      rgba(152, 169, 192, 0.14) 84%,
      transparent 100%
    );
  box-shadow: 0 0 0.7rem rgba(69, 217, 107, 0.08);
  content: "";
  transform: translateY(-50%);
  pointer-events: none;
}



@media (max-width: 768px) {
  body.jr-dark-commerce .jedi-the-way-you-like-container {
    padding-inline-end: 0;
    border-inline-end: 0 !important;
  }

  body.jr-dark-commerce .jedi-the-way-you-like-container::after {
    content: none;
  }
}