body {
    background: unset;
}

/* Let Swiper catch the drag, not the <img> */
.swiper-slide img,
.swiper-slide shopify-media img {
    -webkit-user-drag: none;
    user-select: none;
    pointer-events: none;
}

/* Thumbs: show both even if there are only 2 */
.product-gallery-thumbs .swiper-slide {
    width: 88px;
    height: 88px;
    flex: 0 0 auto;
    opacity: .55;
    cursor: pointer;
    transition: opacity .2s;
    border-radius: 8px;
    overflow: hidden;
    box-sizing: border-box;
    border: 2px solid transparent;
    padding: 2px;
    /* avoids the border touching the image, reduces corner bleed */
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border-color: #999;
}

.product-gallery-thumbs .swiper-slide shopify-media {
    display: block !important;
    width: 100%;
    height: 100%;
}

/* Make sure arrows sit above images */
.product-gallery-main,
.product-gallery-thumbs {
    position: relative;
}

.swiper-button-prev,
.swiper-button-next {
    z-index: 10;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    color: var(--gps-font-dark-color);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.2s ease;
    font-size: 0;
}

.swiper-button-disabled {
    opacity: 0 !important;
    pointer-events: none;
    font-size: 0;
}

.product-gallery-main .swiper-button-prev:after,
.product-gallery-main .swiper-button-next:after {
    font-size: 8px !important;
}

.product-gallery-main .swiper-button-prev .swiper-navigation-icon {
    width: 8px !important;
    height: 14px !important;
    transform: translateX(-2px);
}

.product-gallery-main .swiper-button-next .swiper-navigation-icon {
    width: 8px !important;
    height: 14px !important;
    transform: translateX(2px);
}

.product-gallery-main .swiper-pagination-bullet {
    background: var(--gps-font-dark-color);
    opacity: 0.35;
}

.product-gallery-main .swiper-pagination-bullet-active {
    background: var(--gps-font-dark-color);
    opacity: 1;
}

.product-gallery-main:hover .swiper-button-prev,
.product-gallery-main:hover .swiper-button-next {
    opacity: 1;
}

.product-gallery-main.single-image:hover .swiper-button-prev,
.product-gallery-main.single-image:hover .swiper-button-next {
    opacity: 0 !important;
}

.product-gallery-main:hover .swiper-button-disabled {
    opacity: 0.3 !important;
    pointer-events: none;
}

/* Optional: prevent odd collapsing from Shopify's display:contents */
.swiper-slide[style*="display: contents"] {
    display: block !important;
}

.product-gallery-main shopify-list-context.swiper-wrapper,
.product-gallery-thumbs shopify-list-context.swiper-wrapper {
    display: flex !important;
}

/* PDP layout */
.pdp {
    width: 100%;
    padding: 24px 16px 48px;
    box-sizing: border-box;
}

.pdp__rail,
.pdp__gallery {
    padding: 8px 0;
    box-sizing: border-box;
}

.pdp__info {
    padding: 30px;
    box-sizing: border-box;
}

#pdp_spacer {
    width: 100%;
    padding: 24px 16px 48px;
    background: #fff;
    box-sizing: border-box;
}

.pdp-spacer__inner {
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.pdp-spacer__title {
    font-size: 34px;
    line-height: 1.2;
    margin: 0;
    font-weight: 700;
}

.pdp-spacer__title-muted {
    color: var(--gps-orange);
}

#pdp_spacer .pdp-spacer__lead {
    font-size: 2rem;
    line-height: 2.5rem !important;
    margin: 0;
    font-weight: 500;
}

.pdp-spacer__lead div {
    margin: 0 0 12px;
}

.pdp-spacer__lead div:last-child {
    margin-bottom: 0;
}

@media (min-width: 1024px) {
    .pdp-spacer__inner {
        flex-direction: row;
        align-items: center;
        gap: 40px;
    }

    .pdp-spacer__title-block {
        flex: 0 0 32%;
    }

    .pdp-spacer__body {
        flex: 1;
    }

    .pdp-spacer__body .pdp-spacer__lead {
        font-size: 28px;
        line-height: 1.2 !important;
    }
}

#pdp_product_highlights {
    display: none;
}

