/* ==========================================================
   STOREZ HOMEPAGE SEO SECTION
   ==========================================================

   IMPORTANT:
   1. ALL selectors are scoped to .storez-seo-section
   2. DO NOT remove the !important declarations
   3. DO NOT change generic website selectors
      such as h2, p, .container, .card, etc.
   4. This CSS must NOT override other website sections.

   ========================================================== */


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

.storez-seo-section {
    width: 100% !important;
    display: block !important;

    background: #ffffff !important;

    padding: 72px 20px 65px !important;
    margin: 0 !important;

    position: relative !important;

    box-sizing: border-box !important;

    clear: both !important;
}


/* ==========================================================
   INNER CONTAINER
   ========================================================== */

.storez-seo-section .storez-seo-wrap {
    width: 100% !important;

    max-width: 1180px !important;

    margin: 0 auto !important;
    padding: 0 !important;

    box-sizing: border-box !important;
}


/* ==========================================================
   CENTERED SECTION HEADING
   ========================================================== */

.storez-seo-section .storez-seo-heading {
    width: 100% !important;

    max-width: 900px !important;

    margin: 0 auto 48px !important;

    padding: 0 !important;

    text-align: center !important;
}


/* ==========================================================
   RED KICKER
   ========================================================== */

.storez-seo-section .storez-seo-kicker {
    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    gap: 9px !important;

    margin: 0 0 14px !important;
    padding: 0 !important;

    font-family: "Rubik", sans-serif !important;

    font-size: 12px !important;

    line-height: 1.4 !important;

    font-weight: 500 !important;

    letter-spacing: 1.8px !important;

    text-transform: uppercase !important;

    color: #e11d07 !important;
}


.storez-seo-section .storez-seo-kicker span {
    display: block !important;

    width: 28px !important;
    height: 2px !important;

    background: #e11d07 !important;

    border-radius: 0 !important;

    flex-shrink: 0 !important;
}


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

.storez-seo-section .storez-seo-heading h2 {
    display: block !important;

    width: 100% !important;

    margin: 0 0 20px !important;
    padding: 0 !important;

    text-align: center !important;

    font-family: "Rubik", sans-serif !important;

    font-size: 40px !important;

    line-height: 1.2 !important;

    font-weight: 700 !important;

    letter-spacing: -0.5px !important;

    color: #17212b !important;
}


.storez-seo-section .storez-seo-heading h2 em {
    font-style: normal !important;

    color: #e11d07 !important;
}


/* ==========================================================
   INTRO PARAGRAPH
   ========================================================== */

.storez-seo-section .storez-seo-heading > p {
    display: block !important;

    width: 100% !important;

    max-width: 820px !important;

    margin: 0 auto !important;
    padding: 0 !important;

    text-align: center !important;

    font-family: "Roboto", sans-serif !important;

    font-size: 16px !important;

    line-height: 1.8 !important;

    font-weight: 400 !important;

    color: #5c6670 !important;
}


.storez-seo-section .storez-seo-heading > p strong {
    color: #17212b !important;

    font-weight: 700 !important;
}


/* ==========================================================
   THREE INFORMATION CARDS
   ========================================================== */

.storez-seo-section .storez-seo-cards {
    display: grid !important;

    grid-template-columns: repeat(3, 1fr) !important;

    gap: 20px !important;

    width: 100% !important;

    margin: 0 0 55px !important;
    padding: 0 !important;
}


/* ==========================================================
   CARD
   ========================================================== */

.storez-seo-section .storez-seo-card {
    display: flex !important;

    align-items: flex-start !important;

    gap: 20px !important;

    min-height: 175px !important;

    padding: 30px 28px !important;

    background: #ffffff !important;

    border: 1px solid #e8eaec !important;

    border-radius: 3px !important;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.045) !important;

    box-sizing: border-box !important;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease !important;
}


/* ==========================================================
   CARD HOVER
   ========================================================== */

.storez-seo-section .storez-seo-card:hover {
    transform: translateY(-4px) !important;

    border-color: #e11d07 !important;

    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08) !important;
}


/* ==========================================================
   CARD NUMBER
   ========================================================== */

.storez-seo-section .storez-seo-number {
    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    width: 42px !important;
    height: 42px !important;

    min-width: 42px !important;

    border: 1px solid #e11d07 !important;

    border-radius: 50% !important;

    box-sizing: border-box !important;

    font-family: "Rubik", sans-serif !important;

    font-size: 13px !important;

    line-height: 1 !important;

    font-weight: 500 !important;

    color: #e11d07 !important;
}


