/**
Theme Name: Gaasiteenused
Author: Diginetwork
Author URI: https://diginetwork.ee/
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: gaasiteenused
Template: astra
*/

.woocommerce div.product div.images img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.woocommerce div.product .product_title {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #222;
}

.woocommerce div.product p.price {
  font-size: 24px;
  color: #d32f2f;
  font-weight: 600;
  margin-bottom: 10px;
}

.woocommerce div.product form.cart .button {
  background-color: #e64a19;
  color: #fff;
  font-weight: bold;
  padding: 14px 30px;
  font-size: 16px;
  border-radius: 5px;
  transition: background 0.3s ease;
}
.woocommerce div.product form.cart .button:hover {
  background-color: #bf360c;
}

.woocommerce div.product .product_meta {
  font-size: 14px;
  color: #666;
  margin-top: 20px;
}

.woocommerce div.product .woocommerce-tabs {
  margin-top: 50px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  border-bottom: 1px solid #ddd;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  padding: 12px 20px;
  font-weight: 500;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-bottom: 2px solid #e64a19;
  background: none;
  color: #e64a19;
}
.woocommerce div.product .woocommerce-Tabs-panel {
  padding-top: 20px;
  font-size: 15px;
  line-height: 1.6;
}

.woocommerce div.product .woocommerce-Tabs-panel ul {
  margin-left: 20px;
  padding-left: 0;
}
.woocommerce div.product .woocommerce-Tabs-panel li {
  margin-bottom: 8px;
}

.related.products {
  margin-top: 60px;
}
.related.products h2 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 30px;
}

