/**
 * WARNING: Do not change this file. Your changes will be lost.
 * 2025-01-02 07:41:28 */
body.boxed {
}
@media (min-width: 768px) {
    .page-layout-1column .product-info-main, .page-layout-2columns-left .product-info-main, .page-layout-2columns-right .product-info-main, .page-layout-3columns .product-info-main {
        width: 57.17%;
    }
    .page-layout-1column .product.media, .page-layout-2columns-left .product.media, .page-layout-2columns-right .product.media, .page-layout-3columns .product.media {
        width: 40.83%;
    }
}
@media (max-width: 480px){
    .products-grid .product-item {
        float: none;
        width: 100%;
        padding: 10px 0;
    }
}

.nav-sections-item-content > .navigation {
    display: block;
    z-index: 3;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
post-text-hld p {
        margin-top:20px;
}
post-content .big-quote{
   font-size: 26px;
}
.block-search {
    z-index: 10;
}@media (min-width: 640px){
	.page-layout-1column .toolbar-products {
    	position: static;
    }
}