/** Shopify CDN: Minification failed

Line 3782:0 Unexpected "}"

**/
/*
Theme Name: Core The4
Author: The4
*/
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
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: LoraRegular; */
  -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: start;
  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(.t4s-btn),
input[type="reset"],
input[type="submit"]:not(.t4s-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{
    outline: 0;
    text-decoration: none;
}
.t4s_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(--t4s-error-color);
    font-size: 16px;
    margin-inline-start: 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: LoraRegular; */
}
ins {
    text-decoration: none;
}
pre {
    overflow: auto;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #f7f7f7;
    text-align: start;
    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;
}
.t4s-clearfix:after,
.t4s-clearfix:before {
    content: " ";
    display: table;
}
.t4s-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-inline-end: 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;
}
.t4s-xts-scheme-light legend {
    color: #fff;
}
.t4s-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(--t4s-dark-color);
    color: var(--t4s-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;
}
.t4s_field__input:focus-visible,
input:not([type="submit"]):not([type="checkbox"]):focus-visible,
select:focus-visible,
textarea:focus-visible {
    box-shadow: none;
    outline: 0;
}
.t4s_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: 40px;
    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;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==);
    background-position: right 10px top 50%;
    background-size: auto 18px;
    background-repeat: no-repeat;
    display: inline-block;
    background-color: transparent;
    box-shadow: none;
    border-radius: 30px;
}
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; */
}
.t4s-container,
.t4s-container-fluid,
.t4s-container-lg,
.t4s-container-md,
.t4s-container-sm,
.t4s-container-xl,
.t4s-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-inline-end: auto;
    margin-inline-start: auto;
}

@media (min-width: 1200px) {
    .t4s-container,
    .t4s-container-lg,
    .t4s-container-md,
    .t4s-container-sm,
    .t4s-container-xl {
        max-width: 1170px;
    }
}

@media (min-width: 1230px) {
    .t4s-container,
    .t4s-container-lg,
    .t4s-container-md,
    .t4s-container-sm,
    .t4s-container-xl {
        max-width: 1200px;
    }
}

.t4s-row {
    --ts-gutter-x: 3rem;
    --ts-gutter-y: 0px;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--ts-gutter-y));
    margin-inline-end: calc(-0.5 * var(--ts-gutter-x));
    margin-inline-start: calc(-0.5 * var(--ts-gutter-x));
}
.t4s-row.t4s-row-mt {
    margin-top: 0;
}
.t4s-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;
}
.t4s-col {
    flex: 1 0 0%;
}
.t4s-row-cols-auto .flickityt4s-slider > .t4s-col-item,
.t4s-row-cols-auto > .t4s-col-item {
    flex: 0 0 auto;
    width: auto;
}
.t4s-row-cols-1 .flickityt4s-slider > .t4s-col-item,
.t4s-row-cols-1 > .t4s-col-item,
.t4s-row-cols-list_t4s > .t4s-col-item {
    width: 100%;
}
.t4s-row-cols-2 .flickityt4s-slider > .t4s-col-item,
.t4s-row-cols-2 > .t4s-col-item {
    width: 50%;
}
.t4s-row-cols-3 .flickityt4s-slider > .t4s-col-item,
.t4s-row-cols-3 > .t4s-col-item {
    width: 33.3333333333%;
}
.t4s-row-cols-4 .flickityt4s-slider > .t4s-col-item,
.t4s-row-cols-4 > .t4s-col-item {
    width: 25%;
}
.t4s-col-15,
.t4s-row-cols-5 .flickityt4s-slider > .t4s-col-item,
.t4s-row-cols-5 > .t4s-col-item {
    flex: 0 0 auto;
    width: 20%;
}
.t4s-row-cols-6 .flickityt4s-slider > .t4s-col-item,
.t4s-row-cols-6 > .t4s-col-item {
    width: 16.6666666667%;
}
.t4s-col-auto {
    flex: 0 0 auto;
    width: auto;
}
.t4s-col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}
.t4s-col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}
.t4s-col-3 {
    flex: 0 0 auto;
    width: 25%;
}
.t4s-col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.t4s-col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
.t4s-col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.t4s-col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
.t4s-col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
.t4s-col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.t4s-col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
.t4s-col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}
.t4s-col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.t4s-offset-1 {
    margin-inline-start: 8.33333333%;
}
.t4s-offset-2 {
    margin-inline-start: 16.66666667%;
}
.t4s-offset-3 {
    margin-inline-start: 25%;
}
.t4s-offset-4 {
    margin-inline-start: 33.33333333%;
}
.t4s-offset-5 {
    margin-inline-start: 41.66666667%;
}
.t4s-offset-6 {
    margin-inline-start: 50%;
}
.t4s-offset-7 {
    margin-inline-start: 58.33333333%;
}
.t4s-offset-8 {
    margin-inline-start: 66.66666667%;
}
.t4s-offset-9 {
    margin-inline-start: 75%;
}
.t4s-offset-10 {
    margin-inline-start: 83.33333333%;
}
.t4s-offset-11 {
    margin-inline-start: 91.66666667%;
}
.t4s-g-0,
.t4s-gx-0,
.t4s-px-0 {
    --ts-gutter-x: 0px;
}
.t4s-g-0,
.t4s-gy-0 {
    --ts-gutter-y: 0px;
}
.t4s-g-2,
.t4s-gx-2,
.t4s-px-2 {
    --ts-gutter-x: 2px;
}
.t4s-g-2,
.t4s-gy-2 {
    --ts-gutter-y: 2px;
}
.t4s-g-3,
.t4s-gx-3,
.t4s-px-3 {
    --ts-gutter-x: 3px;
}
.t4s-g-3,
.t4s-gy-3 {
    --ts-gutter-y: 3px;
}
.t4s-g-4,
.t4s-gx-4,
.t4s-px-4 {
    --ts-gutter-x: 4px;
}
.t4s-g-4,
.t4s-gy-4 {
    --ts-gutter-y: 4px;
}
.t4s-g-5,
.t4s-gx-5,
.t4s-px-5 {
    --ts-gutter-x: 5px;
}
.t4s-g-5,
.t4s-gy-5 {
    --ts-gutter-y: 5px;
}
.t4s-g-6,
.t4s-gx-6,
.t4s-px-6 {
    --ts-gutter-x: 6px;
}
.t4s-g-6,
.t4s-gy-6 {
    --ts-gutter-y: 6px;
}
.t4s-g-8,
.t4s-gx-8,
.t4s-px-8 {
    --ts-gutter-x: 8px;
}
.t4s-g-8,
.t4s-gy-8 {
    --ts-gutter-y: 8px;
}
.t4s-g-10,
.t4s-gx-10,
.t4s-px-10 {
    --ts-gutter-x: 10px;
}
.t4s-g-10,
.t4s-gy-10 {
    --ts-gutter-y: 10px;
}
.t4s-g-15,
.t4s-gx-15,
.t4s-px-15 {
    --ts-gutter-x: 15px;
}
.t4s-g-15,
.t4s-gy-15 {
    --ts-gutter-y: 15px;
}
.t4s-g-20,
.t4s-gx-20,
.t4s-px-20 {
    --ts-gutter-x: 20px;
}
.t4s-g-20,
.t4s-gy-20 {
    --ts-gutter-y: 20px;
}
.t4s-g-25,
.t4s-gx-25,
.t4s-px-25 {
    --ts-gutter-x: 25px;
}
.t4s-g-25,
.t4s-gy-25 {
    --ts-gutter-y: 25px;
}
.t4s-g-30,
.t4s-gx-30,
.t4s-px-30 {
    --ts-gutter-x: 30px;
}
.t4s-g-30,
.t4s-gy-30 {
    --ts-gutter-y: 30px;
}
.t4s-g-40,
.t4s-gx-40,
.t4s-px-40 {
    --ts-gutter-x: 40px;
}
.t4s-g-40,
.t4s-gy-40 {
    --ts-gutter-y: 40px;
}

@media (min-width: 576px) {
    .t4s-col-sm {
        flex: 1 0 0%;
    }
    .t4s-row-cols-sm-auto .flickityt4s-slider > .t4s-col-item,
    .t4s-row-cols-sm-auto > .t4s-col-item {
        flex: 0 0 auto;
        width: auto;
    }
    .t4s-row-cols-sm-1 .flickityt4s-slider > .t4s-col-item,
    .t4s-row-cols-sm-1 > .t4s-col-item {
        width: 100%;
    }
    .t4s-row-cols-sm-2 .flickityt4s-slider > .t4s-col-item,
    .t4s-row-cols-sm-2 > .t4s-col-item {
        width: 50%;
    }
    .t4s-row-cols-sm-3 .flickityt4s-slider > .t4s-col-item,
    .t4s-row-cols-sm-3 > .t4s-col-item {
        width: 33.3333333333%;
    }
    .t4s-row-cols-sm-4 .flickityt4s-slider > .t4s-col-item,
    .t4s-row-cols-sm-4 > .t4s-col-item {
        width: 25%;
    }
    .t4s-col-sm-15,
    .t4s-row-cols-sm-5 .flickityt4s-slider > .t4s-col-item,
    .t4s-row-cols-sm-5 > .t4s-col-item {
        width: 20%;
    }
    .t4s-row-cols-sm-6 .flickityt4s-slider > .t4s-col-item,
    .t4s-row-cols-sm-6 > .t4s-col-item {
        width: 16.6666666667%;
    }
    .t4s-col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .t4s-col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .t4s-col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .t4s-col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .t4s-col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .t4s-col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .t4s-col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .t4s-col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .t4s-col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .t4s-col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .t4s-col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .t4s-col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .t4s-col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .t4s-offset-sm-0 {
        margin-inline-start: 0;
    }
    .t4s-offset-sm-1 {
        margin-inline-start: 8.33333333%;
    }
    .t4s-offset-sm-2 {
        margin-inline-start: 16.66666667%;
    }
    .t4s-offset-sm-3 {
        margin-inline-start: 25%;
    }
    .t4s-offset-sm-4 {
        margin-inline-start: 33.33333333%;
    }
    .t4s-offset-sm-5 {
        margin-inline-start: 41.66666667%;
    }
    .t4s-offset-sm-6 {
        margin-inline-start: 50%;
    }
    .t4s-offset-sm-7 {
        margin-inline-start: 58.33333333%;
    }
    .t4s-offset-sm-8 {
        margin-inline-start: 66.66666667%;
    }
    .t4s-offset-sm-9 {
        margin-inline-start: 75%;
    }
    .t4s-offset-sm-10 {
        margin-inline-start: 83.33333333%;
    }
    .t4s-offset-sm-11 {
        margin-inline-start: 91.66666667%;
    }
    .t4s-g-sm-0,
    .t4s-gx-sm-0,
    .t4s-px-sm-0 {
        --ts-gutter-x: 0px;
    }
    .t4s-g-sm-0,
    .t4s-gy-sm-0 {
        --ts-gutter-y: 0px;
    }
    .t4s-g-sm-2,
    .t4s-gx-sm-2,
    .t4s-px-sm-2 {
        --ts-gutter-x: 2px;
    }
    .t4s-g-sm-2,
    .t4s-gy-sm-2 {
        --ts-gutter-y: 2px;
    }
    .t4s-g-sm-3,
    .t4s-gx-sm-3,
    .t4s-px-sm-3 {
        --ts-gutter-x: 3px;
    }
    .t4s-g-sm-3,
    .t4s-gy-sm-3 {
        --ts-gutter-y: 3px;
    }
    .t4s-g-sm-4,
    .t4s-gx-sm-4,
    .t4s-px-sm-4 {
        --ts-gutter-x: 4px;
    }
    .t4s-g-sm-4,
    .t4s-gy-sm-4 {
        --ts-gutter-y: 4px;
    }
    .t4s-g-sm-5,
    .t4s-gx-sm-5,
    .t4s-px-sm-5 {
        --ts-gutter-x: 5px;
    }
    .t4s-g-sm-5,
    .t4s-gy-sm-5 {
        --ts-gutter-y: 5px;
    }
    .t4s-g-sm-6,
    .t4s-gx-sm-6,
    .t4s-px-sm-6 {
        --ts-gutter-x: 6px;
    }
    .t4s-g-sm-6,
    .t4s-gy-sm-6 {
        --ts-gutter-y: 6px;
    }
    .t4s-g-sm-8,
    .t4s-gx-sm-8,
    .t4s-px-sm-8 {
        --ts-gutter-x: 8px;
    }
    .t4s-g-sm-8,
    .t4s-gy-sm-8 {
        --ts-gutter-y: 8px;
    }
    .t4s-g-sm-10,
    .t4s-gx-sm-10,
    .t4s-px-sm-10 {
        --ts-gutter-x: 10px;
    }
    .t4s-g-sm-10,
    .t4s-gy-sm-10 {
        --ts-gutter-y: 10px;
    }
    .t4s-g-sm-15,
    .t4s-gx-sm-15,
    .t4s-px-sm-15 {
        --ts-gutter-x: 15px;
    }
    .t4s-g-sm-15,
    .t4s-gy-sm-15 {
        --ts-gutter-y: 15px;
    }
    .t4s-g-sm-20,
    .t4s-gx-sm-20,
    .t4s-px-sm-20 {
        --ts-gutter-x: 20px;
    }
    .t4s-g-sm-20,
    .t4s-gy-sm-20 {
        --ts-gutter-y: 20px;
    }
    .t4s-g-sm-25,
    .t4s-gx-sm-25,
    .t4s-px-sm-25 {
        --ts-gutter-x: 25px;
    }
    .t4s-g-sm-25,
    .t4s-gy-sm-25 {
        --ts-gutter-y: 25px;
    }
    .t4s-g-sm-30,
    .t4s-gx-sm-30,
    .t4s-px-sm-30 {
        --ts-gutter-x: 30px;
    }
    .t4s-g-sm-30,
    .t4s-gy-sm-30 {
        --ts-gutter-y: 30px;
    }
    .t4s-g-sm-40,
    .t4s-gx-sm-40,
    .t4s-px-sm-40 {
        --ts-gutter-x: 40px;
    }
    .t4s-g-sm-40,
    .t4s-gy-sm-40 {
        --ts-gutter-y: 40px;
    }
}

@media (min-width: 768px) {
    .t4s-col-md-custom {
        width: var(--t4s-cus-col-md,50%);
        flex: 0 0 auto;
    }
    .t4s-col-md {
        flex: 1 0 0%;
    }
    .t4s-row-cols-md-auto .flickityt4s-slider > .t4s-col-item,
    .t4s-row-cols-md-auto > .t4s-col-item {
        flex: 0 0 auto;
        width: auto;
    }
    .t4s-row-cols-md-1 .flickityt4s-slider > .t4s-col-item,
    .t4s-row-cols-md-1 > .t4s-col-item,
    .t4s-row-cols-md-list_t4s > .t4s-col-item {
        width: 100%;
    }
    .t4s-row-cols-md-2 .flickityt4s-slider > .t4s-col-item,
    .t4s-row-cols-md-2 > .t4s-col-item {
        width: 50%;
    }
    .t4s-row-cols-md-3 .flickityt4s-slider > .t4s-col-item,
    .t4s-row-cols-md-3 > .t4s-col-item {
        width: 33.3333333333%;
    }
    .t4s-row-cols-md-4 .flickityt4s-slider > .t4s-col-item,
    .t4s-row-cols-md-4 > .t4s-col-item {
        width: 25%;
    }
    .t4s-col-md-15,
    .t4s-row-cols-md-5 .flickityt4s-slider > .t4s-col-item,
    .t4s-row-cols-md-5 > .t4s-col-item {
        width: 20%;
    }
    .t4s-row-cols-md-6 .flickityt4s-slider > .t4s-col-item,
    .t4s-row-cols-md-6 > .t4s-col-item {
        width: 16.6666666667%;
    }
    .t4s-col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .t4s-col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .t4s-col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .t4s-col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .t4s-col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .t4s-col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .t4s-col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .t4s-col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .t4s-col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .t4s-col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .t4s-col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .t4s-col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .t4s-col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .t4s-offset-md-0 {
        margin-inline-start: 0;
    }
    .t4s-offset-md-1 {
        margin-inline-start: 8.33333333%;
    }
    .t4s-offset-md-2 {
        margin-inline-start: 16.66666667%;
    }
    .t4s-offset-md-3 {
        margin-inline-start: 25%;
    }
    .t4s-offset-md-4 {
        margin-inline-start: 33.33333333%;
    }
    .t4s-offset-md-5 {
        margin-inline-start: 41.66666667%;
    }
    .t4s-offset-md-6 {
        margin-inline-start: 50%;
    }
    .t4s-offset-md-7 {
        margin-inline-start: 58.33333333%;
    }
    .t4s-offset-md-8 {
        margin-inline-start: 66.66666667%;
    }
    .t4s-offset-md-9 {
        margin-inline-start: 75%;
    }
    .t4s-offset-md-10 {
        margin-inline-start: 83.33333333%;
    }
    .t4s-offset-md-11 {
        margin-inline-start: 91.66666667%;
    }
    .t4s-g-md-0,
    .t4s-gx-md-0,
    .t4s-px-md-0 {
        --ts-gutter-x: 0px;
    }
    .t4s-g-md-0,
    .t4s-gy-md-0 {
        --ts-gutter-y: 0px;
    }
    .t4s-g-md-2,
    .t4s-gx-md-2,
    .t4s-px-md-2 {
        --ts-gutter-x: 2px;
    }
    .t4s-g-md-2,
    .t4s-gy-md-2 {
        --ts-gutter-y: 2px;
    }
    .t4s-g-md-3,
    .t4s-gx-md-3,
    .t4s-px-md-3 {
        --ts-gutter-x: 3px;
    }
    .t4s-g-md-3,
    .t4s-gy-md-3 {
        --ts-gutter-y: 3px;
    }
    .t4s-g-md-4,
    .t4s-gx-md-4,
    .t4s-px-md-4 {
        --ts-gutter-x: 4px;
    }
    .t4s-g-md-4,
    .t4s-gy-md-4 {
        --ts-gutter-y: 4px;
    }
    .t4s-g-md-5,
    .t4s-gx-md-5,
    .t4s-px-md-5 {
        --ts-gutter-x: 5px;
    }
    .t4s-g-md-5,
    .t4s-gy-md-5 {
        --ts-gutter-y: 5px;
    }
    .t4s-g-md-6,
    .t4s-gx-md-6,
    .t4s-px-md-6 {
        --ts-gutter-x: 6px;
    }
    .t4s-g-md-6,
    .t4s-gy-md-6 {
        --ts-gutter-y: 6px;
    }
    .t4s-g-md-8,
    .t4s-gx-md-8,
    .t4s-px-md-8 {
        --ts-gutter-x: 8px;
    }
    .t4s-g-md-8,
    .t4s-gy-md-8 {
        --ts-gutter-y: 8px;
    }
    .t4s-g-md-10,
    .t4s-gx-md-10,
    .t4s-px-md-10 {
        --ts-gutter-x: 10px;
    }
    .t4s-g-md-10,
    .t4s-gy-md-10 {
        --ts-gutter-y: 10px;
    }
    .t4s-g-md-15,
    .t4s-gx-md-15,
    .t4s-px-md-15 {
        --ts-gutter-x: 15px;
    }
    .t4s-g-md-15,
    .t4s-gy-md-15 {
        --ts-gutter-y: 15px;
    }
    .t4s-g-md-20,
    .t4s-gx-md-20,
    .t4s-px-md-20 {
        --ts-gutter-x: 20px;
    }
    .t4s-g-md-20,
    .t4s-gy-md-20 {
        --ts-gutter-y: 20px;
    }
    .t4s-g-md-25,
    .t4s-gx-md-25,
    .t4s-px-md-25 {
        --ts-gutter-x: 25px;
    }
    .t4s-g-md-25,
    .t4s-gy-md-25 {
        --ts-gutter-y: 25px;
    }
    .t4s-g-md-30,
    .t4s-gx-md-30,
    .t4s-px-md-30 {
        --ts-gutter-x: 30px;
    }
    .t4s-g-md-30,
    .t4s-gy-md-30 {
        --ts-gutter-y: 30px;
    }
    .t4s-g-md-40,
    .t4s-gx-md-40,
    .t4s-px-md-40 {
        --ts-gutter-x: 40px;
    }
    .t4s-g-md-40,
    .t4s-gy-md-40 {
        --ts-gutter-y: 40px;
    }
}

