/*
Theme Name: SoitChild
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

body.wc-archive-has-attribute-filters .page-title-wrap.d-none {
	display: inherit !important;
}

body.wc-archive-has-attribute-filters .page-title {
	color: #000;
}

.elementor-2 .elementor-element.elementor-element-81b64a7 {
  background-color: #000015 !important;
}

.porto-icon-cup, .sticky-product .star-rating, .sticky-product .availability, .product-share, .porto-tb-meta.tb-meta-author, .posts-wrap .porto-icon.none, .porto-posts-grid-d751713988987e9331980363e24189ce .posts-wrap .porto-tb-meta.tb-meta-comments_number, #billing_country_field, .cart-actions.pt-right, .porto-posts-grid  .porto-section .porto-ibanner > img, .archive .porto-tb-item.post .porto-section > .porto-ibanner, .blog .porto-tb-item.post .porto-section > .porto-ibanner, .archive .woocommerce-result-count, .d-none {
	display: none !important;
}

.cat-gr .porto-ibanner {
	max-height: 300px;
	display: flex;
}

.cat-gr .porto-ibanner img {
	object-fit: cover;
}

.cat-gr h3 {
  font-size: calc(12px + .1vmin);
}

.share-whatsapp {
	display: inherit !important;
}

.share-links {
	display: flex;
}
.woocommerce-cart .woocommerce-shipping-calculator, .woocommerce-cart .shipping-calculator-button, .woocommerce-cart .shipping-calculator-form, .woocommerce-shipping-destination {
    display: none !important;
}

.text-capitalize {
  text-transform: inherit !important;
}

.btn-go-shop {
  padding: 16px 15px !important;
}

.banner-pos-d8faaecc40d074754cb807780753fdf5 {
  top: 85% !important;
}

.news .porto-tb-featured-image {
	max-height: 260px;
}
.news .porto-ibanner {
	display: none;
}


@media screen and (max-width: 425px) {	
.elementor-22 .elementor-element.elementor-element-8cc3bcf .porto-sicon-title {
  font-size: calc(9px + .5vmin);
  letter-spacing: 0.04em;
}
.elementor-22 .elementor-element.elementor-element-ad41b1c .porto-sicon-title, .elementor-22 .elementor-element.elementor-element-27c7915 .porto-sicon-title {
  font-size: calc(9px + .5vmin);
}
.elementor-element-bbc7d7e {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
	.elementor-element-402940f {
  background-color: rgba(0, 0, 0, 0.5);
}
  .elementor-2 .elementor-element.elementor-element-4b37df0 .elementor-heading-title, .elementor-2 .elementor-element.elementor-element-afb3eb7 .elementor-heading-title,   .elementor-2 .elementor-element.elementor-element-0d1ea24 .elementor-heading-title {
    font-size: calc(12px + .9vmin);
  }
  .elementor-2 .elementor-element.elementor-element-190c2e1 .porto-u-main-heading > *,   .elementor-2 .elementor-element.elementor-element-a228564 .porto-u-main-heading > * {
    font-size: calc(12px + 4.4vmin);
  }
  .elementor-2 .elementor-element.elementor-element-4317d75 .porto-u-main-heading > *  {
    font-size: calc(12px + 2.3vmin);
    line-height: calc(12px + 12.3vmin);
  }
  .elementor-2 .elementor-element.elementor-element-5152caf .stats-number, .elementor-2 .elementor-element.elementor-element-5152caf .counter_suffix,  .elementor-2 .elementor-element.elementor-element-8cc1e73 .stats-number, .elementor-2 .elementor-element.elementor-element-8cc1e73 .counter_suffix {
    font-size: calc(24px + 2.3vmin);
  }	
	.elementor-2 .elementor-element.elementor-element-232e2c8 .elementor-heading-title, .elementor-2 .elementor-element.elementor-element-cc1d12c .elementor-heading-title {
    font-size: calc(12px + .9vmin);
	}	
}	
@media screen and (max-width: 352px) {		
	.elementor-22 .elementor-element-11e90fa {
		display: none;
	}
	}
	

.elementor-element-e9a6f47 {
	margin-bottom: 35px !important;
}

/* затемняющая подложка */
.product-category .thumb-info {
    position: relative;
}

.product-category .thumb-info::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 45%;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.55),
        rgba(0,0,0,0)
    );
    z-index: 1;
}

/* сам текст поверх */
.product-category .thumb-info-title {
    position: relative;
    z-index: 2;
}

.product-category .sub-title {
    color: #fff;
    font-weight: 600;
    text-shadow: 0 2px 6px rgba(0,0,0,0.6);
}

.product-category .thumb-info-type {
    color: rgba(255,255,255,0.85);
    text-shadow: 0 1px 4px rgba(0,0,0,0.6);
}

.product-category:hover .thumb-info::before {
    height: 55%;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.65),
        rgba(0,0,0,0)
    );
    transition: all 0.25s ease;
}

/* Галерея товара: единый кадр + blur-фон для вертикальных фото */
.single-product .woocommerce-product-gallery .img-thumbnail .inner{
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #eaeaea;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Размытая подложка (берет картинку из CSS-переменной --product-bg) */
.single-product .woocommerce-product-gallery .img-thumbnail .inner::before{
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--product-bg);
    background-size: cover;
    background-position: center;
    filter: blur(18px);
    transform: scale(1.12);
    opacity: 0.55;
    z-index: 1;
}

/* Основное изображение поверх */
.single-product .woocommerce-product-gallery .img-thumbnail .inner > img,
.single-product .woocommerce-product-gallery .img-thumbnail .inner img.woocommerce-main-image{
    position: relative;
    z-index: 2;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

#soitTgcName, #soitTgcStartBtn {
	width: 100%;
}

#soitTgcSetup .soit-tgc-grid {
	display: flex;
	flex-direction: column;
}





