/*!
Theme Name: plexmachines
Theme URI: http://underscores.me/
Author: webplus
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: plexmachines
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

plexmachines is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------*/

.product_listing_content {position: relative;background: #F7F7F7;}
.products_listing_scssn .product_box {position: relative;display: flex;flex-direction: column;padding-bottom: 35px;text-align: center;align-items: center;height: 100%;}
.products_listing_scssn .product_box .product_img {background: #F7F7F7;position: relative;z-index: 0;aspect-ratio: 1/0.84;display: flex;align-items: center;justify-content: center;padding: 50px 30px 75px 30px;height: 100%;transition: 0.5s all;}
.products_listing_scssn .product_box .product_img:before {content: '';position: absolute;width: 100%;height: 100%;background-size: cover;z-index: -1;mix-blend-mode: luminosity;opacity: 0.56;top: 0;left: 0;}
.products_listing_scssn .product_box .product_img img {object-fit: contain;object-position: center;filter: drop-shadow(0px 7px 22px rgba(0, 0, 0, 0.30));height: 100%;width: 80%;margin: 0 auto;transition: 0.5s all;transform: scale(1) translateY(0);}
.products_listing_scssn .product_box .product_title {position: absolute;bottom: 0;left: 0;right: 0;width: 85%;background: #282828;padding: 23px 13px;text-align: center;margin: 0 auto;transition: 0.5s all;}
.products_listing_scssn .product_box .product_title h4 {font-size: 20px;font-weight: 500;margin: 0;padding: 0;color: #ffffff;transition: 0.5s all;opacity: 1;}
.products_listing_scssn .product_box .product_title span {position: absolute;bottom: 0px;font-size: 15px;font-weight: 600;color: #ffffff;left: 0;width: 100%;text-transform: uppercase;letter-spacing: 0px;opacity: 0;visibility: hidden;transition: 0.5s all;}
.products_listing_scssn .product_box:hover .product_title {background: #63656a;}
.products_listing_scssn .product_box:hover .product_title h4 {opacity: 0;}
.products_listing_scssn .product_box:hover .product_title span {bottom: 50%;opacity: 1;visibility: visible;transform: translateY(50%);letter-spacing: 1px;}
.products_listing_scssn .product_box:hover .product_img {background: #ffffff;}
.products_listing_scssn .product_box:hover .product_img img {transform: scale(0.95) translateY(-15px);}
.privacy-policy h2{font-size: clamp(1.3125rem, 0.9268rem + 1.0732vw, 2rem); margin-top: clamp(1.3125rem, 0.9268rem + 1.0732vw, 2rem); margin-bottom: 8px; }
.privacy-policy h3{font-size: clamp(1.125rem, 0.8796rem + 0.6829vw, 1.5625rem); margin-top: 21px; margin-bottom: 8px; }
.privacy-policy h4{font-size: 19px; margin-top: 21px; margin-bottom: 8px; }
.privacy-policy p, .privacy-policy ul{margin-bottom: 12px; }
.privacy-policy ul li{margin-top: 4px; padding: 3px 16px; position: relative; }
.privacy-policy ul li:after{content: ''; position: absolute; top: 12px; left: 0; width: 6px; height: 6px; background-color: var(--theme-color); }
.privacy-policy p strong{font-weight:600; }
.privacy-policy li strong{font-weight:500; }
.terms_policy_content > h2:first-child {margin-top: 0; }
.privacy-policy h2+h3, .privacy-policy h3+h4 {margin-top: 12px; }
.privacy-policy p:last-child{margin-bottom: 0; }
.privacy-policy li p {margin-bottom: 4px; }
/*a {text-decoration: none;}*/