/** Shopify CDN: Minification failed

Line 652:0 Unexpected "}"

**/
body{
    margin:0;
    background:#F5EEE7;
    font-family:Orpheus, Georgia, serif;
}

/* ===========================
   DESKTOP
=========================== */

.ritual{

    max-width:1400px;
    margin:80px auto;

    display:grid;
    grid-template-columns:2fr 1fr;

    gap:70px;

}

h2{

    font-size:48px;
    color:#17363A;
    margin-bottom:60px;
    text-align:center;

}

.step{

    border-bottom:1px solid #b8aca1;

}

.step-header{

    display:flex;
    justify-content:space-between;
    align-items:center;

    cursor:pointer;

    padding:22px 0;

}

.step-left{

    display:flex;
    align-items:center;
    gap:30px;

}

.thumb{

    width:90px;
    height:90px;

    object-fit:cover;

    border:1px solid #7f7f7f;

    flex-shrink:0;

}

.step-left span{

    font-size:48px;
    color:#B39F8C;

}

.arrow{

    font-size:40px;
    color:#B39F8C;

    transition:.3s;

}

.step-content{

    display:none;

    padding:10px 0 40px 120px;

}

.step.active .step-content{

    display:block;

}

.step.active .arrow{

    transform:rotate(180deg);

}

.step-content h3{

    color:#17363A;
    font-size:54px;
    margin-bottom:25px;

}

.step-content p{

    font-size:28px;
    color:#17363A;
    margin:10px 0;

}

.ritual-image{

    width:calc(100% - 50px);

    aspect-ratio:3/4;

    object-fit:cover;

    position:sticky;

    top:120px;

    transition:.35s ease;

    display:block;

    margin-right:50px;

}

/* ===========================
   MOBILE
=========================== */

@media (max-width:900px){

    .ritual{
        grid-template-columns:1fr;
        padding:0px 22px;
        margin:20px auto;
        gap:24px;
        
    }
    .ritual-image{
        width:100%;
        margin-right:0;
    }
    .ritual-right{
        display:none;
    }

    .ritual h2{
        font-size:24px;
        line-height:1.25;
        text-align:center;
        margin:0 0 28px;
    }

    .step-header{
        padding:16px 0;
    }

    .step-left{
        gap:16px;
    }

    .thumb-wrapper {
    width: 70px !important;
    height: 70px !important;
}

.thumb {
    width: 100% !important;
    height: 100% !important;
}

    .step-left span{
        font-size:22px;
        color:#B39F8C;
    }

    .arrow{
        font-size:24px;
    }

    .step-content{
        padding:10px 0 24px 86px;
    }

    .step-content h3{
        font-size:22px;
        margin-bottom:10px;
    }

    .step-content p{
        font-size:15px;
        line-height:1.6;
    }

}

/* ===========================
   DIVIDER
=========================== */

.section-divider{

    width:calc(100vw - 40px);

    position:relative;

    left:50%;

    transform:translateX(-50%);

    height:3px;

    background:#D8D0C6;

    margin:8px 0;

}
/* Desktop left spacing */
@media (min-width: 769px) {

    .ritual-left {
        margin-left: 100px;
    }

}

/* Mobile */
@media (max-width: 768px) {

    .ritual-left {
        margin-left: 0;
    }

}
/* =========================================================
   STEP-BY-STEP — DESKTOP FINAL
   ========================================================= */

