.product-page {
    padding: 18px 0 48px;
    background:
        radial-gradient(circle at top left, rgba(255, 90, 31, .08), transparent 28%),
        linear-gradient(180deg, #ffffff 0, #f5f7fa 44%, #ffffff 100%);
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--muted);
    font-size: 13px;
    margin-bottom: 14px;
    overflow-x: auto;
    white-space: nowrap;
}

.breadcrumb a:hover {
    color: var(--orange);
}

.breadcrumb strong {
    color: var(--ink);
    font-weight: 700;
}

.product-shell {
    display: grid;
    grid-template-columns: minmax(0, 560px) minmax(390px, 1fr);
    gap: 30px;
    align-items: start;
}

.product-gallery,
.product-summary,
.product-details article,
.product-details aside {
    background: white;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.product-gallery {
    padding: 0;
    border: 0;
    background: transparent;
}

.product-gallery__main {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 500px;
    border: 1px solid #e7edf3;
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .88), rgba(241, 246, 242, .82)),
        #f5f7f3;
    box-shadow: 0 18px 40px rgba(15, 23, 42, .08);
    overflow: hidden;
}

.product-gallery__zoom-trigger {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    min-height: inherit;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: zoom-in;
}

.product-gallery__main img,
.product-gallery__zoom-trigger img {
    width: 100%;
    height: 100%;
    max-height: 500px;
    object-fit: contain;
    mix-blend-mode: multiply;
    padding: 22px;
}

.product-image-lightbox {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: none;
    place-items: center;
    padding: 28px;
    background: rgba(7, 17, 26, .86);
}

.product-image-lightbox.is-open {
    display: grid;
}

.product-image-lightbox img {
    max-width: min(100%, 1180px);
    max-height: calc(100vh - 56px);
    object-fit: contain;
    border-radius: 10px;
    background: white;
    padding: 18px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, .34);
}

.product-image-lightbox__close {
    position: fixed;
    top: 18px;
    right: 18px;
    z-index: 1;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    box-shadow: 0 14px 32px rgba(0, 0, 0, .22);
}

.product-image-lightbox__close::before,
.product-image-lightbox__close::after {
    content: "";
    position: absolute;
    inset: 20px 12px auto;
    height: 2px;
    border-radius: 999px;
    background: #101820;
}

.product-image-lightbox__close::before {
    transform: rotate(45deg);
}

.product-image-lightbox__close::after {
    transform: rotate(-45deg);
}

.product-gallery__placeholder {
    display: grid;
    place-items: center;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: radial-gradient(circle, #ffffff 0, #edf2f6 58%, #dce5ed 100%);
    color: var(--orange);
    font-size: 72px;
    font-weight: 900;
}

.product-discount {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 7px 10px;
    border-radius: 6px;
    background: var(--orange);
    color: white;
    font-weight: 900;
}

.gallery-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 10px 24px rgba(15, 23, 42, .16);
    cursor: pointer;
    transform: translateY(-50%);
}

.gallery-arrow::before {
    content: "";
    position: absolute;
    inset: 13px;
    border-top: 3px solid #173421;
    border-right: 3px solid #173421;
}

.gallery-arrow--prev {
    left: 16px;
}

.gallery-arrow--prev::before {
    transform: rotate(-135deg);
}

.gallery-arrow--next {
    right: 16px;
}

.gallery-arrow--next::before {
    transform: rotate(45deg);
}

.product-gallery__thumbs {
    display: flex;
    gap: 10px;
    margin-top: 14px;
    overflow-x: auto;
    scrollbar-width: none;
}

.product-gallery__thumbs::-webkit-scrollbar {
    display: none;
}

.product-gallery__thumbs button {
    display: grid;
    place-items: center;
    flex: 0 0 88px;
    aspect-ratio: 1;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: white;
    cursor: pointer;
}

.product-gallery__thumbs button.is-active {
    border-color: var(--orange);
    box-shadow: 0 0 0 2px rgba(255, 90, 31, .14);
}

.product-gallery__thumbs img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 6px;
}

.product-summary {
    padding: 8px 0 0;
    border: 0;
    background: transparent;
}

.product-summary__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.product-kicker {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 0;
}

.product-kicker span {
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #6d7a86;
    font-size: 12px;
    font-weight: 700;
}

.product-summary h1 {
    margin: 0;
    color: #07111a;
    font-size: clamp(30px, 3vw, 42px);
    line-height: 1.1;
    letter-spacing: 0;
}

.product-meta-row {
    display: none;
    flex-wrap: wrap;
    gap: 10px 16px;
    align-items: center;
    padding: 12px 0 16px;
    color: var(--muted);
    font-size: 13px;
}

.product-rating-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 0 16px;
    color: var(--muted);
    font-size: 13px;
}

.product-stars {
    color: #f4b400;
    font-weight: 900;
    letter-spacing: 0;
}

