.sm-ureviews>.head {
    margin-bottom: 14px
}

.sm-ureviews>.head+.sm-thread {
    margin-top: -6px
}

.sm-ur-imgs {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(58px, 1fr));
    grid-gap: 6px;
    height: 58px;
    padding: 0 10px;
    margin-top: 12px
}

.sm-ur-imgs>* {
    height: 58px;
    width: 100%;
    object-fit: cover;
    border-radius: 3px
}

.sm-ur-imgs>*:first-child {
    margin-left: 0
}

.sm-ur-rating-wrap {
    display: flex;
    padding: 4px var(--ph)
}

.sm-ur-rating-wrap>.left {
    flex: 3;
    border-right: 1px solid #eee;
    font-size: 12px;
    color: #777;
    text-align: center;
    padding-right: 10px
}

.sm-ur-rating-wrap>.right {
    flex: 4;
    margin-left: 12px
}

.sm-ur-rating-wrap .sm-rating {
    --size: 24px;
    margin-bottom: 6px
}

@media (min-width: 750px) {
    .sm-ur-rating-wrap>.left {
        font-size: 15px
    }

    .sm-ur-rating-wrap>.right {
        font-size: 18px
    }

    .sm-ur-rating-wrap .sm-rating {
        margin-bottom: 9px;
        --size: 32px
    }

    .sm-ur-rating-wrap .sm-rating>.text {
        font-size: 24px;
        margin-right: 9px;
        padding: 0 12px
    }
}

.sm-pc-item {
    display: grid;
    align-items: center;
    grid-template: "logo price" "shipping btn" "info info" "offers offers"
}

.sm-pc-item .logo {
    display: flex;
    flex-direction: column;
    grid-area: logo;
    margin-bottom: 8px
}

.sm-pc-item .logo>span {
    box-sizing: content-box;
    height: 2.143rem;
    width: 6.4292rem
}

.sm-pc-item .logo img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 3px
}

.sm-pc-item.featured .logo:after {
    content: "featured";
    font-size: 11px;
    background: #8eb758;
    color: #fff;
    text-align: center;
    border-radius: 0 0 3px 3px;
    margin: -4px 0 0 calc((6.4292rem - 70px)/2);
    width: 70px;
    font-weight: 500
}

.sm-pc-item.featured .logo>span {
    border-bottom: 5px solid #8eb758;
    border-radius: 3px
}

.sm-pc-item.featured .logo img {
    border-radius: 3px 3px 0 0
}

.sm-pc-item .shipping {
    grid-area: shipping;
    font-size: .8572rem;
    color: #999
}

.sm-pc-item .price {
    grid-area: price;
    justify-self: end;
    color: #008c00;
    font-size: 1.5715rem;
    line-height: 2.0002rem;
    font-weight: 700;
    margin-bottom: 8px
}

.sm-pc-item .info {
    grid-area: info;
    font-size: 13px
}

.sm-pc-item .info>* {
    margin-top: 5px
}

.sm-pc-item .info>a {
    display: block;
    margin-bottom: -4px
}

.sm-pc-item .tags {
    display: flex
}

.sm-pc-item .tags>div {
    background: #fff3e0;
    color: #79561f;
    padding: 0 6px;
    border-radius: 3px;
    border: 1px solid #ffce80;
    margin: 5px 4px 0 0
}

.sm-pc-item .btn {
    grid-area: btn;
    justify-self: end;
    min-width: 7.7151rem;
    height: 2.7145rem
}

.sm-pc-item.featured {
    background: #fbffe5
}

.sm-pc-item.oos {
    background: #f9f9f9;
    opacity: .7;
    filter: grayscale(1)
}

.sm-pc-item.oos .btn {
    background: #aaa;
    border-color: #aaa
}

.sm-pc-item .offers {
    grid-area: offers;
    margin-top: 6px;
    color: #444
}

.sm-pc-item .offers li {
    font-size: .8572rem;
    line-height: 1.4167;
    max-height: 2.8334em;
    overflow: hidden;
    margin-top: 4px
}

.sm-pc-item .offers li.hidden {
    display: none
}

