/*
Theme Name: Minar
Theme URI: hhttps://themeforest.net/user/kinixthemes
Author: KinixThemes
Author URI: hhttps://themeforest.net/user/kinixthemes
Description: Horse Riding School & Club Wordpress Theme
Version: 1.1
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Minar
Tags: custom-menu, sticky-post, featured-images, threaded-comments, translation-ready
Tested up to: 5.0
Requires PHP: 7.4
*/

/* Only Payment Options */
#payment-method 
.wc-block-components-checkout-step__title::after {
    content: "";
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: 12px;
    font-size: 14px;
    font-weight: 400;
}

/* Powered by text */
#payment-method 
.wc-block-components-checkout-step__title::after {
    content: "Powered by";
}

/* Logo */
#payment-method 
.wc-block-components-checkout-step__title::after {
    content: "Powered by";
}

#payment-method 
.wc-block-components-checkout-step__title {
    display: inline-flex;
    align-items: center;
}

#payment-method 
.wc-block-components-checkout-step__title::before {
    content: "";
    display: none; /* remove previous logo */
}

#payment-method 
.wc-block-components-checkout-step__title::after {
    content: "Powered by";
}

#payment-method 
.wc-block-components-checkout-step__title::after {
    padding-right: 75px;
    background-image: url("https://minarease.com/wp-content/uploads/2026/02/Stripe-logo-scaled.png");
    background-repeat: no-repeat;
    background-position: right center;
    object-fit: cover;
    background-size: 65px 20px;
}


/* Mobile Fix Only */
@media (max-width: 767px) {

  .product-card__content {
    display: flex;
    flex-direction: column;
  }

  .product-card__image-wrap {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .product-card__main-slider {
    width: 100%;
    overflow: hidden;
  }

  .product-card__slider-inner {
    width: 100%;
  }

  .product-card__slide {
    min-width: 100%;
    box-sizing: border-box;
  }

  .product-card__slide img {
    width: 100%;
    height: auto;
    display: block;
  }

  .product-card__thumbnails {
    width: 100%;
    overflow-x: auto;
  }

}