body.single-product .gsr-single-back-shell {
    display: flex;
    justify-content: flex-start;
    width: 80vw;
    max-width: 80vw;
    margin: 10px auto 4px;
    box-sizing: border-box;
}

body.single-product .gsr-single-back-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 36px;
    padding: 7px 11px 7px 9px;
    border: 1px solid #e5d8ce;
    border-radius: 8px;
    background: #fffdf9;
    color: #4d3d36;
    box-shadow: none;
    font-size: 0.88rem;
    font-weight: 720;
    line-height: 1;
    text-decoration: none;
}

body.single-product .gsr-single-back-button:hover,
body.single-product .gsr-single-back-button:focus-visible {
    border-color: #cdb9aa;
    background: #f7f1ec;
    color: #352f2f;
    outline: none;
}

body.single-product .gsr-single-back-button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 6px;
    background: #f1e7df;
    color: #8f5d4a;
    font-size: 1.08rem;
    line-height: 1;
}

@media (max-width: 900px) {
    body.single-product .gsr-single-back-shell {
        width: min(100%, calc(100vw - 28px));
        max-width: min(100%, calc(100vw - 28px));
        margin-top: 8px;
    }
}

@media (max-width: 520px) {
    body.single-product .gsr-single-back-button {
        min-height: 34px;
        padding: 6px 10px 6px 8px;
        font-size: 0.84rem;
    }
}
/*# sourceURL=gsr-single-back-button-inline-css */