/* ==========================================================
   CARD HEADING
   ========================================================== */

.storez-seo-section .storez-seo-card h3 {
    margin: 2px 0 10px !important;
    padding: 0 !important;

    font-family: "Rubik", sans-serif !important;

    font-size: 19px !important;

    line-height: 1.35 !important;

    font-weight: 600 !important;

    color: #17212b !important;
}


/* ==========================================================
   CARD TEXT
   ========================================================== */

.storez-seo-section .storez-seo-card p {
    margin: 0 !important;
    padding: 0 !important;

    font-family: "Roboto", sans-serif !important;

    font-size: 14px !important;

    line-height: 1.7 !important;

    font-weight: 400 !important;

    color: #68727c !important;
}


/* ==========================================================
   STORAGE OPTIONS AREA
   ========================================================== */

.storez-seo-section .storez-storage-options {
    display: flex !important;

    align-items: center !important;

    gap: 50px !important;

    width: 100% !important;

    padding: 35px 0 !important;

    margin: 0 !important;

    border-top: 1px solid #e9eaec !important;

    border-bottom: 1px solid #e9eaec !important;

    box-sizing: border-box !important;
}


/* ==========================================================
   STORAGE TITLE
   ========================================================== */

.storez-seo-section .storez-storage-title {
    width: 300px !important;

    min-width: 300px !important;

    margin: 0 !important;
    padding: 0 !important;
}


.storez-seo-section .storez-storage-title > span {
    display: block !important;

    margin: 0 0 8px !important;
    padding: 0 !important;

    font-family: "Rubik", sans-serif !important;

    font-size: 11px !important;

    line-height: 1.4 !important;

    font-weight: 500 !important;

    letter-spacing: 1.5px !important;

    color: #e11d07 !important;
}


.storez-seo-section .storez-storage-title h3 {
    margin: 0 !important;
    padding: 0 !important;

    font-family: "Rubik", sans-serif !important;

    font-size: 21px !important;

    line-height: 1.35 !important;

    font-weight: 600 !important;

    color: #17212b !important;
}


/* ==========================================================
   STORAGE TAGS
   ========================================================== */

.storez-seo-section .storez-storage-tags {
    display: flex !important;

    flex-wrap: wrap !important;

    gap: 9px !important;

    flex: 1 !important;

    margin: 0 !important;
    padding: 0 !important;
}


.storez-seo-section .storez-storage-tags span {
    display: inline-block !important;

    margin: 0 !important;

    padding: 8px 14px !important;

    border: 1px solid #e2e5e8 !important;

    border-radius: 2px !important;

    background: #ffffff !important;

    font-family: "Roboto", sans-serif !important;

    font-size: 12px !important;

    line-height: 1.4 !important;

    font-weight: 400 !important;

    color: #59636d !important;

    transition: all 0.2s ease !important;
}


.storez-seo-section .storez-storage-tags span:hover {
    background: #e11d07 !important;

    border-color: #e11d07 !important;

    color: #ffffff !important;
}


/* ==========================================================
   BOTTOM SEO CONTENT
   ========================================================== */

.storez-seo-section .storez-seo-bottom {
    display: flex !important;

    align-items: center !important;

    gap: 16px !important;

    width: 100% !important;

    margin: 30px 0 0 !important;

    padding: 20px 24px !important;

    background: #fafafa !important;

    border-left: 3px solid #e11d07 !important;

    box-sizing: border-box !important;
}


/* CHECK ICON */

.storez-seo-section .storez-seo-check {
    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    width: 32px !important;
    height: 32px !important;

    min-width: 32px !important;

    background: #e11d07 !important;

    border-radius: 50% !important;

    font-family: "Roboto", sans-serif !important;

    font-size: 15px !important;

    line-height: 1 !important;

    font-weight: 700 !important;

    color: #ffffff !important;
}


/* BOTTOM TEXT */

.storez-seo-section .storez-seo-bottom p {
    margin: 0 !important;
    padding: 0 !important;

    font-family: "Roboto", sans-serif !important;

    font-size: 14px !important;

    line-height: 1.7 !important;

    font-weight: 400 !important;

    color: #5c6670 !important;
}


.storez-seo-section .storez-seo-bottom p strong {
    color: #17212b !important;

    font-weight: 700 !important;
}


