.also-buy {
    width: 100%;
    padding: 30px;
    background-color: #f9f9f9;
    border-radius: 10px;
    margin-top: 40px;
}

.also-buy > p {
    font-family: "Gotham";
    font-size: 19.5px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: -0.98px;
    text-align: left;
    color: #0a2a3b;
}

.also-buy > div {
    display: flex;
    flex-direction: row;
    background: white;
    padding: 10px 14px;
    border-radius: 10px;
    border: solid 2px rgba(241, 241, 242, 0.98);
    position: relative;
}

.also-buy > div + div {
    margin-top: 15px;
}

.also-buy > div > .promo {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Gotham";
    font-size: 10px;
    font-weight: bold;
    line-height: 1.65;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    padding: 10px 14px;
    border-radius: 0 20px 20px 20px;
    background: #fb9a01;
}

.also-buy > div > .promo p {
    margin: 0;
}

.also-buy > div > img {
    width: 86px;
    height: 86px;
    object-fit: cover;
}

.also-buy > div > div:not(.promo) {
    font-family: "Gotham book";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    text-align: left;
    color: #525252;
    margin: 5px 10px 0 15px;
}

.also-buy > div > a[submit]::before {
    content: '';
    background: url(/images/icons/store/car-white.svg) no-repeat center center;
    display: inline-block;
    height: 15px;
    width: 16px;
    margin-right: 10px;
    vertical-align: bottom;
}

.also-buy > div > a,
.page-info .also-buy > div > a[submit] {
    padding: 10px 15px 0px;
    border-radius: 20px;
    background-color: #0a2a3b;
    font-family: "Gotham";
    font-size: 0.625rem;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: normal;
    color: #fff;
    text-transform: uppercase;
    height: 35px;
    align-self: center;
    transition: var(--transition);
    cursor: pointer;
    min-width: 125px;
    margin-left: auto;
}
.page-info .also-buy > div > a:not([submit]) {
    text-align: center;
}

.also-buy > div > a:hover {
    transform: scale(1.07);
    transition: var(--transition);
}

.product-page .page-info .also-buy .prices {
    justify-content: left;
    margin: 0;
}

.product-page .page-info .also-buy .prices p {
    margin: 0;
}

.product-page .page-info .also-buy .prices .old {
    font-family: "Gotham";
    font-size: 14px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: rgba(15, 29, 63, 0.3);
}

.product-page .page-info .also-buy .prices .current {
    font-family: "Gotham";
    font-size: 14px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #0f1d3f;
}

.product-page .page-info .also-buy .prices .relative {
    font-family: "Gotham";
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: rgba(16, 29, 63, 0.3);
    margin-top: 5px;
}

.also-buy .prices p.relative:last-child {
    text-align: left;
}

.prices {
    margin: 5px 0 10px;
}

.prices + a {
    padding: 10px 15px;
    font-family: "Gotham";
	font-size: 12px;
    font-weight: bold;
    letter-spacing: normal;
    color: #fff;
    text-transform: uppercase;
    align-self: center;
    transition: var(--transition);
    cursor: pointer;
    min-width: 125px;
    margin-top: auto;
}
.prices + a[submit] span {
	font-size: inherit;
}

@media(max-width: 768px) {
    .also-buy {
        display: flex;
        
    }

    .prices + a {
        min-width: auto;
		font-size: 10px;
    }
    
    .also-buy > div {
        flex-direction: column;
        padding: 20px 14px;
        width: 50%;
    }

    .also-buy > div > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin: auto;
    }

    .also-buy > div + div {
        margin: 0 0 0 15px;
    }

    .also-buy > div > div:not(.promo) {
        margin: 10px auto;
        text-align: center;
        font-size: 1rem;
    }

    .also-buy > div > a {
        margin: 10px auto 0;
        padding: 10px 15px;
    }

    .product-page .page-info .also-buy .prices {
        justify-content: center;
    }

    .product-page .page-info .also-buy .prices .current {
        font-size: 0.875rem;
    }

    .store.product-page .top .page-info a {
        width: 100%;
        text-align: center;
    }

    .product-page .description .tabs {
        justify-content: center;
    }

    .product-page .description .content > * p {
        padding: 0 20px;
    }
}

@media(max-width: 435px) {

    .also-buy {
        display: flex;
        flex-direction: column;
    }

    .also-buy > div {
        flex-direction: column;
        padding: 20px 14px;
        width: 100%;
    }

    .also-buy > div + div {
        margin: 15px 0 0;
    }
}

.related-products > p {
    font-family: "Gotham book";
    font-size: 1.88rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: -1.53px;
    text-align: center;
    color: #101d3f;
    margin-bottom: 60px;
}