/** Shopify CDN: Minification failed

Line 202:0 Unexpected "<"
Line 245:6 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:made-for (INDEX:5) */
/* Large Devices, Wide Screens */

@media only screen and (max-width : 4000px) {
.madefor {
    
    font-family: Futura Condensed Extra Bold;
    font-size: 71px;
  	letter-spacing: -3px;
    color: #161616!important;
    padding: 0px 30px 0px 30px;
    text-align: center;
         }
  
    .left{
  margin: 5px;
  }
  .right{
  margin: 5px;
  }
    }

    /* Medium Devices, Desktops */

    @media only screen and (max-width: 1500px) {
.madefor {
    
    font-family: Futura Condensed Extra Bold;
    font-size: 63px;
  	letter-spacing: -3px;
    color: #161616!important;
      padding: 0px 30px 0px 30px;
  text-align: center;
}
      
        .left{
  margin: 5px;
  }
  .right{
  margin: 5px;
  }
    }

    /* Small Devices, Tablets */

    @media only screen and (max-width: 1000px) {
.madefor {
   
    font-family: Futura Condensed Extra Bold;
    font-size: 48px;
  	letter-spacing: -3px;
    color: #161616!important;
      padding: 0px 30px 0px 30px;
  text-align: center;
}
      
        .left{
  margin: 5px;
  }
  .right{
  margin: 5px;
  }
    }

    /* Extra Small Devices, Phones */

    @media only screen and (max-width: 480px) {
.madefor {
    
    font-family: Futura Condensed Extra Bold;
    font-size: 30px;
  	letter-spacing: -2px;
    color: #161616!important;
    padding: 0px 30px 0px 30px;
    text-align: center;
}
    }

    /* Custom, iPhone Retina */

    @media only screen and (max-width: 320px) {
   
     
      }

   .madefordes{
     text-align: center;
     font-size: 20px;
     padding-bottom: 10px;
	 margin: 0px 5px;
   }
/* END_SECTION:made-for */

/* START_SECTION:brand-ambassadors (INDEX:10) */
/* CSS for the Brand Ambassadors section goes here */
/* END_SECTION:brand-ambassadors */

/* START_SECTION:madefor (INDEX:37) */
/* Large Devices, Wide Screens */

@media only screen and (max-width : 4000px) {
.madefor {
    
    font-family: Futura Condensed Extra Bold;
    font-size: 71px;
  	letter-spacing: -3px;
    color: #161616!important;
    padding: 0px 30px 0px 30px;
    text-align: center;
         }
  
    .left{
  margin: 5px;
  }
  .right{
  margin: 5px;
  }
    }

    /* Medium Devices, Desktops */

    @media only screen and (max-width: 1500px) {
.madefor {
    
    font-family: Futura Condensed Extra Bold;
    font-size: 63px;
  	letter-spacing: -3px;
    color: #161616!important;
      padding: 0px 30px 0px 30px;
  text-align: center;
}
      
        .left{
  margin: 5px;
  }
  .right{
  margin: 5px;
  }
    }

    /* Small Devices, Tablets */

    @media only screen and (max-width: 1000px) {
.madefor {
   
    font-family: Futura Condensed Extra Bold;
    font-size: 48px;
  	letter-spacing: -3px;
    color: #161616!important;
      padding: 0px 30px 0px 30px;
  text-align: center;
}
      
        .left{
  margin: 5px;
  }
  .right{
  margin: 5px;
  }
    }

    /* Extra Small Devices, Phones */

    @media only screen and (max-width: 480px) {
.madefor {
    
    font-family: Futura Condensed Extra Bold;
    font-size: 30px;
  	letter-spacing: -2px;
    color: #161616!important;
    padding: 0px 30px 0px 30px;
    text-align: center;
}
    }

    /* Custom, iPhone Retina */

    @media only screen and (max-width: 320px) {
   
     
      }

   .madefordes{
     text-align: center;
     font-size: 20px;
     padding-bottom: 10px;
	 margin: 0px 5px;
   }
