/** Shopify CDN: Minification failed

Line 4188:0 Unexpected "{"
Line 4188:1 Expected identifier but found "%"
Line 4191:0 Unexpected "{"
Line 4191:1 Expected identifier but found "%"

**/
/*
Theme Name: Core Bee
Author: Bee
*/
@font-face {
    font-family: "Clash Display Semibold";
    src: url("https://db.onlinewebfonts.com/t/063b1ecb77f04e4643e50307b2c53d9a.eot");
    src: url("https://db.onlinewebfonts.com/t/063b1ecb77f04e4643e50307b2c53d9a.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/063b1ecb77f04e4643e50307b2c53d9a.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/063b1ecb77f04e4643e50307b2c53d9a.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/063b1ecb77f04e4643e50307b2c53d9a.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/063b1ecb77f04e4643e50307b2c53d9a.svg#Clash Display Semibold")format("svg");
}
@font-face {
    font-family: "Red Hat Display Regular";
    src: url("https://db.onlinewebfonts.com/t/5041cfb4782f6fc9e865ba6cb24cef48.eot");
    src: url("https://db.onlinewebfonts.com/t/5041cfb4782f6fc9e865ba6cb24cef48.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/5041cfb4782f6fc9e865ba6cb24cef48.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/5041cfb4782f6fc9e865ba6cb24cef48.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/5041cfb4782f6fc9e865ba6cb24cef48.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/5041cfb4782f6fc9e865ba6cb24cef48.svg#Red Hat Display Regular")format("svg");
}
@font-face {
    font-family: "Clash Display Medium";
    src: url("https://db.onlinewebfonts.com/t/bb8d6c1363f02b8af73744aa5fc43627.eot");
    src: url("https://db.onlinewebfonts.com/t/bb8d6c1363f02b8af73744aa5fc43627.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/bb8d6c1363f02b8af73744aa5fc43627.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/bb8d6c1363f02b8af73744aa5fc43627.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/bb8d6c1363f02b8af73744aa5fc43627.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/bb8d6c1363f02b8af73744aa5fc43627.svg#Clash Display Medium")format("svg");
}
/* h1,h2,h4{
  font-family: "Clash Display Semibold" !important;
}
p,div,button, a{
  font-family: "Red Hat Display Regular" !important;
}
h5, h3{
  font-family: "Clash Display Medium" !important;
} */
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-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: #fbded5;
  padding-top: 50px !important;
  color: #5e5e5e;
  font-family: 'Arial', sans-serif;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  gap:60px !important;
  padding-bottom:50px !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 {
  width: 100px;
  margin-bottom: 40px !important;
}

.social-icons {
  margin-top: 10px;
  display: flex !important;
  gap: 10px !important;
}
.social-icons a svg {
  color:#525252 !important;
  font-size:18px !important;
}
.social-icons a{
      border: 1px solid #525252;
    border-radius: 50% !important;
    height: 40px !important;
    width: 40px !important;
    padding: 10px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.social-icons a:hover svg{
  color:#FF0000 !important;
  transition:.4s;
}
.social-icons a:hover {
  text-decoration: none;
  background:#fff;
  border: 1px solid #fff !important;
  transition:.4s;
}
.quick-links{
  padding-left: 130px !important;;
}
.quick-links h3, .contact-info h3{
  font-size:21px !important;
  margin-top:0px !important;
  margin-bottom: 40px !important;
  color:#525252 !important;
}
.quick-links ul {
  list-style-type: none;
  padding: 0;
}

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

.quick-links ul li a {
  text-decoration: none;
  color: #525252;
  font-size:16px !important;
}

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

.para{
  display:flex !important;
}
.contact-info svg{
   margin-right:10px ;
}
.para svg{
  margin-top:16px;
  margin-right:19px;
}
.footer-bottom p {
  margin: 0;
  color: ##525252;
  font-size: 14px;
}

/* 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;
}
/* .is--nav__active{
  color:#000 !important;
  border-bottom:2px solid #000 !important;
} */
/* Our Products css start */
.is--header-transparent #bee-heading-page {
  padding-top: 50px !important;
  padding-bottom: 20px !important;
}
.is--href-replaced{
  font-family: "Clash Display Medium" !important;
  font-size:28px !important;
  margin-top:20px !important;
  margin-bottom:10px !important;
}
.bee-product:hover .is--href-replaced{
  color:#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-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;
}
.contact-form{
  display: flex !important;
  flex-direction: column !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: #ff7f50 !important;
}
.bee-pr__notify-stock:hover{
  background: #ff7f50 !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;
} */

