/** Shopify CDN: Minification failed

Line 1512:0 Unexpected "}"

**/
.common-banner-section {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 120px;
}
.common-banner-section .container {
    height: 100%;
}
.common-banner-main {
    height: 100%;
}
.common-banner-inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.common-banner-content h1 {
    font-size: 28px;
    line-height: 33px;
    font-weight: 600;
    color: var(--main-colors-steel-pink);
    letter-spacing: 0px;
}
.common-banner-content h1 span {
    color: var(--main-colors-blue-jeans);
    font-family: inherit !important;
}
.about-welcome-section {
    padding: 80px 0px;
}
.about-welcome-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.about-welcome-left {
    width: 24.1%;
}
.about-welcome-right {
    width: 65.8%;
}
.about-welcome-head h2 {
    font-size: 42px;
    font-weight: 600;
    line-height: 48.5px;
    color: var(--main-colors-steel-pink);
    letter-spacing: 0;
}
.about-welcome-head h2 span {
    color: var(--main-colors-blue-jeans);
    line-height: inherit;
    font-size: inherit;
    font-family: inherit !important;
    display: block;
}
.about-welcome-content p {
    font-size: 16px;
    font-weight: 300;
    color: #5B5B5F;
    line-height: 27px;
}
.about-welcome-content p:not(:last-child) {
    margin-bottom: 28px;
}
.about-welcome-stats-container {
    margin: 48px 0px 0px;
}
.stat-number span, .stat-number p {
    font-size: 32px;
    font-weight: 600;
    line-height: 38.4px;
    color: var(--main-colors-steel-pink);
    font-family: 'Clash Display' !important;
}
.stat-number {
    display: flex;
}
.about-welcome-stats-flex {
    display: flex;
    flex-wrap: wrap;
}
.about-single-statistic {
    /* width: auto; */
    padding: 0 48px;
    /* min-width: 16.7%; */
    box-sizing: border-box;
}
.about-single-statistic:first-child {
    padding: 0;
}
.about-single-statistic:last-child {
    padding-right: 0px;
}
.about-single-statistic:nth-child(2) {
    border-left: 1px solid #E6E6E7;
    border-right: 1px solid #E6E6E7;
    width: 39%;
}
.about-single-statistic:nth-child(1) {
    width: 22.3%;
}
.stat-name {
    margin: 16px 0px 0px;
    min-width: max-content;
}
.stat-name p {
    font-size: 16px;
    font-weight: 500;
    color: #5B5B5F;
    line-height: 27.2px;
    letter-spacing: 2.24px;
    text-transform: uppercase;
}
.about-timeline-section {
    padding: 91px 0px;
    background-color: #F5F5F6;
}
.about-timeline-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
}
.about-timeline-right {
    width: 85.5%;
}
.about-timeline-left {
    width: 14.5%;
}
.content-row-image {
    width: 38.7%;
    overflow: hidden;
    position: relative;
    padding: 0 14px 12px 0px;
    box-sizing: border-box;
}
.content-row-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: space-between;
}
.content-row-data {
    width: 57.9%;
    margin: 0 -15px 0px 0px;
}
.timeline-content-container {
    padding: 0 0 0 17px;
}
.content-row-data p {
    font-size: 16px;
    font-weight: 300;
    color: #5B5B5F;
    line-height: 27.2px;
    padding: 0px 0 0;
}
.timeline-content-row:not(:last-child) {
    margin-bottom: 122px;
}
.content-row-image img {
    border-radius: 142px;
    position: relative;
    z-index: 1;
    /* opacity: 0; */
}
.content-row-image::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 7px;
    top: 6px;
    background-image: url(/cdn/shop/files/timeline-after.png);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}
.timeline-year h2 {
    color: var(--main-colors-steel-pink);
    font-size: 64px;
    font-weight: 600;
    line-height: 108px;
    text-align: center;
    opacity: .3;
    color: var(--main-colors-blue-jeans);
    transition: .4s ease-in-out;
}