/* END_SECTION:madefor */

/* START_SECTION:testsection (INDEX:72) */
<style>
        .custom-button-section {
          text-align: center;
        }

        .btnwrap {
          margin-bottom: 20px;
        }

        .shopbtn {
          display: inline-block;
          padding: 10px 20px;
          text-decoration: none;
          font-weight: bold;

        }

        .ratingsec {
          font-size: 14px;
          text-align: center;
        }

        .btnwrap {
          text-align: center;
        }

    .shopbtn {
      transition: background-color 0.3s ease;
    }

    .shopbtn:hover {
      background-color: #333;
    }

    .shopbtn img {
    transition: margin-left 0.3s ease;
  }

  .shopbtn:hover img {
    margin-left: 5px;
  }


      </style>
/* END_SECTION:testsection */

/* START_SECTION:ws-before-after (INDEX:75) */
.ws-before-after .ws-eyebrow { margin-bottom: 16px; }

.ws-ba {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--ws-line, #e7e0d2);
  margin-top: clamp(20px, 3vw, 28px);
}
.ws-ba__side { position: relative; }
.ws-ba__img {
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  background: var(--ws-warm-2, #efe9dd);
}
.ws-ba__tag {
  position: absolute;
  top: 14px;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 2px;
  z-index: 1;
}
.ws-ba__tag--before {
  left: 14px;
  background: var(--ws-ink, #191713);
  color: #fff;
}
.ws-ba__tag--after {
  right: 14px;
  background: var(--ws-accent, #d81f2a);
  color: #fff;
}
.ws-ba__caption {
  font-size: 12.5px;
  color: var(--ws-steel, #857f73);
  margin-top: 14px;
}
/* END_SECTION:ws-before-after */

/* START_SECTION:ws-faq (INDEX:76) */
.ws-faq__wrap {
  display: grid;
  gap: clamp(32px, 5vw, 64px);
}
.ws-faq__head { max-width: 52ch; }

.ws-faq__list {
  border-top: 1px solid var(--ws-line, #e7e0d2);
}
.ws-faq__item {
  border-bottom: 1px solid var(--ws-line, #e7e0d2);
}
.ws-faq__q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  font-size: clamp(1rem, 1.3vw, 1.05rem);
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  letter-spacing: -.01em;
}
.ws-faq__q::-webkit-details-marker { display: none; }
.ws-faq__icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1.5px solid var(--ws-line, #e7e0d2);
  position: relative;
  transition: background .2s, border-color .2s;
}
.ws-faq__icon::before,
.ws-faq__icon::after {
  content: '';
  position: absolute;
  background: var(--ws-ink, #191713);
  border-radius: 2px;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity .2s, transform .2s;
}
.ws-faq__icon::before { width: 10px; height: 1.5px; }
.ws-faq__icon::after  { width: 1.5px; height: 10px; }

details[open] .ws-faq__icon { background: var(--ws-accent, #d81f2a); border-color: var(--ws-accent, #d81f2a); }
details[open] .ws-faq__icon::before,
details[open] .ws-faq__icon::after { background: #fff; }
details[open] .ws-faq__icon::after { transform: translate(-50%, -50%) rotate(90deg); opacity: 0; }

.ws-faq__a {
  padding: 0 0 22px;
  font-size: clamp(.9rem, 1.2vw, 1rem);
  color: var(--ws-ink-soft, #3a352d);
  line-height: 1.7;
  max-width: 68ch;
}

@media (min-width: 820px) {
  .ws-faq__wrap { grid-template-columns: 1fr 2fr; align-items: start; }
  .ws-faq__head { position: sticky; top: 100px; }
}
/* END_SECTION:ws-faq */

/* START_SECTION:ws-final-cta (INDEX:77) */
.ws-final-cta .ws-eyebrow { color: #bdb29c; }

.ws-final-cta__grid {
  display: grid;
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}

/* buy card */
.ws-cta-buy {
  background: #221e18;
  border: 1px solid #322c23;
  border-radius: 4px;
  padding: clamp(24px, 3vw, 32px);
}
.ws-cta-buy__price {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -.02em;
}

/* risk checklist */
.ws-risk { margin-top: 18px; display: grid; gap: 12px; }
.ws-risk__item {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  font-size: 13.5px;
  color: #cfc6b5;
}
.ws-risk__tick {
  flex-shrink: 0;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: #221e18;
  border: 1px solid #3a3328;
  display: flex; align-items: center; justify-content: center;
}
.ws-risk__tick svg { width: 12px; height: 12px; stroke: var(--ws-accent, #d81f2a); }

/* upsell */
.ws-upsell {
  margin-top: clamp(20px, 3vw, 28px);
  background: #221e18;
  border: 1px solid #322c23;
  border-radius: 4px;
  padding: 18px;
  display: flex;
  gap: 16px;
  align-items: center;
}
.ws-upsell__img { flex-shrink: 0; }
.ws-upsell__photo {
  width: 84px; height: 84px;
  object-fit: cover;
  border-radius: 3px;
  display: block;
  background: #2a261f;
}
.ws-upsell__body { flex: 1; }
.ws-upsell__tag {
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ws-accent, #d81f2a);
  font-weight: 600;
}
.ws-upsell__title {
  color: #fff;
  font-size: 15.5px;
  margin: 4px 0 3px;
  letter-spacing: -.01em;
}
.ws-upsell__desc { font-size: 13px; color: #cfc6b5; }
.ws-upsell__btn {
  background: transparent;
  border: 1.5px solid var(--ws-accent, #d81f2a);
  color: #fff;
  border-radius: 2px;
  padding: 11px 16px;
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  font-family: var(--ws-sans, sans-serif);
  white-space: nowrap;
  transition: background .2s;
}
.ws-upsell__btn:hover { background: var(--ws-accent, #d81f2a); }

@media (min-width: 820px) {
  .ws-final-cta__grid { grid-template-columns: 1.1fr .9fr; }
}
/* END_SECTION:ws-final-cta */

/* START_SECTION:ws-grit-guide (INDEX:78) */
.ws-grit-guide .ws-eyebrow { margin-bottom: 16px; }
.ws-grits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--ws-line-strong, #d8cfbd);
  border: 1px solid var(--ws-line-strong, #d8cfbd);
  border-radius: 4px;
  overflow: hidden;
  margin-top: clamp(24px, 3vw, 36px);
}
.ws-grit {
  background: var(--ws-paper, #fff);
  padding: 30px 24px;
}
.ws-grit__bar {
  height: 5px;
  border-radius: 3px;
  margin-bottom: 18px;
  background: linear-gradient(90deg, var(--ws-accent, #d81f2a) var(--w, 25%), var(--ws-sand, #e6dccb) var(--w, 25%));
}
.ws-grit__num {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: 1;
}
.ws-grit__num span { color: var(--ws-accent, #d81f2a); }
.ws-grit__label {
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ws-steel, #857f73);
  margin: 6px 0 12px;
  font-weight: 600;
}
.ws-grit__desc { font-size: 14px; color: var(--ws-ink-soft, #3a352d); line-height: 1.5; }

@media (min-width: 820px) {
  .ws-grits { grid-template-columns: repeat(4, 1fr); }
}
/* END_SECTION:ws-grit-guide */

/* START_SECTION:ws-how-to (INDEX:79) */
.ws-how-to { background: var(--ws-paper, #fff); }
.ws-how-to__steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(16px, 2vw, 24px);
  margin-top: clamp(32px, 4vw, 48px);
}
.ws-how-to__img {
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 3px;
  margin-bottom: 16px;
  display: block;
  background: var(--ws-warm-2, #efe9dd);
}
.ws-how-to__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.ws-how-to__num {
  width: 30px; height: 30px;
  border-radius: 50%;
  background: var(--ws-ink, #191713);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 700;
  flex-shrink: 0;
}
.ws-how-to__lbl {
  font-size: 13px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--ws-steel, #857f73);
  font-weight: 600;
}
.ws-how-to__title { font-size: 18px; margin-bottom: 6px; letter-spacing: -.01em; }
.ws-how-to__body  { font-size: 14px; color: var(--ws-ink-soft, #3a352d); line-height: 1.55; }

@media (min-width: 820px) {
  .ws-how-to__steps { grid-template-columns: repeat(4, 1fr); }
}
/* END_SECTION:ws-how-to */

/* START_SECTION:ws-no-skill (INDEX:80) */
.ws-no-skill { background: var(--ws-paper, #fff); }

.ws-noskill-feature {
  display: grid;
  gap: clamp(28px, 4vw, 60px);
  align-items: center;
  margin-top: clamp(20px, 3vw, 32px);
}
.ws-noskill-feature__img {
  aspect-ratio: 5 / 4;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 3px;
  display: block;
  background: var(--ws-warm-2, #efe9dd);
}
.ws-noskill-feature__body h3 {
  margin-bottom: 14px;
}
.ws-noskill-feature__body p {
  color: var(--ws-ink-soft, #3a352d);
  margin-bottom: 16px;
  font-size: clamp(1rem, 1.3vw, 1.1rem);
  line-height: 1.65;
}
.ws-noskill-feature__body p:last-of-type { margin-bottom: 0; }

.ws-noskill-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.ws-pill {
  font-size: 12.5px;
  letter-spacing: .04em;
  border: 1px solid var(--ws-line-strong, #d8cfbd);
  background: var(--ws-paper, #fff);
  border-radius: 100px;
  padding: 8px 15px;
  color: var(--ws-ink-soft, #3a352d);
}

@media (min-width: 820px) {
  .ws-noskill-feature { grid-template-columns: 1fr 1fr; }
  .ws-noskill-feature__media { order: 2; }
}
/* END_SECTION:ws-no-skill */

/* START_SECTION:ws-social-proof (INDEX:81) */
.ws-social-proof { background: var(--ws-paper, #fff); }
.ws-social-proof .ws-sec__head { margin-bottom: clamp(28px, 4vw, 44px); }

/* chef carousel */
.ws-chefs-wrap { position: relative; }
.ws-chefs__track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding: 8px 0;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.ws-chefs__track::-webkit-scrollbar { display: none; }
.ws-chef { flex: 0 0 220px; scroll-snap-align: start; }
.ws-chef__img {
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 3px;
  margin-bottom: 14px;
  display: block;
  background: var(--ws-warm-2, #efe9dd);
}
.ws-chef__name { font-size: 15px; letter-spacing: -.01em; margin: 0 0 3px; }
.ws-chef__role { font-size: 13px; color: var(--ws-accent, #d81f2a); font-weight: 600; line-height: 1.4; }
.ws-chef__loc  { font-size: 13px; color: var(--ws-steel, #857f73); }

.ws-chefs__nav {
  position: absolute;
  top: calc(50% - 32px);
  width: 46px; height: 46px;
  border-radius: 50%;
  border: 1px solid var(--ws-line-strong, #d8cfbd);
  background: rgba(255,255,255,.94);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; z-index: 3;
  transition: background .2s, border-color .2s, opacity .25s;
  box-shadow: 0 6px 20px rgba(0,0,0,.08);
}
.ws-chefs__nav:hover { border-color: var(--ws-accent, #d81f2a); background: #fff; }
.ws-chefs__nav svg { width: 18px; height: 18px; stroke: var(--ws-ink, #191713); stroke-width: 2; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.ws-chefs__nav--prev { left: -10px; }
.ws-chefs__nav--next { right: -10px; }
.ws-chefs__nav[disabled] { opacity: 0; pointer-events: none; }
@media (max-width: 560px) { .ws-chefs__nav--prev { left: 0; } .ws-chefs__nav--next { right: 0; } }

/* press logos */
.ws-press-row { margin-top: clamp(44px, 6vw, 72px); }
.ws-press-row .ws-eyebrow { margin-bottom: 24px; }
.ws-press {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 5vw, 60px);
}
.ws-press__logo {
  height: 30px;
  width: auto;
  object-fit: contain;
  filter: grayscale(1);
  opacity: .62;
  transition: filter .25s, opacity .25s;
  display: block;
}
.ws-press__logo:hover { filter: grayscale(0); opacity: 1; }
@media (min-width: 760px) { .ws-press__logo { height: 34px; } }

/* photo reviews + quotes */
.ws-reviews-row { margin-top: clamp(44px, 6vw, 72px); }
.ws-rev-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 8px;
}
.ws-rev-grid__img {
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 3px;
  display: block;
  background: var(--ws-warm-2, #efe9dd);
}
@media (min-width: 720px) { .ws-rev-grid { grid-template-columns: repeat(4, 1fr); } }

.ws-quotes {
  display: grid;
  gap: 20px;
  margin-top: 24px;
}
.ws-quote {
  background: var(--ws-paper, #fff);
  border: 1px solid var(--ws-line, #e7e0d2);
  border-radius: 4px;
  padding: 24px;
}
.ws-quote__stars { color: var(--ws-star, #b8863b); font-size: 14px; margin-bottom: 10px; }
.ws-quote__text  { font-size: 15.5px; color: var(--ws-ink, #191713); line-height: 1.55; }
.ws-quote__who   { font-size: 13px; color: var(--ws-steel, #857f73); margin-top: 12px; }
.ws-quote__who b { color: var(--ws-ink, #191713); font-weight: 600; }
.ws-quote__verified { color: var(--ws-accent, #d81f2a); }
@media (min-width: 720px) { .ws-quotes { grid-template-columns: repeat(3, 1fr); } }
/* END_SECTION:ws-social-proof */

/* START_SECTION:ws-sticky-buy (INDEX:82) */
.ws-sticky-buy { display: contents; }

.ws-sticky-bar {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 80;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid var(--ws-line-strong, #d8cfbd);
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px var(--ws-pad, clamp(20px,5vw,72px));
  transform: translateY(110%);
  transition: transform .35s cubic-bezier(.2,.7,.2,1);
  box-shadow: 0 -8px 30px rgba(0,0,0,.08);
  font-family: var(--ws-sans, sans-serif);
}
.ws-sticky-bar--show { transform: translateY(0); }

.ws-sticky-bar__thumb { flex-shrink: 0; }
.ws-sticky-bar__img {
  width: 48px; height: 48px;
  object-fit: cover;
  border-radius: 3px;
  display: block;
  background: var(--ws-warm-2, #efe9dd);
}
.ws-sticky-bar__info { flex: 1; min-width: 0; }
.ws-sticky-bar__title {
  font-size: 13.5px;
  letter-spacing: -.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 2px;
}
.ws-sticky-bar__price {
  font-size: 12px;
  color: var(--ws-steel, #857f73);
  margin: 0;
}

/* desktop: hide the sticky bar */
@media (min-width: 760px) {
  .ws-sticky-bar { display: none !important; }
}
/* END_SECTION:ws-sticky-buy */

/* START_SECTION:ws-trust-strip (INDEX:83) */
.ws-trust-strip {
  border-top: 1px solid var(--ws-line, #e7e0d2);
  border-bottom: 1px solid var(--ws-line, #e7e0d2);
  background: #fff;
  font-family: var(--ws-sans, sans-serif);
}
.ws-trust-strip__row {
  max-width: var(--ws-maxw, 1360px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.ws-trust-strip__cell {
  padding: 20px var(--ws-pad, clamp(20px, 5vw, 72px));
  text-align: center;
  border-bottom: 1px solid var(--ws-line, #e7e0d2);
  border-right: 1px solid var(--ws-line, #e7e0d2);
}
.ws-trust-strip__cell:nth-child(2n) { border-right: none; }
.ws-trust-strip__ico {
  width: 30px; height: 30px;
  margin: 0 auto 11px; display: block;
  stroke: var(--ws-accent, #d81f2a);
  stroke-width: 1.6; fill: none;
  stroke-linecap: round; stroke-linejoin: round;
}
.ws-trust-strip__label {
  font-size: 12px; letter-spacing: .14em;
  text-transform: uppercase; font-weight: 600;
  color: var(--ws-ink, #191713);
}
.ws-trust-strip__sub {
  font-size: 12px; color: var(--ws-steel, #857f73); margin-top: 3px;
}
@media (min-width: 760px) {
  .ws-trust-strip__row { grid-template-columns: repeat(4, 1fr); }
  .ws-trust-strip__cell { border-bottom: none; }
  .ws-trust-strip__cell:nth-child(2n) { border-right: 1px solid var(--ws-line, #e7e0d2); }
  .ws-trust-strip__cell:last-child { border-right: none; }
}
/* END_SECTION:ws-trust-strip */

/* START_SECTION:ws-whats-included (INDEX:84) */
.ws-whats-included .ws-incl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--ws-line, #e7e0d2);
  border: 1px solid var(--ws-line, #e7e0d2);
  border-radius: 4px;
  overflow: hidden;
  margin-top: clamp(32px, 4vw, 48px);
}
.ws-whats-included .ws-incl__item { background: #fff; padding: 24px 22px; }
.ws-whats-included .ws-incl__img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  border-radius: 2px;
  margin-bottom: 16px;
  display: block;
  background: var(--ws-warm-2, #efe9dd);
}
.ws-whats-included .ws-incl__img--cover  { object-fit: cover; }
.ws-whats-included .ws-incl__img--contain { object-fit: contain; background: #fff; padding: 8px; }
.ws-whats-included .ws-incl__num   { font-size: 12px; color: var(--ws-accent, #d81f2a); font-weight: 600; letter-spacing: .1em; }
.ws-whats-included .ws-incl__title { font-size: 16px; margin: 6px 0 4px; letter-spacing: -.01em; }
.ws-whats-included .ws-incl__caption { font-size: 13.5px; color: var(--ws-steel, #857f73); line-height: 1.5; }

/* last card spans full width on mobile */
.ws-whats-included .ws-incl__item:last-child { grid-column: 1 / -1; }
.ws-whats-included .ws-incl__item:last-child .ws-incl__img {
  aspect-ratio: 16 / 7;
  object-fit: contain;
  background: #fff;
  padding: 10px;
}

@media (min-width: 720px) {
  .ws-whats-included .ws-incl { grid-template-columns: repeat(5, 1fr); }
  .ws-whats-included .ws-incl__item:last-child { grid-column: auto; }
  .ws-whats-included .ws-incl__item:last-child .ws-incl__img { aspect-ratio: 3 / 2; object-fit: cover; padding: 0; }
}
/* END_SECTION:ws-whats-included */

/* START_SECTION:ws-why-features (INDEX:85) */
.ws-why-features .ws-sec__head { margin-bottom: clamp(32px, 4vw, 56px); }

.ws-feature {
  display: grid;
  gap: clamp(28px, 4vw, 60px);
  align-items: center;
  margin-top: clamp(40px, 5vw, 72px);
}
.ws-feature:first-of-type { margin-top: clamp(20px, 3vw, 32px); }
.ws-feature__img {
  aspect-ratio: 5 / 4;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 3px;
  display: block;
  background: var(--ws-warm-2, #efe9dd);
}
.ws-feature__body h3 { margin-bottom: 14px; }
.ws-feature__body p {
  color: var(--ws-ink-soft, #3a352d);
  font-size: clamp(1rem, 1.3vw, 1.1rem);
  line-height: 1.65;
}

@media (min-width: 820px) {
  .ws-feature { grid-template-columns: 1.1fr 1fr; }
  .ws-feature--flip .ws-feature__media { order: 2; }
}
/* END_SECTION:ws-why-features */