.sm-pc-item .offers li.big {
    max-height: 4.2501em
}

.sm-pc-item .offers li.big+li {
    margin-top: 6px
}

.sm-pc-item .offers li:not(.notice) {
    background: var(--icon-offer) no-repeat 0 2px;
    padding-left: 20px
}

.sm-pc-item .offers li.notice {
    background: rgba(255, 152, 0, .12);
    padding: 3px 10px;
    border-radius: 3px;
    margin-bottom: 8px
}

.sm-pc-item .offers li.more {
    background: none;
    padding: 0;
    color: var(--color-link);
    text-align: center;
    cursor: pointer
}

.sm-pc-item .offers li.more:hover {
    color: var(--color-link-hover)
}

.sm-pc-item .stock-tag {
    position: absolute;
    top: 0;
    left: calc(50% - 55px);
    width: 110px;
    padding: 3px 10px;
    border-radius: 0 0 4px 4px;
    font-weight: 700;
    background: #aaa;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 13px
}

.sm-pc-item .d-btn,
.sm-pc-item .code {
    display: inline-block;
    margin-left: 6px;
    font-weight: 700;
    background: lavender;
    border-radius: 2px;
    padding: 1px 6px
}

.sm-pc-item .code {
    margin: 2px 0 0;
    background: #b2e6d5
}

@media (min-width: 750px) {
    .sm-pc-item {
        grid-template: "logo shipping price btn" "info info info info" "offers offers offers offers" / auto auto 1fr 150px;
        grid-gap: 0 32px
    }

    .sm-pc-item .logo,
    .sm-pc-item .price {
        margin-bottom: 0
    }

    .sm-pc-item .code {
        margin: 0 0 0 6px
    }

    .sm-pc-item.featured .info>* {
        margin-top: 8px
    }

    .sm-bottom-popup .sm-pc-item .price {
        margin-right: -16px
    }

    .sm-bottom-popup .sm-pc-item .stock-tag {
        width: auto;
        max-width: 108px;
        font-size: 12px;
        padding: 0 6px;
        left: calc(50% - 64px)
    }
}

.sm-pc-drop {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: .8572rem var(--ph);
    font-size: 1.0358rem;
    background: #cdfdcd
}

.sm-pc-drop.red {
    background: #ffede8
}

.sm-pc-drop.blue {
    background: #ebf5ff
}

.sm-pc-drop>div:first-child {
    flex: 1
}

.pg-prd-prc-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 1.0001rem;
    margin: -2px 0
}

.pg-prd-prc-actions>* {
    display: flex;
    align-items: center
}

.pg-prd-prc-actions>* .icon {
    --s: 16px;
    margin-right: .2857rem
}

@media (min-width: 750px) {
    .pg-prd-prc-actions {
        flex-direction: row;
        gap: 24px
    }
}

.sm-quick-specs {
    padding-bottom: 10px;
    background: aliceblue;
    word-break: break-word
}

.sm-quick-specs .heading {
    font-size: 1.0715rem;
    font-weight: 700;
    margin: 6px 0 3px;
    padding: .1428rem var(--ph);
    background: white;
    line-height: 1.5715rem
}

.sm-quick-specs .heading:first-child {
    margin-top: 0
}

.sm-quick-specs .group {
    margin-left: 0;
    font-size: 13px;
    line-height: 1.4
}

.sm-quick-specs .group li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: .2143rem solid dodgerblue;
    padding: .1714rem var(--ph);
    font-size: .9286rem
}

.sm-quick-specs .group li .s-no,
.sm-quick-specs .group li u {
    text-decoration: none;
    color: var(--color-danger)
}

.sm-quick-specs .group .rank {
    font-weight: 700;
    font-size: .8715rem;
    border-radius: 3px;
    padding: 0 .4286rem;
    line-height: 1.1429rem
}

.sm-fullspecs-grp {
    background: white
}

.sm-fullspecs-grp>.title {
    font-size: 14px;
    text-transform: uppercase;
    background: #efefef;
    padding: 3px var(--ph)
}

