/*
Theme Name: Wolmart
Theme URI: https://d-themes.com/wordpress/wolmart
Author: D-THEMES
Author URI: https://d-themes.com/
Description: Wolmart Multi-Vendor Marketplace Responsive Wordpress Theme.
Version: 1.8.10
Tested up to: 5.5
Requires PHP: 7.4
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: e-commerce, one-column, two-columns, three-columns, four-columns, full-width-template, left-sidebar, right-sidebar, custom-menu, custom-background, custom-colors, custom-header, custom-logo, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready, threaded-comments
Text Domain: wolmart
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

.bypostauthor {
  display: block;
}

.gallery-caption,
.wp-caption-text {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  padding-top: 10px;
}

.aligncenter.wp-caption .wp-caption-text {
  padding-bottom: 20px;
}

.alignleft.wp-caption .wp-caption-text {
  padding-bottom: 10px;
}

.blog.home.wolmart-archive-post-layout main {
  padding-top: 0;
}

.wp-block-group.has-background + .btn-readmore {
  display: block;
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .blog.home.wolmart-archive-post-layout .post-archive .post-wrap:first-child .post-details {
    padding-top: 10px;
  }
}

.live-search-list .search-price {
    display: none !important;
}

/* ============================================================
   AS-Schwabe: Slider height & button consistency
   Updated: 2026-03-12
   ============================================================ */

/* Slider: uniform height */
.elementor-element-cccb051 .slider-wrapper {
    align-items: stretch !important;
}
.elementor-element-cccb051 .elementor-inner-section {
    min-height: 500px;
    height: 100%;
    box-sizing: border-box;
}

/* Text column: center content vertically */
.elementor-element-cccb051 .elementor-col-50:last-child > .elementor-widget-wrap {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 500px;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

/* Reset align-self on all widgets inside the text column */
.elementor-element-cccb051 .elementor-col-50:last-child .elementor-widget {
    align-self: auto !important;
    width: 100% !important;
}

/* Image column: cover crop */
.elementor-element-cccb051 .elementor-col-50:first-child {
    overflow: hidden;
}
.elementor-element-cccb051 .elementor-col-50:first-child img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-height: 500px;
    display: block;
}

/* Text overflow prevention */
.elementor-element-cccb051 .elementor-col-50:last-child .elementor-heading-title {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    max-width: 100%;
    white-space: normal;
}

/* Mobile: stack columns, text section full width */
@media (max-width: 767px) {
    .elementor-element-cccb051 .slider-wrapper {
        height: auto !important;
    }
    .elementor-element-cccb051 .elementor-inner-section {
        min-height: auto !important;
        height: auto !important;
    }
    .elementor-element-cccb051 .elementor-col-50 {
        width: 100% !important;
        max-width: 100% !important;
    }
    .elementor-element-cccb051 .elementor-col-50:last-child > .elementor-widget-wrap {
        min-height: auto !important;
        height: auto !important;
        justify-content: flex-start;
    }
    .elementor-element-cccb051 .elementor-col-50:first-child img {
        min-height: 220px;
        max-height: 280px;
        object-fit: cover;
    }
}

/* Slider text column: left padding so text isn't clipped */
.elementor-element-cccb051 .elementor-col-50:last-child > .elementor-widget-wrap {
    padding-left: 30px !important;
}