.timeline-year.show-bullet h2 {
    color: var(--main-colors-steel-pink);
    opacity: 1;
}

.timeline-years-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: relative;
}

.timeline {
    position: absolute;
}

.timeline-year {
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.about-timeline-left>.timeline-year {
    display: none;
}
.timelinebar-bg {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    height: 100%;
    width: 2px;
}

.timeline {
    position: absolute;
    width: 2px;
    background-color: transparent; 
    transition: height 0.5s ease;
    padding: 0px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.timeline::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--main-colors-steel-pink);
    border-radius: 50%;
}

.timeline-thumb {
    width: 20px;
    height: 20px;
    background-color: var(--main-colors-steel-pink);
    display: inline-block;
    position: absolute;
    left: -9px;
    bottom: -3px;
    border-radius: 50%;
}

.timeline-bar {
    height: 100% !important;
    overflow: hidden;
}
.core-values-section {
    padding: 80px 0px;
}

.core-values-head h2 {
    color: var(--main-colors-steel-pink);
    font-size: 42px;
    line-height: 51px;
}

.core-values-head h2 span {
    display: block;
    font: inherit !important;
    color: var(--main-colors-blue-jeans);
}

.core-values-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.core-values-left {
    width: 20%;
}

.core-values-right {
    width: 66%;
}

.our-values-paragraph p {
    color: #5B5B5F;
    font-size: 16px;
    line-height: 27px;
}

.values-approach-container {
    margin: 48px auto 0px;
    max-width: 454px;
    position: relative;
}

