.cfvsw-shop-variations { display: none; }

/* -------------------------------
   SHOP CONTAINER – platesnis, kad tilptų 4 prekės
-------------------------------- */
.woocommerce-shop .ast-container,
.post-type-archive-product .ast-container,
.archive.woocommerce .ast-container {
    max-width: 1320px;   /* padidintas plotis, kad sidebar + 4 prekės tilptų */
    margin: 0 auto;
    padding: 40px 20px;
}

/* -------------------------------
   GRID – 4 prekės į eilę desktop'e
-------------------------------- */


/* Kortelės plotis desktop'e */
.woocommerce ul.products li.product {
    width: calc(25% - 20px);  /* 4 prekės */
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.03);
    padding: 18px 18px 22px;
    transition: 0.2s ease;
}

/* Hover */
.woocommerce ul.products li.product:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.10);
}

/* Nuotraukos */
.woocommerce ul.products li.product a img {
    border-radius: 10px;
    margin-bottom: 12px;
    width: 100%;
    height: auto;
}

/* Pavadinimas */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 15px;
    font-weight: 600;
    min-height: 38px;
    margin-bottom: 6px;
}

/* Kaina */
.woocommerce ul.products li.product .price {
    font-size: 14px;
    font-weight: 600;
}

/* Žvaigždutės */
.woocommerce ul.products li.product .star-rating {
    font-size: 12px;
    margin-bottom: 4px;
}

/* -------------------------------
   RESPONSIVE
-------------------------------- */
@media (max-width: 1200px) {
    .woocommerce ul.products li.product {
        width: calc(33.333% - 20px); /* 3 prekės */
    }
}

@media (max-width: 768px) {
    .woocommerce ul.products li.product {
        width: calc(50% - 15px); /* 2 prekės */
    }
}

@media (max-width: 480px) {
    .woocommerce ul.products li.product {
        width: 100%; /* 1 prekė telefone */
    }
}

/* Hide ONLY "Our Best Sellers" widget in sidebar */
.widget_top_rated_products, .woocommerce-breadcrumb, .count, .widget_price_filter, .wc-block-product-search, .woocommerce-products-header__title, .woocommerce ul.products li.product .star-rating, .woocommerce-additional-fields, .validate-state {
    display: none !important;
}

.ast-filter-wrap{
	margin-top:10px;
}

/* --- SHOP CONTENT 90% WIDTH + NO PADDING --- */
.woocommerce-shop .ast-container,
.post-type-archive-product .ast-container,
.tax-product_cat .ast-container {
    max-width: 94% !important;   /* vietoje 1180px darom procentais */
    padding: 0 !important;
}

.woocommerce-page .site-content,
.archive.woocommerce .site-content {
    padding-top: 60px !important; 
}

/* Product card button - modern, clean, like Nila */
.woocommerce ul.products li.product .button {
    background-color: #00BF87B0;
    font-family: "Arial", Sans-serif;
    font-weight: 500;
    border-style: none;
    border-radius: 4px;
}


.woocommerce ul.products li.product .button:hover {
	transform: scale(1.04);
}

.eael-product-carousel .product-image-wrap img {
    height: 290px !important;
    width: 100% !important;
    object-fit: cover !important;
}

.swiper-button-next, 
.swiper-button-prev {
    opacity: 0.4;
}

.swiper-button-next:hover, 
.swiper-button-prev:hover {
    opacity: 1;
}

.wpforms-field-container {
  margin-top:70px;
}

.wpforms-submit-container {
  margin-top:27px;
}

.wpforms-submit {
	border-radius:12px;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.wpforms-submit:hover {
  transform: scale(1.06);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* === CHECKOUT INPUT STYLE === */
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="number"],
.woocommerce-checkout input[type="password"],
.woocommerce-checkout select,
.woocommerce-checkout textarea {
    background-color: #f6f7f8;
    border: 1px solid #2099e2;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 15px;
    transition: all 0.25s ease;
    box-shadow: none;
}

/* ========== SINGLE PRODUCT: Bundle swatches (CFVSW) ========== */

/* bendra swatches eilutė */
.cfvsw-swatches-container,
.cfvsw-swatches-attr {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

/* kiekvienas pasirinkimo "mygtukas" */
.cfvsw-swatches-option.cfvsw-label-option {
  border-radius: 999px !important;
  min-height: 38px !important;
  padding: 8px 14px !important;
  line-height: 1 !important;

  background: #fff !important;
  border: 1px solid #d7dde3 !important;

  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.2px;

  transition: transform .08s ease, background .15s ease, border-color .15s ease, box-shadow .15s ease;
}

/* hover efektas */
.cfvsw-swatches-option.cfvsw-label-option:hover {
  border-color: #9fb3a7 !important;
  box-shadow: 0 6px 16px rgba(0,0,0,0.08) !important;
  transform: translateY(-1px);
}

/* pasirinktas variantas */
.cfvsw-selected-swatch,
.cfvsw-swatches-option.cfvsw-label-option.cfvsw-selected-swatch {
  background: #1f5b4b !important;
  border-color: #1f5b4b !important;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(31,91,75,0.22) !important;
}

/* kad vidinis tekstas irgi pasidarytų baltas */
.cfvsw-selected-swatch .cfvsw-swatch-inner,
.cfvsw-swatches-option.cfvsw-label-option.cfvsw-selected-swatch .cfvsw-swatch-inner {
  color: #fff !important;
}

/* "Clear" paverčiam į linką kaip mažą chip'ą */
a.reset_variations,
.reset_variations {
  display: inline-block !important;
  margin-left: 6px;
  font-weight: 600;
  font-size: 13px;
  text-transform: none !important;
  color: #1f5b4b !important;
  opacity: 0.9;
  border-bottom: 1px dashed rgba(31,91,75,0.45);
  padding-bottom: 1px;
}

a.reset_variations:hover,
.reset_variations:hover {
  opacity: 1;
  border-bottom-color: rgba(31,91,75,0.85);
}

/* mobilui – kad gražiai susidėtų */
@media (max-width: 768px) {
  .cfvsw-swatches-container,
  .cfvsw-swatches-attr {
    gap: 8px;
  }

  .cfvsw-swatches-option.cfvsw-label-option {
    min-height: 40px !important;
    padding: 10px 14px !important;
    font-size: 14px;
  }
}

.flex-viewport{
max-height:680px;
border-radius:10px;
}

.flex-control-thumbs li img, .woocommerce-product-gallery__image{
	border-radius: 10px;
}

/* Disable WooCommerce product image zoom overlay */
.woocommerce-product-gallery__wrapper .zoomImg,
.woocommerce-product-gallery__wrapper .zoomWindow,
.woocommerce-product-gallery__wrapper .zoomWrapper {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

/* Optional: make cursor normal (not “zoom-in”) */
.woocommerce-product-gallery__image a,
.woocommerce-product-gallery__image img {
  cursor: default !important;
}

/* Woo sidebar OFF on mobile */
@media (max-width: 768px) {
  #secondary.widget-area.secondary {
    display: none !important;
  }

  /* content full width */
  #primary.content-area {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.infinite-wrap, .wt_coupon_wrapper, .woocommerce-info, body.woocommerce-order-received .woocommerce-order > p{
 display:none;
}


.ast-woocommerce-container{
	padding:37px 0px !important;
}

