/*
	Theme Name:   Savoy Child
	Theme URI:    http://themeforest.net/item/savoy-minimalist-ajax-woocommerce-theme/12537825
	Description:  Savoy child theme
	Author:       NordicMade
	Author URI:   http://www.nordicmade.com
	Template:     savoy
	Version:      1.0
*/


/* Child theme CSS
--------------------------------------------------------------- */

/* 1) Контейнер карточки */
.nm-shop-loop-thumbnail,
.product-image {
  position: relative !important;
  overflow: hidden !important;
  width: 100% !important;
  height: auto !important;
  padding: 0 !important;
}

/* 2) Квадрат через ::before */
.nm-shop-loop-thumbnail::before,
.product-image::before {
  content: "";
  display: block;
  padding-top: 100% !important; /* квадрат */
  z-index: 0; /* псевдоэлемент под картинкой */
}

/* 3) Само изображение поверх */
.nm-shop-loop-thumbnail img,
.product-image img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  z-index: 1 !important; /* поверх псевдоэлемента */
  pointer-events: auto !important; /* кликабельность */
}

/* 4) Ссылка на товар поверх картинки */
.nm-shop-loop-thumbnail a,
.product-image a {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 2 !important; /* ссылка поверх изображения */
  display: block !important;
}

/* бэкграунд для страницы товара */
/* === Single Product: вся секция белая === */
.nm-single-product-showcase,
.nm-single-product-showcase .nm-single-product-summary-row,
.woocommerce-product-gallery,
.woocommerce-product-gallery__wrapper,
.summary.entry-summary,
.nm-single-product-top,
.nm-single-product-top .nm-row,
#nm-breadcrumb,
.nm-single-product-menu {
    background-color: #ffffff !important;
}

/* На всякий случай обнуляем тени и градиенты */
.nm-single-product-showcase,
.woocommerce-product-gallery,
.nm-single-product-top,
#nm-breadcrumb {
    box-shadow: none !important;
}





