:root {
    --yellow: #e3aa2b;
    --light-yellow: #1a1300;
    --text: #000;
    --white: #ffffff;
    --black: #080808;
}

/* ============================== GLOBAL STYLING ============================== */

p:last-child {
    margin-block-end: 0px !important;
    margin-bottom: 0px !important;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background-color: #f9f9f9;
}

::-webkit-scrollbar-thumb {
    background-color: var(--yellow);
    border-radius: 5px;
}

input:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--yellow);
}

.elementor-button {
    transition: all 0.6s ease !important;
}

.elementor-button:hover {
    transform: scale(1.05);
}

.yellow {
    color: var(--yellow);
}

/* ============================== HOME STYLING ============================== */
.icon-wrapper-sm .elementor-icon {
    padding: 12px;
    border: 1px solid var(--yellow) !important;
    border-radius: 100%;
}

.header-sm.elementor-sticky--effects {
    background-color: var(--light-yellow) !important;
}

/* ============================== CHECKOUT STYLING ============================== */
.woocommerce-checkout{
    font-family: 'DM Sans';
}
.bank-details-box {
    margin-top: 24px;
    font-family: 'DM Sans', sans-serif;
}

.bank-details-box h3 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}

.bank-box {
    background: #eef7ff;
    border-left: 4px solid var(--yellow);
    padding: 16px 18px;
    border-radius: 6px;
    line-height: 1.8;
    font-size: 15px;
}

.bank-box strong {
    font-weight: 700;
}


.personal-traning .wmsb-grid,
.train-solo .wmsb-grid,
.train-togather .wmsb-grid{
	grid-template-columns: 1fr !important;
}
.train-solo .wmsb-card[data-product-id="118"],
.train-solo .wmsb-card[data-product-id="119"]{
	display: none;
}
.train-togather .wmsb-card[data-product-id="117"],
.train-togather .wmsb-card[data-product-id="119"]{
	display: none;
}
.personal-traning .wmsb-card[data-product-id="117"],
.personal-traning .wmsb-card[data-product-id="118"]{
	display: none;
}
.wmsb-card-image-wrapper{
	height: 350px !important;
}
.wmsb-card-image-wrapper img{
	object-position: top center;
}
.wmsb-card-short-description{
	font-size: 14px;
    color: #64748b;
    line-height: 1.5;
    margin: 0 0 20px 0;
    flex-grow: 1;
	padding-top: 8px;
}
.mbps-product-card__image-wrap{
	height: 590px !important;
}
.fmb-product-card__image-wrap{
	height: 958px !important;
}
.mbps-product-grid,
.fmb-product-grid{
	grid-template-columns: 1fr !important;
}
.page-id-450 .mbps-product-card[data-product-id="431"],
.page-id-450 .mbps-product-card[data-product-id="429"],
.page-id-455 .mbps-product-card[data-product-id="431"],
.page-id-455 .mbps-product-card[data-product-id="428"],
.page-id-463 .mbps-product-card[data-product-id="428"],
.page-id-463 .mbps-product-card[data-product-id="429"]{
	display: none;
}
.page-id-515 .fmb-product-card[data-product-id="502"],
.page-id-515 .fmb-product-card[data-product-id="501"],
.page-id-523 .fmb-product-card[data-product-id="502"],
.page-id-523 .fmb-product-card[data-product-id="500"],
.page-id-528 .fmb-product-card[data-product-id="500"],
.page-id-528 .fmb-product-card[data-product-id="501"]{
	display: none;
}


.mbps-agreement__text{
	max-width: 90%;
    margin-inline: auto;
    text-align: center;
    padding-top: 30px;
}
.gmb-product-card__image-wrap{
	height: 374px !important;
}
@media (max-width: 810px){
	.wmsb-card-image-wrapper,
	.mbps-product-card__image-wrap{
		height: 250px !important;
	}
}