/* Main CSS */
h1{font-size:60px !important; font-weight:700 !important; line-height:70px !important; text-transform:uppercase !important; font-family: var(--font-heading-family) !important;}
h2 {font-size: 35px !important; font-weight: 700 !important; text-transform:uppercase !important;}
a, p, li{color:#303030; font-size:16px !important; font-family: var(--font-heading-family) !important; font-weight:400;}
body{background:#f1f1f1 !important;}


/* Header Css */
#qab_container, .msa-mobile-toggle{display:none !important;}
#shopify-section-announcement-bar{border-bottom: 1px solid #E4E5EE; background:#f1f1f1 !important; z-index: 99999; position: relative;}
#shopify-section-announcement-bar #bee-announcement-main{max-width:1280px !important; margin:0px auto;}
#shopify-section-announcement-bar .bee-col-md-6{background:transparent !important;}
.bee-announcement-bar::before{display:none !important;}
#shopify-section-announcement-bar .flickitybee-slider{transform:none !important;}
#shopify-section-announcement-bar .flickitybee-viewport{height:100% !important;}
#shopify-section-announcement-bar .flickitybee-slider ul{width:100% !important; display: flex; gap: 40px; margin-bottom:0px !important;}
#shopify-section-announcement-bar .flickitybee-slider ul a{font-size:14px; color:#74787C; line-height: 43px; font-family: var(--font-heading-family); transition:.5s;}
#shopify-section-announcement-bar .flickitybee-slider ul a:hover, .top-bar-text a:hover{color:#FF7F50 !important;}
.top-bar-text{width:100%; COLOR: #74787C; display: flex; align-items: center; height: 100%; justify-content: end; gap: 10px; font-family: var(--font-heading-family); font-size:14px;}
.top-bar-text p{margin-bottom:0px !important; color:#74787c;}
.top-bar-text a{color: #74787C !important; font-family: var(--font-heading-family); transition:.5s; font-size:14px !important;}

#shopify-section-header-inline{margin-bottom:0px !important; background: #f1f1f1 !important;}
header .msa-topbar{max-width:1280px !important; margin:0px auto; padding: 10px 0px !important;}
header .msa-topbar .msa-logo img{width: 130px !important;}
header .msa-search-wrap{display: flex; gap: 30px; justify-content: end; align-items: center; position: relative;}
header .msa-cat-toggle{color:#FF7F50; font-size:16px !important; font-family: var(--font-heading-family);}
header .msa-cat-toggle img{margin-right:10px;}
header .msa-cat-toggle:hover{color:#008080 !important;}
header .msa-search-form form{position:relative;}
header .msa-search-form input{font-size: 14px; border: 1px solid #E4E5EE; background: #fff; border-radius: 75px; color: #74787C; width: 520px; height: 50px;} 
header .msa-search-form button{position: absolute; color:#fff !important; right: 5px; top: 5px; background: #008080; border-radius: 75px; font-size: 14px; font-weight: 800; width: 100px; display: flex; align-items: center; gap: 8px;}
header .login, header .account{background:#e3e2e2; border-radius:75px; padding:15px 30px; color:#008080; font-size:14px; font-weight:500; font-family: var(--font-heading-family); transition:.5s;}
header .login:hover, header .account:hover, header .msa-search-form button:hover, header .msa-cart:hover{background:#FF7F50 !important; color:#fff !important;}
header .msa-cart{background:#008080; border-radius:75px; padding:15px 18px; color:#fff; font-size:14px; font-weight:700; font-family: var(--font-heading-family); transition:.5s; position:relative;}
header .msa-cart img{margin-right: 10px; margin-top: -6px;}
header .h-menu-bar {max-width:1280px; margin:0px auto;}
header .nav-bar{padding: 10px 0px !important; background: #008080;}
header .msa-navbar .msa-nav{padding:0px !important; margin:0px !important; display:flex; gap:30px;}
header .msa-navbar .msa-nav a{color:#fff; font-weight:500; font-family: var(--font-heading-family); text-transform:uppercase; font-size:16px;}
header .msa-navbar-text {display:flex; justify-content: end; align-items: center; gap: 30px;}
header .msa-navbar-text a{color:#fff; font-weight: 500;}
header .msa-navbar-text a:hover, header .msa-navbar .msa-nav a:hover{color:#FF7F50 !important;}
header .msa-navbar-text a img{margin-right:10px; margin-top: -4px;}
header .msa-navbar-text p{margin-bottom:0px !important; font-weight: 500; color:#fff;}
header .msa-navbar-text p span{background:#FF7F50; text-transform:uppercase; color:#fff; margin-left:10px; font-size:16px; font-weight:700; font-family: var(--font-heading-family); border-radius:75px; padding:5px 20px;}

/* Footer CSS */
footer {position:relative; padding-top: 70px; background:#F1F1F1 !important;}
footer .newsletter-area{background-size: cover; background-position: center; text-align: center; padding: 50px 20px; max-width: 1000px; margin-left: auto; border-radius: 30px 0px 0px 30px; margin-bottom: -120px; position: relative;}
footer .newsletter-area::before{content:url("/cdn/shop/files/Group.png?v=1757580329"); position:absolute; left: -370px; top: -110px;}
footer .newsletter-area h2 {margin-bottom: 10px; color:#fff;}
footer .newsletter-area p {margin-bottom: 20px; font-size:25px !important; color:#fff !important;}
footer .newsletter-area form {display: flex; justify-content: center; gap: 10px;}
footer .newsletter-area input {padding: 16px; border: none; width: 300px; border-radius: 8px; font-size:16px; font-weight:500; color:#ACACAC !important;}
footer .newsletter-area input::placeholder{font-size:16px; font-weight:500; color:#ACACAC !important;}
footer .newsletter-area button {padding: 16px 30px; transition:.5s; background: #2A8C00; border: none; color: #fff; font-weight: 500; border-radius: 8px; font-size: 16px;}
footer .newsletter-area button:hover{background:#FF7F50 !important;}
footer .footer-main {background-color: #303030 !important; padding:0px 170px; padding-top:190px !important;}
footer .footer-socials{display: flex; gap: 20px; margin-top: 30px;}
footer .footer-socials a{width: 40px; height: 40px; background: #494949; border-radius: 50%; display: flex; align-items: center; justify-content: center;}
footer .footer-socials a svg{color: #303030; font-size: 20px;}
footer .footer-socials a:hover {background:#008080 !important;}
footer .footer-about h4, footer .footer-links h4 {font-size: 18px; font-weight:600;margin-bottom: 20px; color:#fff;}
footer .footer-about p{margin-right: 50px; margin-bottom: 0px !important; font-weight: 300; color:#fff !important;}
footer .footer-links ul {padding: 0;}
footer .footer-links li {margin-bottom: 8px;}
footer .footer-links a {color: #FFFFFF; font-weight: 300;}
footer .footer-links a:hover {color: #FF7F50 !important;}
footer .footer-bottom {margin-top: 60px; padding-top: 20px; border-top: 1px solid #FFFFFF30; display: flex; padding-bottom:20px;}
footer .footer-bottom p{width:50%; color:#fff; text-align:left;}
footer .footer-bottom .footer-payments{width:50%; text-align:end;}


/* Home Page  */
#MainContent{background: #f1f1f1 !important;}
#shopify-section-template--19067475198141__home_banner_aPT9Gj{padding: 70px 0px; position:relative; display: flex; justify-content: space-between; align-items: center; height:100vh;}
.banner-container {max-width: 1280px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.banner-image{text-align:end;}
#shopify-section-template--19067475198141__home_banner_aPT9Gj .banner-content h1 {margin-bottom: 20px; font-size:80px !important; line-height:90px !important; color:#fff !important;}
#shopify-section-template--19067475198141__home_banner_aPT9Gj .banner-content p {font-size: 22px !important;margin-bottom: 30px;color:#fff !important;}
.banner-content h1 {margin-bottom: 20px; font-size:60px !important; line-height:70px !important; color:#000 !important;}
.banner-content p {font-size: 16px !important; margin-bottom: 30px;color:#000 !important;}
.banner-buttons {display: flex; gap: 15px; align-items:center;}
.btn {padding: 12px 25px; border-radius:27px; font-weight: 600; transition: 0.5s ;}
.btn-shop {background: #008080; color: #fff; padding: 14px 30px !important;}
.btn-shop:hover, .btn-custom:hover {background: #FF7F50 !important; color:#fff !important;}
.btn-custom {border: 2px solid #008080; color: #008080; background: transparent;}
.banner-video {position: absolute; top: 0; left: 0; width: 100%; height: 100%;object-fit: cover; z-index: 0; opacity: 0.9; object-position:center;}
#shopify-section-template--19067475198141__home_banner_aPT9Gj .banner-content{position: relative; z-index: 2; width:60% !important;}
#shopify-section-template--19067475198141__home_banner_aPT9Gj .banner-container::before {content: ""; position: absolute; inset: 0; background: rgba(0,0,0,0.2); /* optional overlay */ z-index: 1;}

/* Popular Categories section*/
.popular-categories-wrapper {padding: 70px 0; background:#f1f1f1 !important;}
.popular-categories-row{max-width: 1280px; margin: 0 auto;}
.popular-categories-row .section-heading p{color: #303030; max-width: 800px; margin: 0 auto 50px;}
.popular-categories-section .section-heading { text-align: center; margin-bottom: 40px;} 
.popular-categories-swiper .categories-grid {display: flex; gap: 20px;justify-content: center;}
.popular-categories-wrapper .swiper-wrapper{padding-bottom:60px;}
.category-card {border-radius: 10px;padding: 0px;width: 100%;text-align: center;overflow: hidden;display: flex;flex-direction: column;justify-content: space-between; position:relative; transition:.5s; height:450px}
.category-card .card-content{position: absolute; top: 70px; left: 0; right: 0; transition:.5s; padding: 0px 10px;} 
.category-card .card-image img {width: 100%; height: 440px; border-radius: 6px; transition: .5s; object-fit: cover; backdrop-filter: brightness(0.5); filter: brightness(0.7); }
.category-card .card-label {font-size: 14px; font-weight: 600; text-transform: uppercase; margin-bottom: 0px; letter-spacing: 3px; transition:.5s; color:#fff !important;}
.category-card .card-title {font-size: 28px; font-weight: 700; margin-bottom: 6px; color:#fff; transition:.5s;}
.category-card .card-description{text-transform:uppercase; font-size:16px; padding:0px 40px; color:#fff;}
.category-card .card-button {font-size: 15px;color: #fff; font-weight: 600; transition:.5s; background:transparent; border-radius:28px; padding:12px 25px !important;}
.category-card:hover .card-content{top:170px !important;}
.category-card:hover .card-image img{filter: brightness(0.6) !important;}
.category-card:hover .card-title{font-size:40px !important; line-height:50px; margin-bottom:30px !important;}
.category-card:hover .card-button{background:#008080 !important;}
.popular-categories-wrapper .swiper-pagination-bullet{width: 20px; border-radius: 0px; color: #000; background: #000; opacity: 1; transition:.5s;}
.popular-categories-wrapper .swiper-pagination-bullet-active{background:#FF7F50 !important; width:50px;}

/* Customization Process section*/
.customization-process-section {text-align: center; padding: 70px 0px; background:#fff;}
.customization-process{max-width:1280px; margin:0px auto;}
.customization-process-section h2 {margin-bottom: 10px;}
.customization-process-section p.subheading {color: #303030; max-width: 800px; margin: 0 auto 50px;}
.customization-steps-row {display: flex; justify-content: space-between; flex-wrap: wrap;gap: 20px;}
.customization-step {flex: 1 1 18%; text-align: center; position:relative;}
.customization-step:nth-child(1) .bar{display:none !important;}
.customization-step div img{margin-top:50px;}
.customization-step .step-number { background: #222; color: #fff; padding: 6px 30px; border-radius: 20px; display: inline-block; margin-bottom: 10px; position:relative; z-index:99999;}
.bar{position:absolute; right: 150px; top: 20px; z-index: 1;}
.step-number::before{content:url("/cdn/shop/files/Vector_8.png?v=1757343345"); position:absolute; left: 0; bottom: -20px; right: 0;}
.customization-step h3 {font-size: 16px; font-weight: bold; margin: 10px 0 5px;}
.customization-step p { font-size: 14px; color: #666;}

/* Custom Cards section*/
.section-transfer-info{padding: 70px 0px; background:#f1f1f1 !important;}
.section-transfer-info .transfer-info-grid {display: flex; flex-wrap: wrap; gap: 20px; justify-content: space-between; max-width:1280px; margin:0px auto;}
.section-transfer-info .transfer-card {height: 400px !important; overflow: hidden !important; width: 630px; border-radius: 20px; position:relative;}
.section-transfer-info .transfer-card img{height: 400px !important; overflow: hidden !important; width: 100%; border-radius: 20px; transition:.5s;}
.section-transfer-info .transfer-card:hover img{transform: scale(1.2); filter: brightness(0.7);}
.section-transfer-info .transfer-card-inner {position: absolute; top: 40px; left: 40px; transition: .5s; margin-right: 230px;}
.section-transfer-info .transfer-card .card-label{font-size:14px !important; font-weight:600; color:#fff; margin-bottom: 5px !important;}
.section-transfer-info .transfer-card:nth-child(1) .card-label{color:#FF7F50 !important;}
.section-transfer-info .transfer-card .card-title{color:#fff; font-size:28px; font-weight:700; margin-bottom:15px;}
.section-transfer-info .transfer-card:nth-child(1) .card-title{color:#303030 !important;}
.section-transfer-info .transfer-card:hover .transfer-card-inner{top: 60px;}
.section-transfer-info .transfer-card .card-button{font-weight:700; font-size: 18px !important; margin-top: 20px !important; display: block; transition:.5s;}
.section-transfer-info .transfer-card:hover .card-button{color:#FF7F50 !important;}

/* trending products section*/
.trending-products-section{padding:70px 0px !important; padding-top:0px !important; background:#f1f1f1 !important;}
.trending-products-wrapper {max-width:1280px; margin:0px auto;}
.trending-products-section .top-bar{border-bottom:1px solid #303030 !important; padding-bottom:20px; display:flex; justify-content:space-between; margin-bottom:30px;}
.trending-products-section .filter-bar{ display: flex; align-items: center; gap: 10px;}
.trending-products-section .filter-bar span {font-size: 14px; color: #303030; font-weight:400;}
.trending-products-section .filter-bar select {padding: 6px 10px;font-size: 14px;padding-right: 60px !important; border: none; font-weight:600; color:#303030;}
.trending-products-section .trending-products-row{display:flex; gap:20px;}
.trending-products-section .left-column {background-size: cover; background-position: center; padding: 40px; color: white; position: relative; display: flex; flex-direction: column; justify-content: end; align-items:center; border-radius:15px; padding-bottom:70px !important;}
.trending-products-section .left-column h3 {font-size: 14px; letter-spacing:3px; margin-bottom: 5px; margin-top: 50px; color:#fff; font-weight:600;}
.trending-products-section .left-column h2 {font-size: 27px !important; letter-spacing:3px; margin-bottom: 20px; color:#fff; font-weight:700 !important;}
.trending-products-section .left-column .cta-button {display: inline-block; padding: 12px 25px; background-color: #008080; color: white; text-decoration: none; border-radius: 28px; font-weight: 700; transition:.5s;}
.trending-products-section .left-column .cta-button:hover{background:#FF7F50 !important;}
.trending-products-section .products-grid{display: flex; flex-wrap: wrap; gap: 20px;}
.trending-products-section .product-card {border-radius: 13px; overflow: hidden; position: relative;padding-bottom: 10px; transition: .5s; width:31.9%; height: 550px;}
.trending-products-section .product-rank {position: absolute; top: 0px; left: 0px; background-color: #000; color: white; padding: 10px 16px; font-size: 14px; font-weight: 600; border-radius: 4px; z-index: 2; transition: .5s;}
.product-image{background:#fff; border-radius:13px; transition: .5s;}
.trending-products-section .hover-icons {position: absolute; bottom: 210px; right: 50px; display: flex; gap: 5px; opacity: 0; transition: .5s; z-index: 2;}
.trending-products-section .hover-icons a{background: #fff; border-radius: 2px; padding: 12px 15px; transition: .5s; width:53px !important;}
.trending-products-section .product-image img {height:370px; width:100%; transition: .5s; border-radius:13px;}
.trending-products-section .product-content{margin-top:30px;}
.trending-products-section .product-tag {font-size: 14px;text-transform: uppercase; font-weight: 500; color: #008080; letter-spacing:3px;}
.trending-products-section .product-title {font-size: 18px; font-weight: 700; color:#303030; margin:10px 0px; transition:.5s;}
.trending-products-section .product-price {font-size: 16px; color: #303030;}
.trending-products-section .product-card:hover .product-image img{backdrop-filter: brightness(0.5) !important; filter: brightness(0.5);}
.trending-products-section .product-card:hover .product-rank{background:#FF7F50 !important;}
.trending-products-section .product-card:hover .hover-icons{opacity: 1;}
.trending-products-section .product-card .hover-icons a:hover{background:#FF7F50 !important;}
.trending-products-section .product-card:hover .hover-icons a:hover img{filter: brightness(10) !important;}
.trending-products-section .product-card:hover .hover-icons a:nth-child(1):hover img{filter: invert(1) !important;}
.trending-products-section .product-card:hover .product-title{color:#FF7F50 !important;}
.wishlisthero-floating:hover{background:transparent !important;}

/* services section*/
.digital-art-services{background: #f1f1f1 !important;}
.digital-art-services .top-section {background-color: #303030; display: flex; justify-content: space-between; padding: 70px 180px; padding-bottom:210px !important;}  
.digital-art-services .top-section .left {display: flex; gap:20px; max-width: 370px;}
.digital-art-services .highlight-bar {width: 4px; background-color: #ff6f3c;}
.digital-art-services .top-section h2 {color:#fff !important;}
.digital-art-services .top-section .right { max-width: 300px;}
.digital-art-services p{color:#fff !important;}
.digital-art-services .more-services {color: #fff;font-weight: 700;font-size: 20px !important;}
.digital-art-services .more-services:hover{color:#C1032F !important;}
.digital-art-services .service-boxes{max-width:1280px; margin:0px auto; display: flex; background: #fff; padding: 40px 60px; border-radius: 18px; box-shadow: 0 10px 30px rgba(0,0,0,0.1);margin-top:-150px; gap: 40px;}
.digital-art-services .service-item{width:31% !important;}
.digital-art-services .service-item .icon {margin-bottom: 15px;}
.digital-art-services .service-item h3 {font-size: 25px; font-weight: 700;margin-bottom: 10px; line-height:35px;}
.digital-art-services .service-boxes .service-item p {color: #303030 !important;}

/* Best Selling Section */
#shopify-section-template--19067475198141__best_sellers_yB3BAV{padding-top:70px !important;}
#shopify-section-template--19067475198141__best_sellers_yB3BAV .product-card{width: 23.8% !important;}
#shopify-section-template--19067475198141__best_sellers_yB3BAV .product-rank{display:none !important;}
#shopify-section-template--19067475198141__best_sellers_yB3BAV .hover-icons, .collection-products-section .hover-icons {bottom: 310px !important; right: 15px !important; display: grid !important;}
#shopify-section-template--19067475198141__best_sellers_yB3BAV .hover-icons a, .collection-products-section .hover-icons a{height:53px !important;}

/* Choose Us Section */
#shopify-section-template--19067475198141__customization_process_eErnMW .step-number, #shopify-section-template--19067475198141__customization_process_eErnMW .bar, #shopify-section-template--19117977960637__customization_process_KVbh4i .step-number, #shopify-section-template--19117977960637__customization_process_KVbh4i .bar{display:none !important;}
#shopify-section-template--19067475198141__customization_process_eErnMW .customization-step div img, #shopify-section-template--19117977960637__customization_process_KVbh4i .customization-step div img{margin-top:0px !important;}

/* Testimonial Section */
.testimonial-section{padding:70px 0px !important; background:#F1F1F1 !important; text-align:center;}
.testimonial-section .container{margin:0px auto; max-width:1280px;}
.testimonial-section .swiper-slide{background-image:url("/cdn/shop/files/Union.png?v=1757524360"); background-repeat:no-repeat; background-size:100% 100%; text-align: left; padding: 40px; padding-left: 100px !important; padding-bottom: 20px !important;}
.testimonial-section .section-header h2 {margin-bottom: 10px;}
.testimonial-section .section-header p {color: #303030; max-width: 800px;margin: 0 auto 40px;}
.testimonial-section .testimonial-header {display: flex; align-items: center; margin-bottom: 20px;}
.testimonial-section .testimonial-header .client-img {border-radius: 50%; width: 70px;  height: 70px; object-fit: cover; margin-right: 15px;}
.testimonial-section .client-info h4 {font-weight: 600; font-size:18px; text-transform:uppercase;}
.testimonial-section .rating {font-size: 12px;color: #000;}
.testimonial-section .testimonial-swiper{padding-bottom:70px !important;}
.testimonial-section .testimonial-text {font-size: 16px;color: #303030;}
.testimonial-section .swiper-pagination-bullet { background: #000 !important; transition:.5s; opacity:1;}
.testimonial-section .swiper-pagination-bullet-active {background:#008080 !important;}

/* FAQS section */
.faq-section {padding:70px 0px !important; background:#F1F1F1 !important;}
.faq-section .faq-container {display: flex;max-width: 1280px; margin: 0 auto; gap: 40px;}
.faq-section .faq-left {padding: 50px;}
.faq-section .faq-left-content h3 {font-size: 28px; font-weight: 700; margin-bottom: 10px; color:#fff;}
.faq-section .faq-left-content p {margin-bottom: 15px; color: #fff;}
.faq-section .faq-btn {color:#fff; font-size:18px; font-weight: 700;transition: .5s;}
.faq-section .faq-btn:hover {color: #C1032F;}
.faq-right h2 {margin-bottom: 25px;}
.faq-item {border-bottom: 1px solid #ddd;padding: 15px 0;}
.faq-question {display: flex; justify-content: space-between; align-items: center; cursor: pointer;}
.faq-question h4 {font-size: 18px; font-weight: 600;}
.faq-toggle {font-size: 22px; font-weight: 600; transition: 0.3s;color: #008080;}
.faq-answer {display: none; padding-top: 10px;}
.faq-answer p{color: #303030;}
.faq-item.active .faq-answer {display: block;}
.faq-item.active .faq-toggle {transform: rotate(45deg);}


/* About Us Page */

/* Banner */
.inner-banner{padding-bottom: 0px !important; padding-top: 70px !important; background-image:url(/cdn/shop/files/Group_1597884062.png?v=1757336824); background-size:cover; background-repeat:no-repeat;}
#shopify-section-template--19117977960637__inner_banner_dqmPyR .banner-container{margin-right: 0px !important; margin-left: 180px !important; max-width: 100% !important;}

/* Section 1 */
#shopify-section-template--19117977960637__popular_categories_hmiEFw .popular-categories-swiper{display:none !important;}
#shopify-section-template--19117977960637__popular_categories_hmiEFw .section-heading{margin-bottom:0px !important;}
#shopify-section-template--19117977960637__popular_categories_hmiEFw p{margin-top:20px !important; margin-bottom:0px !important; max-width: 960px !important;}
#shopify-section-template--19117977960637__popular_categories_hmiEFw p br{margin-top:15px !important;}
#shopify-section-template--19117977960637__custom_section_g67YNf .bee-row{align-items:center !important;}
#shopify-section-template--19117977960637__custom_section_g67YNf b{color:#000 !important;}

/* Choose MSA section */
#shopify-section-template--19117977960637__customization_process_KVbh4i, #shopify-section-template--19117977960637__faqs_4ge9nC{background: #f1f1f1 !important;}
#shopify-section-template--19117977960637__satisfied_clients_testimonial_AqmUN6{background:#fff !important;}
#shopify-section-template--19117977960637__satisfied_clients_testimonial_AqmUN6 .swiper-slide{background-image:url("/cdn/shop/files/Union_1.png?v=1757603780") !important;}

/* Contact Us page  */

/* Banner */
#shopify-section-template--19119525494973__inner_banner_V7iceC{padding-bottom: 0px !important;}
#shopify-section-template--19119525494973__inner_banner_V7iceC h1{width: 70%; text-transform: uppercase;}

/* Contact info section */
.contact-info-section {padding: 70px 0px; background-color: #f9f9f9; text-align: center;}
.contact-info-section .contact-info-wrapper {max-width: 1280px; margin: 0 auto;}
.contact-info-section h2 {margin-bottom:10px !important;}
.contact-info-section .contact-info-subheading p{color: #303030; max-width: 800px; margin: 0 auto 40px;}
.contact-info-section .contact-info-boxes {display: flex; justify-content: center; gap: 30px; margin-top: 30px;}
.contact-info-section .contact-info-box {background: #fff; padding: 20px 30px; border-radius: 10px; text-align: left; border: 1px solid #E5E5E5; display: flex; align-items: center; gap: 15px; width:400px !important;}
.contact-info-content a, .contact-info-content span { color: #007c80;}
.contact-info-content a:hover{color:#FF7F50 !important;}

/* Contact Form section */
.contact-map-form-section {padding: 70px 0px;background-color: #ffffff !important; padding-bottom:0px !important;}
.contact-map-form-section .container {max-width: 1280px; margin: 0 auto; display: flex;justify-content: space-between;}
.contact-map-form-section .left-column{padding-right:60px !important;}
.contact-map-form-section .right-column {background: #F6F6F6; border-radius: 18px; padding: 30px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); border:1px solid #00808017; position:relative; z-index:2}
.contact-map-form-section .contact-heading {margin-bottom: 15px;}
.contact-map-form-section .contact-subheading p{color: #303030;}
.contact-map-form-section .contact-form .form-row {display: flex; gap: 20px; margin-bottom: 20px;}
.contact-map-form-section .form-field {flex: 1; display: flex;flex-direction: column;}
.contact-map-form-section .form-field label {font-weight: 600; margin-bottom: 6px; color: #333;}
.contact-map-form-section .form-field input, .contact-map-form-section .form-field textarea {padding: 10px 14px; border: 1px solid #ccc; border-radius: 10px; font-size: 14px;}
.contact-map-form-section .form-field textarea {resize: vertical;}
.contact-map-form-section .submit-button {padding: 10px 20px; background-color: #008080; color: white; border: none; border-radius: 18px; font-size: 14px; cursor: pointer; transition: 0.3s;}
.contact-map-form-section .submit-button:hover {background-color: #FF7F50 !important;}
.contact-map-form-section .contact-map {margin-top: -200px; position:relative; z-index:1;}

/* Whishlist Page css */
#MainContent{min-height:auto !important;}
#wishlist-hero-shared-list-view{padding-top:70px !important; padding-bottom:70px !important; background:#f1f1f1 !important; padding-left:0px !important; padding-right:0px !important;}
#wishlist-hero-shared-list-view .wishlist-hero-page-actions-bar, #wishlist-hero-shared-list-view h1 svg{display:none !important;}
#wishlist-hero-shared-list-view h1{text-align:center !important; font-family: var(--font-heading-family) !important;}
#wishlist-hero-shared-list-view .wishlist-hero-list-no-items-text{font-size: 25px !important; text-transform: capitalize; padding-top: 50px !important; padding-bottom:0px !important; padding-left:0px !important; padding-right:0px !important;}
#wishlist-hero-shared-list-view .wishlist-hero-list-no-items-content, #wishlist-hero-shared-list-view .wishlisthero-customer-view-listing{max-width:1280px !important; margin:0px auto !important;}
#wishlist-hero-shared-list-view .jss18 {padding:0px !important;}
#wishlist-hero-shared-list-view .wishlist-hero-list-header{text-align: center !important; margin-top: 15px !important; color: #303030 !important; margin-bottom:30px !important;}
#wishlist-hero-shared-list-view .wishlist-hero-list-header button{font-size: 16px !important; color: #ff7f50 !important; font-weight: 700 !important; padding:0px !important; transition:.5s;}
#wishlist-hero-shared-list-view .wishlist-hero-list-header button:hover {color: rgb(0 128 128) !important; background:transparent !important;}
.MuiCard-root{background:transparent !important; box-shadow:none !important; border:none !important; display:flex; flex-direction:column;}
.MuiGrid-container{justify-content:center;}
.MuiGrid-root .wishlist-hero-list-card-product-image{padding-top: 126% !important; border-radius: 13px !important;}
.wishlist-hero-list-card-header{padding:10px 0px !important;}
.wishlist-hero-list-card-header a{font-size: 18px !important; text-decoration:none !important; font-weight: 700 !important; color: #303030 !important; transition: .5s;}
.wishlist-hero-list-card-header-added-on{display:none !important;}
.wishlist-hero-list-card-product-price{padding:0px !important; order: 2;}
.wishlist-hero-price-update{text-align:left !important;}
.wishlist-hero-price-update span{color:#ff7f50 !important;}
.conversion-bear-money{font-size: 16px !important; color: #303030 !important;}
.MuiTypography-body1{order:1;}
.MuiCardActions-root{order:3;}
.MuiCardActions-root button, .wishlist-hero-list-footer button{transition: .5s; color: #fff !important; border: none; font-size: 16px !important; font-weight: 500 !important; text-transform: uppercase !important; padding: 10px 20px !important; border-radius: 5px !important; background: #008080 !important; box-shadow:none !important;}
.MuiCardActions-root button:hover, .wishlist-hero-list-footer button:hover{background: #ff7f50 !important;}
.wishlist-hero-list-card-footer{padding:25px 0px !important;}
.wishlist-hero-list-footer{text-align:center !important;}

/* Shop Detail Page */
#shopify-section-template--19067475787965__main{padding-top: 70px !important; background:#f1f1f1 !important;}
#shopify-section-template--19067475787965__main .bee-pr__icon-btn{background:#ff7f50 !important;}
#shopify-section-template--19067475787965__main .bee-pr__icon-btn svg, #shopify-section-template--19067475787965__main .flickitybee-button-icon{fill:#fff !important;}
#shopify-section-template--19067475787965__main .bee-pr__pswp-btn{background:#ff7f50 !important;}
#shopify-section-template--19067475787965__main .bee-pr__pswp-btn .bee-pr__text-btn{color:#fff !important;}
#shopify-section-template--19067475787965__main .bee-flickity-slider.bee-slider-btn-style-default .flickitybee-button{background:#ff7f50 !important;}
#shopify-section-template--19067475787965__main .product-gallery .is-nav-selected img, #shopify-section-template--19067475787965__main .product-gallery .bee-carousel__nav-item img:hover{background-color: transparent !important; border: 3px solid #008080; border-radius: 10px;}
#shopify-section-template--19067475787965__main .product-gallery .bee-carousel__nav-item .bee-carousel__nav-inner:hover{background:none !important;}
#shopify-section-template--19067475787965__main .bee-product__info-container h2{line-height: 45px !important;}
#shopify-section-template--19067475787965__main .bee-product__info-container h2:hover{color:#000 !important;}
#shopify-section-template--19067475787965__main .bee-product-price{color:#ff7f50 !important;}
#shopify-section-template--19067475787965__main .bee-product__description p{color:#303030 !important;}
#shopify-section-template--19067475787965__main shopify-payment-terms{display:none !important;}
#shopify-section-template--19067475787965__main .bee-swatch__title{color: #ff7f50; font-size: 20px;}
#shopify-section-template--19067475787965__main .bee-swatch__list .bee-swatch__item{font-size: 16px !important; font-weight: 500 !important; background:rgb(229 229 229) !important;}
#shopify-section-template--19067475787965__main .bee-swatch__list .is--selected, #shopify-section-template--19067475787965__main .bee-swatch__list .bee-swatch__item:hover{background:#ff7f50 !important; color:#fff !important;}
#shopify-section-template--19067475787965__main .bee-product-form__submit{background:teal !important; width:325px !important;}
#shopify-section-template--19067475787965__main .bee-btn.bee-btn-effect-fade:hover{background:#ff7f50 !important;}
#shopify-section-template--19067475787965__main .bee-socials-group .bee-col-auto{display:block !important;}
#shopify-section-template--19067475787965__main .bee-product__social-title{color: #ff7f50; font-size: 20px;}
#shopify-section-template--19067475787965__main .bee-tab-content p{color:#303030 !important;}
#shopify-section-template--19067475787965__main .bee-tab-content p br{display:none !important;}
#shopify-section-template--19067475787965__main .bee-tabs-pr-ul a:after, #shopify-section-template--19067475787965__main .bee-tabs-pr-ul a:before{border-color: #ff7f50 !important;}
#shopify-section-template--19067475787965__main .bee-product-tabs-wrapper{background: #f1f1f1; margin-bottom: 0px !important;}
.bee-mini_cart__remove:hover{background:#ff7f50 !important;}
.bee-cart__tax, .bee-cart__agree{color:#303030 !important;}
#zakeke-product-button{margin-top:20px !important;}
#EFOLI_BUY_BLANK_BUTTON {background-color:#008080 !important;}
#EFOLI_CUSTOMIZE_IT_BUTTON, #EFOLI_CUSTOMIZE_IT_BUTTON * , #EFOLI_CUSTOMIZE_IT_BUTTON button, #EFOLI_CUSTOMIZE_IT_BUTTON a, #EFOLI_CUSTOMIZE_IT_BUTTON [role="button"] { background:#008080 !important;color: #ffffff !important;            /* text/icon color */ fill: #ffffff !important;    }
#shopify-section-template--19067475787965__main .bee-swatch__list .is-sw__color:hover{background:none !important;}
#shopify-section-template--19067475787965__main #wishlisthero-product-page-button-container{position:relative;}
#shopify-section-template--19067475787965__main #wishlisthero-product-page-button-container button{width: 30px; height: 35px !important; display: flex !important ; text-align: center !important; border: 2px solid !important; margin-left: 15px !important; justify-content: center !important; align-items: center !important; margin-right: 0 !important; border-radius: 5px !important; transition: .5s; position: absolute !important; right: 11px; top: -51px;}
#shopify-section-template--19067475787965__main #wishlisthero-product-page-button-container button svg{fill:#000 !important; font-size:20px !important;}
#shopify-section-template--19067475787965__main #wishlisthero-product-page-button-container button:hover{background:#ff7f50 !important;}
#shopify-section-template--19067475787965__main #wishlisthero-product-page-button-container button {display:none !important;}

/* Collection pages  */
#shopify-section-template--19067474739389__heading{background: #f1f1f1 !important;}
#shopify-section-template--19067474739389__collections_products_w49JBt .products-grid {display: grid !important; grid-template-columns: repeat(4, 1fr);}
#shopify-section-template--19067474739389__collections_products_w49JBt .product-card{width:100% !important;}
#bee-heading-page{background:none !important;}

/* Cart Page CSS */
#shopify-section-template--19067474608317__heading {padding-top:70px !important; padding-bottom:50px !important;}
#shopify-section-template--19067474608317__heading .bee-page-section-heading{padding:0px !important; margin:0px !important; border:none !important;}
.bee-page_cart__item .bee-page_cart__remove:hover{background: #ff7f50 !important;}
.bee-cartPage__header{border-color:#000 !important;}
.bee-cartPage-info .bee-cartPage__footer, .bee-shipping_calculator{border-color:#000 !important;}
.bee-cartPage__form input, .bee-cartPage__form textarea{background:transparent !important;}
.cart_shipping button{color:#fff !important; font-size:16px !important; font-weight:500 !important;}
.bee-shipping_calculator h3{background: #008080 !important; color: #fff !important;}
.bee-shipping_calculator .bee-get__rates{background: #008080 !important; border: none !important; color: #fff !important; font-size: 16px !important; font-weight: 500;}
.bee-shipping_calculator .bee-get__rates:hover{background:#ff7f50 !important;}

/* product view modal css */
.modal {display: none; position: fixed; z-index: 9999; top: 0; left: 0; width: 100vw; height: 100vh;}
.modal-overlay {position: absolute; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8);}
.modal-content {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 90%; max-width: 900px;background: #f1f1f1 !important; padding: 20px; border-radius: 8px; max-height: 90vh; overflow: auto;}
.modal-close {position: absolute; top: 8px; right: 15px; font-size: 28px; font-weight: bold; color: #333; cursor: pointer; z-index: 10;}
body.modal-open {overflow: hidden;}
.mainSwiper {width: 100%; height: auto; margin-bottom: 20px;}
.mainSwiper .swiper-slide {display: flex; justify-content: center; align-items: center;}
.mainSwiper .swiper-slide img {max-height: 70vh; object-fit: contain; width: auto;}
.thumbSwiper {width: 100%; height: auto; box-sizing: border-box; position: relative; padding: 10px 40px;}
.thumbSwiper .swiper-slide {width: 80px !important; height: 80px; opacity: 0.5; cursor: pointer; border: 2px solid transparent; display: flex; justify-content: center; align-items: center;}
.thumbSwiper .swiper-slide-thumb-active {opacity: 1; border: 2px solid #ff7f50; border-radius:10px;}
.thumbSwiper img {width: 100%;height: 100%; object-fit: cover; border-radius:10px;} 
.modal-content::-webkit-scrollbar {width: 10px; }
.modal-content::-webkit-scrollbar-track {background: #f1f1f1; border-radius: 10px;}
.modal-content::-webkit-scrollbar-thumb {background: #ff7f50;; border-radius: 10px;}
.modal-content::-webkit-scrollbar-thumb:hover {background: #ff7f50;;}
.mainSwiper .swiper-button-next, .mainSwiper .swiper-button-prev{display:none !important;}

/* Product Cart Modal */
.msa-cart {position: relative;}
.cart-count {background: red; color: white; font-size: 12px; padding: 2px 10px; border-radius: 50%; position: absolute; top: -5px; right: -9px;}
#custom-cart-modal {position: fixed; top:0; left:0; width:100%; height:100%; background: rgba(0,0,0,0.5); display: flex; justify-content:center; align-items:center;z-index: 9999;}
#custom-cart-modal .modal-overlay {position: absolute; top:0; left:0; width:100%; height:100%; cursor: pointer;}
#custom-cart-modal .modal-box {position: relative; max-width: 420px; width: 95%;}
#custom-cart-modal .modal-close{display:none !important;}
#custom-cart-modal .modal-content h3{color:#000 !important; font-size: 20px !important; margin-bottom: 10px !important;}
#custom-cart-modal .modal-content h3 strong{color:#ff7f50 !important;}
#custom-cart-modal .size-option, #custom-cart-modal .color-option{font-size: 16px !important; font-weight: 500 !important; background:rgb(229 229 229) !important; padding: 2px 10px !important; color: #000; cursor:pointer; border-radius:5px;}
#custom-cart-modal .size-options .selected, #custom-cart-modal .size-option:hover, #custom-cart-modal .color-options .selected, #custom-cart-modal .color-option:hover{background:#ff7f50 !important; color:#fff !important;}
#custom-cart-modal .color-options, #custom-cart-modal .size-options {display: flex; gap: 10px; margin-bottom: 15px; flex-wrap: wrap;}
#custom-cart-modal .quantity-container {margin-bottom: 15px; display: inline-block; align-items: center; border: 1px solid #00000029; border-radius: 5px; padding: 10px 15px;}
#custom-cart-modal .qty-btn {font-size: 20px; cursor: pointer; color: #000; background: transparent; padding: 0px !important;}
#custom-cart-modal .qty-btn:hover{background:transparent !important;}
#custom-modal-quantity {width: 50px; font-size: 16px; padding: 0; text-align: center; border: none; border-radius: 3px; padding-left: 10px; background: transparent; color: #000;}
#modal-product-price {font-weight: bold; font-size: 18px; margin-bottom: 15px;}
.add-to-cart-btn, #custom-cart-modal a{background: #008080 !important; transition:.5s; color: #fff !important; border: none; width: 100%; font-size: 16px !important; font-weight:500 !important; text-transform:uppercase !important; text-decoration:none !important; padding: 12px; border-radius: 5px; cursor: pointer; margin-bottom: 12px; display: flex; align-items: center; justify-content: center;}
.add-to-cart-btn:hover, #custom-cart-modal a:hover{background:#ff8051 !important;}
#add-success-feedback {margin-top: 20px;}
#add-success-feedback svg {width: 72px; height: 72px; stroke-dasharray: 166; stroke-dashoffset: 166; animation: drawCircle 0.6s ease forwards;}
#add-success-feedback svg path {stroke-dasharray: 48; stroke-dashoffset: 48; animation: drawCheck 0.4s ease 0.6s forwards;}
@keyframes drawCircle {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes drawCheck {
  to {
    stroke-dashoffset: 0;
  }
}

/* Shop page css  */
#shopify-section-template--19277952516285__shop_section_maBc6g{padding-top:70px !important;}
#shopify-section-template--19277952516285__shop_section_maBc6g #product-grid{display: grid !important; grid-template-columns: repeat(3, 1fr); gap: 30px;}
.trending-products-section #product-grid .product-card{width:100%;}
.ajax-shop-sidebar{padding-right:50px !important;}
.ajax-shop-sidebar h3 {font-size: 20px; margin-bottom: 10px; text-transform: uppercase;}
#collection-filter li {list-style: disc;margin-bottom: 8px;}
#collection-filter li a {font-size: 16px !important; font-weight: 600;}
#collection-filter li a.active {color:#ff7f50 !important;}
#bee-callBackVariantproduct-form-8124647309501template--19067475787965__main #EFL_PRO_SZ_QTY_0{border: 2px solid #000 !important; background: transparent;}
#price-filter {display: flex; flex-wrap:wrap; gap: 10px;}
#price-filter input {border: 2px solid #ff7f50; background: #ff7f5033; width: 48%; border-radius: 10px; padding: 10px 20px !important; color: #000; font-size: 16px;}
#price-filter input::placeholder{color: #000; font-size: 16px;}
#price-filter button { padding: 12px 20px; background: #008080; color: #fff; border-radius: 10px; width: 100%; font-size: 16px; text-transform: uppercase; font-weight: 600;}
#price-filter button:hover{background:#ff7f50 !important;}
.ajax-pagination{text-align:center;}
.ajax-pagination button{border-radius: 10px; padding: 15px 40px; color: #fff; font-size: 16px; font-weight: 600;}
#no-products-message{color:#fff; font-size:16px;}
#shopify-section-template--19277952516285__shop_section_maBc6g .hover-icons{right:80px !important;}
.mobile-filter-toggle {display:none !important;}
#mobile-filter-drawer{display:none !important;}

/* Drawer Base */
.msa-side-drawer {width:0; height: 100%; position: fixed; top: 0; left: 0; background: #f1f1f1; overflow-x: hidden; transition: .2s; padding-top: 60px; z-index: 9999;}
.msa-side-drawer h3 { padding: 0 20px; font-size: 20px; font-weight:600; text-transform:uppercase; margin-bottom: 15px;}
.msa-side-drawer ul { padding: 0 20px;}
.msa-side-drawer ul li {margin: 15px 0;}
.msa-side-drawer ul li a {font-size: 16px; color: #000; transition: .5s;}
.msa-side-drawer ul li a:hover {color: #ff7f50;}
.msa-overlay {position: fixed; display: none; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0,0,0,0.5); z-index: 9998;}
.main-li {margin-bottom: 10px;}
.cat-header {display: flex; justify-content: space-between; align-items: center; cursor: pointer;}
.main-a { font-weight: 600;}
.cat-header .arrow {font-size: 16px; transition: transform 0.3s ease;}
.sub-cat {display: none;}
.sub-cat li {margin: 8px 0;}
.sub-cat a {transition: color 0.3s;}
.main-cat li.active .sub-cat {display: block; animation: slideDown 0.3s ease;}
.main-cat li.active .arrow {transform: rotate(90deg) !important; color: #ff4b00 !important;}
@keyframes slideDown {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Search Page */
#shopify-section-template--19067476738237__heading .bee-page-section-heading{border:none !important; padding-top:70px !important; padding-bottom:0px !important; margin-bottom:60px !important;}
.search-results-page{max-width:1280px !important; margin:0px auto !important;}
#shopify-section-template--19067476738237__custom_search_k8Tzyb #product-grid .product-card{width:23.8% !important;}
#shopify-section-template--19067476738237__custom_search_k8Tzyb .hover-icons{right: 40px !important;}
/* inkybay css */
{% style %}
input.efl_size_qty_box[type="number"], .efl_size_qty_box{
background: #008080 !important; color:#fff;}
{% endstyle %}  
.bee-product-form__variants .efl_size_qty_inc_box { color:#fff !important; }
.bee-product-form__variants .efl_size_qty_dec_box { color:#fff !important; }
.bee-product-form__variants .efl_size_qty_inv_box { /* inventory/qty text */ }


/* Responsive */
@media (max-width: 768px) {
    h1 br, h2 br, h3 br, p br{display:none !important;}
    h1{font-size:40px !important; line-height:50px !important;}
    p, a{font-size:14px !important; line-height:24px !important;}
    h2{font-size:30px !important; line-height:40px !important;}
 
    /* Header */
    .msa-search, .msa-actions, .nav-bar, #bee-announcement-main {display: none !important;}
    header #shopify-section-header-inline{padding:0px 20px !important;}
    header .msa-topbar {justify-content: space-between; padding: 10px 15px !important;}
    header #msa-mobile-menu-btn{padding:0px !important;}
    header #msa-mobile-menu-btn:hover{background:transparent !important;}
    header #msa-mobile-menu-btn svg{width: 40px; height: 40px; fill: #ff7f50;}
    header .msa-logo img {max-width: 130px;}
    header .msa-mobile-toggle {display: flex !important; gap:20px;}
    header .msa-mobile-toggle button {background: none;}
    header .msa-side-drawer {position: fixed; left: -100%; width: 100%;}
    header .msa-side-drawer.active {left: 0;}
    header .drawer-header form{padding: 10px; position: relative; background: #fff; border-radius: 10px; margin: 0px 20px 30px;}
    header .drawer-header input {width: 100%; border: none !important; border-radius: 0 !important; background: transparent !important; padding: 0px !important; color: #000;}
    header .drawer-header button[type="submit"] {padding: 8px 12px; background: transparent; position: absolute; top: 5px; right: 12px;}
    header .drawer-header button svg{width:20px; height:20px; fill:#000;}
    header .msa-close-btn {background: none !important; font-size: 40px; position: absolute; right: 9px; top: 5px; color:#ff7f50 !important;} 
    header .drawer-tabs {display: flex;}
    header .tab-btn {flex: 1; padding: 15px 0; background: #ff7f50; font-weight: 500; color: #fff; font-size: 16px;}     
    header .tab-btn.active {background: #008080; color: #fff;}
    header .drawer-content {padding: 25px 35px;}
    header .tab-content {display: none;}
    header .tab-content.active {display: block;}
    header .tab-content ul {padding: 0;}
    header .tab-content li {margin: 10px 0;}
    header .tab-content a {color: #000;font-size: 14px;}
    .msa-mobile-cart {position: relative; display: flex; align-items: center;}
    .msa-mobile-cart img {width: 26px; height: 26px; filter: invert(1);}
    .msa-mobile-cart .cart-count {position: absolute; top: -6px; right: -8px; background: #e63946; color: #fff; font-size: 12px; font-weight: 600; width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center;}

    /* Footer */
    footer{padding-top: 50px !important;}
    footer .newsletter-area{padding: 30px 20px !important; max-width: 100% !important; border-radius: 20px !important; margin-left: 15px !important; margin-right: 15px !important;}
    footer .newsletter-area p{font-size: 20px !important;}
    footer .newsletter-area form{flex-direction: column;}

    footer .footer-main{padding: 0 15px; padding-top: 150px !important;}
    .footer-row{flex-direction:column; margin: 0px 5px !important;}
    .footer-row .bee-col-3, .footer-row .bee-col-2{width:100% !important;}
    .footer-logo-social img{width:120px !important;}
    .footer-logo-social{display: flex; align-items: center; gap: 20px;}
    footer .footer-socials{margin:0px !important;}
    .footer-about, .footer-links{margin-top:20px !important;}
    footer .footer-about h4, footer .footer-links h4{margin-bottom: 10px !important;}
    footer .footer-about ul, footer .footer-links ul{margin-bottom:0px !important;}
    footer .footer-bottom{margin-top: 30px !important; flex-direction: column; align-items: center; gap:20px;}
    footer .footer-bottom p, footer .footer-bottom .footer-payments{width:100% !important; text-align: center;}

    /* Home Banner */
    #shopify-section-template--19067475198141__home_banner_aPT9Gj{height:70vh !important;}
    .home-banner{padding: 30px 15px !important; padding-bottom:0px !important;}
    .banner-container{flex-direction: column; justify-content:start !important; align-items:start !important; max-width:100% !important;}
    #shopify-section-template--19067475198141__home_banner_aPT9Gj .banner-content{width:100% !important;}
    .banner-image{width:100% !important; margin-top:20px !important;}
    .btn-shop, .btn-custom{padding: 12px 15px !important; border-radius: 10px !important;}
    #shopify-section-template--19067475198141__home_banner_aPT9Gj .banner-content h1 {font-size:40px !important; line-height:50px !important;}
    .banner-content p{font-size:14px !important;}

    /* popular Categories Section */
    .popular-categories-wrapper{padding:0px 15px !important; padding-bottom:30px !important; padding-top: 30px !important;}
    .popular-categories-row{max-width:100% !important;}
    .popular-categories-wrapper h2{margin-bottom:10px !important;}
    .popular-categories-section .section-heading, .popular-categories-row .section-heading p{margin-bottom:20px !important;}
    .category-card .card-content{top: 170px;}
    .category-card .card-title{font-size: 40px !important; margin-bottom: 30px !important; line-height: 50px;}
    .category-card .card-button{background: #008080 !important;}
    .category-card .card-image img{filter: brightness(.6) !important;}

    /* Customization Process Section */
    .customization-process-section{padding:30px 15px !important;}
    .customization-steps-row{flex-direction:column; gap:10px !important;}
    .customization-step{width:100% !important;}
    .bar{display:none !important;}
    .customization-step div img{margin-top: 20px !important;}

    /* Transfer Info Section  */
    .section-transfer-info{padding: 40px 15px !important;}
    .section-transfer-info .transfer-info-grid{max-width:100% !important;}
    .section-transfer-info .transfer-card{height: auto !important; width: 100% !important;}
    .section-transfer-info .transfer-card-inner{left: 20px; margin-right: 20px !important;}
    .section-transfer-info .transfer-card .card-title{font-size: 25px !important;}

    /* Trending Products Section */
    .trending-products-section{padding:0px 15px 40px !important;}
    .trending-products-wrapper{max-width:100% !important;}
    .trending-products-section .top-bar{border-bottom: none !important; padding-bottom: 0px !important; justify-content:center;}
    .trending-products-section .trending-products-row{flex-direction: column;}
    .trending-products-section .left-column{width:100% !important;}
    .trending-products-section .left-column h3{margin-top: 30px;}
    .trending-products-section .products-grid{width:100% !important;}
    .product-card{width:100% !important; height: auto !important;}
    .product-card .product-image img{backdrop-filter: brightness(.5) !important; filter: brightness(.5) !important;}
    .filter-bar{display:none !important;}
    .product-card .product-rank {background: coral !important;}
    .product-card .hover-icons{opacity:1 !important;}
    .product-content{margin-top:20px !important;}
    .trending-products-section .product-price{margin-bottom:0px !important;}

    /* Digital Art Services */
    .digital-art-services .top-section{flex-direction: column; padding: 40px 35px 70px !important;}
    .digital-art-services .top-section .left{width:100% !important; max-width: 100% !important; margin-bottom: 10px !important;} 
    .digital-art-services .highlight-bar{display:none !important;}
    .digital-art-services .top-section .right{max-width:100% !important; width:100% !important;}
    .digital-art-services .service-boxes{max-width: 100% !important; margin: -30px 20px 0 !important; padding: 30px !important; flex-direction: column; gap: 20px !important;}
    .digital-art-services .service-item{width:100% !important;}
    .digital-art-services .more-services{font-size: 18px !important;}

    /* Best Selling Products Section */
    #shopify-section-template--19067475198141__best_sellers_yB3BAV{padding-top:40px !important;}
    #shopify-section-template--19067475198141__best_sellers_yB3BAV .product-card{width:100% !important;}
    #shopify-section-template--19067475198141__best_sellers_yB3BAV .hover-icons, .collection-products-section .hover-icons{bottom: 240px !important;}
    .customization-process-section p.subheading{margin: 0 auto 30px; max-width: 100% !important;}

    /* Testimonial Section */
    .testimonial-section{padding: 40px 15px 0px !important;}
    .testimonial-section .container{width:100% !important;}
    .testimonial-section .swiper-slide{padding: 30px; padding-left: 60px !important; padding-bottom: 10px !important;}

    /* Faq Section */
    .faq-section{padding: 40px 15px 0px !important;}
    .faq-section .faq-container{flex-direction:column;}
    .faq-section .faq-left{width:100% !important; padding: 90px 20px;}
    .faq-right{width:100% !important;}
    .faq-right h2{margin-bottom: 10px; text-align: center;}

    /* About Us Page */
    #shopify-section-template--19117977960637__home_banner_LhMkHt .banner-container{margin-left: 0px !important;}
    #shopify-section-template--19117977960637__popular_categories_hmiEFw .popular-categories-wrapper{padding-top:40px !important; padding-bottom:40px !important;}
    .bee_se_template--19117977960637__custom_section_g67YNf{padding-top:40px !important; padding-bottom:40px !important; margin-bottom:0px !important;}
    .bee_se_template--19117977960637__custom_section_g67YNf p{line-height:24px !important;}

    /* Contact Us Page */
    .contact-info-section{padding: 40px 15px !important;}
    .contact-info-section .contact-info-wrapper{max-width:100% !important;}
    .contact-info-section .contact-info-subheading p{max-width:100% !important; margin: 0 auto 30px !important;}
    .contact-info-section .contact-info-boxes{flex-direction: column;}
    .contact-info-section .contact-info-box{width: 100% !important;}

    .contact-map-form-section{padding: 40px 0px;}
    .contact-map-form-section .container{max-width:100% !important;flex-direction: column; padding:0px 15px !important;}
    .contact-map-form-section .left-column{width:100% !important; padding-right: 0px !important;}
    .contact-map-form-section .right-column{width:100% !important ; padding: 20px !important;}
    .contact-map-form-section .contact-form .form-row{flex-direction: column;}
    .contact-map-form-section .contact-map{margin-top:50px !important;}

    /* Shop page  */
    #shopify-section-template--19277952516285__shop_section_maBc6g{padding-top: 40px !important;}
    #shopify-section-template--19277952516285__shop_section_maBc6g #product-grid{grid-template-columns: repeat(1,1fr);}
    #shopify-section-template--19277952516285__shop_section_maBc6g .trending-products-section .hover-icons{bottom: 170px;}
    #shopify-section-template--19277952516285__shop_section_maBc6g .hover-icons{bottom: 170px !important;}
    .ajax-pagination{margin-top:20px !important;}
    .mobile-filter-toggle svg{fill:#fff !important; width: 20px; height: 20px;}
    .mobile-filter-toggle {position: fixed; bottom: 50%; left: 0px; z-index: 40; background: #ff7f50 !important; border: none; padding: 15px 12px; border-radius: 0px 10px 10px 0px; font-size: 18px; display: none; top: 50% !important; height: 50px;}
    .mobile-filter-toggle, #mobile-filter-drawer {display: block !important;}
    .ajax-shop-sidebar {display: none !important;}
    .mobile-filter-drawer {position: fixed; top: 0; left: -100%; width: 80%; max-width: 350px; height: 100vh; background: #f1f1f1; z-index: 1200; transition: left 0.3s ease-in-out; box-shadow: 0 0 15px rgba(0,0,0,0.2);}
    .mobile-filter-drawer.active {left: 0;}
    .drawer-content {position: relative; height: 100%; overflow-y: auto; padding: 50px 15px;}
    .drawer-content li{list-style:disc !important;}
    .drawer-content input{border: 2px solid #ff7f50; background: #ff7f5033; width: 48%; border-radius: 10px; padding: 10px 20px !important;  color: #000; font-size: 16px;}
    #price-filter-mobile{display: flex; flex-wrap: wrap; gap: 9px; margin-top:10px !important;}
    #price-filter-mobile button{padding: 12px 20px; background: teal; color: #fff; border-radius: 10px; width: 100%; font-size: 16px; text-transform: uppercase; font-weight: 600;}
    .drawer-close {position: absolute; top: 9px; right: 5px; background: none !important; border: none; font-size: 40px; cursor: pointer; color:#ff7f50 !important;}

    /* Collection Pages  */
    .is--header-transparent #bee-heading-page{padding-top: 20px !important; padding-bottom: 0px !important;}
    #shopify-section-template--19067474739389__collections_products_w49JBt{padding-bottom:0px !important;}
    #shopify-section-template--19067474739389__collections_products_w49JBt .products-grid{grid-template-columns: repeat(1,1fr) !important;}

    /* Shop Detail Page  */
    #shopify-section-template--19067475787965__main{padding-top: 30px !important;}
    #shopify-section-template--19067475787965__main .bee-product__info-container h2{font-size:30px !important; line-height:40px !important;}
    .bee-product__price-review, .bee-product__description, .bee-product__description p{margin-bottom: 10px !important;}
    .bee-section-main-product .bee-form__product{margin: 20px 0 !important;}
    #shopify-section-template--19067475787965__main .bee-swatch__title{font-size: 18px !important;}
    #shopify-section-template--19067475787965__main .bee-swatch__list .bee-swatch__item{font-size: 14px !important;}
    .bee-product-form__buttons .bee-pr__qty_cart{justify-content:left !important;}
    #shopify-section-template--19067475787965__main .bee-product-form__submit{width: auto !important;}
    #shopify-section-template--19067475787965__main .bee-product-form__submit span{font-size:14px !important;}
    #shopify-section-template--19067475787965__main #wishlisthero-product-page-button-container button{right: -4px !important; top: -74px !important;}
    #shopify-section-template--19067475787965__main .bee-extra-link{margin-bottom:0px !important;}
    .is--tab-design-mb__accordion .bee-tab-wrapper > .bee-tab__title[data-bee-tab-item]{font-size:16px !important;}
    #shopify-section-template--19067475787965__main .bee-tab-content span, #shopify-section-template--19067475787965__main .bee-tab-content li{font-size:14px !important;}

    /* Cart Page  */
    #shopify-section-template--19067474608317__heading{padding-top: 30px !important; padding-bottom: 10px !important;}
    .bee-cartPage__items{border: 1px solid #000 !important;}
    .bee-cartPage__items .bee-page_cart__item{border-bottom: 1px solid #000 !important;}
    .bee-main-cart .bee-shipping_calculator{margin-bottom:0px !important;}

    /* Search Page */
    #shopify-section-template--19067476738237__heading .bee-page-section-heading{padding-top: 30px !important;}
    #shopify-section-template--19067476738237__heading .bee-page-section-heading h1{font-size:32px !important; line-height:42px !important;}
    #shopify-section-template--19067476738237__custom_search_k8Tzyb #product-grid .product-card{width: 100% !important;}
    #shopify-section-template--19067476738237__custom_search_k8Tzyb .hover-icons{right: 50px !important; bottom: 160px !important;}
    #shopify-section-template--19067476738237__custom_search_k8Tzyb{padding-bottom:0px !important;}

    /* Whishlist Page */
    #wishlist-hero-shared-list-view{padding: 30px 20px 0px !important;}
    #wishlist-hero-shared-list-view .wishlist-hero-list-header{margin-bottom: 10px !important;}
    .wishlist-hero-list-footer{margin-top:30px !important;}
    .wishlist-hero-list-footer button{margin-bottom:10px !important;}
}