p {
    margin: 0;
}

.steps i {
    opacity: 0;
    color: #5cb85d;
}

.offerbar {
    background-color: #0071DC !important;
}

.offerbar h4 {
    color: #FFF;
    margin: 0;
}

.offerbaroftheday {
    color: #000;
    background: #FFF;
    font-weight: 500;
}

.payment2-content {
    margin: 0 15px;
}

.secondStep.steps-step1, .steps-step2 {
    opacity: 0.5;
}

.ui-form__block {
    position: relative;
}

.ui-form__block .form-cards {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translatey(-50%);
}

.cnum {
    width: 120px;
}

.cvv {
    width: 35px;
}

.secondStep.steps-step2, .secondStep.steps i {
    opacity: 1;
}

.offer {
    background: #0755a1;
    color: #fff;
    padding: 3px 0 3px 10px;
}

.grey-bg {
    background-color: #fff;
}

.ui-input {
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    background-color: #fff;
}

.ui-form__submit-button {
    background-color: #F26705;
}

.header {
    color: #fff;
    text-align: center;
    padding-top: 15px;
}

.header p {
    margin-bottom: 0;
    font-weight: 400;
}

.header h1 {
    font-weight: 500;
}

.product {
    position: relative;
}

.circle-price {
    border-radius: 50%;
    background: radial-gradient(ellipse at 20% 80%, #39a6f4 0%, #0376CA 62%, #025997 100%);
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -15px;
    right: -15px;
    height: 100px;
    width: 100px;
}

.price {
    line-height: 1;
    font-weight: 700;
}

.price-title {
    font-size: 17px;
}

.currency {
    font-size: 24px;
}

.form-wrapper {
    padding: 0;
    border-radius: 5px;
}

.form-header {
    background-color: #0371DC;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}

.details-text {
    border-bottom: 1px solid #fff;
}

.stock {
    border-block: 1px solid #e4e4e4;
}

.stock-text {
    margin: 10px 0;
    font-size: 18px;
    color: #ff0000;
}

ul {
    padding-left: 1rem;
    font-weight: 500;
    margin-top: 10px;
}

.form-wrapper {
    background: #f3f3f3;
}

hr {
    border-top: 1px solid #F26705;
}

.bottom-line {
    border-top: 1px solid #464646;
}

select.ui-input {
    padding: 7px 32px 7px 15px;
}

.payment2-footer {
    width: 237px;
    height: 31px;
    background: url(../img/card-footer.svg?rev=2) center center no-repeat;
    margin-bottom: 15px;
}

.text-below {
    text-align: center;
    color: #333;
    max-width: 800px;
    margin: 50px auto 20px;
    padding: 0 15px;
}

.product__img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.product__img--description {
    display: block;
    margin: 0 auto 20px;
    padding: 0 15px;
}

.terms {
    background-color: #0755a1;
}

.terms small {
    color: #fff;
}

.thumbnail-row img {
    width: 80px;
    height: auto;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.3s;
}

.thumbnail-row img:hover {
    border-color: #007bff;
}

.thumbnail-row {
    overflow-x: auto;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
}

.thumbnail-row img {
    scroll-snap-align: start;
    margin-right: 10px;
}

.features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 20px;
    max-width: 900px;
    margin: 0 auto;
}

.feature-cell {
    background: #f5f5f7;
    border-radius: 18px;
    padding: 24px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.feature-cell--highlight {
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.feature-img-placeholder {
    width: 100%;
    max-width: 180px;
    height: 120px;
    background: #d1d1d6;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6e6e73;
    font-size: 12px;
    text-align: center;
    padding: 8px;
}

.feature-img-placeholder--tall {
    height: 160px;
    max-width: 220px;
}

.feature-img-placeholder--icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    max-width: 72px;
}

.feature-tag {
    font-size: 18px;
    font-weight: 600;
    background: linear-gradient(90deg, #bf5af2, #ff375f);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.feature-label {
    font-size: 15px;
    color: #1d1d1f;
    line-height: 1.4;
    margin: 0;
}

.feature-sublabel {
    font-size: 13px;
    color: #6e6e73;
    margin: 0;
}

@media (max-width: 600px) {
    .features-grid {
        grid-template-columns: 1fr;
    }
}