html,
body {
    min-width: 100%;
    min-height: 100%;
}
body {
    margin: 0px;
}

div.beae-builder *,
div.beae-builder *::before,
div.beae-builder *::after {
    box-sizing: border-box;
}

/* container image */

.beae-image-default {
    display: block;
}

div.beae-builder {
    margin: 0 auto;
}

div.beae-core img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
}

div.beae-core figure {
    margin: 0px;
}

div.core__group--body > div.core__blocks {
    padding: 14px;
}

.beae-combined-elements div.core__group--body > div.core__blocks {
    padding: 0;
}

.beae-combined-elements div.core__group--item + div.core__group--item {
    margin-top: 30px;
}

/* .beae-block a,
.beae-block img,
.beae-block picture {
    display: inline-block;
    vertical-align: middle;
}

.beae-block picture,
.beae-block figure {
    overflow: hidden;
} */

div.core__blocks {
    display: flex;
    width: 100%;
    min-height: 20px;
    height: 100%;
    /*Vertically align blocks*/
}

div.core__blocks > div.core__blocks--body {
    display: flex;
    /* display: block; Modify by daniel */
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
    position: relative;
}

div.beae-group {
    overflow: visible !important;
}

div.beae-group__items {
    display: inline-block;
    width: 100%;
}

div.beae-block {
    position: relative;
    display: inline-block;
    width: 100%;
    height: fit-content;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    /* font-size: 100%;
	font: inherit; */
    vertical-align: baseline;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.beae-html ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.beae-html ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.beae-html ul ul {
    list-style-type: circle;
    margin-block-start: 0px;
    margin-block-end: 0px;
}

.beae-html ul ul ul {
    list-style-type: square;
}

.beae-html ol ol,
.beae-html ul ol {
    margin-block-start: 0px;
    margin-block-end: 0px;
}

input,
select,
textarea,
button {
    font-family: inherit;
}

a,
span {
    display: inline-block;
}

@media only screen and (max-width: 375px) {
}

.beae__element,
.beae-element {
    display: block;
    position: relative;
    width: 100%;
}

@media (max-width: 767px) {
    .beae-product-single__media--images {
        height: 467px;
    }

    .beae-swiper-container-autoheight,
    .beae-swiper-container-autoheight .beae-swiper-slide {
        height: 100%;
    }
}