.product-stars small {
    color: var(--muted);
    font-weight: 700;
}

.product-lead {
    max-width: 680px;
    margin: 0 0 16px;
    color: #4b5b6b;
    font-size: 15px;
    line-height: 1.65;
}

.product-price-box {
    display: block;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.product-price-box strong {
    display: inline-block;
    margin-right: 10px;
    color: var(--orange);
    font-size: 25px;
    line-height: 1;
}

.product-price-box small,
.product-old-price {
    display: inline-block;
    color: var(--muted);
}

.product-old-price {
    margin-right: 8px;
    margin-bottom: 0;
    text-decoration: line-through;
}

.stock-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: auto;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(15, 143, 101, .1);
    color: var(--green);
    font-weight: 900;
}

.stock-badge.is-out {
    background: rgba(217, 45, 32, .1);
    color: #d92d20;
}

.variant-box {
    margin-top: 22px;
}

.variant-box h2,
.product-details h2 {
    margin: 0 0 12px;
    font-size: 18px;
}

.variant-list {
    display: grid;
    gap: 10px;
}

.variant-list button {
    text-align: left;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fbfdff;
    cursor: pointer;
}

.variant-list strong,
.variant-list span {
    display: block;
}

.variant-list span {
    margin-top: 3px;
    color: var(--muted);
    font-size: 12px;
}

.variant-list button:hover {
    border-color: var(--orange);
}

.variant-list button.is-disabled {
    opacity: .55;
    cursor: not-allowed;
}

.buy-box {
    display: grid;
    grid-template-columns: 120px minmax(150px, 1fr);
    gap: 10px;
    min-width: 0;
    margin-top: 0;
}

.quantity-control {
    display: grid;
    grid-template-columns: 38px 1fr 38px;
    height: 48px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: white;
}

.quantity-control button,
.quantity-control input {
    border: 0;
    background: white;
    text-align: center;
    font-weight: 900;
}

.quantity-control button {
    cursor: pointer;
}

.quantity-control input {
    min-width: 0;
    border-inline: 1px solid var(--line);
}

.add-to-cart {
    border: 0;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--orange), #ff8a3d);
    color: white;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 12px 24px rgba(255, 90, 31, .2);
}

.add-to-cart:disabled {
    opacity: .55;
    cursor: not-allowed;
}

.product-action-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 50px;
    gap: 10px;
    margin-top: 22px;
}

@media (max-width: 1180px) {
    .buy-box {
        grid-template-columns: 112px minmax(130px, 1fr);
    }

    .add-to-cart {
        font-size: 13px;
    }
}

.wishlist-button {
    width: 50px;
    min-height: 48px;
    position: relative;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: white;
    cursor: pointer;
}

.wishlist-button::before {
    content: "";
    position: absolute;
    inset: 13px;
    background: #8492a3;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.8 4.6a5.5 5.5 0 0 0-7.8 0L12 5.6l-1-1a5.5 5.5 0 0 0-7.8 7.8l1 1L12 21l7.8-7.6 1-1a5.5 5.5 0 0 0 0-7.8Z'/%3E%3C/svg%3E") center / contain no-repeat;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.8 4.6a5.5 5.5 0 0 0-7.8 0L12 5.6l-1-1a5.5 5.5 0 0 0-7.8 7.8l1 1L12 21l7.8-7.6 1-1a5.5 5.5 0 0 0 0-7.8Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.wishlist-form {
    margin-top: 0;
}

.wishlist-button:hover::before,
.wishlist-button.is-active::before {
    background: var(--orange);
}

.product-fine-details {
    display: grid;
    gap: 8px;
    margin: 18px 0 0;
}

.product-fine-details div {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 24px;
}

.product-fine-details dt {
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.product-fine-details dd {
    margin: 0;
    color: #344253;
    font-size: 13px;
    font-weight: 800;
}

.product-share {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.product-share a,
.product-share button {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border: 0;
    border-radius: 50%;
    background: #193c25;
    color: white;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
}

.wishlist-button.is-active {
    border-color: rgba(255, 90, 31, .28);
    background: #fff4ef;
}

.wishlist-button.is-active::before {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 21.35 10.55 20.03C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.08C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35Z'/%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 21.35 10.55 20.03C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.08C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35Z'/%3E%3C/svg%3E");
}

.product-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 18px;
}

.product-benefits article {
    position: relative;
    display: grid;
    gap: 2px;
    min-height: 70px;
    padding: 16px 18px 16px 62px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: white;
}

.product-benefits article::before {
    content: "";
    display: block;
    left: 24px;
    top: 22px;
    width: 24px;
    height: 24px;
    background: var(--orange);
    mask-size: 24px 24px;
    -webkit-mask-size: 24px 24px;
}

.product-benefits b,
.product-benefits small {
    display: block;
}

.product-benefits small {
    margin-top: 2px;
    color: var(--muted);
}

.product-details {
    display: block;
    margin-top: 42px;
}

.product-details article,
.product-details aside {
    padding: 22px;
}

.product-details article {
    color: #334155;
    font-size: 15px;
}

.product-info-tabs {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
    min-width: 0;
    overflow: hidden;
}

.product-tabs__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    border-bottom: 0;
    padding-bottom: 0;
}