@media (min-width: 1025px) {
    .t4s-col-lg-custom {
        width: var(--t4s-cus-col-lg,25%);
        flex: 0 0 auto;
    }
    .t4s-col-lg {
        flex: 1 0 0%;
    }
    .t4s-row-cols-lg-auto .flickityt4s-slider > .t4s-col-item,
    .t4s-row-cols-lg-auto > .t4s-col-item {
        flex: 0 0 auto;
        width: auto;
    }
    .t4s-row-cols-lg-1 .flickityt4s-slider > .t4s-col-item,
    .t4s-row-cols-lg-1 > .t4s-col-item,
    .t4s-row-cols-lg-list_t4s > .t4s-col-item {
        width: 100%;
    }
    .t4s-row-cols-lg-2 .flickityt4s-slider > .t4s-col-item,
    .t4s-row-cols-lg-2 > .t4s-col-item {
        width: 50%;
    }
    .t4s-row-cols-lg-3 .flickityt4s-slider > .t4s-col-item,
    .t4s-row-cols-lg-3 > .t4s-col-item {
        width: 33.3333333333%;
    }
    .t4s-row-cols-lg-4 .flickityt4s-slider > .t4s-col-item,
    .t4s-row-cols-lg-4 > .t4s-col-item {
        width: 25%;
    }
    .t4s-col-lg-15,
    .t4s-row-cols-lg-5 .flickityt4s-slider > .t4s-col-item,
    .t4s-row-cols-lg-5 > .t4s-col-item {
        width: 20%;
    }
    .t4s-row-cols-lg-6 .flickityt4s-slider > .t4s-col-item,
    .t4s-row-cols-lg-6 > .t4s-col-item {
        width: 16.6666666667%;
    }
    .t4s-col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .t4s-col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .t4s-col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .t4s-col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .t4s-col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .t4s-col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .t4s-col-item.t4s-col-lg-6,
    .t4s-col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .t4s-col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .t4s-col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .t4s-col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .t4s-col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .t4s-col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .t4s-col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .t4s-offset-lg-0 {
        margin-inline-start: 0;
    }
    .t4s-offset-lg-1 {
        margin-inline-start: 8.33333333%;
    }
    .t4s-offset-lg-2 {
        margin-inline-start: 16.66666667%;
    }
    .t4s-offset-lg-3 {
        margin-inline-start: 25%;
    }
    .t4s-offset-lg-4 {
        margin-inline-start: 33.33333333%;
    }
    .t4s-offset-lg-5 {
        margin-inline-start: 41.66666667%;
    }
    .t4s-offset-lg-6 {
        margin-inline-start: 50%;
    }
    .t4s-offset-lg-7 {
        margin-inline-start: 58.33333333%;
    }
    .t4s-offset-lg-8 {
        margin-inline-start: 66.66666667%;
    }
    .t4s-offset-lg-9 {
        margin-inline-start: 75%;
    }
    .t4s-offset-lg-10 {
        margin-inline-start: 83.33333333%;
    }
    .t4s-offset-lg-11 {
        margin-inline-start: 91.66666667%;
    }
    .t4s-g-lg-0,
    .t4s-gx-lg-0,
    .t4s-px-lg-0 {
        --ts-gutter-x: 0px;
    }
    .t4s-g-lg-0,
    .t4s-gy-lg-0 {
        --ts-gutter-y: 0px;
    }
    .t4s-g-lg-2,
    .t4s-gx-lg-2,
    .t4s-px-lg-2 {
        --ts-gutter-x: 2px;
    }
    .t4s-g-lg-2,
    .t4s-gy-lg-2 {
        --ts-gutter-y: 2px;
    }
    .t4s-g-lg-3,
    .t4s-gx-lg-3,
    .t4s-px-lg-3 {
        --ts-gutter-x: 3px;
    }
    .t4s-g-lg-3,
    .t4s-gy-lg-3 {
        --ts-gutter-y: 3px;
    }
    .t4s-g-lg-4,
    .t4s-gx-lg-4,
    .t4s-px-lg-4 {
        --ts-gutter-x: 4px;
    }
    .t4s-g-lg-4,
    .t4s-gy-lg-4 {
        --ts-gutter-y: 4px;
    }
    .t4s-g-lg-5,
    .t4s-gx-lg-5,
    .t4s-px-lg-5 {
        --ts-gutter-x: 5px;
    }
    .t4s-g-lg-5,
    .t4s-gy-lg-5 {
        --ts-gutter-y: 5px;
    }
    .t4s-g-lg-6,
    .t4s-gx-lg-6,
    .t4s-px-lg-6 {
        --ts-gutter-x: 6px;
    }
    .t4s-g-lg-6,
    .t4s-gy-lg-6 {
        --ts-gutter-y: 6px;
    }
    .t4s-g-lg-8,
    .t4s-gx-lg-8,
    .t4s-px-lg-8 {
        --ts-gutter-x: 8px;
    }
    .t4s-g-lg-8,
    .t4s-gy-lg-8 {
        --ts-gutter-y: 8px;
    }
    .t4s-g-lg-10,
    .t4s-gx-lg-10,
    .t4s-px-lg-10 {
        --ts-gutter-x: 10px;
    }
    .t4s-g-lg-10,
    .t4s-gy-lg-10 {
        --ts-gutter-y: 10px;
    }
    .t4s-g-lg-15,
    .t4s-gx-lg-15,
    .t4s-px-lg-15 {
        --ts-gutter-x: 15px;
    }
    .t4s-g-lg-15,
    .t4s-gy-lg-15 {
        --ts-gutter-y: 15px;
    }
    .t4s-g-lg-20,
    .t4s-gx-lg-20,
    .t4s-px-lg-20 {
        --ts-gutter-x: 20px;
    }
    .t4s-g-lg-20,
    .t4s-gy-lg-20 {
        --ts-gutter-y: 20px;
    }
    .t4s-g-lg-25,
    .t4s-gx-lg-25,
    .t4s-px-lg-25 {
        --ts-gutter-x: 25px;
    }
    .t4s-g-lg-25,
    .t4s-gy-lg-25 {
        --ts-gutter-y: 25px;
    }
    .t4s-g-lg-30,
    .t4s-gx-lg-30,
    .t4s-px-lg-30 {
        --ts-gutter-x: 30px;
    }
    .t4s-g-lg-30,
    .t4s-gy-lg-30 {
        --ts-gutter-y: 30px;
    }
    .t4s-g-lg-35,
    .t4s-gx-lg-35,
    .t4s-px-lg-35 {
        --ts-gutter-x: 35px;
    }
    .t4s-g-lg-35,
    .t4s-gy-lg-35 {
        --ts-gutter-y: 35px;
    }
    .t4s-g-lg-40,
    .t4s-gx-lg-40,
    .t4s-px-lg-40 {
        --ts-gutter-x: 40px;
    }
    .t4s-g-lg-40,
    .t4s-gy-lg-40 {
        --ts-gutter-y: 40px;
    }
}
.t4s-d-inline {
    display: inline !important;
}
.t4s-dib {
    display: inline-block;
}
.t4s-d-inline-block {
    display: inline-block !important;
}
.t4s-d-block {
    display: block !important;
}
.t4s-d-grid {
    display: grid !important;
}
.t4s-d-table {
    display: table !important;
}
.t4s-d-table-row {
    display: table-row !important;
}
.t4s-d-table-cell {
    display: table-cell !important;
}
.t4s-d-flex {
    display: flex !important;
}
.t4s-d-inline-flex {
    display: inline-flex !important;
}
.t4s-d-none {
    display: none !important;
}
.t4s-flex-fill {
    flex: 1 1 auto !important;
}
.t4s-flex-row {
    flex-direction: row !important;
}
.t4s-flex-column {
    flex-direction: column !important;
}
.t4s-flex-row-reverse {
    flex-direction: row-reverse !important;
}
.t4s-flex-column-reverse {
    flex-direction: column-reverse !important;
}
.t4s-flex-grow-0 {
    flex-grow: 0 !important;
}
.t4s-flex-grow-1 {
    flex-grow: 1 !important;
}
.t4s-flex-shrink-0 {
    flex-shrink: 0 !important;
}
.t4s-flex-shrink-1 {
    flex-shrink: 1 !important;
}
.t4s-flex-wrap {
    flex-wrap: wrap !important;
}
.t4s-flex-nowrap {
    flex-wrap: nowrap !important;
}
.t4s-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.t4s-justify-content-start {
    justify-content: flex-start !important;
}
.t4s-justify-content-end {
    justify-content: flex-end !important;
}
.t4s-justify-content-center {
    justify-content: center !important;
}
.t4s-justify-content-between {
    justify-content: space-between !important;
}
.t4s-justify-content-around {
    justify-content: space-around !important;
}
.t4s-justify-content-evenly {
    justify-content: space-evenly !important;
}
.t4s-align-items-start {
    align-items: flex-start !important;
}
.t4s-align-items-end {
    align-items: flex-end !important;
}
.t4s-align-items-center {
    align-items: center !important;
}
.t4s-align-items-baseline {
    align-items: baseline !important;
}
.t4s-align-items-stretch {
    align-items: stretch !important;
}
.t4s-align-content-start {
    align-content: flex-start !important;
}
.t4s-align-content-end {
    align-content: flex-end !important;
}
.t4s-align-content-center {
    align-content: center !important;
}
.t4s-align-content-between {
    align-content: space-between !important;
}
.t4s-align-content-around {
    align-content: space-around !important;
}
.t4s-align-content-stretch {
    align-content: stretch !important;
}
.t4s-align-self-auto {
    align-self: auto !important;
}
.t4s-align-self-start {
    align-self: flex-start !important;
}
.t4s-align-self-end {
    align-self: flex-end !important;
}
.t4s-align-self-center {
    align-self: center !important;
}
.t4s-align-self-baseline {
    align-self: baseline !important;
}
.t4s-align-self-stretch {
    align-self: stretch !important;
}
.t4s-order-first {
    order: -1 !important;
}
.t4s-order-0 {
    order: 0 !important;
}
.t4s-order-1 {
    order: 1 !important;
}
.t4s-order-2 {
    order: 2 !important;
}
.t4s-order-3 {
    order: 3 !important;
}
.t4s-order-4 {
    order: 4 !important;
}
.t4s-order-5 {
    order: 5 !important;
}
.t4s-order-6 {
    order: 6 !important;
}
.t4s-order-7 {
    order: 7 !important;
}
.t4s-order-8 {
    order: 8 !important;
}
.t4s-order-9 {
    order: 9 !important;
}
.t4s-order-10 {
    order: 10 !important;
}
.t4s-order-last {
    order: 19 !important;
}

@media (min-width: 576px) {
    .t4s-d-sm-inline {
        display: inline !important;
    }
    .t4s-d-sm-inline-block {
        display: inline-block !important;
    }
    .t4s-d-sm-block {
        display: block !important;
    }
    .t4s-d-sm-grid {
        display: grid !important;
    }
    .t4s-d-sm-table {
        display: table !important;
    }
    .t4s-d-sm-table-row {
        display: table-row !important;
    }
    .t4s-d-sm-table-cell {
        display: table-cell !important;
    }
    .t4s-d-sm-flex {
        display: flex !important;
    }
    .t4s-d-sm-inline-flex {
        display: inline-flex !important;
    }
    .t4s-d-sm-none {
        display: none !important;
    }
    .t4s-flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .t4s-flex-sm-row {
        flex-direction: row !important;
    }
    .t4s-flex-sm-column {
        flex-direction: column !important;
    }
    .t4s-flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .t4s-flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .t4s-flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .t4s-flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .t4s-flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .t4s-flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .t4s-flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .t4s-flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .t4s-flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .t4s-justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .t4s-justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .t4s-justify-content-sm-center {
        justify-content: center !important;
    }
    .t4s-justify-content-sm-between {
        justify-content: space-between !important;
    }
    .t4s-justify-content-sm-around {
        justify-content: space-around !important;
    }
    .t4s-justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }
    .t4s-align-items-sm-start {
        align-items: flex-start !important;
    }
    .t4s-align-items-sm-end {
        align-items: flex-end !important;
    }
    .t4s-align-items-sm-center {
        align-items: center !important;
    }
    .t4s-align-items-sm-baseline {
        align-items: baseline !important;
    }
    .t4s-align-items-sm-stretch {
        align-items: stretch !important;
    }
    .t4s-align-content-sm-start {
        align-content: flex-start !important;
    }
    .t4s-align-content-sm-end {
        align-content: flex-end !important;
    }
    .t4s-align-content-sm-center {
        align-content: center !important;
    }
    .t4s-align-content-sm-between {
        align-content: space-between !important;
    }
    .t4s-align-content-sm-around {
        align-content: space-around !important;
    }
    .t4s-align-content-sm-stretch {
        align-content: stretch !important;
    }
    .t4s-align-self-sm-auto {
        align-self: auto !important;
    }
    .t4s-align-self-sm-start {
        align-self: flex-start !important;
    }
    .t4s-align-self-sm-end {
        align-self: flex-end !important;
    }
    .t4s-align-self-sm-center {
        align-self: center !important;
    }
    .t4s-align-self-sm-baseline {
        align-self: baseline !important;
    }
    .t4s-align-self-sm-stretch {
        align-self: stretch !important;
    }
    .t4s-order-sm-first {
        order: -1 !important;
    }
    .t4s-order-sm-0 {
        order: 0 !important;
    }
    .t4s-order-sm-1 {
        order: 1 !important;
    }
    .t4s-order-sm-2 {
        order: 2 !important;
    }
    .t4s-order-sm-3 {
        order: 3 !important;
    }
    .t4s-order-sm-4 {
        order: 4 !important;
    }
    .t4s-order-sm-5 {
        order: 5 !important;
    }
    .t4s-order-sm-last {
        order: 6 !important;
    }
}

@media (min-width: 768px) {
    .t4s-d-md-inline {
        display: inline !important;
    }
    .t4s-d-md-inline-block {
        display: inline-block !important;
    }
    .t4s-d-md-block {
        display: block !important;
    }
    .t4s-d-md-grid {
        display: grid !important;
    }
    .t4s-d-md-table {
        display: table !important;
    }
    .t4s-d-md-table-row {
        display: table-row !important;
    }
    .t4s-d-md-table-cell {
        display: table-cell !important;
    }
    .t4s-d-md-flex {
        display: flex !important;
    }
    .t4s-d-md-inline-flex {
        display: inline-flex !important;
    }
    .t4s-d-md-none {
        display: none !important;
    }
    .t4s-flex-md-fill {
        flex: 1 1 auto !important;
    }
    .t4s-flex-md-row {
        flex-direction: row !important;
    }
    .t4s-flex-md-column {
        flex-direction: column !important;
    }
    .t4s-flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .t4s-flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .t4s-flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .t4s-flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .t4s-flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .t4s-flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .t4s-flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .t4s-flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .t4s-flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .t4s-justify-content-md-start {
        justify-content: flex-start !important;
    }
    .t4s-justify-content-md-end {
        justify-content: flex-end !important;
    }
    .t4s-justify-content-md-center {
        justify-content: center !important;
    }
    .t4s-justify-content-md-between {
        justify-content: space-between !important;
    }
    .t4s-justify-content-md-around {
        justify-content: space-around !important;
    }
    .t4s-justify-content-md-evenly {
        justify-content: space-evenly !important;
    }
    .t4s-align-items-md-start {
        align-items: flex-start !important;
    }
    .t4s-align-items-md-end {
        align-items: flex-end !important;
    }
    .t4s-align-items-md-center {
        align-items: center !important;
    }
    .t4s-align-items-md-baseline {
        align-items: baseline !important;
    }
    .t4s-align-items-md-stretch {
        align-items: stretch !important;
    }
    .t4s-align-content-md-start {
        align-content: flex-start !important;
    }
    .t4s-align-content-md-end {
        align-content: flex-end !important;
    }
    .t4s-align-content-md-center {
        align-content: center !important;
    }
    .t4s-align-content-md-between {
        align-content: space-between !important;
    }
    .t4s-align-content-md-around {
        align-content: space-around !important;
    }
    .t4s-align-content-md-stretch {
        align-content: stretch !important;
    }
    .t4s-align-self-md-auto {
        align-self: auto !important;
    }
    .t4s-align-self-md-start {
        align-self: flex-start !important;
    }
    .t4s-align-self-md-end {
        align-self: flex-end !important;
    }
    .t4s-align-self-md-center {
        align-self: center !important;
    }
    .t4s-align-self-md-baseline {
        align-self: baseline !important;
    }
    .t4s-align-self-md-stretch {
        align-self: stretch !important;
    }
    .t4s-order-md-first {
        order: -1 !important;
    }
    .t4s-order-md-0 {
        order: 0 !important;
    }
    .t4s-order-md-1 {
        order: 1 !important;
    }
    .t4s-order-md-2 {
        order: 2 !important;
    }
    .t4s-order-md-3 {
        order: 3 !important;
    }
    .t4s-order-md-4 {
        order: 4 !important;
    }
    .t4s-order-md-5 {
        order: 5 !important;
    }
    .t4s-order-md-last {
        order: 6 !important;
    }
}

