/* ==========================================================
   PLAYMORE PREMIUM SINGLE PRODUCT PAGE
   Replace your entire playmore-single-product.css with this file
========================================================== */

/* ==========================================================
   1. THEME WIDTH / PAGE RESET
========================================================== */

.single-product #primary,
.single-product #main,
.single-product main.site-main,
.single-product .content-area {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.single-product #secondary,
.single-product .widget-area {
    display: none !important;
}

.single-product {
    background: #f6f6f4;
}

.pm-product-page {
    width: 100%;
    margin: 0;
}

.pm-product-container {
    width: min(1320px, calc(100% - 48px));
    margin: 0 auto;
    padding: 48px 0 85px;
}


/* ==========================================================
   2. HERO / TOP PRODUCT AREA
========================================================== */

.pm-product-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(440px, .92fr);
    gap: 55px;
    align-items: start;
}

.pm-product-media,
.pm-product-summary {
    min-width: 0;
}

.pm-media-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: #555;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.4px;
}

.pm-dot {
    width: 7px;
    height: 7px;
    background: #c40006;
    border-radius: 50%;
}


/* ==========================================================
   3. PRODUCT GALLERY
========================================================== */

.pm-gallery-card {
    position: relative;
    min-height: 630px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 40%,
            #ffffff 0%,
            #fafafa 48%,
            #f0f0ed 100%);
    border: 1px solid #e8e8e4;
    border-radius: 30px;
}

.pm-gallery-card::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 470px;
    height: 470px;
    transform: translate(-50%, -50%);
    pointer-events: none;
    background: rgba(196, 0, 6, .035);
    border-radius: 50%;
}

.pm-gallery-card .woocommerce-product-gallery {
    position: relative;
    z-index: 2;
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 45px;
}

.pm-gallery-card .woocommerce-product-gallery__wrapper {
    margin: 0 !important;
}

.pm-gallery-card .woocommerce-product-gallery__image {
    text-align: center;
}

.pm-gallery-card .woocommerce-product-gallery__image img {
    display: block;
    width: auto !important;
    max-width: 100% !important;
    max-height: 520px;
    margin: auto;
    object-fit: contain;
}

.pm-gallery-card .woocommerce-product-gallery__trigger {
    top: 20px !important;
    right: 20px !important;
    width: 45px !important;
    height: 45px !important;
    background: #fff !important;
    border-radius: 50% !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
}

.pm-gallery-card .onsale {
    position: absolute !important;
    z-index: 10;
    top: 24px !important;
    left: 24px !important;
    right: auto !important;
    min-width: initial !important;
    min-height: initial !important;
    margin: 0 !important;
    padding: 10px 15px !important;
    background: #c40006 !important;
    color: #fff !important;
    border-radius: 100px !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-transform: uppercase;
}


/* ==========================================================
   4. GALLERY BOTTOM NOTES
========================================================== */

.pm-gallery-note {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 12px;
}

.pm-note-item {
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 70px;
    padding: 13px 17px;
    background: #fff;
    border: 1px solid #e9e9e6;
    border-radius: 15px;
}

.pm-note-item>span {
    display: flex;
    flex: 0 0 30px;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #111;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 800;
}

.pm-note-item strong {
    display: block;
    color: #151515;
    font-size: 12px;
    font-weight: 750;
}

.pm-note-item small {
    display: block;
    margin-top: 2px;
    color: #858585;
    font-size: 10px;
}


/* ==========================================================
   5. PRODUCT SUMMARY CARD
========================================================== */

.pm-summary-card {
    position: sticky;
    top: 25px;
    padding: 40px;
    background: #fff;
    border: 1px solid #e8e8e5;
    border-radius: 28px;
    box-shadow: 0 16px 60px rgba(0, 0, 0, .045);
}

.pm-summary-eyebrow {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 17px;
    color: #747474;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.4px;
}

.pm-summary-eyebrow span {
    width: 20px;
    height: 2px;
    background: #c40006;
}

.pm-summary-card .product_title {
    margin: 0 0 16px !important;
    color: #111;
    font-size: clamp(35px, 3vw, 52px) !important;
    font-weight: 760 !important;
    line-height: 1.05 !important;
    letter-spacing: -1.5px;
}

.pm-summary-card .woocommerce-product-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 24px !important;
}

.pm-summary-card .star-rating {
    color: #e8a600 !important;
}

.pm-summary-card .woocommerce-review-link {
    color: #777;
    font-size: 12px;
    text-decoration: none;
}