.product-tabs__nav button {
    min-height: 44px;
    border: 0;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    padding: 0 6px;
    background: transparent;
    color: var(--ink);
    cursor: pointer;
    font: inherit;
    font-weight: 900;
}

.product-tabs__nav button.is-active {
    border-color: #193c25;
    background: transparent;
    color: #193c25;
}

.product-tab-panel {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: 220px;
    color: #435266;
    line-height: 1.72;
    overflow-wrap: anywhere;
}

.product-tab-panel[hidden] {
    display: none;
}

.product-details dl {
    display: grid;
    grid-template-columns: 105px 1fr;
    gap: 10px 12px;
    margin: 0;
}

.product-details dt {
    color: var(--muted);
    font-weight: 700;
}

.product-details dd {
    margin: 0;
    font-weight: 800;
}

.product-details .product-spec-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
}

.product-spec-list div {
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fbfdff;
}

.product-spec-list dt {
    margin-bottom: 4px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.product-spec-list dd {
    margin: 0;
    font-weight: 900;
}

.product-reviews {
    display: grid;
    gap: 16px;
}

.product-reviews[hidden] {
    display: none !important;
}

.product-reviews__head,
.review-form,
.review-card,
.review-note,
.review-empty {
    border: 1px solid var(--line);
    border-radius: 10px;
    background: white;
}

.product-reviews__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 22px;
}

.product-reviews__head .eyebrow {
    margin: 0 0 6px;
    color: var(--orange);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.product-reviews__head h2 {
    margin: 0 0 4px;
    font-size: 24px;
}

.product-reviews__head span {
    color: var(--muted);
}

.product-reviews__head a,
.review-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border-radius: 8px;
    padding: 0 16px;
    background: var(--orange);
    color: white;
    font-weight: 900;
}

.review-form {
    display: grid;
    gap: 14px;
    padding: 18px;
}

.review-form label,
.review-form__rating {
    display: grid;
    gap: 7px;
}

.review-form label span,
.review-form__rating span {
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.review-form input,
.review-form select,
.review-form textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 10px 12px;
    color: var(--ink);
    font: inherit;
}

.review-form textarea {
    resize: vertical;
}

.review-form button {
    justify-self: start;
    border: 0;
    cursor: pointer;
}

.review-note,
.review-empty {
    padding: 16px;
    color: var(--muted);
    font-weight: 800;
}

.review-list {
    display: grid;
    gap: 12px;
}

.review-card {
    display: grid;
    gap: 8px;
    padding: 18px;
}

.review-card > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.review-card > div span {
    color: var(--muted);
    font-size: 13px;
}

.review-card__stars {
    margin: 0;
    color: var(--orange);
    font-weight: 900;
}

.review-card h3 {
    margin: 0;
    font-size: 17px;
}

.review-card p:last-child {
    margin: 0;
    color: #344253;
    line-height: 1.6;
}

.related-products {
    min-width: 0;
    margin-top: 22px;
}

.product-related-panel {
    padding-top: 26px;
    border-top: 1px solid var(--line);
}

.related-products .section-heading {
    justify-content: flex-start;
    text-align: left;
    position: relative;
    margin-bottom: 14px;
}

.related-products .section-heading h2 {
    margin: 0;
    color: #1f2937;
    font-size: 17px;
    font-weight: 600;
    text-transform: none;
}