@media (min-width: 1025px) {
    .t4s-d-lg-inline {
        display: inline !important;
    }
    .t4s-d-lg-inline-block {
        display: inline-block !important;
    }
    .t4s-d-lg-block {
        display: block !important;
    }
    .t4s-d-lg-grid {
        display: grid !important;
    }
    .t4s-d-lg-table {
        display: table !important;
    }
    .t4s-d-lg-table-row {
        display: table-row !important;
    }
    .t4s-d-lg-table-cell {
        display: table-cell !important;
    }
    .t4s-d-lg-flex {
        display: flex !important;
    }
    .t4s-d-lg-inline-flex {
        display: inline-flex !important;
    }
    .t4s-d-lg-none {
        display: none !important;
    }
    .t4s-flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .t4s-flex-lg-row {
        flex-direction: row !important;
    }
    .t4s-flex-lg-column {
        flex-direction: column !important;
    }
    .t4s-flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .t4s-flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .t4s-flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .t4s-flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .t4s-flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .t4s-flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .t4s-flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .t4s-flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .t4s-flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .t4s-justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .t4s-justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .t4s-justify-content-lg-center {
        justify-content: center !important;
    }
    .t4s-justify-content-lg-between {
        justify-content: space-between !important;
    }
    .t4s-justify-content-lg-around {
        justify-content: space-around !important;
    }
    .t4s-justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }
    .t4s-align-items-lg-start {
        align-items: flex-start !important;
    }
    .t4s-align-items-lg-end {
        align-items: flex-end !important;
    }
    .t4s-align-items-lg-center {
        align-items: center !important;
    }
    .t4s-align-items-lg-baseline {
        align-items: baseline !important;
    }
    .t4s-align-items-lg-stretch {
        align-items: stretch !important;
    }
    .t4s-align-content-lg-start {
        align-content: flex-start !important;
    }
    .t4s-align-content-lg-end {
        align-content: flex-end !important;
    }
    .t4s-align-content-lg-center {
        align-content: center !important;
    }
    .t4s-align-content-lg-between {
        align-content: space-between !important;
    }
    .t4s-align-content-lg-around {
        align-content: space-around !important;
    }
    .t4s-align-content-lg-stretch {
        align-content: stretch !important;
    }
    .t4s-align-self-lg-auto {
        align-self: auto !important;
    }
    .t4s-align-self-lg-start {
        align-self: flex-start !important;
    }
    .t4s-align-self-lg-end {
        align-self: flex-end !important;
    }
    .t4s-align-self-lg-center {
        align-self: center !important;
    }
    .t4s-align-self-lg-baseline {
        align-self: baseline !important;
    }
    .t4s-align-self-lg-stretch {
        align-self: stretch !important;
    }
    .t4s-order-lg-first {
        order: -1 !important;
    }
    .t4s-order-lg-0 {
        order: 0 !important;
    }
    .t4s-order-lg-1 {
        order: 1 !important;
    }
    .t4s-order-lg-2 {
        order: 2 !important;
    }
    .t4s-order-lg-3 {
        order: 3 !important;
    }
    .t4s-order-lg-4 {
        order: 4 !important;
    }
    .t4s-order-lg-5 {
        order: 5 !important;
    }
    .t4s-order-lg-last {
        order: 6 !important;
    }
}

@media print {
    .t4s-d-print-inline {
        display: inline !important;
    }
    .t4s-d-print-inline-block {
        display: inline-block !important;
    }
    .t4s-d-print-block {
        display: block !important;
    }
    .t4s-d-print-grid {
        display: grid !important;
    }
    .t4s-d-print-table {
        display: table !important;
    }
    .t4s-d-print-table-row {
        display: table-row !important;
    }
    .t4s-d-print-table-cell {
        display: table-cell !important;
    }
    .t4s-d-print-flex {
        display: flex !important;
    }
    .t4s-d-print-inline-flex {
        display: inline-flex !important;
    }
    .t4s-d-print-none {
        display: none !important;
    }
}
.t4s-text-start {
    text-align: start !important;
}
.t4s-text-end {
    text-align: end !important;
}
.t4s-text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .t4s-text-sm-start {
        text-align: start !important;
    }
    .t4s-text-sm-end {
        text-align: end !important;
    }
    .t4s-text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .t4s-text-md-start {
        text-align: start !important;
    }
    .t4s-text-md-end {
        text-align: end !important;
    }
    .t4s-text-md-center {
        text-align: center !important;
    }
}
.t4s-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) {
    .t4s-responsive-table {
        border: 0;
        border-bottom: 1px solid var(--border-color);
    }
    .t4s-responsive-table tfoot td:first-of-type,
    .t4s-responsive-table th,
    .t4s-responsive-table thead {
        display: none;
    }
    .t4s-responsive-table td {
        display: flex;
        text-align: end;
        border: 0;
    }
    .t4s-responsive-table td::before {
        color: var(--text-color);
        content: attr(data-label);
        font-size: 1.4rem;
        padding-inline-end: 2rem;
        flex-grow: 1;
        text-align: start;
    }
    .t4s-responsive-table td:first-of-type {
        display: flex;
        align-items: center;
        padding-top: 4rem;
    }
    .t4s-responsive-table tbody td:last-of-type {
        padding-bottom: 4rem;
    }
    .t4s-responsive-table tr {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
    }
    .t4s-responsive-table tbody tr {
        border-top: 1px solid var(--border-color);
    }
}
.t4s_ratio {
    position: relative;
    width: 100%;
}
.t4s_ratio::before {
    display: block;
    padding-top: var(--t4s-aspect-ratio);
    content: "";
}
.no-js .t4s_ratio:not(.t4s_bg) > noscript > :not(.t4s-not-style),
.t4s_ratio:not(.t4s_bg) > :not(.t4s-not-style) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.t4s_ratio21_9 {
    --t4s-aspect-ratio: 42.8571428571%;
}
.t4s_ratio2_1 {
    --t4s-aspect-ratio: 50%;
}
.t4s_ratio16_9 {
    --t4s-aspect-ratio: 56.25%;
}
.t4s_ratio8_5 {
    --t4s-aspect-ratio: 62.5%;
}
.t4s_ratio3_2 {
    --t4s-aspect-ratio: 66.66%;
}
.t4s_ratio4_3 {
    --t4s-aspect-ratio: 75%;
}
.t4s_ratio4_5 {
    --t4s-aspect-ratio: 80%;
}
.t4s_ratio1_1 {
    --t4s-aspect-ratio: 100%;
}
.t4s_ratio5_4 {
    --t4s-aspect-ratio: 125%;
}
.t4s_rationt {
    --t4s-aspect-ratio: 127.7777778%;
}
.t4s_ratio2_3 {
    --t4s-aspect-ratio: 150%;
}
.t4s_ratio1_2 {
    --t4s-aspect-ratio: 200%;
}
.t4s_ratio_fh {
    --t4s-aspect-ratio: 100vh;
}
.t4s_ratiocus1 {
    --t4s-aspect-ratio: calc(100% / (var(--aspect-ratiocus1)));
}
.t4s_ratiocus2 {
    --t4s-aspect-ratio: calc(100% / (var(--aspect-ratiocus2)));
}
.t4s_ratiocus3 {
    --t4s-aspect-ratio: calc(100% / (var(--aspect-ratiocus3)));
}
.t4s_ratiocus4 {
    --t4s-aspect-ratio: calc(100% / (var(--aspect-ratiocus4)));
}
.t4s_ratioadapt .t4s_ratio::before,
.t4s_ratioadapt_f .t4s_ratio::before {
    --t4s-aspect-ratio: calc(100% / (var(--aspect-ratioapt)));
}

@media (max-width: 767px) {
    .t4s_ratioadapt .t4s_ratio_hasmb::before,
    .t4s_ratioadapt_f .t4s_ratio_hasmb::before {
        --t4s-aspect-ratio: calc(100% / (var(--aspect-ratioaptmb)));
    }
    .t4s_ratio_cuspx.t4scuspx1_true {
        --t4s-aspect-ratio: var(--aspect-ratio-cusmb);
    }
    .t4s_ratio_cuspx.t4scuspx1_false .t4s_ratio {
        --t4s-aspect-ratio: calc(100% / (var(--aspect-ratioapt)));
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .t4s_ratio_cuspx.t4scuspx2_true {
        --t4s-aspect-ratio: var(--aspect-ratio-custb);
    }
    .t4s_ratio_cuspx.t4scuspx2_false .t4s_ratio {
        --t4s-aspect-ratio: calc(100% / (var(--aspect-ratioapt)));
    }
}

@media (min-width: 1025px) {
    .t4s-text-lg-start {
        text-align: start !important;
    }
    .t4s-text-lg-end {
        text-align: end !important;
    }
    .t4s-text-lg-center {
        text-align: center !important;
    }
    .t4s_ratio_cuspx.t4scuspx3_true {
        --t4s-aspect-ratio: var(--aspect-ratio-cusdt);
    }
    .t4s_ratio_cuspx.t4scuspx3_false .t4s_ratio {
        --t4s-aspect-ratio: calc(100% / (var(--aspect-ratioapt)));
    }
}
.t4s_ratio img {
    object-fit: cover;
    object-position: center center;
}
.t4s_contain .t4s_ratio img {
    object-fit: contain;
}
.t4s_position_1 .t4s_ratio img {
    object-position: left top;
}
.t4s_position_2 .t4s_ratio img {
    object-position: left center;
}
.t4s_position_3 .t4s_ratio img {
    object-position: left bottom;
}
.t4s_position_4 .t4s_ratio img {
    object-position: right top;
}
.t4s_position_5 .t4s_ratio img {
    object-position: right center;
}
.t4s_position_6 .t4s_ratio img {
    object-position: right bottom;
}
.t4s_position_7 .t4s_ratio img {
    object-position: center top;
}
.t4s_position_9 .t4s_ratio img {
    object-position: center bottom;
}
.t4s_position_0 .t4s_bg,
.t4s_position_default {
    background-position: center center;
}
.t4s_cover .t4s_bg {
    background-size: cover;
}
.t4s_contain .t4s_bg {
    background-size: contain;
}
.t4s_position_1 .t4s_bg {
    background-position: left top;
}
.t4s_position_2 .t4s_bg {
    background-position: left center;
}
.t4s_position_3 .t4s_bg {
    background-position: left bottom;
}
.t4s_position_4 .t4s_bg {
    background-position: right top;
}
.t4s_position_5 .t4s_bg {
    background-position: right center;
}
.t4s_position_6 .t4s_bg {
    background-position: right bottom;
}
.t4s_position_7 .t4s_bg {
    background-position: center top;
}
.t4s_position_9 .t4s_bg {
    background-position: center bottom;
}
.t4s_ratio_mix {
    --t4s-aspect-ratio-fh: 100vh;
}
.t4s_ratio_mix .t4s_ratio {
    --aspect-ratioapt: calc(100% / (var(--ratioapt)));
    --ratioapttb: var(--ratioapt);
    --aspect-ratioapttb: calc(100% / (var(--ratioapttb)));
    --aspect-ratioaptmb: calc(100% / (var(--ratioaptmb)));
}
.t4s_ratio_mix.t4s_ratio_fh .t4s_ratio {
    --aspect-ratioapt: var(--t4s-aspect-ratio-fh);
    --aspect-ratioapttb: var(--t4s-aspect-ratio-fh);
    --aspect-ratioaptmb: var(--t4s-aspect-ratio-fh);
}
.t4s_ratio_mix.t4s_ratioadapt_mix16_9 .t4s_ratio {
    --aspect-ratioapt:   56.25%;
    --aspect-ratioaptmb: 56.25%;
    --aspect-ratioapttb: 56.25%;
}
.t4s_ratio_mix.t4s_ratioadapt_mix4_3 .t4s_ratio {
    --aspect-ratioapt:   75%;
    --aspect-ratioaptmb: 75%;
    --aspect-ratioapttb: 75%;
}

@media (max-width: 767px) {
    .t4s_ratio_mix .t4s_ratio {
        --t4s-aspect-ratio: var(--aspect-ratioaptmb);
    }
    .t4s_ratio_mix.t4s_ratio_cuspx_mb_true .t4s_ratio {
        --aspect-ratioaptmb: var(--aspect-ratio-cusmb);
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .t4s_ratio_mix .t4s_ratio {
        --t4s-aspect-ratio: var(--aspect-ratioapttb);
    }
    .t4s_ratio_mix.t4s_ratio_cuspx_tb_true .t4s_ratio {
        --aspect-ratioapttb: var(--aspect-ratio-custb);
    }
}
.t4s-db {
    display: block;
}
.t4s-countdown-enabled.expired_cdt4,
.t4s-dn,
[data-countdown-t4s]:not(.t4s-countdown-enabled) {
    display: none;
}
.t4s-pr {
    position: relative;
}
.t4s-pa {
    position: absolute;
}
.t4s-pf {
    position: fixed;
}
.t4s-op-0 {
    opacity: 0;
}
.t4s-t-0 {
    top: 0;
}
.t4s-l-0 {
    left: 0;
}
.t4s-r-0 {
    right: 0;
}
.t4s-b-0 {
    bottom: 0;
}
.t4s-full-width-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.t4s-oh {
    overflow: hidden;
}
.t4s-z-100 {
    z-index: 100;
}
.t4s-cursor-pointer {
    cursor: pointer;
}
.t4s-pe-auto {
    pointer-events: auto;
}
.t4s-pe-none {
    pointer-events: none;
}
.t4s-w-100 {
    width: 100%;
}
.t4s-h-100 {
    height: 100%;
}
.t4s-lh-1 {
    line-height: 1;
}
.t4s-pr-ellipsis-true .t4s-product .t4s-product-title,
.t4s-pr-ellipsis-true .t4s-widget .t4s-widget__pr-title,
.t4s-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.t4s-pr-ellipsis-true .t4s-widget .t4s-widget_if_pr {
    position: relative;
    overflow: hidden;
}
.loading-overlay__spinner[hidden],
.mfp-hide,
template {
    display: none !important;
}
.t4s-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 t4s-ani-fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes t4s-ani-fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.t4s-tabs-ul {
    list-style: none;
    --list-mb: 30px;
    --li-mb: 0;
    --li-pl: 0;
}
.t4s-tab-content,
.t4s-type-accordion .t4s-tabs-ul,
.t4s-type-tabs .t4s-tab-wrapper [data-t4s-tab-item] {
    display: none;
    -webkit-animation: 1s t4s-ani-fadeIn;
    animation: 1s t4s-ani-fadeIn;
}
.t4s-tab-wrapper:first-child .t4s-tab-content:not([style]),
.t4s-tabs-ul + .t4s-tab-content:not([style]),
.t4s-tabs-ul + .t4s-tab-wrapper .t4s-tab-content:not([style]) {
    display: block;
    -webkit-animation: none;
    animation: none;
}
.t4s-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;
}
.t4s-tab-content2.t4s-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;
}
.t4s-placeholder-svg {
    display: block;
    fill: #222;
    background-color: #f5f5f5;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border: 1px solid #ddd;
}
.t4s-placeholder-svg.t4s-svg-bg1 {
    background-color: #a9a9a9;
    border-color: #a9a9a9;
    fill: #696969;
}
.lazyloadt4s-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;
}
.lazyloadt4s-loader.is-bg-img {
    transition: none;
    background-repeat: repeat;
    background-size: cover;
    opacity: 1;
    visibility: visible;
    z-index: -1;
}
.lazyloadt4s + .lazyloadt4s-loader,
.lazyloadt4sNative:not(.lazyloadt4sed) + .lazyloadt4s-loader,
.lazyloadt4sing + .lazyloadt4s-loader,
.lazyloadt4sing + .lazyloadt4s-loader .lazyloadt4s + .lazyloadt4s-loader,
.t4s-product-main-img.lazyloadt4sing ~ .lazyloadt4s-loader,
.t4s-product-main-img.lazyloadt4s ~ .lazyloadt4s-loader {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
.t4s-parallax.parallax_enabled >.lazyloadt4s-loader:nth-child(1),
.t4s-parallax.parallax_enabled .lazyloadt4s-loader + .lazyloadt4s-loader.is-bg-img,
.lazyloadt4sed ~ .lazyloadt4s-loader.is-bg-img,
.t4s-product-img:not(:hover) .t4s-product-main-img.lazyloadt4sed ~ .lazyloadt4s-loader {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.lazyloadt4sing + .lazyloadt4s-loader:not(.is-bg-img):not(.is-load-css),
.t4s-product-main-img.lazyloadt4sing ~ .lazyloadt4s-loader {
    background-image: var(--lz-img);
}
.t4s-lz--fadeIn {
    opacity: 0;
    transition: opacity 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lazyloadt4sed.t4s-lz--fadeIn {
    opacity: 1;
}
.t4s-loading--bg {
    width: 50px;
    height: 50px;
    background-image: var(--lz-img);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 20px auto;
}
.t4s-lzcus-true .lazyloadt4sing + .lazyloadt4s-loader:not(.is-bg-img):not(.is-load-css),
.t4s-lzcus-true .t4s-loading--bg,
.t4s-lzcus-true .t4s-product-main-img.lazyloadt4sing ~ .lazyloadt4s-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;
}
.t4s-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 .lazyloadt4s-loader:not(.is-bg-img),
.no-js img.lazyloadt4s,
.t4s-pr-color__item.is-color--limit ~ .t4s-pr-color__item:not(.is--colors-more),
.t4s-product-colors:not(.is-t4s--limit) .is--colors-more {
    display: none !important;
}
.t4s-rte ol,.t4s-rte ul,
.t4s-rte--list ol,.t4s-rte--list ul {
    margin-top: 0;
    margin-inline-end: 0px;
    margin-bottom: 17.5px;
    margin-inline-start: 16px;
    padding-inline-start: 0
}

.t4s-rte ol.list--inline, .t4s-rte ul.list--inline,
.t4s-rte--list ol.list--inline,.t4s-rte--list ul.list--inline {
    margin-inline-start: 0
}

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

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

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

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

.t4s-rte a:not(.btn):not(.t4s-link):not(.t4s-btn):not(.t4s-button):not(.t4s-a) {
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px
}

#MainContent {
    min-height: 50vh;
}
#MainContent .shopify-challenge__container,
.t4s-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 (max-width: 767px) {
  .t4s-products {
    padding-top: 0 !important;
  }
  .t4s-slideshow-inner.t4s_ratio img{
    object-fit: contain;
  }
    .lazyloadt4s-loader.is-bg-img:first-child{
        opacity: 0;
        visibility: hidden;
        z-index: -1;
    }
    .t4s-accordion-mb-true .t4s-tab-wrapper:first-child .t4s-tab-content:not([style]),
    .t4s-accordion-mb-true .t4s-tabs-ul,
    .t4s-accordion-mb-true .t4s-tabs-ul + .t4s-tab-wrapper .t4s-tab-content:not([style]) {
        display: none;
    }
    .t4s-accordion-mb-true .t4s-tab-wrapper [data-t4s-tab-item] {
        display: block;
    }
}

@media (min-width: 641px) {
    #MainContent .shopify-challenge__container,
    .t4s-empty__page {
        margin: 200px auto;
    }
}
.t4s-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);
}
.t4s-input__currentcolor::-webkit-input-placeholder {
    color: currentcolor;
}
.t4s-input__currentcolor:-ms-input-placeholder {
    color: currentcolor;
}
.t4s-input__currentcolor::placeholder {
    color: currentcolor;
}
.focus-none {
    box-shadow: none !important;
    outline: 0 !important;
}
input.t4s-quantity-input[type="number"],
input.t4s-quantity-input[type="number"]::-webkit-inner-spin-button,
input.t4s-quantity-input[type="number"]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.t4s-browser-Firefox input.t4s-quantity-input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
.t4s-fwm {
    font-weight: 500;
}
.shopify-policy__container {
    margin: 60px auto;
}
.t4s-carousel__nav-item.is--media-hide,
.t4s-product__media-item.is--media-hide {
    display: none;
}
.t4s-carousel__nav-inner.t4s-child-lazyloaded {
    background-image: none !important;
}
.t4s-wrapper__boxed .t4s-website-wrapper {
    background-color: var(--t4s-body-background);
}