#pdp_product-highlights {
    width: 100%;
    background: white;
    color: var(--gps-font-color);
    padding: 24px 16px 48px;
    border-radius: 32px;
    box-sizing: border-box;
}

.pdp-highlights__media {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px 0;
    overflow: hidden;
}

.pdp-highlights__bg-label {
    position: absolute;
    font-weight: 700;
    /* text-transform: uppercase; */
    letter-spacing: 0.6em;
    opacity: 0.08;
    pointer-events: none;
    color: var(--gps-font-color);
    transform: translate(-50%, -50%);
}

.pdp-highlights__bg-label span {
    display: block;
}

.pdp-highlights__bg-label--mobile {
    top: 50%;
    left: 50%;
    font-size: 18vw;
}

.pdp-highlights__bg-label--desktop {
    display: none;
}

.pdp-highlights__image {
    width: 70%;
    max-width: 480px;
    border-radius: 24px;
    position: relative;
    z-index: 1;
}

.pdp-highlights__content {
    padding: 0 16px;
    box-sizing: border-box;
    margin-bottom: 100px !important;
}

.pdp-highlights__items {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 32px;
}

.pdp-highlight-item {
    display: flex;
    gap: 32px;
    align-items: flex-start;
}

/* Hollow orange circle icon using CSS custom property */
.pdp-highlight-item__icon {
    width: 12px;
    /* Fixed width of 18px */
    height: 12px;
    /* Fixed height of 18px (same as width for perfect circle) */
    border-radius: 50%;
    /* Makes it perfectly round */
    background: transparent;
    /* Transparent background (hollow center) */
    border: 4px solid var(--gps-orange);
    /* Orange border using CSS custom property */
    flex-shrink: 0;
    /* Prevents shrinking in flex layout */
    margin-top: 6px;
    /* Top margin to align with text baseline */
}

.pdp-highlight-item__copy h3 {
    font-size: 18px;
    margin: 0 0 8px;
    font-weight: 600;
}

.pdp-highlight-item__copy p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: var(--gps-font-color);
}

.pdp-highlights__info {
    width: 100%;
    background: #f8f9fa;
    color: var(--gps-font-color);
    padding: 24px 16px 48px;
    box-sizing: border-box;
}

.pdp-highlights__info-inner {
    margin: 0 auto;
    box-sizing: border-box;
    display: grid;
    gap: 32px;
}

.pdp-highlights__info-title {
    font-size: 32px;
    line-height: 1.2;
    margin: 0;
    font-weight: 700;
}

.pdp-highlights__info-title span {
    color: var(--gps-orange);
}

.pdp-highlights__info-rows {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.pdp-highlights__info-row {
    border-radius: 24px;
    padding: 24px;
    /* box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25); */
}

.pdp-highlights__info-text h3 {
    font-size: 24px;
    margin: 0 0 12px;
    font-weight: 600;
}

.pdp-highlights__info-text p {
    margin: 0 0 16px;
    font-size: 18px;
    line-height: 1.6;
    color: var(--gps-font-color);
}

.pdp-highlights__info-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 17px;
    color: var(--gps-font-color);
}

.pdp-highlights__info-list li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.pdp-highlights__info-list .pdp-highlight-item__icon {
    margin-top: 2px;
}

.pdp-highlights__info-media-fixed {
    margin-top: 32px;
    border-radius: 32px;
    overflow: hidden;
    /* box-shadow: 0 25px 60px rgba(0, 0, 0, 0.45); */
}

.pdp-highlights__info-media-fixed shopify-media {
    display: block;
    width: 100%;
    height: auto;
}

.pdp-highlights__info-media-fixed shopify-media img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    max-width: 100% !important;
    max-height: none !important;
}

.pdp-highlights__info-media-fixed img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media (min-width: 768px) {
    .pdp-highlights__image {
        width: 50%;
        max-width: 520px;
    }

    .product-modal__layout {
        flex-direction: row;
    }

    .pdp-highlights__items {
        gap: 32px;
        margin-top: 48px;
    }

    .pdp-highlight-item__copy h3 {
        font-size: 20px;
    }

    .pdp-highlight-item__copy p {
        font-size: 17px;
    }

    .pdp-highlights__info-row {
        padding: 32px;
    }
}

