/* product-item-short */
.product-item-short {display: block; width: 100%; padding: 0.5rem 0.8rem 0.5rem 0.8rem; transition: all 0.3s ease; transform-origin: center; }
.product-item-short-inner {width: 100%; display: flex; flex-direction: column; overflow: hidden; border: 1px solid #e3e7f1; border-radius: 1rem;
     box-shadow: 0 0 0.2rem rgba(0,0,0,0.2); background-color: #fff; transition: all 0.3s ease;} 
/* slider-products-row - swiper - hover */
.slider-products-row .swiper-slide:hover .product-item-short {transform: scale(1.10); }
.slider-products-row .swiper-slide:hover .product-item-short-inner {box-shadow: 0 0 1rem rgba(0,0,0,0.25);}
/* product-item-short - top */
.product-item-short-inner-top {width: 100%; position: relative;}
/* product-item-short - top - label */
.product-item-short-inner-top-labels {position: absolute; top: 1rem; left: 1rem; display: flex; flex-direction: column; justify-content: flex-start;
     align-items: flex-start;}
.product-item-short-inner-top-label {font-size: 1.4rem; margin: 0 0 0.7rem 0; padding: 0 0.8rem 0 0.8rem; border-radius: 0.2rem 0.5rem 0.5rem 0.5rem;
     font-weight: 300; letter-spacing: 0.3px;}
/* product-item-short - top - a */
.product-item-short-inner-top > a {width: 100%; display: block; padding: 1rem 1rem 2rem 1rem;}
.product-item-short-inner-top > a > img {width: 100%; height: auto;}
/* product-item-short - bottom */
.product-item-short-inner-bottom {width: 100%; display: flex; flex-direction: column; padding: 0 0 3rem 0;}
/* product-item-short - bottom - fast-buy */
.product-item-short-inner-bottom-fast-buy {width: 100%; height: 9rem; display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
     margin-bottom: 1rem;}
.product-item-short-inner-bottom-fast-buy > button {padding: 1.3rem 4rem 1.3rem 4rem; text-transform: uppercase; font-size: 2.3rem; color: #fff;
     background-color: #6b89a9; border-radius: 1rem; line-height: 1; border: 1px solid #3a628c; font-weight: 300; opacity: 0; visibility: hidden;
     transition: all 0.3s ease; }
.product-item-short:hover .product-item-short-inner-bottom-fast-buy > button {opacity: 1; visibility: visible;}
.product-item-short-inner-bottom-fast-buy > button:hover {background-color: #3a6fa7;}
/* product-item-short - bottom - name */
.product-item-short-inner-bottom-name {width: 100%; text-align: center; }
.product-item-short-inner-bottom-name > a {font-family: "Inter", sans-serif; font-weight: 400; font-size: 4rem; color: #3a628c; 
     text-transform: uppercase; text-decoration: none; line-height: 1; transition: color 0.3s ease;}
.product-item-short-inner-bottom-name > a:hover {color: #3a6fa7;}
.product-item-short-inner-bottom-divider {width: 100%;}
.product-item-short-inner-bottom-divider > hr {width: 70%; margin: 1rem auto 2rem auto; border: none; height: 1px; background-color: #000; opacity: 1; }
.product-item-short-inner-bottom-price {width: 100%; text-align: center;}
.product-item-short-inner-bottom-price-value { font-weight: 400; font-size: 4rem; color: #3a628c; text-transform: uppercase; line-height: 1;}
.product-item-short-inner-bottom-price-currency { font-weight: 400; font-size: 3.8rem; color: #3a628c; text-transform: uppercase; 
     line-height: 1; margin-left: 0.5rem;}

/* products-grid */     
.products-grid-section {width: 100%; display: block; margin: 0; padding: 0; border: 0;}
.products-grid {width: 100%; display: flex; margin: 0; padding: 0; flex-wrap: wrap; flex-direction: row; row-gap: 2rem; column-gap: 2rem;}
.products-grid .product-item-short {width:calc((100% - 2*2rem)/3); padding: 0;}
/* products-grid - product-item-short - hover */  
.products-grid .product-item-short:hover .product-item-short-inner {box-shadow: 0 0 1rem rgba(0,0,0,0.25);}