@media (min-width: 1025px) {
    .t4s_ratio_mix .t4s_ratio {
        --t4s-aspect-ratio: var(--aspect-ratioapt);
    }
    .t4s_ratio_mix.t4s_ratio_cuspx_true .t4s_ratio {
        --aspect-ratioapt: var(--aspect-ratio-cus);
    }
    .t4s-wrapper__boxed .t4s-website-wrapper {
        margin: 0 auto;
        max-width: 1200px;
        -webkit-box-shadow: 0 1px 9px rgb(0 0 0 / 8%);
        box-shadow: 0 1px 9px rgb(0 0 0 / 8%);
    }
      .t4s-wrapper__boxed .t4s-website-wrapper .t4s-type__mega>.t4s-sub-menu,
      .t4s-wrapper__boxed .t4s-header__wrapper:not(.t4s-layout_vertical) .menu-width__full .t4s-sub-menu {
        max-width: 1200px !important;
      }
    .t4s-wrapper__contentFull .t4s-container {
        max-width: 100%;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .t4s-wrapper__wide .t4s-container {
        max-width: 1600px;
    }
    .t4s-wrapper__custom .t4s-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;
    }
}
.t4s-child-lazyloaded.t4s-bg-11 {
    background-image: none !important;
}
.t4s-pr-item-sw-limit .t4s-product-colors:not(.is-t4s--calced) {
    white-space: nowrap;
    overflow: hidden;
}
.shopify-payment-terms {
    margin-bottom: 15px;
    display: block;
}

@media (-moz-touch-enabled: 0), (hover: hover) and (min-width: 1025px){
    button[data-btn-as-a]:hover {
        color: var(--accent-color);
    }
    a:hover {
        color: #242424;
    }
    a:hover {
        outline: 0;
        text-decoration: none;
    }
}
.t4s-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);
}
.t4s-circle--inner {
    width: calc(100% - var(--border-minus));
    height: calc(100% - var(--border-minus));
    background: var(--t4s-light-color);
    position: relative;
    z-index: 2;
    border-radius: inherit;
}
.t4s-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"] {
    --text-lh-mb: 1 !important;
    line-height: 1 !important
  }
  [data-maxw="0"] {
    max-width: var(--max-width) !important
  }
}

@media(min-width: 768px) and (max-width: 1024px) {
  [data-lh-md="0"] {
    --text-lh-tb: 1 !important;
    line-height: 1 !important
  }
  [data-maxw-md="0"] {
    max-width: var(--max-width) !important
  }
}

@media(min-width: 1025px) {
  [data-lh-lg="0"] {
    --text-lh: 1 !important;
     line-height: 1 !important
  }
  [data-maxw-lg="0"] {
    max-width: var(--max-width) !important
  }
}

.t4s-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-mt-20 {
    margin-top: 20px;
}
.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-inline-end: 15px;
}
.ske-mrl-20 {
  margin-left: 20px;
  margin-inline-end: 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));
  }
}

.t4s-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;
}
.t4s-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%;
  }
}

@media (prefers-reduced-motion: no-preference) {
    .hdt-reveal-in-view:root {
      --duration-extra-long: 600ms;
    --animation-slide-in: revealSlideIn var(--duration-extra-long) cubic-bezier(0, 0, 0.3, 1) forwards;
    --animation-fade-in: reveaFadeIn var(--duration-extra-long) cubic-bezier(0, 0, 0.3, 1);
    }
  
    .hdt-reveal-in-view :where([hdt-reveal="fade-in"], [hdt-reveal="slide-in"]):not([animationend]) {
      opacity: 0.01;
    }
  
    .hdt-reveal-in-view [hdt-reveal="slide-in"]:not([animationend]) {
      transform: translateY(2rem);
    }
  
    .hdt-reveal-in-view [hdt-reveal="fade-in"]:not(.hdt-reveal--offscreen, [animationend]) {
      opacity: 1;
      animation: var(--animation-fade-in);
    }
  
    .hdt-reveal-in-view [hdt-reveal="slide-in"]:not(.hdt-reveal--offscreen, [animationend]) {
      animation: var(--animation-slide-in);
      animation-delay: calc(var(--animation-order) * 75ms);
    }
  
    .hdt-reveal-in-view :where([hdt-reveal="fade-in"].hdt-reveal--design-mode, [hdt-reveal="slide-in"].hdt-reveal--design-mode, [hdt-reveal]:not(.hdt-reveal--offscreen).hdt-reveal--cancel):not([animationend]) {
      opacity: 1;
      animation: none;
      transition: none;
    }
  
    .hdt-reveal-in-view [hdt-reveal="slide-in"]:not([animationend]).hdt-reveal--design-mode {
      transform: translateY(0);
    }
  
    @keyframes revealSlideIn {
      from {
        transform: translateY(2rem);
        opacity: 0.01;
      }
      to {
        transform: translateY(0);
        opacity: 1;
      }
    }
  
    @keyframes reveaFadeIn {
      from {
        opacity: 0.01;
      }
      to {
        opacity: 1;
      }
    }
  }
/* new style */
ul.t4s-cart_discount_price {
    display: none !important;
}
.t4s-mini_cart__meta {
    display: flex;
    flex-direction: column-reverse;
}
.t4s-mini_cart__img {
    width:80px !important;
    max-height: 80px !important;
}
.mi {
    display: flex;
  gap:10px;
}
.t4s-mini_cart__meta .t4s-cart_price del {
    display: none !important;
}
.t4s-mini_cart__actions .t4s-quantity-cart-item {
    min-width: 100px !important;
  width:80px !important;
}
.t4s-mini_cart__item {
    padding: 0px 2px !important;
}
.t4s-mini_cart__meta {
    font-size: 12px;
    color: var(--text-color);
    /* width: 83px !important;
    height: 50px !important; */
}
a.t4s-mini_cart__edit {
    display: none !important;
}
.t4s-mini_cart__actions {
    display: flex;
}
.t4s-mini_cart__actions {
    margin-top: 7px !important;
}
.t4s-mini_cart__remove {
    margin-left: 5px !important;
    margin-top: 9px !important;
}
.t4s-mini_cart__remove svg {
    color: #FF0000 !important;
}
.t4s-mini_cart__meta {
    display: flex
;
    justify-content: center;
    align-items: flex-start;
}
.t4s-mini_cart__meta .t4s-cart_price ins {
    color: #151413 !important;
}
.t4s-cart_meta_variant {
    color: #151413;
}
.t4s-mini_cart__actions .t4s-quantity-cart-item {
    border: 3px solid #D9D6D4 !important;
      border-radius: 3px !important;
    
}
.t4s-mini_cart__info {
    margin-top: 12px;
}

@media screen and (min-width: 641px) {
    .t4s-drawer {
        width: 400px !important;
    }
  /* #t4s-mini_cart .t4s-field {
    margin-right: 83px;
} */
}
#t4s-mini_cart .t4s-field {
    margin-bottom: 20px;
  display: flex
;
    border-radius: 8px;
    border: 1px solid #D9D6D4;
    justify-content: center;
    align-items: center;
    margin-top: 23px;
    padding: 2px;
  margin-top:23px;
}
button.t4s-mini_cart-tool__primary {
     margin-top: 0px !important; 
    background: #5D514A 0% 0% no-repeat padding-box;
    border-radius: 4px;
    opacity: 1;
}
input#CartDiscountcode {
    padding: 0px;
    border: unset !important;
    text-align: center;
    width: 200px;
}
.t4s-mini_cart__tool>div:hover {
    background-color: unset !important;
    box-shadow: unset !important;
}
.t4s-mini_cart__tool.t4s-mini_cart__tool_icon>div {
     border-radius: unset !important; 
 box-shadow: unset !important;
}
button.t4s-mini_cart-tool__primary {
    margin-right: 8px;
}
.t4s-mini_cart__tool.t4s-mini_cart__tool_icon>div {
    width: 100% !important; 
    gap: 8px;
  margin: 16px 0px !important;
}
p.exp {
    margin-bottom: unset !important;
}
.t4s-mini_cart__title {
    color: #151413 !important;  
}
.t4s-when-cart-emty.t4s-mini_cart__tool.t4s-mini_cart__tool_icon.t4s-text-center {
    text-align: left !important;
}
.t4s-mini_cart__tool {
    background-color: unset !important;
}
.csh {
    text-align: center;
  color: #5D514A;
}
h5.t4s-title-head.t4s-bl-item.t4s-animation-none.t4s-text-bl.t4s-fnt-fm-2.t4s-font-italic-false.t4s-uppercase-false.t4s-hidden-mobile-false.t4s-text-shadow-false {
    text-align: center !important;
 
}
.t4s-page-head .t4s-desc-head p {
    line-height: 1.4;
    font-size: 20px;
    color: #5D514A;
  text-align: center;
}

h5.t4s-title-head.t4s-bl-item.t4s-animation-none.t4s-text-bl.t4s-fnt-fm-2.t4s-font-italic-false.t4s-uppercase-false.t4s-hidden-mobile-false.t4s-text-shadow-false {
    font-size: 31px;
  margin-bottom: 13px;
}

/* .t4s_ratio img {
    object-fit: contain !important;
} */

#shopify-section-template--19391618875650__main .t4s-container {
    max-width: 1300px !important;
}

@media (min-width: 1025px) {
#shopify-section-template--19391618875650__main .t4s-col-5 {
    flex: 0 0 auto;
    width: 57.666667% !important;
}
#shopify-section-template--19391618875650__main .t4s-align-items-center {
    align-items: flex-start !important;
    margin-top: 10px;
}
#shopify-section-template--19391618875650__main .t4s-col-lg-5 {
        flex: 0 0 auto;
        width: 57.666667% !important;
    }
  #shopify-section-template--19391618875650__main .t4s-col-3 {
    flex: 0 0 auto;
    width: 16% !important;
}
  #shopify-section-template--19391618875650__main .t4s-col-2 {
    flex: 0 0 auto;
    width: 12.666667% !important;
}
  #shopify-section-template--19391618875650__main .t4s-col-lg-3 {
        width: 16% !important;
        flex: 0 0 auto;
    }
    #shopify-section-template--19391618875650__main .t4s-col-lg-2 {
        flex: 0 0 auto;
        width: 12.666667% !important;
      margin-top:10px;
    }
  #shopify-section-template--19391618875650__main .t4s-child-lazyloaded.t4s-bg-11 {
    border-radius: 8px;
    height: 185px !important;
    width: 175px !important;
    /* margin: 26px 0px !important; */
    border: 1px solid #D9D6D4 !important;
      min-width: unset !important;
    max-width: unset !important;
}

}
  .t4s-cart_meta_prices del, .t4s-cart_meta_price del {
    display: none !important;
}
.t4s-cart_meta_prices ins {
    color: #151413 !important;
}
.t4s-page_cart__item {
     padding-top: 0px !important; 
    padding-bottom: 0px !important; 
}
.t4s-cart-item-price s {
    display: none;
}
.t4s-col-12.t4s-col-md-4.t4s-col-lg-2.t4s-col-item.t4s-text-center.t4s-page_cart__actions {
    display: flex
;
}
a.t4s-page_cart__edit {
    display: none !important;
}
.t4s-page_cart__tools {
    display: flex;
    gap: 5px;
    margin-left: 10px;
}
.t4s-page_cart__tools .t4s-page_cart__edit, .t4s-page_cart__tools .t4s-page_cart__remove {
    color: #FF0000 !important;
}

#shopify-section-template--19391618875650__main.t4s-main-cart .t4s-quantity-cart-item {
    border-radius: 4px;
    border: 2px solid #D9D6D4;
}
#shopify-section-template--19391618875650__main .t4s-cart__originalPrice {
    display: none;
}

@media (min-width: 768px) {
    .t4s-main-cart [type=submit] {
        width: 362px !important;
    }
}
.t4s-main-cart [type=submit] {
        background-color: #5D514A;
        color: #FFFFFF;
    }
.dit {
    margin-right: 140px;
}
.t4s-cart-total {
    text-transform: capitalize !important;
}

@media screen and (min-width: 750px) {
    .additional_checkout_buttons.additional-checkout-buttons--vertical {
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-left: 167px;
    padding: 0px !important;
    flex-direction: row;
}
  div#dynamic-checkout-cart {
    margin-left: 384px;
    margin-top: 20px;
}
  .tl{
    padding-right:32px;
  }
.t4s-cartPage__footer .t4s-row {
  justify-content: center;
  align-items: center;
}
  }

.csho {
    margin-top: 10px;
  color:#5D514A;
}

.t4s-shipping .t4s-container {
    margin-top: 32px;
  max-width: 1500px !important;
}

@media (max-width: 500px) {
button.t4s-mini_cart-tool__primary {
    margin-right: 6px;
}
  
.t4s-mini_cart-tool__primary, .t4s-mini_cart-tool__back {
    padding: 5px 5px !important;
font-size: 11px !important;   
}
input#CartDiscountcode {
    width: 90px;
    font-size: 11px;
}
.of {
    font-size: 12px;
}
}
p.t4s-cart_meta_variant {
    font-size: 15px;
}
.Buy20 {
    text-align: center;
    color: #5D514A;
    background-color: #C6C1BF;
}
/* .t4s-section-inner.t4s_nt_se_template--19391618908418__main.t4s-container-wrap,.page_collection_heading  {
    margin-left: 38px;
} */
.t4s-container.t4s-pr.t4s-z-100 {
    margin-left: 25px;
}

#shopify-section-template--19391618875650__heading .t4s-container.t4s-pr.t4s-z-100 {
    margin-left: auto !important;
}

.wis
{
  text-align: end;
  margin-bottom:15px;
  color:#151413;
}
.t4s-col-12.t4s-col-md-4.t4s-col-lg-3.t4s-col-item.t4s-text-lg-center.t4s-text-md-center.t4s-text-start.t4s-cart_meta_prices_wrap {
    color: #151413;
}

@media (max-width: 500px) {
  .wis
{
  text-align: center;
  margin-bottom:15px;
}
}
#shopify-section-template--19391618908418__collection-heading-template .t4s-container.t4s-pr.t4s-z-100 {
    margin-bottom: 4px;
}
#shopify-section-template--19391618875650__main .t4s-cart_meta_prices {
    margin-top: 10px;
}
 /* div#bk_link_tKcdqF {
    width: 24% !important;
}
div#bk_pr_nkWP77 {
    width: 75%;
} */

@media (min-width: 1025px) {
 #shopify-section-header-inline .t4s-col-lg-2 {
               width: 53.666667%;
    }

#shopify-section-header-inline .t4s-col-5 {
    width: 25.666667% !important;
}
 #shopify-section-header-inline .t4s-col-lg-5 {
       width: 19.666667%;
} 
  .t4s-header__logo img {
    width: 351px !important;
}
.t4s-section-header [data-header-height] {
    padding: 25px 0px !important;
}
  .t4s-section-header [data-header-height] {
    gap: 10px !important;

}
}
/* #shopify-section-template--19391619268866__collections_list_manual_yLKMwA .t4s-collection-item .t4s-coll-img {
    height: 400px !important;
    object-fit: cover;
} */
/* #shopify-section-template--19391619268866__collections_list_manual_yLKMwA .t4s_ratio.t4s-bg-11.t4s-child-lazyloaded {
    height: 200px;
} */
/* .t4s-col-item t4s-col-12 t4s-col-md-6 t4s-col-lg-6 .t4s-cat-content.t4s-source-image.t4s-eff.t4s-eff-none.t4s-eff-img-none.t4s-text-center.t4s-pr.t4s-oh {
    height: 200px;
    object-fit: cover;
} */


body.template-search .t4s-site-nav__search {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
#shopify-section-main-wishlist .t4s-layout__switch.is--desktop.t4s-d-none.t4s-d-lg-flex {
    display: none !important;
}
div#content_mega_pfyyzJ {
    width: 100%;
}
#shopify-section-main-wishlist a.t4s-pr-item-btn.t4s-pr-addtocart {
    display: none !important;
}

@media (min-width: 1025px) {
#shopify-section-main-wishlist .t4s-product-info__inner {
    display: flex;
    gap: 14%;
  width:100%;
}
 #shopify-section-main-wishlist .is--listview .t4s-product .t4s-product-inner {
    margin-right: 14% !important;  
}
  
 #shopify-section-main-wishlist th.first-th {
    margin-left: 44px !important;
 }
/* #shopify-section-main-wishlist .is--listview .t4s-product .t4s-product-info {
 justify-content: space-around !important;
} */
#shopify-section-main-wishlist .t4s-product .t4s-product-price {
  margin-top:0px !important;
  /* margin-left: 108px !important; */
}
#shopify-section-main-wishlist a.t4s-product-form__btn.t4s-pr-wishlist {
    background: #ffffff;
    color: red;
    width: calc(10% - 6px) !important;
    margin: 0;
    padding: 0 10px 0px !important;
  
}
#shopify-section-main-wishlist h3.t4s-product-title {
    width: 44%;
}
  .t4s-product-btns.t4s-product-info__btns {
    width: 28% !important;
}
#shopify-section-main-wishlist .pw {
    display: flex
;
    flex-direction: row;
  gap:0%;
  width:40%;
}
#shopify-section-main-wishlist th.first-th {
    padding-left: 130px !important;
}
#shopify-section-main-wishlist .t4s-product-wrapper .t4s-product-img {
    height: 182px;
}
#shopify-section-main-wishlist .is--listview .t4s-product .t4s-product-info .t4s-product-btns .t4s-pr-quickview {
    border: solid 1px;
    border-color: #BCBCB !important;
  
    color: #5D514A !important;
    background: var(--secondary-3) 0% 0% no-repeat padding-box !important;
    background: #BCBCBC 0% 0% no-repeat padding-box !important;
    border-radius: 8px !important;
}
#shopify-section-main-wishlist .is--listview .t4s-product .t4s-product-wrapper {
    align-items: flex-start !important;
 
}
#shopify-section-main-wishlist table {
    width: 100%;
    border-collapse: collapse;
 margin: 0px !important;
  border: none !important;
  display: flex;
  justify-content: center;
}
#shopify-section-main-wishlist thead {
  width:100%;
}
  
  #shopify-section-main-wishlist tr{
    display: flex;
    justify-content: space-around;
    width:100%;
    margin-left: -4.5%;
  }
  
#shopify-section-main-wishlist th {
    text-align: center;     
    border: none ! important; /* Remove all borders */
    color:#151413;
}

#shopify-section-main-wishlist th:nth-child(2) {
    margin-left: 4.5% ! important;
}