.related-slider-controls {
    display: none;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

@media (max-width: 980px) {
    .product-shell,
    .product-details {
        grid-template-columns: 1fr;
    }

    .product-gallery__main {
        min-height: 420px;
    }

}

@media (max-width: 820px) {
    .product-page {
        padding-top: 12px;
    }

    .breadcrumb {
        width: min(100% - 24px, 1320px);
        min-width: 0;
        gap: 7px;
        margin-bottom: 10px;
        border: 1px solid rgba(223, 229, 235, .75);
        border-radius: 10px;
        padding: 8px 10px;
        background: rgba(255, 255, 255, .78);
        font-size: 12px;
        overflow: hidden;
        scrollbar-width: none;
    }

    .breadcrumb::-webkit-scrollbar {
        display: none;
    }

    .breadcrumb a,
    .breadcrumb span {
        flex: 0 0 auto;
    }

    .breadcrumb strong {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .product-shell,
    .product-details,
    .product-reviews,
    .related-products {
        width: min(100% - 24px, 1320px);
    }

    .product-summary,
    .product-details article,
    .product-details aside {
        border-radius: 8px;
    }

    .product-gallery__main {
        min-height: 330px;
    }

    .product-gallery__thumbs {
        display: flex;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .product-gallery__thumbs::-webkit-scrollbar {
        display: none;
    }

    .product-gallery__thumbs button {
        flex: 0 0 72px;
    }

    .product-summary {
        padding: 0;
    }

    .product-summary h1 {
        font-size: 28px;
    }

    .buy-box {
        grid-template-columns: 112px 1fr 1fr;
    }

    .product-benefits {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    .product-benefits article {
        min-height: 76px;
        padding: 12px 8px;
        place-items: center;
        text-align: center;
    }

    .product-benefits article::before {
        position: static;
        width: 22px;
        height: 22px;
        margin-bottom: 3px;
        mask-size: 22px 22px;
        -webkit-mask-size: 22px 22px;
    }

    .product-benefits b {
        font-size: 11px;
        line-height: 1.15;
    }

    .product-benefits small {
        display: none;
    }

    .product-details .product-spec-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .product-gallery__main {
        min-height: 270px;
    }

    .product-price-box strong {
        font-size: 30px;
    }

    .buy-box {
        display: contents;
    }

    .quantity-control {
        grid-column: 1;
        grid-row: 1;
        height: 46px;
        border-radius: 10px;
    }

    .quantity-control {
        grid-template-columns: 32px 1fr 32px;
    }

    .wishlist-form {
        grid-column: 3;
        grid-row: 1;
    }

    .wishlist-button {
        width: 46px;
        min-height: 46px;
        border-radius: 10px;
    }

    .product-action-row {
        grid-template-columns: 106px minmax(120px, 1fr) 46px;
        align-items: stretch;
        gap: 8px;
        margin-top: 18px;
    }

    .add-to-cart {
        min-height: 42px;
        border-radius: 10px;
        font-size: 12px;
    }

    .add-to-cart {
        grid-column: 2;
        grid-row: 1;
    }

    .product-details article,
    .product-details aside {
        padding: 14px;
    }

    .product-tabs__nav {
        justify-content: flex-start;
        flex-wrap: nowrap;
        gap: 12px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .product-tabs__nav::-webkit-scrollbar {
        display: none;
    }

    .related-grid {
        display: flex;
        grid-template-columns: none;
        gap: 10px;
        overflow-x: auto;
        padding: 2px 2px 14px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .related-grid::-webkit-scrollbar {
        display: none;
    }

    .related-products {
        margin-top: 16px;
    }

    .product-related-panel {
        padding-top: 18px;
    }

    .related-products .section-heading {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        text-align: left;
        margin-bottom: 10px;
    }

    .related-products .section-heading h2 {
        margin: 0;
        font-size: 15px;
        font-weight: 500;
        line-height: 1.2;
    }

    .related-slider-controls {
        display: flex;
        gap: 7px;
    }

    .related-slider-controls button {
        position: relative;
        width: 34px;
        height: 34px;
        border: 1px solid var(--line);
        border-radius: 50%;
        background: white;
        cursor: pointer;
        box-shadow: 0 8px 18px rgba(15, 23, 42, .08);
    }

    .related-slider-controls button::before {
        content: "";
        position: absolute;
        inset: 11px;
        border-top: 2px solid #17212b;
        border-right: 2px solid #17212b;
    }

    .related-slider-controls [data-related-prev]::before {
        transform: rotate(-135deg);
    }

    .related-slider-controls [data-related-next]::before {
        transform: rotate(45deg);
    }

    .related-slider-controls button:disabled {
        opacity: .36;
        cursor: default;
    }

    .related-grid .product-card {
        flex: 0 0 calc((100% - 10px) / 2);
        min-width: calc((100% - 10px) / 2);
        min-height: 300px;
        gap: 8px;
        border-radius: 14px;
        padding: 6px;
        scroll-snap-align: start;
    }

    .related-grid .product-card__media {
        border-radius: 12px;
    }

    .related-grid .product-card__media img {
        padding: 8px;
    }

    .related-grid .product-card__body {
        gap: 5px;
        padding: 0 4px;
    }

    .related-grid .product-card h3 {
        display: -webkit-box;
        min-height: 46px;
        overflow: hidden;
        font-size: 13px;
        font-weight: 500;
        line-height: 1.18;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .related-grid .product-card__description {
        display: none;
    }

    .related-grid .card-bottom {
        gap: 4px;
        padding: 0 2px 3px;
    }

    .related-grid .card-bottom .price {
        font-size: 14px;
    }

    .related-grid .card-bottom button {
        min-width: 36px;
        width: 36px;
        min-height: 34px;
        padding: 0;
    }

    .related-grid .card-bottom button span {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }
}