/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 991px) {

    .storez-seo-section {
        padding: 60px 25px !important;
    }

    .storez-seo-section .storez-seo-heading h2 {
        font-size: 36px !important;
    }

    .storez-seo-section .storez-seo-cards {
        grid-template-columns: 1fr !important;
    }

    .storez-seo-section .storez-storage-options {
        display: block !important;
    }

    .storez-seo-section .storez-storage-title {
        width: 100% !important;

        min-width: 0 !important;

        margin-bottom: 22px !important;
    }

}


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

@media (max-width: 767px) {

    .storez-seo-section {
        padding: 45px 20px !important;
    }

    .storez-seo-section .storez-seo-heading {
        margin-bottom: 35px !important;
    }

    .storez-seo-section .storez-seo-heading h2 {
        font-size: 29px !important;

        line-height: 1.25 !important;
    }

    .storez-seo-section .storez-seo-heading > p {
        font-size: 14px !important;

        line-height: 1.75 !important;
    }

    .storez-seo-section .storez-seo-cards {
        gap: 15px !important;

        margin-bottom: 40px !important;
    }

    .storez-seo-section .storez-seo-card {
        min-height: auto !important;

        padding: 25px 20px !important;

        gap: 15px !important;
    }

    .storez-seo-section .storez-seo-card h3 {
        font-size: 17px !important;
    }

    .storez-seo-section .storez-seo-card p {
        font-size: 13px !important;
    }

    .storez-seo-section .storez-storage-options {
        padding: 28px 0 !important;
    }

    .storez-seo-section .storez-storage-title h3 {
        font-size: 19px !important;
    }

    .storez-seo-section .storez-storage-tags {
        gap: 8px !important;
    }

    .storez-seo-section .storez-storage-tags span {
        font-size: 11px !important;

        padding: 7px 11px !important;
    }

    .storez-seo-section .storez-seo-bottom {
        align-items: flex-start !important;

        padding: 18px !important;
    }

    .storez-seo-section .storez-seo-bottom p {
        font-size: 14px !important;
    }

}



//* ==========================================================
   STOREZ FAQ SECTION
   ==========================================================

   IMPORTANT:
   - ALL selectors are scoped to .storez-faq-section
   - DOES NOT override other website sections
   - !important protects this section from theme CSS
   - DO NOT convert these into generic h2/p/button selectors
   ========================================================== */


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

.storez-faq-section {
    width: 100% !important;

    display: block !important;

    background: #f7f8f9 !important;

    padding: 85px 20px !important;

    margin: 0 !important;

    box-sizing: border-box !important;

    clear: both !important;
}


/* ==========================================================
   CONTAINER
   ========================================================== */

.storez-faq-section .storez-faq-container {
    width: 100% !important;

    max-width: 1180px !important;

    margin: 0 auto !important;

    padding: 0 !important;

    display: grid !important;

    grid-template-columns: 0.78fr 1.22fr !important;

    gap: 85px !important;

    align-items: start !important;

    box-sizing: border-box !important;
}


/* ==========================================================
   LEFT INTRO
   ========================================================== */

.storez-faq-section .storez-faq-intro {
    padding-top: 10px !important;

    text-align: left !important;
}


/* RED LABEL */

.storez-faq-section .storez-faq-label {
    display: flex !important;

    align-items: center !important;

    gap: 10px !important;

    margin: 0 0 18px !important;

    font-family: "Rubik", sans-serif !important;

    font-size: 11px !important;

    line-height: 1.4 !important;

    font-weight: 500 !important;

    letter-spacing: 2px !important;

    text-transform: uppercase !important;

    color: #e11d07 !important;
}


.storez-faq-section .storez-faq-label span {
    width: 30px !important;

    height: 2px !important;

    display: block !important;

    background: #e11d07 !important;

    flex-shrink: 0 !important;
}


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

.storez-faq-section .storez-faq-intro h2 {
    margin: 0 0 22px !important;

    padding: 0 !important;

    max-width: 440px !important;

    font-family: "Rubik", sans-serif !important;

    font-size: 42px !important;

    line-height: 1.18 !important;

    font-weight: 600 !important;

    letter-spacing: -0.5px !important;

    color: #17212b !important;
}


.storez-faq-section .storez-faq-intro h2 strong {
    color: #e11d07 !important;

    font-weight: 600 !important;
}


