/** Shopify CDN: Minification failed

Line 92:35 Unexpected ")"

**/
.complete-guide-infographic-container {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            gap: 24px;
        }

        .complete-guides-outer {
            width: 100%;
            background: #fdf6e9; /* light beige background */
        }

        .complete-guides {
          padding-top: 32px;
        }

        .complete-guides-heading {
            display: flex;
            margin: 0 40%;
            justify-content: flex-start;
            flex-direction: column;
        }

        .complete-guides-heading img {
            width: 150%;
            height: 100px;
            margin-top: -20px;
        }

        .complete-guides-heading .title {
             background: #c01c17;
             font-size: 24px;
             text-align: center;
              border-top-left-radius: 0;
              border-top-right-radius: 28px;
              border-bottom-right-radius: 0;
              border-bottom-left-radius: 28px;
              padding: 12px 4px;
              color: white;
                font-weight: bold;
                font-family: Arial, sans-serif;
                line-height: 1.2;
              line-height: 1.2;
              margin: 10px 0;
            }
        
        .complete-guides-heading span {
            display: inline-block;
            line-height: 100%;
            font-size: 22px;
        }

          .complete-guides-heading .guide {
            font-size: 40px;
            font-weight: 900;
        }

        .complete-guide-info-card {
            display: flex;
            gap: 12px;
            border-radius: 15px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .complete-guide-info-card:nth-child(odd) {
            width: 55%;
            align-self: flex-end;
        }

        .complete-guide-info-card:nth-child(even) {
            width: 55%;
            align-self: flex-start;
            flex-direction: row-reverse;
        }

        .complete-guide-icon {
            width: 120px;
            height: 120px;
            fill: white;
        }

        .complete-guide-content {
            flex: 1;
        }

        .complete-guide-title-outer) {
            width: 100%;
            display: flex;
        }


        .complete-guide-title-outer:nth-child(odd) {
            width: 100%;
            display: flex;
            justify-content: flex-end;
        }

        .complete-guide-title {
            background: #dc2626;
            color: white;
            padding: 2px 8px;
            border-radius: 12px;
            font-weight: bold;
            margin-bottom: 4px;
            display: inline-block;
        }

        .complete-guide-description {
            font-size: 12px;
            color: #374151;
            margin-bottom: 10px;
        }

        .complete-guide-usage {
            font-style: italic;
            color: #dc2626;
            font-size: 10px;
            font-weight: 500;
        }

        .complete-guide-usage strong {
            font-weight: 700;
        }

        @media (max-width: 768px) {
            .complete-guide-infographic-container {
                gap: 25px;
            }

            .complete-guide-info-card {
                width: 100% !important;
                align-self: center !important;
                flex-direction: column !important;
                text-align: center;
                gap: 20px;
                padding: 25px;
            }

            .complete-guide-icon-container {
                width: 100px;
                height: 100px;
            }

            .complete-guide-icon {
                width: 50px;
                height: 50px;
            }

            .complete-guide-title {
                font-size: 16px;
            }

            .complete-guide-description {
                font-size: 15px;
            }
        }

        /* Custom icons using CSS shapes and pseudo-elements */
        .complete-guide-meditation-icon::before {
            content: '';
            position: absolute;
            width: 40px;
            height: 40px;
            background: white;
            border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
            top: 25px;
        }

        .complete-guide-meditation-icon::after {
            content: '';
            position: absolute;
            width: 30px;
            height: 20px;
            background: white;
            border-radius: 15px 15px 0 0;
            bottom: 30px;
        }

        .complete-guide-joint-icon::before {
            content: '';
            position: absolute;
            width: 20px;
            height: 40px;
            background: white;
            border-radius: 10px;
            top: 20px;
            left: 35px;
        }

        .complete-guide-joint-icon::after {
            content: '';
            position: absolute;
            width: 40px;
            height: 20px;
            background: white;
            border-radius: 10px;
            top: 35px;
            left: 25px;
        }

        .complete-guide-weight-icon::before {
            content: '';
            position: absolute;
            width: 30px;
            height: 50px;
            background: white;
            border-radius: 15px 15px 5px 5px;
            top: 20px;
        }

        .complete-guide-weight-icon::after {
            content: '';
            position: absolute;
            width: 15px;
            height: 15px;
            background: white;
            border-radius: 50%;
            top: 75px;
            left: 52px;
        }

        .complete-guide-running-icon::before {
            content: '';
            position: absolute;
            width: 15px;
            height: 15px;
            background: white;
            border-radius: 50%;
            top: 25px;
            left: 45px;
        }

        .complete-guide-running-icon::after {
            content: '';
            position: absolute;
            width: 25px;
            height: 35px;
            background: white;
            border-radius: 5px;
            top: 45px;
            left: 40px;
        }

        .complete-guide-family-icon::before {
            content: '';
            position: absolute;
            width: 12px;
            height: 12px;
            background: white;
            border-radius: 50%;
            top: 30px;
            left: 45px;
        }

        .complete-guide-family-icon::after {
            content: '';
            position: absolute;
            width: 40px;
            height: 30px;
            background: white;
            border-radius: 20px 20px 5px 5px;
            bottom: 25px;
            left: 35px;
        }