/* 
Custom styling of Glozin Child WP Theme for "IQMA"
Author: Yevhenii Kysil - ykysil@refix.pl
Author URI: https://refix.pl
Version: 1.0
Refix 2026
Template: glozin
*/

/* GENERAL */

:root {
    --main-accent: #2762CC;
    --text-black: #000000;
    --text-gray: #444444;
}

.site-content {
	padding-top: 0px;
}

.bd-filter {
	backdrop-filter: blur(5.800000190734863px);
}

.grecaptcha-badge {
	opacity: 0.3;
    transform: scale(0.8);
    transform-origin: right bottom;
}

/* GENERAL */

/* HEADER */

.campaign-bar .campaign-bar__close {
	display: none;
}

.home .site-header .header-main,
.home .header-mobile-main {
	border: none;
}

@media only screen and (max-width: 575px) {
	.header-mobile-contents .header-logo img {
		width: 200px;
	}
}

/* HEADER */

/* PRODUCT CARD */

.cart .wcboost-products-compare-button {
	display: none;
    visibility: hidden;
}

.bought-toghether-rx .glozin-product-pbt .product-buttons .s-price.glozin-pbt-total-price.ins {
	color: #d0473e;
}

.single-product div.product table.variations .wcboost-variation-swatches__selected-label {
	text-transform: initial;
}

/* PRODUCT CARD */

/* CUSTOM ACCORDION CATEGORY DESCRIPTION */

.iqma-accordion h3 {
	text-align: center;
}

.iqma-accordion-item {
    border-bottom: 1px solid #e5e5e5;
}

.iqma-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    cursor: pointer;
}

.iqma-accordion-title {
	font-size: 16px;
    font-weight: 600;
	color: var(--text-gray);
}

.iqma-accordion-icon {
    font-size: 22px;
	padding-left: 10px;
}

.iqma-accordion-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease;
    padding-bottom: 0;
}

.iqma-accordion-item.active .iqma-accordion-content {
    padding-bottom: 20px;
}

/* CUSTOM ACCORDION CATEGORY DESCRIPTION */

/* CART AND CHECKOUT */

.wp-block-woocommerce-checkout-shipping-address-block .wc-block-components-country-input {
	display: none;
	visibility: hidden;
}

/* CART AND CHECKOUT */

/* FOOTER */


/* FOOTER */
