/**
 * Bare theme – custom overrides
 */

/* ==========================================================================
   Native share button (replaces tell-a-friend link)
   ========================================================================== */
.link--native-share {
    background: none !important;
    border: 0 !important;
    padding: 0 !important;
    font: inherit !important;
    cursor: pointer !important;
}

/* ==========================================================================
   Payment logos (e.g. TcinnModernTheme) – compact, smaller, no text
   Higher specificity so we win over theme/plugin CSS and override width="100"
   ========================================================================== */


/* ==========================================================================
   PDP sticky media
   ========================================================================== */
.product--detail-upper--sticky-media {
    align-items: flex-start !important;
}

.product--image-container--sticky {
    position: sticky !important;
    top: 1rem !important;
}

/* ==========================================================================
   Cart drawer: item container spacing on mobile
   ========================================================================== */
@media (max-width: 767px) {
    .item--container , .alert.is--success {
        padding-top: 50px!important;
    }
}

.listing--paging {
    padding-left: 20px!important;
}

.product--payment-logos{display:none!important}