/*
Theme Name: Bw Printxtore
Theme URI: https://bw-printxtore.bzotech.com/intro/
Author: BZOTech
Author URI: https://bzotech.com/
Description: PrintXtore - A stunning WooCommerce WordPress theme with a flexible style for online product design and printing services!
Version: 1.7.5
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Copyright: © 2024 BZOTech Theme. All rights reserved.
Tags: custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, post-formats, sticky-post, threaded-comments, block-styles, blog, news
Text Domain: bw-printxtore
*/
  .fill{ fill:#ffffff; transform-origin:50% 50%; animation:pulseFill 1.4s ease-in-out infinite }
  @keyframes pulseFill{
    0%,100%{ transform:scale(1);   opacity:.8 }
    50%    { transform:scale(1.06);opacity:1   }
  }
  #loading-center-absolutestyle3 {  	
    -ms-transform: rotate(0deg);
    /* -webkit-transform: rotate(0deg); */
    transform: rotate(0deg);
    margin-left: -50px;
    height: 100px;
    width: 100px;
    margin-top: -50px;
  }
  .zoomLens {
    border-radius: 100% !important;
}
.zoomWindow {
    border-radius: 100%;
    margin-left: 80px;
}
.swiper-slide .product-info .wap-item-attribute.variations{
    display: none;
}
div#footer {
    padding: 15px;
}
.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 3em;
    padding: 0;
}
#main-content {
    padding: 50px 0;
}
.meta-item-list {
    display: inline-block;
    margin: 0px;
    font-size: 14px;
    margin-bottom: 10px;
}
.product-title-single {
    font-size: 30px;
    color: #333;
    font-weight: 600;
    letter-spacing: -1.5px;
}
.style-gallery-horizontal .gallery-control .slick-arrow:before,
.product-label span {
  display: none;
}
.style-gallery-horizontal .gallery-control .slick-arrow {
  margin-top: 0;
}
.swiper-slide .product-info .product-title,
.list-col-item .product-info .product-title {
    margin: 0 0 5px 0;
    line-height: 1.3;
    text-transform: none;
    letter-spacing: 0;
    font-size: 16px;
}
.product-price.price span {
    font-size: 16px;
}

.hp-season-prods .product-info .product-title {
  font-size: inherit;
}
/* Bloc cross-sell după formular */
.pkd-crosssell--after-variations {
    margin: 26px 0 18px;
}

/* Titlu mic, discret */
.pkd-crosssell-title {
    margin: 0 0 12px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #555;
}

/* Slide-urile (cardurile de produs) – lăsăm WooCommerce să-și facă treaba */
.pkd-crosssell-slide .product {
    margin: 0;
    text-align: left;
}

/* Imagini rotunjite */
.pkd-crosssell-slide .product img {
    border-radius: 8px;
    display: block;
}

/* Titlu produs */
.pkd-crosssell-slide .woocommerce-loop-product__title {
    font-size: 13px;
    line-height: 1.3;
}

/* Preț */
.pkd-crosssell-slide .price span.woocommerce-Price-amount {
    font-size: 16px;
}

/* Săgeți Swiper – minimaliste */
.pkd-crosssell-prev,
.pkd-crosssell-next {
    color: #777;
}

.pkd-crosssell-prev:hover,
.pkd-crosssell-next:hover {
    color: #333;
}


/* Poziționare săgeți (ajustezi după design) */
.pkd-crosssell-swiper .swiper-button-prev,
.pkd-crosssell-swiper .swiper-button-next {
    width: 24px;
    height: 24px;
}
.pkd-crosssell .list-col-item {
    width: 100%;
    padding: 0;
    background-color: #e6e5e1;
    border-radius: 10px;
}
.item-grid-product- .item-product .product-info {
    padding: 5px;
}
.product-thumb-link {
    display: block;
    position: relative;
    overflow: hidden;
    background: #e6e5e1;
}
.pkd-crosssell .item-grid-product- .item-product .product-extra-link {
    display: none;
}
.pkd-crosssell .item-grid-product- .item-product .addcart-link {
    font-size: 14px;
    padding: 5px;
}
.pkd-crosssell h3.product-title {
    line-height: 1 !important;
}
.pkd-crosssell h3.product-title a {
    font-size: 14px;
    color: #333333;
}
/* spațiu pentru pagination sub slider */
.pkd-crosssell-swiper { padding-bottom: 24px; }

/* bullets sub slider, centrate */
.pkd-crosssell-pagination {
  position: static;     /* sub slider, nu peste */
  margin-top: 8px;
  text-align: center;
}

.pkd-crosssell-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: .35;
  background: #888;
  margin: 0 4px;
}

.pkd-crosssell-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #333;
}
.swiper-pagination.pkd-crosssell-pagination {
    margin-left: auto;
    margin-right: auto;
}
/* dacă vrei bullets doar pe mobil, de-comentează mai jos */
// @media (min-width: 1025px) {
//   .pkd-crosssell-pagination { display: none; }
// }

/* Pe mobil, un pic de spațiu lateral */
@media (max-width: 768px) {
    .pkd-crosssell--after-variations {
        margin-top: 22px;
    }
}