#shopify-section-main-wishlist th:nth-child(3) {
    margin-left: 8% ! important;
}

 #shopify-section-main-wishlist .t4s-product .t4s-price__sale {
    color: black;
}
}
 /* .t4s-filter-area {
    padding: 19px 60px !important;
}  */
#shopify-section-header-inline .t4s-site-nav__icons.t4s-use__kalles.is--hover2.t4s-h-cart__design1.t4s-lh-1.t4s-d-inline-flex.t4s-align-items-center {
    flex-direction: row;
}

/* mobile css */
@media only screen and (max-width: 480px) {
  .t4s-content-position .t4s-content-position-inner {
    margin-top: 0%;
}

}

@media (max-width: 480px) {
  /* Ensure the container doesn't interfere with positioning */
.t4s-collections-list-manual .t4s-container {
    position: relative !important;
    padding-bottom: 2px; /* Adds space at the bottom to prevent overlap */
  }

  /* Keep the heading in its natural position */
.t4s-collections-list-manual .t4s-top-heading {
    position: relative !important;
    text-align: center;
          margin-bottom: -10px;
  }

  /* Position the button absolutely at the bottom of the container */
  .t4s-collections-list-manual .t4s-top-heading .custom-btn {
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%); /* Centers the button horizontally */
    width: auto; /* Ensures the button doesn't stretch too wide */
  }
}


@media (max-width: 768px) {
   .t4s-products-deals .t4s-product-wrapper .t4s-product-img {
        height: 120px !important;
    }
}

  
}

@media (max-width: 500px) {
   .t4s-products-deals .t4s-section-title>span {
        justify-content: center;
            margin-bottom: -8px;
    }
}

@media (max-width: 768px) {
     .t4s-products-deals .t4s-product .t4s-product-title a {
        font-size: 9px;
    }
}

@media (max-width: 768px) {
  .t4s-products-deals .t4s-product .t4s-product-price, .sortby_dropdown span.custom-filter-subheading {
        font-size: 10px;
    }
  /* Ensure the desktop heading is visible on all devices, including mobile */

}

/* Target mobile devices (adjust breakpoint if needed) */
@media (max-width: 767px) {
  /* Ensure the parent container is a flex container */
  .t4s-footer-wrap.t4s-row {
    display: flex !important;
    flex-direction: column !important; /* Stack items vertically on mobile */
  }

  /* Reorder the sections using the 'order' property */
  .t4s-footer-wrap .t4s-col-item:nth-child(5) {
    order: 1 !important; /* "Sign up for our email list" moves to the top */
  }

  .t4s-footer-wrap .t4s-col-item:nth-child(1) {
    order: 2 !important; /* "Our Brand Story" moves to second place */
  }

  .t4s-footer-wrap .t4s-col-item:nth-child(2) {
    order: 3 !important; /* "Collections" stays in third place */
  }

  .t4s-footer-wrap .t4s-col-item:nth-child(3) {
    order: 4 !important; /* "Policies" stays in fourth place */
  }

  .t4s-footer-wrap .t4s-col-item:nth-child(4) {
    order: 5 !important; /* "Quick Links" stays in fifth place */
  }

  /* Remove collapsible functionality for "Sign up for our email list" and "Our Brand Story" */
  .t4s-footer-wrap .t4s-col-item:nth-child(1) .t4s-footer-heading.t4s-d-md-block,
  .t4s-footer-wrap .t4s-col-item:nth-child(5) .t4s-footer-heading.t4s-d-md-block {
    display: block !important; /* Show the desktop heading on mobile */
  }

  /* Hide the mobile-specific heading with collapse functionality for these sections */
  .t4s-footer-wrap .t4s-col-item:nth-child(1) .t4s-footer-heading-mobile.t4s-d-md-none,
  .t4s-footer-wrap .t4s-col-item:nth-child(5) .t4s-footer-heading-mobile.t4s-d-md-none {
    display: none !important; /* Hide the mobile heading with collapse icon */
  }

  /* Ensure the content is always visible for these sections on mobile */
  .t4s-footer-wrap .t4s-col-item:nth-child(1) .t4s-footer-content,
  .t4s-footer-wrap .t4s-col-item:nth-child(5) .t4s-footer-content {
    display: block !important; /* Override display: none to make content always visible */
  }

  /* Hide the collapse icon for these sections */
  .t4s-footer-wrap .t4s-col-item:nth-child(1) .t4s-footer-collapse-icon,
  .t4s-footer-wrap .t4s-col-item:nth-child(5) .t4s-footer-collapse-icon {
    display: none !important;
  }
  .t4s-socials.t4s-socials-style-1.t4s-socials-size-large.t4s-setts-color-false.t4s-row.t4s-gx-md-5.t4s-gy-md-5.t4s-gx-2.t4s-gy-2 {
    display: none;
}
}

 @media (max-width: 768px) {
  .feature-list-section .feature-list-left h2 {
        margin-bottom: 15px;
        font-size: 20px;
        text-align: center;
    }
    .feature-list-section .feature-title {
        font-size: 14px;
    }
   .feature-list-section .feature-description {
        margin: 0;
        font-size: 14px;
    }
    .feature-list-section .feature-list-right {
    display: none;
}
 #insta-feed {
    margin-bottom: 90px !important;
}
    #insta-feed h2, .instafeed-shopify h2 {
    margin-bottom: 24px;
    font-size: 15px;
}
    .instafeed-new-layout-container {
    padding: 0px 6px !important;
}
    .instafeed-new-layout-wrapper {
    gap: 5.75px !important;
}
    .shopify-section t4s-section t4s-section-all t4s_tp_cdt t4s-shipping t4s_bk_flickity.t4s-shipping .t4s-shipping-item.t4s-col-item.t4s-eff-img-none {
    width: 51%;
}
     .shopify-section t4s-section t4s-section-all t4s_tp_cdt t4s-shipping t4s_bk_flickity.t4s-shipping .t4s-shipping-content .t4s-shipping-title {
    font-size: 18px;
    
    font-family: LoraRegular !important;
    color: #151413;
    letter-spacing: 0px;
    padding: 9px 8px;
}
}

  @media (max-width: 600px) {
    .t4s-section-footer .t4s-col-heading {
        font-size: 18px !important;
        text-align: center;
      margin-top:15px;
    }
  #insta-feed h2, .instafeed-shopify h2 {
    margin-bottom: 0 !important;
  }
    .t4s-section.t4s_bk_flickity .t4s-product{
      padding-bottom: 0;
    }
    .t4s-list-socials .t4s-socials {
         margin-top: 13px !important;
        display: flex ! important;
        justify-content: space-evenly ! important;
    }
    #shopify-section-template--19391619596546__main .button-wrapper-main {
   display: flex;
  flex-direction: row-reverse;

}
    h2.bndlr-bundle-title {
    text-align: center !important;
    font-size: 18px !important;
}
   .t4s-mini-search__btns.t4s-pr.t4s-oh {
    margin: 0px 20px 0px;
}
    .result_search_result {
    display: flex !important;
    margin-top: 20px;
    flex-direction: column;
}
   .result_search_result .t4s-col-12.t4s-col-item {
        width: 46% !important;
        margin-left: 8px;
    }
 .t4s-search-fullwidth__image {
        /* max-width: 73% !important; */
        margin-top: 10px;
    }
.t4s-search-fullwidth__info {
        width: 106% !important;
        /* margin-left: -46px !important; */
    }
    
}

@media (max-width: 768px) {
  #shopify-section-template--19391619629314__main .main-search-page .t4s-collection-header.t4s-d-flex.t4s-align-items-center {
        gap: 10px ! important;
        border: 2px solid !important;
          justify-content: space-between !important;
   padding: 0px 10px !important;
        margin: 15px 0px;
  }
 #shopify-section-template--19391619629314__main .t4s-collection-header>:first-child, .t4s-collection-header>:last-child {
    flex: none ! important;
}
   #shopify-section-template--19391619629314__main .t4s-filter-area {
     padding: 4px !important; 
}
}

@media (min-width: 769px) {
  .t4s-btn-filter-wrapper {
    display: none !important;
  }
#shopify-section-footer .t4s-socials.t4s-socials-style-3.t4s-socials-size-small.t4s-setts-color-false.t4s-row.t4s-gx-md-5.t4s-gy-md-5.t4s-gx-2.t4s-gy-2 {
    display: none ! important;
}
}

@media (max-width: 768px) {
#shopify-section-footer p.t4s-text-bl.t4s-fnt-fm-inherit.t4s-font-italic-false.t4s-hidden-mobile-false.t4s-hidden-br-tb-false.t4s-hidden-br-mb-true.t4s-text-shadow-false {
    text-align: center;
}
#shopify-section-footer button.t4s-w-100.t4s-newsletter__submit.t4s-truncate.t4s-btn-loading__svg {
    padding: 4px 0px ! important;
    text-transform: uppercase ! important;
    margin: 3px 0px !important;
}
#shopify-section-footer .t4s-newsletter__inner .t4s-col-item {
    margin: 5px 8px 5px 8px ! important;
}
#shopify-section-footer .t4s-footer-heading.t4s-footer-heading-mobile.t4s-d-flex.t4s-align-items-center.t4s-justify-content-between.t4s-d-md-none {
    border-top: 2px solid #d4d1ce;
}
#shopify-section-footer .t4s-section-inner.t4s-footer-overlay.t4s-pr.t4-oh.t4s_nt_se_footer-bottom.t4s-container-wrap {
  border-top: 2px solid #d4d1ce !important;
}
  
}

#shopify-section-header-inline .t4s-icon.t4s-icon--cart {
  color: #5d514a;
}

#shopify-section-header-inline .t4s-pa.t4s-op-0.t4s-ts-op.t4s-count-box {
  background-color: #5d514a;
}

#shopify-section-header-inline .feather.feather-search {
  color: #5d514a;
}

#shopify-section-header-inline .t4s-push-menu-btn.t4s-lh-1.t4s-d-flex.t4s-align-items-center svg{
  color: #5d514a;
}

#shopify-section-template--19391619268866__collections_list_E7MYfA .t4s-section-title.t4s-title span {
  justify-content: center;
  margin-bottom: 2%;
  line-height: 1;
}

@media (max-width: 768px) {
  
   #shopify-section-footer .t4s-col-item.t4s-col-auto a {
    border: none;     
   }
  
  #shopify-section-footer .t4s-col-item.t4s-col-auto svg {
    object-fit: cover;
  }
}

#shopify-section-toolbar_mobile .t4s-toolbar.t4s-toolbar-label-true.t4s-pf.t4s-r-0.t4s-l-0 t4s-b-0.t4s-d-flex.t4s-align-items-center.t4s-justify-content-between {
  color: #5d514a;
}

#shopify-section-toolbar_mobile .t4s-pa.t4s-op-0.t4s-ts-op.t4s-count-box {
  background-color: #5d514a;
}

#shopify-section-toolbar_mobile .t4s-toolbar-label {
  color: #5d514a;
}

@media (max-width: 768px) {
  #shopify-section-template--19391619268866__hom_kdGT4D .vps-hom-kdgt4d-play-icon {
        width: 35px;
        height: 35px;
        color: white !important;
        background-color: black;
        padding: 8px;
        font-size: 12px !important;
        border-radius: 50%;
        text-align: center;
  }
}

@media (max-width: 766px) {
  #shopify-section-template--19391619268866__hom_kdGT4D .vps-hom-kdgt4d-play-icon {
        width: 35px;
        height: 35px;
        color: white !important;
        background-color: black;
        padding: 8px;
        font-size: 12px !important;
        border-radius: 50%;
        text-align: center;
  }
}

@media (min-width: 767px) {
  #shopify-section-template--19391619268866__hom_kdGT4D .vps-hom-kdgt4d-play-icon {
        width: 45px;
        height: 45px;
        color: white !important;
        background-color: black;
        font-size: 18px !important;
        border-radius: 50%;
        text-align: center;
  }
}

@media (min-width: 769px) {
  #shopify-section-template--19391619268866__hom_kdGT4D .vps-hom-kdgt4d-play-icon {
        width: 45px;
        height: 45px;
        color: white !important;
        background-color: black;
        padding: 8px;
        font-size: 18px !important;
        border-radius: 50%;
        text-align: center;
  }
}

#shopify-section-header-inline .t4s-icon.t4s-icon--heart {
  color: #5d514a;
}

#shopify-section-header-inline .t4s-icon.t4s-icon--account {
  color: #5d514a;
}

#shopify-section-header-inline .t4s-icon.t4s-icon--search {
  color: #5d514a;
}

#shopify-section-template--19391619268866__hom_kdGT4D .flickity-viewport {
  /* overflow-y: hidden;  */
  scrollbar-width: none; 
}

#t4s-search-hidden .t4s-col-item.t4s-col-auto.t4s-search-fullwidth__item {
  padding-bottom: 7%;
  border-bottom: 3px solid #ECEAE9;
}

#shopify-section-template--19391619629314__main .t4s-btn-filter {
  padding-left: 50px !important;
  padding-right: 50px !important;
  border-right: 2px solid gray !important;
      padding-bottom: 10px !important;
  padding-top: 10px !important;
}

#MainContent .t4s-dropdown.t4s-dropdown__sortby button {
  padding-right: 20px !important;
}

#t4s-filter-hidden .t4s-drawer__close {
  padding-right: 4% !important;
}

#MainContent .section-title1 {
  padding-top: 1.5%;
  color: #5d514a !important;
  font-size: 34px !important;
}

#MainContent .feature-block1{
  padding-top: 24% !important;
  margin-bottom: 5%;
}

#MainContent .feature-icon {
  height: 60px !important;
  width: 60px !important;
  object-fit: cover;
}

#MainContent .icon-container1 {
  height: 85px;
}

#MainContent .icon-wrapper1 {
  height: 80px !important;
  width: 80px !important;
  object-fit: cover;
}

#MainContent .icon-wrapper1 img {
  height: 60px !important;
  width: 60px !important;
  object-fit: contain !important;
  padding: 7% !important;
}

#shopify-section-template--19550885642498__membership_naJar8 .join-button {
  background-color: #5D514A !important;
  margin-top: 2%;
}

#shopify-section-template--19391618875650__heading h5.t4s-title-head.t4s-bl-item.t4s-animation-none.t4s-text-bl.t4s-fnt-fm-2.t4s-font-italic-false.t4s-uppercase-false.t4s-hidden-mobile-false.t4s-text-shadow-false {
    font-size: 21px;
}

.t4s-btn-base {
    background-color: #5D514A ! important;
    border-radius: 4px;
}

/* #shopify-section-template--19550885642498__membership_naJar8 .member-benefits-section {
  padding-top: 3%;
}
 */
#shopify-section-template--19550885642498__membership_naJar8 .section-title {
  color: black;
}

#shopify-section-template--19550885642498__membership_naJar8 .section-description {
  text-align: center !important;
}

#shopify-section-template--19550885642498__our_strength_7imjze .subheading {
  text-align: center !important;
}

#shopify-section-template--19550885642498__our_strength_7imjze .tab-content {
  height: auto !important;
}

#shopify-section-template--19550885642498__our_strength_7imjze .content.active {
  height: auto !important;
  display: flex;
  gap: 100px;
}

#shopify-section-template--19550885642498__our_strength_7imjze .media-wrapper {
  width: 100% !important;
}

#shopify-section-template--19550885642498__our_strength_7imjze .text-content {
  width: 600px !important;
  margin-top: auto;
  margin-bottom: auto;
}

#shopify-section-template--19550885642498__our_strength_7imjze .tab-video {
  width: 600px !important;
  height: 315px !important;
  margin-left: 4%;
}

#shopify-section-template--19550885642498__blog_post_mgHjTn .t4s-section-title.t4s-title {
  padding-bottom: 3%;
  color: #5d514a !important;
  font-size: 2.4rem;
}

#shopify-section-template--19550885642498__blog_post_mgHjTn .t4s-col-item.t4s-col-auto a {
  display: none;
}

#shopify-section-template--19550885642498__blog_post_mgHjTn .t4s-article-title {
  border-bottom: 2px solid gray;
  padding-bottom: 1px;
}

#MainContent .feature-grid1 h3 {
  font-size: 1.8rem;
}

#MainContent .feature-grid1 p {
  font-size: 1.3rem;
}

#MainContent .section-footer p {
  font-size: 1.45rem;
}

#shopify-section-template--19550885642498__membership_naJar8 .section-description {
  font-size: 1.8rem;
}

#shopify-section-template--19550885642498__our_strength_7imjze .subheading {
  font-size: 1.8rem;
}

#shopify-section-template--19550885642498__blog_post_mgHjTn .t4s-col-item.t4s-col-auto.t4s-col-md p {
  font-size: 1.8rem;  
  color: #5D514A;
}

#shopify-section-template--19550885642498__blog_post_mgHjTn .t4s-article-content.t4s-rte {
  color: #5D514A;
}

#shopify-section-template--19550885642498__our_strength_7imjze .text-content h3 {
  width: 600px !important;
  font-size: 1.8rem; 
}

#shopify-section-template--19550885642498__our_strength_7imjze .text-content p {
  width: 600px !important;
  font-size: 1.8rem; 
}

#shopify-section-template--19550885642498__accordion_wbCBzD .t4s-section-inner.t4s_nt_se_template--19550885642498__accordion_wbCBzD.t4s-container-wrap  {
  margin-top: 0 !important;
}

#shopify-section-template--19550885642498__our_strength_7imjze .tabs span {
  font-size: 1.4rem;
}

#shopify-section-template--19550885642498__our_strength_7imjze .tabs {
  border: none !important;
}

#shopify-section-template--19550885642498__membership_naJar8 .t4s-table-res-df table {
  margin-bottom: 0;
}

#t4s-search-hidden .t4s-search-fullwidth__image {
  height: 180px !important;
}

#t4s-search-hidden .t4s-d-block.t4s-pr.t4s-oh.t4s_ratio.t4s-bg-11.t4s-child-lazyloaded a {
  height: 180px !important;
}

#t4s-search-hidden .lazyautosizes.ls-is-cached.lazyloadt4sed img {
  height: 100% !important;
  width: 70% !important;
}



#t4s-search-hidden .t4s-child-lazyloaded.t4s-bg-11 {
  height: 180px !important;
}

#t4s-search-hidden .t4s-widget__pr-price {
  font-size: 1.7rem !important;
}

#t4s-search-hidden .t4s-d-block.t4s-widget__pr-title {
  font-size: 1.7rem !important;
}

#shopify-section-template--19391618908418__top .t4s-container.t4s-pr.t4s-z-100 {
  margin-left: 0px !important;
}


#ProductInfo-template--template--19391619596546__main__main .t4s-product-title-wrapper {
  gap: 21% !important;
}

#shopify-section-template--19550885642498__blog_post_mgHjTn .t4s-article-title {
  min-height: 50px;
}

#shopify-section-template--19391618908418__top .t4s-container.t4s-pr.t4s-z-100 {
  margin: auto !important;
  padding: 0 !important;
}

#shopify-section-template--19391618908418__collection-heading-template .t4s-container.t4s-pr.t4s-z-100 {
  /* margin: auto !important; */
  padding: 0 !important;
}


