
/*

Theme Name: BUY: Flat White Website CHILD Theme
Description: Flat White Websites Child Theme - Buy Options
Author: Penny Badowska
Author URI: https://flatwhitewebsites.co.uk/
Template: FWWCoreTheme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-column, responsive-layout
Text Domain: FWWCoreThemeChild

*/ 

/************************************************

Stylesheet: BUY PAGES

*************************************************/
/*********************
SHOP PAGE
*********************/
.alternative-shop-border {
  margin: 0 1rem 1rem 1rem;
  align-items: stretch;
  border: 2px solid #0a0a0a;
  padding: 1rem 0.5rem 0 0.5rem; }

.alternative-shop-image img {
  margin: 0; }

.alternative-shop-text {
  text-align: left; }

/******************************
INDIVIDUAL SHOP ITEMS PAGE
*******************************/
.alternative-shop-link a {
  font-size: 1rem; }

.alternative-shop-link-right {
  text-align: right; }

/*********************
SHOP PAGE IMAGES
*********************/
.alternative-shop-image img, .alternative-shop-border img, .alternative-shop-video {
  /* width: 100%; - removed to see if small images work better */
  /* changed from 'cover' to 'scale-down' to accommodate different proportion of images e.g. keeps portrait proportions */
  object-fit: scale-down; }

.alternative-shop-border img, .alternative-shop-border .alternative-shop-video {
  /* width: 100%; - removed to see if small images work better */
  /* changed from 'cover' to 'scale-down' to accommodate different proportion of images e.g. keeps portrait proportions */
  object-fit: scale-down;
  margin: 0.5rem auto; }
  @media print, screen and (min-width: 40em) {
    .alternative-shop-border img, .alternative-shop-border .alternative-shop-video {
      margin: 0 auto 1rem auto; } }
.alternative_shop-border img {
  /* width: 100%; - removed to see if small images work better */
  /* changed from 'cover' to 'scale-down' to accommodate different proportion of images e.g. keeps portrait proportions */
  object-fit: scale-down;
  margin: 0.5rem auto; }
  @media print, screen and (min-width: 40em) {
    .alternative_shop-border img {
      margin: 0 auto 1rem auto; } }
/*********************
STRIPE BUTTON
*********************/
  .asp_product_buy_button   {
        text-align: center;
      }