/* ==========================================================
   INTRO TEXT
   ========================================================== */

.storez-faq-section .storez-faq-intro > p {
    max-width: 420px !important;

    margin: 0 0 32px !important;

    padding: 0 !important;

    font-family: "Roboto", sans-serif !important;

    font-size: 15px !important;

    line-height: 1.8 !important;

    font-weight: 400 !important;

    color: #68727c !important;
}


/* ==========================================================
   NOTE
   ========================================================== */

.storez-faq-section .storez-faq-note {
    display: flex !important;

    align-items: center !important;

    gap: 12px !important;

    margin: 0 0 25px !important;
}


.storez-faq-section .storez-faq-note-line {
    width: 3px !important;

    height: 35px !important;

    background: #e11d07 !important;

    flex-shrink: 0 !important;
}


.storez-faq-section .storez-faq-note span {
    font-family: "Roboto", sans-serif !important;

    font-size: 13px !important;

    line-height: 1.5 !important;

    font-weight: 500 !important;

    color: #39434d !important;
}


/* ==========================================================
   LINK
   ========================================================== */

.storez-faq-section .storez-faq-link {
    display: inline-flex !important;

    align-items: center !important;

    gap: 12px !important;

    padding: 0 !important;

    margin: 0 !important;

    font-family: "Rubik", sans-serif !important;

    font-size: 13px !important;

    line-height: 1.4 !important;

    font-weight: 500 !important;

    text-decoration: none !important;

    color: #e11d07 !important;

    transition: gap 0.2s ease !important;
}


.storez-faq-section .storez-faq-link span {
    font-size: 18px !important;

    line-height: 1 !important;
}


.storez-faq-section .storez-faq-link:hover {
    gap: 17px !important;

    color: #c91805 !important;
}


/* ==========================================================
   FAQ LIST
   ========================================================== */

.storez-faq-section .storez-faq-list {
    width: 100% !important;

    margin: 0 !important;

    padding: 0 !important;
}


/* ==========================================================
   FAQ ITEM
   ========================================================== */

.storez-faq-section .storez-faq-item {
    width: 100% !important;

    background: #ffffff !important;

    border-top: 1px solid #dfe2e5 !important;

    margin: 0 !important;

    padding: 0 !important;

    box-sizing: border-box !important;
}


/* LAST BORDER */

.storez-faq-section .storez-faq-item:last-child {
    border-bottom: 1px solid #dfe2e5 !important;
}


/* ACTIVE */

.storez-faq-section .storez-faq-item.storez-faq-active {
    border-top-color: #e11d07 !important;
}


/* ==========================================================
   QUESTION
   ========================================================== */

.storez-faq-section .storez-faq-question {
    width: 100% !important;

    min-height: 82px !important;

    display: flex !important;

    align-items: center !important;

    gap: 20px !important;

    padding: 20px 0 !important;

    margin: 0 !important;

    border: 0 !important;

    outline: none !important;

    background: transparent !important;

    cursor: pointer !important;

    text-align: left !important;

    box-sizing: border-box !important;

    font-family: "Roboto", sans-serif !important;
}


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

.storez-faq-section .storez-faq-number {
    width: 35px !important;

    min-width: 35px !important;

    font-family: "Rubik", sans-serif !important;

    font-size: 11px !important;

    line-height: 1 !important;

    font-weight: 500 !important;

    color: #e11d07 !important;
}


/* ==========================================================
   QUESTION TITLE
   ========================================================== */

.storez-faq-section .storez-faq-title {
    flex: 1 !important;

    font-family: "Rubik", sans-serif !important;

    font-size: 16px !important;

    line-height: 1.5 !important;

    font-weight: 500 !important;

    color: #17212b !important;

    transition: color 0.2s ease !important;
}


/* HOVER */

.storez-faq-section .storez-faq-question:hover .storez-faq-title {
    color: #e11d07 !important;
}


/* ==========================================================
   TOGGLE
   ========================================================== */

.storez-faq-section .storez-faq-toggle {
    width: 34px !important;

    height: 34px !important;

    min-width: 34px !important;

    display: flex !important;

    align-items: center !important;

    justify-content: center !important;

    border: 1px solid #dfe2e5 !important;

    border-radius: 50% !important;

    font-family: "Roboto", sans-serif !important;

    font-size: 20px !important;

    line-height: 1 !important;

    font-weight: 300 !important;

    color: #e11d07 !important;

    box-sizing: border-box !important;

    transition:
        background 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease !important;
}