@media (max-width: 768px) {
  
  #MainContent .icon-container1 {
    height: 55px;
  }

  #MainContent .icon-wrapper1 {
    height: 50px !important;
    width: 50px !important;
  }

  #MainContent .feature-icon {
    height: 33px !important;
    width: 33px !important;
  }

  #MainContent .icon-wrapper1 img {
    height: 33px !important;
    width: 33px !important;
  }

  #MainContent .feature-grid1 h3 {
    font-size: 1.4rem;
  }

  #MainContent .feature-grid1 p {
    font-size: 1.1rem;
  }

  #shopify-section-template--19550885642498__our_strength_7imjze .tab-video {
    height: 280px !important;
    margin-top: 10%;
    margin-left: 0;
  }

  #shopify-section-template--19550885642498__our_strength_7imjze .play-button {
    margin-top: 18%;
  }

  #shopify-section-template--19550885642498__our_strength_7imjze .text-content {
    width: 100% !important;
  }

  #shopify-section-template--19550885642498__our_strength_7imjze .text-content p {
    width: 100% !important;
    font-size: 1.4rem;
  }

  #shopify-section-template--19550885642498__our_strength_7imjze .text-content h3 {
    width: 100% !important;
  }

  #shopify-section-template--19550885642498__our_strength_7imjze .tab-content {
    height: 550px !important;
  }

  #shopify-section-template--19550885642498__our_strength_7imjze .content.active {
  height: 550px !important;
  gap: 0px;
  }
  
  #shopify-section-template--19391618875650__main .t4s-cart_meta_prices {
    display: none;

  #shopify-section-template--19550885642498__testimonials_7WpNDJ .flickityt4s-page-dots {
    display: visible !important;
  }

  #shopify-section-template--19550885642498__testimonials_7WpNDJ .flickityt4s-page-dots ol {
    padding-top: 4%;
  }

  #MainContent .section-title1 {
    font-size: 1.8rem !important;
  }

  #shopify-section-template--19550885642498__blog_post_mgHjTn .t4s-section-title.t4s-title {
    font-size: 1.8rem;
  }
    
}
  @media (max-width: 767px) {
    .vps-hom-kdgt4d-slider-container {
      margin-top: 15px ! important;
    }
  #shopify-section-template--19391618875650__main .t4s-cartPage__items .t4s-page_cart__item .t4s-row>:first-child {
        border-bottom: unset ! important;
    }
}
}

@media (max-width: 767px) {
   #shopify-section-template--19391618875650__main .t4s-page_cart__item .t4s-cart_meta_prices_wrap, .t4s-page_cart__item .t4s-page_cart__actions {
        border-bottom: unset ! important;
    }
  #shopify-section-template--19391618875650__main .t4s-col-12.t4s-col-md-12.t4s-col-lg-5.t4s-col-item {
    margin-bottom: -27px ! important;
}
   #shopify-section-template--19391618875650__main .wis {
       
        margin-left: 8%;
}
    #shopify-section-template--19391618875650__main .t4s-page_cart__item .t4s-page_cart__infos>a {
        top: 11px ! important;
    }
  .t4s-row.t4s-gx-30.t4s-gy-0.t4s-d-inline-flex.t4s-align-items-center.t4s-justify-content-between {
    flex-wrap: nowrap ! important;
}
 #shopify-section-template--19391618875650__main .t4s-cartPage__footer {
    margin-top: 28px !important;
    margin-bottom: 17px !important;
}
 #shopify-section-template--19391618875650__main .dit {
    margin-right: 70px;
}
.shopify-section t4s-section t4s-section-all t4s_tp_cdt t4s-shipping t4s_bk_flickity .t4s-section-inner.t4s_nt_se_shipping.t4s-container-wrap {
    margin: 0px 18px ! important;
}
}

/* @media (max-width: 766px) {
body.template-search .t4s-toolbart-search.t4s-toolbar-item.t4s-d-lg-none {
    display: none;
} } */

#shopify-section-template--19550885642498__testimonials_7WpNDJ .t4s-rating-wapper svg {
  width: 20px !important;
  height: 20px !important;
}

#shopify-section-template--19550885642498__testimonials_7WpNDJ .t4s-quote-wrap p {
  font-size: 1.7rem;
  text-align: justify;
  color: #5d514a !important;
}

#shopify-section-template--19550885642498__testimonials_7WpNDJ .t4s-quote-author {
  font-size: 2rem;
  color: #5d514a !important;
}

#shopify-section-template--19550885642498__testimonials_7WpNDJ .t4s-testimonial-inner {
  background-color: #ECEAE9;
  padding: 4%;
  border-radius: 18px;
}

#shopify-section-template--19550885642498__testimonials_7WpNDJ .flickityt4s-viewport {
  height: 268px;
}

#shopify-section-template--19550885642498__testimonials_7WpNDJ .t4s-top-heading.custom-title.t4s_des_title_1.t4s-text-center {
  padding-bottom: 20px
}

  #shopify-section-main-wishlist .t4s-product-info__inner h3 {
    justify-content: center;
    align-items: center;
  }

  #shopify-section-main-wishlist .t4s-product-info__inner a {
    text-align: center;
  }

@media (max-width: 768px) {
  
  #shopify-section-template--19550885642498__testimonials_7WpNDJ .t4s-rating-wapper svg {
    width: 15px !important;
    height: 15px !important;
  }

  #shopify-section-template--19550885642498__testimonials_7WpNDJ .t4s-quote-wrap p {
    font-size: 1.3rem;
    text-align: justify;
  }

  #shopify-section-template--19550885642498__testimonials_7WpNDJ .t4s-quote-author {
    font-size: 1.7rem;
    margin-top: 15px;
  }  

  #shopify-section-template--19550885642498__testimonials_7WpNDJ .t4s-top-heading.custom-title.t4s_des_title_1.t4s-text-center span {
    justify-content: center;
    align-items: center;
  }

  #shopify-section-template--19550885642498__blog_post_mgHjTn.t4s-section-title.t4s-title h3 {
    padding-top: 20px;
    font-size: 1.8rem;
  }

  #shopify-section-template--19550885642498__blog_post_mgHjTn .t4s-article-thumb img {
    width: 100%;
    height: 300px;
  }
  
  #shopify-section-template--19550885642498__blog_post_mgHjTn .t4s-article-thumb a {
    width: 100%;
    height: 300px;
  }

  #shopify-section-template--19550885642498__blog_post_mgHjTn .t4s-article-thumb {
    width: 100%;
    height: 300px;
  }

  #shopify-section-template--19550885642498__membership_naJar8 .section-title {
    font-size: 1.8rem;
  }

  #shopify-section-template--19550885642498__our_strength_7imjze .container h2 {
    color: black;
  }

  #shopify-section-template--19550885642498__membership_naJar8 .section-description {
    font-size: 1.4rem;
  }

  #shopify-section-template--19550885642498__our_strength_7imjze .subheading {
    font-size: 1.4rem;
  }

  #shopify-section-template--19550885642498__blog_post_mgHjTn .t4s-col-item.t4s-col-auto.t4s-col-md p {
    font-size: 1.4rem;
  }

  #shopify-section-template--19550885642498__testimonials_7WpNDJ t4s-col-item.t4s-testimonial-item.is-selected {
    padding-bottom: 3% !important;
  }
  
  #shopify-section-template--19550885642498__blog_post_mgHjTn .t4s-section-title.t4s-title {
    padding-top: 7% !important;
    font-size: 2rem;
  }

  #MainContent .section-title1 {
    font-size: 1.8rem !important;
  }

  #shopify-section-template--19550885642498__join_partner_JQGJ4m .feature-block1 {
    margin-top: 21% !important;
  }

  #shopify-section-template--19391619596546__main .t4s-col-md-12.t4s-col-12.t4s-col-item.t4s-product__media-item.is-selected {
    height: 70% !important;
  }

  #shopify-section-template--19391619596546__main .t4s_ratio.t4s-product__media img {
    height: 70% !important;
  }
  
}
#shopify-section-template--19391618908418__collection-heading-template h3.t4s-title-head.t4s-bl-item.t4s-animation-none.t4s-text-bl.t4s-fnt-fm-2.t4s-font-italic-false.t4s-uppercase-false.t4s-hidden-mobile-false.t4s-text-shadow-false {
    display: none;
}

@media (max-width: 768px) {
 #shopify-section-template--19391618908418__collection-heading-template .t4s_tp_parallax .t4s-page-section-heading {
        margin-bottom: 9px !important;
        padding-top: 10px;
    }
 #shopify-section-template--19391618908418__collections_list_manual_iqbgTA .t4s-section-inner.t4s_nt_se_template--19391618908418__collections_list_manual_iqbgTA.t4s-container-wrap {
    margin-top: 10px;
}
}

@media (max-width: 768px) {
    .t4s_tp_parallax .t4s-page-section-heading {
        margin-bottom: 9px !important;
        padding-top: 10px;
    }
}

@media (min-width: 768px) {
  #shopify-section-template--19391619268866__collections_list_manual_yLKMwA .vieall {
    display: none;
  }
}

@media (max-width: 768px) {
  #shopify-section-template--19391619268866__collections_list_manual_yLKMwA a.vieaall1 {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: -10%; */
  }

  #shopify-section-template--19391619268866__collections_list_manual_yLKMwA .vieall {
    background-color: #5D514A !important;
    border-radius: 7px;
  }

  #shopify-section-template--19391619268866__collections_list_manual_yLKMwA .button.custom-btn {
    display: none;
  }
}

#shopify-section-template--19550885642498__join_partner_JQGJ4m a.join-button.t4s-btn.t4s-btn-base.t4s-btn-style-default.t4s-btn-size-default.t4s-btn-color-dark.t4s-btn-effect-fade.t4s-cursor-pointer {
    border-radius: 7px;
}

#shopify-section-template--19550885642498__blog_post_mgHjTn .t4s_ratio {
    height: 375px !important;
}

#shopify-section-template--19550885642498__accordion_wbCBzD .t4s-accordion .t4s-type-accordion .t4s-tab-wrapper.t4s-active .t4s-accor-title span.t4s-accor-text {
  color: #5d514a !important;
}

#shopify-section-template--19550885642498__accordion_wbCBzD .t4s-accordion .t4s-accor-title .t4s-accor-text {
  color: #5d514a !important;
}

#shopify-section-template--19550885642498__accordion_wbCBzD .t4s-accor-text {
  color: #5d514a !important;
}

#shopify-section-template--19550885642498__accordion_wbCBzD .t4s-section-title {
  color: #5d514a !important;
  font-size: 2.4rem !important;
}

#shopify-section-template--19550885642498__testimonials_7WpNDJ .t4s-section-title {
  color: #5d514a !important;
  font-size: 2.4rem;
}

#shopify-section-template--19550885642498__membership_naJar8 .section-title {
  color: #5d514a !important;
}

@media (min-width: 768px) {
  #shopify-section-template--19391618908418__collections_list_manual_iqbgTA .vieall {
    display: none;
  }
}

@media (max-width: 768px) {
  #shopify-section-template--19391618908418__collections_list_manual_iqbgTA a.vieaall1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10%;
  }

  #shopify-section-template--19391618908418__collections_list_manual_iqbgTA .vieall {
    background-color: #5D514A !important;
    border-radius: 7px;
  }

  #shopify-section-template--19391618908418__collections_list_manual_iqbgTA .button.custom-btn {
    display: none;
  }
  .t4s-mini-search__viewAll svg {
    width: 12px !important;
}
 #MainContent .t4s-btn-filter svg {
 display:none !important;
}
  #shopify-section-template--19391619629314__main .t4s-btn-filter {
    color: #151413 !important;
}
  #MainContent .t4s-dropdown.t4s-dropdown__sortby button {
    color: #151413;
}
 #shopify-section-template--19391619596546__main img.t4s-lz--fadeIn.lazyautosizes.ls-is-cached.lazyloadt4sed {
    width: 100%;
    height: 46%;
    top: 4%;
    /* left: 22%; */
}
 #shopify-section-template--19391619596546__main .flickityt4s-viewport {
    height: 303.5px;
}
  
}

@media (min-width: 1024px) {
#t4s-search-hidden .t4s_ratio:not(.t4s_bg)>:not(.t4s-not-style) {
  height: 100% !important;
  padding: 4% !important;
}
  #t4s-search-hidden div[data-viewall-search] {
  background: #D9D6D4;
  
}
}

@media (max-width: 768px) {
  #shopify-section-template--19391619268866__hom_kdGT4D .vps-hom-kdgt4d-section {
    padding-bottom: 0 !important;
  }
  .t4s-container.t4s-pr.t4s-z-100 {
    margin-left: 0;
  }
  #t4s-mini_cart .t4s-drawer__close>svg {
    margin-right: 15px !important;
  }
}

#shopify-section-main-wishlist .qvi {
    height: 25%;
    width: 100%;
    white-space: nowrap;
    display: flex;
    justify-content: flex-end;
    padding-top: 1%;
    padding-bottom: 1%;
}

#shopify-section-main-wishlist .t4s-product .t4s-pr-quickview {
    padding: 0.7%;
    margin-right: 4%;
    border: solid 1px;
    color: #5d514a !important;
    background: #bcbcbc 0% 0% no-repeat padding-box !important;
    border-radius: 8px !important;
}

#shopify-section-main-wishlist span.t4s-text-pr {
    padding-left: 0.5%;
}

#shopify-section-main-wishlist .t4s-svg-pr-icon svg {
    vertical-align: middle;
}

#shopify-section-main-wishlist .is--listview .t4s-product .t4s-product-info .t4s-product-btns .t4s-pr-quickview {
    display: none;
}

#shopify-section-main-wishlist .is--listview .t4s-product .t4s-product-wrapper {
  border: none !important;
}

#shopify-section-main-wishlist .t4s_box_pr_grid.t4s-products.is--listview.t4s-text-default.t4s_ratioadapt.t4s_position_8.t4s_cover.t4s-row.t4s-justify-content-center.t4s-row-cols-2.t4s-row-cols-md-3.t4s-row-cols-lg-4.t4s-gx-lg-30.t4s-gy-lg-30.t4s-gx-md-15.t4s-gy-md-20.t4s-gx-10.t4s-gy-20>div {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border-color);
}

#shopify-section-main-wishlist .t4s_box_pr_grid.t4s-products.is--listview.t4s-text-default.t4s_ratioadapt.t4s_position_8.t4s_cover.t4s-row.t4s-justify-content-center.t4s-row-cols-2.t4s-row-cols-md-3.t4s-row-cols-lg-4.t4s-gx-lg-30.t4s-gy-lg-30.t4s-gx-md-15.t4s-gy-md-20.t4s-gx-10.t4s-gy-20>div {
  margin-bottom: 2%;
}

@media (max-width: 391px) {
  #shopify-section-main-wishlist .qvi {
    height: 20%;
  }
  #shopify-section-main-wishlist .t4s-product .t4s-pr-quickview {
    margin-right: 8%;
    margin-top: -14%;
    height: 35px;
    width: 111px;
  }
  #shopify-section-main-wishlist .t4s-svg-pr-icon svg {
    width: 14px;
    height: 14px;
  }
  #shopify-section-main-wishlist span.t4s-text-pr {
    padding-left: 2%;
    font-size: 1.2rem;
  }
}

@media (max-width: 376px) {
  #shopify-section-main-wishlist .qvi {
    height: 19%;
  }
  #shopify-section-main-wishlist .t4s-product .t4s-pr-quickview {
    padding: 2%;
    margin-right: 5%;
  }
  #shopify-section-main-wishlist .t4s-svg-pr-icon svg {
    width: 14px;
    height: 14px;
  }
  #shopify-section-main-wishlist span.t4s-text-pr {
    padding-left: 2%;
    font-size: 1.2rem;
  }
}

@media (max-width: 768px) {
  #shopify-section-template--19391619596546__pro_VGWHfc .vps-hom-kdgt4d-flickity-prev-next-button.previous {
    left: -20px !important;
    display: none;
  }
  #shopify-section-template--19391619596546__pro_VGWHfc .vps-hom-kdgt4d-flickity-prev-next-button.next {
    right: 11px !important;
    display: none;
  }
  #shopify-section-template--19391619596546__pro_VGWHfc .vps-hom-kdgt4d-flickity-prev-next-button {
    top: -58px !important;
  }

  #shopify-section-template--19391619596546__pro_VGWHfc .vps-hom-kdgt4d-slider-container {
        height: 250px !important;
        margin-top: 20px !important;
  }
  #shopify-section-template--19391619596546__pro_VGWHfc .flickity-viewport {
    height: 270px !important;
    padding-top: 36px !important;
    overflow: hidden !important;
  }
  #shopify-section-template--19391619596546__pro_VGWHfc .vps-hom-kdgt4d-expanded-video video {
        width: 100% !important;
        height: 338px !important;
        padding-top: 0px !important;
  }
  #shopify-section-template--19391619596546__pro_VGWHfc .vps-hom-kdgt4d-close-btn {
    top: 55px !important;
    right: 6px !important;
  }
}

@media (min-width: 768px) {
  #shopify-section-template--19391619596546__pro_VGWHfc .vps-hom-kdgt4d-close-btn {
    top: 80px !important;
    right: 20px !important;
  }
  
  #shopify-section-template--19391619596546__pro_VGWHfc .flickity-viewport {
    overflow: hidden !important;
  }
}

@media (min-width: 767px) {
  #shopify-section-template--19391619596546__pro_VGWHfc .flickity-viewport {
    height: 550px !important;
  }
}

.t4s-top-bar {
  opacity: 0;
  transition: opacity 0.1s ease;
  height: 50px;
}
.t4s-top-bar.loaded {
  opacity: 1;
  height: auto;
} 

@media screen and (min-width: 200px) and (max-width: 420px) {
  #t4s-menu-drawer .t4s-mb-tab__title:nth-child(2) {
    display: none !important;
  }
}

@media screen and (min-width: 200px) and (max-width: 1024px) {
  #t4s-menu-drawer .t4s-mb-tab__title:nth-child(1) {
    width: 100% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .t4s-drawer-menu__close {
        left: 37% !important;
  }

  #shopify-section-template--19391619268866__collections_list_E7MYfA button.flickityt4s-button.flickityt4s-prev-next-button.previous {
    right: 10% !important;
  }

  #shopify-section-template--19391619268866__collections_list_E7MYfA button.flickityt4s-button.flickityt4s-prev-next-button.next {
    right: 2% !important;
  }
  
} 

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .t4s-drawer {
        width: 37% !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 818px) {
  
  #shopify-section-template--19391619268866__hom_kdGT4D .flickity-viewport {
    height: 500px !important;
    padding-top: 11% !important;
    overflow: hidden !important;
  }

  #shopify-section-template--19391619268866__hom_kdGT4D .vps-hom-kdgt4d-slider-container {
    height: 535px !important;
    margin-top: 0 !important;
    padding-top: 75px !important;
  }

  #shopify-section-template--19391619268866__hom_kdGT4D .vps-hom-kdgt4d-product-card {
    width: 182px !important;
  }

  #shopify-section-template--19391619268866__hom_kdGT4D .vps-hom-kdgt4d-expanded-video {
    width: 180px !important;
    height: 450px !important;
  }

  #shopify-section-template--19391619268866__hom_kdGT4D .vps-hom-kdgt4d-expanded-video video {
    width: 178px !important;
    height: 315px !important;
    overflow: hidden !important;
  }
}

