/** Shopify CDN: Minification failed

Line 192:0 Unexpected "<"
Line 200:19 Expected identifier but found whitespace
Line 200:21 Unexpected "{"
Line 200:30 Expected ":"
Line 200:55 Expected ":"
Line 201:22 Expected identifier but found whitespace
Line 201:24 Unexpected "{"
Line 201:33 Expected ":"
Line 201:61 Expected ":"
Line 245:2 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:digioh-results (INDEX:33) */
.quiz-results {
    background-color: var(--qr-bg, #FAF7F4);
    padding: 0 0 60px;
  }

  /* Banner */
  .quiz-results__banner {
    color: var(--qr-banner-text, #FFFFFF);
    text-align: center;
    padding: 48px 24px 40px;
    background-image: url(https://s3.lightboxcdn.com/vendors/a6c17161-9ed1-4a51-8362-5e7bc9384f75/uploads/16265bc2-03da-4d33-9605-86656ff50223/12.jpg);
    height: 275px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 5rem;
  }
  .quiz-results__eyebrow {
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.7;
    margin: 0 0 10px;
    display: none;
  }
  .quiz-results__heading {
    font-size: clamp(26px, 5vw, 42px);
    font-weight: 500;
    margin: 0 0 12px;
    line-height: 1.2;
    display: none;
  }
  .quiz-results__subtext {
    font-size: 15px;
    opacity: 0.8;
    margin: 0;
    display: none;
  }
  .inner-products {
    max-width: 400px;
  }

  /* Card */
  .quiz-results__card {
    background-color: var(--qr-card-bg, #FFFFFF);
    border-radius: 12px;
    overflow: hidden;
    border: 0.5px solid rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
  }
  .quiz-results__slot-label {
    display: block;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #888780;
    padding: 14px 16px 8px 0px;
    text-align: center;
  }
  .quiz-results__image-link {
    display: block;
    overflow: hidden;
    aspect-ratio: 1 / 1;
  }
  .quiz-results__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
  }
  .quiz-results__image-link:hover .quiz-results__image {
    transform: scale(1.03);
  }
  .quiz-results__image-placeholder {
    aspect-ratio: 1 / 1;
    background: #F1EFE8;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .quiz-results__placeholder-svg {
    width: 60px;
    height: 60px;
    opacity: 0.3;
  }

  /* Card body */
  .quiz-results__card-body {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .quiz-results__product-name {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    color: #2C2C2A;
    line-height: 1.4;
  }

  /* ATC */
  .quiz-results__atc-form {
    margin-top: auto;
  }
  .quiz-results__atc-btn {
    width: 100%;
    background-color: var(--qr-btn-bg, #2C2C2A);
    color: var(--qr-btn-text, #FFFFFF);
    border: none;
    border-radius: var(--qr-btn-radius, 6px);
    padding: 13px 20px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    letter-spacing: 0.04em;
    transition: opacity 0.2s;
  }
  .quiz-results__atc-btn:hover { opacity: 0.82; }
  .quiz-results__atc-btn:disabled {
    background-color: #D3D1C7;
    cursor: not-allowed;
  }

  /* Empty card */
  .quiz-results__card--empty {
    align-items: center;
    justify-content: center;
    min-height: 280px;
    padding: 24px;
  }
  .quiz-results__empty-msg {
    font-size: 13px;
    color: #888780;
    text-align: center;
  }

  /* Retake */
  .quiz-results__retake-wrap {
    text-align: center;
    margin-top: 44px;
  }
  .quiz-results__retake-btn {
    display: inline-block;
    background-color: var(--qr-retake-bg, transparent);
    color: var(--qr-retake-text, #2C2C2A);
    border: 1.5px solid var(--qr-retake-border, #2C2C2A);
    border-radius: var(--qr-btn-radius, 6px);
    padding: 13px 36px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-decoration: none;
    transition: background-color 0.2s, color 0.2s;
  }
  .quiz-results__retake-btn:hover {
    background-color: #2C2C2A;
    color: #FFFFFF;
  }

  @media (max-width: 768px) {
    .quiz-results__banner {
      background-image: url(https://s3.lightboxcdn.com/vendors/a6c17161-9ed1-4a51-8362-5e7bc9384f75/uploads/28e042cb-b55a-4979-b778-5db8237ea06e/mobilequizbanner.jpg);
      height: 170px;
    }
  }
/* END_SECTION:digioh-results */

/* START_SECTION:shop-by-category (INDEX:120) */
<style>
    .shop_by_category_container {
        width: 100%;
        max-width: 1240px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: {{ section.settings.top_margin }}px;
        margin-bottom: {{ section.settings.bottom_margin }}px;
    }
    .shop_by_category_header {
        /* background-color: #752e3d; */
            color: #D10000;
        text-align: center;
        padding: 0px 10;
        font-size: 28px;
        font-weight: 600;
    }
    .shop_by_category_grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin-top: 10px;
        margin-bottom: 40px;
    }
    @media (min-width: 768px) {
      .shop_by_category_header{
        font-size:20px;
      }
        .shop_by_category_grid {
            grid-template-columns: repeat(4, 1fr);
        }
    }
    .shop_by_category_grid-item {
        position: relative;
        overflow: hidden;
    }
    .shop_by_category_grid-item img {
        width: 100%;
        height: auto;
        display: block;
    }
    .shop_by_category_grid-item .shop_by_category_label {
        position: absolute;
        bottom: 10px;
        left: 10px;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 5px 10px;
        font-size: 18px;
        border-radius: 5px;
    }
  </style>
/* END_SECTION:shop-by-category */