.approach-steps {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.approach-step {
    width: 136px;
    height: 136px;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.approach-step:nth-child(1) {
    top: 0;
    left: 0;
}

.approach-step:nth-child(2) {
    top: 0;
    right: 0;
}

.approach-step:nth-child(3) {
    bottom: 0;
    left: 0;
}

.approach-step:nth-child(4) {
    right: 0;
    bottom: 0;
}

.appraoch-step-name p {
    font-size: 14px;
    color: var(--main-colors-steel-pink);
    font-weight: 700;
    line-height: 16px;
}

.approach-step-image img {
    width: 40px;
    height: 40px;
}

.approach-text {
    position: absolute;
    inset: 0;
    margin: auto;
    max-width: 50%;
    max-height: fit-content;
    text-align: center;
    top: -11px;
}

.approach-text h4 {
    font-size: 24px;
    line-height: 27px;
    font-weight: 800;
    color: var(--main-colors-steel-pink);
    font-family: 'Plus Jakarta Sans' !important;
}

.why-us-main-section {
    padding: 80px 0px;
}

.why-us-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.why-us-rows:not(:last-child) {
    margin-bottom: 80px;
}

.why-us-rows:nth-child(even) .why-us-flex {
    flex-direction: row-reverse;
}

.why-us-left {
    width: 40%;
}

.why-us-rows:nth-child(2n) .why-us-flex .why-us-left {
    width: 42.6%;
}

.why-us-content p {
    letter-spacing: 0px;
}

.why-us-content h2 {
    font-size: 42px;
    line-height: 51px;
    color: var(--main-colors-steel-pink);
    letter-spacing: 0;
}

.why-us-content h2 span {
    font: inherit !important;
    line-height: inherit;
    color: var(--main-colors-blue-jeans) !important;
}

.why-us-content p {
    margin: 16px 0px 0px;
    font-size: 16px;
    font-weight: 400;
    color: #5B5B5F;
    line-height: 27.2px;
}

.why-us--right {
    width: 49%;
}

.why-us-image {
    border-radius: 120px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    height: 514px;
    align-items: flex-end;
    overflow: hidden;
}
  
.why-us-image img {
    max-height: 100%;
}
.faq-accordion-section {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.faq-intro h2 {
    font-size: 42px;
    font-weight: 600;
    line-height: 51px;
    color: var(--main-colors-steel-pink);
}

.faq-intro h2 span {
    line-height: inherit !important;
    color: var(--main-colors-blue-jeans);
    font: inherit !important;
}

.faq-accordion-left {
    position: relative;
    width: 29%;
}

.faq-accordion-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.faq-accordion-right {
    width: 66%;
}

.faq-question h3 {
    font-size: 20px;
    color: #1D1D1F;
    font-weight: 500;
    line-height: 28px;
    max-width: 90%;
}

.faq-question {
    position: relative;
    cursor: pointer;
}

.faq-answer {
    margin: 8px 0px 0px;
    display: none;
}

.faq-answer p {
    color: #5B5B5F;
    font-size: 16px;
    line-height: 27px;
    font-weight: 300;
    font-family: 'Plus Jakarta Sans' !important;
}

.faq-accordion-row {
    padding: 32px 0px;
    border-bottom: 1px solid #E6E6E7;
}

.faq-accordion-row:first-child {
    padding-top: 0px;
}

.faq-accordion-row:last-child {
    padding-bottom: 0px;
    border-bottom: 0px;
}

.faq-intro p {
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
    color: #5B5B5F;
    margin: 8px 0px 32px;
}

.faq-accordion-left a {
    border-radius: 200px;
    background: var(--main-colors-steel-pink, #CE3FB7);
    padding: 15px 36px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    line-height: normal !important;
}

.faq-question::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 2px;
    background-color: #1D1D1F;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.faq-question::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 14px;
    background-color: #1D1D1F;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 6px;
    transition: .4s ease-in-out;
}

.faq-question.active h3 {
    color: var(--main-colors-steel-pink);
}

.faq-question.active::before {
    height: 0px;
}

.faq-question.active::after {
    background-color: var(--main-colors-steel-pink);
}

.faq-accordion-icon {
    position: absolute;
    left: -60px;
    bottom: -60px;
    max-width: 456px;
}

.faq-accordion-icon img {
    width: 100%;
    max-width: 100%;
}
.contact-form-section {
    padding: 80px 0px;
    position: relative;
    overflow: hidden;
}

.contact-icon {
    position: absolute;
    left: -60px;
    bottom: -70px;
    opacity: .6;
}

.contact-form-intro h2 {
    font-size: 42px;
    font-weight: 600;
    line-height: 51px;
    color: var(--main-colors-steel-pink);
}

.contact-form-intro h2 span {
    font: inherit !important;
    color: var(--main-colors-blue-jeans);
}

.contact-form-left {
    width: 29%;
}

.contact-form-intro {
    margin: 8px 0px 0px;
}

.contact-form-intro p {
    font-size: 16px;
    line-height: 27px;
    color: var(--neutral-grey-06, #5B5B5F);
    font-weight: 400;
}

.contact-form-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact-form-right {
    position: relative;
    width: 60%;
}

.contact-common-field label {
    display: inline-block;
    font-size: 14px;
    font-family: 'Plus Jakarta Sans' !important;
    color: var(--neutral-grey-06, #5B5B5F);
    font-weight: 300;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    transition: 0s ease-in-out;
    left: 0;
}

.contact-common-field label span {
    color: var(--main-colors-steel-pink);
}

.contact-common-field input, .contact-common-field textarea, .contact-common-field select {
    width: 100%;
    box-sizing: border-box;
    border: 0px;
    border-bottom: 1px solid #E6E6E7;
    border-radius: 0px;
    height: 48px;
    outline: none !important;
    background-color: transparent !important;
    padding: 10px 0px;
    color: #5B5B5F;
    font-family: 'Plus Jakarta Sans' !important;
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    z-index: 9;
    position: relative;
}
.contact-common-field input, .contact-common-field textarea {
    outline: none !important;
    box-shadow: none !important;
    padding: 10px 0px !important;
}
.contact-form-field-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.contact-flex-field {
    width: 48%;
}

.contact-common-field textarea {
    height: 100px;
    resize: none;
}

.contact-common-field {
    position: relative;
}

.contact-form-button {
    margin: 60px 0px 0px;
    text-align: right;
}

.contact-form-button button {
    border-radius: 200px;
    background: #CE3FB7;
    padding: 15px 47px;
    color: var(--main-colors-white, #FFF);
    text-align: center;
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
    border: 1px solid #CE3FB7;
    outline: none !important;
    box-shadow: none;
}

.contact-form-button button:hover {
    color: #CE3FB7;
    background-color: transparent;
}
/* .contact-common-field input:focus + label, .contact-common-field textarea:focus + label, .contact-common-field input:not(:placeholder-shown) + label, .contact-common-field textarea:not(:placeholder-shown) + label {
    opacity: 0;
} */
.contact-common-field input:not(:placeholder-shown) + label, .contact-common-field textarea:not(:placeholder-shown) + label {
    opacity: 0;
}
.contact-common-field input::placeholder, .contact-common-field textarea::placeholder {
    opacity: 0;
}

.mobile-year {
    display: none;
}
  .contact-common-field input, .contact-common-field textarea, .contact-common-field select {
    outline: none !important;
    box-shadow: none !important;
}
.form__message {
    color: #545454 !important;
    font-family: 'Plus Jakarta Sans';
    font-weight: 500;
}
.form__message {
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
}



@media only screen and (max-width: 1280px) {
    /* .why-us-main {
        padding: 0 20px;
    } */
    /* .faq-accordion-main {
        padding: 0 20px;
    } */
    /* .contact-form-main {
        padding: 0 20px;
    } */
    .timeline-year {
        min-height: 360px;
    }
}
@media screen and (max-width: 1264px) {
    .container {
        padding: 0 20px;
    }

}
@media only screen and (max-width: 1200px) {
    .about-welcome-main {
        padding: 0 20px;
    }
    
    .about-welcome-left {
        width: 30%;
    }
    
    .about-welcome-head h2 {
        font-size: 32px;
    }
    
    .stat-number span, .stat-number p {
        font-size: 26px;
    }
    
    .stat-name p {
        font-size: 14px;
    }
    
    .about-single-statistic {
        padding: 0 20px;
    }
    
    .content-row-image::after {
        background-size: 100% 100%;
        right: 1px;
        bottom: 0px;
        width: 90%;
        height: 90%;
        left: auto;
        top: auto;
    }
    
    .content-row-image {
        padding: 0px 15px 15px 0px;
    }
    
    .about-timeline-main {
        padding: 0 20px;
    }
    
    .timeline-content-row {
        opacity: 1 !important;
        visibility: visible !important;
    }
    
    .timeline-year {
        height: 200px;
    }
    
    .timeline-year h2 {
        font-size: 44px;
    }
    .core-values-head h2 { 
        font-size: 32px;
    }
    .why-us-content h2 {
        font-size: 32px;
        line-height: 42px;
    }
    /* .why-us-main {
        padding: 0 20px;
    }
    .why-us-main-section, .faq-accordion-section {
        padding: 40px 0px;
    } */

    .faq-intro h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .faq-question h3 {
        font-size: 18px;
        line-height: 26px;
    }
    .faq-intro p {
        font-size: 14px;
        line-height: 24px;
    }
    .faq-answer p {
        font-size: 14px;
        line-height: 24px;
    }
    
    .contact-form-intro h2 {
        font-size: 32px;
        line-height: 46px;
    }
    
    .contact-form-left {
        width: 26%;
    }
    .faq-accordion-icon {
      max-width: 300px;
    }
    .faq-accordion-icon {
        left: -40px;
        bottom: -40px;
    }
}
@media only screen and (max-width: 1199px) {
    .about-timeline-left, .about-timeline-right {
        max-height: fit-content;
    }
    .timeline-year {
        min-height: auto;
    }
}
/* @media only screen and (max-width: 1060px) {
   .timeline-year {
        min-height: 230px;
    }
    .about-timeline-left, .about-timeline-right {
        max-height: 750px;
    }
} */

@media only screen and (max-width: 992px) {
    .about-welcome-section {
        padding: 40px 0px;
    }
    
    .about-welcome-head h2 {
        line-height: normal;
    }
    
    .about-single-statistic {
        width: 48%!important;
        min-width: fit-content;
    }
    
    .about-single-statistic:nth-child(even) {
        border-right: 0px;
    }
    
    .about-single-statistic:nth-child(odd) {
        padding-left: 0px;
    }
    
    .stat-name p {
        letter-spacing: 1px;
    }
    
    .about-welcome-stats-flex {
        row-gap: 30px;
    }
    
    .about-timeline-section {
        padding: 40px 0px;
    }
    
    .content-row-data p {
        font-size: 14px;
        line-height: 21px;
    }
    
    .timeline-year h2 {
        font-size: 34px;
    }
    
    .timeline-content-row:not(:last-child) {
        margin-bottom: 50px;
    }
    
    .core-values-head h2 {
        line-height: normal;
    }
    .core-values-section, .contact-form-section {
        padding: 40px 0px;
    }
    .why-us-content h2 {
        line-height: normal;
    }    
   
    
    .why-us-image img {
        max-height: 95%;
    }
    .why-us-image {
        height: 420px;
    }
    .contact-form-left {
        width: 32%;
    }
    .faq-accordion-icon, .contact-icon {
        max-width: 300px;
    }
    .core-values-left {
        width: 28%;
    }
    .why-us-left {
        width: 48%;
    }
    .why-us-rows:nth-child(2n) .why-us-flex .why-us-left {
        width: 49%;
    }
    .why-us-main {
        padding: 0 0px;
    }
    .contact-icon {
        left: -40px;
        bottom: -50px;
    }
    .about-single-statistic:nth-child(2n) {
        border-left: 0px;
        position: relative;
    }
    
    .about-single-statistic:nth-child(2n)::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        left: -50px;
        top: 0;
        background-color: #E6E6E7;
    }
}

@media only screen and (max-width: 767px) {
    .common-banner-content h1 {
        font-size: 24px;
        text-align: center;
    }
    
    .about-welcome-left {
        width: 100%;
    }
    
    .about-welcome-section {
        padding: 20px 0px;
    }
    
    .about-welcome-right {
        width: 100%;
        margin: 20px 0px 0px;
    }
    
    .about-welcome-content p:not(:last-child) {
        margin-bottom: 20px;
    }
    
    .about-welcome-content p {
        font-size: 14px;
        line-height: 24px;
    }
    
    .stat-number span, .stat-number p {
        font-size: 20px;
        line-height: normal;
    }
    
    .stat-name {
        margin: 5px 0px 0px;
    }
    
    .stat-name p {
        font-size: 10px;
        line-height: 18px;
        letter-spacing: 0;
    }
    
    .about-single-statistic {
        width: 50% !important;
    }
    
    .about-single-statistic {
        padding: 0 10px;
    }
    
    .about-welcome-stats-flex {
        row-gap: 20px;
    }
    
    .about-timeline-section {
        padding: 20px 0px;
    }
    
    .core-values-left {
        width: 100%;
    }
    
    
    .about-timeline-left {display: none;}
    
    .about-timeline-right {
        width: 100%;
    }
    
    .timeline-content-container {
        padding: 0px;
    }
    
    .content-row-image {
        width: 100%;
        margin: 0 auto 20px;
        max-width: 55%;
    }
    
    .content-row-flex {
        flex-wrap: wrap;
    }
    
    .content-row-data {
        width: 100%;
    }
    
    .timeline-content-row:not(:last-child) {
        margin-bottom: 30px;
    }
    
    .core-values-section {
        padding: 20px 0px;
    }
    
    .core-values-right {
        margin: 20px 0px 0px;
        width: 100%;
    }
    
    .our-values-paragraph p {
        font-size: 14px;
    }
    
    .core-values-main {
        padding: 0 20px;
    }
    .mobile-year {
        display: block;
    }
    
    .mobile-year h2 {
        font-size: 36px;
        font-weight: 600;
        line-height: 46px;
        opacity: 1;
        color: var(--main-colors-steel-pink);
        transition: .4s ease-in-out;
    }
    .common-banner-content h1 span {
        display: inline-block;
    }
    
    .why-us-left {
        width: 100%;
    }
    
    .why-us--right {
        width: 100%;
        margin: 20px 0px 0px;
    }
    
    .why-us-image {
        height: 320px;
        border-radius: 45px;
    }
    
    .why-us-content h2 {
        font-size: 24px;
    }
    
    .why-us-content p {
        font-size: 14px;
    }
    .faq-accordion-section, .contact-form-section {
        padding: 20px 0px;
    }
    .faq-accordion-left {
        width: 100%;
        margin: 0 0 20px;
    }
    
    .faq-accordion-right {
        width: 100%;
    }
    
    .faq-accordion-icon {
        max-width: 170px;
        left: 0px;
        bottom: 0px;
    }
    .contact-form-left {
        width: 100%;
        margin: 0 0 20px;
    }
    
    .contact-form-right {
        width: 100%;
    }
    
    .contact-form-field-flex {
        margin-bottom: 20px;
    }
    
    .contact-flex-field {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .contact-flex-field:last-child {
        margin-bottom: 0px;
    }
    
    .contact-icon {
        max-width: 120px;
        left: 0px;
        bottom: 0px;
    }
    .common-banner-content h1 {
        line-height: normal;
    }
      
    .faq-accordion-section {
        padding: 20px 0 200px;
    }
    
    .faq-accordion-icon {
        bottom: 0;
    }
    .about-welcome-head h2 span {
        display: block;
    }
    .why-us-rows:nth-child(2n) .why-us-flex .why-us-left {
        width: 100%;
    }
    .why-us-rows:not(:last-child) {
        margin-bottom: 40px;
    }
    .faq-question h3 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 600px) {
  .why-us-main {
      padding: 0;
  }
  .why-us-main, .faq-accordion-main, .contact-form-main {
    padding: 0px;
  }
  .contact-icon {
      left: 0px;
      bottom: 0px;
  }
  

}

@media only screen and (max-width: 500px) {
    .approach-step {
        width: 100px;
        height: 100px;
    }
    .approach-step-image img {
        width: 30px;
        height: 30px;
    }
    .appraoch-step-name p {
        font-size: 12px;
    }
    .approach-text h4 {
        font-size: 20px;
        line-height: 26px;
    }
    /* .faq-accordion-section .container {
        padding: 0px;
    } */
    .approach-step:nth-child(1) {
        top: 10px;
        left: 15px;
    }
    .approach-step:nth-child(2) {
        top: 10px;
        right: 15px;
    }
    .approach-step:nth-child(3) {
        bottom: 10px;
        left: 15px;
    }
    .approach-step:nth-child(4) {
        right: 10px;
        bottom: 15px;
    }
}

@media only screen and (max-width: 420px) {
    .approach-step:nth-child(1) {
        top: 5px;
        left: 10px;
    }
    .approach-step:nth-child(2) {
        top: 5px;
        right: 10px;
    }
    .approach-step:nth-child(3) {
        bottom: 5px;
        left: 10px;
    }
    .approach-step:nth-child(4) {
        right: 5px;
        bottom: 10px;
    }
}

@media only screen and (max-width: 400px) {
    .approach-step:nth-child(1) {
        top: 0;
        left: 0;
    }
    .approach-step:nth-child(2) {
        top: 0;
        right: 0;
    }
    .approach-step:nth-child(3) {
        bottom: 0;
        left: 0;
    }
    .approach-step:nth-child(4) {
        right: 0;
        bottom: 0;
    }
  .approach-text h4 {
      font-size: 16px;
      line-height: 26px;
  }
}

@media only screen and (max-width: 350px) {
    .approach-step {
        width: 70px;
        height: 70px;
    }
   
    
    
    
    .approach-step-image img {
        width: 25px;
        height: 25px;
    }
    
    .appraoch-step-name p {
        font-size: 10px;
    }
    
    .approach-text {
        top: 0;
    }
    
    .approach-step:nth-child(1) {
        top: 10px;
        left: 12px;
    }
    
    .approach-step:nth-child(2) {
        top: 10px;
        right: 10px;
    }
    

    
    .approach-step:nth-child(3) {
        bottom: 10px;
        left: 10px;
    }
    
    .approach-step:nth-child(4) {
        bottom: 10px;
        right: 10px;
    }
}

/* ============================================================
   Collection Filter UX — Open by Default, Sticky Sidebar, Facet Counts
   ============================================================ */

/* Sticky vertical filter sidebar on desktop */
@media screen and (min-width: 990px) {
  .facets-vertical .facets-wrapper {
    position: sticky;
    top: 2rem;
    max-height: calc(100vh - 4rem);
    overflow-y: auto;
    scrollbar-width: thin;
  }

  /* Show facet total count in muted style */
  .facets__count-total {
    color: rgba(var(--color-foreground), 0.5);
    font-size: 0.9em;
  }
}

/* Active filter pills — more prominent */
.active-facets__button-inner.button.button--tertiary {
  font-size: 1.2rem;
  gap: 0.4rem;
}

/* ============================================================
   Product Card Enhancements — Condition Badge, Scarcity, Variant Pills
   ============================================================ */

/* Condition badge — overlays product image */
.card__condition-badge {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.3rem 0.8rem;
  border-radius: 2rem;
  line-height: 1.4;
}

.badge--condition-like-new {
  background-color: #d4edda;
  color: #155724;
}

.badge--condition-excellent {
  background-color: #cce5ff;
  color: #004085;
}

.badge--condition-good {
  background-color: #fff3cd;
  color: #856404;
}

/* Scarcity indicator */
.card__scarcity {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #c0392b;
  margin: 0;
}

.card__scarcity-dot {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #c0392b;
  flex-shrink: 0;
  animation: scarcity-pulse 1.5s ease-in-out infinite;
}

@keyframes scarcity-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

/* Sold out + Sale badge — magenta pill (sync load, overrides base.css scheme colors) */
.card__badge .badge,
.card__badge .badge--bottom-left {
  background: #C72F8F;
  color: #fff;
  border-radius: 40px;
}

/* Notify Me — purple pill with bell icon */
.card__notify-me {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  background: #5B21A8;
  border-radius: 40px;
  padding: 0.5rem 1.3rem;
  text-decoration: none;
  margin-top: 0.6rem;
  line-height: 1;
  letter-spacing: 0.1rem;
}
.card__notify-me:hover {
  background: #4a1a8f;
  text-decoration: none;
}
.card__notify-me-icon {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  flex-shrink: 0;
  stroke: #fff;
  overflow: visible;
}

/* Variant pills — storage/color options */
.card__variant-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.4rem;
}

.card__variant-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem 0.7rem;
  font-size: 1.1rem;
  font-weight: 500;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
  border-radius: 0.3rem;
  color: rgb(var(--color-foreground));
  text-decoration: none;
  line-height: 1.4;
  transition: border-color 0.15s, background-color 0.15s;
}

.card__variant-pill:hover {
  border-color: rgb(var(--color-foreground));
  background-color: rgba(var(--color-foreground), 0.05);
}

.card__variant-pill--unavailable {
  opacity: 0.4;
  text-decoration: line-through;
  pointer-events: none;
}
}