@media (min-width: 1024px) {

    .pdp,
    #pdp_spacer {
        max-width: 1600px;
        margin: 0 auto;
        padding: 48px 48px;
    }

    #pdp_product-highlights {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        padding: 48px 0;
    }

    .pdp-highlights__info {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        padding: 88px 0;
    }

    .pdp-highlights__content,
    .pdp-highlights__info-inner {
        max-width: 1600px;
        margin: 0 auto;
        padding: 0 64px;
    }
}

@media (min-width: 1024px) {
    .pdp-highlights__info-row {
        margin: 0 auto;
        padding: 0 64px;
    }

    .pdp-highlights__bg-label--mobile {
        display: none;
    }

    .pdp-highlights__bg-label--desktop {
        display: block;
        top: 50%;
        left: 50%;
        font-size: 120px;
        font-style: italic;
    }

    .pdp-highlights__media {
        padding: 64px 0 32px;
    }

    .pdp-highlights__image {
        width: 40%;
        max-width: 640px;
    }

    .pdp-highlights__content {
        padding: 0 64px;
    }

    .pdp-highlights__items {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 48px;
        margin-top: 64px;
        justify-content: space-between;
    }

    .pdp-highlight-item {
        flex: 1 1 30%;
        max-width: 360px;
        flex-direction: column;
        align-items: flex-start;
    }

    .pdp-highlight-item__icon {
        margin-top: 0;
        width: 12px;
        height: 12px;
    }

    .pdp-highlights__info-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-areas:
            "title media"
            "rows media";
        align-items: start;
        gap: 48px;
    }

    .pdp-highlights__info-title {
        grid-area: title;
        margin-bottom: 0;
    }

    .pdp-highlights__info-rows {
        grid-area: rows;
        gap: 48px;
    }

    .pdp-highlights__info-row {
        padding: 36px;
    }

    .pdp-highlights__info-media-fixed {
        grid-area: media;
        position: sticky;
        top: 120px;
        align-self: flex-start;
        max-height: calc(100vh - 160px);
    }
}


.pdp__rail-inner {
    height: 100%;
    overflow-y: auto;
    padding-right: 4px;
}

.pdp__gallery {
    display: flex;
    flex-direction: column;
}

.product-gallery-main .swiper-slide shopify-media {
    display: block !important;
    width: 100%;
    height: 100%;
}

.product-gallery-main shopify-media img,
.product-gallery-main shopify-media .image {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover;
    background-image: unset !important;
}

.product-gallery-thumbs shopify-media img,
.product-gallery-thumbs shopify-media .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    box-sizing: border-box;
}

.pdp__canvas {
    background: transparent;
    border-radius: 18px;
    aspect-ratio: 1 / 1;
    min-height: 420px;
    overflow: hidden;
    display: flex;
}

.pdp__canvas>.product-gallery-main {
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    overflow: hidden;
}

.product-gallery-main .swiper-wrapper {
    height: 100%;
}

.product-gallery-main .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.pdp__info {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.pdp__eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 12px;
    color: #8b8b8b;
    margin: 0;
}

.pdp__title {
    font-size: 30px;
    line-height: 1.15;
    margin: 8px 0 8px 0;
}

.pdp__rating-row {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #636363;
}

.pdp__price {
    font-size: 26px;
    font-weight: 500;
    margin: 24px 0 24px;
}

.pdp__description {
    margin: 0;
    color: #4b4b4b;
    line-height: 1.5;
}

.pdp__features {
    list-style: none;
    padding: 0;
    margin: 16px 0 16px;
}

.pdp__features li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
    font-size: 12px;
    color: #1b1b1b;
}

.pdp__features li::before {
    content: "✓";
    color: #ff7a18;
}

.pdp__actions {
    display: grid;
    gap: 12px;
    margin-top: 32px;
    padding: 0 20px;
    /* Adds 20px padding on left/right to reduce button width */
}

.pdp__btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}


.pdp__btn {
    border-radius: .5rem;
    padding: 10px 12px;
    background-color: var(--gps-orange);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 16px;
    font-weight: bolder;
    border: 4px solid var(--gps-orange);
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}

