#merchandise .hero-part p {
    color: #fff;
    font-family: "Tasman", sans-serif;
    font-weight: 500;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 84px; /* 140% */
    letter-spacing: -3.6px;
}
@media (width<484px) {
    #merchandise .hero-part p {
        font-size: 30px;
    }
}

#merchandise .hero-part div {
    color: #fff;
    font-family: "Roboto";
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 31px; /* 140.909% */
    letter-spacing: -0.11px;
}

#merchandise .title {
    font-family: "Tasman", sans-serif;
    font-weight: 500;
    display: flex;
    gap: 10px;
}

@media (max-width: 600px) {
    #merchandise .title {
        flex-direction: column;
    }
    #merchandise .title span:first-child {
        margin-bottom: -60px;
        margin-top: -40px;
    }
    #merchandise .title span:last-child {
        margin-top: -60px;
    }
}

#merchandise .title span {
    font-family: "Tasman", sans-serif;
    font-weight: 500;
    font-size: 84px;
    font-style: normal;
    font-weight: 400;
    line-height: 107px;
    letter-spacing: -5.04px;
}

@media (max-width: 1440px) {
    #merchandise .title span {
        font-size: 44px;
    }
}

@media (max-width: 600px) {
    #merchandise .title span {
        font-size: 34px;
    }
}

#merchandise .title span:nth-child(2) {
    color: #45bf7d;
}

#merchandise .title span:last-child,
#merchandise .title span:first-child {
    background: linear-gradient(180deg, #141414 0%, #747484 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#merchandise .cards div div {
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}
#merchandise .cards div div p {
    color: #fff;
    font-family: "Tasman", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.5px; /* 158.333% */
    letter-spacing: -0.36px;
    z-index: 999;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 50px 50px;
    background: linear-gradient(
        0deg,
        rgba(69, 191, 125, 0.8) 0%,
        rgba(69, 191, 125, 0) 100%
    );
    height: 50%;
    display: flex;
    align-items: flex-end;
}
#merchandise .cards div div h1 {
    border-radius: 30px 0px 0px 30px;
    background: #45bf7d;
    color: #fff;
    font-family: "Tasman", sans-serif;
    font-weight: 500;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 62.222% */
    letter-spacing: -1.35px;
    padding: 25px;
    position: absolute;
    top: 172px;
    right: 0;
    z-index: 999;
}

@media (width<1440px) {
    #merchandise .cards div div h1 {
        top: 90px;
    }
}
#merchandise .cards div div::after {
    background: rgba(69, 191, 125, 0.29);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#merchandise .box h1 {
    color: #fff;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px; /* 280% */
    letter-spacing: -1.8px;
    border-radius: 20px;
    background: #ed1c24;
    height: 67px;
    flex-shrink: 0;
    padding-right: 25px;
    padding-left: 10px;
    padding-top: 20px;
}

@media (width<1440px) {
    #merchandise .box h1 {
        font-size: 20px;
        padding-top: 15px;
    }
}

#merchandise .trucks div {
    display: flex;
    align-items: center;
    flex-direction: column;
}
#merchandise .trucks div h1 {
    color: #ed1c24;
    font-family: "Roboto";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 228.571% */
    letter-spacing: -0.07px;
}
#merchandise .trucks div p {
    color: #50555c;
    font-family: "Roboto";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 266.667% */
    letter-spacing: -0.06px;
}

#merchandise .bottom-area .first-p {
    color: #50555c;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px; /* 200% */
    letter-spacing: -0.08px;
}
#merchandise .bottom-area p {
    color: #50555c;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.08px;
}

#merchandise .bottom-area h3 {
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 84px;
    letter-spacing: -5.04px;
    color: #ed1c24; /* Assuming $ED1C24 is a color value */
    z-index: 1;
}

#merchandise .bottom-area h3 span {
    background: linear-gradient(180deg, #141414 0%, #747484 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Tasman", sans-serif;
    font-weight: 500;
}
