/* 
Theme Name: HR Home
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.home-shape {
    border-radius: 35px;
}

.home-shape::before {
    content: "";
    width: calc(100% - 48px);
    height: unset;
    aspect-ratio: 6;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    background: inherit;
    position: absolute;
    top: 2px;
    left: 50%;
    transform: translate(-50%, -100%);
}

.responsive-video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 verhouding */
    height: 0;
    overflow: hidden;
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.woocommerce span.onsale {
    background-color: #e7ba56 !important;
    color: #fff !important;
    padding: 3px 40px !important;
    border-radius: 0px !important;
    position: absolute !important;
    z-index: 4 !important;
}

.button,
.elementor-button {
    font-family: "Bryant", Sans-serif !important;
    font-style: normal !important;
}

.button:hover,
.elementor-button:hover {
    outline: 1px solid var(--e-global-color-text)!important;
    color: var(--e-global-color-text) !important;
    background: #fff!important;
    fill: var(--e-global-color-text) !important;
}

#elementor-popup-modal-205276 .dialog-widget-content {
    transform: scale(0.6);
}

.gfield_required_text {
    display: none;
}

/* was: input:not([type="submit"]), textarea */
input:not([type="submit"]):not([type="range"]),
textarea {
  /* background: rgb(255 255 255 / .5) !important; */
  font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
  color: var(--e-global-color-secondary) !important;
}


/* Globaal alle schaduwen uit */
html *,
html *::before,
html *::after {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}

/* Inline styles die box-shadow forceren, overrulen */
html [style*="box-shadow"] {
  box-shadow: none !important;
}

/* Drop-shadow via CSS filter (soms gebruikt voor iconen/afbeeldingen) */
html *[style*="drop-shadow"],
html .drop-shadow,
html .has-drop-shadow {
  filter: none !important;
}

/* Veelvoorkomende builders en componenten */
.elementor-widget,
.elementor-button,
.elementor-column,
.elementor-image,
.elementor-icon,
.elementor-nav-menu .elementor-item,
.e-gallery-item .elementor-gallery-item__image,
.woocommerce ul.products li.product,
.woocommerce div.product .summary,
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  box-shadow: none !important;
}

/* Optioneel: geen focus-schaduw op inputs, maar behoud duidelijke focusrand */
input, textarea, select, .elementor-field {
  box-shadow: none !important;
  outline: 2px solid transparent; /* pas aan naar je huisstijl */
  outline-offset: 2px;
}
input:focus, textarea:focus, select:focus, .elementor-field:focus {
  outline-color: #111; /* of je merkaccent */
}

/* WooCommerce */
.wp-block-woocommerce-cart {
    width: 80% !important;
    justify-self: center !important;
}

.woocommerce-page main {
  margin-top: 70px;
}
