/*
Theme Name: Shopkeeper Child
Theme URI: http://shopkeeper.getbowtied.com/
Description: This is a child theme for Shopkeeper.
Author: Get Bowtied
Author URI: http: //www.getbowtied.com/
Template: shopkeeper
Version: 1.0
*/


/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/
/* animation advantages on main */
.vladadv {
    transition: 0.6s cubic-bezier(0.77,0,0.175,1) all;
    padding: 0 19px 13px;
}

.vladadv:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 10px 18px 0px;
    -webkit-transform: translateY(-10px);
    -ms-transform: scale(-10px);
    transform: translateY(-10px);
}  

/** Добавить в корзину стили**/
   div.mainaddtocart> div > div > p > .button, div.mainaddtocart> div > div > p > .wc-forward.button, .woocommerce a.added_to_cart {
    background: transparent !important;
    padding: 13px 10px 11px !important;
    border-color: #4c4b4a;
    color: #4c4b4a;
    border: 2px solid;
    border-radius: 100px !important;
	width: 120px !important;
    min-width: 120px !important;
		display: block;
    margin: auto;
}
/** Добавить в корзину стили hover**/
div.mainaddtocart> div > div > p > .button.product_type_simple:hover, div.mainaddtocart> div > div > p > .wc-forward.button:hover, .woocommerce a.added_to_cart:hover {
	background: transparent !important;
	color: #4c4b4a !important;
    width: 130px !important;
    min-width: 130px !important;
    outline: 0;
    opacity: .7;
    padding: 13px 20px 11px !important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
}
 div.mainaddtocart> div > div > p > .button, div.mainaddtocart> div > div > p > .woocommerce-Price-amount.amount {	color: #4c4b4a !important;}
/* убрать оценку в корзине и загрузки в аккаунте*/
.woocommerce-shipping-destination, li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
	display: none;	
}
/*подпись под фото товаров выкл*/
div.product-image p.caption {display:none;}

.mainsketch a{
    font-size:120% !important;
}
.mainfixpaddingDelivery{ heihgt: 300px;}
/****************************************************************/
/****************************************************************/
/****************************************************************/
/* Fix Shopkeeper icon font with absolute URLs (LiteSpeed CSS combine breaks relative paths) */
@font-face {
  font-family: "Shopkeeper-Icon-Font";
  src: url("https://manuscript.in.ua/wp-content/themes/shopkeeper/inc/fonts/shopkeeper-icon-font/fonts/Shopkeeper-Icon-Font.woff2?dev9eh") format("woff2"),
       url("https://manuscript.in.ua/wp-content/themes/shopkeeper/inc/fonts/shopkeeper-icon-font/fonts/Shopkeeper-Icon-Font.woff?dev9eh") format("woff"),
       url("https://manuscript.in.ua/wp-content/themes/shopkeeper/inc/fonts/shopkeeper-icon-font/fonts/Shopkeeper-Icon-Font.ttf?dev9eh") format("truetype");
  font-display: block;
  font-weight: normal;
  font-style: normal;
}

/* Fix CLS for fullscreen RevSlider - reserve viewport height before JS init */
.revslider-wrapper {
    min-height: 100vh;
    background-color: #2d3d7d;
}

/* Mobile: slider uses 700px/480px aspect ratio, not full screen height */
@media (max-width: 480px) {
    .revslider-wrapper {
        min-height: 146vw;
    }
}

/* Product Image Zoom Customization */
.easyzoom-flyout img {
    /* Increase zoom intensity (1.3 = 30% more zoom than original image) */
    transform: scale(1.1);
    transform-origin: top left;
}

/* Fix: picture wrapper from AVIF output buffer should not affect carousel layout */
.elementor-image-carousel .swiper-slide-inner picture {
    display: contents;
}

/* Fix: enforce consistent slide height in artists carousel (Feros-Promo has different aspect ratio) */
.elementor-element-890258c .swiper-slide-inner {
    aspect-ratio: 380 / 230;
    overflow: hidden;
}
.elementor-element-890258c .swiper-slide-image {
    height: 100% !important;
    object-fit: cover;
}