.sm-fullspecs-grp td {
    font-size: 13px;
    padding: 4px var(--ph) 4px 6px;
    border-bottom: 1px solid #efefef;
    word-break: break-word
}

.sm-fullspecs-grp td .icon {
    top: 2px;
    margin-right: 3px
}

.sm-fullspecs-grp td.title {
    padding-left: var(--ph);
    padding-right: 6px;
    font-weight: 700;
    color: #708090;
    width: 140px
}

.sm-fullspecs-grp tr:last-child td {
    border-bottom: 0
}

@media (min-width: 750px) {
    .sm-fullspecs.two-column {
        columns: 2;
        background: #efefef;
        gap: 0 4px
    }

    .sm-fullspecs.two-column .sm-fullspecs-grp {
        break-inside: avoid-column;
        overflow: hidden
    }
}

.pg-prd-s-score {
    display: grid;
    grid-template-columns: min-content 1fr;
    grid-template-areas: "score heading" "score rank";
    padding: 12px var(--ph);
    background: aliceblue
}

.pg-prd-s-score .score {
    grid-area: score;
    margin-right: 15px;
    text-align: center;
    width: 6.715rem;
    font-weight: 700;
    font-size: 4.1433rem;
    line-height: 4.929rem;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center
}

.pg-prd-s-score .rank {
    grid-area: rank;
    font-size: .9286rem;
    color: #777
}

.pg-prd-s-score .heading {
    grid-area: heading;
    font-size: 1.1715rem;
    line-height: 1.25;
    margin-bottom: .3571rem;
    padding-bottom: 3px;
    border-bottom: 1px dashed #bfcede;
    color: #444;
    text-transform: uppercase
}

.pg-prd-s-group {
    padding: 2px var(--ph);
    background: #ddefff;
    text-align: right;
    color: var(--color-text-semi-light)
}