.pdp__btn--primary {
    background: white;
}

.pdp__btn--secondary {
    background: white;
    color: var(--gps-font-dark-color);
    border: 2px solid #ccc;

}

.pdp__shipping {
    font-size: 12px;
    color: #4f4f4f;
    margin: 4px 0 0;
}

.pdp__shipping a {
    color: inherit;
    text-decoration: underline;
}

.pdp__mobile-header {
    display: none;
    margin-bottom: 12px;
    margin-top: 16px;
}

.pdp__title--mobile,
.pdp__rating-row--mobile {
    margin: 0;
    padding: 16px
}

.pdp__title--desktop {
    display: block;
}

.pdp__rating-row--desktop {
    display: flex;
}

/* desktop / tablet thumbs */
.pdp__rail .product-gallery-thumbs .swiper-wrapper {
    flex-direction: column;
    gap: 12px;
    padding: 2px;
}

.pdp__rail .product-gallery-thumbs .swiper-slide {
    width: 80%;
    height: auto;
    /* Override the fixed 88px height from base styles */
    max-width: 88px;
    min-width: 40px;
    aspect-ratio: 1 / 1;
    /* This will now control both width AND height */
    flex: 0 0 auto;
}


.pdp__rail .product-gallery-thumbs {
    height: 100%;
}

/* Mobile / tablet adjustments (<=1024px) */
@media (max-width: 1024px) {
    .pdp {
        padding: 16px 16px 32px;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    html,
    body {
        width: 100%;
        max-width: 100%;
        /* overflow-x: hidden; */
    }

    .pdp__gallery {
        order: 1;
    }

    .pdp__rail {
        order: 2;
        margin-top: 8px;
    }

    .pdp__info {
        order: 3;
    }

    .pdp__mobile-header {
        display: block;
    }

    .pdp__title--desktop,
    .pdp__rating-row--desktop {
        display: none;
    }

    .pdp__canvas {
        border-radius: 14px;
        min-height: 320px;
    }

    .pdp__rail-inner {
        overflow: visible;
    }

    .pdp__rail .product-gallery-thumbs {
        width: 100%;
    }

    .pdp__rail .product-gallery-thumbs .swiper-wrapper {
        display: flex !important;
        flex-direction: row;
        gap: 8px;
    }

    .pdp__rail .product-gallery-thumbs .swiper-slide {
        width: 72px !important;
        height: 72px !important;
        flex: 0 0 72px !important;
    }

    .swiper-button-prev,
    .swiper-button-next {
        display: none !important;
    }

    .pdp__info {
        margin-top: 12px;
    }
}

@media (min-width: 1025px) {
    /* .pdp {
        display: block;
    } */

    .pdp__rail,
    .pdp__gallery,
    .pdp__info {
        padding: 16px 0;
    }

    .pdp__rail {
        margin-top: 0;
        padding-right: 16px;
        box-sizing: border-box;
    }

    .pdp__info {
        padding-left: 64px;
        box-sizing: border-box;
    }

    .pdp__mobile-header {
        display: none;
    }

    .pdp__title--desktop {
        display: block;
    }

    .pdp__rating-row--desktop {
        display: flex;
    }

    .pdp__rail-inner {
        overflow-y: auto;
        max-height: 100%;
    }

    .swiper-button-prev,
    .swiper-button-next {
        display: flex !important;
    }
}



/* Related Products Section */
.related-products {
    padding: 64px 0;
    background: #f8f9fa;
}

.related-products__inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 48px;
    box-sizing: border-box;
}

@media (min-width: 2777px) {

    .pdp-highlights {
        max-width: 2560px;
        margin-left: unset !important;
        margin: auto !important;
    }
}

@media (max-width: 768px) {
    .related-products__inner {
        padding: 0 24px;
    }

    p {
        line-height: unset !important;
    }
}

@media (max-width: 480px) {
    .related-products__inner {
        padding: 0 16px;
    }
}

.related-products__title {
    font-size: 32px;
    font-weight: 700;
    text-align: left;
    margin: 0 0 48px;
    color: var(--gps-font-dark-color);
}

