/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
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: astra-child
Template: astra
*/

/* Roditelj – drži box shadow */
#dop-carousel li.product {
  border-radius: 10px;
  overflow: visible !important;
  margin:10px;
}

/* Unutarnji wrapper – samo radi zaobljenje sadržaja */
#dop-carousel .uael-woo-product-wrapper {
  border-radius: 10px !important;
}

/* Unutarnji wrapper – samo radi zaobljenje sadržaja */
#dop-grid .uael-woo-product-wrapper {
	border-radius: 10px !important;
}

/* Slike i sadržaj ostaju unutar radiusa */
#dop-carousel .uael-woo-products-thumbnail-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  #dop-carousel li.product {
    margin: 0px !important; /* ili 0px ako želiš da se gura skroz do ruba */
  }
}



/* swiper.js */
/* Glavni container slidera */
.swiper {
  width: 100%;
  padding: 40px 0;
}

/* Jedna kartica */
.dopa-card {
  background: white;
  border: 1px solid #ddd;
  border-radius: 20px;
  text-align: center;
  padding: 20px;
  max-width: 300px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  font-family: 'Arial', sans-serif;
}

/* Slika trake */
.dopa-card img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  margin-bottom: 15px;
}

/* Naslov trake */
.dopa-card h3 {
  font-size: 20px;
  margin-bottom: 5px;
  color: #000;
  font-weight: bold;
}

/* Opis trake */
.dopa-card p {
  font-size: 15px;
  line-height: 1.4;
  color: #333;
  margin-bottom: 12px;
}

/* Naruči sada dugme */
.order-button {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 10px 22px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.order-button:hover {
  background: #444;
}

/* Responsive - 2 kartice u redu na tabletu */
@media (min-width: 768px) {
  .swiper-slide {
    width: 50%;
  }
}

/* Responsive - 3 kartice u redu na desktopu */
@media (min-width: 1024px) {
  .swiper-slide {
    width: 33.33%;
  }
}