@media screen and (min-width: 769px) {

    /* =========================================
       SECTION
       ========================================= */

    .ritual {
        padding-top: 25px !important;
        padding-bottom: 25px !important;

        align-items: start !important;
    }


    /* =========================================
       MAIN HEADING
       ========================================= */

    .ritual h2 {
        font-family: "Orpheus Pro", "Orpheus", Georgia, serif !important;
        font-weight: 400 !important;

        font-size: 52px !important;
        line-height: 1.05 !important;

        margin-top: 0 !important;
        margin-bottom: 30px !important;

        color: #17363A !important;
    }


    /* =========================================
       LEFT SIDE
       ========================================= */

    .ritual-left {
        margin-left: 100px !important;
    }


    /* =========================================
       STEP ROW
       ========================================= */

    .step {
        min-height: 0 !important;
        height: auto !important;

        padding: 0 !important;
        margin-bottom: 10px !important;

        overflow: visible !important;
        box-sizing: border-box !important;
    }


    /* =========================================
       STEP HEADER
       ========================================= */

    .step-header {
        min-height: 88px !important;

        padding: 8px 0 !important;

        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;

        box-sizing: border-box !important;
    }


    /* =========================================
       STEP LEFT
       ========================================= */

    .step-left {
        display: flex !important;
        align-items: center !important;

        gap: 28px !important;
    }


    /* =========================================
       THUMBNAILS
       ========================================= */

    /* =========================================================
   THUMBNAIL BOX
   ========================================================= */

.step .thumb-wrapper {
    width: 76px !important;
    height: 76px !important;

    overflow: hidden !important;
    flex-shrink: 0 !important;

    border: 1px solid #7f7f7f !important;
}


/* =========================================================
   THUMBNAIL IMAGE
   ========================================================= */

.step .thumb-wrapper .thumb {
    width: 100% !important;
    height: 100% !important;

    object-fit: cover !important;
    object-position: center center !important;

    border: none !important;

    display: block !important;
}


/* =========================================================
   INDIVIDUAL PRODUCT ZOOM
   ========================================================= */

/* STEP 1 — Tongue Scraper */
.step .thumb[alt="Copper Tongue Scraper"] {
    transform: scale(1.35) !important;
}


/* STEP 2 — Dry Body Brush */
.step .thumb[alt="Dry Body Brush"] {
    transform: scale(1.25) translateX(8px) !important;
}

/* STEP 3 — Copper Tumbler */
.step .thumb[alt="Hammered Copper Tumbler"] {
    transform: scale(1.45) !important;
}


/* STEP 4 — Immunity Potion */
.step .thumb[alt="Immunity Potion"] {
    transform: scale(1.35) translateY(-9px) !important;
}


    /* =========================================
       STEP NUMBER
       ========================================= */

    .step-left span {
        font-family: "Orpheus Pro", "Orpheus", Georgia, serif !important;
        font-weight: 400 !important;

        font-size: 44px !important;
        line-height: 1 !important;

        color: #B39F8C !important;
    }


    /* =========================================
       ARROW
       ========================================= */

    .arrow {
        font-family: Arial, sans-serif !important;
        font-weight: 400 !important;

        font-size: 24px !important;

        color: #B39F8C !important;
    }


    /* =========================================
       STEP CONTENT
       ========================================= */

    .step-content {
        box-sizing: border-box !important;

        padding: 10px 0 25px 104px !important;

        height: auto !important;
        overflow: visible !important;
    }


    /* =========================================
       STEP CONTENT HEADING
       ========================================= */

    .step-content h3 {
        font-family: "Orpheus Pro", "Orpheus", Georgia, serif !important;
        font-weight: 400 !important;

        font-size: 38px !important;
        line-height: 1.15 !important;

        color: #17363A !important;

        margin: 0 0 15px !important;
    }


    /* =========================================
       STEP CONTENT BODY
       ========================================= */

    .step-content p {
        font-family: "Orpheus Pro", "Orpheus", Georgia, serif !important;
        font-weight: 400 !important;

        font-size: 22px !important;
        line-height: 1.5 !important;

        color: #17363A !important;

        margin: 0 !important;
    }


    /* =========================================
       OPEN STEP
       ========================================= */

    .step.active .step-content {
        display: block !important;

        height: auto !important;
        max-height: none !important;

        overflow: visible !important;
    }


    /* =========================================
       ARROW ROTATION
       ========================================= */

    .step.active .arrow {
        transform: rotate(180deg) !important;
    }


    /* =========================================
       HERO IMAGE
       ========================================= */

    .ritual-right {
        position: sticky !important;

        top: 30px !important;

        align-self: flex-start !important;

        height: fit-content !important;
    }

    .ritual-image {
        display: block !important;

        width: 100% !important;
        height: auto !important;

        margin: 0 !important;
    }

}


    /* =========================================
       STEP 1 / 2 / 3 / 4 TEXT
       ========================================= */

    .step-left span {
        font-family: "Orpheus Pro", "Orpheus", Georgia, serif !important;

        font-size: 42px !important;
        font-weight: 400 !important;
        line-height: 1 !important;

        color: #B39F8C !important;
    }


    /* =========================================
       ARROW
       ========================================= */

    .arrow {
        font-family: Arial, sans-serif !important;

        font-size: 28px !important;
        font-weight: 400 !important;

        color: #B39F8C !important;

        flex-shrink: 0 !important;

        transition: transform 0.3s ease !important;
    }


    /* =========================================
       OPEN STEP CONTENT
       ========================================= */

    .step-content {
        display: none;

        padding: 10px 40px 30px 104px !important;

        overflow: visible !important;
    }


    .step.active .step-content {
        display: block !important;
    }


    /* =========================================
       CONTENT HEADING
       ========================================= */

    .step-content h3 {
        font-family: "Orpheus Pro", "Orpheus", Georgia, serif !important;

        font-size: 42px !important;
        line-height: 1.1 !important;

        font-weight: 400 !important;

        color: #17363A !important;

        margin: 0 0 18px !important;
    }


    /* =========================================
       CONTENT BODY
       ========================================= */

    .step-content p {
        font-family: "Orpheus Pro", "Orpheus", Georgia, serif !important;

        font-size: 21px !important;
        line-height: 1.5 !important;

        font-weight: 400 !important;

        color: #17363A !important;

        margin: 0 !important;
    }


    /* =========================================
       STICKY IMAGE COLUMN
       ========================================= */

    .ritual-right {
        position: sticky !important;

        top: 30px !important;

        align-self: start !important;

        height: fit-content !important;

        margin: 0 !important;
    }


    .ritual-image {
        position: static !important;

        display: block !important;

        width: 100% !important;

        height: auto !important;

        margin: 0 !important;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media screen and (max-width: 768px) {

    .ritual-left {
        margin-left: 0 !important;
    }

    .ritual {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

}

/* 4 STEP TITLES — DESKTOP + MOBILE */

.step-left span {
    font-size: 36px !important;
}

/* Mobile */
@media screen and (max-width: 768px) {
    .step-left span {
        font-size: 22px !important;
    }
}