.related-products__grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 32px;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    .related-products__grid {
        gap: 24px;
        flex-direction: column;
        flex-wrap: nowrap;
    }
}

/* Product Card Styling */
.product-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    margin: 0 16px 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
    /* max-width: 400px; */
    max-width: 333px;
    min-width: 280px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .product-card {
        margin: auto;
    }
}

@media (max-width: 480px) {
    .product-card {
        margin: 0 8px 16px;
    }
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.product-card__image {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f5f5f5;
}

.product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-card__body {
    padding: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-grow: 1;
}

.product-card__info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-grow: 1;
}

.product-card__title {
    margin: 0;
    color: var(--gps-font-dark-color);
    line-height: 1.2;
    font-size: 18px;
    font-weight: 700;
}

.product-card__description {
    color: #666;
    margin: 0 0 12px;
    flex-grow: 1;
    line-height: 1.4;
}

.product-card__price {
    font-weight: 600;
    opacity: 0.8;
    color: var(--gps-font-color);
    margin: 0;
    font-size: 16px;
}

.product-card__btn {
    background: var(--gps-orange);
    color: white;
    border: none;
    padding: 12px 16px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
    text-align: center;
}

.product-card__btn:hover {
    background: #e55a00;
}

/** Modal styles **/
.product-modal {
    padding: 0;
    border-radius: 0.75rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border: 0;
}

.product-modal::backdrop {
    background-color: rgba(156, 163, 175, 0.5);
}

.product-modal__container {
    position: relative;
    overflow-x: hidden;
    padding: 2rem;
}

.product-modal__close-container {
    display: grid;
    justify-items: end;
    justify-content: end;
    margin-left: 2rem;
    padding-bottom: 1rem;
}

.product-modal__close {
    border-radius: 12px;
    width: 32px;
    height: 32px;
    border: 0;
    cursor: pointer;
}

.product-modal__content {
    width: 100%;
    background-color: #ffffff;
    border-radius: 0.75rem;
    max-width: 54rem;
    min-width: 320px;
}

.product-modal__layout {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.product-modal__media {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.product-modal__media img {
    border-radius: 0.25rem;
    width: 100%;
}

.product-modal__details {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
}

.product-modal__header {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.product-modal__vendor {
    opacity: 0.5;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 0.75rem;
}

.product-modal__title {
    font-size: 2.25rem;
    font-weight: 700;
    margin: 0;
}

.product-modal__price-container {
    display: flex;
    gap: 0.5rem;
    font-weight: 500;
    font-size: 1.25rem;
}

.product-modal__compare-price {
    text-decoration: line-through;
    opacity: 0.5;
}

.product-modal__buttons {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.product-modal__buttons button {
    font-size: 0.875rem;
    font-weight: 800;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
    text-transform: uppercase;
}

.product-modal__add-button {
    background-color: var(--gps-orange);
    color: #ffffff;
    border: none;
    border-radius: 0.75rem;
    padding: 1rem;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
}

.product-modal__add-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.product-modal__add-button:disabled {
    opacity: 0.3;
}

.product-modal__buy-button {
    background-color: #ffffff;
    color: var(--gps-font-dark-color);
    border-radius: 0.75rem;
    padding: 1rem;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
}

.product-modal__buy-button:disabled {
    opacity: 0.3;
}

.product-modal__buy-button:hover {
    opacity: 0.3;
}

.product-modal__description-text {
    font-weight: 400;
    color: #717171;
    letter-spacing: 0.05em;
    font-size: 0.875rem;
}

.product-modal__description-text p {
    margin: 0;
}

.product-card__view-button {
    /*
    background: #f8f9fa;
    color: #666;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    font-size: 16px;
    font-weight: 900;
    transition: background-color 0.3s ease, color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: none;
    pointer-events: none;
    border: 1px solid #666;
    */
    font-size: 32px;
    font-weight: bolder;
    /* border: 2px solid var(--gps-orange); */
    border-radius: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    background-color: var(--gps-orange);
    color: white;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

/* .product-card:hover .product-card__view-button {
    background: #ffffff;
    color: var(--gps-orange);
    border: 2px solid var(--gps-orange);
} */