.pm-summary-card .price {
    display: flex !important;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 11px;
    margin: 0 0 22px !important;
    color: #c40006 !important;
    font-size: 32px !important;
    font-weight: 800 !important;
    line-height: 1.2;
}

.pm-summary-card .price ins {
    color: #c40006 !important;
    text-decoration: none !important;
}

.pm-summary-card .price del {
    color: #aaa !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.pm-summary-card .woocommerce-product-details__short-description {
    margin: 0 0 26px;
    color: #636363;
    font-size: 14px;
    line-height: 1.75;
}

.pm-summary-card .woocommerce-product-details__short-description p {
    margin-bottom: 10px;
}


/* ==========================================================
   6. CART / QUANTITY / ADD TO CART
========================================================== */

.pm-summary-card form.cart {
    width: 100%;
    margin: 28px 0 0 !important;
    padding-top: 24px;
    border-top: 1px solid #ececea;
}

.pm-summary-card .quantity {
    margin: 0 10px 10px 0 !important;
}

.pm-summary-card .quantity .qty {
    width: 75px !important;
    height: 56px !important;
    background: #fafafa !important;
    color: #111 !important;
    border: 1px solid #ddddda !important;
    border-radius: 10px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-align: center;
}

.pm-summary-card .single_add_to_cart_button:not(#buyNowBtn) {
    min-height: 56px !important;
    padding: 0 32px !important;
    background: #c40006 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    box-shadow: 0 7px 20px rgba(196, 0, 6, .18);
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: .4px;
    text-transform: uppercase;
    transition: transform .2s ease, background .2s ease;
}

.pm-summary-card .single_add_to_cart_button:not(#buyNowBtn):hover {
    background: #a60005 !important;
    transform: translateY(-1px);
}


/* ==========================================================
   7. SHIPROCKET BUY NOW
   The button ID/classes are NOT changed.
========================================================== */

.pm-summary-card .shiprocket-headless {
    clear: both;
    width: 100% !important;
    margin-top: 11px !important;
}

.pm-summary-card #buyNowBtn {
    display: flex !important;
    width: 100% !important;
    min-height: 58px !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 22px !important;
    background: #111 !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 10px !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .13);
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: .5px !important;
    transition: transform .2s ease, background .2s ease;
}

.pm-summary-card #buyNowBtn:hover {
    background: #262626 !important;
    transform: translateY(-1px);
}


/* ==========================================================
   8. VARIABLE PRODUCTS
========================================================== */

.pm-summary-card table.variations {
    width: 100%;
    margin: 0 0 18px !important;
}

.pm-summary-card table.variations tr {
    display: block;
    margin-bottom: 14px;
}

.pm-summary-card table.variations th,
.pm-summary-card table.variations td {
    display: block;
    width: 100%;
    padding: 0 !important;
}

.pm-summary-card table.variations label {
    display: block;
    margin-bottom: 7px;
    color: #151515;
    font-size: 12px;
    font-weight: 750;
}

.pm-summary-card table.variations select {
    width: 100%;
    height: 52px;
    padding: 0 15px;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 13px;
}


/* ==========================================================
   9. META
========================================================== */

.pm-summary-card .product_meta {
    margin-top: 25px;
    padding-top: 18px;
    color: #989898;
    border-top: 1px solid #ececea;
    font-size: 11px;
    line-height: 1.9;
}

.pm-summary-card .product_meta a {
    color: #c40006;
    font-weight: 600;
    text-decoration: none;
}


/* ==========================================================
   10. BENEFITS BELOW BUY BUTTON
========================================================== */

.pm-buy-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
    margin-top: 23px;
}

.pm-buy-benefit {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 11px;
    background: #fafaf8;
    border: 1px solid #e9e9e6;
    border-radius: 11px;
}

.pm-benefit-icon {
    display: flex;
    flex: 0 0 27px;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    background: #111;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 800;
}

.pm-buy-benefit strong {
    display: block;
    color: #111;
    font-size: 10px;
    line-height: 1.2;
}

.pm-buy-benefit span {
    display: block;
    margin-top: 2px;
    color: #929292;
    font-size: 8px;
}


/* ==========================================================
   11. TRUST STRIP
========================================================== */

.pm-trust-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 70px;
    overflow: hidden;
    background: #111;
    border-radius: 22px;
}

.pm-trust-item {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 120px;
    padding: 25px;
    border-right: 1px solid #2b2b2b;
}

.pm-trust-item:last-child {
    border-right: 0;
}

