/** Shopify CDN: Minification failed

Line 3949:107 Unexpected "{"
Line 3972:88 Expected ":"
Line 3972:89 Expected identifier but found "0.7"
Line 3993:37 "postion" is not a known CSS property
Line 3994:41 "postion" is not a known CSS property
Line 4140:240 Unexpected "}"
Line 4504:1 Expected identifier but found end of file

**/
/*
Theme Name: Skin Vora
Author: Koderspedia
*/

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;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%; }
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@-ms-viewport {
    width: device-width;
}
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
body {
    margin: 0;
    background-color: #fff;
    color: #878787;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    line-height: 1.6;
    scroll-behavior: smooth;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 35px;
    width: 100%;
    line-height: 1.4;
}
table,
td,
th {
    border: 1px solid var(--border-color);
    vertical-align: middle;
}
caption,
td,
th {
    vertical-align: middle;
    text-align: left;
    font-weight: 400;
}
th {
    border-width: 0 1px 1px 0;
    font-weight: 600;
}
td {
    border-width: 0 1px 1px 0;
}
td,
th {
    padding: 10px;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
a img {
    border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
a,
button,
input {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
button,
input,
optgroup,
select,
textarea {
    border: 1px solid;
    box-shadow: none;
    outline: 0;
    margin: 0;
    color: inherit;
    font: inherit;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
input[type=checkbox],
input[type=radio] {
    appearance: auto;
-webkit-appearance: auto;
}
button {
    overflow: visible;
}
button,
html input[type="button"]:not(.bee-btn),
input[type="reset"],
input[type="submit"]:not(.bee-btn) {
    padding: 11px 15px;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
    box-shadow: none;
    outline: 0;
    text-shadow: none;
    text-transform: none;
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s, box-shadow 0.3s, opacity 0.3s;
}
input,
select,
textarea {
    font-size: 13px;
    outline: 0;
    padding: 10px 15px;
    transition: border-color 0.5s;
}
input:-webkit-autofill {
    border-color: #e6e6e6;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    -webkit-text-fill-color: #777;
}
input:focus:-webkit-autofill {
    border-color: #d9d9d9;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
p {
    margin-bottom: 20px;
}
a {
    color: #333;
    text-decoration: none;
    transition: 0.25s;
}
a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}
a:hover {
    color: #242424;
}
.bee_title a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-family: inherit;
}
big {
    font-size: larger;
}
abbr {
    border-bottom: 1px dotted;
    color: #d62432;
    text-decoration: none;
}
acronym {
    border-bottom: 1px dotted;
    text-decoration: none;
}
.required {
    border: none;
    color: var(--bee-error-color);
    font-size: 16px;
    margin-left: 3px;
    line-height: 1;
}
abbr[title] {
    border: none;
}
b,
strong {
    font-weight: 600;
}
mark {
    display: inline-block;
    padding: 5px 8px;
    background-color: #f7f7f7;
    color: #333;
    font-weight: 600;
    line-height: 1;
}
code,
kbd {
    padding: 2px 5px;
}
code,
kbd,
pre,
samp {
    -webkit-hyphens: none;
    hyphens: none;
    font-family: monospace, serif;
}
ins {
    text-decoration: none;
}
pre {
    overflow: auto;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #f7f7f7;
    text-align: left;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
cite,
dfn,
em,
i,
var {
    font-style: italic;
}
sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 1;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
small {
    font-size: 80%;
}
hr {
    margin-top: 15px;
    margin-bottom: 15px;
    max-width: 100px;
    border: none;
    border-bottom: 1px solid var(--border-color);
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: middle;
}
.bee-clearfix:after,
.bee-clearfix:before {
    content: " ";
    display: table;
}
.bee-clearfix:after {
    clear: both;
}
embed,
iframe {
    max-width: 100%;
}
blockquote {
    border-left: 2px solid;
}
blockquote p {
    margin-bottom: 0;
}
blockquote cite {
    display: block;
    margin-top: 10px;
    color: #333;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
}
blockquote cite:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 15px;
    height: 1px;
    background-color: currentColor;
    vertical-align: middle;
}
address {
    margin-bottom: 20px;
    font-style: italic;
    line-height: 1.8;
}
fieldset {
    margin-bottom: 20px;
    padding: 20px 40px;
    border: 1px solid rgba(119, 119, 119, 0.2);
}
fieldset legend {
    margin-bottom: 0;
    padding-right: 15px;
    padding-left: 15px;
    width: auto;
}
legend {
    color: #242424;
}
.bee-xts-scheme-light legend {
    color: #fff;
}
.bee-xts-scheme-dark legend {
    color: #242424;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
svg:not(:root) {
    overflow: hidden;
}
ol,
ul {
    list-style: none;
    margin-bottom: var(--list-mb);
    padding-inline-start: var(--li-pl);
    --list-mb: 20px;
    --li-mb: 10px;
    --li-pl: 17px;
}
.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    word-wrap: normal !important;
}
.visually-hidden--inline {
    margin: 0;
    height: 1em;
}
.skip-to-content-link:focus {
    z-index: 9999;
    position: inherit;
    overflow: auto;
    width: auto;
    height: auto;
    clip: auto;
}
.skip-to-content-link {
    background: var(--bee-dark-color);
    color: var(--bee-light-color);
    padding: 10px 15px;
}
:focus-visible,
a:focus:focus-visible {
    outline: 0.2rem solid rgba(var(--text-color-rgb), 0.5);
    outline-offset: 0.3rem;
    box-shadow: none;
}
.bee_field__input:focus-visible,
input:not([type="submit"]):not([type="checkbox"]):focus-visible,
select:focus-visible,
textarea:focus-visible {
    box-shadow: none;
    outline: 0;
}
.bee_frm_input:focus,
input:not([type="submit"]):not([type="checkbox"]):focus,
select:focus,
textarea:focus {
    border-color: rgba(var(--text-color-rgb), 0.8);
    outline: 0;
}
select {
    padding: 0 30px 0 15px;
    max-width: 100%;
    width: 100%;
    height: 44px;
    vertical-align: middle;
    font-size: 14px;
    transition: border-color 0.5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cpolygon points='4,6 14,6 9,12' style='color: %23aaaaaa; fill: currentColor;'/%3E%3C/svg%3E");
    background-position: right 12px top calc(50% + 2px);
    background-size: auto 22px;
    background-repeat: no-repeat;
    display: inline-block;
    background-color: transparent;
    box-shadow: none;
    border-radius: 30px;
}
select:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3E%3Cpolygon points='4,6 14,6 9,12' style='color: %23000000; fill: currentColor;'/%3E%3C/svg%3E");
    border-color: var(--secondary-color);
}
blockquote,
q {
    quotes: none;
    position: relative;
    margin-bottom: 20px;
    font-style: italic;
    font-size: 14px;
    display: block;
    font-family: var(--font-family-3) !important;
    border: 0;
    padding: 30px 25px 30px 60px;
    background-color: rgba(var(--text-color-rgb), 0.1);
    quotes: "\201c""\201d";
}
blockquote:before,
q:before {
    content: open-quote;
    left: 25px;
    top: 0;
    font-size: 50px;
    position: absolute;
}
blockquote:after,
q:after {
    content: no-close-quote;
}
em {
    font-family: var(--font-family-3) !important;
}
.bee-container,
.bee-container-fluid,
.bee-container-lg,
.bee-container-md,
.bee-container-sm,
.bee-container-xl,
.bee-container-xxl {
    width: 100%;
    padding-right: calc(0.5 * var(--ts-gutter-x, 3rem));
    padding-left: calc(0.5 * var(--ts-gutter-x, 3rem));
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 1200px) {
    .bee-container,
    .bee-container-lg,
    .bee-container-md,
    .bee-container-sm,
    .bee-container-xl {
        max-width: 1170px;
    }
}
@media (min-width: 1230px) {
    .bee-container,
    .bee-container-lg,
    .bee-container-md,
    .bee-container-sm,
    .bee-container-xl {
        max-width: 1200px;
    }
}
.bee-row {
    --ts-gutter-x: 3rem;
    --ts-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--ts-gutter-y));
    margin-right: calc(-0.5 * var(--ts-gutter-x));
    margin-left: calc(-0.5 * var(--ts-gutter-x));
}
.bee-row.bee-row-mt {
    margin-top: 0;
}
.bee-col-item {
    padding-right: calc(var(--ts-gutter-x) * 0.5);
    padding-left: calc(var(--ts-gutter-x) * 0.5);
    margin-top: var(--ts-gutter-y);
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    flex: 0 0 auto;
}
.bee-col {
    flex: 1 0 0%;
}
.bee-row-cols-auto .flickitybee-slider > .bee-col-item,
.bee-row-cols-auto > .bee-col-item {
    flex: 0 0 auto;
    width: auto;
}
.bee-row-cols-1 .flickitybee-slider > .bee-col-item,
.bee-row-cols-1 > .bee-col-item,
.bee-row-cols-list_bee > .bee-col-item {
    width: 100%;
}
.bee-row-cols-2 .flickitybee-slider > .bee-col-item,
.bee-row-cols-2 > .bee-col-item {
    width: 50%;
}
.bee-row-cols-3 .flickitybee-slider > .bee-col-item,
.bee-row-cols-3 > .bee-col-item {
    width: 33.3333333333%;
}
.bee-row-cols-4 .flickitybee-slider > .bee-col-item,
.bee-row-cols-4 > .bee-col-item {
    width: 25%;
}
.bee-col-15,
.bee-row-cols-5 .flickitybee-slider > .bee-col-item,
.bee-row-cols-5 > .bee-col-item {
    flex: 0 0 auto;
    width: 20%;
}
.bee-row-cols-6 .flickitybee-slider > .bee-col-item,
.bee-row-cols-6 > .bee-col-item {
    width: 16.6666666667%;
}
.bee-col-auto {
    flex: 0 0 auto;
    width: auto;
}
.bee-col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}
.bee-col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}
.bee-col-3 {
    flex: 0 0 auto;
    width: 25%;
}
.bee-col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.bee-col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
.bee-col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.bee-col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
.bee-col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
.bee-col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.bee-col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
.bee-col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}
.bee-col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.bee-offset-1 {
    margin-left: 8.33333333%;
}
.bee-offset-2 {
    margin-left: 16.66666667%;
}
.bee-offset-3 {
    margin-left: 25%;
}
.bee-offset-4 {
    margin-left: 33.33333333%;
}
.bee-offset-5 {
    margin-left: 41.66666667%;
}
.bee-offset-6 {
    margin-left: 50%;
}
.bee-offset-7 {
    margin-left: 58.33333333%;
}
.bee-offset-8 {
    margin-left: 66.66666667%;
}
.bee-offset-9 {
    margin-left: 75%;
}
.bee-offset-10 {
    margin-left: 83.33333333%;
}
.bee-offset-11 {
    margin-left: 91.66666667%;
}
.bee-g-0,
.bee-gx-0,
.bee-px-0 {
    --ts-gutter-x: 0px;
}
.bee-g-0,
.bee-gy-0 {
    --ts-gutter-y: 0px;
}
.bee-g-2,
.bee-gx-2,
.bee-px-2 {
    --ts-gutter-x: 2px;
}
.bee-g-2,
.bee-gy-2 {
    --ts-gutter-y: 2px;
}
.bee-g-3,
.bee-gx-3,
.bee-px-3 {
    --ts-gutter-x: 3px;
}
.bee-g-3,
.bee-gy-3 {
    --ts-gutter-y: 3px;
}
.bee-g-4,
.bee-gx-4,
.bee-px-4 {
    --ts-gutter-x: 4px;
}
.bee-g-4,
.bee-gy-4 {
    --ts-gutter-y: 4px;
}
.bee-g-5,
.bee-gx-5,
.bee-px-5 {
    --ts-gutter-x: 5px;
}
.bee-g-5,
.bee-gy-5 {
    --ts-gutter-y: 5px;
}
.bee-g-6,
.bee-gx-6,
.bee-px-6 {
    --ts-gutter-x: 6px;
}
.bee-g-6,
.bee-gy-6 {
    --ts-gutter-y: 6px;
}
.bee-g-8,
.bee-gx-8,
.bee-px-8 {
    --ts-gutter-x: 8px;
}
.bee-g-8,
.bee-gy-8 {
    --ts-gutter-y: 8px;
}
.bee-g-10,
.bee-gx-10,
.bee-px-10 {
    --ts-gutter-x: 10px;
}
.bee-g-10,
.bee-gy-10 {
    --ts-gutter-y: 10px;
}
.bee-g-15,
.bee-gx-15,
.bee-px-15 {
    --ts-gutter-x: 15px;
}
.bee-g-15,
.bee-gy-15 {
    --ts-gutter-y: 15px;
}
.bee-g-20,
.bee-gx-20,
.bee-px-20 {
    --ts-gutter-x: 20px;
}
.bee-g-20,
.bee-gy-20 {
    --ts-gutter-y: 20px;
}
.bee-g-25,
.bee-gx-25,
.bee-px-25 {
    --ts-gutter-x: 25px;
}
.bee-g-25,
.bee-gy-25 {
    --ts-gutter-y: 25px;
}
.bee-g-30,
.bee-gx-30,
.bee-px-30 {
    --ts-gutter-x: 30px;
}
.bee-g-30,
.bee-gy-30 {
    --ts-gutter-y: 30px;
}
.bee-g-40,
.bee-gx-40,
.bee-px-40 {
    --ts-gutter-x: 40px;
}
.bee-g-40,
.bee-gy-40 {
    --ts-gutter-y: 40px;
}
@media (min-width: 576px) {
    .bee-col-sm {
        flex: 1 0 0%;
    }
    .bee-row-cols-sm-auto .flickitybee-slider > .bee-col-item,
    .bee-row-cols-sm-auto > .bee-col-item {
        flex: 0 0 auto;
        width: auto;
    }
    .bee-row-cols-sm-1 .flickitybee-slider > .bee-col-item,
    .bee-row-cols-sm-1 > .bee-col-item {
        width: 100%;
    }
    .bee-row-cols-sm-2 .flickitybee-slider > .bee-col-item,
    .bee-row-cols-sm-2 > .bee-col-item {
        width: 50%;
    }
    .bee-row-cols-sm-3 .flickitybee-slider > .bee-col-item,
    .bee-row-cols-sm-3 > .bee-col-item {
        width: 33.3333333333%;
    }
    .bee-row-cols-sm-4 .flickitybee-slider > .bee-col-item,
    .bee-row-cols-sm-4 > .bee-col-item {
        width: 25%;
    }
    .bee-col-sm-15,
    .bee-row-cols-sm-5 .flickitybee-slider > .bee-col-item,
    .bee-row-cols-sm-5 > .bee-col-item {
        width: 20%;
    }
    .bee-row-cols-sm-6 .flickitybee-slider > .bee-col-item,
    .bee-row-cols-sm-6 > .bee-col-item {
        width: 16.6666666667%;
    }
    .bee-col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .bee-col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .bee-col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .bee-col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .bee-col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .bee-col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .bee-col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .bee-col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .bee-col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .bee-col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .bee-col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .bee-col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .bee-col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .bee-offset-sm-0 {
        margin-left: 0;
    }
    .bee-offset-sm-1 {
        margin-left: 8.33333333%;
    }
    .bee-offset-sm-2 {
        margin-left: 16.66666667%;
    }
    .bee-offset-sm-3 {
        margin-left: 25%;
    }
    .bee-offset-sm-4 {
        margin-left: 33.33333333%;
    }
    .bee-offset-sm-5 {
        margin-left: 41.66666667%;
    }
    .bee-offset-sm-6 {
        margin-left: 50%;
    }
    .bee-offset-sm-7 {
        margin-left: 58.33333333%;
    }
    .bee-offset-sm-8 {
        margin-left: 66.66666667%;
    }
    .bee-offset-sm-9 {
        margin-left: 75%;
    }
    .bee-offset-sm-10 {
        margin-left: 83.33333333%;
    }
    .bee-offset-sm-11 {
        margin-left: 91.66666667%;
    }
    .bee-g-sm-0,
    .bee-gx-sm-0,
    .bee-px-sm-0 {
        --ts-gutter-x: 0px;
    }
    .bee-g-sm-0,
    .bee-gy-sm-0 {
        --ts-gutter-y: 0px;
    }
    .bee-g-sm-2,
    .bee-gx-sm-2,
    .bee-px-sm-2 {
        --ts-gutter-x: 2px;
    }
    .bee-g-sm-2,
    .bee-gy-sm-2 {
        --ts-gutter-y: 2px;
    }
    .bee-g-sm-3,
    .bee-gx-sm-3,
    .bee-px-sm-3 {
        --ts-gutter-x: 3px;
    }
    .bee-g-sm-3,
    .bee-gy-sm-3 {
        --ts-gutter-y: 3px;
    }
    .bee-g-sm-4,
    .bee-gx-sm-4,
    .bee-px-sm-4 {
        --ts-gutter-x: 4px;
    }
    .bee-g-sm-4,
    .bee-gy-sm-4 {
        --ts-gutter-y: 4px;
    }
    .bee-g-sm-5,
    .bee-gx-sm-5,
    .bee-px-sm-5 {
        --ts-gutter-x: 5px;
    }
    .bee-g-sm-5,
    .bee-gy-sm-5 {
        --ts-gutter-y: 5px;
    }
    .bee-g-sm-6,
    .bee-gx-sm-6,
    .bee-px-sm-6 {
        --ts-gutter-x: 6px;
    }
    .bee-g-sm-6,
    .bee-gy-sm-6 {
        --ts-gutter-y: 6px;
    }
    .bee-g-sm-8,
    .bee-gx-sm-8,
    .bee-px-sm-8 {
        --ts-gutter-x: 8px;
    }
    .bee-g-sm-8,
    .bee-gy-sm-8 {
        --ts-gutter-y: 8px;
    }
    .bee-g-sm-10,
    .bee-gx-sm-10,
    .bee-px-sm-10 {
        --ts-gutter-x: 10px;
    }
    .bee-g-sm-10,
    .bee-gy-sm-10 {
        --ts-gutter-y: 10px;
    }
    .bee-g-sm-15,
    .bee-gx-sm-15,
    .bee-px-sm-15 {
        --ts-gutter-x: 15px;
    }
    .bee-g-sm-15,
    .bee-gy-sm-15 {
        --ts-gutter-y: 15px;
    }
    .bee-g-sm-20,
    .bee-gx-sm-20,
    .bee-px-sm-20 {
        --ts-gutter-x: 20px;
    }
    .bee-g-sm-20,
    .bee-gy-sm-20 {
        --ts-gutter-y: 20px;
    }
    .bee-g-sm-25,
    .bee-gx-sm-25,
    .bee-px-sm-25 {
        --ts-gutter-x: 25px;
    }
    .bee-g-sm-25,
    .bee-gy-sm-25 {
        --ts-gutter-y: 25px;
    }
    .bee-g-sm-30,
    .bee-gx-sm-30,
    .bee-px-sm-30 {
        --ts-gutter-x: 30px;
    }
    .bee-g-sm-30,
    .bee-gy-sm-30 {
        --ts-gutter-y: 30px;
    }
    .bee-g-sm-40,
    .bee-gx-sm-40,
    .bee-px-sm-40 {
        --ts-gutter-x: 40px;
    }
    .bee-g-sm-40,
    .bee-gy-sm-40 {
        --ts-gutter-y: 40px;
    }
}
@media (min-width: 768px) {
    .bee-col-md-custom {
        width: var(--bee-cus-col-md, 50%);
        flex: 0 0 auto;
    }
    .bee-col-md {
        flex: 1 0 0%;
    }
    .bee-row-cols-md-auto .flickitybee-slider > .bee-col-item,
    .bee-row-cols-md-auto > .bee-col-item {
        flex: 0 0 auto;
        width: auto;
    }
    .bee-row-cols-md-1 .flickitybee-slider > .bee-col-item,
    .bee-row-cols-md-1 > .bee-col-item,
    .bee-row-cols-md-list_bee > .bee-col-item {
        width: 100%;
    }
    .bee-row-cols-md-2 .flickitybee-slider > .bee-col-item,
    .bee-row-cols-md-2 > .bee-col-item {
        width: 50%;
    }
    .bee-row-cols-md-3 .flickitybee-slider > .bee-col-item,
    .bee-row-cols-md-3 > .bee-col-item {
        width: 33.3333333333%;
    }
    .bee-row-cols-md-4 .flickitybee-slider > .bee-col-item,
    .bee-row-cols-md-4 > .bee-col-item {
        width: 25%;
    }
    .bee-col-md-15,
    .bee-row-cols-md-5 .flickitybee-slider > .bee-col-item,
    .bee-row-cols-md-5 > .bee-col-item {
        width: 20%;
    }
    .bee-row-cols-md-6 .flickitybee-slider > .bee-col-item,
    .bee-row-cols-md-6 > .bee-col-item {
        width: 16.6666666667%;
    }
    .bee-col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .bee-col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .bee-col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .bee-col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .bee-col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .bee-col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .bee-col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .bee-col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .bee-col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .bee-col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .bee-col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .bee-col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .bee-col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .bee-offset-md-0 {
        margin-left: 0;
    }
    .bee-offset-md-1 {
        margin-left: 8.33333333%;
    }
    .bee-offset-md-2 {
        margin-left: 16.66666667%;
    }
    .bee-offset-md-3 {
        margin-left: 25%;
    }
    .bee-offset-md-4 {
        margin-left: 33.33333333%;
    }
    .bee-offset-md-5 {
        margin-left: 41.66666667%;
    }
    .bee-offset-md-6 {
        margin-left: 50%;
    }
    .bee-offset-md-7 {
        margin-left: 58.33333333%;
    }
    .bee-offset-md-8 {
        margin-left: 66.66666667%;
    }
    .bee-offset-md-9 {
        margin-left: 75%;
    }
    .bee-offset-md-10 {
        margin-left: 83.33333333%;
    }
    .bee-offset-md-11 {
        margin-left: 91.66666667%;
    }
    .bee-g-md-0,
    .bee-gx-md-0,
    .bee-px-md-0 {
        --ts-gutter-x: 0px;
    }
    .bee-g-md-0,
    .bee-gy-md-0 {
        --ts-gutter-y: 0px;
    }
    .bee-g-md-2,
    .bee-gx-md-2,
    .bee-px-md-2 {
        --ts-gutter-x: 2px;
    }
    .bee-g-md-2,
    .bee-gy-md-2 {
        --ts-gutter-y: 2px;
    }
    .bee-g-md-3,
    .bee-gx-md-3,
    .bee-px-md-3 {
        --ts-gutter-x: 3px;
    }
    .bee-g-md-3,
    .bee-gy-md-3 {
        --ts-gutter-y: 3px;
    }
    .bee-g-md-4,
    .bee-gx-md-4,
    .bee-px-md-4 {
        --ts-gutter-x: 4px;
    }
    .bee-g-md-4,
    .bee-gy-md-4 {
        --ts-gutter-y: 4px;
    }
    .bee-g-md-5,
    .bee-gx-md-5,
    .bee-px-md-5 {
        --ts-gutter-x: 5px;
    }
    .bee-g-md-5,
    .bee-gy-md-5 {
        --ts-gutter-y: 5px;
    }
    .bee-g-md-6,
    .bee-gx-md-6,
    .bee-px-md-6 {
        --ts-gutter-x: 6px;
    }
    .bee-g-md-6,
    .bee-gy-md-6 {
        --ts-gutter-y: 6px;
    }
    .bee-g-md-8,
    .bee-gx-md-8,
    .bee-px-md-8 {
        --ts-gutter-x: 8px;
    }
    .bee-g-md-8,
    .bee-gy-md-8 {
        --ts-gutter-y: 8px;
    }
    .bee-g-md-10,
    .bee-gx-md-10,
    .bee-px-md-10 {
        --ts-gutter-x: 10px;
    }
    .bee-g-md-10,
    .bee-gy-md-10 {
        --ts-gutter-y: 10px;
    }
    .bee-g-md-15,
    .bee-gx-md-15,
    .bee-px-md-15 {
        --ts-gutter-x: 15px;
    }
    .bee-g-md-15,
    .bee-gy-md-15 {
        --ts-gutter-y: 15px;
    }
    .bee-g-md-20,
    .bee-gx-md-20,
    .bee-px-md-20 {
        --ts-gutter-x: 20px;
    }
    .bee-g-md-20,
    .bee-gy-md-20 {
        --ts-gutter-y: 20px;
    }
    .bee-g-md-25,
    .bee-gx-md-25,
    .bee-px-md-25 {
        --ts-gutter-x: 25px;
    }
    .bee-g-md-25,
    .bee-gy-md-25 {
        --ts-gutter-y: 25px;
    }
    .bee-g-md-30,
    .bee-gx-md-30,
    .bee-px-md-30 {
        --ts-gutter-x: 30px;
    }
    .bee-g-md-30,
    .bee-gy-md-30 {
        --ts-gutter-y: 30px;
    }
    .bee-g-md-40,
    .bee-gx-md-40,
    .bee-px-md-40 {
        --ts-gutter-x: 40px;
    }
    .bee-g-md-40,
    .bee-gy-md-40 {
        --ts-gutter-y: 40px;
    }
}
@media (min-width: 1025px) {
    .bee-col-lg-custom {
        width: var(--bee-cus-col-lg, 25%);
        flex: 0 0 auto;
    }
    .bee-col-lg {
        flex: 1 0 0%;
    }
    .bee-row-cols-lg-auto .flickitybee-slider > .bee-col-item,
    .bee-row-cols-lg-auto > .bee-col-item {
        flex: 0 0 auto;
        width: auto;
    }
    .bee-row-cols-lg-1 .flickitybee-slider > .bee-col-item,
    .bee-row-cols-lg-1 > .bee-col-item,
    .bee-row-cols-lg-list_bee > .bee-col-item {
        width: 100%;
    }
    .bee-row-cols-lg-2 .flickitybee-slider > .bee-col-item,
    .bee-row-cols-lg-2 > .bee-col-item {
        width: 50%;
    }
    .bee-row-cols-lg-3 .flickitybee-slider > .bee-col-item,
    .bee-row-cols-lg-3 > .bee-col-item {
        width: 33.3333333333%;
    }
    .bee-row-cols-lg-4 .flickitybee-slider > .bee-col-item,
    .bee-row-cols-lg-4 > .bee-col-item {
        width: 25%;
    }
    .bee-col-lg-15,
    .bee-row-cols-lg-5 .flickitybee-slider > .bee-col-item,
    .bee-row-cols-lg-5 > .bee-col-item {
        width: 20%;
    }
    .bee-row-cols-lg-6 .flickitybee-slider > .bee-col-item,
    .bee-row-cols-lg-6 > .bee-col-item {
        width: 16.6666666667%;
    }
    .bee-col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .bee-col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .bee-col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .bee-col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .bee-col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .bee-col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .bee-col-item.bee-col-lg-6,
    .bee-col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .bee-col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .bee-col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .bee-col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .bee-col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .bee-col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .bee-col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .bee-offset-lg-0 {
        margin-left: 0;
    }
    .bee-offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .bee-offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .bee-offset-lg-3 {
        margin-left: 25%;
    }
    .bee-offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .bee-offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .bee-offset-lg-6 {
        margin-left: 50%;
    }
    .bee-offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .bee-offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .bee-offset-lg-9 {
        margin-left: 75%;
    }
    .bee-offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .bee-offset-lg-11 {
        margin-left: 91.66666667%;
    }
    .bee-g-lg-0,
    .bee-gx-lg-0,
    .bee-px-lg-0 {
        --ts-gutter-x: 0px;
    }
    .bee-g-lg-0,
    .bee-gy-lg-0 {
        --ts-gutter-y: 0px;
    }
    .bee-g-lg-2,
    .bee-gx-lg-2,
    .bee-px-lg-2 {
        --ts-gutter-x: 2px;
    }
    .bee-g-lg-2,
    .bee-gy-lg-2 {
        --ts-gutter-y: 2px;
    }
    .bee-g-lg-3,
    .bee-gx-lg-3,
    .bee-px-lg-3 {
        --ts-gutter-x: 3px;
    }
    .bee-g-lg-3,
    .bee-gy-lg-3 {
        --ts-gutter-y: 3px;
    }
    .bee-g-lg-4,
    .bee-gx-lg-4,
    .bee-px-lg-4 {
        --ts-gutter-x: 4px;
    }
    .bee-g-lg-4,
    .bee-gy-lg-4 {
        --ts-gutter-y: 4px;
    }
    .bee-g-lg-5,
    .bee-gx-lg-5,
    .bee-px-lg-5 {
        --ts-gutter-x: 5px;
    }
    .bee-g-lg-5,
    .bee-gy-lg-5 {
        --ts-gutter-y: 5px;
    }
    .bee-g-lg-6,
    .bee-gx-lg-6,
    .bee-px-lg-6 {
        --ts-gutter-x: 6px;
    }
    .bee-g-lg-6,
    .bee-gy-lg-6 {
        --ts-gutter-y: 6px;
    }
    .bee-g-lg-8,
    .bee-gx-lg-8,
    .bee-px-lg-8 {
        --ts-gutter-x: 8px;
    }
    .bee-g-lg-8,
    .bee-gy-lg-8 {
        --ts-gutter-y: 8px;
    }
    .bee-g-lg-10,
    .bee-gx-lg-10,
    .bee-px-lg-10 {
        --ts-gutter-x: 10px;
    }
    .bee-g-lg-10,
    .bee-gy-lg-10 {
        --ts-gutter-y: 10px;
    }
    .bee-g-lg-15,
    .bee-gx-lg-15,
    .bee-px-lg-15 {
        --ts-gutter-x: 15px;
    }
    .bee-g-lg-15,
    .bee-gy-lg-15 {
        --ts-gutter-y: 15px;
    }
    .bee-g-lg-20,
    .bee-gx-lg-20,
    .bee-px-lg-20 {
        --ts-gutter-x: 20px;
    }
    .bee-g-lg-20,
    .bee-gy-lg-20 {
        --ts-gutter-y: 20px;
    }
    .bee-g-lg-25,
    .bee-gx-lg-25,
    .bee-px-lg-25 {
        --ts-gutter-x: 25px;
    }
    .bee-g-lg-25,
    .bee-gy-lg-25 {
        --ts-gutter-y: 25px;
    }
    .bee-g-lg-30,
    .bee-gx-lg-30,
    .bee-px-lg-30 {
        --ts-gutter-x: 30px;
    }
    .bee-g-lg-30,
    .bee-gy-lg-30 {
        --ts-gutter-y: 30px;
    }
    .bee-g-lg-40,
    .bee-gx-lg-40,
    .bee-px-lg-40 {
        --ts-gutter-x: 40px;
    }
    .bee-g-lg-40,
    .bee-gy-lg-40 {
        --ts-gutter-y: 40px;
    }
}
.bee-d-inline {
    display: inline !important;
}
.bee-d-inline-block {
    display: inline-block !important;
}
.bee-dib {
    display: inline-block;
}
.bee-d-block {
    display: block !important;
}
.bee-d-grid {
    display: grid !important;
}
.bee-d-table {
    display: table !important;
}
.bee-d-table-row {
    display: table-row !important;
}
.bee-d-table-cell {
    display: table-cell !important;
}
.bee-d-flex {
    display: flex !important;
}
.bee-d-inline-flex {
    display: inline-flex !important;
}
.bee-d-none {
    display: none !important;
}
.bee-flex-fill {
    flex: 1 1 auto !important;
}
.bee-flex-row {
    flex-direction: row !important;
}
.bee-flex-column {
    flex-direction: column !important;
}
.bee-flex-row-reverse {
    flex-direction: row-reverse !important;
}
.bee-flex-column-reverse {
    flex-direction: column-reverse !important;
}
.bee-flex-grow-0 {
    flex-grow: 0 !important;
}
.bee-flex-grow-1 {
    flex-grow: 1 !important;
}
.bee-flex-shrink-0 {
    flex-shrink: 0 !important;
}
.bee-flex-shrink-1 {
    flex-shrink: 1 !important;
}
.bee-flex-wrap {
    flex-wrap: wrap !important;
}
.bee-flex-nowrap {
    flex-wrap: nowrap !important;
}
.bee-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.bee-justify-content-start {
    justify-content: flex-start !important;
}
.bee-justify-content-end {
    justify-content: flex-end !important;
}
.bee-justify-content-center {
    justify-content: center !important;
}
.bee-justify-content-between {
    justify-content: space-between !important;
}
.bee-justify-content-around {
    justify-content: space-around !important;
}
.bee-justify-content-evenly {
    justify-content: space-evenly !important;
}
.bee-align-items-start {
    align-items: flex-start !important;
}
.bee-align-items-end {
    align-items: flex-end !important;
}
.bee-align-items-center {
    align-items: center !important;
}
.bee-align-items-baseline {
    align-items: baseline !important;
}
.bee-align-items-stretch {
    align-items: stretch !important;
}
.bee-align-content-start {
    align-content: flex-start !important;
}
.bee-align-content-end {
    align-content: flex-end !important;
}
.bee-align-content-center {
    align-content: center !important;
}
.bee-align-content-between {
    align-content: space-between !important;
}
.bee-align-content-around {
    align-content: space-around !important;
}
.bee-align-content-stretch {
    align-content: stretch !important;
}
.bee-align-self-auto {
    align-self: auto !important;
}
.bee-align-self-start {
    align-self: flex-start !important;
}
.bee-align-self-end {
    align-self: flex-end !important;
}
.bee-align-self-center {
    align-self: center !important;
}
.bee-align-self-baseline {
    align-self: baseline !important;
}
.bee-align-self-stretch {
    align-self: stretch !important;
}
.bee-order-first {
    order: -1 !important;
}
.bee-order-0 {
    order: 0 !important;
}
.bee-order-1 {
    order: 1 !important;
}
.bee-order-2 {
    order: 2 !important;
}
.bee-order-3 {
    order: 3 !important;
}
.bee-order-4 {
    order: 4 !important;
}
.bee-order-5 {
    order: 5 !important;
}
.bee-order-6 {
    order: 6 !important;
}
.bee-order-7 {
    order: 7 !important;
}
.bee-order-8 {
    order: 8 !important;
}
.bee-order-9 {
    order: 9 !important;
}
.bee-order-10 {
    order: 10 !important;
}
.bee-order-last {
    order: 19 !important;
}
@media (min-width: 576px) {
    .bee-d-sm-inline {
        display: inline !important;
    }
    .bee-d-sm-inline-block {
        display: inline-block !important;
    }
    .bee-d-sm-block {
        display: block !important;
    }
    .bee-d-sm-grid {
        display: grid !important;
    }
    .bee-d-sm-table {
        display: table !important;
    }
    .bee-d-sm-table-row {
        display: table-row !important;
    }
    .bee-d-sm-table-cell {
        display: table-cell !important;
    }
    .bee-d-sm-flex {
        display: flex !important;
    }
    .bee-d-sm-inline-flex {
        display: inline-flex !important;
    }
    .bee-d-sm-none {
        display: none !important;
    }
    .bee-flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .bee-flex-sm-row {
        flex-direction: row !important;
    }
    .bee-flex-sm-column {
        flex-direction: column !important;
    }
    .bee-flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .bee-flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .bee-flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .bee-flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .bee-flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .bee-flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .bee-flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .bee-flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .bee-flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .bee-justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .bee-justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .bee-justify-content-sm-center {
        justify-content: center !important;
    }
    .bee-justify-content-sm-between {
        justify-content: space-between !important;
    }
    .bee-justify-content-sm-around {
        justify-content: space-around !important;
    }
    .bee-justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }
    .bee-align-items-sm-start {
        align-items: flex-start !important;
    }
    .bee-align-items-sm-end {
        align-items: flex-end !important;
    }
    .bee-align-items-sm-center {
        align-items: center !important;
    }
    .bee-align-items-sm-baseline {
        align-items: baseline !important;
    }
    .bee-align-items-sm-stretch {
        align-items: stretch !important;
    }
    .bee-align-content-sm-start {
        align-content: flex-start !important;
    }
    .bee-align-content-sm-end {
        align-content: flex-end !important;
    }
    .bee-align-content-sm-center {
        align-content: center !important;
    }
    .bee-align-content-sm-between {
        align-content: space-between !important;
    }
    .bee-align-content-sm-around {
        align-content: space-around !important;
    }
    .bee-align-content-sm-stretch {
        align-content: stretch !important;
    }
    .bee-align-self-sm-auto {
        align-self: auto !important;
    }
    .bee-align-self-sm-start {
        align-self: flex-start !important;
    }
    .bee-align-self-sm-end {
        align-self: flex-end !important;
    }
    .bee-align-self-sm-center {
        align-self: center !important;
    }
    .bee-align-self-sm-baseline {
        align-self: baseline !important;
    }
    .bee-align-self-sm-stretch {
        align-self: stretch !important;
    }
    .bee-order-sm-first {
        order: -1 !important;
    }
    .bee-order-sm-0 {
        order: 0 !important;
    }
    .bee-order-sm-1 {
        order: 1 !important;
    }
    .bee-order-sm-2 {
        order: 2 !important;
    }
    .bee-order-sm-3 {
        order: 3 !important;
    }
    .bee-order-sm-4 {
        order: 4 !important;
    }
    .bee-order-sm-5 {
        order: 5 !important;
    }
    .bee-order-sm-last {
        order: 6 !important;
    }
}
@media (min-width: 768px) {
    .bee-d-md-inline {
        display: inline !important;
    }
    .bee-d-md-inline-block {
        display: inline-block !important;
    }
    .bee-d-md-block {
        display: block !important;
    }
    .bee-d-md-grid {
        display: grid !important;
    }
    .bee-d-md-table {
        display: table !important;
    }
    .bee-d-md-table-row {
        display: table-row !important;
    }
    .bee-d-md-table-cell {
        display: table-cell !important;
    }
    .bee-d-md-flex {
        display: flex !important;
    }
    .bee-d-md-inline-flex {
        display: inline-flex !important;
    }
    .bee-d-md-none {
        display: none !important;
    }
    .bee-flex-md-fill {
        flex: 1 1 auto !important;
    }
    .bee-flex-md-row {
        flex-direction: row !important;
    }
    .bee-flex-md-column {
        flex-direction: column !important;
    }
    .bee-flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .bee-flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .bee-flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .bee-flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .bee-flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .bee-flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .bee-flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .bee-flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .bee-flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .bee-justify-content-md-start {
        justify-content: flex-start !important;
    }
    .bee-justify-content-md-end {
        justify-content: flex-end !important;
    }
    .bee-justify-content-md-center {
        justify-content: center !important;
    }
    .bee-justify-content-md-between {
        justify-content: space-between !important;
    }
    .bee-justify-content-md-around {
        justify-content: space-around !important;
    }
    .bee-justify-content-md-evenly {
        justify-content: space-evenly !important;
    }
    .bee-align-items-md-start {
        align-items: flex-start !important;
    }
    .bee-align-items-md-end {
        align-items: flex-end !important;
    }
    .bee-align-items-md-center {
        align-items: center !important;
    }
    .bee-align-items-md-baseline {
        align-items: baseline !important;
    }
    .bee-align-items-md-stretch {
        align-items: stretch !important;
    }
    .bee-align-content-md-start {
        align-content: flex-start !important;
    }
    .bee-align-content-md-end {
        align-content: flex-end !important;
    }
    .bee-align-content-md-center {
        align-content: center !important;
    }
    .bee-align-content-md-between {
        align-content: space-between !important;
    }
    .bee-align-content-md-around {
        align-content: space-around !important;
    }
    .bee-align-content-md-stretch {
        align-content: stretch !important;
    }
    .bee-align-self-md-auto {
        align-self: auto !important;
    }
    .bee-align-self-md-start {
        align-self: flex-start !important;
    }
    .bee-align-self-md-end {
        align-self: flex-end !important;
    }
    .bee-align-self-md-center {
        align-self: center !important;
    }
    .bee-align-self-md-baseline {
        align-self: baseline !important;
    }
    .bee-align-self-md-stretch {
        align-self: stretch !important;
    }
    .bee-order-md-first {
        order: -1 !important;
    }
    .bee-order-md-0 {
        order: 0 !important;
    }
    .bee-order-md-1 {
        order: 1 !important;
    }
    .bee-order-md-2 {
        order: 2 !important;
    }
    .bee-order-md-3 {
        order: 3 !important;
    }
    .bee-order-md-4 {
        order: 4 !important;
    }
    .bee-order-md-5 {
        order: 5 !important;
    }
    .bee-order-md-last {
        order: 6 !important;
    }
}
@media (min-width: 1025px) {
    .bee-d-lg-inline {
        display: inline !important;
    }
    .bee-d-lg-inline-block {
        display: inline-block !important;
    }
    .bee-d-lg-block {
        display: block !important;
    }
    .bee-d-lg-grid {
        display: grid !important;
    }
    .bee-d-lg-table {
        display: table !important;
    }
    .bee-d-lg-table-row {
        display: table-row !important;
    }
    .bee-d-lg-table-cell {
        display: table-cell !important;
    }
    .bee-d-lg-flex {
        display: flex !important;
    }
    .bee-d-lg-inline-flex {
        display: inline-flex !important;
    }
    .bee-d-lg-none {
        display: none !important;
    }
    .bee-flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .bee-flex-lg-row {
        flex-direction: row !important;
    }
    .bee-flex-lg-column {
        flex-direction: column !important;
    }
    .bee-flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .bee-flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .bee-flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .bee-flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .bee-flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .bee-flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .bee-flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .bee-flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .bee-flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .bee-justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .bee-justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .bee-justify-content-lg-center {
        justify-content: center !important;
    }
    .bee-justify-content-lg-between {
        justify-content: space-between !important;
    }
    .bee-justify-content-lg-around {
        justify-content: space-around !important;
    }
    .bee-justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }
    .bee-align-items-lg-start {
        align-items: flex-start !important;
    }
    .bee-align-items-lg-end {
        align-items: flex-end !important;
    }
    .bee-align-items-lg-center {
        align-items: center !important;
    }
    .bee-align-items-lg-baseline {
        align-items: baseline !important;
    }
    .bee-align-items-lg-stretch {
        align-items: stretch !important;
    }
    .bee-align-content-lg-start {
        align-content: flex-start !important;
    }
    .bee-align-content-lg-end {
        align-content: flex-end !important;
    }
    .bee-align-content-lg-center {
        align-content: center !important;
    }
    .bee-align-content-lg-between {
        align-content: space-between !important;
    }
    .bee-align-content-lg-around {
        align-content: space-around !important;
    }
    .bee-align-content-lg-stretch {
        align-content: stretch !important;
    }
    .bee-align-self-lg-auto {
        align-self: auto !important;
    }
    .bee-align-self-lg-start {
        align-self: flex-start !important;
    }
    .bee-align-self-lg-end {
        align-self: flex-end !important;
    }
    .bee-align-self-lg-center {
        align-self: center !important;
    }
    .bee-align-self-lg-baseline {
        align-self: baseline !important;
    }
    .bee-align-self-lg-stretch {
        align-self: stretch !important;
    }
    .bee-order-lg-first {
        order: -1 !important;
    }
    .bee-order-lg-0 {
        order: 0 !important;
    }
    .bee-order-lg-1 {
        order: 1 !important;
    }
    .bee-order-lg-2 {
        order: 2 !important;
    }
    .bee-order-lg-3 {
        order: 3 !important;
    }
    .bee-order-lg-4 {
        order: 4 !important;
    }
    .bee-order-lg-5 {
        order: 5 !important;
    }
    .bee-order-lg-last {
        order: 6 !important;
    }
}
@media print {
    .bee-d-print-inline {
        display: inline !important;
    }
    .bee-d-print-inline-block {
        display: inline-block !important;
    }
    .bee-d-print-block {
        display: block !important;
    }
    .bee-d-print-grid {
        display: grid !important;
    }
    .bee-d-print-table {
        display: table !important;
    }
    .bee-d-print-table-row {
        display: table-row !important;
    }
    .bee-d-print-table-cell {
        display: table-cell !important;
    }
    .bee-d-print-flex {
        display: flex !important;
    }
    .bee-d-print-inline-flex {
        display: inline-flex !important;
    }
    .bee-d-print-none {
        display: none !important;
    }
}
.bee-text-start {
    text-align: start !important;
}
.bee-text-end {
    text-align: end !important;
}
.bee-text-center {
    text-align: center !important;
}
@media (min-width: 576px) {
    .bee-text-sm-start {
        text-align: start !important;
    }
    .bee-text-sm-end {
        text-align: end !important;
    }
    .bee-text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .bee-text-md-start {
        text-align: start !important;
    }
    .bee-text-md-end {
        text-align: end !important;
    }
    .bee-text-md-center {
        text-align: center !important;
    }
}
.bee-table-res-df {
    min-height: 0.01%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
@media screen and (max-width: 767px) {
    .bee-responsive-table {
        border: 0;
        border-bottom: 1px solid var(--border-color);
    }
    .bee-responsive-table tfoot td:first-of-type,
    .bee-responsive-table th,
    .bee-responsive-table thead {
        display: none;
    }
    .bee-responsive-table td {
        display: flex;
        text-align: right;
        border: 0;
    }
    .bee-responsive-table td::before {
        color: var(--text-color);
        content: attr(data-label);
        font-size: 1.4rem;
        padding-right: 2rem;
        flex-grow: 1;
        text-align: left;
    }
    .bee-responsive-table td:first-of-type {
        display: flex;
        align-items: center;
        padding-top: 4rem;
    }
    .bee-responsive-table tbody td:last-of-type {
        padding-bottom: 4rem;
    }
    .bee-responsive-table tr {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
    }
    .bee-responsive-table tbody tr {
        border-top: 1px solid var(--border-color);
    }
}
.bee_ratio {
    position: relative;
    width: 100%;
}
.bee_ratio::before {
    display: block;
    padding-top: var(--bee-aspect-ratio);
    content: "";
}
.no-js .bee_ratio:not(.bee_bg) > noscript > :not(.bee-not-style),
.bee_ratio:not(.bee_bg) > :not(.bee-not-style) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bee_ratio21_9 {
    --bee-aspect-ratio: 42.8571428571%;
}
.bee_ratio2_1 {
    --bee-aspect-ratio: 50%;
}
.bee_ratio16_9 {
    --bee-aspect-ratio: 56.25%;
}
.bee_ratio8_5 {
    --bee-aspect-ratio: 62.5%;
}
.bee_ratio3_2 {
    --bee-aspect-ratio: 66.66%;
}
.bee_ratio4_3 {
    --bee-aspect-ratio: 75%;
}
.bee_ratio4_5 {
    --bee-aspect-ratio: 80%;
}
.bee_ratio1_1 {
    --bee-aspect-ratio: 100%;
}
.bee_ratio5_4 {
    --bee-aspect-ratio: 125%;
}
.bee_rationt {
    --bee-aspect-ratio: 127.7777778%;
}
.bee_ratio2_3 {
    --bee-aspect-ratio: 150%;
}
.bee_ratio1_2 {
    --bee-aspect-ratio: 200%;
}
.bee_ratio_fh {
    --bee-aspect-ratio: 100vh;
}
.bee_ratiocus1 {
    --bee-aspect-ratio: calc(100% / (var(--aspect-ratiocus1)));
}
.bee_ratiocus2 {
    --bee-aspect-ratio: calc(100% / (var(--aspect-ratiocus2)));
}
.bee_ratiocus3 {
    --bee-aspect-ratio: calc(100% / (var(--aspect-ratiocus3)));
}
.bee_ratiocus4 {
    --bee-aspect-ratio: calc(100% / (var(--aspect-ratiocus4)));
}
.bee_ratioadapt .bee_ratio::before,
.bee_ratioadapt_f .bee_ratio::before {
    --bee-aspect-ratio: calc(100% / (var(--aspect-ratioapt)));
}
@media (max-width: 767px) {
    .bee_ratioadapt .bee_ratio_hasmb::before,
    .bee_ratioadapt_f .bee_ratio_hasmb::before {
        --bee-aspect-ratio: calc(100% / (var(--aspect-ratioaptmb)));
    }
    .bee_ratio_cuspx.beecuspx1_true {
        --bee-aspect-ratio: var(--aspect-ratio-cusmb);
    }
    .bee_ratio_cuspx.beecuspx1_false .bee_ratio {
        --bee-aspect-ratio: calc(100% / (var(--aspect-ratioapt)));
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .bee_ratio_cuspx.beecuspx2_true {
        --bee-aspect-ratio: var(--aspect-ratio-custb);
    }
    .bee_ratio_cuspx.beecuspx2_false .bee_ratio {
        --bee-aspect-ratio: calc(100% / (var(--aspect-ratioapt)));
    }
}
@media (min-width: 1025px) {
    .bee-text-lg-start {
        text-align: start !important;
    }
    .bee-text-lg-end {
        text-align: end !important;
    }
    .bee-text-lg-center {
        text-align: center !important;
    }
    .bee_ratio_cuspx.beecuspx3_true {
        --bee-aspect-ratio: var(--aspect-ratio-cusdt);
    }
    .bee_ratio_cuspx.beecuspx3_false .bee_ratio {
        --bee-aspect-ratio: calc(100% / (var(--aspect-ratioapt)));
    }
}
.bee_ratio img {
    object-fit: cover;
    object-position: center center;
}
.bee_contain .bee_ratio img {
    object-fit: contain;
}
.bee_position_1 .bee_ratio img {
    object-position: left top;
}
.bee_position_2 .bee_ratio img {
    object-position: left center;
}
.bee_position_3 .bee_ratio img {
    object-position: left bottom;
}
.bee_position_4 .bee_ratio img {
    object-position: right top;
}
.bee_position_5 .bee_ratio img {
    object-position: right center;
}
.bee_position_6 .bee_ratio img {
    object-position: right bottom;
}
.bee_position_7 .bee_ratio img {
    object-position: center top;
}
.bee_position_9 .bee_ratio img {
    object-position: center bottom;
}
.bee_position_0 .bee_bg,
.bee_position_default {
    background-position: center center;
}
.bee_cover .bee_bg {
    background-size: cover;
}
.bee_contain .bee_bg {
    background-size: contain;
}
.bee_position_1 .bee_bg {
    background-position: left top;
}
.bee_position_2 .bee_bg {
    background-position: left center;
}
.bee_position_3 .bee_bg {
    background-position: left bottom;
}
.bee_position_4 .bee_bg {
    background-position: right top;
}
.bee_position_5 .bee_bg {
    background-position: right center;
}
.bee_position_6 .bee_bg {
    background-position: right bottom;
}
.bee_position_7 .bee_bg {
    background-position: center top;
}
.bee_position_9 .bee_bg {
    background-position: center bottom;
}
.bee_ratio_mix {
    --bee-aspect-ratio-fh: 100vh;
}
.bee_ratio_mix .bee_ratio {
    --aspect-ratioapt: calc(100% / (var(--ratioapt)));
    --ratioapttb: var(--ratioapt);
    --aspect-ratioapttb: calc(100% / (var(--ratioapttb)));
    --aspect-ratioaptmb: calc(100% / (var(--ratioaptmb)));
}
.bee_ratio_mix.bee_ratio_fh .bee_ratio {
    --aspect-ratioapt: var(--bee-aspect-ratio-fh);
    --aspect-ratioapttb: var(--bee-aspect-ratio-fh);
    --aspect-ratioaptmb: var(--bee-aspect-ratio-fh);
}
@media (max-width: 767px) {
    .bee_ratio_mix .bee_ratio {
        --bee-aspect-ratio: var(--aspect-ratioaptmb);
    }
    .bee_ratio_mix.bee_ratio_cuspx_mb_true .bee_ratio {
        --aspect-ratioaptmb: var(--aspect-ratio-cusmb);
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .bee_ratio_mix .bee_ratio {
        --bee-aspect-ratio: var(--aspect-ratioapttb);
    }
    .bee_ratio_mix.bee_ratio_cuspx_tb_true .bee_ratio {
        --aspect-ratioapttb: var(--aspect-ratio-custb);
    }
}
.bee-db {
    display: block;
}
.bee-countdown-enabled.expired_cdbee,
.bee-dn,
[data-countdown-bee]:not(.bee-countdown-enabled) {
    display: none;
}
.bee-pr {
    position: relative;
}
.bee-pa {
    position: absolute;
}
.bee-pf {
    position: fixed;
}
.bee-op-0 {
    opacity: 0;
}
.bee-t-0 {
    top: 0;
}
.bee-l-0 {
    left: 0;
}
.bee-r-0 {
    right: 0;
}
.bee-b-0 {
    bottom: 0;
}
.bee-full-width-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.bee-oh {
    overflow: hidden;
}
.bee-z-100 {
    z-index: 100;
}
.bee-cursor-pointer {
    cursor: pointer;
}
.bee-pe-auto {
    pointer-events: auto;
}
.bee-pe-none {
    pointer-events: none;
}
.bee-w-100 {
    width: 100%;
}
.bee-h-100 {
    height: 100%;
}
.bee-lh-1 {
    line-height: 1;
}
.bee-pr-ellipsis-true .bee-product .bee-product-title,
.bee-pr-ellipsis-true .bee-widget .bee-widget__pr-title,
.bee-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bee-pr-ellipsis-true .bee-widget .bee-widget_if_pr {
    position: relative;
    overflow: hidden;
}
.loading-overlay__spinner[hidden],
.mfp-hide,
template {
    display: none !important;
}
.bee-ts-op {
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
@-webkit-keyframes bee-ani-fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes bee-ani-fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.bee-tabs-ul {
    list-style: none;
    --list-mb: 30px;
    --li-mb: 0;
    --li-pl: 0;
}
.bee-tab-content,
.bee-type-accordion .bee-tabs-ul,
.bee-type-tabs .bee-tab-wrapper [data-bee-tab-item] {
    display: none;
    -webkit-animation: 1s bee-ani-fadeIn;
    animation: 1s bee-ani-fadeIn;
}
.bee-tab-wrapper:first-child .bee-tab-content:not([style]),
.bee-tabs-ul + .bee-tab-content:not([style]),
.bee-tabs-ul + .bee-tab-wrapper .bee-tab-content:not([style]) {
    display: block;
    -webkit-animation: none;
    animation: none;
}
@media (max-width: 1024px) {
    .bee-accordion-mb-true .bee-tab-wrapper:first-child .bee-tab-content:not([style]),
    .bee-accordion-mb-true .bee-tabs-ul,
    .bee-accordion-mb-true .bee-tabs-ul + .bee-tab-wrapper .bee-tab-content:not([style]) {
        display: none;
    }
    .bee-accordion-mb-true .bee-tab-wrapper [data-bee-tab-item] {
        display: block;
    }
}
.bee-tab-content2 {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.bee-tab-content2.bee-active {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    position: relative;
    z-index: 2;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: 0.2s ease-in-out 0.2s;
    transition: 0.2s ease-in-out 0.2s;
}
.bee-placeholder-svg {
    display: block;
    fill: #222;
    background-color: #f5f5f5;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border: 1px solid #ddd;
}
.bee-placeholder-svg.bee-svg-bg1 {
    background-color: #a9a9a9;
    border-color: #a9a9a9;
    fill: #696969;
}
.lazyloadbee-loader {
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
    opacity: 0;
    visibility: hidden;
    background-color: var(--lz-background);
    z-index: -1;
    transition: 0.2s ease-in-out;
}
.lazyloadbee-loader.is-bg-img {
    transition: none;
    background-repeat: repeat;
    background-size: cover;
    opacity: 1;
    visibility: visible;
    z-index: -1;
}
.lazyloadbee + .lazyloadbee-loader,
.lazyloadbeeNative:not(.lazyloadbeeed) + .lazyloadbee-loader,
.lazyloadbeeing + .lazyloadbee-loader,
.lazyloadbeeing + .lazyloadbee-loader .lazyloadbee + .lazyloadbee-loader,
.bee-product-main-img.lazyloadbeeing ~ .lazyloadbee-loader,
.bee-product-main-img.lazyloadbee ~ .lazyloadbee-loader {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
.bee-parallax.parallax_enabled >.lazyloadbee-loader:nth-child(1),
.bee-parallax.parallax_enabled .lazyloadbee-loader + .lazyloadbee-loader.is-bg-img,
.lazyloadbeeed ~ .lazyloadbee-loader.is-bg-img,
.bee-product-img:not(:hover) .bee-product-main-img.lazyloadbeeed ~ .lazyloadbee-loader {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.lazyloadbeeing + .lazyloadbee-loader:not(.is-bg-img):not(.is-load-css),
.bee-product-main-img.lazyloadbeeing ~ .lazyloadbee-loader {
    background-image: var(--lz-img);
}
.bee-lz--fadeIn {
    opacity: 0;
    transition: opacity 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lazyloadbeeed.bee-lz--fadeIn {
    opacity: 1;
}
.bee-loading--bg {
    width: 50px;
    height: 50px;
    background-image: var(--lz-img);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 20px auto;
}
.bee-lzcus-true .lazyloadbeeing + .lazyloadbee-loader:not(.is-bg-img):not(.is-load-css),
.bee-lzcus-true .bee-loading--bg,
.bee-lzcus-true .bee-product-main-img.lazyloadbeeing ~ .lazyloadbee-loader {
    background-image: var(--lz-img-cus);
    background-size: var(--lz-size-cus);
    -webkit-animation: 0.35s linear infinite alternate skeletonAnimation;
    animation: 0.35s linear infinite alternate skeletonAnimation;
    will-change: opacity;
}
.bee-wait--data {
    position: relative;
    overflow: hidden;
    background-color: var(--lz-background);
    -webkit-animation: 0.45s linear infinite alternate skeletonAnimation;
    animation: 0.45s linear infinite alternate skeletonAnimation;
    will-change: opacity;
}
@-webkit-keyframes skeletonAnimation {
    0% {
        opacity: 0.45;
    }
    100% {
        opacity: 0.9;
    }
}
@keyframes skeletonAnimation {
    0% {
        opacity: 0.45;
    }
    100% {
        opacity: 0.9;
    }
}
.no-js .lazyloadbee-loader:not(.is-bg-img),
.no-js img.lazyloadbee,
.bee-pr-color__item.is-color--limit ~ .bee-pr-color__item:not(.is--colors-more),
.bee-product-colors:not(.is-bee--limit) .is--colors-more {
    display: none !important;
}
.bee-rte ol,.bee-rte ul,
.bee-rte--list ol,.bee-rte--list ul {
    margin-top: 0;
    margin-inline-end: 0px;
    margin-bottom: 17.5px;
    margin-inline-start: 16px;
    padding-inline-start: 0
}

.bee-rte ol.list--inline, .bee-rte ul.list--inline,
.bee-rte--list ol.list--inline,.bee-rte--list ul.list--inline {

    margin-inline-start: 0
}

.bee-rte ul,
.bee-rte--list ul  {
    list-style: disc
}

.bee-rte ol,
.bee-rte--list ol  {
    list-style: decimal
}

.bee-rte ul ul,
.bee-rte--list ul ul {
    list-style: circle;
    margin-inline-start: 25px;
}

.bee-rte ul ul ul,
.bee-rte--list ul ul ul {
    list-style: square
}

.bee-rte a:not(.btn):not(.bee-link):not(.bee-btn):not(.bee-button):not(.bee-a) {
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px
}
#MainContent {
    min-height: 50vh;
}
#MainContent .shopify-challenge__container,
.bee-empty__page {
    margin: 140px auto;
    min-height: 50vh;
}
#MainContent .shopify-challenge__container {
    min-height: 20vh;
}
.shopify-challenge__container .shopify-challenge__button {
    margin-top: 20px;
}
@media (min-width: 641px) {
    #MainContent .shopify-challenge__container,
    .bee-empty__page {
        margin: 200px auto;
    }
}
.bee-drawer {
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translate3d(-104%, 0, 0);
    transform: translate3d(-104%, 0, 0);
}
button[data-btn-as-a] {
    margin: 0 !important;
    padding: 0 !important;
    background: 0 0 !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    -webkit-appearance: none;
    color: var(--text-color);
}
button[data-btn-as-a]:hover {
    color: var(--accent-color);
}
.bee-input__currentcolor::-webkit-input-placeholder {
    color: currentcolor;
}
.bee-input__currentcolor:-ms-input-placeholder {
    color: currentcolor;
}
.bee-input__currentcolor::placeholder {
    color: currentcolor;
}
.focus-none {
    box-shadow: none !important;
    outline: 0 !important;
}
.bee-website-wrapper,
body {
    background-color: var(--bee-body-background);
}
input.bee-quantity-input[type="number"],
input.bee-quantity-input[type="number"]::-webkit-inner-spin-button,
input.bee-quantity-input[type="number"]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.bee-browser-Firefox input.bee-quantity-input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
.bee-fwm {
    font-weight: 500;
}
.shopify-policy__container {
    margin: 60px auto;
}
.bee-carousel__nav-item.is--media-hide,
.bee-product__media-item.is--media-hide {
    display: none;
}
.bee-carousel__nav-inner.bee-child-lazyloaded {
    background-image: none !important;
}
@media (min-width: 1025px) {
    .bee_ratio_mix .bee_ratio {
        --bee-aspect-ratio: var(--aspect-ratioapt);
    }
    .bee_ratio_mix.bee_ratio_cuspx_true .bee_ratio {
        --aspect-ratioapt: var(--aspect-ratio-cus);
    }
    .bee-wrapper__boxed .bee-website-wrapper {
        margin: 0 auto;
        max-width: var(--wrapper-mw);
        -webkit-box-shadow: 0 1px 9px rgb(0 0 0 / 8%);
        box-shadow: 0 1px 9px rgb(0 0 0 / 8%);
    }
      .bee-wrapper__boxed .bee-website-wrapper .bee-type__mega>.bee-sub-menu,
      .bee-wrapper__boxed .bee-header__wrapper:not(.bee-layout_vertical) .menu-width__full .bee-sub-menu {
        max-width: 1200px !important;
      }
    .bee-wrapper__contentFull .bee-container {
        max-width: 100%;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .bee-wrapper__wide .bee-container {
        max-width: 1600px;
    }
    .bee-wrapper__custom .bee-container {
        max-width: var(--wrapper-mw);
    }
    .is--layout_wide {
        max-width: 1600px !important;
    }
    .is--layout_full {
        max-width: 100% !important;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
}
.bee-child-lazyloaded.bee-bg-11 {
    background-image: none !important;
}
.bee-pr-item-sw-limit .bee-product-colors:not(.is-bee--calced) {
    white-space: nowrap;
    overflow: hidden;
}
.shopify-payment-terms {
    margin-bottom: 15px;
    display: block;
}
blockquote.bee-blockquote{
  quotes: none;
}
blockquote.bee-blockquote::before,
blockquote.bee-blockquote::after{
  content: none;
}
blockquote svg{display: none;}
blockquote.bee-blockquote svg{
  display: inline-block;
  width: 30px;
  height: 22px;
  color: var(--text-color);
  margin-bottom: 10px;
}
blockquote{
  position: relative;
  margin-bottom: 20px;
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  color: var(--secondary-color);
  display: block;
  font-family: var(--font-family-3)!important;
  border: 0;
  padding: 40px 15px 30px;
  background-color: transparent;
  border-top: 4px solid var(--border-color) ;
  border-bottom: 4px solid var(--border-color);
  text-align: center;
  quotes: "\201c" "\201d";
}
blockquote small{
  font-size: 12px;
  color: var(--text-color);
  text-transform: uppercase;
  display: block;
  margin-top: 10px;
} 
.isotopebee:not(.isotopebee-later):not([style]) { display: block; }

.isotopebee:not(.isotopebee-later):not([style]):after {
    content: "";
    display: block;
    clear: both
}
.isotopebee:not(.isotopebee-later):not([style]) .bee-isotopebee-item,
.isotopebee:not(.isotopebee-later):not([style]) >.bee-col-item {
    float: left
}
.is--hidden-previewbar {
  padding-bottom: 0 !important;
}
.is--hidden-previewbar iframe#preview-bar-iframe {
    display: none !important;
}
.bee-circle-css {
   position: relative;
   width: 100px;
   height: 100px;
   display: flex;
   justify-content: center;
   align-items: center;
   border-radius: 50%;
   --border-minus: calc(var(--border-w, 1px) * 2);
}
.bee-circle--inner {
    width: calc(100% - var(--border-minus));
    height: calc(100% - var(--border-minus));
    background: var(--bee-light-color);
    position: relative;
    z-index: 2;
    border-radius: inherit;
}
.bee-circle--bg {
    border-radius: inherit;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;    
    background: conic-gradient(var(--cricle-active, #000) var(--cricle-degrees), var(--cricle-normal, #eee) var(--cricle-degrees));
    mask:radial-gradient(circle, transparent 62%, white calc(62% + 1px));
    -webkit-mask:radial-gradient(circle, transparent 62%, white calc(62% + 1px));
    will-change: background;
    transition: background .15s ease-in-out 0s;
}
@media(max-width: 767px) {
  [data-lh="0"] {
    line-height: 1 !important;
    --text-lh-mb: 1 !important
  }
  [data-maxw="0"] {
    max-width: var(--max-width) !important
  }
}
@media(min-width: 768px) and (max-width: 1024px) {
  [data-lh-md="0"] {
    line-height: 1 !important;
    --text-lh-tb: 1 !important
  }
  [data-maxw-md="0"] {
    max-width: var(--max-width) !important
  }
}
@media(min-width: 1025px) {
  [data-lh-lg="0"] {
     line-height: 1 !important;
    --text-lh: 1 !important;
  }
  [data-maxw-lg="0"] {
    max-width: var(--max-width) !important
  }
}

.bee-skeleton-element {
  background: #f5f5f5;
  height: 50px;
  margin-bottom: 20px;
  animation: .35s linear 0s infinite alternate none running skeletonAnimation;
  will-change: opacity;
}
.ske-h-15 {
  height: 15px;
}
.ske-h-20 {
  height: 20px;
}
.ske-h-40 {
  height: 40px;
}
.ske-h-50 {
  height: 50px;
}
.ske-h-50 {
  height: 55px;
}
.ske-w-50 {
  width: 50%;
}
.ske-mt-10 {
  margin-top: 10px;
}
.ske-mt-15 {
  margin-top: 15px;
}
.ske-mb-0 {
  margin-bottom: 0;
}
.ske-mb-10 {
  margin-bottom: 10px;
}
.ske-mb-20 {
  margin-bottom: 20px;
}
.ske-mb-30 {
  margin-bottom: 30px;
}
.ske-mrl-15 {
  margin-left: 15px;
  margin-right: 15px;
}
.ske-mrl-20 {
  margin-left: 20px;
  margin-right: 20px;
}
.ske-br-5 {
  border-radius: 5px;
}
.ske-shine {
    background: #eee;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    background-size: 200% 100%;
    -webkit-animation: 1.5s skeletonShine linear infinite;
    animation: 1.5s skeletonShine linear infinite;    
    will-change: background-position-x;
    --number-ske: -1;
}
.rtl_true .ske-shine {
  --number-ske: 1;
}
.ske-card-img {
  width: 100px;
  height: 100px;
  animation: .35s linear 0s infinite alternate none running skeletonAnimation;
  will-change: opacity;
}
.ske-card-info {
    margin-inline-start: 10px;
}
@-webkit-keyframes skeletonAnimation { 
    0% { opacity: 0.35; }
    100% { opacity: 0.9; }
}
@keyframes skeletonAnimation { 
    0% { opacity: 0.35; }
    100% { opacity: 0.9; }
}
@-webkit-keyframes skeletonShine { 
  to {
    background-position-x: calc(200% * var(--number-ske));
  }
}
@keyframes skeletonShine {
  to {
    background-position-x: calc(200% * var(--number-ske));
  }
}

.bee-close-overlay {
   position: fixed;
   top: 0;
   left: 0;
   height: 100vh;
   width: 100vw;
   z-index: 468;
   visibility: hidden;
   pointer-events: none;
   opacity: 0;
   background: rgba(0,0,0,.7);
   transition: opacity .3s ease-in-out,visibility .3s ease-in-out;
}
.bee-close-overlay.is--visible {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transition: opacity .25s,visibility;
}

/* fix app shopify overflow */
@media (max-width: 500px) {
  .locale-selectors__content form {
      max-width: 100%;
  }
}

/* header css start */
#bee-menu-drawer .bee-mb-tab__title:nth-child(2) {display: none !important;}
#bee-menu-drawer .bee-mb-tab__title:nth-child(1) {width:100% !important; background:#02BCE5;}
#bee-menu-drawer  .bee-mb__menu li>a:hover { background-color: #000 !important; color: #fff !important; border-bottom: 1px solid #000 !important; }
.bee-site-nav__icons svg.bee-icon {fill: #8F8F71 !important;}
header .bee-col-3  {display: flex; justify-content: flex-start; padding:0px 50px;}
header .bee-col-4  {display: flex; justify-content: end;}
header #item_mb_sea svg {fill:white !important;}
header .bee-btn--header {transition:.5s; background: #000 !important; padding: 13px 45px 13px 25px; border-radius: 12px; color: #fff; text-transform: uppercase; font-family: 'Bebas Neue'; font-weight: 400; font-size: 20px; letter-spacing: 1px; position:relative;}
header .bee-btn--header:hover {background: #02bce5 !important; color:#fff !important; }
.bee-mb__menu .bee-menu-item-infos { border-bottom: 1px solid #000 !important; border-top: 1px solid #000 !important;}
header .bee-btn--header::after {content:url('https://hpacmv-ws.myshopify.com/cdn/shop/files/chevron-right_1_1.svg?v=1758197450'); position:absolute; top:17px; right:20px;}
.bee-section-header [data-header-height] {min-height:80px !important;}
.bee-section-header [data-header-height] {background: #fff !important; padding:0px 50px;}
header .bee-site-nav__icons {margin-right:50px;}
.logo-mobile-link {display:flex; justify-content:center; align-items:center; padding-top:35px;}
.logo-mobile-link img {width:55%;}
.bee-col-auto {
  display:none;
}
#shopify-section-header-inline{
  z-index:50 !important;
}
.container1{
  padding: 0px !important;
}
.bee-announcement-bar__wrap{
  height: 10px;
  padding-top: 9px;
  background: #fff;
}
.is-selected span{
  font-size:16px;
  color:#000;
}
.is-selected svg{
  width: 19px;
  color: #000;
  margin-left: 7px;
}
.bee-navigation{
  display:flex !important;
  justify-content:end !important;
}
.bee-navigation li a{
  color:#fff !important;
  font-size:16px !important;
  font-weight:600 !important;
}
/* Footer CSS */
.site-footer {
  background-color: #000 !important;
  padding-top: 50px !important;
  color: #5e5e5e;
  font-family: 'Arial', sans-serif;
  padding:60px 0px 0px !important;
  margin-top: -32px;

}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap:10px !important;
  padding-bottom:20px !important;
  padding:0px 45px 20px !important;
}

.footer-section {
  flex: 1;
  margin: 0 20px;
}
.company-info p{
  font-size: 16px;
  line-height: 25px;
  color: #525252;
  margin-top: 0px !important;
}
/* .footer-section.company-info {
  max-width: 350px;
} */

.footer-logo-link {
    width:150%;
    display:block;
}
.footer-logo {
    width: 120% !important;
    margin-bottom: 20px !important;
    height: 120px;
    max-width: 150%;
}
.footer-logo img {
  object-fit: cover;
}

.site-footer .social-icons {
  margin-top: 40px;
  display: flex !important;
  gap: 15px !important;
}
.site-footer .social-icons a svg {
   color: #02BCE5 !important;
   font-size: 21px !important;
}
.site-footer .social-icons a{
    height: 40px !important;
    width: 60px !important;
    padding: 10px 12px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border:1px solid #fff !important;
    border-radius: 50%;
}
.site-footer .social-icons a:hover svg{
  color:#fff !important;
  transition:.4s;
}
.site-footer .social-icons a:hover {background:#02BCE5;}
.site-footer .brand-info p {
  font-weight: 400;
  color:#EFECEC;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 22px !important;
}

/* .quick-links{
  padding-left: 10px !important;;
} */
.quick-links h3, .contact-info h3{
  font-size:21px !important;
  margin-top:0px !important;
  margin-bottom: 10px !important;
  color:#525252 !important;
}
.quick-links ul {
  list-style-type: none;
  padding: 0;
}
.footer-section.newsletter p {
    color: #fff !important;
    margin-left: 0px !important;
    font-family: 'Outfit', sans-serif;
    font-weight: 400 !important;
    font-size: 17px;
}
.footer-section.newsletter p:hover{
    color:white !important;

}
.footer-section.newsletter label {
  color:#02BCE5 !important;
  margin: 15px 0px;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Outfit',sans-serif;
}

.quick-links ul li {
  margin-bottom: 6px;
}

.quick-links ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
}
.quick-links ul li a:hover, .site-footer p:hover, footer-phone:hover {
    color:#02BCE5 !important;
}
.footer-section.newsletter  {
  color:#fff;
  flex:1 !important;
}
.site-footer .footer-phone, .site-footer .footer-email {
    position:relative;
    top:12px;
    letter-spacing: 0px;
    font-weight: 300;
}
.footer-container h3 {
    color: #02BCE5 !important;
    font-size: 26px !important;
    font-weight: bold;
    font-family: 'Bebas Neue', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.68px;
}
.footer-container h4{
  color:#F9E4BC; 
  text-transform: uppercase;
  font-size: 20px !important;
  font-weight: 700;
  font-family: Jost, sans-serif;
  letter-spacing: 1.68px;
  margin:20px 0px;
}
.footer-newsletter-text{
  margin:10px 0px;
  
}
.newsletter-input-wrap {
  display: flex;
  gap:10px;
  margin-top: 12px;
  flex-direction: column;
  
}
.site-footer p {
  margin-left:8px;
  margin-bottom: 7px !important;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  font-family: 'outfit', sans-serif;
}

.footer-email::before{
  content:'\f0e0'; 
  font-family: fontawesome;
  color:#02BCE5;
  font-size:22px;
  position:relative;
  top:2px;
  left:-10px;
}

.footer-phone::before{
  content:'\f095'; 
  font-family: fontawesome;
  color:#02BCE5;
  font-size:22px;
  position:relative;
  top:2px;
  left:-10px;
}

.newsletter .footer-heading {
  margin-bottom: 15px;
}
.footer-section.newsletter input#Email{
    border-radius: 12px;
    width: 100%;
    color: #fff !important;
    border: 2px solid #fff !important;
    background: transparent !important;
    padding:14px;
}
.footer-section.newsletter .contact-form {
  width:350px;
}
.newsletter-input-wrap input::placeholder{
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Outfit', sans-serif;
    padding-bottom: 5px;
}
.footer-section.newsletter button {
    background: #02BCE5 !important;
    color: #fff;
    width: 120px;
    margin-top: 10px;
    padding: 17px;
    border: 1px solid #02BCE5 !important;
    border-radius: 16px;
    text-transform: uppercase;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 22px;
    font-weight: 400;
}
.footer-section.newsletter button:hover{
  background: transparent !important;
  color:#fff;
}
.footer-section 

.contact-info p {
  margin-bottom: 0px;
  margin-top:10px !important;
  font-size:16px !important;
}
.footer-container .brand-info {
  flex:2 !important;
}

.footer-bottom {
  text-align: center;
  padding: 20px 80px 20px;
  border-top: 2px solid #FFFFFF36;
  margin-top: 20px;
}
.footer-bottom .bee-col-md-5
{
  display: flex; 
  justify-content: end;
}
.footer-bottom .row {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 10px 0;

}
.footer-bottom .bee-col-md-7 {
  display: flex;
  justify-content: flex-start;
  gap:15px;
  color:#fff;
  align-items: center;
}
.footer-bottom .bee-col-md-7  img {
  height: 80px;
}
.footer-bottom .bee-col-md-7 a {
  font-size: 15px;
  font-weight: 700;
  font-family: Jost, sans-serif;
  transition: .5s;
  color:#000;
}
.footer-bottom .bee-col-md-7 a:hover {
  color:#000;
}

.footer-payments img {
  max-width: 100%;
  height: auto;
}
.para{
  display:flex !important;
}
.contact-info svg{
   margin-right:10px ;
}
.para svg{
  margin-top:16px;
  margin-right:19px;
}
.footer-bottom p {
    margin: 0;
    color: #02BCE5;
    font-size: 20px;
    font-family: 'Bebas Neue', sans-serif;
}
.footer-bottom p:hover {
    color:#fff !important;

/* home page css start */
.pf-lazy-html-video{
  height: auto !important;
}
.productsSlider .pf-slider-nav button{
  border:none !important;
  background:#FFD9D1 !important; 
  width:10px !important;
  height:10px !important;
}
.productsSlider .pf-slider-nav button:before {
  display:none;
}
.productsSlider .pf-slider-nav .active{
  background: #FF0000 !important;
}
.productsSlider form{
  flex-flow: wrap !important;
}
.ShopNowButton{
  flex:0 0 0px !important;
}

/* last Section css start */
body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.banner {
  background: linear-gradient(90deg, #FF46C7, #ffbc43);
  color: white;
  padding: 50px 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner-text h1 {
  font-size: 54px;
  margin: 0;
  color: #fff;
  width: 628px;
  line-height: 58px;
}

.banner-text p {
  margin-top: 10px;
  color: #fff;
  max-width: 672px;
  opacity: 0.7;
  font-size:16px;
}

.shop-button {
  background-color: white;
  text-decoration: none;
  padding: 15px 30px;
  transition: background-color 0.3s ease;
   color:#212121 !important;
  display: flex !important;
  align-items: center !important;
  font-size: 20px !important;
  font-weight: 600 !important;
}
.shop-button:hover{
  background:#000 !important;
  color:#fff !important;
}
.shop-button:hover svg{
  color:#fff !important;
}
.shop-button svg{
  color:#212121 !important;
  width:19px !important;
  margin-left:10px !important;
}

/* testimonial css start */
.bee-blog-with-testimonial .bee-section-inner {
  padding: 50px 75px;
}
.bee-blog-with-testimonial h3 span {
  font-family: Clash Display Medium !important;
  color: ##172332;
  font-size: 23px;
}
.bee-blog-with-testimonial span {
  font-style: inherit !important;
}
.bee-blog-with-testimonial span p {
  font-family: "Clash Display Semibold" !important;
  font-size: 67px;
  color: #000;
}
.bee-blog-with-testimonial .bee-section-inner {
  padding: 50px 75px;
}
.bee-blog-with-testimonial h3 span {
  font-family: Clash Display Medium !important;
  color: ##172332;
  font-size: 23px;
}
.bee-blog-with-testimonial span {
  font-style: inherit !important;
}
.bee-blog-with-testimonial span p {
  font-family: "Clash Display Semibold" !important;
  font-size: 67px;
  color: #000;
}
.bee-blog-with-testimonial .flickitybee-button {
  border: 1px solid #292929 !important;
  box-shadow: none !important;
  margin-top:50px !important;
}
.bee-blog-with-testimonial .flickitybee-button:hover {
  background: #292929 !important;
  transition:.4s !important;
}
.bee-blog-with-testimonial .flickitybee-viewport{
  padding-top:50px !important;
  height: 380px !important;
}
.bee-testimonial-wrap{
  justify-content:center !important;
  align-items:start !important;
  text-align:start !important;
  background: #fff !important;
  padding: 25px 16px !important;
  width: 388px !important;
  position:relative !important;
  height: 300px !important;
}
.bee-testimonial-wrap:hover{
  background:#FFF5F3 !important;
}
.bee-rating-wrapper{
  order:2 !important;
  margin-top: 10px !important;
  margin-bottom: 15px !important; 
}
.bee-rating-wrapper svg{
  width: 13px !important;
  height: 13px !important;
  margin-left:0px !important;
  margin-right:7px !important;
}
.bee-testimonial-content{
  order:3 !important;
}
.bee-testimonial-content:before{
  content:'';
  position:absolute;
  border-bottom:1px solid #000 !important;
  height: 5px !important;
  width: 60px !important;
}
.bee-testimonial-content p{ 
  position:relative;
  font-size: 16px !important;
  color: #525252 !important;
  line-height: 25px !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 6 !important;
  -webkit-box-orient: vertical !important;
  margin-top: 20px !important;
}
.bee-testimonial-author{
  order:1 !important;
}
.bee-testimonial-avatar {
  position: absolute !important;
  right: 35px !important;
  top: -50px !important;
  border-radius: 0px !important;
}
.bee-testimonial-name{
  font-family: Clash Display Medium !important;
  font-size:21px !important;
  color:#172332 !important;
}
.bee-testimonial-position{
  font-size:12px !important;
  color:#525252 !important;
}

/* About us */
#shopify-section-template--15933837967473__banner_TTXnJ8, #shopify-section-template--15933838000241__banner_BaRMHw, #shopify-section-template--15933838426225__banner_X8CaFP {
  margin-top:-100px !important;
}
.row1{
  display:flex !important;
  margin-top:60px !important;
}
.box{
  text-align:center !important;
}
.border{
  padding-right:50px !important;
  border-right:1px solid #8f8f8f !important;
}
.border1{
  padding-left:50px !important;
}
.box h6{
  font-size:50px !important;
  font-family: "Clash Display Medium" !important;
  color:#172332 !important;
}
.box p{
  color:#172332 !important;
  font-size:16px !important;
  margin-top:-10px !important;
  font-weight: 600 !important;
}
.bee_ratio img{
  object-fit: inherit !important;
}
.bee-header__wrapper{
  --h-text-color-hover: #fbded5 !important;
  
}
.bee-mb__menu .bee-sub-menu li>a, .bee-mb__menu>li>a, p.menu_infos_title, .menu_infos_text{
  font-family: jost,sans-serif !important;
  color:#fff !important;
}
#bee-menu-drawer .bee-mb__menu li>a:hover { background-color: #000 !important; color: #fff !important; border-bottom: 1px solid #000 !important;}
#bee-menu-drawer .bee-drawer__header span, #bee-menu-drawer .bee-drawer__header span svg, .bee-mb__menu .bee-menu-item-sea svg {color:#fff !important; fill:white !important;}
#bee-menu-drawer .bee-drawer__header {border-bottom:3px solid #fff !important;}
}
.bee-product:hover .is--href-replaced{
  color:#000 !important;
}
.bee-site-nav__icons svg.bee-icon { fill: #000 !important; }
.bee-tooltip-actived, .bee-badge-new, .bee-badge-soldout{
  background: #fbded5 !important;
}
.bee-product-price{
  color:#525252 !important;
  font-weight: 600 !important;
}
.bee-dropdown__sortby span, .bee-btn-filter{
  font-family: "Clash Display Medium" !important;
  font-size:20px !important;
  color:#000
}
.bee-btn-filter:hover{
  color: #000 !important;
}
.bee-btn-filter svg{
  width: 16px !important;
  height: 16px !important;
}
.bee-mb__menu .bee-menu-item-infos {
  color:#000;
}
.bee-menu-item-infos { border-bottom: 2px solid #000; padding: 16px 30px; border-top: 2px solid #000;}
.bee-current-scrollbar, .bee-drawer__content{
  background:#fff !important;
}
.bee-current-scrollbar button:hover{
  background: #000 !important;
  color: #fff !important;
}
.bee-current-scrollbar .is--selected{
  background: #000 !important;
  color: #fff !important;
}

/* contact us css start */
.bee-title_form{
  font-size: 23px !important;
  color: #172332 !important;
  font-family: "Clash Display Medium" !important;
}
.bee-contact-form__heading{
  font-size: 67px !important;
  margin-top: -20px !important;
  font-family: "Clash Display Semibold" !important;
}

.bee-input-group{
    order: 2 !important;
}
.bee-name-mail-group{
  order:1 !important;
}
.bee-contact-form__submit {
  order: 3 !important;
  width: 16% !important;
  border:none !important;
  transition:.4s !important;
}
.bee-contact-form__submit:hover{
  background:linear-gradient(90deg,#ff46c7,#ffbc43) !important;
  transition:.4s !important;
}
.bl-template--16625277534456__a0ca1ba4-0fb8-4e51-bebf-8d52b5087cee-1669020420fec78873-3 .bee-col-inner, .bl-a5c0b603-942c-4420-af33-f082612d0800 .bee-col-inner, .bl-05cba209-0ca1-41ed-bcae-92f7892f0f04 .bee-col-inner {
  background: linear-gradient(90deg,#ffcef0,#ffd17e) !important;
  border-radius: 20px !important;
  padding: 50px 20px !important;
}
#b_1d400f69-f4df-4774-ac74-9da5c4758d72, #b_0d33ff1d-8a6f-46a8-a51e-fe1da9066864, #b_a8b1a566-7088-4341-9b69-007228654fb6{
  margin-bottom: 40px !important;
}
#b_0bad1e86-4245-44a2-8e2c-c3553baa793c a:hover{
  color:#fff !important;
}
#b_e6ed345a-bc0a-4396-af6b-3ce85464a38c a:hover{
  color:#fff !important;
}
/* product detail css start */
#shopify-section-template--15933838426225__main{
  padding:70px 75px 70px 75px !important;
}
.bee-swatch__list .bee-swatch__item{
  background: #ffb3c7 !important;
}
.bee-swatch__list .bee-swatch__item:hover{
  background: #000 !important;
}
.bee-swatch__list .is--selected{
  background: #000 !important;
}
.bee-product-form__buttons .bee-pr__wis_cp.bee-pr__wis_cp-icon a:hover{
  background: #ffb3c7 !important;
}
.bee-pr__notify-stock:hover{
  background: #ffb3c7 !important;
}
.previous:hover{
  background: #ffb3c7 !important;
}
.next:hover{
  background: #ffb3c7 !important;
}
.bee-tab-content span{
  font-size: 16px !important;
  color: #000 !important;
}
.flickitybee-slider a{
  font-size:20px !important;
  font-family: "Clash Display Medium" !important;
}

#bee-footer .banner {display: none;}
/* home Banner  */
html {overflow-x: hidden !important;}
.bee-header__logo img {width:180px !important;}
.home-banner { width:100% !important; background-size: 100% !important;  background-repeat: no-repeat !important; padding:0px 0px 0px 50px; background-color: #01272F; background-image: none !important; position:relative; height:600px; overflow:hidden;}
/* .custom-home-banner  .container {padding: 30px 130px; } */
.custom-home-banner .row {gap:15px;}
.home-banner h1 {font-size:4.7vw; color:#F4F4F4; font-weight: 400; line-height: 75px; font-family: 'Bebas Neue',sans-serif; margin-bottom:35px;}
.home-banner .banner-text {padding:80px 0px 0px;}
.home-banner h1 span {font-size:65px; color:#0A0A08; font-weight: 400; font-style: italic; line-height: 75px;}
.home-banner h1 strong {font-size:65px; color:#0A0A08; font-weight: 400; font-style: normal !important; line-height: 75px; }
.home-banner .banner-image-columns {display:flex; position:absolute; right:0;}
.home-banner .banner-image-col img { height: 620px; width: 280px; object-fit: cover; }
.home-banner .bee-col-sm-6 {position:relative;}
.home-banner p { color: #F4F4F4; font-size: 1.8vw; font-weight: 400; font-family: 'Bebas Neue', sans-serif; opacity: 1 !important; line-height: 40px;}
.btn-banner {background: #050500 !important; color:#fff; padding: 11px 55px; text-transform: uppercase; font-family: Lato, sans-serif; font-weight: bold; font-size: 13px; letter-spacing: 1.78px; border-radius: 8px; margin-top: 10px; display: inline-block;}
.home-banner .banner-text h1 img {height:80px !important; margint: 0px !important;}
.home-banner .btn-banner:hover {background:#000 !important; color:#fff !important;}
.home-banner .btn-banner {letter-spacing: 2px; font-size: 20px; padding: 12px 50px 12px 25px; border:1px solid #000; text-transform:uppercase; position:relative; font-weight:400; font-family: 'Bebas Neue',sans-serif; margin-top:25px; background:#02BCE5 !important;}
.home-banner .btn-banner::after {content:url('https://hpacmv-ws.myshopify.com/cdn/shop/files/chevron-right_1_1.svg?v=1758197450'); position:absolute; top:12px; right:30px;}
.bee-filter-hidden.bee-drawer .bee-facets__form>div {padding-bottom: 30px;}
.bee-facets__form .bee-facet ul li a:hover, .bee-facets__form .bee-facet ul li.is--selected>a { color: #fff !important; }
#FacetFiltersForm .bee-oh {margin-top: 0px;}

/* moving products slide */
.moving-products {padding-top:80px !important; background:#F4F4F4;}
.moving-products .swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0 !important;
  border-radius: 3px;
  background: transparent;
  transition: all .25s ease;
}
/* ensure extra neighbours never show */ .moving-products .swiper-pagination-bullets .swiper-pagination-bullet-active-prev-prev, .moving-products .swiper-pagination-bullets .swiper-pagination-bullet-active-next-next { opacity: 0 !important; width: 0 !important; margin: 0 !important; background: transparent !important; }
.moving-products .swiper-pagination-bullets .swiper-pagination-bullet {  opacity: 1; width:80px !important;   height: 6px !important;     background: #fff;   margin: 0 5px !important; border-radius: 3px; }
.moving-products .swiper-pagination-bullets .swiper-pagination-bullet-active { opacity: 1; width: 80px !important;   height: 9px !important;     background: #0A0A08 !important;   margin: 0 4px !important; border-radius: 3px; }
.moving-products .swiper-pagination-bullets .swiper-pagination-bullet-active-prev, .moving-products .swiper-pagination-bullets .swiper-pagination-bullet-active-next { opacity: 1; width: 80px !important; height: 6px !important; margin: 0 14px !important; background: #e5e5e5 !important; }
.moving-products  .swiper-button-prev, .moving-products  .swiper-button-next {display:none !important;}
.moving-products .swiper-pagination-bullets {left:55%;}
.moving-products .swiper-wrapper {padding-bottom:80px;}
.moving-products .mp-card .mp-image { object-fit:cover; border-radius: 16px;}

/* unlock skin glow  */
.skin-glow-banner { padding: 60px 10px 0px 250px; background-size: cover; background-position: center; background-repeat: no-repeat; position: relative; margin:50px 80px 100px; border-radius: 20px; height: 410px; background:#901a21 !important; overflow:hidden;}
.skin-glow-banner .row {display: flex;  position: relative; }
.skin-glow-banner .bee-col-md-7 {position:relative;}
.skin-glow-banner .bee-col-md-7::before{position:absolute; left:-330px; top:-80px; content:url('/cdn/shop/files/Group_7.png?v=1758195656');}
.skin-glow-banner .bee-col-md-5 { text-align: right; margin-left:8px; margin-top:25px;}
.skin-glow-banner h2 { font-size: 55px; font-weight: 400 !important; color: #fff; margin-bottom: 20px; line-height: 65px; }
.skin-glow-banner p { font-size: 18px; color: #fff; margin-bottom: 30px; max-width: 500px; } 
.skin-glow-banner .btn { text-transform: uppercase; background-color: transparent; color: #fff; padding: 15px 45px 15px 20px; font-size: 20px; border-radius: 12px; text-decoration: none; transition: 0.4s ease; border: 1px solid #fff; font-family: 'Bebas Neue', sans-serif; letter-spacing: 1.72px; font-weight: 500; position:relative;}
.skin-glow-banner .btn:hover { background: #000; color:#fff;}
.skin-glow-banner .btn::after {content:url('/cdn/shop/files/chevron-right_1_1.svg?v=1758197450'); position:absolute; right:20px; top:12px;}
.skin-glow-banner img.img-fluid { max-width: 101%; height: auto; object-fit: contain; height:370px;  }


/* logo section */
#shopify-section-template--19866408976623__logo_list_tUiURN .bee-container, .bee-logo-list .bee-container, {max-width: 1550px !important; margin:0px !important; padding:0px !important;}
#shopify-section-template--19866408976623__logo_list_tUiURN  .bee-bg-11, .bee-logo-list .bee-bg-11 {width: 99% !important; height: 100% !important; max-width: 120% !important; object-fit: cover !important; margin: 0px -1px;}

/*discounted products slider  */
.feature-slider-container { background:#000; background-size: cover; padding: 110px 0px 50px 70px; display: flex; }
.feature-slider-container .row {display: flex; align-items: center; margin-top: -50px; padding-right: 20px;}
.feature-slider-container .swiper-wrapper {padding-bottom: 80px;}
.feature-slider-container .feature-left { padding-right: 15px; margin-top: -50px; } 
.feature-slider-container h2{ font-size: 70px; font-weight: 400; line-height: 80px; margin-bottom: 20px; color: #fff; font-family: 'Bebas Neue', sans-serif !important; }
.feature-slider-container .feature-description { font-size: 18px !important; line-height: 28px !important; color: #fff; margin-bottom: 30px; font-weight: 700;}
.feature-slider-container .btn { text-transform: uppercase; font-size: 20px; letter-spacing: 1px; padding: 13px 40px 13px 20px; background: transparent; color: #fff !important; border-radius: 12px; border:1px solid #fff !important;  font-family: 'Bebas Neue', sans-serif !important; position:relative; font-weight:400;}
.feature-slider-container .btn::after {content:url('https://hpacmv-ws.myshopify.com/cdn/shop/files/chevron-right_1_1.svg?v=1758197450'); position:absolute; top:10px; right:18px;}
.feature-slider-container  .btn:hover {background: #02bce5; color:#fff !important; }
.feature-slider-container .feature-slide { height: max-content;background: none; border-radius: 32px; padding: 0px 0px; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05); text-align: center; transition: transform 0.3s ease; }
.feature-slider-container .feature-slide:hover { transform: translateY(-5px); }
.feature-slider-container .product-image { position: relative; margin-bottom: 15px; } 
.feature-slider-container .product-image img { width: 100%; height: auto; border-radius: 12px; object-fit: cover; } 
.feature-slider-container .product-image .badge { position: absolute; top: 10px; right: 10px; background-color: #000; color: #fff; font-size: 10px; padding: 4px 8px; font-weight: bold; border-radius: 2px; } 
.feature-slider-container .product-info h3 { font-style: italic; font-weight: 700; font-size: 25px; margin: 0 0 5px; color: #fff; font-family: 'Cormorant', sans-serif;}
.feature-slider-container .product-info .price { font-size: 14px; color: #fff; font-weight: 700; letter-spacing: 3px; color:#000; }
.feature-slider-container .swiper-pagination-bullet-active {background: #8F8F71 !important; width:20px !important; height: 20px !important;}
.feature-slider-container .swiper-pagination-bullet {width:12px !Important; height: 12px !important;}
.feature-slider-container .swiper-button-next, .feature-slider-container .swiper-button-prev {display: none !important;}
.feature-slider-container .swiper-pagination-bullet {background:#fff !important; opacity;0.7;}
.feature-slider-container .product-card-link img {width:400px;}



/*products  */
.bee-top-heading {padding-top: 40px;}
.bee-product-title a {font-size: 26px; font-weight: 700; color: #000 !important; position: relative; text-transform: uppercase; font-family: 'Bebas Neue', sans-serif !important; margin-top: 20px;}
.bee-product .bee-oh {display: flex;}
.bee-pr-style1 .bee-product-btns a {border-radius: 50px !important; padding: 6px 20px !important; font-size:18px !important; transition:.5s;}
.bee-pr-style1 .bee-product-btns a:hover {background:#02BCE5 !important;}
.bee-pr-style1 .bee-product-main-info .bee-product-price { line-height: 30px !important; transition: .4s ease-out 0s; margin-bottom: 0; font-weight: 700 !important; font-family: 'jost', sans-serif !important; color: #000 !important; font-size: 26px !important; }
.bee-loadmore-btn.bee-btn-loading__svg {border-radius: 8px; margin-top: 30px; margin-bottom: 20px; font-size: 17px !important; transition:.5s;}
.bee-loadmore-btn.bee-btn-loading__svg:hover {background:#02BCE5 !important;}
#shopify-section-template--19866408976623__featured_collection_QUK9UC {margin-top: 30px !important;}

#shopify-section-template--19866408976623__featured_collection_kKfYen {margin-bottom: 95px;}
.bee-tooltip-actived, .bee-badge-new, .bee-badge-soldout { background: #000 !important; color: #fff !important;}
#shopify-section-template--19866408976623__featured_collection_QUK9UC, #shopify-section-template--19866408976623__featured_collection_nrajQj, #shopify-section-template--19866408976623__featured_collection_kKfYen {padding:0px 80px !important;}
.bee-pr-style1 .bee-product-btns {position: absolute !important; margin-top:-10px;   right:0 !important;}
.bee-pr-style1 .bee-product-main-info .bee-product-price { transition: .4s ease-out 0s; font-weight: bold !important; font-family: jost, sans-serif !important; color: #000 !important; margin: 0px 0px; font-size: 24px; }
.flickitybee-prev-next-button.next  {postion:absolute; left:-40px;}
.flickitybee-prev-next-button.previous  {postion:absolute; right:-40px; left:auto !important;}
.bee-product .bee-product-btns2 {left:10px !important;}
.bee-section-heading.bee-title  span {font-size: 60px !important; font-weight: 600 !important; font-family: Cormorant, sans-serif; }
.bee-section-heading.bee-title strong  {font-size: 60px !important; font-weight: 600 !important; font-family: Cormorant, sans-serif; color:#8F8F71; }
.bee-product .bee-product-btns a>span, .bee-product .bee-product-btns2 a>span {left:-3px !important;}
.bee-flickity-slider.bee-slider-btn-style-default .flickitybee-button {background:#d9d9d9 !important; border-radius: 50%;}
.bee-oh { overflow: visible; margin-top: 10px; }
.bee-pr-style1 .bee-product-btns a {opacity: 1 !important; visibility: visible !important;}
#bee-icon-link, .bee-product .bee-product-btns a .bee-text-pr {color:#fff !important;}
.bee-pr-style1 .bee-product-btns a {background: #000 !important;}
.bee-product-title::after{content:url('/cdn/shop/files/Group_1618873239.svg?v=1752492381');display: block;font-size:16px; margin-top:10px;}
.bee-product .bee-product-image {border-radius: 36px;} 
.bee-product .bee-product-btns2 a.bee-pr-wishlist .bee-svg-pr-icon svg {margin-left:5px;}
.bee-pr-style1:hover .bee-product-main-info .bee-product-price, .bee-pr-style1:hover .bee-product-btns a {transform: none !important;}
#shopify-section-template--19866408976623__featured_collection_QUK9UC  .flickitybee-prev-next-button.next, #shopify-section-template--19866408976623__featured_collection_nrajQj .flickitybee-prev-next-button.next, #shopify-section-template--19866408976623__featured_collection_kKfYen .flickitybee-prev-next-button.next {left:-50px !important;}
#shopify-section-template--19866408976623__featured_collection_QUK9UC .flickitybee-prev-next-button.previous, #shopify-section-template--19866408976623__featured_collection_nrajQj .flickitybee-prev-next-button.previous, #shopify-section-template--19866408976623__featured_collection_kKfYen .flickitybee-prev-next-button.previous  {right:-50px !important;}


/* testimonials  */
.testimonial-section { padding: 60px 110px 25px; background:#F4F4F4;text-align: center; background-size: cover;  }
.testimonial-section h2{ font-size: 60px; font-weight: 600; letter-spacing: 0px; margin-bottom: 10px; color: #404040; }
.testimonial-section p { font-size: 18px; font-weight: bold; color: #404040; max-width: 820px; margin: 0 auto 40px auto; line-height: 32px; font-family: Jost, sans-serif; } 
.testimonial-section .swiper.testimonial-swiper { padding-bottom: 140px; } 
.testimonial-section .testimonial-card { background:#fff; border-radius: 20px; padding: 30px 25px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.06); height: 100%; display: flex; flex-direction: column; justify-content: space-between; width:100% !important; transition: .2s;} 
.testimonial-section .testimonial-card:hover { transform:scale(1.01); }
.testimonial-section .testimonial-title { font-size: 26px; font-weight: 400; margin-bottom: 15px; color:#000; text-align: left;} 
.testimonial-section testimonial-text { font-size: 15px; line-height: 1.6; color: #333; margin-bottom: 25px; font-weight: 400;}
.testimonial-section .testimonial-footer { display: flex; align-items: center; gap: 10px; position:relative;} 
.testimonial-section .testimonial-footer:after {content:url('/cdn/shop/files/Vector_5.svg?v=1758294886'); position:absolute; right:0;}
.testimonial-section .testimonial-avatar img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; border: 2px solid #fff; box-shadow: 0 0 3px rgba(0,0,0,0.1); } 
.testimonial-section .testimonial-author { text-align: left; font-size: 17px; font-family: Marcellus, sans-serif; color:#000; }
.testimonial-section .testimonial-author  br {display: none;}
.testimonial-section .testimonial-author strong { display: block; color: #000; font-weight: 200; font-size: 24px; font-family:'Bebas Neue',sans-serif;} 
.testimonial-section .testimonial-section .stars { display: flex; align-items: center; margin-top: -22px; } 
.testimonial-section .testimonial-section .star { color: #f6b93b; font-size: 14px; margin-right: 2px; } 
.testimonial-section .star.empty { color: #ccc; } /* Swiper Navigation Arrows */ 
.testimonial-section .testimonial-nav .swiper-button-next, .testimonial-nav .swiper-button-prev { color: #000; background: #fff; border-radius: 50%; width: 38px; height: 38px; box-shadow: 0 2px 8px rgba(0,0,0,0.15); top: auto; bottom: 0; margin: 0 10px; } 
.testimonial-section .testimonial-nav { display: flex; justify-content: center; margin-top: 20px; }
.testimonial-section .swiper-button-next::after, .testimonial-section .swiper-button-prev::after { font-size: 30px; line-height: 20% !important; }
.testimonial-section .swiper-button-prev::after {content:url('/cdn/shop/files/Arrow_2_2.svg?v=1758194299') !important;}
.testimonial-section .swiper-button-next::after {content:url('/cdn/shop/files/Arrow_1_1.svg?v=1758194361') !important;}
.testimonial-section .swiper-button-prev {left: var(--swiper-navigation-sides-offset, 45%); right: auto; top: 86%; background: transparent; border-radius: 50%; border: 2px solid #000 !important; width: 50px; height: 50px;}
.testimonial-section .testimonial-text{font-size: 18px; font-family: 'Outfit',sans-serif !important; color: #000 !important; font-weight: 400; text-align: left; max-width: 100% !important; margin: 35px 0px 35px !important;}                               
.testimonial-section .swiper-button-next {right: var(--swiper-navigation-sides-offset, 10px); top: 86%; background: transparent; border-radius: 50%; border: 2px solid #000 !important; width: 50px; height: 50px; color: #000; left:51%;}
.testimonial-section .swiper-button-next {  opacity: 1 !important; visibility: visible !important; z-index: 9999 !important;}
.testimonial-section .swiper-pagination{display: none;}
.testimonial-section .swiper-wrapper {padding-bottom: 0px;}
.testimonial-section .stars {color:#FEBC62; font-size: 22px; margin-top: -5px;}

/* About us page start */
.bee_se_template--19866409107695__custom_section_fBFYJK h2 {font-weight: 600; font-size: 60px; color:#1E1E1E; font-family: 'Cormorant', sans-serif; line-height: 70px; margin-bottom: 25px;}
.bee_se_template--19866409107695__custom_section_fBFYJK h2 strong {font-weight: 600; font-size: 60px; color:#8F8F71;  font-family: 'Cormorant', sans-serif;  font-family: 'Cormorant', sans-serif;}
.bee_se_template--19866409107695__custom_section_fBFYJK p {margin-right: 0px !important; font-size: 18px; line-height: 32px; font-family: 'Jost', sans-serif !important; font-weight: 500; margin-top: 20px !important; color: #000000; letter-spacing: 0.5px;}


/* build skincare { */
.build-skincare { position: relative; background-size: cover; background-position: center; padding: 80px 100px 40px; overflow: hidden; color: #fff; }
.build-skincare h2 { font-size: 60px; font-weight: 600; color: #fff; line-height: 70px; margin-bottom: 25px;} 
.build-skincare  h2 strong { color: #8F8F71; font-weight: 600 ;line-height: 70px;}
.build-skincare  p {font-weight: 700; color:#fff; font-family: Jost, sans-serif !important; letter-spacing: 0.5px; font-size: 18px; line-height: 32px; opacity: 0.8;}

/* About  gallery slider */
.gallery-slider-section { padding: 60px 0px 60px; background: #fff; text-align: center; overflow: hidden; z-index: 99999;  } 
.gallery-slider-section h2{ font-size: 60px; font-weight: 600; margin-bottom: 10px; color:#000; }
.gallery-slider-section  h2 span {color: #8F8F71; font-size: 60px; font-weight: 600; font-family: 'Cormorant', sans-serif !important; line-height: 70px;} 
.gallery-slider-section  p { color: #000; font-size: 18px; line-height:32px; font-family: Jost,sans-serif; font-weight: 500; max-width: 800px; margin: 0px auto 35px; } 
.gallery-slider-section  .gallery-slider { position: relative; padding: 0px 0px; } .gallery-slider .swiper-wrapper { align-items: center; } 
/* .gallery-slider .swiper-slide img { width: 100%; height: 360px; object-fit: cover; / border-radius: 12px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); display: block; margin: 0 auto; transform: skewY(3deg);} */
/* /* .gallery-slider .swiper-slide .image-wrapper { transform: skewY(-3deg); /* adjust the angle here  */
.gallery-slider-section  .swiper-button-prev, .gallery-slider .swiper-button-next { color: #D9B99B; width: 50px; height: 50px; background: #fff; border-radius: 50%; box-shadow: 0 2px 6px rgba(0,0,0,0.15); display: flex; justify-content: center; align-items: center; top: 36%; }
.gallery-slider-section   .swiper-button-prev:after, .gallery-slider-section  .swiper-button-next:afteR  {font-size: 22px;}
.gallery-slider-section  .swiper-button-prev { left: 12px;  } 
.gallery-slider-section .swiper-button-next { right: 12px; } 
.gallery-slider-section .swiper-pagination { margin: 55px 0px 0px; position: relative; bottom: 0; } 
.gallery-slider-section .swiper-pagination-bullet { background: transparent !important; opacity: 1; border: 2px solid #D9B99B; width: 18px !important; height: 18px !important;}
.gallery-slider-section .swiper-pagination-bullet-active { background: #D9B99B !important; }

/* About Contact Form */
.about-contact-form  { padding:80px 0px 0px 120px !important;  margin-bottom: 80px;}
.about-contact-form .row { display: flex; flex-wrap: wrap; }
.about-contact-form input.form-control {width: 75%; border-radius: 16px; margin: 12px 0px; border: 1.1px solid #BABABA; padding: 12px 15px;}
.about-contact-form textarea.form-control {width: 75% !important; border-radius: 16px; margin: 12px 0px; border: 1.1px solid #BABABA; padding: 12px 15px; max-width: 100%; max-height: 100%; height: 150px !important;}
.about-contact-form h2 { font-size: 60px; font-weight: 700; margin-bottom: 10px; line-height: 70px; color: #1E1E1E;}
.about-contact-form h2  strong { font-weight: 700; color: #8F8F71;  } 
/* .about-contact-form hr { border: none; border-bottom: 2px solid #ddd; margin: 20px 0; width: 60px; } */
.about-contact-form p { font-size: 23px; line-height: 35px; color: #1E1E1E; opacity: 0.7;}
.about-contact-form .mt-4 { margin-top: 2rem; } 
.about-contact-form .mt-4 p strong { font-weight: 600; color: #222; }
.about-contact-form  h3 {font-size: 30px; color: #8F8F71; font-weight: bolder; line-height: 40px; font-family: 'Cormorant', sans-serif !important; letter-spacing: 2px; margin-bottom: 15px;}
.about-contact-form hr {width: 170px !important; border: 1px solid #000; display: inline-block !important; margin: 10px 0px; max-width: 300px;}
.about-contact-form h4 strong {font-size: 20px; font-weight: bold; font-family: 'Jost'; color: #595959; line-height: 30px;}
.about-contact-form h4 {display: flex; margin: 3px 0px;}
.about-contact-form ::placeholder { font-family: Jost; font-size: 15px;   opacity: 1; color:#7A7A7A;  }
.about-contact-form  a {font-size: 18px; font-weight: bold; font-family: 'Jost'; color: #8C8C8C; line-height: 30px; margin-left: 6px;}
.about-contact-form   button {border-radius: 12px; font-weight: 500; padding: 12px 50px; letter-spacing: 1.72px; color: #fff !important; font-family: 'Jost', sans-serif; margin-top: 15px; transition: .5s; border: 1px solid #000; }
.about-contact-form button:hover {background: transparent !important; color:#000 !important;}

/* Blogs */
.custom-blog-section-wrapper {padding:50px 80px; }
.custom-blog-section-wrapper h2 {font-size: 60px; font-weight: 600; line-height: 70px; text-align:center; color: #8F8F71;}
.custom-blog-section-wrapper h2 strong  {font-size: 60px; font-weight: 600; color:#000; line-height: 70px; text-align:center; }
.custom-blog-section-wrapper p {opacity: 0.7; font-size: 18px; color: #1f1f1f; line-height: 32px; text-align: center; font-family: Jost, sans-serif; font-weight: 500; margin-bottom: 40px !important; max-width: 900px; margin: 0 auto; }
.custom-blog-section-wrapper .blog-cards { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; } 
.custom-blog-section-wrapper .blog-card { border-radius: 12px; overflow: hidden; width: 100%;  position: relative; flex: 1 1 45%; max-width: 600px; }
.custom-blog-section-wrapper .blog-image { background-size: cover; background-position: center; height: 500px; display: flex; flex-direction: column; justify-content: flex-end; /* Moves content to the bottom */ position: relative; border-radius: 12px; overflow: hidden; } 
.custom-blog-section-wrapper .blog-content {  color: #fff; padding: 20px; width: 100%; box-sizing: border-box;  }
.custom-blog-section-wrapper .blog-content span {color:#fff; font-size: 20px; line-height: 30px; }
.custom-blog-section-wrapper h3  {color:#fff; font-size: 26px; line-height: 35px; }
.custom-blog-section-wrapper  .blog-meta {margin-top: 30px; display: flex; align-items: center; gap:15px;} 
.custom-blog-section-wrapper .read-button {border: 1px solid #fff !important; color: #fff !important; border-radius: 50px; padding: 12px; font-size: 18px; font-weight: 400; width:30%;height: 60px; text-align: center;}
.custom-blog-section-wrapper .blog-author {backdrop-filter: blur(7.75px); background: #FFFFFF33; padding: 10px; border-radius: 40px;}
.custom-blog-section-wrapper .blog-author span {font-size: 18px !important; font-weight: 400 !important;}

/* about us page end  */

/* Product page  */

.product-banner { background:url('/cdn/shop/files/Group_1618873240_1.png?v=1752654772');background-size:cover;padding:120px 60px; text-align: center; color: #2d2d2d; }
.product-banner h2 { font-family: 'Cormorant', sans-serif; font-size: 80px; font-weight: 700; line-height: 90px; margin-bottom: 20px; color: #4B4036; font-style: italic;} 
.product-banner p{ font-size: 18px; max-width: 800px; margin: 0 auto; color: #000000; opacity: 0.7; line-height: 32px; font-weight: 700; font-family: 'Jost', sans-serif}
#moving-products-template--19892807631087__custom_products_slider_tc8gWX {background:#fff !important;}
#shopify-section-template--19892807631087__featured_collection_CTXEWY, #shopify-section-template--19892807631087__featured_collection_fdjwjc, #shopify-section-template--19892807631087__featured_collection_YUHyie, #shopify-section-template--19892807631087__featured_collection_A7VYJw {padding:0px 70px;}
#shopify-section-template--19892807631087__featured_collection_CTXEWY .bee-section-heading.bee-title {text-align: left;}
#shopify-section-template--19892807631087__featured_collection_CTXEWY .bee-top-heading {padding-top:0px !important;}
#shopify-section-template--19866408517871__heading .bee-container.bee-pr {margin-top: 30px;}
#shopify-section-template--19866408517871__heading h1 {color:#a58656;}
#shopify-section-template--19866408517871__banner_WNrGJT h2 {color:#F9E4BC;}
.shopify-section.bee-section.bee_bk_flickity.bee-section-all.bee_tp_cd.bee-featured-collection.bee_tp_istope {padding:0px 70px !important;}
.bee-btn:before {border:1px solid #d9b99b;}
.bee-product-form__buttons .bee-product-form__submit:hover .bee-product-form__submit svg.bee-btn-icon:hover  {fill:#000 !important;}
.bee-product-form__submit:hover svg.bee-btn-icon { fill: #000 !important; }
.bee-btn:hover:before{color:#fff !important; background-color:transparent !important; }

.shopify-section.bee-section.bee_bk_flickity.bee-section-all.bee_tp_cd.bee-featured-collection.bee_tp_istope  .bee-section-heading.bee-title {text-align: left !important;}



.bee-dropdown__sortby .bee-dropdown__content button {color:#fffff !important;}
#shopify-section-template--19866408517871__banner_WNrGJT {margin-top: 45px;}
.perfect-skincare-section { text-align: center; padding: 60px 80px; background: #fff; position: relative; z-index: 0;}
.perfect-skincare-section  {margin-bottom: 60px;}
.perfect-skincare-section h2 { font-size: 60px; font-weight: 600; font-family: 'Cormorant', serif; margin-bottom: 20px; position: relative; padding:0px 70px;}
.perfect-skincare-section h2::after {content: ""; width:100%; height: 1px; background: #000; display: block; margin:18px 0px 25px;}
.perfect-skincare-section h2 strong{ color: #8F8F71; /* Greenish skincare tone */ font-weight: 600; }
.perfect-skincare-section .description { max-width: 1100px; margin: 0 auto; font-size: 18px; color: #000; line-height: 32px; opacity: 0.7; }
/* .perfect-skincare-section::before { content: ""; position: absolute; left: 0; top: 240px; background: url(/cdn/shop/files/Vector_1.svg?v=1752679988); height: 400px; width: 100px; background-size: cover; } */
/* .perfect-skincare-section::after {content:"";  height: 230px; width: 100px; position:absolute; right: 0; top: -80px; background:url('/cdn/shop/files/Vector_2.svg?v=1752679988');/* right side tree */} */

/* Products Detail Page  */
#ProductInfo-template--template--19866409566447__main__main .bee-pr__notify-stock:hover {background: #FAF0DC !important;}
.bee-pr_trust_seal img.bee-img-tr__svg {padding:2.5px 7px;}
.bee-product-media__thumbnails_bottom .bee-col-thumb .bee-row:not(.carousel__nav-hover2)>.bee-col-item .bee-carousel__nav-inner  {height:120px !important; object-fit:cover;}
#shopify-section-template--19866409566447__main {padding:40px 4vw !important;}
.bee-product__description, .bee-product__info-container .bee-product-price {color:#000 !important;}
.bee-product__info-container .bee-pr-buttons-action button, .bee-product-form__buttons .bee-pr-wishlist, .bee-product-form__buttons .bee-pr-compare {background:#02BCE5 !important;}
.bee-product-form__buttons .bee-pr-wishlist {background:#02BCE5 !important;}
.bee-pr-buttons-action .bee-pr-wishlist span {color:#fff !important; fill:white !important;}
.bee-product-form__buttons .bee-pr-wishlist:hover {background:transparent !important;  border:1px solid #000 !important; }
.bee-pr-buttons-action .bee-pr-wishlist:hover span {color:#000 !important; fill:black !important;}
.bee-product__info-container .bee-pr-buttons-action button .bee-btn-atc_text  {color:#fff !important;}
.bee-product__info-container .bee-pr-buttons-action button:hover .bee-btn-atc_text {color:#000 !important;}
.bee-product-form__buttons .bee-quantity-wrapper {border:2px solid #000 !important;}
#ProductInfo-template--template--19866409566447__main__main .bee-product__title::after {content: url('/cdn/shop/files/Group_1618873239.svg?v=1752492381'); display: flex;}
#shopify-section-template--19866409566447__main .bee_ratio.bee-product__media{ max-width: 100% !important; margin: 0 auto; }
#shopify-section-template--19866409566447__main .bee-collections-wrapper {font-size:18px !important;}
#shopify-section-template--19866409566447__main  .bee-product__social-title {font-size:18px !important;}
#shopify-section-template--19866409566447__main  .bee-top-heading {padding-top:0px !important;}
#shopify-section-template--19866409566447__main span, #shopify-section-template--19866409566447__main strong   {color: #121212; font-family: 'outfit', sans-serif; font-size: 17px; font-weight: 400; line-height:27px;}
#shopify-section-template--19866409566447__main .bee-single-product-badge {display: none;}
.bee-socials-group .bee-col-item {display:block !important;}
/* .bee-product-form__buttons .bee-product-form__submit, .bee-product-form__buttons .bee-pr-wishlist {background: #d9b99b !important; border:1px solid #d9b99b; }  */
.bee-product-form__buttons .bee-product-form__submit:hover, .bee-product-form__buttons .bee-pr-wishlis:hover {background: transparent !important; color:#fff !important;} 
#shopify-section-template--19940927242479__featured_collection_qLbt9n {padding-bottom: 80px !important;}
.bee-mini_cart__actions .bee-quantity-control button:hover {fill: white !important;}
.bee-products-wishlist { padding-bottom: 70px;}
.bee-product.is-selected .bee-svg-pr-icon svg{fill: white !important;}

/* contact us page */
.contact-section { padding: 60px 20px 0px;  text-align: center; position: relative; }
#shopify-section-template--19897517900015__contact_form_zAC9hb {padding:0px 80px;}
#shopify-section-template--19897517900015__contact_form_zAC9hb .bee-frame-map iframe {border-radius: 32px;}
/* .contact-section::before {content: ""; position: absolute; left: -60px; top: 0; background-image: url(/cdn/shop/files/Vector_1.svg?v=1752679988); width: 200px; height: 400px; background-size: 100% 140%; z-index: 1;} */
.contact-section h2 { font-size: 60px; margin-bottom: 10px; line-height: 70px; color: #404040; font-weight: 600;}
.contact-section h2  strong { font-size: 60px; margin-bottom: 10px; line-height: 70px; color: #404040; font-weight: 600;}
.contact-section p.description {color: #000000; font-weight: 700; font-size: 19px; line-height: 27px; letter-spacing: 0.5px; font-family: 'Outfit'; opacity: 0.7; max-width: 800px; margin: 25px auto 40px;}
.contact-section p strong{ color: #fff; font-size: 25px; line-height: 35px; font-weight: 700; font-family: 'Bebas Neue'; } 
.contact-section .card { gap: 11px;background-color: #000; color: #fff; padding: 30px 20px 20px; border-radius: 15px; width: 350px; text-align: left; display: flex ; box-shadow: 0px 4px 30px 0px #00000014; align-items: center; transition:.5s;}
.contact-section .card:hover {background:#02BCE5;}
.contact-section p{color: #FFFFFF; font-size: 15px; line-height: 25px; font-family: Outfit, sans-serif; font-weight: 400;}
.contact-section .contact-cards { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-bottom: 40px; } 
.contact-section .card .icon { font-size: 1.5rem; margin-bottom: 10px; }
.contact-section .card a{font-family: 'Outfit'; font-size: 16px; color:#FFFFFF !important;} 
.contact-section .map-container { border-radius: 15px; overflow: hidden; max-width: 1000px; margin: 0 auto; box-shadow: 0 4px 8px rgba(0,0,0,0.1); }

/* contact in touch get section  */
.contact.get.in.touch { padding: 80px 100px; } 
.contact.get.in.touch .contact-info h2 { font-weight: 700; margin-bottom: 60px; font-size: 50px; line-height: 60px; color: #404040; }
.contact.get.in.touch .contact-info h2 .green { color: #b8b49a; }
.contact.get.in.touch .contact-info h2 .gold { color: #a49c80; } 
.contact.get.in.touch .contact-list { list-style: none; padding: 0; margin: 0; } 
.contact.get.in.touch .contact-list li { display: flex; align-items: center; gap: 20px; margin-bottom: 55px; }
.contact.get.in.touch .contact-list i { font-size: 1.5rem; color: #5e4228; min-width: 24px; }
.contact.get.in.touch .contact-reach-form {border: 0.79px solid #A6A6A6CF; padding: 20px 30px; border-radius: 12px;}
.contact.get.in.touch  h3 {line-height: 36px; font-size: 26px; font-weight: 500; margin-bottom: 25px; color: #000000; font-family: 'Outfit';  }
.contact.get.in.touch h4 {color: #000000; font-size: 30px; font-weight: 500; font-family: 'Bebas Neue'; line-height: 40px;}
.contact.get.in.touch .contact-list a{font-size: 18px; font-weight: 400; font-family: 'Outfit'; color: #44525E; margin-top: -3px !important; display: block; }
.contact.get.in.touch .contact-list a:hover {color:#02BCE5 !important;}
.contact.get.in.touch .form-grid { display: grid; flex-wrap: wrap; gap: 1rem; }
.contact.get.in.touch label{color: #724e2c; font-weight: 400; font-family: 'Bebas Neue'; font-size: 22px;}

/* .contact.get.in.touch .form-grid input { flex: 1 1 48%; }  */
.contact.get.in.touch input, .contact.get.in.touch textarea {width: 100%; padding: 12px 14px; margin-bottom: 3rem; margin-top:5px; font-size: 16px; color: #44525E; font-family: 'Outfit'; border: 1px solid #E6E6E6; border-radius: 12px; }
.contact.get.in.touch textarea {height: 150px !important; max-width: 100% !important; max-height: 100% !important; width:100% !important;}
.contact.get.in.touch input:focus, .contact.get.in.touch textarea:focus { outline: none; border-color: #a49c80; } 
.contact.get.in.touch .checkbox { font-size: 0.875rem; margin-bottom: 1rem; display: flex; align-items: flex-start; gap: 0.5rem; line-height: 1.4; } 
.contact.get.in.touch .btn-submit:hover { background-color: transparent !important; color:#000 !important; }
.contact.get.in.touch .form-success { color: green; margin-bottom: 1rem; font-weight: 600; } 
.contact.get.in.touch .form-errors { color: red; margin-bottom: 1rem; } 
.contact.get.in.touch .form-errors ul{ margin: 0; padding-left: 20px; }
.contact.get.in.touch .form-group.checkbox label {display: flex ; margin: 0px 0px 0px -5px; gap: 10px; color: #00000091; font-family: 'Jost', sans-serif; font-size: 16px; font-weight: 400; line-height: 26px;}
.contact.get.in.touch button {display: flex ; justify-content: center; max-width: 100%; margin: 0 auto 15px; padding: 15px 40px; font-family: 'Jost', sans-serif; font-size: 14px; font-weight: 500; letter-spacing: 1.72px; margin-top: 30px; background-color: #000; color: #fff; text-transform: uppercase; border-radius: 16px; border:1px solid #000;}
.contact.get.in.touch button:hover {background: transparent !important; color:#000 !important;}
.contact.get.in.touch .form-group.checkbox label input {height:12%; width:12%; position: relative; top:12px;}


/* custom html button */
.custom-html-button-wrapper {margin-top: -50px; margin-bottom: 50px;}
.custom-html-button-wrapper  .custom-button {border:1px solid #000 !important; }
.custom-html-button-wrapper  .custom-button:hover {background: transparent !important; color:#000 !important; }
#shopify-section-template--19892807631087__featured_collection_6h3YKY {padding-bottom: 70px !important;}
.bee-product .bee-product-btns a {padding:0px 10px;}
.bee-mini_cart-tool__primary:hover, .bee-mini_cart-tool__back:hover {background-color:#02bce5 !important;}
/* cart page */
#shopify-section-template--19866408386799__heading {background:#02BCE5 !important;}
.bee-sticky-atc__atc:hover {background-color:#02bce5 !important;}
.bee-sticky-atc__price {color:#000 !important;}
.bee-button-checkout:hover {background:#000 !important; color:#fff !important;}
#shopify-section-template--19866408386799__main {padding-bottom:60px !important;}
.bee-main-cart .bee-btn__update, .bee-main-cart .bee-btn__checkout {background:#02BCE5 !important; border-radius:12px;}
.bee-main-cart .bee-btn__update:hover, .bee-main-cart .bee-btn__checkout:hover {background:#000 !important;}
#shopify-section-heading-static .bee-page-section-heading { background: #02bce5 !important; }
#shopify-section-main-wishlist .bee-product:hover .bee-product-image .bee-pr-wishlist {background-color:black !important; }
.bee-product-quick-view .bee-view-products a {margin-bottom:50px;}
.bee-product-quick-view .bee-view-products a:hover  { background: #02bce5 !important; }

/* Responsive  */
@media (max-width: 2200px) and (min-width: 1800px){
    .home-banner h1 {font-size:65px !important; line-height:75px !important;}
}
@media (max-width: 1400px) {
.home-banner .banner-image-col img { height: 600px; width: 260px; object-fit: cover; }

}
@media (max-width: 1300px) {
.home-banner .banner-image-col img { height: 600px; width: 260px; object-fit: cover; }
.moving-products .mp-card .mp-image {height:100% !important;}
}

@media (max-width: 1200px) and (min-width: 992px){
  h1, h1 strong, h1 span {font-size: 60px !important; line-height: 70px !important;}  
  h2, h2 span, h2 strong {font-size: 50px !important; line-height: 60px !important;}

  /* featured slider container  */
  .feature-slider-container {padding:110px 30px 70px 30px;}
  .feature-slider-container h3 {font-size: 20px;}

  /* home testmonials  */
  .testimonial-section {padding: 60px 50px 25px;}

  /* home skin-glow-banner */
  .skin-glow-banner {margin:130px 30px 70px; height:auto !important;} 
  .skin-glow-banner img.img-fluid {max-width: 103%;}

  /* About us page  */
  #shopify-section-template--19866409107695__custom_section_fBFYJK {padding:0px 45px;}
  .gallery-slider-section {padding:60px 0px 0px !important;}

  
}

@media (max-width: 991px){
  h1, h1 strong, h1 span {font-size: 50px !important; line-height: 60px !important;}  
  h2, h2 span, h2 strong {font-size: 40px !important; line-height: 50px !important;}
  p, p strong, p span {font-size: 16px !important; line-height: 25px !important;}

  /* footer */
  .footer-container {padding:0px 10px !important;}
  .footer-logo {width:auto !important;}
  .footer-bottom { padding: 0px 70px 0px 30px;}
  .site-footer {margin-top:0px;}
  
  /* home page */
  .custom-home-banner .container { padding: 20px 50px;}
  .custom-home-banner .btn-banner {margin-top: 0px; margin-bottom: 10px;}
  .custom-home-banner h1 {margin-bottom: 0px;}

  /*home product  */
  .feature-slider-container {padding:70px 30px 50px 30px;}
  .feature-slider-container .btn {padding: 15px 22px;}
  .feature-slider-container .feature-heading  p {font-size: 40px !important; line-height: 50px !important;}
  #shopify-section-template--19866408976623__featured_collection_QUK9UC, #shopify-section-template--19866408976623__featured_collection_nrajQj, #shopify-section-template--19866408976623__featured_collection_kKfYen { padding: 0px 30px !important; }

  /* testimonials  */
  .testimonial-section{padding:60px 150px 25px;}
  .testimonial-section .swiper.testimonial-swiper {overflow: visible !important; padding-bottom: 150px;}
  .testimonial-section .swiper-button-next {left:58%;}

  /* skin glow */
  .skin-glow-banner {margin: 80px 30px; height: auto; padding:60px 10px 0px 30px; }
  .skin-glow-banner .row {align-items: end;}
  .skin-glow-banner .btn {margin-bottom: 30px; display: inline-block;}
  .skin-glow-banner img.img-fluid { max-width: 111%;}

  /* home logos */
  #shopify-section-template--19866408976623__logo_list_tUiURN .bee-bg-11, .bee-logo-list .bee-bg-11 { height: auto; max-width: 120% !important; object-fit: cover !important; width: 100% !important; max-width: 100% !important;}

  
  /*about us page  */
  #shopify-section-template--19866409107695__custom_section_fBFYJK .bl-bl_col_H3nL6B {padding-top: 0px !important;}
  .bee-section-inner.bee_se_template--19866409107695__custom_section_fBFYJK.bee-container-wrap {padding: 50px 50px 0px !important;}
  .bee-section-inner.bee_se_template--19866409107695__custom_section_fBFYJK.bee-container-wrap .bee-col-md-6 { padding-left: 12px;}
  .build-skincare {text-align: center;}
  .build-skincare .bee-col-md-6 {width:100% !important; }
  .gallery-slider-section {padding:60px 0px 0px;}
  .custom-blog-section-wrapper {padding:50px 30px;}
  .custom-blog-section-wrapper .blog-meta {display: block;}
  .custom-blog-section-wrapper .read-button {width:100% !important; margin-bottom: 30px; display: inline-block;}
  .custom-blog-section-wrapper .blog-author {text-align: center; margin-bottom: 10px;}
  .about-contact-form { padding: 50px 0px 0px 40px !important;}


  /* products page and product detailed page */
  #shopify-section-template--19892807631087__featured_collection_CTXEWY, #shopify-section-template--19892807631087__featured_collection_fdjwjc, #shopify-section-template--19892807631087__featured_collection_YUHyie, #shopify-section-template--19892807631087__featured_collection_A7VYJw { padding: 0px 30px;}
  #shopify-section-template--19866409566447__main {padding-top: 30px;}

  /* contact us page  */
    .contact.get.in.touch { padding: 0px 50px 80px; }
  #shopify-section-template--19897517900015__contact_form_zAC9hb { padding: 0px 50px; }
  .contact-section .contact-cards {margin-bottom: -55px;}

}
@media (max-width: 767px){
  	h1, h1 span, h1 strong  {font-size:30px !important; line-height:38px !important;}
	h2, h2 span, h2 strong {font-size:26px !important; line-height:34px !important;}
	h3, h3 span, h3 strong {font-size:20px !important; line-height:28px !important;}
	h4 {font-size:18px !important; line-height:26px !important;}
	p {font-size:14px !important; line-height:22px !important;}
	a, li {font-size:14px !important;}

  /* header */
  header .bee-col-3 {padding:0px 0px;}
  .bee-section-header [data-header-height] {padding:0px 15px;}
   .bee-header__logo img {margin-left: 18px;}
 header .bee-btn--header {display:none !important;}
 header .bee-site-nav__icons {margin-right:0px !important;}
 #shopify-section-mb_nav #menu-mb__ul li a:hover svg {fill:white !important;}


  /* footer */
  .site-footer { padding: 10px 0px 0px !important; }
  .quick-links { padding-left: 5px !important; margin: 10px 0px !important; }
  .footer-section {margin: 10px 5px;}
  .footer-bottom .row {display: block !important;}
  .footer-container { padding: 0px 20px !important; flex-direction: column; }
  .footer-bottom { padding: 0px 0px 0px 0px; }
  .footer-logo {margin-bottom:0px !important;}
  .site-footer .social-icons {margin-top:22px;}
  .site-footer .social-icons a {width:40px !important;}
  .footer-bottom .bee-col-md-5 {justify-content: center; padding-bottom: 12px; }
  .footer-bottom .bee-col-md-7 {flex-direction: column; gap:0px; margin-bottom:15px;}
   .footer-bottom .bee-col-md-7 img {height: 120px;}
  .footer-section.newsletter .contact-form {width:100% !important;}

  /* home page  */
    .home-banner { padding: 0px 15px 0px 17px !important; height: 260px !important; }
    .home-banner .bee-row {flex-direction:column;}
    .home-banner .banner-text { padding: 35px 0px 0px; width:100% !important;}
    .home-banner h1 {margin-bottom:10px;}
    .home-banner h1 br {display:none !important;}
    .home-banner .banner-image-columns {display:none;}
    .home-banner .btn-banner {margin-top:10px; font-size:16px !important;}
    .home-banner p {line-height:26px !important; font-size:16px !important;}

    /* moving products */
    .moving-products {padding:55px 15px 0px 15px !important;}
    .moving-products .mp-card .mp-image {height:250px;}
    .moving-products .swiper-pagination-bullets .swiper-pagination-bullet-active {width:60px !important; header:8px !important;}


  #shopify-section-template--19866408976623__featured_collection_QUK9UC, #shopify-section-template--19866408976623__featured_collection_nrajQj, #shopify-section-template--19866408976623__featured_collection_kKfYen { padding: 0px 0px !important; }
  .bee-product .bee-oh {display: block !important;}
  .bee-section-heading.bee-title span {font-size: 30px !important; }
  .bee-top-heading {margin-top: 15px;}
  .bee-pr-style1 .bee-product-btns { position: static !important; padding-top: 15px;}
  .feature-slider-container .row {margin-top: 30px;}
  .bee-top-heading {padding-top: 0px;}
  .feature-slider-container .btn::after {display:none !important;}
  .feature-slider-container { padding: 20px 15px 0px 15px; display: block;}
  .feature-slider-container .swiper-wrapper {padding-top: 60px;}
  .feature-slider-container .feature-description {margin-bottom:15px;}
  .feature-slider-container .feature-heading p {margin-bottom:12px !important;}
  .testimonial-section {padding:40px 10px 25px;}
  .testimonial-section .swiper.testimonial-swiper {padding-bottom: 120px;}
.testimonial-section .swiper-button-prev { left: var(--swiper-navigation-sides-offset, 36%); } 
  .testimonial-section .swiper-button-next { left: 54%; }
  .skin-glow-banner .row {display: block !important;}
.skin-glow-banner img.img-fluid { max-width: 100%; padding-bottom: 0px !important; height: auto; }
  .skin-glow-banner .bee-col-md-5 { margin-top: -20px;}
  .skin-glow-banner h2 br {display:none !important;}
  .skin-glow-banner .row { display: block;}
  .skin-glow-banner { margin: 30px 10px; height: auto; padding: 30px 20px 0px 20px;}
  .skin-glow-banner .btn {padding: 12px 30px; margin-bottom:50px;}
  .skin-glow-banner .btn::after {top:15px; right:10px;}

  /* about us page */
  .bee-section-inner.bee_se_template--19866409107695__custom_section_fBFYJK.bee-container-wrap {padding:50px 0px 0px !important;}
  .build-skincare {padding:40px 10px 0px;}
  .gallery-slider-section { padding: 30px 7px 0px;}
  .gallery-slider-section .swiper-button-prev, .gallery-slider .swiper-button-next {display: none !important;}
  .custom-blog-section-wrapper .blog-cards { display: flex ; justify-content: center; gap: 20px; flex-direction: column;}
  .custom-blog-section-wrapper { padding: 40px 10px; }
  .custom-blog-section-wrapper h2 strong {margin-bottom: 12px;}
  .bee-article-block {margin-bottom: 0px !important;}
  .about-contact-form .row {display: block !important;}
  .about-contact-form { padding: 50px 25px 0px 15px !important; }
  .about-contact-form input.form-control, .about-contact-form textarea.form-control {width:100% !important;}
  .flickitybee-slider a {font-size: 17px !important; margin:10px 0px 0px !important; text-align: center;}
  .bee-product-title::after {text-align: center;}
  .bee-pr-style1 .bee-product-main-info .bee-product-price {text-align: center; margin: -10px 0px 0px 0px;}

  /* product Page */
  .product-banner {padding:50px 30px;}
  .product-banner h2 {margin-bottom: 10px;}
  #shopify-section-template--19892807631087__featured_collection_CTXEWY, #shopify-section-template--19892807631087__featured_collection_fdjwjc, #shopify-section-template--19892807631087__featured_collection_YUHyie, #shopify-section-template--19892807631087__featured_collection_A7VYJw {padding:0px 0px !important;}
  .perfect-skincare-section {padding:35px 10px;}
  .bee-product-title a {font-size:30px !important; text-align:center;}
  .perfect-skincare-section h2 {padding:0px 70px !important;}
  #shopify-section-template--19892807631087__featured_collection_CTXEWY {margin-top: -45px;}
  .bee-pr-style1 .bee-product-btns a {width:100% !important;}
  #shopify-section-template--19866409566447__product-recommendations .flickitybee-viewport .bee-svg-pr-icon svg {fill:white !important;}
  .bee-product .bee-product-img {object-fit: cover;}
  .bee-pr_respon_mb_minimal .bee-pr-style1 .bee-product-btns2 {width: 103% !important; left: 0 !important; top: -10px !important; height: 20px; }
  .bee-pr_respon_mb_minimal .bee-pr-style1 .bee-product-btns2:before {top:30px !important;}
  .bee-product .bee-product-image {border-bottom: 1px solid #000;}
  #bee-heading-page {padding:0px !important;}
  .bee-product.is-selected .bee-svg-pr-icon svg {fill:#000 !important;}
  
  /* contact us page */
  .contact-section {padding:30px 10px 0px;}
  .contact-section::before {z-index: 0;}
  .contact-section p.description {margin: 10px auto 25px;}
  .contact.get.in.touch .contact-info h2 {margin-bottom: 20px;}
  .contact.get.in.touch  .contact-list li img {width:25%;}
  #shopify-section-template--19897517900015__contact_form_zAC9hb { padding: 0px 10px; }
  .contact.get.in.touch .contact-list li {margin-bottom: 20px;}
  .contact.get.in.touch { padding: 0px 35px 60px; }
  .contact.get.in.touch .contact-reach-form {padding:20px 20px;}
  .contact.get.in.touch .form-group.checkbox label {font-size: 14px; line-height: 24px;}
  .contact.get.in.touch label {font-size:18px;}
  .contact.get.in.touch input, .contact.get.in.touch textarea {margin-bottom:1rem;}
   #shopify-section-template--19897517900015__contact_help_87nzQ7 .page-width {position: relative;}
  .bee-section-inner.bee_nt_se_template--19866408517871__main.bee_se_template--19866408517871__main.bee-container-wrap {padding-left: 0px !important; padding-right: 0px !important;} 
  .bee-dropdown__sortby .bee-dropdown__content button {color:#fff !important; margin-top: 20px;}
  .bee-content-position:not(.bee-container)[style*="--p-left-mb:50%"] { max-width: 95% !important; width: 100% !important; }
  .bee-d-block {height: 380px !important;}
  .shopify-section.bee-section.bee_bk_flickity.bee-section-all.bee_tp_cd.bee-featured-collection.bee_tp_istope  {padding:0px 0px !important;}
  .pc--show-email-field label {display: block !important;}
  .pc--opt-out-form-container .pc--opt-out-form-button {margin-bottom: 20px;}
  .bee-product-quick-view.bee-product-media__one_media_size .bee-product__media-wrapper {padding:20px 30px 0px 30px !important;}
  #ProductInfo-template--main-qv__main {padding-left:20px; padding-bottom: 10px;}
  .bee_compare_list-pr > div { flex: 0 0 100%; }
  .bee-row-cols-6 .flickitybee-slider > .bee-col-item, .bee-row-cols-6 > .bee-col-item { width: 32.666667%; }
  #bee-trust_seal3810e774-4f7c-4b33-a282-61ac32fbead6 {text-align:left !important;}

  /* whishlist */
  #shopify-section-heading-static .bee-page-section-heading {background:#02bce5 !important;}
  #shopify-section-main-wishlist .bee-row-cols-2 > .bee-col-item {width:100% !important;}
  .bee_nt_se_template--19866409566447__product-recommendations {padding-right:0px !important;}

/* search drawer */
.bee-drawer .bee-d-block, .cart_actions .bee-d-block, .bee-main-cart .bee-cart__agree {height:auto !important;}
.bee-product-quick-view .bee-view-products a {margin-top:30px; margin-bottom:20px;}

}



  
@media (max-width: 577px){
	.homeBanner {height:560px !important;}
    .bee-product.is-selected .bee-svg-pr-icon svg {fill:black !important;}
    .home-banner { padding: 0px 15px 0px 17px !important; height: 260px !important; }


}
@media (max-width:450px){
	.homeBanner {height:430px !important;}
	.testimonialSection .swiper-slide{ padding:10px 50px !important;}
    .home-banner { padding: 0px 15px 0px 17px !important; height: 260px !important; }
	

}
@media (max-width:375px){
	.homeBanner {height:400px !important;}
  .custom-home-banner .bee-col-sm-9 {width:50%;}
   .home-banner {padding:0px 15px 0px 17px !important; height:315px !important;}
  
	

}
.