/**
 * Theme Name: Leader House
 * Description: Leader House theme
 * Author: Leader House
 * Template: blocksy
 * Text Domain: leader-house
 */

@font-face {
  font-family: "TuskerGrotesk";
  src: url("/wp-content/themes/leader-house/assets/fonts/TuskerGrotesk-6500Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "TuskerGrotesk", sans-serif !important;
    line-height: 1.5 !important;
}

.elementor-heading-title {
    font-family: "TuskerGrotesk", sans-serif !important;
    line-height: 1.5 !important;
}

.product-title {
    font-family: "TuskerGrotesk", sans-serif;
}

.lh-hero-headline .elementor-heading-title {
    font-size: 2.4rem;
    line-height: 1.5 !important;
}

.product_title.entry-title {
    font-family: "TuskerGrotesk", sans-serif;
    letter-spacing: 0.1rem; 
    line-height: 1.5 !important;
}

.text-footer {
    color: var(--theme-palette-color-6) !important;
}
.heading-footer {
    color: var(--theme-palette-color-6) !important;
    font-family: "TuskerGrotesk", sans-serif !important;
    letter-spacing: 0.1rem !important; 
    line-height: 1.5 !important;
}

.jet-smart-filters-select .jet-select__control {
    min-height: 40px !important;
}

.page-title {
    text-transform: uppercase;
}

.featherlight-close-icon:hover {
    color: var(--theme-palette-color-7) !important;
}
.featherlight-close-icon.featherlight-close {
    border-radius: 4px;
    background: var(--theme-palette-color-1);
    color: var(--theme-palette-color-8);
}

.jet-popup.jet-popup--front-mode .jet-popup__close-button {
    border-radius: 4px !important;
    top: 8px !important;
    right: 8px !important;
}

.ct-search-item .ct-media-container {
    background: var(--theme-palette-color-6);
    padding: 0px;
    border-radius: 6px;
}

/* currency switcher */
.wSelect-theme-classic.wSelect {
    color: var(--theme-palette-color-5);
    border: none;
    background-color: var(--theme-palette-color-4);
    font-family: var(--theme-font-family);
    margin-bottom: 0;
}
.wSelect-theme-classic .wSelect-option {
    color: var(--theme-palette-color-5);
    border: none;
    background-color: var(--theme-palette-color-4);
    font-family: var(--theme-font-family);
}
.wSelect-theme-classic .wSelect-options {
    border: none;
}
.wSelect-theme-classic .wSelect-options-holder {
    color: var(--theme-palette-color-5);
    border: none;
    background-color: var(--theme-palette-color-4);
    font-family: var(--theme-font-family);
}

.wSelect-theme-classic.wSelect-hover, .wSelect-theme-classic.wSelect-active {
    box-shadow: none;
}

.single-product .sku_wrapper {
    display: none !important;
}

.product>.woocommerce-tabs {
    padding-bottom: 4rem;
}

.woocommerce-shipping-totals p:last-of-type {
    padding-top: 2rem;
}

#product-filter-btn {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    padding: var(--has-classic-forms, var(--theme-form-field-padding, 0 15px));
    height: 40px;
    background: none;
    color: var(--theme-text-color);
    cursor: pointer;
    font-size: 11px;
    border-width: var(--theme-form-field-border-width, 1px);
    border-style: var(--theme-form-field-border-style, solid);
    border-color: var(--theme-form-field-border-initial-color);
    border-radius: var(--has-classic-forms, var(--theme-form-field-border-radius, 3px));
}

.wpcsc-popup {
    width: 60vw;   
}

.featherlight .featherlight-content {
    border-radius: 8px;
}

.featherlight .featherlight-close-icon {
    top: 8px;
    right: 8px;
}

.wpcsc-size-chart-title {
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.wpcsc-size-chart-above-text {
    margin-bottom: 2rem;
}

.wpcsc-size-chart-under-text {
    margin-top: 2rem;
}

img {
    border-radius: 6px;
}

.ct-module-title {
    text-transform: uppercase;
}

.cart_totals h2 {
    text-transform: uppercase;
}

.ct-quick-view-card .product_meta>span>*, .product[class*=gallery] .product_meta>span>* {
    --theme-link-initial-color: var(--theme-palette-color-3) !important;
}

/* mini cart */
.button.checkout {
    display: none;
}
.woocommerce-mini-cart__buttons {
    grid-template-columns: repeat(1, 1fr) !important;
}

.event-links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 2fr));
  gap: 10px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.event-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  line-height: 1;
  white-space: nowrap;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("/wp-content/uploads/2025/12/IMG_0703-600x400.jpg.webp");
  background-size: cover;
  background-position: center;
  border-radius: 6px;
}

.event-link-label {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--theme-palette-color-5);
  margin-block-end: 0px !important;
}

.event-link-label:hover {
    color: var(--theme-palette-color-7);
}

.event-link-icon {
  display: inline-flex;
  align-items: center;
  font-size: 1.2rem;
}

.event-link-icon svg {
  width: 14px;
  height: 14px;
  fill: var(--theme-palette-color-7);
  vertical-align: middle;
}

.event-link-more {
    color: var(--theme-palette-color-1);
}
.jet-popup-action-button__instance {
    width: 100%;
}

.jet-listing-dynamic-field__content {
    margin-block-end: 0 !important;
}

.wp-block-cover.lh-hero-section {
    margin-left: 0px !important;
    margin-right: 0px !important;
    max-width: 100vw;
    width: 100vw;
    min-height: var(--min-height, 250px);
}

/* .ct-container-full {
    padding-top: 0px !important;
} */

/* .lh-breadcrumbs {
    text-align: center;
} */

.ct-woocommerce-cart-form .cart_totals {
    margin-top: 1rem !important;
}

@media (max-width: 767px) {
    .ct-footer .ct-widget:not(:first-child) {
        margin-top: var(--widgets-gap, 1rem) !important;
    }
    .wpcsc-popup {
        width: 90vw;   
    }
    #product-filter-btn {
        min-height: 34px !important;
    }
    .ct-woocommerce-cart-form .cart_totals {
        margin-top: 0rem !important;
    }
}