.pm-trust-number {
    color: #c40006;
    font-size: 13px;
    font-weight: 800;
}

.pm-trust-item strong {
    display: block;
    color: #fff;
    font-size: 13px;
}

.pm-trust-item p {
    margin: 3px 0 0;
    color: #888;
    font-size: 10px;
}


/* ==========================================================
   12. PRODUCT DETAILS / TABS
========================================================== */

.pm-product-details {
    margin-top: 70px;
}

.pm-product-details .woocommerce-tabs {
    padding: 45px !important;
    background: #fff;
    border: 1px solid #e8e8e5;
    border-radius: 24px;
}

.pm-product-details .woocommerce-tabs ul.tabs {
    display: flex !important;
    gap: 10px;
    margin: 0 0 35px !important;
    padding: 0 !important;
    border: 0 !important;
}

.pm-product-details .woocommerce-tabs ul.tabs::before,
.pm-product-details .woocommerce-tabs ul.tabs::after {
    display: none !important;
    content: none !important;
}

.pm-product-details .woocommerce-tabs ul.tabs li {
    margin: 0 !important;
    padding: 0 !important;
    background: #f3f3f0 !important;
    border: none !important;
    border-radius: 9px !important;
}

.pm-product-details .woocommerce-tabs ul.tabs li::before,
.pm-product-details .woocommerce-tabs ul.tabs li::after {
    display: none !important;
    content: none !important;
}

.pm-product-details .woocommerce-tabs ul.tabs li a {
    padding: 12px 18px !important;
    color: #666 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

.pm-product-details .woocommerce-tabs ul.tabs li.active {
    background: #111 !important;
}

.pm-product-details .woocommerce-tabs ul.tabs li.active a {
    color: #fff !important;
}

.pm-product-details .woocommerce-Tabs-panel {
    color: #555;
    font-size: 14px;
    line-height: 1.8;
}

.pm-product-details .woocommerce-Tabs-panel h2 {
    margin: 0 0 18px;
    color: #111;
    font-size: 28px;
}


/* ==========================================================
   13. RELATED PRODUCTS
   IMPORTANT:
   WooCommerce uses ul.products::before / ::after for clearfix.
   When ul.products becomes CSS Grid, that pseudo-element can
   occupy the FIRST grid cell and create the blank space.
   We explicitly remove those pseudo-elements here.
========================================================== */

.pm-product-details .related {
    width: 100%;
    margin-top: 70px;
}

.pm-product-details .related>h2 {
    margin: 0 0 28px !important;
    color: #111;
    font-size: clamp(26px, 2.4vw, 34px) !important;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -.7px;
}

/* CRITICAL FIX FOR BLANK FIRST GRID CELL */
.pm-product-details .related ul.products::before,
.pm-product-details .related ul.products::after {
    display: none !important;
    content: none !important;
    clear: none !important;
}

/* Dynamic grid:
   1 product = first card starts from the LEFT.
   More products automatically fill the row and wrap.
*/
.pm-product-details .related ul.products,
.single-product .related.products ul.products {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(220px, 280px)) !important;
    justify-content: start !important;
    align-items: stretch !important;
    width: 100% !important;
    gap: 22px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    float: none !important;
    clear: both !important;
}