.pg-prd-s-features {
    padding: 12px var(--ph);
    border: 1px solid #e1e1f9;
    border-width: 1px 0;
    background: #f2f2fd;
    background: linear-gradient(120deg, #fff 0%, #f2f2fd 50%, #e5f3ff 100%);
    color: var(--color-text-semi-light)
}

.pg-prd-s-features>li {
    font-size: .9286rem
}

.sm-ereview {
    padding-top: 12px
}

.sm-ereview>h2 {
    padding: 0 var(--ph);
    font-size: 20px;
    line-height: 1.4;
    color: #333
}

.sm-ER-tag {
    padding: 0 var(--ph) 3px;
    font-size: 13px;
    color: #888
}

.sm-ereview-rating {
    display: flex;
    padding: 2px var(--ph) 12px;
    align-items: center;
    font-size: 13px;
    color: #777
}

.sm-ereview-rating .name,
.sm-ereview-rating .date {
    margin: 0 4px
}

.sm-ereview-content {
    font-size: 14px;
    padding: 0 var(--ph) 12px;
    color: #4e5665;
    line-height: 1.6
}

.sm-ereview-content>.sm-content {
    white-space: pre-wrap
}

.sm-ereview-content>a {
    display: block;
    margin-top: 10px
}

.sm-ereview-content .pro-cons {
    padding: 10px;
    background: aliceblue;
    margin: 12px 0;
    border-radius: 4px
}

.sm-ereview-content .pro-cons li {
    display: flex;
    align-items: center;
    line-height: 1.4
}

.sm-ereview-content .pro-cons li:not(:first-child) {
    margin-top: 6px
}

.sm-ereview-content .pro-cons ul+ul {
    margin-top: 14px
}

.sm-ereview-content .pro-cons li:before {
    content: "";
    flex: 0 0 14px;
    height: 14px;
    margin-right: 6px
}

.sm-ereview-content .pros li:before {
    background: var(--icon-plus-circle)
}

.sm-ereview-content .cons li:before {
    background: var(--icon-minus-circle)
}

@media (min-width: 750px) {
    .sm-ereview>h2 {
        font-size: 22px
    }

    .sm-ereview-content {
        font-size: 15px
    }

    .sm-ereview-rating {
        font-size: 14px
    }

    .sm-ereview-rating .sm-rating {
        --size: 22px
    }
}

.sm-store-strip {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(auto, 220px);
    grid-gap: 6px;
    margin: 14px 12px 0;
    font-size: .9286rem;
    line-height: 20px;
    text-align: center
}

.sm-store-strip li {
    --i: 0;
    min-width: 0
}

.sm-store-strip li a {
    position: relative;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 2px #e7e7e7;
    border-radius: 4px;
    padding: 5px;
    background: hsl(60, 100%, calc(94% + var(--i) * 2%));
    display: block;
    color: var(--color-text)
}

.sm-store-strip li a:hover {
    box-shadow: 2px 2px 3px #0003
}

.sm-store-strip li.featured:not(.used) a {
    border-bottom: 4px solid #e9d94c
}

.sm-store-strip li.featured:not(.used) a:after {
    content: "";
    background: #e9d94c var(--icon-star) center/14px;
    width: 17px;
    height: 17px;
    display: block;
    position: absolute;
    bottom: -4px;
    right: -1px;
    border-radius: 4px 0
}

.sm-store-strip .name {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .3571rem;
    min-width: 0
}

.sm-store-strip .name span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.sm-store-strip .price {
    font-size: 1.1em;
    font-weight: 500;
    color: #006400
}

.sm-store-strip .logo {
    width: 1.2858rem;
    height: 1.2858rem;
    margin-right: .3571rem;
    border-radius: 50%
}

.sm-store-strip .notice {
    background: hsl(220, 100%, calc(87% + var(--i) * 4%));
    font-size: .8572rem;
    margin: .2857rem -5px -5px;
    border-radius: 0 0 4px 4px
}

.sm-store-strip.vertical {
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-gap: 4px
}

.sm-store-strip.vertical li a {
    display: flex;
    align-items: center;
    padding: 4px 4px 4px 8px
}

.sm-store-strip.vertical .name {
    order: 1;
    margin: 0;
    flex: 1;
    justify-content: flex-start
}

.sm-store-strip.vertical .price {
    order: 3;
    margin: 0;
    min-width: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.sm-store-strip.vertical .price:after {
    content: "";
    background: var(--icon-chevron-right);
    width: 15px;
    height: 15px;
    margin-left: 2px;
    opacity: .5
}

.sm-store-strip.vertical .notice {
    order: 2;
    margin: 0 12px;
    background: none;
    font-size: .7857rem
}

.sm-store-strip.vertical li.featured:not(.used) a {
    border-bottom: 0
}

.sm-store-strip.vertical li.featured:not(.used) a:after {
    bottom: 5px;
    right: calc(50% - 9px);
    border-radius: 50%
}

.pg-prd-pricewrap {
    margin: 12px 14px 0;
    display: grid;
    align-items: center;
    grid-template: "price drop buyBtn" 1fr "availableText availableText buyBtn" auto / auto 1fr auto
}

.pg-prd-pricewrap>.drop {
    margin-left: 12px;
    font-size: 1.0001rem;
    grid-area: drop
}

.pg-prd-pricewrap>.price {
    color: #005ebd;
    font-weight: 600;
    font-size: 1.9287rem;
    line-height: 2.2859rem;
    grid-area: price;
    cursor: pointer
}

.pg-prd-pricewrap>.text {
    grid-area: availableText;
    font-size: 13px;
    margin-top: 3px
}

.pg-prd-pricewrap>.text.dim {
    color: #919191
}

.pg-prd-pricewrap>.buy-btn {
    grid-area: buyBtn;
    margin-left: .8572rem;
    min-width: 8.1437rem;
    height: 3.1431rem;
    font-size: 1.2858rem
}

.pg-prd-pricewrap>.buy-btn .logo {
    width: 1.5001rem;
    height: 1.5001rem;
    margin: 0 -4px 0 .5714rem;
    opacity: .7;
    border-radius: 50%
}

.pg-prd.not-in-stock .pg-prd-pricewrap {
    filter: grayscale(1)
}

.pg-prd.oos .pg-prd-pricewrap {
    opacity: .7
}

.pg-prd-pricedesc {
    margin: 14px 0 10px
}

.pg-prd-price-actions {
    display: grid;
    grid-auto-flow: column;
    justify-content: space-between;
    background: lavender;
    color: #5b6976;
    padding: 0 10px;
    margin: 12px 0 0
}

.pg-prd-price-actions>* {
    display: flex;
    align-items: center;
    padding: 12px 0;
    font-size: 1.0001rem;
    cursor: pointer
}

.pg-prd-price-actions>*:hover {
    color: var(--color-link)
}

.pg-prd-price-actions>* span {
    margin-left: .2857rem
}

.pg-prd-price-actions>* .icon {
    --s: 1.1429rem
}

@media (max-width: 750px) {
    .pg-prd-pricewrap:last-child {
        margin-bottom: 12px
    }
}

@media (min-width: 750px) {
    .pg-prd-pricewrap {
        margin-top: 0
    }

    .pg-prd-price-actions {
        justify-content: space-around;
        border-radius: 4px;
        margin: 12px 12px 8px
    }

    .pg-prd-price-actions>* {
        font-size: 14px;
        padding: 8px 0
    }
}

@media (min-width: 1060px) and (max-width: 1124px) {
    .pg-prd-price-actions>* {
        font-size: 12px
    }
}

.sm-variants>div {
    font-size: 12px;
    color: var(--color-text-semi-light);
    cursor: pointer
}

.sm-variants>div>a {
    font-size: 14px;
    margin-bottom: 4px
}

.sm-variants>div.active {
    font-weight: 700;
    background: aliceblue
}

.sm-variants>div:hover {
    background: honeydew
}

.sm-variants.compact {
    display: flex;
    margin: 0 24px 10px 12px
}

.sm-variants.compact>div {
    flex: 0 0 33.3333%;
    margin-right: 6px;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 2px #e7e7e7;
    border-radius: 4px;
    padding: 4px 10px
}

.sm-variants.compact>div>a {
    word-break: break-all
}

.sm-variants.compact>div.active {
    border: 2px solid var(--color-link) !important;
    box-shadow: 1px 1px 4px #c7c7c7
}

.sm-variants.compact>div:hover {
    border: 1px solid var(--color-link);
    box-shadow: 2px 2px 3px #0003
}

.sm-variants.full>div {
    padding: 6px 12px;
    border-bottom: 1px solid #eee;
    box-shadow: none
}

.pg-prd-main {
    position: relative
}

.pg-prd-main>.tag {
    position: absolute;
    top: 8px;
    left: 0;
    padding: 3px 10px;
    border-radius: 0 4px 4px 0;
    font-weight: 700;
    background: #ffb733;
    color: #fff
}

.pg-prd.oos .pg-prd-main>.tag {
    background: #d20f0f
}

.pg-prd-head {
    box-sizing: border-box;
    padding: 0 12px;
    margin-bottom: 12px
}

.pg-prd-head>.subtext {
    display: flex;
    align-items: center;
    font-size: .9286rem;
    line-height: 1.3333;
    color: #888;
    margin-top: 6px
}

.pg-prd-head>.subtext .liner {
    font-size: 14px;
    line-height: 21px
}

.pg-prd-head>.subtext .liner strong {
    font-size: 16px;
    color: #005ebd;
    cursor: pointer
}

.pg-prd.oos .pg-prd-head>.subtext {
    filter: grayscale(1)
}

.pg-prd-top {
    background: white;
    padding: 12px 0
}

.pg-prd-top .sm-desc {
    margin-bottom: 0
}

.pg-prd-rating {
    flex: 1;
    display: flex;
    align-items: center
}

.pg-prd-rating .sm-rating {
    --size: 1.4287rem
}

.pg-prd-gvar-notice {
    margin: -12px 0 12px;
    display: flex;
    flex-direction: column;
    gap: 3px
}

.pg-prd-imgs {
    height: 100vw;
    max-height: 420px;
    background: white
}

.pg-prd-imgs img {
    border-radius: 0
}

.pg-prd-main-left .img-text {
    text-align: center;
    font-size: .8572rem;
    color: #757575;
    background: white;
    padding-top: 5px;
    margin-bottom: -4px
}

@media (max-width: 750px) {
    .pg-prd-head>.subtext {
        flex-direction: column;
        align-items: flex-start
    }

    .pg-prd-head>.subtext .liner {
        background: aliceblue;
        padding: 4px 12px;
        width: calc(100% + 24px);
        margin: 10px -12px 0
    }

    .pg-prd-imgs .sm-swiper>div {
        padding-top: 10px
    }

    .pg-prd-imgs.has-specs-img .sm-swiper>div:nth-child(2) {
        padding-top: 0
    }

    .pg-prd-imgs .sm-swiper-thumbs,
    .pg-prd-h-feat {
        display: none
    }
}

@media (min-width: 750px) {
    .pg-prd-main {
        display: flex;
        background: white;
        border-radius: 4px;
        box-shadow: 1px 1px 2px -1px #ccc;
        border: 1px solid gainsboro
    }

    .pg-prd-main .sm-box-title h3 {
        font-size: 16px
    }

    .pg-prd-main .sm-box-header {
        padding-bottom: 10px
    }

    .pg-prd-main .sm-box-item {
        border-top: 0;
        font-size: 14px;
        padding: 4px var(--ph) 10px
    }

    .pg-prd-main-left {
        flex: 0 0 420px;
        max-width: 420px;
        display: flex;
        flex-direction: column
    }

    .pg-prd-main-left .img-text {
        padding: 0;
        margin-top: -4px;
        background: aliceblue
    }

    .pg-prd-main-left .img-extra {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 8px 10px
    }

    .pg-prd-main-left sm-dap {
        margin: 6px 0
    }

    .pg-prd-imgs {
        padding: 14px 0;
        height: 530px;
        max-height: 530px;
        border-bottom: 6px solid aliceblue
    }

    .pg-prd-imgs .sm-swiper-indicators {
        display: none
    }

    .pg-prd-top {
        padding: 0 0 12px;
        background: transparent;
        grid-area: t
    }

    .pg-prd-head>.subtext .liner {
        background: #dbeeff;
        border-radius: 4px 0 0 4px;
        padding: 4px 16px;
        margin: 0 -22px
    }

    .pg-prd-main-right {
        flex: 1;
        background: aliceblue;
        padding: 12px 10px 8px;
        display: grid;
        grid-template: "t t" min-content "da da" min-content "a a" min-content "p f" min-content "v f" 1fr / 1fr min-content
    }

    .pg-prd-main-right .sm-box:not(.notice) {
        background: transparent;
        border: 0;
        box-shadow: none;
        margin-bottom: 0
    }

    .pg-prd-main-right .sm-desc>span {
        background: linear-gradient(to left, rgba(240, 248, 255, 1) 0, rgba(240, 248, 255, 1) 37%, rgba(240, 248, 255, 0) 100%)
    }

    .pg-prd-main-right sm-dap {
        grid-area: da;
        margin: 0 6px 14px
    }

    .pg-prd-main-right>div+div {
        border-top: 0
    }

    .pg-prd-h-feat {
        grid-area: f;
        width: 244px;
        margin: 14px -10px -8px 8px !important
    }

    .pg-prd-h-feat:not(.empty) {
        background: #dbeeff !important;
        border-radius: 4px 0
    }

    .pg-prd-h-feat .sm-feat {
        columns: 1
    }

    .pg-prd-actions {
        grid-area: a;
        margin: 0 -10px;
        border: 0;
        border-radius: 0;
        background: white
    }

    .pg-prd-h-pw {
        grid-area: p
    }

    .pg-prd-var {
        grid-area: v
    }

    .pg-prd-gvar-notice {
        margin: -2px 12px 12px;
        flex-direction: row;
        gap: 7px
    }
}

@media (min-width: 750px) and (max-width: 1060px) {
    .pg-prd-main-left {
        flex: 0 0 340px;
        max-width: 340px
    }

    .pg-prd-main-right {
        padding: 12px 0 0;
        grid-template: "t t" min-content "da da" min-content "a a" min-content "p p" min-content "v v" 1fr "f f" min-content / 1fr min-content
    }

    .pg-prd-h-feat:not(.empty) {
        margin: 8px 0 0 !important;
        width: 100%
    }

    .pg-prd-head>.subtext {
        flex-direction: column;
        align-items: flex-start
    }

    .pg-prd-head>.subtext .liner {
        margin: 8px 0 0;
        border-radius: 4px
    }

    .pg-prd-actions {
        margin: 0;
        padding: 0
    }

    .pg-prd-actions>ul {
        grid-gap: 26px
    }

    .pg-prd-actions li {
        font-size: 13px
    }
}

.pg-prd-aside-actions {
    margin: 0;
    box-shadow: 1px 1px 2px #e7e7e7;
    border: 1px solid #e3e3e3
}

.pg-prd-aside-actions:has(> :nth-child(3)) {
    justify-content: space-between
}

.sm-price-history {
    height: 374px;
    padding-bottom: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.sm-vard-filters {
    display: flex;
    gap: 5px 7px;
    overflow: auto
}

.sm-vard-filters>div {
    padding: 5px 12px;
    border-radius: 3px;
    border: 1px solid #a9a9a9;
    box-shadow: 1px 1px 2px #e9e9e9;
    cursor: pointer;
    position: relative;
    white-space: nowrap
}

.sm-vard-filters>div:hover {
    border: 1px solid #007AF5;
    background: honeydew
}

.sm-vard-filters>div.on {
    border: 2px solid #007AF5;
    padding: 4px 11px;
    color: #007af5;
    text-shadow: -.05ex 0 currentColor, .05ex 0 currentColor
}

.sm-vard-filters>div.on:after {
    position: absolute;
    content: "";
    background: var(--icon-checkbox);
    opacity: .8;
    width: 16px;
    height: 16px;
    top: -3px;
    right: -3px
}

.sm-vard-item {
    display: grid;
    align-items: center;
    grid-gap: 0 8px;
    grid-template: "name price" "score btn" "tags btn"
}

.sm-vard-item .name {
    grid-area: name;
    font-size: 1.05rem
}

.sm-vard-item .price {
    grid-area: price;
    justify-self: end;
    color: #008c00;
    font-size: 1.3rem;
    line-height: 1.4;
    font-weight: 700
}

.sm-vard-item .btn {
    grid-area: btn;
    justify-self: end;
    height: 2.2rem;
    font-size: .88rem
}

.sm-vard-item .tags {
    grid-area: tags;
    font-size: .95rem;
    color: var(--color-text-semi-light)
}

.sm-vard-item .score {
    grid-area: score;
    padding: 2px 8px;
    border-radius: 3px;
    line-height: 1.4287rem;
    display: flex;
    align-items: center;
    justify-self: start;
    margin: 1px 0 7px
}

.sm-vard-item .score>b {
    font-size: 1.3572rem
}

.sm-vard-item .score>small {
    font-size: 13px;
    opacity: .9;
    margin-left: 6px
}

.sm-vard-th {
    display: none
}

@media (max-width: 750px) {
    .sm-vard-item .price {
        margin-bottom: 6px
    }
}

@media (min-width: 750px) {
    .sm-vard-filters {
        flex-wrap: wrap
    }

    .sm-vard-item {
        grid-template: "name score price btn" "tags tags tags tags" / auto 1fr 120px 130px;
        grid-gap: 0 32px
    }

    .sm-vard-item .score {
        margin: 0;
        justify-self: end
    }

    .sm-vard-th {
        display: grid;
        grid-template-columns: auto 1fr 120px 130px;
        grid-gap: 0 32px;
        border-bottom: 1px solid #eee;
        background: #efefef;
        padding: 10px var(--ph)
    }

    .sm-vard-th>b:not(:first-child) {
        justify-self: end;
        margin-right: 2px
    }
}

@media (min-width: 750px) {
    .pg-prd-main+.aside-360 {
        margin-top: var(--mv)
    }

    .pg-prd .related-p .sm-product:nth-child(n + 9) {
        display: none
    }
}