@media (min-width: 819px) and (max-width: 1024px) {

  #shopify-section-template--19391619268866__hom_kdGT4D .flickity-viewport {
        height: 495px !important;
        overflow: hidden !important;
        padding-top: 2%;
    }

  #shopify-section-template--19391619268866__hom_kdGT4D .vps-hom-kdgt4d-slider-container {
        height: 450px !important;
        margin-top: 0 !important;
  }

  #shopify-section-template--19391619268866__hom_kdGT4D .vps-hom-kdgt4d-expanded-video video {
        width: 181px !important;
        height: 423px !important;
  }

  #shopify-section-template--19391619268866__hom_kdGT4D .vps-hom-kdgt4d-expanded-video {
        width: 180px !important;
        height: 429px !important;
  }

  #shopify-section-template--19391619268866__hom_kdGT4D .vps-hom-kdgt4d-product-card {
        width: 180px !important;
  }

  #shopify-section-template--19391619268866__hom_kdGT4D .vps-hom-kdgt4d-close-btn {
        top: 60px !important;
        right: 4px !important;
  }

  #shopify-section-template--19391619268866__hom_kdGT4D .vps-hom-kdgt4d-product-info h3 {
        font-size: 12px !important;
  }

  #shopify-section-template--19391619268866__hom_kdGT4D .vps-hom-kdgt4d-product-info p {
        font-size: 12px !important;
  }

  #shopify-section-template--19391619268866__hom_kdGT4D .vps-hom-kdgt4d-buy-now-btn {
        padding: 7px 7px !important;
        font-size: 10px !important;
  }

  #shopify-section-template--19391619268866__hom_kdGT4D .vps-hom-kdgt4d-section {
        margin-top: 7% !important;
  }

  
  #shopify-section-template--19391619596546__pro_VGWHfc .flickity-viewport {
        height: 495px !important;
        overflow: hidden !important;
        padding-top: 2% !important; 
    }

  #shopify-section-template--19391619596546__pro_VGWHfc .vps-hom-kdgt4d-slider-container {
        /* height: 445px !important; */
        margin-top: 0 !important;
  }

  #shopify-section-template--19391619596546__pro_VGWHfc .vps-hom-kdgt4d-expanded-video video {
        width: 181px !important;
        height: 450px !important;
  }

  #shopify-section-template--19391619596546__pro_VGWHfc .vps-hom-kdgt4d-expanded-video {
        width: 180px !important;
        height: 521px !important;
  }

  #shopify-section-template--19391619596546__pro_VGWHfc .vps-hom-kdgt4d-product-card {
        width: 180px !important;
  }

  #shopify-section-template--19391619596546__pro_VGWHfc .vps-hom-kdgt4d-close-btn {
        top: 72px !important;
        right: 4px !important;
  }
  
}

#t4s-callBackVariantproduct-form-8948900724994main-qv button.t4s-product-form__submit.t4s-btn.t4s-btn-base.t4s-btn-style-default.t4s-btn-color-primary.t4s-w-100.t4s-justify-content-center.t4s-btn-effect-sweep-to-bottom.t4s-btn-loading__svg {
    background-color: #BCBCBC !important;
    color: #5d514a !important;
}

#ProductInfo-template--main-qv__main button.t4s-product-form__submit.t4s-btn.t4s-btn-base.t4s-btn-style-default.t4s-btn-color-primary.t4s-w-100.t4s-justify-content-center.t4s-btn-effect-sweep-to-bottom.t4s-btn-loading__svg {
    background-color: #BCBCBC !important;
    color: #5d514a !important;
}

@media screen and (min-width: 768px) and (max-width: 818px) {
  #shopify-section-template--19391619268866__collections_list_E7MYfA .t4s-section-inner.t4s_nt_se_template--19391619268866__collections_list_E7MYfA.t4s-container-wrap {
    margin-bottom: 0 !important;
  }

  .t4s-container {
    margin-bottom: 4% !important;
  }

  #shopify-section-template--19391619596546__pro_VGWHfc .flickity-viewport {
        height: 445px !important;
    }

  #shopify-section-template--19391619596546__pro_VGWHfc .vps-hom-kdgt4d-section {
        height: 480px !important;
  }

  #shopify-section-template--19391619596546__pro_VGWHfc .vps-hom-kdgt4d-expanded-video {
        width: 184px !important;
        overflow: hidden !important;
  }

  #shopify-section-template--19391619596546__pro_VGWHfc .vps-hom-kdgt4d-product-card {
        width: 183px !important;
  }

  #shopify-section-template--19391619596546__pro_VGWHfc .vps-hom-kdgt4d-close-btn {
        top: 42px !important;
        right: 8px !important;
  }

  #shopify-section-template--19391618875650__main .additional_checkout_buttons.additional-checkout-buttons--vertical {
        margin-left: 7%;
  }
 #MainContent .t4s-page_cart__infos.t4s-d-flex.t4s-align-items-center {
    flex-wrap: nowrap;
}
 #MainContent .t4s-col-12.t4s-col-md-4.t4s-col-lg-2.t4s-col-item.t4s-text-center.t4s-page_cart__actions {
    width: 25%;
}
 #MainContent .t4s-col-12.t4s-col-md-12.t4s-col-lg-5.t4s-col-item {
    width: 39%;
}
     #MainContent .t4s-col-md-4 {
        flex: 0 0 auto;
      width: 15.333333%;
    }
  #MainContent .t4s-cartPage__items .t4s-page_cart__item .t4s-row>:first-child {
        border-bottom: none !important;
    }
 #MainContent .t4s-col-12.t4s-col-md-12.t4s-col-lg-5.t4s-col-item {
    margin-left: 2%;
}
 #MainContent .wis {
    margin-right: 2%;
}
}

#t4s-mini_cart .t4s-drawer__bottom .t4s-btn__cart, #t4s-mini_cart .t4s-drawer__bottom .t4s-btn__checkout {
    color: white !important;
}

@media (min-width: 819px) and (max-width: 1024px){
  #t4s-callBackVariantproduct-form-8835281125634template--19391619596546__main button.t4s-product-form__submit.t4s-btn.t4s-btn-base.t4s-btn-style-default.t4s-btn-color-primary.t4s-w-100.t4s-justify-content-center.t4s-btn-effect-default.t4s-btn-loading__svg {
    height: 100% !important;
    margin-top: 0 !important;
  }  

  #shopify-section-template--19391618875650__main .additional_checkout_buttons.additional-checkout-buttons--vertical {
        margin-left: 11%;
  }
}

@media (min-width: 819px) and (max-width: 1024px) {
    .is--listview .t4s-product .t4s-product-info {
        padding-left: 16% !important;
        text-align: center !important;
    }
}

@media (min-width: 819px) and (max-width: 1024px) {
  #shopify-section-template--19391618875650__main .t4s-child-lazyloaded.t4s-bg-11 {
    height: 210px !important;
  }
  #shopify-section-template--19391618875650__main .t4s-page_cart__img {
    min-width: 175px !important;
    max-width: 175px !important;
  }

  #shopify-section-template--19391618875650__main .t4s-row {
    flex-wrap: nowrap !important;
  }

  #shopify-section-template--19391618875650__main .t4s-col-12.t4s-col-md-12.t4s-col-lg-5.t4s-col-item {
    width: 46% !important;
  }

  #shopify-section-template--19391618875650__main .t4s-cartPage__items .t4s-page_cart__info {
        padding: 10px 5px 10px 39px !important;
  }

  #shopify-section-template--19391618875650__main .t4s-col-md-4 {
        width: 18% !important;
        padding-right: 0 !important;
  }
}

.logo_center_main {
    width: 100%;
}
.menu_main {
  width: 100%;
  display: flex;
  justify-content: center;
}
.t4s-header-layout_logo_center .t4s-nav__ul>li>a {
  color: #151413;
  font-size: 18px;
  letter-spacing: 0;
}
.t4s-marquee {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) and (max-width: 819px) {
    #shopify-section-template--19391619596546__main .t4s-col-10.t4s-col-item.t4s-pr[data-product-single-media-group] {
        width: 100% !important;
    }
    #shopify-section-template--19391619596546__main .t4s-col-md-12 {
        width: 100% !important;
    }
    #shopify-section-template--19391619596546__main .t4s_ratio.t4s-product__media img {
        height: 100% !important;
    }
}
@media (min-width: 768px) {
    #shopify-section-template--19391618875650__main .t4s-cart_meta_prices {
        display: flex !important;
    }
   .t4s-top-collections .t4s-top-list-collections .flickityt4s-prev-next-button.next {
    right: 0;
    top: -46px;
}
  .t4s-top-collections .t4s-top-list-collections .flickityt4s-prev-next-button.previous {
    right: 56px;
    top: -46px;
}
  
}
@media (max-width: 767px) {
    #shopify-section-template--19391619268866__hom_kdGT4D .vps-hom-kdgt4d-slider-container {
        overflow: hidden !important;
    }
}

@media (min-width: 300px) and (max-width: 500px) {
    #shopify-section-template--19391619596546__main .t4s-col-md-12.t4s-col-12.t4s-col-item.t4s-product__media-item.is-selected {
        height: 100% !important;
    }
    #shopify-section-template--19391619596546__main .t4s_ratio.t4s-product__media img {
        height: 100% !important;
    }
}


/* .feature-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 10px 0;
}

.feature-title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  flex: 1; 
  display: inline-block;
}

.toggle-icon {
  font-size: 20px;
  font-weight: bold;
  margin-left: 10px;
} */

@media (min-width: 300px) and (max-width: 500px) {
  #shopify-section-template--19391618908418__top button.flickityt4s-button.flickityt4s-prev-next-button.next {
    display: none !important;
  }
  #shopify-section-template--19391618908418__top button.flickityt4s-button.flickityt4s-prev-next-button.previous {
    display: none !important;
  }
}  

#shopify-section-template--19640734417154__top_heading_9YaM7L .t4s-subtitle {
    padding-top: 2% !important;
    font-size: 1.8rem !important;
    padding-bottom: 2% !important;
    border-bottom: 2px solid gray !important;
}

#shopify-section-template--19640734417154__top_heading_fgkUM7 .t4s-subtitle {
    padding-top: 2% !important;
    font-size: 1.8rem !important;
    padding-bottom: 2% !important;
    border-bottom: 2px solid gray !important;
}

#shopify-section-template--19640734417154__top_heading_wcQEkR .t4s-subtitle {
    padding-top: 2% !important;
    font-size: 1.8rem !important;
    padding-bottom: 2% !important;
}

#shopify-section-template--19391619268866__custom_faq_FYhbJ9 .feature-list-wrapper {
    margin-bottom: 50px;
}

#shopify-section-template--19640734417154__top_heading_9YaM7L .t4s-section-des {
    color: #707070 !important;
}

#shopify-section-template--19640734417154__top_heading_fgkUM7 .t4s-section-des {
    color: #707070 !important;
}

#shopify-section-template--19640734417154__top_heading_wcQEkR .t4s-section-des {
    color: #707070 !important;
}

.t4s-feature-columns__title {
    color: #151413 !important;
}

#shopify-section-template--19640734417154__feature_columns_DcE8y3 .t4s_ratio img {
    object-fit: cover !important;
}

#shopify-section-template--19640734417154__feature_columns_DcE8y3 .t4s-child-lazyloaded.t4s-bg-11 {
    height: 400px !important;
}

/* #shopify-section-template--19640734417154__slider_about_JBMyw8 .vps-hom-kdgt4d-flickity-prev-next-button.previous {
    background-color: transparent !important;
}

#shopify-section-template--19640734417154__slider_about_JBMyw8 .vps-hom-kdgt4d-flickity-prev-next-button.next {
    background-color: transparent !important;
} */

/* @media (min-width: 500px) {
  #shopify-section-template--19640734417154__slider_about_JBMyw8 .vps-hom-kdgt4d-expanded-video {
    height: 575px !important;
  }
  #shopify-section-template--19640734417154__slider_about_JBMyw8 .vps-hom-kdgt4d-close-btn {
    right: 27px !important;
  }
} */

@media (min-width: 786px) and (max-width: 991px) {
    #shopify-section-template--19640734417154__feature_columns_DcE8y3 .t4s-top-heading {
        padding-bottom: 4% !important;
    }
}

@media (min-width: 300px) and (max-width: 500px) {
  #shopify-section-template--19640734417154__top_heading_9YaM7L .t4s-subtitle {
    font-size: 1.2rem !important;
  }
  #shopify-section-template--19640734417154__top_heading_fgkUM7 .t4s-subtitle {
    font-size: 1.2rem !important;
  }
  #shopify-section-template--19640734417154__top_heading_wcQEkR .t4s-subtitle {
    font-size: 1.2rem !important;
  }
  #shopify-section-template--19640734417154__top_heading_9YaM7L .t4s-section-title {
    font-size: 1.8rem !important;
  }
  #shopify-section-template--19640734417154__top_heading_fgkUM7 .t4s-section-title {
    font-size: 1.8rem !important;
  }
  #sshopify-section-template--19640734417154__top_heading_wcQEkR .t4s-section-title {
    font-size: 1.8rem !important;
  }
  #shopify-section-template--19640734417154__feature_columns_DcE8y3  .t4s-section-title {
    font-size: 1.8rem !important;
  }
  #shopify-section-template--19640734417154__feature_columns_DcE8y3 .t4s-feature-columns__title {
        font-size: 1.6rem;
  }
  #shopify-section-template--19640734417154__feature_columns_DcE8y3 .custom-title {
    padding-bottom: 7% !important;
  }
  /* #shopify-section-template--19640734417154__slider_about_JBMyw8 .vps-hom-kdgt4d-flickity-prev-next-button.previous {
    display: none !important;
  }

  #shopify-section-template--19640734417154__slider_about_JBMyw8 .vps-hom-kdgt4d-flickity-prev-next-button.next {
    display: none !important;
  } */
  /* #shopify-section-template--19640734417154__slider_about_JBMyw8 .vps-hom-kdgt4d-slider-container {
    overflow: hidden !important;
  } */
}

#shopify-section-template--19641191956738__blog_post_tg7iwU .custom-title {
   display: grid !important;
}

#shopify-section-template--19641191956738__blog_post_tg7iwU .t4s-section-title>span {
    width: 100% !important;
    text-align: left !important;
    padding-bottom: 5% !important;
}

#shopify-section-template--19641191956738__blog_post_tg7iwU .t4s-section-des p {
    font-size: 1.8rem !important;
    width: 60% !important;
}

#shopify-section-template--19641191956738__blog_post_tg7iwU .t4s_ratio {
    height: 380px !important;
}

#shopify-section-template--19641191956738__blog_post_tg7iwU .t4s-article-item .t4s-article-thumb {
    height: 380px !important;
}

#shopify-section-template--19641191956738__blog_post_tg7iwU .t4s-article-item .t4s-article-title {
    font-size: 2rem !important;
}

#shopify-section-template--19641191956738__blog_post_tg7iwU .t4s-article-content.t4s-rte {
    font-size: 1.5rem !important;
}

#shopify-section-template--19641191956738__blog_post_tg7iwU .t4s-article-info {
    border-bottom: 1.5px solid gray !important;
}

#shopify-section-template--19641191956738__blog_post_tg7iwU .t4s-section-des {
    display: flex !important;
    width: 100% !important;
    /* text-align: center !important;
    justify-content: center !important; */
}

#shopify-section-template--19391619596546__main {
  margin-bottom: 5% !important; 
}



#shopify-section-template--19391618908418__collections_list_carousel_gq3Kab .t4s-flicky-slider.t4s-slider-btn-vi-always .flickityt4s-button {
    margin-top: -12% !important;
    border-radius: 50% !important;
}

#shopify-section-template--19391618908418__collections_list_carousel_gq3Kab .t4s-flicky-slider .flickityt4s-prev-next-button.previous {
    left: 86% !important;
}

#shopify-section-template--19391618908418__collections_list_carousel_gq3Kab .t4s-flicky-slider .flickityt4s-prev-next-button.next {
    right: 4% !important;
}

#shopify-section-template--19391618908418__collections_list_carousel_gq3Kab .t4s-carousel-scrollbar.t4s-carousel-scrollbar--template--19391618908418__collections_list_carousel_GyRmNB {
    display: none !important;
}

#shopify-section-template--19391618908418__collections_list_carousel_gq3Kab .t4s-child-lazyloaded.t4s-bg-11 {
    height: max-content;
}

 #shopify-section-header-inline .t4s-product-img {
  height: 210px !important;
} 

@media (min-width: 300px) and (max-width: 500px) {
  #shopify-section-template--19641191956738__blog_post_tg7iwU .t4s-section-des p {
    font-size: 1.4rem !important;
  }
  #shopify-section-template--19641191956738__blog_post_tg7iwU .t4s-section-des p {
    width: 75% !important;
    padding-bottom: 7% !important;
  }
  #shopify-section-template--19641191956738__blog_post_tg7iwU .t4s-article-item .t4s-article-title {
    font-size: 1.8rem !important;
  }

  #shopify-section-template--19391618908418__collections_list_carousel_gq3Kab .t4s-flicky-slider .flickityt4s-prev-next-button.previous {
    display: none !important;
  }

  #shopify-section-template--19391618908418__collections_list_carousel_gq3Kab .t4s-flicky-slider .flickityt4s-prev-next-button.next {
    display: none !important;
  }
  .t4s-blog-post .t4s-col-item.t4s-col-auto.t4s-col-md p {
    font-size: 2.4rem !important;
  }
  .t4s_nt_se_template--19391618875650__heading h5 {
    font-size: 2.4rem !important;
  }
  #shopify-section-heading-static .t4s-desc-head p {
  font-size: 2.4rem !important;
  }
}

 .t4s-featured-collections .t4s-collection-item .t4s-cat-title {
    width: 100% !important;
}

.t4s-featured-collections .t4s-collection-item .t4s-cat-title .t4s_as_title {
    text-align: center !important;
    width: 100% !important;
    height: 100% !important;
    padding: 10px 0 !important;
}


@media (min-width: 1050px) {
.t4s-top-list-collections .flickityt4s-viewport{
      height: 362px !important;
}
  a.t4s-mini-search__viewAll.t4s-d-block {
    display: flex !important
;
}

}

#shopify-section-announcement-bar .t4s-announcement-bar__item p {
    font-family: "Montserrat", sans-serif !important;
}

#shopify-section-top-bar .t4s-top-bar a {
    font-family: "Montserrat", sans-serif !important;
}

.t4s-featured-collections .t4s-collection-item .t4s-cat-title .t4s_as_title {
  font-family: "Montserrat", sans-serif !important;       font-weight: 300;
  font-size: 20px !important;
  padding-bottom: 0px !important;
}

.t4s-content-position-inner h3.t4s-bl-item {
  font-family: LoraRegular !important;
}

.t4s-content-position-inner h4.t4s-bl-item {
  font-family: "Montserrat", sans-serif !important;
}