/* Remove WooCommerce/theme column floats and first/last rules */
.pm-product-details .related ul.products li.product,
.pm-product-details .related ul.products li.product.first,
.pm-product-details .related ul.products li.product.last,
.pm-product-details .related ul.products[class*="columns-"] li.product,
.single-product .related.products ul.products li.product {
    position: relative;
    display: flex !important;
    flex-direction: column;
    float: none !important;
    clear: none !important;
    width: 100% !important;
    max-width: 280px !important;
    height: 100%;
    min-width: 0;
    margin: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 12px !important;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e6e6e2;
    border-radius: 18px;
    box-shadow: 0 3px 16px rgba(0, 0, 0, .035);
    transform: none;
    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

/* Force first actual product into first column */
.pm-product-details .related ul.products>li.product:first-of-type {
    grid-column-start: 1 !important;
    margin-left: 0 !important;
}

.pm-product-details .related ul.products li.product:hover {
    transform: translateY(-5px);
    border-color: #d9d9d4;
    box-shadow: 0 16px 42px rgba(0, 0, 0, .08);
}

/* Custom PlayMore card wrapper */
.pm-product-details .related .pm-product-card__inner {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

/* Image/media area */
.pm-product-details .related .pm-product-card__media {
    position: relative;
    width: 100%;
    overflow: hidden;
    background:
        radial-gradient(circle at center,
            #fff 0%,
            #f8f8f6 72%,
            #f2f2ef 100%);
    border-radius: 13px;
}

.pm-product-details .related .pm-product-card__image-link {
    display: block;
    width: 100%;
}

.pm-product-details .related ul.products li.product img,
.pm-product-details .related .pm-product-card__media img {
    display: block;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1;
    margin: 0 !important;
    padding: 18px;
    object-fit: contain;
    background: transparent;
    border-radius: 13px;
    transition: transform .3s ease;
}

.pm-product-details .related ul.products li.product:hover img {
    transform: scale(1.025);
}

/* Sale badges from custom content-product.php */
.pm-product-details .related .pm-product-card__badges {
    position: absolute;
    z-index: 5;
    top: 12px;
    left: 12px;
    display: flex;
    gap: 6px;
}

.pm-product-details .related .pm-badge {
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    padding: 0 9px;
    background: #111;
    color: #fff;
    border-radius: 999px;
    font-size: 9px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.pm-product-details .related .pm-badge--sale {
    background: #c40006;
}

/* Hide the shop-only "View Product →" overlay in Related Products */
.pm-product-details .related .pm-product-card__quick {
    display: none !important;
}

/* Also hide standard WooCommerce sale badge if one appears */
.pm-product-details .related ul.products li.product>.onsale {
    display: none !important;
}

/* Card body */
.pm-product-details .related .pm-product-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 14px 4px 4px;
}

/* Hide category on Related Products to keep cards clean */
.pm-product-details .related .pm-product-card__category {
    display: none !important;
}

/* Product title */
.pm-product-details .related .woocommerce-loop-product__title,
.pm-product-details .related .pm-product-card__title {
    min-height: 46px;
    margin: 0 !important;
    padding: 0 0 8px !important;
    color: #151515 !important;
    font-size: 15px !important;
    font-weight: 750 !important;
    line-height: 1.4 !important;
    text-align: left;
}

.pm-product-details .related .woocommerce-loop-product__title a,
.pm-product-details .related .pm-product-card__title a {
    color: inherit !important;
    text-decoration: none !important;
}

/* Rating */
.pm-product-details .related .pm-product-card__rating,
.pm-product-details .related .star-rating {
    margin: 0 0 10px !important;
}

.pm-product-details .related .star-rating {
    color: #e3a008 !important;
    font-size: 12px !important;
}

.pm-product-details .related .pm-rating-count {
    margin-left: 5px;
    color: #888;
    font-size: 10px;
}

/* Bottom area */
.pm-product-details .related .pm-product-card__bottom {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    margin-top: auto;
}

/* Price */
.pm-product-details .related .pm-product-card__price,
.pm-product-details .related ul.products li.product .price {
    display: flex !important;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 0 14px !important;
    padding: 0 !important;
    color: #c40006 !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.3;
}

.pm-product-details .related .pm-product-card__price ins,
.pm-product-details .related ul.products li.product .price ins {
    color: #c40006 !important;
    text-decoration: none !important;
}

.pm-product-details .related .pm-product-card__price del,
.pm-product-details .related ul.products li.product .price del {
    color: #999 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
}

/* Add to cart area */
.pm-product-details .related .pm-product-card__cart {
    margin-top: auto;
}

.pm-product-details .related .pm-product-card__cart .button,
.pm-product-details .related ul.products li.product .button {
    display: flex !important;
    width: 100% !important;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 11px 14px !important;
    background: #111 !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 9px !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-align: center;
    text-transform: uppercase;
    transition:
        background .2s ease,
        transform .2s ease;
}

.pm-product-details .related .pm-product-card__cart .button:hover,
.pm-product-details .related ul.products li.product .button:hover {
    background: #c40006 !important;
    transform: translateY(-1px);
}


/* ==========================================================
   14. TABLET
========================================================== */

@media (max-width: 1024px) {

    .pm-product-container {
        width: calc(100% - 32px);
    }

    .pm-product-hero {
        grid-template-columns: 1fr 1fr;
        gap: 28px;
    }

    .pm-gallery-card {
        min-height: 520px;
    }

    .pm-summary-card {
        padding: 28px;
    }

    .pm-buy-benefits {
        grid-template-columns: 1fr;
    }

    .pm-trust-strip {
        grid-template-columns: 1fr 1fr;
    }

    .pm-trust-item:nth-child(2) {
        border-right: 0;
    }

    .pm-trust-item:nth-child(1),
    .pm-trust-item:nth-child(2) {
        border-bottom: 1px solid #2b2b2b;
    }

    .pm-product-details .related ul.products,
    .single-product .related.products ul.products {
        grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)) !important;
        gap: 16px !important;
    }

    .pm-product-details .related ul.products li.product,
    .single-product .related.products ul.products li.product {
        max-width: none !important;
    }
}


/* ==========================================================
   15. MOBILE
========================================================== */

@media (max-width: 767px) {

    .pm-product-container {
        width: calc(100% - 22px);
        padding: 18px 0 55px;
    }

    .pm-product-hero {
        display: block;
    }

    .pm-gallery-card {
        min-height: auto;
        border-radius: 18px;
    }

    .pm-gallery-card .woocommerce-product-gallery {
        padding: 24px;
    }

    .pm-gallery-card .woocommerce-product-gallery__image img {
        max-height: 420px;
    }

    .pm-gallery-note {
        grid-template-columns: 1fr 1fr;
    }

    .pm-product-summary {
        margin-top: 20px;
    }

    .pm-summary-card {
        position: static;
        padding: 24px 18px;
        border-radius: 18px;
    }

    .pm-summary-card .product_title {
        font-size: 32px !important;
        letter-spacing: -.8px;
    }

    .pm-summary-card .price {
        font-size: 26px !important;
    }

    .pm-summary-card form.cart {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .pm-summary-card .quantity {
        margin: 0 !important;
    }

    .pm-summary-card .single_add_to_cart_button:not(#buyNowBtn) {
        flex: 1;
    }

    .pm-summary-card .shiprocket-headless {
        flex-basis: 100%;
    }

    .pm-buy-benefits {
        grid-template-columns: 1fr;
    }

    .pm-trust-strip {
        grid-template-columns: 1fr 1fr;
        margin-top: 35px;
        border-radius: 16px;
    }

    .pm-trust-item {
        min-height: 100px;
        padding: 16px;
        gap: 10px;
    }

    .pm-product-details {
        margin-top: 35px;
    }

    .pm-product-details .woocommerce-tabs {
        padding: 22px 16px !important;
        border-radius: 16px;
    }

    .pm-product-details .woocommerce-tabs ul.tabs {
        overflow-x: auto;
        white-space: nowrap;
    }

    /* Related products: 2 equal cards per row */
    .pm-product-details .related {
        margin-top: 45px;
    }

    .pm-product-details .related>h2 {
        margin-bottom: 18px !important;
        font-size: 24px !important;
    }

    .pm-product-details .related ul.products,
    .single-product .related.products ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    .pm-product-details .related ul.products li.product,
    .single-product .related.products ul.products li.product {
        max-width: none !important;
        padding: 8px !important;
        border-radius: 13px;
    }

    .pm-product-details .related ul.products li.product img {
        padding: 10px;
        border-radius: 10px;
    }

    .pm-product-details .related .pm-product-card__body {
        padding: 11px 2px 2px;
    }

    .pm-product-details .related .woocommerce-loop-product__title,
    .pm-product-details .related .pm-product-card__title {
        min-height: 42px;
        padding-bottom: 6px !important;
        font-size: 12px !important;
        line-height: 1.35 !important;
    }

    .pm-product-details .related .pm-product-card__price,
    .pm-product-details .related ul.products li.product .price {
        margin-bottom: 10px !important;
        font-size: 13px !important;
    }

    .pm-product-details .related .pm-product-card__price del,
    .pm-product-details .related ul.products li.product .price del {
        font-size: 10px !important;
    }

    .pm-product-details .related .pm-product-card__cart .button,
    .pm-product-details .related ul.products li.product .button {
        min-height: 38px;
        padding: 9px 5px !important;
        border-radius: 7px !important;
        font-size: 9px !important;
    }
}


/* ==========================================================
   16. SMALL MOBILE
========================================================== */

@media (max-width: 420px) {

    .pm-gallery-note {
        grid-template-columns: 1fr;
    }

    .pm-trust-strip {
        grid-template-columns: 1fr;
    }

    .pm-trust-item {
        border-right: none !important;
        border-bottom: 1px solid #2b2b2b;
    }

    .pm-trust-item:last-child {
        border-bottom: 0;
    }
}


/* ==========================================================
   17. VERY SMALL PHONES
========================================================== */

@media (max-width: 350px) {

    .pm-product-details .related ul.products,
    .single-product .related.products ul.products {
        grid-template-columns: 1fr !important;
    }
}