/****
Theme Name: GYN Shop
Author: dede.agency
Author URI: https://dede.agency
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gyn-shop
Template: astra
*/


/* tabela – desktop */
.gynshop-products-table-wrapper.is-searching {
  opacity: 0.7;
  transition: opacity 0.3s;
}
.products-table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  border:none;
}
.products-table thead th{
  text-align:left;
  font-weight:600;
  padding-bottom: 16px;
  border: 0;
  border-bottom:2px solid #efefef;
}
.products-table thead th .gynshop-product-search{
  margin-top: 12px;
  padding: 8px 12px;
  width: 100%;
  max-width: 300px;
  border: 1px solid #e0e0e0;
  font-weight: 400;
}
.products-table .product-row{
  border-top:none; border-left:none; border-right:none; border-bottom:1px solid #efefef;
  background:transparent;
}
.products-table .product-row:hover {
  background:#efefef;
}
.products-table .product-col{
  vertical-align:top;
  padding:16px;
  border:none;
}
.products-table .product-title{
  margin:0 0 8px;
  font-size:1.1rem;
}
.products-table .product-title a{ text-decoration:none; }
.products-table .product-short p{ margin:0 0 6px; }
.products-table .product-buy{
  width:220px; /* pozwala utrzymać zwięzłą 2. kolumnę */
  white-space:nowrap;
  text-align: right;
}
.products-table .product-price{
  margin:0 0 10px;
}
.gynshop-view-cart {
  display: block;
  padding: 5px;
}
.woocommerce-shipping-destination {
    display: none;
}
.woocommerce .woocommerce-ordering {
  margin-bottom: 0 ;
} 
/* responsywność – na mobile układ pionowy */
@media (max-width: 768px){
  .products-table thead{ display:none; }
  .products-table, .products-table tbody, .products-table tr, .products-table td{
    display:block; width:100%;
  }
  .products-table .product-row{
    margin:0 0 16px;
    padding-left: 0;
    padding-right: 0;
  }
  .products-table .product-col{
    border:none;
    padding:14px 0;
  }
  .products-table .product-col:last-child{ border-bottom:none; }
  .products-table .product-col::before{
    content: attr(data-label);
    display:inline-block;
    font-size:.8rem;
    opacity:.7;
    margin-bottom:6px;
    text-transform:uppercase;
    letter-spacing:.02em;
  }
  .products-table .product-price {
    display: inline-block;
  }
  .products-table .product-buy{
    white-space:normal;
    width:auto;
  }
}

/* WooCommerce - Dostosowanie strony pojedynczego produktu */

/* Rozciągnij podsumowanie na pełną szerokość, ponieważ obrazek został usunięty */
.woocommerce #content .ast-woocommerce-container div.product div.summary,
.woocommerce .ast-woocommerce-container div.product div.summary,
.woocommerce-page #content .ast-woocommerce-container div.product div.summary,
.woocommerce-page .ast-woocommerce-container div.product div.summary {
    width: 100%;
    float: none;
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
    padding: 1.2em 0 1.2em 0em;
}

/* Ukryj pusty kontener po obrazku w mini-koszyku, aby reszta treści była widoczna */
.woocommerce .widget_shopping_cart .cart_list li a:not(.remove):empty {
    display: none;
}

/* Styl dla opisu metody dostawy w koszyku/zamówieniu */
.gynshop-shipping-description {
    font-size: 0.9em;
    color: #6c757d; /* stonowany kolor tekstu */
    padding-left: 25px; /* wcięcie pod etykietą radio */
}