a#b_template--16606171463916__2a92e6a7-a637-42ba-8c69-77b48090c3de-166754879965b3546b-2 {
 font-family: "Montserrat", sans-serif !important;   
  font-weight: 500;
  
}

.t4s-collection-item .t4s-cat-title .t4s_as_title {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500;
}

.t4s-top-heading .button {
 font-family: "Montserrat", sans-serif !important;   font-weight: 500;
  font-weight: 500;
}

.t4s_nt_se_template--19391619268866__products_countdown_deal_ezc8xF .t4s-product .t4s-product-title a {
  font-family: "Montserrat", sans-serif !important;       font-weight: 300;
}

.t4s_nt_se_template--19391619268866__products_countdown_deal_ezc8xF .t4s-product .t4s-product-price {
 font-family: "Montserrat", sans-serif !important;   
  font-weight: 500;
}

p.sh {
  font-family: "Montserrat", sans-serif !important;
}

.feature-list-section .feature-title {
 font-family: "Montserrat", sans-serif !important;   font-weight: 500;
  font-weight: 500;
}

.feature-list-section .feature-description {
  font-family: "Montserrat", sans-serif !important;       font-weight: 300;
}

.t4s-shipping-content .t4s-shipping-title {
 font-family: "Montserrat", sans-serif !important;   
  font-weight: 500;
}

.t4s-raw-html p {
  font-family: "Montserrat", sans-serif !important;       font-weight: 300;
}

.t4s-col-lg-custom .t4s-col-inner .t4s-footer-content p {
  font-family: "Montserrat", sans-serif !important;       font-weight: 300;
}

.t4s-newsletter__inner .t4s-newsletter__submit .t4s-newsletter__text {
 font-family: "Montserrat", sans-serif !important;   font-weight: 500;
}

#shopify-section-template--19391619268866__collections_list_E7MYfA .t4s-section-title.t4s-title span {
    font-family: LoraRegular !important;
}

#shopify-section-template--19391619268866__hom_kdGT4D .ti {
    font-family: LoraRegular !important;
}

#insta-feed h2, .instafeed-shopify h2 {
   font-family: "Montserrat", sans-serif !important;   font-weight: 500;
}

.t4s-footer a, .t4s-footer-menu ul li a {
   font-family: "Montserrat", sans-serif !important;   font-weight: 500;
}
h3.t4s-section-title.t4s-title {
    font-family: LoraRegular !important;
}

#t4s-search-hidden .t4s-d-block.t4s-widget__pr-title {
  font-family: "Montserrat", sans-serif !important;       font-weight: 300;
}

#t4s-search-hidden .t4s-widget__pr-price {
 font-family: "Montserrat", sans-serif !important;   font-weight: 500;
}

#t4s-search-hidden .t4s-mini-search__viewAll {
 font-family: "Montserrat", sans-serif !important;   font-weight: 500;
}

#shopify-section-template--19391619268866__hom_kdGT4D .vps-hom-kdgt4d-product-info h3 {
   font-family: "Montserrat", sans-serif !important;   font-weight: 500;
}

.t4s-product .t4s-product-title a {
   font-family: "Montserrat", sans-serif !important;       font-weight: 300;
}

.t4s-product .t4s-product-price {
 font-family: "Montserrat", sans-serif !important;   font-weight: 500;
}

#t4s-callBackVariantproduct-form-8997732057346template--19391619596546__main h4.t4s-swatch__title {
 font-family: "Montserrat", sans-serif !important;   font-weight: 500;
}

#ProductInfo-template--template--19391619596546__main__main .t4s-product-title-wrapper h1 {
  font-family: LoraRegular !important;
}
h1.t4s-product__title {
  font-family: LoraRegular !important;
}
.t4s-product__info-container .t4s-product-price {
 font-family: "Montserrat", sans-serif !important;   font-weight: 500;
}

.qty_wrapper .label {
 font-family: "Montserrat", sans-serif !important;   font-weight: 500;
  font-weight: 550;
}

.t4s-product-form__variants.is-btn-full-width__false .t4s-product-form__submit {
 font-family: "Montserrat", sans-serif !important;   font-weight: 500; 
}

.t4s-product-form__buttons .t4s-pr-wishlist {
 font-family: "Montserrat", sans-serif !important;   font-weight: 500;
}

.t4s-extra-link {
 font-family: "Montserrat", sans-serif !important;   font-weight: 500;
}

.t4s-product_meta {
  font-family: "Montserrat", sans-serif !important;
}

.t4s-richtext_text_QMVka9 {
 font-family: "Montserrat", sans-serif !important;   font-weight: 500;
}

.t4s-product-tabs-wrapper .t4s-tab__title .t4s-tab__text {
 font-family: "Montserrat", sans-serif !important;   font-weight: 500;
}

.t4s-accordion span.t4s-section-des.custom-main-btn.t4s-subtitle.t4s-rte {
  font-size: 1.8rem !important;
  font-family: "Montserrat", sans-serif !important;
}

.t4s-accordion .t4s-type-accordion .t4s-tab-wrapper.t4s-active .t4s-accor-title span.t4s-accor-text {
 font-family: "Montserrat", sans-serif !important;   font-weight: 500;
}

.t4s-accordion .t4s-type-accordion .t4s-tab-content {
  font-family: "Montserrat", sans-serif !important;
}

#MainContent .feature-grid1 h3 {
 font-family: "Montserrat", sans-serif !important;   font-weight: 500;
}

#MainContent .feature-grid1 p {
  font-family: "Montserrat", sans-serif !important;
}

#MainContent .section-footer p {
 font-family: "Montserrat", sans-serif !important;   font-weight: 500;
}

#MainContent .section-footer a {
 font-family: "Montserrat", sans-serif !important;   font-weight: 500;
}

.member-benefits-section .section-title {
  font-family: LoraRegular !important;
}

.tier-name {
 font-family: "Montserrat", sans-serif !important;   font-weight: 500;
  font-weight: 550;
}

.spend-range {
 font-family: "Montserrat", sans-serif !important;   font-weight: 500;
}

#shopify-section-template--19391619268866__hom_kdGT4D .vps-hom-kdgt4d-product-info p {
   font-family: "Montserrat", sans-serif !important;   font-weight: 500;
}

#shopify-section-template--19391619268866__hom_kdGT4D .vps-hom-kdgt4d-buy-now-btn {
   font-family: "Montserrat", sans-serif !important;   font-weight: 500;
}

#shopify-section-template--19391619629314__main .t4s-facets__form .custom-filter-heading {
    font-family: "Montserrat", sans-serif !important;
}

#t4s-mini_cart .t4s-minicart-recommendations__title {
    font-family: LoraRegular !important;
}

.t4s_nt_se_template--19391618875650__heading .t4s-page-head .t4s-desc-head p {
   font-family: "Montserrat", sans-serif !important;
}

.t4s_nt_se_template--19391618875650__heading .t4s-main-cart .t4s-page_cart__title a {
    font-family: "Montserrat", sans-serif !important;
}

.t4s-main-cart .t4s-page_cart__title a {
 font-family: "Montserrat", sans-serif !important;   font-weight: 500;
}

#t4s-callBackVariantproduct-form-8835281125634main-qv .t4s-swatch__title span {
   font-family: "Montserrat", sans-serif !important;   font-weight: 500;
}

#MainContent .section-title1 {
    font-family: LoraRegular !important;
}

.member-benefits-section .section-description {
    font-family: "Montserrat", sans-serif !important;
}

.t4s-table-res-df tbody {
   font-family: "Montserrat", sans-serif !important;   font-weight: 500;
}

#shopify-section-heading-static .t4s-desc-head p {
  font-family: LoraRegular !important;
  font-size: 3.4rem !important;
}

.our-strengths-section h2 {
  font-family: LoraRegular !important;
}

.our-strengths-section .subheading {
   font-family: "Montserrat", sans-serif !important;   font-weight: 500;
  
}

.our-strengths-section .tabs span {
    font-family: LoraRegular !important;
}

.our-strengths-section .text-content h2 {
    font-family: "Montserrat", sans-serif !important;
}

.our-strengths-section .text-content p {
   font-family: "Montserrat", sans-serif !important;   font-weight: 500;
}
.t4s-blog-post .t4s-top-heading{
  --tophead-mb: 10px !important;
}
.t4s-blog-post .t4s-col-item.t4s-col-auto.t4s-col-md p {
  font-family: LoraRegular !important;
  font-size: 3.4rem !important;
  line-height: 1;
}

.t4s_nt_se_template--19640734417154__top_heading_fgkUM7 .t4s-subtitle {
    font-family: "Montserrat", sans-serif !important;
}

.t4s-blog-post .t4s-article-item .t4s-article-title a {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 550;
}

.t4s-blog-post .t4s-article-content.t4s-rte {
  font-family: "Montserrat", sans-serif !important;
}
.t4s-facets__form .t4s-facet .t4s-facet-title {
   font-family: "Montserrat", sans-serif !important;
  font-weight:500;
  letter-spacing: 0px;
}
.t4s-facets__form .custom-filter-heading {
    margin-right: -18px !important;
   font-family: "Montserrat", sans-serif !important;
}
.sortby_dropdown span.custom-filter-subheading {
    font-family: "Montserrat", sans-serif !important;
}
.t4s_nt_se_template--19640734417154__top_heading_9YaM7L .t4s-section-des {
  font-family: "Montserrat", sans-serif !important;
}

.t4s_nt_se_template--19640734417154__feature_columns_DcE8y3 .t4s-feature-columns__title a {
  font-family: "Montserrat", sans-serif !important;       font-weight: 300;
}

.t4s-blog-post .t4s-section-title>span {
  font-family: LoraRegular !important;
}

.t4s-blog-post .t4s-section-des p {
  font-family: "Montserrat", sans-serif !important;
}

#t4s-mini_cart {
 font-family: "Montserrat", sans-serif !important;   font-weight: 500;
}

.t4s_nt_se_template--19391618875650__heading h5 {
  font-family: LoraRegular !important;
  font-size: 3.4rem !important;
}

.t4s-section-sub-heading.t4s-fnt-fm-inherit.t4s-font-italic-false {
    margin: 0px 45px;
}

.contact-section-own {
  text-align:center; 
  padding: 40px 40px 0px 40px; 
  color:#5d514a;
}

.contact-us-heading-own {
  padding-bottom:2%; 
  font-size: 4.4rem; 
  color:#5d514a;
  font-family: LoraRegular !important;
}

.contact-us-discription-own {
  font-size: 1.6rem; 
  max-width: 700px; 
  margin: 0 auto 2rem auto; 
  line-height: 1.7; 
  color:#5d514a;
  font-family: "Montserrat", sans-serif !important;
}

.contact-us-phone-own, .contact-us-email-own, .contact-us-mail-own, .contact-us-dis-own, .contact-us-dis-own, .contact-us-notes-own {
  font-size: 1.8rem; 
  color:#5d514a;
 font-family: "Montserrat", sans-serif !important;   font-weight: 500;
  margin-bottom: 0.1rem;
}

@media (min-width: 300px) and (max-width: 500px) {
  .contact-us-heading-own {
    font-size: 2.4rem; 
  }

  .contact-us-discription-own {
    font-size: 1.2rem; 
  }

  .contact-us-phone-own, .contact-us-email-own, .contact-us-mail-own, .contact-us-dis-own, .contact-us-dis-own, .contact-us-notes-own {
    font-size: 1.4rem; 
  }
}
@media (min-width: 500px) and (max-width: 1024px) {
  .contact-us-heading-own {
    font-size: 3.4rem; 
  }

  .contact-us-discription-own {
    font-size: 1.7rem; 
  }

  .contact-us-phone-own, .contact-us-email-own, .contact-us-mail-own, .contact-us-dis-own, .contact-us-dis-own, .contact-us-notes-own {
    font-size: 2.1rem; 
  }
}

.t4s-product-form__buttons .t4s-pr-wishlist:hover {
    color: #fff;
    border-color: var(--wishlist-hover-color);
    background-color: #91704f;
    opacity: .8 !important;
}

.t4s_nt_se_template--19640734417154__top_heading_9YaM7L .t4s-container {
  padding-right: 1.5% !important;
  padding-left: 1.5% !important;
}

.t4s_nt_se_template--19640734417154__top_heading_fgkUM7 .t4s-container {
  padding-right: 1.5% !important;
  padding-left: 1.5% !important;
}

.t4s-raw-html p {
   font-size: 1.62rem !important;
}

#shopify-section-shipping .t4s-container {
  padding : 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}

#shopify-section-shipping .t4s-container>div {
    display: flex;
    justify-content: space-around !important;
}

@media (min-width: 1025px) {
    #shopify-section-shipping .t4s-shipping-list > .t4s-col-item {
        width: fit-content !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
  section#shopify-section-shipping {
    margin: 36px 0px 0px;
}
  a.button.custom-btn {
    font-size: 18px;
  }
  p.feature-description {
    font-size: 20px;
}
  p.feature-title {
    font-size: 20px;
}
  p.sh {
    font-size: 23px;
}
  /* .t4s-toolbart-search.t4s-toolbar-item.t4s-d-lg-none {
    display: inline-block !important;
} */
  #shopify-section-header-inline .t4s-col-lg-2 {
        width: 14.666667%;
    }
  .merge10 {
    width: 82%;
    display: flex
;
    flex-direction: column-reverse;
    gap:22px;
    padding:0px !important;
    margin:0px !important;
}
}
    .t4s-nav__ul>li> a {
        font-family: "Montserrat", sans-serif !important;
    
    }

.t4s_nt_se_template--19391619268866__products_countdown_deal_ezc8xF .t4s-section-title {
  
    text-align: center;
}

.t4s_nt_se_template--19391619268866__products_countdown_deal_ezc8xF .t4s-section-title>span {
  margin-left: 10% !important;
}


@media (min-width: 1025px) {
    /* #t4s-search-hidden.t4s-search-fullwidth .t4s-pr-search__wrap {
        height: max-content !important;
    } */
  .main-search-page .t4s-collection-header.t4s-d-flex.t4s-align-items-center {
    gap: 25px !important;
}
}

@media (min-width: 1025px) {
    /* #t4s-search-hidden.t4s-search-fullwidth.t4s-drawer {
        height: 70% !important;
    } */
  .result_search_result {
    display: grid
;
    grid-template-columns: calc(22.33% - 18px) calc(22.33% - 18px) calc(22.33% - 18px) !important;
    gap: 26px;
    
}
  #t4s-search-hidden div[data-viewall-search] {
 
    margin: 20px auto 15px !important;
   
}
}

@media (min-width: 819px) and (max-width: 1024px) {
    #t4s-search-hidden.t4s-search-fullwidth.t4s-drawer {
        height: 34% !important;
    }
}

@media (min-width: 300px) and (max-width: 1024px) {
    .merge10 .t4s-toolbart-search.t4s-toolbar-item{  
        display: none !important;
    }
}

.t4s_nt_se_template--19550885642498__accordion_wbCBzD .t4s-type-accordion .t4s-accor-title {
    background-color: #fff !important;
}

#t4s-tab_item_hEcTqf .flickityt4s-button.flickityt4s-prev-next-button.previous {
    margin-top: -16% !important;
    margin-left: 89% !important;
} 

#t4s-tab_item_hEcTqf .flickityt4s-button.flickityt4s-prev-next-button.next {
    margin-top: -16% !important;
    margin-right: 3% !important;
}

.t4s_nt_se_template--19720265203970__tabs_collection_pXTjEg {
    margin-top: 50px !important;
}

.t4s-swatch__current.t4s-dib {
    font-family: "Montserrat", sans-serif !important;   font-weight: 500;
}

#MainContent h2 {
  font-family: LoraRegular !important;
}

#MainContent a {
    font-family: "Montserrat", sans-serif !important;   font-weight: 500;
}

#MainContent .t4s-dropdown.t4s-dropdown__sortby button {
    font-family: "Montserrat", sans-serif !important;   font-weight: 500;
}
/* @media (min-width: 1025px) {
    .t4s_nt_se_template--19391619268866__products_countdown_deal_ezc8xF a:hover, .t4s_as_link:hover {
        color: black !important;
        background-color: #b59677 !important;
        border: 2px solid black!important ;
    }
}

.t4s_nt_se_template--19391619268866__products_countdown_deal_ezc8xF .custom-product-btn {
    width: 8.5% !important;
} */

.metafield-rich_text_field p {
  font-family: "Montserrat", sans-serif !important;   font-weight: 500;
}
.description-container {
  font-family: "Montserrat", sans-serif !important;   font-weight: 500;
}
.instafeed-new-layout-item {
    clip-path: inset(0px round 0px) !important;
}
.t4s-cate-wrapper:hover .t4s-cat-title span {
  color: #151413 !important;
}
@media (min-width: 1025px) {
    #t4s-search-hidden.t4s-search-fullwidth .t4s-pr-search__wrap {
        overflow-y: auto !important;
    }
}
@media (min-width: 768px) {
  .collaborate-button-wrapper {
    display: none;
}
}
@media (max-width: 768px) {
  .vps-hom-kdgt4d-slider-container {
    padding-top: 10px !important;
    height: 230px !important;
    z-index: 11 !important;
  }
   .vps-hom-kdgt4d-product-card {
    padding-bottom: 78px !important;
  }
  .t4s-product .t4s-product-info {
    padding-top: 0 !important;
  }
  .t4s-featured-collections .t4s-collection-item .t4s-cat-title .t4s_as_title{
        font-size: 12px !important;
  }
   .t4s-col-group_btns .t4s-site-nav__icon.t4s-site-nav__search {
    display: block !important;
}
      .t4s-col-group_btns {
        justify-content: flex-start !important;
    }
  #MainContent a {
    border: 1px solid white;
}
  .collaborate-button-wrapper {
    margin-top: 2rem;
    margin-bottom: 3rem;
}
  .collaborate-button {
    padding: 10px !important;
    
}
  div#b_ {
    width: 100%;
}
  .t4s_ratio.t4s-bg-11.t4s-child-lazyloaded {
    border-radius: 0px !important;
}
  .feature-list-left {
    padding: 25px 10px 0px;
}
  .t4s-shipping .t4s-shipping-inner {
    flex-direction: column !important;
}
  .t4s-socials.t4s-socials-style-1.t4s-socials-size-large.t4s-setts-color-false.t4s-row.t4s-gx-md-5.t4s-gy-md-5.t4s-gx-2.t4s-gy-2 {
    display: none !important;
}
}

.t4s-subtitle {
    font-style: normal !important;
}
.custom-product-btn {
    padding: 8px 16px !important;
}
.t4s-main-page.t4s-col-item p {
  font-size: 18px;
}
@media (max-width: 768px) {
  a.button.custom-product-btn {
    border: 1px solid #D9D6D4 !important;
}
}

.image-button-own {
    height: 100%;
}
@media (min-width: 1025px) {
    .feature-list-right img {
        height: 100% !important;
    }
}

.t4s-blog-post {
  margin-top: 40px;
}
#shopify-section-header-inline {
  box-shadow: 3px 3px 3px #00000026;
}
.vps-hom-kdgt4d-flickity-prev-next-button{
  top: -10px !important;
}