/*
Theme Name: TT3 Child
Theme URI: 
Author: 
Author URI: 
Description: 
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentythree
Text Domain: tt3-child
Tags: 
*/

@import url('assets/css/product-cards.css');

.remove-gap {
    gap: 2rem;
}

.no-margin-top {
    margin-top: 0 !important;
}

/* The Trustindex/Google reviews widget loads its CSS from cdn.trustindex.io
   and its outer wrapper can bleed past the viewport edge; clip it here since
   the widget's own stylesheet is outside our control. */
.ti-reviews-container-wrapper {
    max-width: 100% !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
}