/* ACTIVE TOGGLE */

.storez-faq-section
.storez-faq-active
.storez-faq-toggle {
    background: #e11d07 !important;

    border-color: #e11d07 !important;

    color: #ffffff !important;
}


/* ==========================================================
   ANSWER
   ========================================================== */

.storez-faq-section .storez-faq-answer {
    display: grid !important;

    grid-template-rows: 0fr !important;

    transition: grid-template-rows 0.3s ease !important;
}


.storez-faq-section .storez-faq-answer p {
    min-height: 0 !important;

    overflow: hidden !important;

    max-width: 700px !important;

    margin: 0 !important;

    padding: 0 54px 0 55px !important;

    font-family: "Roboto", sans-serif !important;

    font-size: 14px !important;

    line-height: 1.8 !important;

    font-weight: 400 !important;

    color: #68727c !important;

    box-sizing: border-box !important;
}


/* OPEN */

.storez-faq-section
.storez-faq-active
.storez-faq-answer {
    grid-template-rows: 1fr !important;
}


.storez-faq-section
.storez-faq-active
.storez-faq-answer p {
    padding-bottom: 25px !important;
}


/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 991px) {

    .storez-faq-section {
        padding: 65px 25px !important;
    }

    .storez-faq-section .storez-faq-container {
        grid-template-columns: 1fr !important;

        gap: 45px !important;
    }

    .storez-faq-section .storez-faq-intro {
        text-align: center !important;
    }

    .storez-faq-section .storez-faq-intro h2 {
        margin-left: auto !important;

        margin-right: auto !important;
    }

    .storez-faq-section .storez-faq-intro > p {
        margin-left: auto !important;

        margin-right: auto !important;
    }

    .storez-faq-section .storez-faq-label {
        justify-content: center !important;
    }

    .storez-faq-section .storez-faq-note {
        justify-content: center !important;
    }

}


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

@media (max-width: 767px) {

    .storez-faq-section {
        padding: 50px 20px 55px !important;
    }

    .storez-faq-section .storez-faq-container {
        gap: 35px !important;
    }

    .storez-faq-section .storez-faq-intro h2 {
        font-size: 30px !important;

        line-height: 1.25 !important;
    }

    .storez-faq-section .storez-faq-intro > p {
        font-size: 14px !important;

        line-height: 1.7 !important;
    }

    .storez-faq-section .storez-faq-question {
        min-height: 72px !important;

        gap: 12px !important;

        padding: 17px 0 !important;
    }

    .storez-faq-section .storez-faq-number {
        width: 28px !important;

        min-width: 28px !important;
    }

    .storez-faq-section .storez-faq-title {
        font-size: 14px !important;

        line-height: 1.45 !important;
    }

    .storez-faq-section .storez-faq-toggle {
        width: 30px !important;

        height: 30px !important;

        min-width: 30px !important;

        font-size: 18px !important;
    }

    .storez-faq-section .storez-faq-answer p {
        padding: 0 42px 0 40px !important;

        font-size: 13px !important;

        line-height: 1.7 !important;
    }

    .storez-faq-section
    .storez-faq-active
    .storez-faq-answer p {
        padding-bottom: 20px !important;
    }

}

/* ==========================================================
   STOREZ FAQ - SLIGHTLY LARGER TYPOGRAPHY
   ========================================================== */

.storez-faq-section .storez-faq-intro h2 {
    font-size: 46px !important;
}

.storez-faq-section .storez-faq-intro > p {
    font-size: 16px !important;
}

.storez-faq-section .storez-faq-title {
    font-size: 18px !important;
}

.storez-faq-section .storez-faq-answer p {
    font-size: 15px !important;
}


/* Mobile */

@media (max-width: 767px) {

    .storez-faq-section .storez-faq-intro h2 {
        font-size: 33px !important;
    }

    .storez-faq-section .storez-faq-intro > p {
        font-size: 15px !important;
    }

    .storez-faq-section .storez-faq-title {
        font-size: 15px !important;
    }

    .storez-faq-section .storez-faq-answer p {
        font-size: 14px !important;
    }

}


/* STOREZ SECTION BREAK — scoped, will not override other sections */
.storez-section-break {
    width: 100% !important;
    height: 80px !important;
    background: #fff !important;
    margin: 0 !important;
}
