/** Shopify CDN: Minification failed

Line 4915:1 Unexpected "<"
Line 7438:0 Unexpected "<"
Line 7445:0 Unexpected "<"
Line 7507:0 Unexpected "<"
Line 7562:12 Unexpected "{"
Line 7562:17 Expected ":"
Line 7562:21 Unexpected "{"
Line 7569:12 Unexpected "{"
Line 7569:17 Expected ":"
Line 7570:12 Unexpected "{"
... and 97 more hidden warnings

**/
/*
Theme Name: Core The4
Author: The4
*/

/* custom font family start */
@font-face {
    font-family: 'Helvetica Neue';
    src: url('/cdn/shop/files/HelveticaNeue-Medium.woff2?v=1782539261') format('woff2'),
        url('/cdn/shop/files/HelveticaNeue-Medium.woff?v=1782539261') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/cdn/shop/files/HelveticaNeue-Light.woff2?v=1782705754') format('woff2'),
        url('/cdn/shop/files/HelveticaNeue-Light.woff?v=1782705754') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/cdn/shop/files/HelveticaNeue-Bold.woff2?v=1782706335') format('woff2'),
        url('/cdn/shop/files/HelveticaNeue-Bold.woff?v=1782706335') format('woff');
    font-weight: 700;
    font-style: normal; 
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/cdn/shop/files/HelveticaNeue-Roman.woff2?v=1782708402') format('woff2'),
        url('/cdn/shop/files/HelveticaNeue-Roman.woff?v=1782708403') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* custom font family end */

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

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  /* line-height: 1; */
  -ms-overflow-style: scrollbar;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }
body {
  margin: 0;
  background-color: #ffffff;
  color: #878787;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  line-height: 1.6; 
  scroll-behavior: smooth;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 35px;
  width: 100%;
  line-height: 1.4; }
table, td, th {
    border: 1px solid var(--border-color);
    vertical-align: middle;
}
caption, th, td {
  vertical-align: middle;
  text-align: start;
  font-weight: normal; }
th {
    border-width: 0 1px 1px 0;
    font-weight: 600
}

td {
    border-width: 0 1px 1px 0
}

td,th {
    padding: 10px
}

q, blockquote {
  quotes: none; }

q:before,
q:after,
blockquote:before,
blockquote:after {
  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: none;
    text-shadow: none;
    text-transform: none;
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: color .3s ease, background-color .3s ease, border-color .3s ease, box-shadow .3s ease, opacity .3s ease;
 }
/* input:not([type=submit]):not([type=checkbox]), select, textarea */
input, select, textarea {
    font-size: 13px;
    outline: 0;
    padding: 10px 15px;
    transition: border-color .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: #333333;
  text-decoration: none;
    transition: all .25s ease; }
  /* a:hover, a:focus, a:active { */
  a:hover, a:active {
    outline: none;
    text-decoration: none; }
  a:hover {
    color: #242424; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .t4s_title a { 
    font-family: inherit; }

/*   h1 a:not(:hover), h2 a:not(:hover), h3 a:not(:hover), h4 a:not(:hover), h5 a:not(:hover), h6 a:not(:hover), .t4s_title a:not(:hover) {
      color: 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; }

strong,
b {
  font-weight: 600; }

mark {
  display: inline-block;
  padding: 5px 8px;
  background-color: #f7f7f7;
  color: #333333;
  font-weight: 600;
  line-height: 1; }

code,
kbd {
  padding: 2px 5px; }

code,
kbd,
pre,
samp {
  -webkit-hyphens: none;
  hyphens: none;
  font-family: monospace, serif; }

ins {
  text-decoration: none; }

pre {
  overflow: auto;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #f7f7f7;
  text-align: start;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

i,
dfn,
em,
cite,
var {
  font-style: italic; }

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 1; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

small {
  font-size: 80%; }

hr {
  margin-top: 15px;
  margin-bottom: 15px;
  max-width: 100px;
  border: none;
  border-bottom: 1px solid var(--border-color);
}
.shopify-policy__container {
    max-width: 110ch!important;
}
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
}

iframe,
embed {
  max-width: 100%; }

blockquote {
  margin-bottom: 20px;
  padding-left: 30px;
  border-left: 2px solid;
  font-style: italic;
  font-size: 110%; }
  blockquote p {
    margin-bottom: 0; }
  blockquote cite {
    display: block;
    margin-top: 10px;
    color: #333333;
    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: #ffffff; }
  .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),.5);
    outline-offset: 0.3rem;
    box-shadow: none;
    /* box-shadow: 0 0 0 0.3rem rgb(var(--text-color-rgb)),0 0 0.5rem 0.4rem rgba(var(--text-color-rgb),.3); */
}
/* ::selection {
  background-color: rgba(var(--color-foreground), 0.2);
} */

.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: none;
}
select {
    padding: 0 30px 0 15px;
    max-width: 100%;
    width: 100%;
    height: 40px;
    vertical-align: middle;
    font-size: 14px;
    transition: border-color .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 {
    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: 0px;
    font-size: 50px;
    position: absolute;
}
blockquote:after, q:after {
    content: no-close-quote;
}
em {
    font-family: var(--font-family-3) !important;
}
/*
 * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

.t4s-container,
.t4s-container-fluid,
.t4s-container-xxl,
.t4s-container-xl,
.t4s-container-lg,
.t4s-container-md,
.t4s-container-sm {
  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: 576px) {
  .t4s-container-sm, .t4s-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .t4s-container-md, .t4s-container-sm, .t4s-container {
    max-width: 720px;
  }
}
@media (min-width: 1025px) {
  .t4s-container-lg, .t4s-container-md, .t4s-container-sm, .t4s-container {
    max-width: 960px;
  }
} */
@media (min-width: 1200px) {
  .t4s-container-xl, .t4s-container-lg, .t4s-container-md, .t4s-container-sm, .t4s-container {
    max-width: 1170px;
  }
}
@media (min-width: 1230px) {
  .t4s-container-xl, .t4s-container-lg, .t4s-container-md, .t4s-container-sm, .t4s-container {
    max-width: 1200px;
  }
}
/* @media (min-width: 1400px) {
  .t4s-container-xxl, .t4s-container-xl, .t4s-container-lg, .t4s-container-md, .t4s-container-sm, .t4s-container {
    max-width: 1320px;
  }
} */
.t4s-row {
  --ts-gutter-x: 3rem;
  --ts-gutter-y: 0;
  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-row > .t4s-row-item,
.t4s-row > .t4s-col-item {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
} */
/* .t4s-col-item,
.t4s-col, .t4s-col-1, .t4s-col-10, .t4s-col-11, .t4s-col-12, .t4s-col-15, .t4s-col-2, .t4s-col-3, .t4s-col-4, .t4s-col-5, .t4s-col-6, .t4s-col-7, .t4s-col-8, .t4s-col-9, .t4s-col-auto, 
.t4s-col-lg, .t4s-col-lg-1, .t4s-col-lg-10, .t4s-col-lg-11, .t4s-col-lg-12, .t4s-col-lg-15, .t4s-col-lg-2, .t4s-col-lg-3, .t4s-col-lg-4, .t4s-col-lg-5, .t4s-col-lg-6, .t4s-col-lg-7, .t4s-col-lg-8, .t4s-col-lg-9, .t4s-col-lg-auto, 
.t4s-col-md, .t4s-col-md-1, .t4s-col-md-10, .t4s-col-md-11, .t4s-col-md-12, .t4s-col-md-15, .t4s-col-md-2, .t4s-col-md-3, .t4s-col-md-4, .t4s-col-md-5, .t4s-col-md-6, .t4s-col-md-7, .t4s-col-md-8, .t4s-col-md-9, .t4s-col-md-auto, .t4s-col-nt-auto, 
.t4s-col-sm, .t4s-col-sm-1, .t4s-col-sm-10, .t4s-col-sm-11, .t4s-col-sm-12, .t4s-col-sm-2, .t4s-col-sm-3, .t4s-col-sm-4, .t4s-col-sm-5, .t4s-col-sm-6, .t4s-col-sm-7, .t4s-col-sm-8, .t4s-col-sm-9, .t4s-col-sm-auto, 
.t4s-col-xl, .t4s-col-xl-1, .t4s-col-xl-10, .t4s-col-xl-11, .t4s-col-xl-12, .t4s-col-xl-2, .t4s-col-xl-3, .t4s-col-xl-4, .t4s-col-xl-5, .t4s-col-xl-6, .t4s-col-xl-7, .t4s-col-xl-8, .t4s-col-xl-9, .t4s-col-xl-auto  */
.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%;
}
/* .t4s-row > .t4s-row-item,
.t4s-row > .t4s-col-item,.t4s-row .flickityt4s-slider> .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);
} */
.t4s-col-item {
  flex: 0 0 auto;
}
.t4s-col {
  flex: 1 0 0%;
}

.t4s-row-cols-auto > .t4s-col-item,.t4s-row-cols-auto .flickityt4s-slider> .t4s-col-item {
  flex: 0 0 auto;
  width: auto;
}

.t4s-row-cols-1 > .t4s-col-item,.t4s-row-cols-1 .flickityt4s-slider> .t4s-col-item,
.t4s-row-cols-list_t4s > .t4s-col-item {
  width: 100%;
}

.t4s-row-cols-2 > .t4s-col-item,.t4s-row-cols-2 .flickityt4s-slider> .t4s-col-item {
  width: 50%;
}

.t4s-row-cols-3 > .t4s-col-item,.t4s-row-cols-3 .flickityt4s-slider> .t4s-col-item {
  width: 33.3333333333%;
}

.t4s-row-cols-4 > .t4s-col-item,.t4s-row-cols-4 .flickityt4s-slider> .t4s-col-item {
  width: 25%;
}

.t4s-row-cols-5 > .t4s-col-item,.t4s-row-cols-5 .flickityt4s-slider> .t4s-col-item,
.t4s-col-15 {
  flex: 0 0 auto;
  width: 20%;
}

.t4s-row-cols-6 > .t4s-col-item,.t4s-row-cols-6 .flickityt4s-slider> .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: 0;
}

.t4s-g-0,
.t4s-gy-0 {
  --ts-gutter-y: 0;
}

.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 > .t4s-col-item,.t4s-row-cols-sm-auto .flickityt4s-slider> .t4s-col-item {
    flex: 0 0 auto;
    width: auto;
  }

  .t4s-row-cols-sm-1 > .t4s-col-item,.t4s-row-cols-sm-1 .flickityt4s-slider> .t4s-col-item {
    width: 100%;
  }

  .t4s-row-cols-sm-2 > .t4s-col-item,.t4s-row-cols-sm-2 .flickityt4s-slider> .t4s-col-item {
    width: 50%;
  }

  .t4s-row-cols-sm-3 > .t4s-col-item,.t4s-row-cols-sm-3 .flickityt4s-slider> .t4s-col-item {
    width: 33.3333333333%;
  }

  .t4s-row-cols-sm-4 > .t4s-col-item,.t4s-row-cols-sm-4 .flickityt4s-slider> .t4s-col-item {
    width: 25%;
  }

  .t4s-row-cols-sm-5 > .t4s-col-item,.t4s-row-cols-sm-5 .flickityt4s-slider> .t4s-col-item,
  .t4s-col-sm-15 {
    width: 20%;
  }

  .t4s-row-cols-sm-6 > .t4s-col-item,.t4s-row-cols-sm-6 .flickityt4s-slider> .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: 0;
  }

  .t4s-g-sm-0,
  .t4s-gy-sm-0 {
    --ts-gutter-y: 0;
  }

  .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 > .t4s-col-item,.t4s-row-cols-md-auto .flickityt4s-slider> .t4s-col-item {
    flex: 0 0 auto;
    width: auto;
  }

  .t4s-row-cols-md-1 > .t4s-col-item,.t4s-row-cols-md-1 .flickityt4s-slider> .t4s-col-item,
  .t4s-row-cols-md-list_t4s > .t4s-col-item {
    width: 100%;
  }

  .t4s-row-cols-md-2 > .t4s-col-item,.t4s-row-cols-md-2 .flickityt4s-slider> .t4s-col-item {
    width: 50%;
  }

  .t4s-row-cols-md-3 > .t4s-col-item,.t4s-row-cols-md-3 .flickityt4s-slider> .t4s-col-item {
    width: 33.3333333333%;
  }

  .t4s-row-cols-md-4 > .t4s-col-item,.t4s-row-cols-md-4 .flickityt4s-slider> .t4s-col-item {
    width: 25%;
  }

  .t4s-row-cols-md-5 > .t4s-col-item,.t4s-row-cols-md-5 .flickityt4s-slider> .t4s-col-item,
  .t4s-col-md-15 {
    width: 20%;
  }

  .t4s-row-cols-md-6 > .t4s-col-item,.t4s-row-cols-md-6 .flickityt4s-slider> .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,.t4s-col-item.t4s-col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  } */

  .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: 0;
  }

  .t4s-g-md-0,
  .t4s-gy-md-0 {
    --ts-gutter-y: 0;
  }

  .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 > .t4s-col-item,.t4s-row-cols-lg-auto .flickityt4s-slider> .t4s-col-item {
    flex: 0 0 auto;
    width: auto;
  }

  .t4s-row-cols-lg-1 > .t4s-col-item,.t4s-row-cols-lg-1 .flickityt4s-slider> .t4s-col-item,
  .t4s-row-cols-lg-list_t4s > .t4s-col-item {
    width: 100%;
  }

  .t4s-row-cols-lg-2 > .t4s-col-item,.t4s-row-cols-lg-2 .flickityt4s-slider> .t4s-col-item {
    width: 50%;
  }

  .t4s-row-cols-lg-3 > .t4s-col-item,.t4s-row-cols-lg-3 .flickityt4s-slider> .t4s-col-item {
    width: 33.3333333333%;
  }

  .t4s-row-cols-lg-4 > .t4s-col-item,.t4s-row-cols-lg-4 .flickityt4s-slider> .t4s-col-item {
    width: 25%;
  }

  .t4s-row-cols-lg-5 > .t4s-col-item,.t4s-row-cols-lg-5 .flickityt4s-slider> .t4s-col-item,
  .t4s-col-lg-15 {
    width: 20%;
  }

  .t4s-row-cols-lg-6 > .t4s-col-item,.t4s-row-cols-lg-6 .flickityt4s-slider> .t4s-col-item {
    width: 16.6666666667%;
  }
  .t4s-row-cols-lg-7 > .t4s-col-item,.t4s-row-cols-lg-7 .flickityt4s-slider> .t4s-col-item {
    width: 14.285714286%;
  }
  .t4s-row-cols-lg-8 > .t4s-col-item,.t4s-row-cols-lg-8 .flickityt4s-slider> .t4s-col-item {
    width: 12.5%;
  }
  .t4s-row-cols-lg-9 > .t4s-col-item,.t4s-row-cols-lg-9 .flickityt4s-slider> .t4s-col-item {
    width: 11.1111111111%;
  }

  .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-lg-6,.t4s-col-item.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: 0;
  }

  .t4s-g-lg-0,
  .t4s-gy-lg-0 {
    --ts-gutter-y: 0;
  }

  .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-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;
  }
}
/* @media (min-width: 1200px) {
  .t4s-col-xl {
    flex: 1 0 0%;
  }

  .t4s-row-cols-xl-auto > .t4s-col-item,.t4s-row-cols-xl-auto .flickityt4s-slider> .t4s-col-item {
    flex: 0 0 auto;
    width: auto;
  }

  .t4s-row-cols-xl-1 > .t4s-col-item,.t4s-row-cols-xl-1 .flickityt4s-slider> .t4s-col-item {
    width: 100%;
  }

  .t4s-row-cols-xl-2 > .t4s-col-item,.t4s-row-cols-xl-2 .flickityt4s-slider> .t4s-col-item {
    width: 50%;
  }

  .t4s-row-cols-xl-3 > .t4s-col-item,.t4s-row-cols-xl-3 .flickityt4s-slider> .t4s-col-item {
    width: 33.3333333333%;
  }

  .t4s-row-cols-xl-4 > .t4s-col-item,.t4s-row-cols-xl-4 .flickityt4s-slider> .t4s-col-item {
    width: 25%;
  }

  .t4s-row-cols-xl-5 > .t4s-col-item,.t4s-row-cols-xl-5 .flickityt4s-slider> .t4s-col-item,
  .t4s-col-xl-15 {
    width: 20%;
  }

  .t4s-row-cols-xl-6 > .t4s-col-item,.t4s-row-cols-xl-6 .flickityt4s-slider> .t4s-col-item {
    width: 16.6666666667%;
  }

  .t4s-col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .t4s-col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .t4s-col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .t4s-col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .t4s-col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .t4s-col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .t4s-col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .t4s-col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .t4s-col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .t4s-col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .t4s-col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .t4s-col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .t4s-col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .t4s-offset-xl-0 {
    margin-inline-start: 0;
  }

  .t4s-offset-xl-1 {
    margin-inline-start: 8.33333333%;
  }

  .t4s-offset-xl-2 {
    margin-inline-start: 16.66666667%;
  }

  .t4s-offset-xl-3 {
    margin-inline-start: 25%;
  }

  .t4s-offset-xl-4 {
    margin-inline-start: 33.33333333%;
  }

  .t4s-offset-xl-5 {
    margin-inline-start: 41.66666667%;
  }

  .t4s-offset-xl-6 {
    margin-inline-start: 50%;
  }

  .t4s-offset-xl-7 {
    margin-inline-start: 58.33333333%;
  }

  .t4s-offset-xl-8 {
    margin-inline-start: 66.66666667%;
  }

  .t4s-offset-xl-9 {
    margin-inline-start: 75%;
  }

  .t4s-offset-xl-10 {
    margin-inline-start: 83.33333333%;
  }

  .t4s-offset-xl-11 {
    margin-inline-start: 91.66666667%;
  }

  .t4s-g-xl-0,
  .t4s-gx-xl-0,
  .t4s-px-xl-0 {
    --ts-gutter-x: 0;
  }

  .t4s-g-xl-0,
  .t4s-gy-xl-0 {
    --ts-gutter-y: 0;
  }

  .t4s-g-xl-2,
  .t4s-gx-xl-2,
  .t4s-px-xl-2 {
    --ts-gutter-x: 2px;
  }

  .t4s-g-xl-2,
  .t4s-gy-xl-2 {
    --ts-gutter-y: 2px;
  }

  .t4s-g-xl-4,
  .t4s-gx-xl-4,
  .t4s-px-xl-4 {
    --ts-gutter-x: 4px;
  }

  .t4s-g-xl-4,
  .t4s-gy-xl-4 {
    --ts-gutter-y: 4px;
  }

  .t4s-g-xl-5,
  .t4s-gx-xl-5,
  .t4s-px-xl-5 {
    --ts-gutter-x: 5px;
  }

  .t4s-g-xl-5,
  .t4s-gy-xl-5 {
    --ts-gutter-y: 5px;
  }

  .t4s-g-xl-6,
  .t4s-gx-xl-6,
  .t4s-px-xl-6 {
    --ts-gutter-x: 6px;
  }

  .t4s-g-xl-6,
  .t4s-gy-xl-6 {
    --ts-gutter-y: 6px;
  }

  .t4s-g-xl-8,
  .t4s-gx-xl-8,
  .t4s-px-xl-8 {
    --ts-gutter-x: 8px;
  }

  .t4s-g-xl-8,
  .t4s-gy-xl-8 {
    --ts-gutter-y: 8px;
  }

  .t4s-g-xl-10,
  .t4s-gx-xl-10,
  .t4s-px-xl-10 {
    --ts-gutter-x: 10px;
  }

  .t4s-g-xl-10,
  .t4s-gy-xl-10 {
    --ts-gutter-y: 10px;
  }

  .t4s-g-xl-20,
  .t4s-gx-xl-20,
  .t4s-px-xl-20 {
    --ts-gutter-x: 20px;
  }

  .t4s-g-xl-20,
  .t4s-gy-xl-20 {
    --ts-gutter-y: 20px;
  }

  .t4s-g-xl-30,
  .t4s-gx-xl-30,
  .t4s-px-xl-30 {
    --ts-gutter-x: 30px;
  }

  .t4s-g-xl-30,
  .t4s-gy-xl-30 {
    --ts-gutter-y: 30px;
  }
}
@media (min-width: 1400px) {
  .t4s-col-xxl {
    flex: 1 0 0%;
  }

  .t4s-row-cols-xxl-auto > .t4s-col-item,.t4s-row-cols-xxl-auto .flickityt4s-slider> .t4s-col-item {
    flex: 0 0 auto;
    width: auto;
  }

  .t4s-row-cols-xxl-1 > .t4s-col-item,.t4s-row-cols-xxl-1 .flickityt4s-slider> .t4s-col-item {
    flex: 0 0 auto;
    width: 100%;
  }

  .t4s-row-cols-xxl-2 > .t4s-col-item,.t4s-row-cols-xxl-2 .flickityt4s-slider> .t4s-col-item {
    flex: 0 0 auto;
    width: 50%;
  }

  .t4s-row-cols-xxl-3 > .t4s-col-item,.t4s-row-cols-xxl-3 .flickityt4s-slider> .t4s-col-item {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .t4s-row-cols-xxl-4 > .t4s-col-item,.t4s-row-cols-xxl-4 .flickityt4s-slider> .t4s-col-item {
    flex: 0 0 auto;
    width: 25%;
  }

  .t4s-row-cols-xxl-5 > .t4s-col-item,.t4s-row-cols-xxl-5 .flickityt4s-slider> .t4s-col-item,
  .t4s-col-xxl-15 {
    flex: 0 0 auto;
    width: 20%;
  }

  .t4s-row-cols-xxl-6 > .t4s-col-item,.t4s-row-cols-xxl-6 .flickityt4s-slider> .t4s-col-item {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .t4s-col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .t4s-col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .t4s-col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .t4s-col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .t4s-col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .t4s-col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .t4s-col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .t4s-col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .t4s-col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .t4s-col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .t4s-col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .t4s-col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .t4s-col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .t4s-offset-xxl-0 {
    margin-inline-start: 0;
  }

  .t4s-offset-xxl-1 {
    margin-inline-start: 8.33333333%;
  }

  .t4s-offset-xxl-2 {
    margin-inline-start: 16.66666667%;
  }

  .t4s-offset-xxl-3 {
    margin-inline-start: 25%;
  }

  .t4s-offset-xxl-4 {
    margin-inline-start: 33.33333333%;
  }

  .t4s-offset-xxl-5 {
    margin-inline-start: 41.66666667%;
  }

  .t4s-offset-xxl-6 {
    margin-inline-start: 50%;
  }

  .t4s-offset-xxl-7 {
    margin-inline-start: 58.33333333%;
  }

  .t4s-offset-xxl-8 {
    margin-inline-start: 66.66666667%;
  }

  .t4s-offset-xxl-9 {
    margin-inline-start: 75%;
  }

  .t4s-offset-xxl-10 {
    margin-inline-start: 83.33333333%;
  }

  .t4s-offset-xxl-11 {
    margin-inline-start: 91.66666667%;
  }

  .t4s-g-xxl-0,
  .t4s-gx-xxl-0,
  .t4s-px-xxl-0 {
    --ts-gutter-x: 0;
  }

  .t4s-g-xxl-0,
  .t4s-gy-xxl-0 {
    --ts-gutter-y: 0;
  }

  .t4s-g-xxl-2,
  .t4s-gx-xxl-2,
  .t4s-px-xxl-2 {
    --ts-gutter-x: 2px;
  }

  .t4s-g-xxl-2,
  .t4s-gy-xxl-2 {
    --ts-gutter-y: 2px;
  }

  .t4s-g-xxl-4,
  .t4s-gx-xxl-4,
  .t4s-px-xxl-4 {
    --ts-gutter-x: 4px;
  }

  .t4s-g-xxl-4,
  .t4s-gy-xxl-4 {
    --ts-gutter-y: 4px;
  }

  .t4s-g-xxl-5,
  .t4s-gx-xxl-5,
  .t4s-px-xxl-5 {
    --ts-gutter-x: 5px;
  }

  .t4s-g-xxl-5,
  .t4s-gy-xxl-5 {
    --ts-gutter-y: 5px;
  }

  .t4s-g-xxl-6,
  .t4s-gx-xxl-6,
  .t4s-px-xxl-6 {
    --ts-gutter-x: 6px;
  }

  .t4s-g-xxl-6,
  .t4s-gy-xxl-6 {
    --ts-gutter-y: 6px;
  }

  .t4s-g-xxl-8,
  .t4s-gx-xxl-8,
  .t4s-px-xxl-8 {
    --ts-gutter-x: 8px;
  }

  .t4s-g-xxl-8,
  .t4s-gy-xxl-8 {
    --ts-gutter-y: 8px;
  }

  .t4s-g-xxl-10,
  .t4s-gx-xxl-10,
  .t4s-px-xxl-10 {
    --ts-gutter-x: 10px;
  }

  .t4s-g-xxl-10,
  .t4s-gy-xxl-10 {
    --ts-gutter-y: 10px;
  }

  .t4s-g-xxl-20,
  .t4s-gx-xxl-20,
  .t4s-px-xxl-20 {
    --ts-gutter-x: 20px;
  }

  .t4s-g-xxl-20,
  .t4s-gy-xxl-20 {
    --ts-gutter-y: 20px;
  }

  .t4s-g-xxl-30,
  .t4s-gx-xxl-30,
  .t4s-px-xxl-30 {
    --ts-gutter-x: 30px;
  }

  .t4s-g-xxl-30,
  .t4s-gy-xxl-30 {
    --ts-gutter-y: 30px;
  }
} */
.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 (min-width: 1200px) {
  .t4s-d-xl-inline {
    display: inline !important;
  }

  .t4s-d-xl-inline-block {
    display: inline-block !important;
  }

  .t4s-d-xl-block {
    display: block !important;
  }

  .t4s-d-xl-grid {
    display: grid !important;
  }

  .t4s-d-xl-table {
    display: table !important;
  }

  .t4s-d-xl-table-row {
    display: table-row !important;
  }

  .t4s-d-xl-table-cell {
    display: table-cell !important;
  }

  .t4s-d-xl-flex {
    display: flex !important;
  }

  .t4s-d-xl-inline-flex {
    display: inline-flex !important;
  }

  .t4s-d-xl-none {
    display: none !important;
  }

  .t4s-flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .t4s-flex-xl-row {
    flex-direction: row !important;
  }

  .t4s-flex-xl-column {
    flex-direction: column !important;
  }

  .t4s-flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .t4s-flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .t4s-flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .t4s-flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .t4s-flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .t4s-flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .t4s-flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .t4s-flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .t4s-flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .t4s-justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .t4s-justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .t4s-justify-content-xl-center {
    justify-content: center !important;
  }

  .t4s-justify-content-xl-between {
    justify-content: space-between !important;
  }

  .t4s-justify-content-xl-around {
    justify-content: space-around !important;
  }

  .t4s-justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .t4s-align-items-xl-start {
    align-items: flex-start !important;
  }

  .t4s-align-items-xl-end {
    align-items: flex-end !important;
  }

  .t4s-align-items-xl-center {
    align-items: center !important;
  }

  .t4s-align-items-xl-baseline {
    align-items: baseline !important;
  }

  .t4s-align-items-xl-stretch {
    align-items: stretch !important;
  }

  .t4s-align-content-xl-start {
    align-content: flex-start !important;
  }

  .t4s-align-content-xl-end {
    align-content: flex-end !important;
  }

  .t4s-align-content-xl-center {
    align-content: center !important;
  }

  .t4s-align-content-xl-between {
    align-content: space-between !important;
  }

  .t4s-align-content-xl-around {
    align-content: space-around !important;
  }

  .t4s-align-content-xl-stretch {
    align-content: stretch !important;
  }

  .t4s-align-self-xl-auto {
    align-self: auto !important;
  }

  .t4s-align-self-xl-start {
    align-self: flex-start !important;
  }

  .t4s-align-self-xl-end {
    align-self: flex-end !important;
  }

  .t4s-align-self-xl-center {
    align-self: center !important;
  }

  .t4s-align-self-xl-baseline {
    align-self: baseline !important;
  }

  .t4s-align-self-xl-stretch {
    align-self: stretch !important;
  }

  .t4s-order-xl-first {
    order: -1 !important;
  }

  .t4s-order-xl-0 {
    order: 0 !important;
  }

  .t4s-order-xl-1 {
    order: 1 !important;
  }

  .t4s-order-xl-2 {
    order: 2 !important;
  }

  .t4s-order-xl-3 {
    order: 3 !important;
  }

  .t4s-order-xl-4 {
    order: 4 !important;
  }

  .t4s-order-xl-5 {
    order: 5 !important;
  }

  .t4s-order-xl-last {
    order: 6 !important;
  }
}
@media (min-width: 1400px) {
  .t4s-d-xxl-inline {
    display: inline !important;
  }

  .t4s-d-xxl-inline-block {
    display: inline-block !important;
  }

  .t4s-d-xxl-block {
    display: block !important;
  }

  .t4s-d-xxl-grid {
    display: grid !important;
  }

  .t4s-d-xxl-table {
    display: table !important;
  }

  .t4s-d-xxl-table-row {
    display: table-row !important;
  }

  .t4s-d-xxl-table-cell {
    display: table-cell !important;
  }

  .t4s-d-xxl-flex {
    display: flex !important;
  }

  .t4s-d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .t4s-d-xxl-none {
    display: none !important;
  }

  .t4s-flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .t4s-flex-xxl-row {
    flex-direction: row !important;
  }

  .t4s-flex-xxl-column {
    flex-direction: column !important;
  }

  .t4s-flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .t4s-flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .t4s-flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .t4s-flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .t4s-flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .t4s-flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .t4s-flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .t4s-flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .t4s-flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .t4s-justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .t4s-justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .t4s-justify-content-xxl-center {
    justify-content: center !important;
  }

  .t4s-justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .t4s-justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .t4s-justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .t4s-align-items-xxl-start {
    align-items: flex-start !important;
  }

  .t4s-align-items-xxl-end {
    align-items: flex-end !important;
  }

  .t4s-align-items-xxl-center {
    align-items: center !important;
  }

  .t4s-align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .t4s-align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .t4s-align-content-xxl-start {
    align-content: flex-start !important;
  }

  .t4s-align-content-xxl-end {
    align-content: flex-end !important;
  }

  .t4s-align-content-xxl-center {
    align-content: center !important;
  }

  .t4s-align-content-xxl-between {
    align-content: space-between !important;
  }

  .t4s-align-content-xxl-around {
    align-content: space-around !important;
  }

  .t4s-align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .t4s-align-self-xxl-auto {
    align-self: auto !important;
  }

  .t4s-align-self-xxl-start {
    align-self: flex-start !important;
  }

  .t4s-align-self-xxl-end {
    align-self: flex-end !important;
  }

  .t4s-align-self-xxl-center {
    align-self: center !important;
  }

  .t4s-align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .t4s-align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .t4s-order-xxl-first {
    order: -1 !important;
  }

  .t4s-order-xxl-0 {
    order: 0 !important;
  }

  .t4s-order-xxl-1 {
    order: 1 !important;
  }

  .t4s-order-xxl-2 {
    order: 2 !important;
  }

  .t4s-order-xxl-3 {
    order: 3 !important;
  }

  .t4s-order-xxl-4 {
    order: 4 !important;
  }

  .t4s-order-xxl-5 {
    order: 5 !important;
  }

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

/* text algin boootrap */
.t4s-text-start {
  text-align: start !important;
}

.t4s-text-end {
  text-align: end !important;
}

.t4s-text-center {
  text-align: center !important;
}
.t4s-swatch__item {
  display: none;
}
@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;
  }
}

@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;
  }
}

/* @media (min-width: 1200px) {

  .t4s-text-xl-start {
    text-align: start !important;
  }

  .t4s-text-xl-end {
    text-align: end !important;
  }

  .t4s-text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {

  .t4s-text-xxl-start {
    text-align: start !important;
  }

  .t4s-text-xxl-end {
    text-align: end !important;
  }

  .t4s-text-xxl-center {
    text-align: center !important;
  }
} */

/* Nathan custom css */
.t4s-table-res-df {
    min-height: .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 thead,
    .t4s-responsive-table th,
    .t4s-responsive-table tfoot td:first-of-type {
      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: "";
}
.t4s_ratio:not(.t4s_bg) > *:not(.t4s-not-style),
.no-js .t4s_ratio:not(.t4s_bg) > noscript>*: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)))
  }
}
/* css custom height px */

@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_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)))
  }
}
/* css enc custom height px */

.t4s_ratio img {    
  object-fit: cover;
  object-position: center center;
}
/* .t4s_ratioadapt .t4s_ratio img, */
.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_default,.t4s_position_0 .t4s_bg{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);
 }

@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);
  }
}
@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);
  }
}

/* Heper Class The4 */
.t4s-db {
  display: block;
}
.t4s-dn,
[data-countdown-t4s]:not(.t4s-countdown-enabled),
.t4s-countdown-enabled.expired_cdt4 {
  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; */
  z-index: 1;
}
.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-truncate,
.t4s-pr-ellipsis-true .t4s-product .t4s-product-title,
.t4s-pr-ellipsis-true .t4s-widget .t4s-widget__pr-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.t4s-pr-ellipsis-true .t4s-widget .t4s-widget_if_pr {
  position: relative;
  overflow: hidden;
}
.mfp-hide,template,.loading-overlay__spinner[hidden] {
    display: none !important
}
.t4s-ts-op {
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .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-tabs .t4s-tab-wrapper [data-t4s-tab-item],
.t4s-type-accordion .t4s-tabs-ul {
    display: none;
    -webkit-animation: 1s t4s-ani-fadeIn;
    animation: 1s t4s-ani-fadeIn;
}
.t4s-tabs-ul + .t4s-tab-wrapper .t4s-tab-content:not([style]),
.t4s-tabs-ul + .t4s-tab-content:not([style]),
.t4s-tab-wrapper:first-child .t4s-tab-content:not([style]) {
    display: block;
    -webkit-animation: none;
    animation: none;
}
@media (max-width: 1024px) {
  .t4s-accordion-mb-true .t4s-tabs-ul + .t4s-tab-wrapper .t4s-tab-content:not([style]),
  .t4s-accordion-mb-true .t4s-tab-wrapper:first-child .t4s-tab-content:not([style]),
  .t4s-accordion-mb-true .t4s-tabs-ul {
      display: none;
  }
  .t4s-accordion-mb-true .t4s-tab-wrapper [data-t4s-tab-item] {
    display: block;
  }
}
.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: .2s ease-in-out;
    transition: .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: .2s ease-in-out .2s;
    transition: .2s ease-in-out .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%;
    z-index: 90;
    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: all .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,
.lazyloadt4sing + .lazyloadt4s-loader
.lazyloadt4s + .lazyloadt4s-loader,
.lazyloadt4sing + .lazyloadt4s-loader,
.lazyloadt4sNative:not(.lazyloadt4sed) + .lazyloadt4s-loader,
.t4s-product-main-img.lazyloadt4s ~ .lazyloadt4s-loader,
.t4s-product-main-img.lazyloadt4sing ~ .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,
.t4s-product-img:not(:hover) .t4s-product-main-img.lazyloadt4sed ~ .lazyloadt4s-loader,
.lazyloadt4sed ~ .lazyloadt4s-loader.is-bg-img { 
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.t4s-product-main-img.lazyloadt4sing ~ .lazyloadt4s-loader,
.lazyloadt4sing + .lazyloadt4s-loader:not(.is-bg-img):not(.is-load-css) {
  background-image: var(--lz-img);
}
.t4s-lz--fadeIn {
    opacity: 0;
    transition: opacity .35s cubic-bezier(.215,.61,.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 .t4s-product-main-img.lazyloadt4sing ~ .lazyloadt4s-loader,
.t4s-lzcus-true .lazyloadt4sing + .lazyloadt4s-loader:not(.is-bg-img):not(.is-load-css),
.t4s-lzcus-true .t4s-loading--bg {   
  background-image: var(--lz-img-cus);
  background-size: var(--lz-size-cus);
  -webkit-animation: .35s linear infinite alternate skeletonAnimation;
  animation: .35s linear infinite alternate skeletonAnimation;
    will-change: opacity;
}
.t4s-wait--data {
    position: relative;
    overflow: hidden;
    background-color: var(--lz-background);
    -webkit-animation: .45s linear infinite alternate skeletonAnimation;
    animation: .45s linear infinite alternate skeletonAnimation;
    will-change: opacity;
  }
@-webkit-keyframes skeletonAnimation {
    0% {
        opacity: .45
    }

    100% {
        opacity: .9
    }
}

@keyframes skeletonAnimation {
    0% {
        opacity: .45
    }

    100% {
        opacity: .9
    }
}

.no-js img.lazyloadt4s,
.no-js .lazyloadt4s-loader:not(.is-bg-img),
.t4s-product-colors:not(.is-t4s--limit) .is--colors-more,
.t4s-pr-color__item.is-color--limit ~ .t4s-pr-color__item:not(.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 (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: none !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    -webkit-appearance: none;
    color: var(--text-color);
}

button[data-btn-as-a]:hover {
    color: var(--accent-color);
}
.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;
}

body, .t4s-website-wrapper {
  background-color: var(--t4s-body-background );
}
/* wrapper custom width */
@media (min-width: 1025px) {
  .t4s-wrapper__boxed .t4s-website-wrapper {
    margin: 0 auto;
    max-width: var(--wrapper-mw);
    -webkit-box-shadow: 0 1px 9px rgb(0 0 0 / 8%);
    box-shadow: 0 1px 9px rgb(0 0 0 / 8%);
  }
  .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: var(--wrapper-mw) !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);
  }
}
input.t4s-quantity-input[type=number]::-webkit-inner-spin-button,
input.t4s-quantity-input[type=number]::-webkit-outer-spin-button,
input.t4s-quantity-input[type="number"] {
    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;
}
/* CSS page
shopify policy
 */
.shopify-policy__container {
    margin: 60px auto;
}
.t4s-product__media-item.is--media-hide,
.t4s-carousel__nav-item.is--media-hide {
    display: none;
}
.t4s-carousel__nav-inner.t4s-child-lazyloaded {
    background-image: none !important;
}
@media (min-width: 1025px) { 
  .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;
}
.isotopet4s:not(.isotopet4s-later):not([style]) { display: block; }

.isotopet4s:not(.isotopet4s-later):not([style]):after {
    content: "";
    display: block;
    clear: both
}
.isotopet4s:not(.isotopet4s-later):not([style]) .t4s-isotopet4s-item,
.isotopet4s:not(.isotopet4s-later):not([style]) >.t4s-col-item {
    float: left
}
.is--hidden-previewbar {
  padding-bottom: 0 !important;
}
.is--hidden-previewbar iframe#preview-bar-iframe {
    display: none !important;
}
.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-inline-start: 15px;
  margin-inline-end: 15px;
}
.ske-mrl-20 {
  margin-inline-start: 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;
    }
  }
}

/* Custom CSS Start */
.t4s-single-product-badge{
  display:none;
}

.product_vendor{
  font-size: 14px;
    text-transform: uppercase;
    color: #101010;
    margin-bottom: -5px;
}
.dec-icon{
      border-bottom: 1px solid #0000001F;
    margin-bottom: 30px;
    padding-bottom: 30px !important;
}
.t4s-type-accordion>.t4s-tab-wrapper{
    border-radius: 8px;
    overflow: hidden;
}
.t4s-section-title{
    font-size: 40px;
}
.t4s-type-accordion .t4s-accor-title{
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}
.t4s-accor-title .t4s-accor-text{
font-size: 16px;
}
.t4s-type-accordion .t4s-tab-content p::last-child{
    margin-bottom: 0;
}
.t4s-type-accordion .t4s-tab-content{
    padding-top: 0 !important;
}
.t4s-section-title{
  margin-bottom: 40px;
}

.pincode-checker h3,
.frequently_bought_together h3{
    font-size: 18px;
    color: #101010;
    letter-spacing: normal;
    font-weight: normal;
    line-height: 150%;
    letter-spacing:0;
    font-weight: 400 !important;
}
.pincode-checker p{
    Font-size: 12px;
    color: #808080;
    letter-spacing: 0.2px;
    margin: 6px 0 0 0;
}
.code-input{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}
.code-input input{
    min-height: 43px;
    width: calc(100% - 120px);
    border-radius: 8px;
    padding: 0 15px;
    border: 1px solid #E2E2E2;
}
.code-input button{
    min-height: 43px;
    width: 108px;
    border-radius: 8px;
    background-color: #211F1F;
    color: #fff;
    border: none;
    cursor: pointer;
}
#delivery-result{
color:#EC1D28;
}
.t4s-section-main-product{
      padding-top: 30px;
}

.bdl-quantity {
  max-width: 100%;
}
.new-dec {
  display: flex;
  align-items: center;
  text-align: left;
  margin-bottom: 25px;
}
.new-dec:last-child{
  margin-bottom: 0px;
}
.dec-img {
  width: 30%;
  border-radius: 20px;
}
.dec-img img {
  border-radius: 20px;
}
.new-dec .dec-text {
  width: 70%;
}
.new-dec:nth-child(odd) .dec-text {
      padding: 0 20px 0 0;
}
.new-dec:nth-child(even) .dec-text {
      padding: 0 0 0 20px;
}
.t4s-product__info-wrapper img {
  border-radius: 0px;
}
.new-dec h3 strong,
.new-dec h4{
  font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
}
.new-dec:last-child{
      margin-bottom: 25px;
}
@media only screen and (max-width: 600px) {
  .new-dec {
    display: block;
    padding: 10px 0;
        border-bottom: 1px solid #0002;
        margin-bottom: 15px;
  }
  
    .new-dec:last-child{
margin-bottom: 0px;
border-bottom: 0px;
    }
    .new-dec:nth-child(odd){
              flex-direction: column-reverse;
        display: flex;
        flex-wrap: wrap;
    }
    .dec-text h3{
          line-height: normal;
    font-size: 18px;
    }
  .dec-img {
    width: 100%;
            margin-bottom: 15px;
  }
  .dec-img img{
    width: 100%;
    max-width: 100%;
    display: block;
  }
  .new-dec .dec-text {
    width: 100%;
    padding-left: 0 !important;
            padding-right: 0 !important;
}
}
.flickityt4s-page-dots{
      text-align: left !important;
}
body .t4s-flicky-slider .flickityt4s-prev-next-button.previous,
body .t4s-flicky-slider .flickityt4s-prev-next-button.next{
    bottom: 0px;
    margin: 0;
    transform: none !important;
    top: auto;
    right: 15px;
    left: auto;
    width: auto;
    height: auto;
}

body .t4s-flicky-slider .flickityt4s-prev-next-button.previous{
  right: 50px;
}

.t4s-flicky-slider .flickityt4s-prev-next-button.previous:hover{
      transform: translateX(-3px) !important;
}

.t4s-flicky-slider .flickityt4s-prev-next-button.next:hover{
      transform: translateX(3px) !important;
}


#shopify-section-scrolling-text{
      display: none;
}
.t4s-product__media-wrapper .t4s_ratio{
      border-radius: 8px;
          overflow: hidden;
}

#pr_recommendations .t4s-flicky-slider{
  margin:0 -12px;
}

#pr_recommendations .t4s-flicky-slider,
.t4s-flicky-slider{
  padding-bottom: 50px;
}
#pr_recommendations .flickityt4s-page-dots,
.banner-card-row .flickity-page-dots,
.flickity-page-dots,
.flickityt4s-page-dots{
      position: absolute !important;
          bottom: 0;
}

 <--custom padding --->
 #pr_recommendations .t4s-product-wrapper,
.frequently_bought_together .t4s-product-wrapper,
.t4s-main-collection-page .t4s-product-wrapper,
.t4s-featured-products .t4s-product-wrapper,
.t4s-tabs .t4s-product-wrapper{
      background-color: #F6F6F6;
    /* padding: 25px; */
    /* border-radius: 12px; */
        position: relative;
}
.t4s-tabs .t4s-product-wrapper{
  background-color:#F5F2E9;
  /*border: 1px solid #00000014;*/
      border-radius: 16px;
      overflow:hidden;
}
#pr_recommendations .jdgm-widget,
.frequently_bought_together .jdgm-widget,
.t4s-main-collection-page .jdgm-widget,
.t4s-featured-products .jdgm-widget{
      display: none !important;
}
#pr_recommendations .t4s-top-heading{
  display: flex;
    align-items: center;
    justify-content: space-between;
}
#pr_recommendations .t4s-section-title,
.t4s-featured-products .t4s-section-title{
    margin: 0;
    font-size: 40px;
    font-weight: 700 !important;
    line-height:135%;
}
#pr_recommendations .t4s-subtitle a,
.t4s-featured-products .t4s-section-title a{
    font-size: 16px;
    text-transform: uppercase;
    color: #101010;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#pr_recommendations .t4s-subtitle a:after,
.t4s-featured-products .t4s-section-title a:after{
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #EC1D28;
    border-radius: 8px;
    margin-left: 8px;
    margin-top: -2px;
}
#pr_recommendations .t4s-flicky-slider .flickityt4s-page-dots .dot.is-selected,
.t4s-featured-products .t4s-flicky-slider .flickityt4s-page-dots .dot.is-selected,
.t4s-flicky-slider .flickityt4s-page-dots .dot.is-selected{
      /* background-color: #EC1D28;
    border-color: #EC1D28; */
        background: #333;
        border-color: #333;
}
#pr_recommendations .t4s-flicky-slider .flickityt4s-page-dots .dot,
.t4s-featured-products .t4s-flicky-slider .flickityt4s-page-dots .dot,
.t4s-flicky-slider .flickityt4s-page-dots .dot{
  border-color: #808080;
}

  @media screen and (min-width: 200px) and (max-width: 768px) {
      #pr_recommendations .t4s-flicky-slider{
        margin:0 -12px !important;
      }
  }



/* .t4s-product-btn{
  position: absolute;
    right: 23px;
    bottom: 18px;
       margin: 0 !important;
} */

.t4s-product-btn .card-addtocart{
  font-size: 16px;
  color: #101010;
  display: block;
  line-height: normal;
  position: relative;
  overflow:hidden;
  border: 1px solid #4A0000;
  border-radius:100%;
  background: #4A0000;
}

.t4s-product-btn .card-addtocart::before{
    content: "";
    position: absolute;
    width: 0;
    inset-block: calc(1px * -1);
    inset-inline-start: calc(1px * -1);
    transition: width .3s ease;
    border-radius: 50px;
    background-color: #fff;
}

.t4s-product-btn .card-addtocart:hover::before {
   width: calc(100% + 1px * 2);
} 
.t4s-product-btn .card-addtocart:hover svg{
    position: relative;
}

.t4s-product-btn .card-addtocart:hover svg path{
  fill: #4A0000;
}

.t4s-product-btn .t4s-svg-pr-icon{

}

.t4s-product-btn  .t4s-text-pr{
    display:none;
}

.frequently_bought_together{
    margin-top: 40px;
    /* border-top: 1px solid #0000001F; */
    /* padding-top: 30px; */
}
.frequently_bought_together h3{
  margin-bottom: 16px;
}
.delivery_option{
      margin-top: 10px;
}
.banner-cards-slider .t4s-code__liquid{

}
.banner-cards-slider .t4s-code__liquid{
      position: relative;
}
.banner-cards-slider .t4s-code__liquid a{
      position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
        font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-transform:uppercase;
}
.banner-cards-slider .t4s-code__liquid a:after{
  content: "";
    width: 12px;
    height: 12px;
    background-color: #4A0000;
    display: inline-block;
    border-radius: 12px;
    margin-left: 10px;
}
.banner-cards-slider .t4s-code__liquid h4{
  color:#101010;
  font-size:40px;
  line-height:1.3;
  font-weight: 500;
}
.banner-cards-slider .t4s-code__liquid p{
  font-size:18px;
  color:#808080;
  line-height:1.5;
}
.banner-card-row{
    margin-top: 40px;
    padding-bottom: 50px;
    /* margin-right: -35px; */
}
.banner-card-row .flickity-page-dots{
      width: auto;
}
.banner-card-row .flickity-button{
    background-color: transparent;
    position: absolute;
    transform: none;
    top: auto;
    bottom: 0;
    right: 0;
    left: auto !important;
    padding: 0 !important;
    width: auto;
    height: auto;
}
.banner-card-row .flickity-button svg{
      fill: #1C1B1F;
      width:16px;
      height:16px;
}
.banner-card-row .flickity-prev-next-button.previous{
right:35px;
}
.banner-card-row .flickity-prev-next-button.next{
right:0px;
}
.banner-card{
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* max-width: calc(100% / 3 - 24px); */
    max-width: calc(28% - 24px);
    margin: 0 12px;
}
.banner_card_icon_div{
  width:40px;
  height:40px;
  border-radius:100%;
  background:#fff;
  display:flex;
  justify-content:center;
  align-items:center;
  position: absolute;
  bottom: 14px;
  right: 14px;
  opacity:0;
  transition:opacity 0.22s ease;
}
.banner_card_icon_div img{
  transform: scale(1);
  transition: all 2s;
}

/*.banner-card.is-selected .banner_card_icon_div,*/
 .banner-card:hover .banner_card_icon_div{
  opacity:1;
}

.banner-card img.banner-card-main-img{
  display: block;
  width: 100%;
  max-width: 100%;
  transform: scale(1);
  transition: all 2s;
}
.banner-card a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.banner-card h4{
    position: absolute;
    color: #fff;
    font-size: 24px;
    line-height: 135%;
    max-width: 250px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.banner-card svg{
      position: absolute;
    bottom: 40px;
    right: 50px;
    width: 40px;
    height: 40px;
    opacity: 0;
    /* visibility: hidden; */
    transition: all 0.3s;
}
.banner-card:hover svg{
  right: 40px;
  opacity: 1;
    /* visibility: visible; */
}
.banner-card:hover img{
  transform: scale(1.1);
}
.t4s-article-title{
  margin-bottom: 30px !important;
}
.t4s-article-title h2{
  font-size: 40px;
  font-weight: 700 !important;
  line-height: 135%;
  letter-spacing:-1px;
}
.t4s-article-image{
    border-radius: 16px;
    overflow: hidden;
}
.t4s-post-readmore{
    font-size: 16px;
    text-transform: uppercase;
    color: gray;
    line-height: 16px;
    font-weight: 400;
    text-decoration: none;
    text-underline-offset: 5px; 
}

.contact-form .t4s-form-title{
    font-size: 40px;
    line-height: 135%;
    color: #000000;
    margin:0 0 !important;
}
.contact-form .t4s-form-sub-text{
  font-size: 18px;
    color: #808080;
    line-height: 150%;
    font-weight: 400;
    margin:16px 0 0 !important;
}

.contact-form-box{
    background-color: #F9F9F9;
    border: 1px solid #00000014;
    border-radius: 16px;
    padding: 40px;
    margin-top: 61px;
}
.cf-box-row{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
    margin-bottom: 20px;
}
.cf-box-row .cf-box-item{
    width: 100%;
    max-width: calc(50% - 15px/2);
}
.contact-form-box label{
    display:none;
}
.contact-form-box input:not(.t4s-btn),
.contact-form-box textarea{
    background-color: #F2F2F2 !important;
    border: 1px solid #00000014 !important;
    border-radius: 8px !important;
}
.contact-form-box .t4s-btn{
    max-width: fit-content;
    border-radius: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    min-height: 44px;
    text-transform: uppercase;
    font-size:16px;
    padding: 10px 32px;
    border:1px solid;
    border-color: #4A0000;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.contact-form-box .t4s-btn:hover{
  color: #4A0000
}

.contact-form-box .t4s-btn::before {
    content: "";
    position: absolute;
    width: 0;
    inset-block: calc(1px * -1);
    inset-inline-start: calc(1px * -1);
    z-index: -1;
    transition: width .3s ease;
    border-radius: 50px;
    background-color: #fff !important;
    opacity: 1;
    visibility: visible;
    border-color:transparent;
}

.contact-form-box .t4s-btn:hover::before{
    width: calc(100% + 1px * 2);
} 

.contact-form-box .t4s-btn-color-dark{
  border-color: var(--btn-border);
}

.contact-form-box .t4s-btn:after{
    content:'';
    width: 12px;
    height: 12px;
    border-radius:100%;
    background-color: #fff;
    margin-left:10px;
    display: inline-block;
}



.contact-form-box .t4s-btn-color-dark:hover:after{
  background-color: var(--btn-color-hover);
}

  @media screen and (min-width: 200px) and (max-width: 768px) {

    .contact-form-box{
      padding: 20px;
      margin-top: 30px;
      margin-bottom: 30px !important;
    }
    .cf-box-row .cf-box-item{
      max-width: 100%;
    }
    .contact-form .t4s-form-sub-text{
      font-size: 16px;
    }
    .contact-form .t4s-form-sub-text a{
      text-decoration:underline;
    }
    .t4s-contact-form .t4s-form-title{
      margin-top: 0 !important;
    }
    .contact-form .t4s-form-title {
      font-size: 20px;
    }   
    .t4s-contact-form input[type=date], .t4s-contact-form input[type=email], .t4s-contact-form input[type=number], .t4s-contact-form input[type=password], .t4s-contact-form input[type=tel], .t4s-contact-form input[type=text], .t4s-contact-form input[type=url], .t4s-contact-form select, .t4s-contact-form textarea{
      height: 44px;
    }
    .contact-form-box .t4s-btn {
      margin-left: 0;
    }
    
  }

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

    .contact-form-box{
      padding: 20px;
      margin-top: 30px;
      margin-bottom: 30px !important;
    }
    .cf-box-row .cf-box-item{
      max-width: 100%;
    }
    .contact-form .t4s-form-sub-text{
      font-size: 16px;
    }
    .contact-form .t4s-form-sub-text a{
      text-decoration:underline;
    }
    .t4s-contact-form .t4s-form-title{
      margin-top: 0 !important;
    }
    .contact-form .t4s-form-title {
      font-size: 32px;
    }   
    .t4s-contact-form input[type=date], .t4s-contact-form input[type=email], .t4s-contact-form input[type=number], .t4s-contact-form input[type=password], .t4s-contact-form input[type=tel], .t4s-contact-form input[type=text], .t4s-contact-form input[type=url], .t4s-contact-form select, .t4s-contact-form textarea{
      height: 44px;
    }
    .contact-form-box .t4s-btn {
      margin-left: 0;
    }
    
  }


.t4s-layout__switch{
  border-right:1px solid #DDDDDD;
      height: 100%;
      padding-right: 30px;
          gap: 16px;
}
.t4s-btn-filter-wrapper .t4s-btn-filter{
  /* border-right:1px solid #DDDDDD; */
  height: 100%;
      font-size: 14px;
    color: #101010;
    text-transform: uppercase;
}
.t4s-dropdown__sortby{
      max-width: 200px;
    flex: auto;
    width: 100%;
}


.home-main-banner{
  min-height: 106vh;
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    display: flex;
    align-items: center;
}

.future-of-health{

}

.future-of-health hr,
hr.home-border-line{
  display: block;
    margin: 0;
    width: 100%;
    max-width: 100%;
    background-color: #0000001A;
    height: 1px;
    border: none;
}

.future-of-health-grid .t4s-col-inner .t4s-w-100{
    display: flex;
    flex-wrap: wrap;
} 

.multi_block_card{
  padding:0 20px;
  width:25%;
}


 @media screen and (min-width: 200px) and (max-width: 767px) {
  .future-of-health-grid{
    padding-right:0;
  }
  .future-of-health-grid .t4s-col-inner .t4s-w-100{
    flex-wrap: nowrap;
    overflow-x: auto;
  } 
  .multi_block_card {
    padding: 0 10px;
    width: 100%;
    min-width: 200px;
  }
} 

 @media screen and (min-width: 768px) and (max-width: 1024px) {
    .future-of-health .t4s-col-inner h2{font-size:32px !important;}  
} 

.science-backed .t4s-container .t4s-row{
 
}

.science-backed .t4s-col-inner{
    position: relative;
}
.science-backed .t4s-img-child {
      margin: 0 !important;
}
.science-backed .t4s-img-child img{
      max-width: 100% !important;
    width: 100%;
}
.science-backed .t4s-raw-html{
    position: absolute;
    /*bottom: 0px;*/
    top:0;
    left: 15px;
    z-index: 1;
    padding: 32px 24px;
}
.science-backed .t4s-raw-html span{
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    background: linear-gradient(90deg, #fff6, #0006);
    text-transform: uppercase;
    font-weight: 300;
    padding: 8px 12px;
    border-radius: 40px;
    line-height:1;
    display: inline-block;
    margin-bottom: 16px;
}
.science-backed .t4s-raw-html h4{
    font-size: 32px;
    color: #FFFFFF;
    line-height: 135%;
    margin:0;
}

.science-backed .button{
  font-size:16px;
  margin-top:32px;
  line-height:1;
  color: #4A0000;
  font-weight:500;
  text-transform:uppercase;
  padding: 14px 16px;
  display: block;
  max-width: fit-content;
  border-radius: 50px;
  background-color:#fff;
  position: relative;
  border: 1px solid;
  border-color: #fff;
  overflow:hidden;
  transition: background, color, border-color, opacity, transform 0.35s;
  z-index: 1;
}

.science-backed .button:hover{
  color: #fff;
}

.science-backed .button::before {
    content: "";
    position: absolute;
    width: 0;
    inset-block: calc(1px * -1);
    inset-inline-start: calc(1px * -1);
    z-index: -1;
    transition: width .3s ease;
    border-radius: 50px;
    background-color: #4A0000;
}
.science-backed .button:hover::before{
    width: calc(100% + 1px * 2);
} 

.science-backed-grid{
  padding:0;
}

.science-backed-grid .t4s-col-inner .t4s-w-100{
  display:flex;
  flex-wrap:wrap;
}

.science-backed-grid .multi_block_card{
  width:33.33%;
  padding:0 15px;
  position:relative;
}

@media screen and (min-width: 200px) and (max-width: 767px) {
  .science-backed .t4s-col-inner h2{
    font-size:22px;
    text-align:left;
  }
  .science-backed .t4s-col-inner p{
    text-align:left;
  }
  .science-backed .t4s-raw-html {
    bottom: 0;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
  }
  .science-backed .t4s-raw-html h4 {
    font-size: 25px;
  }
  .science-backed .button {
    font-size: 14px;
    margin-top: 16px;
  }

  .science-backed-grid .t4s-col-inner .t4s-w-100{
    flex-wrap:nowrap;
    overflow-x:auto;
  }

  .science-backed-grid .multi_block_card{
    width:100%;
    min-width:80%;
  }
}

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

  .science-backed .button {
    font-size: 14px;
    margin-top: 16px;
  }
  .science-backed .t4s-raw-html h4 {
    font-size: 18px;
  }
  .science-backed .t4s-raw-html span {
    font-size: 12px;
  }
  .science-backed .t4s-raw-html {
    padding: 32px 15px;
  }

   @media screen and (min-width: 768px) and (max-width: 1024px) {
    .science-backed .t4s-col-inner h2{font-size:32px;}  
} 

}

@media screen and (min-width: 1025px) and (max-width: 1199px) {

  .science-backed .button {
    margin-top: 16px;
  }
  .science-backed .t4s-raw-html h4 {
    font-size: 22px;
  }
  .science-backed .t4s-raw-html {
    padding: 32px 20px;
  }
  
}

.science-meets .t4s-has-imgbg{
    min-height: 690px;
    border-radius: 25px;
    display: flex;
    align-items: flex-end;
    width: 100%;
    max-width: 100%;
    max-width: calc(100% - 80px);
    margin: 0 auto;
}
.science-meets .t4s-btn-custom{
      text-transform: uppercase;
    margin-top: 15px;
    padding-bottom: 3px !important;
}
.science-meets .t4s-custom-col {
      display: flex;
    align-items: flex-end;
}
.science-meets .t4s-raw-html{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}
.science-meets .t4s-raw-html p{
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    margin: 0;
}

.science-meets .science_meets_points p{
  padding:16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  display:flex;
  gap:8px;
  font-size:18px;
  font-weight:400;
}

.science-meets .science_meets_points span{
   width:24px;
   height:24px;
   border-radius:100%;
   background:#fff;
   display:flex;
   justify-content:center;
   align-items:center;

} 

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .science-meets .t4s-col-inner h4{
    font-size:32px;
   line-height: 135%;
  }

}

.shop-by .t4s-container .t4s-row{
    margin:0 -15px;
}

.shop-by .t4s-col-inner{
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}
.shop-by .t4s-img-child{
      margin-bottom: 0;
      text-align:right !important;
}
.shop-by .t4s-raw-html{
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 1;
    padding:48px 40px;
    height: 100%;
}
.shop-by .t4s-raw-html h4{
    font-size: 24px;
    color: #101010;
    font-weight: 500;
    line-height:135%;
}
.shop-by .t4s-raw-html h4 span{
  color:#008000;
}
.shop-by .t4s-raw-html p{
  color:#808080;
  font-size: 14px;
  line-height: 150%;
  margin: 0 !important;
}

.shop_column{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.shop_column .button{
  font-size:16px;
  line-height:100%;
  border:1px solid ;
  border-color: #4A0000;
  color:#4A0000;
  padding:16px;
  border-radius:50px;
  background:#fff;
  text-transform:uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  display: inline-block;
  position:relative;
  z-index: 1;
  overflow:hidden;
  transition: background, color, border-color, opacity, transform 0.35s;
}

.shop_column .button:hover{
  color: #fff;
}

.shop_column .button::before {
    content: "";
    position: absolute;
    width: 0;
    inset-block: calc(1px * -1);
    inset-inline-start: calc(1px * -1);
    z-index: -1;
    transition: width .3s ease;
    border-radius: 50px;
    background-color: #4A0000;
}

.shop_column .button:hover::before{
    width: calc(100% + 1px * 2);
} 

@media screen and (min-width: 200px) and (max-width: 767px) {

  .shop-by .t4s-container .t4s-row{
      margin:0 -5px;
  }

  .shop-by .t4s-raw-html {
      position: absolute;
      top: 0px;
      left: 0;
      z-index: 1;
      padding: 10px 12px;
      height: 100%;
      max-width: 120px;
  }

  .shop-by .t4s-raw-html h4{
    font-size: 14px;
    margin-bottom: 5px;
  }

  .shop-by .t4s-raw-html p {
      font-size: 8px;
      display:none;
  }
  .shop-by .t4s-col-inner {
      border-radius: 5px;
  }

  .shop-by .shop_column_bottom{
    display: none;
  }

  .shop-by .shop_column {
    justify-content: end;
  }

  .shop-by .t4s-img-child img {
    max-width: 100px !important;
    height: 100px;
    object-fit: cover;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .shop-by .t4s-raw-html {
      padding: 20px 20px;
      max-width: 200px;
  }

  .shop-by .t4s-raw-html h4 {
    font-size: 20px;
  }

  .shop_column .button {
    font-size: 14px;
    padding: 12px 16px;
  }

  .shop-by .t4s-img-child img {
    max-width: 200px !important;
    object-fit: cover;
    height: 200px;
  }

  .shop-by .t4s-col-inner h2 {
    font-size: 32px;
  }

  

}

.glow-that-builds .t4s-col-inner h2{
   line-height: 135% !important
}

.glow-that-builds .t4s-raw-html{
      max-width: 560px;
      position: relative;
      padding-left: 40px;
}
.glow-that-builds .t4s-raw-html:before{
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #0b2a1b;
    display: block;
    border-radius: 16px;
    left: 0px;
    top: 2px;
}
.glow-that-builds .t4s-raw-html span{
    background: rgba(74, 0, 0, 0.1);
    color: #101010;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    padding: 7px 12px;
    border-radius: 40px;
    font-weight:300;
    line-height:1;
    letter-spacing:1px;
}
.glow-that-builds .t4s-raw-html h4{
    font-size: 24px;
    color: #101010;
    line-height: 1.3;
    margin: 16px 0;
    font-weight: 700;
}
.glow-that-builds .t4s-raw-html p{
    font-size: 16px;
    color: #808080;
    line-height: 1.5;
    font-weight: 400;
    margin: 0;
}

.glow-that-builds .t4s-btn {
  margin-left:34px;
  background-color: transparent;
  position: relative;
  border: 1px solid;
  border-color: #4A0000;
  overflow:hidden;
  transition: background, color, border-color, opacity, transform 0.35s;
  z-index: 1;
}
 
.glow-that-builds .t4s-btn-style-outline::after{
  display:none;
}

.glow-that-builds .t4s-btn:hover{
  background: transparent !important;
  color: #fff;
  opacity: 1 !important;
}

.glow-that-builds .t4s-btn::before {
    content: "";
    position: absolute;
    width: 0;
    inset-block: calc(1px * -1);
    inset-inline-start: calc(1px * -1);
    z-index: -1;
    transition: width .3s ease;
    border-radius: 50px;
    background-color: #4A0000;
    opacity: 1;
    visibility: visible;
    border-color:transparent;
}

.glow-that-builds .t4s-btn:hover::before{
    width: calc(100% + 1px * 2);
} 




@media screen and (min-width: 200px) and (max-width: 767px) {
  .glow-that-builds .t4s-col-item{
    padding:0;
  }

  .glow-that-builds-col-1{
    order: -1;
  }
  
  .glow-that-builds-col-3{
    order: -1;
  }

  .glow-that-builds .t4s-raw-html h4 {
      font-size: 20px;
  }
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
  .glow-that-builds .t4s-raw-html h4 {
      font-size: 20px;
  }
  .glow-that-builds .t4s-col-inner h2 {
    font-size: 32px;
  }
}


.t4s-tabs-se {
  position:relative;
}
.t4s-tabs-se .t4s-tabs-ul{
      position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.t4s-tabs-se .t4s-text-title{
  text-transform: uppercase;
    font-size: 16px;
    color: #0B2A1B;
}
.t4s-tabs-se .t4s-flicky-slider{
      padding-bottom: 60px;
}
.t4s-product-featured{

}
.t4s-product-featured .t4s-product__info-wrapper{
  display: flex;
    align-items: center;
    justify-content: flex-start;
}
.t4s-product__info-container{
      /* padding: 50px 50px; */
      padding: 0 50px 50px 50px;
}
.is--tab-design__accordion .t4s-tab-content .review_widget_other{
      margin-bottom: 25px;
}
.t4s-product-featured .trending_now{
      font-size: 14px;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 100;
    margin-bottom: 60px;
}
.t4s-product-featured h4{
  color:#fff;
  font-size:40px;
  line-height:1.3;
}
.t4s-product-featured p{
  color:#fff;
  font-size:16px;
  line-height:1.5;
  font-weight:400;
}

/* .t4s-product-featured .t4s-pr__richtext p{
  text-transform: uppercase;
} */

.t4s-product-featured p.sub{
  color:#E2E2E2;
  font-size:20px;
  line-height:1.3;
  font-weight:500;
}

.t4s-product-featured ul{
    padding: 0;
    border-bottom: 1px solid #e2e2e247;
    padding-bottom: 40px;
    margin:40px 0 0;
    display:flex;
    gap:24px;
    flex-direction:column;
}
/* .t4s-product-featured ul li:before{
  content:"";
  width:32px;
  height:32px;
  position:absolute;
  left:0;
  top:0;
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
} */
.t4s-product-featured ul li span{
  width:32px;
  height:32px;
  min-width:32px;
  border-radius:100%;
  background:#fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.t4s-product-featured ul li{
    position: relative;
    color: #fff;
    font-size: 18px;
    line-height: 150%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap:16px;
}

/* .t4s-product-featured .t4s-product-form__buttons{
    position: absolute;
    bottom: 90px;
    right: 60px;
    z-index: 1;
} */
.t4s-product-featured .t4s-product-form__submit,
.t4s-product-featured .t4s-product-form__buttons{
  min-width: 180px !important;
}

.t4s-product-featured .t4s-selector-mode__block{
  display:none;
}

.t4s-product-featured .t4s-product__price-review, .t4s-product-featured .t4s-product-form__variants{  
    float: left;
    width:50%;
}
.t4s-product-featured .t4s-product__price-review {
    height: 44px;
    display: flex;
}
.t4s-product-featured .t4s-product-form__variants{  
    text-align: right;
}

.t4s-product__info-container .t4s-product-price ins {
    margin-left: 16px;
    font-size: 24px !important;
}

.t4s-product-featured .t4s-product__info-container .t4s-product-price del {
    font-size: 24px !important;
    color: #fff !important;
    opacity:0.5;
    font-weight: 400 !important;
    line-height:135%;

}


.t4s-product-form__buttons .t4s-product-form__submit{
  font-size:16px !important;
  font-weight: 500 !important;
  min-height: 44px !important;
  border:1px solid #fff;
}

.t4s-product-form__buttons .t4s-product-form__submit.t4s-btn:hover {
    color: #800020;
    border-color: #fff;
    background:#fff;
}

.t4s-product-featured .t4s-product-form__submit.t4s-btn-style-outline::after, .t4s-product-featured .t4s-product-form__submit.t4s-btn-style-outline::before{
  display:none !important;
}

.t4s-product__info-container>:not(:last-child) {
    margin-bottom: 0px !important;
}


.home-main-banner .t4s-btn-custom:after{
   content: "";
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-left: 0px;
    background-image: url(red-arrow1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    right: -10px;
font-weight:inherit;
}

.rsfbr-tabs .t4s-row{
  margin: 0 -10px;
}

.rsfbr-box{
  display:none;
}

.rsfbr-box.show_rsfbr_box{
  display:block;
}

.rsfbr-box .t4s-row{
      border-radius: 16px;
    overflow: hidden;
    border: 1px solid #dedede;
}
.rsfbr-box .t4s-col-inner h4{

}
.rsfbr-box form {
      margin-top: 40px;
}
.rsfbr-box form .price{
      font-size: 16px;
    color: #101010;
    font-weight: 400;
    line-height: 1.5;
}
.rsfbr-box form .price span{
  color: #808080;
    display: inline-block;
    margin-right: 10px;
    text-decoration: line-through;
}

.rsfbr-box form {
    margin-top:40px;
}
.rsfbr-box form button{
    min-width: 180px;
    min-height: 46px;
    text-transform: uppercase;
    font-size: 16px;
    color: #101010;
    font-weight: 500;
    border: 2px solid;
    border-color: #808080;
    overflow:hidden;
    transition: background, color, border-color, opacity, transform 0.35s;
    z-index: 1;
  }

.rsfbr-box form button:hover{
  color: #fff;
  border-color: #fff;
}

.rsfbr-box form button::before {
    content: "";
    position: absolute;
    width: 0;
    inset-block: calc(1px * -1);
    inset-inline-start: calc(1px * -1);
    z-index: -1;
    transition: width .3s ease;
    border-radius: 50px;
    background-color: #4A0000 !important;
}
.rsfbr-box form button:hover::before{
    width: calc(100% + 1px * 2);
} 

.rsfbr-box .t4s-img-child img{
  max-width: 100% !important;
}

.rs_tab{
    cursor: pointer;
}
.rs_tab.show_rs_tab {
  cursor: auto;
}
.rs_tab .t4s-col-inner{
  border: 0.5px solid;
  border-image-source: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(136, 136, 136, 0.12) 100%);
  border-radius: 16px;
  height:100%;
}

.rs_tab p:before{
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(rs-unchecked.svg);
    margin-bottom: 40px;
}
.rs_tab.show_rs_tab .t4s-col-inner {
  background: #FFF8EA !important;
}
.rs_tab.show_rs_tab p:before{
  background-image: url(/cdn/shop/files/Rectangle-2.png?v=1782721603);
}
.rs_tab p{
  position:relative;
  margin:0;
}

@media screen and (min-width: 200px) and (max-width: 767px) {
  .rsfbr-tabs .t4s-row{
    margin: 0 -10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .rsfbr-tabs .t4s-col-inner h2{
    font-size:32px;
    line-height: 135%;
  }

  .rsfbr-box .t4s-col-inner h4{
    font-size:24px;
    line-height: 135%;
  }
}

.t4s-top-heading .t4s-head-btn a.t4s-btn-size-medium,
.t4s-blog-post .t4s-blog-button{
      text-transform: uppercase;
          border: none;
}
.t4s-top-heading .t4s-head-btn a.t4s-btn-size-medium:after,
.t4s-blog-post .t4s-blog-button:after{
  content:"";
  width:12px;
  height:12px;
  background-color:#008000;
  background-color: #4A0000;
  display:inline-block;
  border-radius: 12px;
  margin-left: 10px;
}


.show_mobile_view{
  display:none;
}

@keyframes slideInOut {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(3rem);
  }
  50.001% {
    transform: translateX(-3rem);
  }
  100% {
    transform: translateX(0);
  }
}

.our-collection{
    height: 100vh;
}

.our_collection_container{
    position: relative;
    height: 100%;
}

.our-collection .t4s-section-inner{
    height:100%;
}

.our_collection_box{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    padding: 45px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    z-index:1;
    right:0;
    margin:0 auto;
    height:100%;
}

.o_c_main_heading{
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
    margin-bottom: 80px;
}

.o_c_heading{
    font-size: 64px;
    color: #fff;
    font-weight: 500;
    line-height: 1.2;
    opacity:0.5;
    position: relative;
    transition:all 0.3s;
    margin-bottom: 40px;
}

.o_c_heading span{
      position: relative;
      padding-bottom: 8px;
}

.o_c_heading span:after{
      content: "";
    width: 0%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: currentColor;
    transition: all .3s;
}
 .o_c_heading a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.o_c_heading.o_c_heading_show span:after{
  width: 100%;
}

.o_c_heading.o_c_heading_show{
  opacity:1;
}

.o_c_card{
    width: 100%;
    max-width: 260px;
    border-radius: 24px;
    overflow: hidden;
    background-color: #FFFFFF;
    padding: 15px;
    display:none;
}

.o_c_card.o_c_card_show{
  display:block;
}

.o_c_card_media{
  background: #E9E9E9;
  border-radius: 16px;
  padding:15px;
  margin-bottom: 25px;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.o_c_card img{
  display: block;
  width: 100%;
  max-width: 100%;
}
.o_c_card h4{
    font-size: 20px;
    line-height: 135%;
    color: #101010;
    font-weight: 500;
}
.o_c_card h4 + p{
  font-size: 16px;
    line-height: 150%;
    color: #808080;
}
.o_c_card ul{
    padding: 0;
    margin: 0; 
}
.o_c_card ul li{
  font-size:14px;
  line-height:150%;
  color:#101010;
  position:relative;
  padding-left: 25px;
  margin: 10px 0;
}
.o_c_card ul li:before{
  content:"";
  width:20px;
  height:20px;
  display:block;
  background-image:url(o_c_point_icon.svg);
  background-repeat:no-repeat;
  background-position:center;
  position: absolute;
    left: 0;
}

.our_collection_images{
  max-width:100%;
  overflow:hidden;
  height: 100%;
}

.our_collection_images img{
  width:100%;
  max-width:100%;
  min-height:100vh;
  max-height:100%;
  margin:0;
  object-fit: cover;
  object-position: center;
  transition: all .3s;
  visibility: hidden;
  opacity: 0;
  position: absolute;
}

.our_collection_images img.c_image_show{
  display:block;
  visibility: visible;
  opacity: 1;
  transition: all .3s;
}

.our_collection_box .o_c_btn{
    min-width: 250px;
    max-width: 250px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
    font-size: 16px;
    text-transform: uppercase;
    color: #101010;
    background-color: #fff;
    border-radius: 50px;
    margin-top: 60px;
    letter-spacing: 1px; 
    font-weight: 500;
    position: relative;
    overflow: hidden;
    padding: 12px 48px 12px 24px;
    border:1px solid #fff;
}

.our_collection_box .o_c_btn .btn__text, .our_collection_box .o_c_btn .btn__icon-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.our_collection_box .o_c_btn .btn__icon {
    position: absolute;
    top: 0;
    inset-inline: 0 auto;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    padding-inline: 24px 10px;
    transition: all .6s cubic-bezier(.4, 0, .2, 1);
    clip-path: circle(2.2rem at calc(100% - 2.2rem - 0.9rem) 50%);
    overflow: hidden;
    background: #4A0000;
}

.our_collection_box .o_c_btn .btn__icon  .icon {
    display: inline-flex;
    width: 12px;
    height: 12px;
}

.our_collection_box .o_c_btn:hover .btn__icon {
    clip-path: circle(150% at calc(100% - 2.2rem - 0.9rem) 50%);
}

.our_collection_box .o_c_btn:hover .btn__icon .btn__icon-text{
  color: #fff;
}

.our_collection_box .o_c_btn:hover .icon:not(.spinner) {
    animation: slideInOut 1s infinite;
}

.our_collection_box .o_c_btn .btn__icon-icon {
    display: flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    background: #4A0000;
}

.our_collection_box .o_c_btn .btn__icon-icon svg {
    width: 100%;
}

@media screen and (min-width: 200px) and (max-width: 767px) {

  .our_collection_container {
      height: 100vh;
  }

 .our_collection_box {
    padding: 30px 0 30px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
    flex-direction: column;
    height:100%;
  }

  .our_collection_box .o_c_btn{
    font-size: 16px;
    margin-top: 20px;
    height:58px;
    padding: 6px 48px 6px 24px;
  }

  .our_collection_left{
    overflow:hidden;
    width: 100%;
  }

  .our_collection_right{
    padding-right: 20px;
  }

  .o_c_main_heading{
    font-size: 14px;
    margin-bottom: 10px;
    padding-right:20px;
  }

  .our_collection_overflow::-webkit-scrollbar {
        display: none;
  }

  .our_collection_overflow{
      overflow: auto hidden;
      scroll-snap-type: x mandatory;
      overscroll-behavior-x: contain;
      scroll-behavior: smooth;
      padding-inline: 0 20px;
      scroll-padding-inline: 20px;
      scrollbar-width: none;
      display: grid;
  }

  .our_collection_headings{
    display: grid;
    column-gap: 24px;
    width: 100%;
    grid: auto / auto-flow fit-content(100%);
    
  }

  .o_c_heading{
    font-size: 40px;
    margin-bottom: 10px;
    white-space: nowrap;
    scroll-snap-align: start;
  }

  .o_c_heading span{
    padding-bottom: 5px;
  }

  .o_c_card_media{
    margin:0;
    border-radius:7px;
    height:100px;
    padding: 10px 5px;
  }

  .our_collection_box .o_c_btn:after{
    width: 28px;
    height: 28px;
    right: 0;
  }

  .o_c_card{
    max-width: 100px;
    border-radius: 7px;
    padding: 0px;
  }

  .o_c_card h4{
    font-size: 16px;
     display:none;
  }

  .o_c_card h4+p{
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 10px;
    display:none;
  }

  .o_c_card p{
    display:none;
  }

  .o_c_card ul {
    display:none;
  }

  .o_c_card ul li{
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
.o_c_heading{font-size: 40px;}
.our_collection_box{padding:40px 30px;}
.our_collection_box .o_c_btn {min-height: 55px;}
.our_collection_box .o_c_btn:after { width: 32px; height:32px;}

} 
@media screen and (min-width: 1025px) and (max-width: 1199px) {
.o_c_heading{font-size: 40px;}
.our_collection_box .o_c_btn {
    min-width: 260px;
    min-height: 55px;
}
}

@media screen and (min-width: 1200px) and (max-width: 1367px) {
.o_c_heading{font-size: 50px;}

} 

@media screen and (min-width: 1368px) and (max-width: 1500px) {
.o_c_heading{font-size: 60px;}

} 

.icon-box .t4s-col-inner p{
  text-transform:uppercase;
}

.curved-slider{
  overflow:hidden;
}
.curved-slider .mySwiper{
      padding-top: 20px;
    padding-bottom: 20px;
}

.mySwiper{
  overflow:visible;
}

.curved-slider .swiper-slide{
  width: 40% !important;
  height: 560px !important;
  border-radius: 8px;
  overflow:hidden;
  transform: scale(0.82);
  transition: all 0.5s ease;
  opacity:100%;
}

.curved-slider .swiper-slide img,
.curved-slider .swiper-slide video{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* Active Center Slide */
.curved-slider .swiper-slide-active{
  transform: scale(1);
  opacity:1;
  z-index:2;
}

/* Left Side Curve */
.curved-slider .swiper-slide-prev{
  transform: perspective(1000px) rotateY(8deg) scale(0.85);
}

/* Right Side Curve */
curved-slider .swiper-slide-next{
  transform: perspective(1000px) rotateY(-8deg) scale(0.85);
}

@media screen and (min-width: 200px) and (max-width: 767px) {
  .curved-slider .swiper-slide{
    width: 70% !important;
    height: 200px !important;
  }

  .curved-slider .swiper-slide{
    border-radius: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .curved-slider .swiper-slide {
      width: 60% !important;
      height: 360px !important;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .curved-slider .swiper-slide {
      width: 60% !important;
      height: 360px !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1367px) {
  .curved-slider .swiper-slide {
      width: 60% !important;
      height: 400px !important;
  }
}

@media screen and (min-width: 1368px) and (max-width: 1500px) {
  .curved-slider .swiper-slide {
      width: 60% !important;
      height: 430px !important;
  }
}

@media screen and (min-width: 1501px) and (max-width: 1800px) {
  .curved-slider .swiper-slide {
      width: 60% !important;
      height: 450px !important;
  }
}

.video-slider h2{
    text-align: center;
    font-size: 40px;
    color: #0B0B0B;
    font-weight: 700;
    line-height: 135%;
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: 32px;
}

.t4s-product-video .t4s-video{
      border-radius: 16px;
    overflow: hidden;
}

.t4s-video-relative {
  position: relative;
}

@media screen and (min-width: 200px) and (max-width: 767px) {

  .t4s-product-video .t4s-top-heading{
    margin-bottom:20px;
  }

  .t4s-product-video .t4s-top-heading h3{
    font-size: 24px;
    line-height: 135%;
  }

  .video-slider h2{
    font-size: 24px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .video-slider h2{
      font-size: 32px;
  }

  .t4s-product-video .t4s-top-heading h3{
    font-size: 32px;
    line-height: 135%;
  }
}

header.t4s-section-header .t4s-header__wrapper{
      border-radius: 10px;
}
header.t4s-section-header.shopify-section-header-sticky .t4s-header__wrapper{ 
    border-radius: 0px;
    background:var(--h-bg-color);
}

.about-template .about-container .t4s-container{
    max-width: 980px;
}
.about-template .future-of-health .header{
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about-template .about-container .about-container-col h4{
      font-size: 32px;
      line-height:135%;
  }
}

.higher-standard .text-box{
      align-content: center;
}

.higher-standard .hitgher_h4{
  position: sticky;
  top: 8rem;
}

.higher-standard .t4s-btn-style-outline::after{
  display:none;
}

.higher-standard .t4s-btn{
  position: relative;
  overflow: hidden;
  z-index: 1;
  border:1px solid;
  border-color: #101010;
  background: transparent !important;
}

.higher-standard .t4s-btn:hover{
  background: transparent !important;
  color: #fff;
  opacity: 1 !important;
   border-color: #4A0000;
}

.higher-standard .t4s-btn::before {
    content: "";
    position: absolute;
    width: 0;
    inset-block: calc(1px * -1);
    inset-inline-start: calc(1px * -1);
    z-index: -1;
    transition: width .3s ease;
    border-radius: 50px;
    background-color: #4A0000 !important;
    opacity: 1;
    visibility: visible;
    border-color:transparent;
}

.higher-standard .t4s-btn:hover::before{
    width: calc(100% + 1px * 2);
} 
  


@media screen and (min-width: 200px) and (max-width: 767px) {

  .higher-standard .hitgher_h4{
    position: relative;
    top: 0;
  }
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
  .higher-standard .hitgher_h4 h4{
      font-size:32px;
      line-height: 135%;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .higher-standard .hitgher_h4 h4{
      font-size:32px;
      line-height: 135%;
  }
}

.t4s-scrolling-text--icon{
    opacity: 0;
        display: none;
}
.t4s-scrolling-text--text{
    font-size: 32px;
    color: #101010;
    font-weight: 500;
    letter-spacing: -1px;
    line-height:135%;
}
.t4s-scrolling-text--text strong,
.t4s-scrolling-text--text a{
  display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    background-color: #fff;
    color: #101010;
    padding: 0 20px;
    font-size: 16px;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .5px;
    border-radius: 50px;
    border: 1px solid #fff;
    margin-left: 15px;
    position:relative;
    overflow:hidden;
    z-index: 1
}
.t4s-scrolling-text__item:first-child .t4s-scrolling-text--text a{
  background-color: #4A0000;
  border: 1px solid;
  border-color: #4A0000;
  color: #fff;
}
.t4s-scrolling-text__item{
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.t4s-scrolling-text--text a:hover{
  color: #fff;
}

.t4s-scrolling-text--text a::before{
  content: "";
  position: absolute;
  width: 0;
  inset-block: -1px;
  inset-inline-start: -2px;
  z-index: -1;
  transition: width .3s ease;
  border-radius: 0 8px 8px 0;
  background-color: #4a0000;
  opacity: 1;
  visibility: visible;
  border-color: transparent;
  border: 1px solid;
  border-color: #4A0000
}

.t4s-scrolling-text--text a:hover::before{
  width: calc(100% + 2px);
}


@media screen and (min-width: 200px) and (max-width: 767px) {
  .t4s-scrolling-text--text{
      font-size: 24px;
      letter-spacing:0;
  }
}

.built-on{

}

.built-on-text-box{
  
}
.built-on-text-box .t4s-col-inner{
      padding-right: 30px;
}
.built-on-text-box ul{
  margin: 0;
  list-style-type: none;
      margin-top: 120px;
}
.built-on-text-box ul li:before{
  content:"";
  background-image:url(/cdn/shop/files/check_small_25a02106-20fe-4887-b5bd-6b96add6f9e8.png?v=1783335699);
  background-position:center;
  background-size:contain;
  background-repeat:no-repeat;
  width:16px;
  height:16px;
  display:block;
  position:absolute;
    left: 2px;
    top: 5px;
    z-index: 1;
}

.built-on-text-box ul li:after{
  content:"";
  width:20px;
  height:20px;
  display:block;
  position:absolute;
  left:0;
  top: 3px;
  background-color: #4A0000;
  border-radius: 100%;
}

.built-on-text-box ul li{
  position:relative;
    font-size: 18px;
    line-height: 150%;
    color: #101010;
    padding-left: 32px;
    padding-bottom: 20px;
    font-weight:400;
}
.built-on-text-box ul li:last-child{
padding-bottom: 0px;
}
.built-on-img-box .t4s-col-inner .t4s-w-100{
  position: relative;
  overflow:hidden;
}
.built-on-img-box .t4s-col-inner img{
border-radius: 24px;
}
.built-on-img-box .t4s-col-inner p{
  background-color: #fff;
  position:absolute;
    left: 20px;
    right: 20px;
    bottom: 40px;
    padding: 24px;
    border-radius: 8px;
    font-size: 20px;
    line-height: 1.3;
    z-index: 1;
}
.built-on-img-box .t4s-col-inner p:before{
  content:"";
  background-image:url(quotes.svg);
  background-position:center;
  background-size:contain;
  background-repeat:no-repeat;
  width:20px;
  height:20px;
  display:block;
  margin-bottom: 32px;
}
p.t4s-form-message.t4s-form-message--success{
  text-align: center;
    font-size: 16px;
    background-color: #BCD8CA;
    color: #101010;
    padding: 10px;
    font-weight: 500;
    border-radius: 8px;
}

@media (max-width: 1024px){ 
  .t4s-tabs-se .t4s-tabs-ul{
        position: static !important;
  }
  .t4s-tabs-se .t4s-section-title{
        margin-bottom: 25px;
        line-height: 1.3;
        font-size: 28px;
  }
  .banner-cards-slider .t4s-code__liquid a{
        position: static;
  }
  .t4s-tabs-se .t4s-tabs-ul.flickityt4s_prev_enable, .t4s-tabs-se .t4s-tabs-ul.flickityt4s_next_enable{
        padding: 0 0px;
  }

  .banner-card{
        max-width: calc(30% - 18px);
        margin: 0 9px;
  }

  .banner-card h4 {
    font-size: 16px;
  }

  .banner-cards-slider .t4s-code__liquid h4 {
    font-size: 32px;
  }

  .built-on-text-box ul{
      margin-top: 60px;
  }

  .built-on-text-box ul li{
      font-size: 14px;
      padding-left: 25px;
  }
  
  .science-meets{
    padding:0 15px !important;
  }
  .science-meets .t4s-has-imgbg{
    min-height: 500px;
    align-items: center;
    max-width: calc(100% - 0px);
  }

}

@media (max-width: 767px) { 
  .delivery_option{
        margin-top: 25px;
  }
  #pr_recommendations .t4s-subtitle{
        display: none;
  }
  body .t4s-flicky-slider .flickityt4s-prev-next-button .flickityt4s-button-icon{
    width: 15px;
    height: 15px !important;
  }
  body .t4s-flicky-slider .flickityt4s-prev-next-button.previous{
        right: 50px;
  }
  body .t4s-flicky-slider .flickityt4s-prev-next-button.next{
        left: unset;
        right: 15px;
  }
  #pr_recommendations .t4s-flicky-slider,
  .t4s-flicky-slider{
        padding-bottom: 15px;
  }
  #pr_recommendations .t4s-section-title,
  .banner-cards-slider .t4s-code__liquid h4,
  .t4s-featured-products .t4s-section-title{
        font-size: 24px;
  }
  /* #pr_recommendations .t4s-product-wrapper, 
  .frequently_bought_together .t4s-product-wrapper,
  .t4s-main-collection-page .t4s-product-wrapper,
  .t4s-featured-products .t4s-product-wrapper{
        padding: 15px;
      border-radius: 9.27px;
  } */
  .banner-card{
        max-width: calc(45% - 12px);
        margin: 0 6px;
  }

  .banner-card h4 {
    font-size: 14px;
  }

  .banner_card_icon_div {
    width: 25px;
    height: 25px;
  }

  .banner_card_icon_div img {
    max-width: 15px;
  }

  .banner-card-row .flickity-page-dots{
        display: none;
  }
  .banner-card-row{
    margin-right: 0px;
    margin-left: 0px;
        padding-bottom: 30px;
  }
  .banner-card svg,
  .banner-card:hover svg{
        right: auto;
        opacity: 1;
  }
  .banner-card-row .flickity-prev-next-button.previous{
    left: calc(50% - 20px) !important;
    right: auto;
  }
  .banner-card-row .flickity-prev-next-button.next{
    right: calc(50% - 20px) !important;
  }

  .glow-that-builds .t4s-raw-html{
        padding-left: 30px;
  }
  .science-backed .t4s-raw-html span{
    font-size: 12px;
    margin-bottom: 10px;
  }
  .science-backed .t4s-raw-html h4{
    font-size: 24px;
  }
  .glow-that-builds .t4s-raw-html span{
        font-size: 12px;
  }
  .glow-that-builds .t4s-raw-html:before{
        width: 12px;
    height: 12px;
    top: 5px;
            left: 5px;
  }
  .glow-that-builds .t4s-raw-html h4{
        font-size: 18px;
        margin: 10px 0 8px;
  }
  .glow-that-builds .t4s-raw-html p{
        font-size: 14px;
  }

  .science-meets .t4s-raw-html{
    gap: 5px;
    flex-direction: column;
  }

  .science-meets .t4s-has-imgbg{
    min-height: 550px;
    max-width: 100%;
    border-radius:0px;
  }

  .science-meets{
    padding:0 0px !important;
  }

  .science-meets .science_meets_points p {
    font-size: 14px;
  }

  .science-meets .science_meets_points span{
    display:none;
  }

  .t4s-product__info-container{
    /* padding: 30px; */
    /* padding: 15px; */
    padding: 15px 0;
  }
  .t4s-product-featured .trending_now{
        margin-bottom: 15px;
  }
  .t4s-product-featured h4{
    font-size: 32px;
  }
  .t4s-product-featured p.sub{
    font-size: 18px;
  }
  .t4s-product-featured ul{
        max-width: 310px;
  }
  .t4s-product-featured ul li{
      font-size: 16px;
  }
  .t4s-product-featured .t4s-product-form__buttons{
    position: static;
        margin-bottom: 40px;
  }
  .t4s-product__media-wrapper{
        /* padding: 0; */
  }

  .t4s-flicky-slider .flickityt4s-page-dots{
    display:none !important;
  }
  .t4s_box_pr_slider{
        padding-bottom: 30px;
  }
  .t4s-section-all .t4s-section-inner > .t4s-container{
        padding: 0;
  }
  .banner-cards-slider .t4s-code__liquid p{
    font-size: 16px;
  }
  .science-backed{
        margin-top: 60px !important;
  }
  .t4s-video-label{
    max-width: calc(100% - 10px) !important;
  }
  .t4s-featured-products .heading-testimonials-star {
        margin-bottom: 15px;
  }

  .t4s-blog-post .t4s-section-title{
    margin-bottom: 10px;
    line-height: 1.3;
  }
  .rs_tab p:before{
    width: 20px;
    height: 20px;
    margin-bottom: 10px;
  }

  .show_desktop_view{
    display:none;
  }

  .show_mobile_view{
    display:block;
  }

  .t4s-section-header{
        margin-top: 0 !important;
  }
  header.t4s-section-header .t4s-header__wrapper{
      border-radius: 0px;
}
.shopify-section-header-hidden {
    /* transform: translateY(-100%); */
}
.t4s-tabs-se .t4s-text-title{
      font-size: 14px;
}
.t4s-tabs-se .t4s-tabs-ul{
          padding-bottom: 0;
}
.built-on-text-box .t4s-col-inner{
      padding-right: 0px;
}
.built-on-text-box ul{
      margin: 30px 0 30px;
}
.built-on-text-box ul li:before{
      width: 16px;
    height: 16px;
}
.built-on-text-box ul li{
      font-size: 14px;
      padding-left: 25px;
}
.built-on-img-box .t4s-col-inner p{
      font-size: 18px;
}
.about-template .t4s_tp_parallax .t4s-content-position{
          width: 90% !important;
}
/* .t4s-product .t4s-product-title{
  line-height: 1.2 !important;
}
.t4s-product .t4s-product-title a{
  font-size: 14px !important;
    line-height: 1.2 !important;
    display: block;
}
.t4s-product .t4s-product-price{
  font-size: 14px!important;
}
.t4s-product .t4s-product-price del{
  display: none;
}
.t4s-product-btn .card-addtocart{
  font-size: 14px!important;
}
.t4s-product-btn{
  right: 15px;
  bottom: 15px;
} */
 /* .t4s-product-btn{
  right: 20px;
  bottom: 20px;
 } */
 .frequently_bought_together{
      /* padding-left: 15px;
    padding-right: 15px; */
 }
}
/* ── Mobile: max-width 767px ── */
@media (max-width: 767px) {
.pincode-checker h3, .frequently_bought_together h3 {
    font-size: 16px;
    color: #101010;
    letter-spacing: normal;
    font-weight: 400;
}

}
<---custom---->
.jdgm-widget.jdgm-preview-badge.jdgm--done-setup {
    display: none;
}
.jdgm-widget * {
    display: none;
}
<---product card proper same size--->
/* Product card equal height */
.t4s-product {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.t4s-product-wrapper,
.t4s-product-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
 /*background-color: #F7F7F7;
 border-radius: 16px;*/
}

/* Content area stretch */
.t4s-product-info,
.t4s-product-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Add button always at bottom */
.t4s-product-btns,
.t4s-product-btn {
  margin-top: auto;
}

/* Product slider arrow - Figma style */
.flickityt4s-prev-next-button .flickityt4s-button-icon{
  display:none !important;
}

.flickityt4s-prev-next-button{
  width:24px !important;
  height:24px !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}

.flickityt4s-prev-next-button::before{
  width:24px;
  height:24px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  line-height:1;
  color:#222;
}

.flickityt4s-prev-next-button.previous::before{
  content:"\2190";
}

.flickityt4s-prev-next-button.next::before{
  content:"\2192";
}
<---What Are You Working On Today? heading --->
.t4s-code__liquid {
    padding-left: 15px;
}
.glow-that-builds .t4s-rte--list{
    position: relative;
    padding-left: 34px;
}

.glow-that-builds .t4s-rte--list::before{
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 12px;
    height: 12px;
    background: #4A0000;
    border-radius: 50%;
    z-index: 2;
}

/* line */
.glow-that-builds .t4s-rte--list::after{
    content: "";
    position: absolute;
    left: 5.5px;
    top: 18px;
    width: 1px;
    height: calc(100% + 43px);

    background: repeating-linear-gradient(
        to bottom,
        rgba(74,0,0,.35) 0 2px,
        transparent 2px 5px
    );

    transform: scaleY(0);
    transform-origin: top;

}

.glow-that-builds .t4s-rte--list::after{
    transform: scaleY(var(--progress,0));
    transform-origin: top;
}

/* LAST WEEK 3 */
.glow-that-builds .t4s-rte--list[id="b_html_QpP7bk"]::after{
    display:none;
}



/* ===== Figma Style Product Card For Tabs Collection ===== */

.t4s_nt_se_{{ sid }} {
  background: #f4faf3;
  padding-top: 70px;
  padding-bottom: 70px;
  overflow: hidden;
}

.t4s_nt_se_{{ sid }} .t4s-container,
.t4s_nt_se_{{ sid }} .t4s-container-inner {
  max-width: 1320px;
  max-width: 100%;
}

/* Heading */
.t4s_nt_se_{{ sid }} .t4s-section-title {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  color: #2a1111;
  margin-bottom: 0;
  text-align: left;
}

/* Title + tabs same line jevu look */
.t4s_nt_se_{{ sid }} .t4s-tabs-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 28px;
}

/* Tabs */
.t4s_nt_se_{{ sid }} .t4s-tabs-ul {
  gap: 14px;
}

.t4s_nt_se_{{ sid }} .t4s-tab-item a {
  padding: 8px 18px !important;
  border-radius: 999px !important;
  background: transparent !important;
  border: none !important;
  color: #2a1111 !important;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.t4s_nt_se_{{ sid }} .t4s-tab-item a.t4s-active {
  background: #c9d6ba !important;
  color: #2a1111 !important;
}

/* Product column/card spacing */
.t4s_nt_se_{{ sid }} .t4s-product {
  padding-left: 8px;
  padding-right: 8px;
}

/* Main card */
.t4s_nt_se_{{ sid }} .t4s-product .t4s-product-wrapper,
.t4s_nt_se_{{ sid }} .t4s-product .t4s-product-inner {
  /* border: 1px solid rgba(120, 55, 55, 0.08); */
  /*border-radius: 16px;
  padding: 16px 16px 14px;*/
  overflow: hidden;
  box-shadow: none;
  /* transition: all 0.25s ease; */
}

/* Image box */
.t4s_nt_se_{{ sid }} .t4s-product .t4s-product-img,
.t4s_nt_se_{{ sid }} .t4s-product .t4s-product-thumb,
.t4s_nt_se_{{ sid }} .t4s-product .t4s-product-img-wrap {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 18px;
}

/* Image size like Figma */
.t4s_nt_se_{{ sid }} .t4s-product .t4s-product-img img,
.t4s_nt_se_{{ sid }} .t4s-product .t4s-product-thumb img,
.t4s_nt_se_{{ sid }} .t4s-product img {
  width: 100%;
  height: 295px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

.t4s_nt_se_{{ sid }} .t4s-product img {
  border-radius:0px;
}

/* Product info */
.t4s_nt_se_{{ sid }} .t4s-product .t4s-product-info {
  padding: 16px 16px 14px;
  text-align: left !important;
}

.t4s_nt_se_{{ sid }} .t4s-product .t4s-product-title,
.t4s_nt_se_{{ sid }} .t4s-product .t4s-product-title a {
  font-size: 14px;
  line-height: 1.35;
  font-weight: 500;
  margin: 0 0 8px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Vendor / subtitle */
.t4s_nt_se_{{ sid }} .t4s-product .t4s-product-vendor,
.t4s_nt_se_{{ sid }} .t4s-product .t4s-product-subtitle {
  font-size: 11px;
  line-height: 1.4;
  margin-bottom: 22px;
}

/* Price and add button same line */
.t4s_nt_se_{{ sid }} .t4s-product .t4s-product-price,
.t4s_nt_se_{{ sid }} .t4s-product .t4s-price {
  font-size: 14px;
  font-weight: 500;
  color: #2a1111 !important;
  margin: 0;
}

/* Add button */
.t4s_nt_se_{{ sid }} .t4s-product .t4s-pr-item-btn,
.t4s_nt_se_{{ sid }} .t4s-product .t4s-product-atc,
.t4s_nt_se_{{ sid }} .t4s-product .t4s-atc-btn,
.t4s_nt_se_{{ sid }} .t4s-product button[name="add"],
.t4s_nt_se_{{ sid }} .t4s-product .t4s-btn-atc {
  background: transparent !important;
  border: none !important;
  color: #2a1111 !important;
  box-shadow: none !important;
  padding: 0 !important;
  min-height: auto !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  text-transform: none !important;
}

/* Price + Add layout support */
.t4s_nt_se_{{ sid }} .t4s-product .t4s-product-info {
  display: flex;
  flex-direction: column;
}

.t4s_nt_se_{{ sid }} .t4s-product .t4s-product-price,
.t4s_nt_se_{{ sid }} .t4s-product .t4s-price {
  margin-top: auto;
}

/* Badges */
/* .t4s_nt_se_{{ sid }} .t4s-product .t4s-product-badge,
.t4s_nt_se_{{ sid }} .t4s-product .t4s-badge,
.t4s_nt_se_{{ sid }} .t4s-product .t4s-badge-sale {
  border-radius: 999px !important;
  background: #c9d6ba !important;
  color: #4d6d3d !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  padding: 5px 12px !important;
  text-transform: uppercase;
} */

/* Carousel dots */
.t4s_nt_se_{{ sid }} .flickityt4s-page-dots,
.t4s_nt_se_{{ sid }} .flickity-page-dots {
  text-align: left;
  margin-top: 22px;
}

.t4s_nt_se_{{ sid }} .dot {
  width: 6px;
  height: 6px;
  /* background: #d7b8b2; */
  opacity: 1;
}

.t4s_nt_se_{{ sid }} .dot.is-selected {
  background: #2a1111;
}

/* Mobile responsive */
@media (max-width: 991px) {
  .t4s_nt_se_{{ sid }} {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .t4s_nt_se_{{ sid }} .t4s-tabs-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .t4s_nt_se_{{ sid }} .t4s-section-title {
    font-size: 28px;
  }

  .t4s_nt_se_{{ sid }} .t4s-product .t4s-product-img img,
  .t4s_nt_se_{{ sid }} .t4s-product .t4s-product-thumb img,
  .t4s_nt_se_{{ sid }} .t4s-product img {
    height: 240px;
  }
}

@media (max-width: 575px) {
  .t4s_nt_se_{{ sid }} .t4s-product {
    padding-left: 5px;
    padding-right: 5px;
  }

  .t4s_nt_se_{{ sid }} .t4s-product .t4s-product-wrapper,
  /*.t4s_nt_se_{{ sid }} .t4s-product .t4s-product-inner*/ {
    padding: 12px;
    border-radius: 14px;
  }

  .t4s_nt_se_{{ sid }} .t4s-product .t4s-product-img img,
  .t4s_nt_se_{{ sid }} .t4s-product .t4s-product-thumb img,
  .t4s_nt_se_{{ sid }} .t4s-product img {
    height: 210px;
  }

  .t4s_nt_se_{{ sid }} .t4s-product .t4s-product-title,
  .t4s_nt_se_{{ sid }} .t4s-product .t4s-product-title a {
    font-size: 13px;
  }
}
/* Desktop only */
@media screen and (min-width: 1200px) {
  .t4s-product .t4s-product-info .t4s-product-btn {
    position: relative !important;
    /*right: -215px !important;
    bottom: 23px !important;*/
    margin: 0 !important;
  }
}

/* Small desktop / laptop */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .t4s-product .t4s-product-info .t4s-product-btn {
    position: relative !important;
    /*right: -170px !important;
    bottom: 23px !important;*/
    margin: 0 !important;
  }
}

/* Tablet */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .t4s-product .t4s-product-info .t4s-product-btn {
    position: relative !important;
    /*right: -130px !important;
    bottom: 23px !important;*/
    margin: 0 !important;
  }
}

/* Mobile */
@media screen and (max-width: 767px) {
  .t4s-product .t4s-product-info {
    position: relative !important;
  }
/* 
  .t4s-product .t4s-product-info .t4s-product-btn {
    position: absolute !important;
    right: 10px !important;
    bottom: 25px !important;
    margin: 0 !important;
    width: auto !important;
    z-index: 2;
  } */

  .t4s-product .t4s-product-info .t4s-product-btn a,
  .t4s-product .t4s-product-info .t4s-product-btn button {
    font-size: 12px !important;
    padding: 0 !important;
    white-space: nowrap !important;
    width: auto !important;
    min-width: auto !important;
  }
}
#b_custom_button_MhmYLa {
  position: relative !important;
  overflow: hidden !important;
  z-index: 1 !important;
  transition: color 0.4s ease !important;
}

#b_custom_button_MhmYLa::before {
  content: "";
  position: absolute !important;
  top: 0 !important;
  left: auto !important;
  right: 0 !important;
  width: 0 !important;
  height: 100% !important;
  background: #008000 !important;
  z-index: -1 !important;
  transition: width 0.4s ease !important;
  border:1px solid #ffff;
}

#b_custom_button_MhmYLa:hover::before {
  width: 100% !important;
}

#b_custom_button_MhmYLa:hover {
  color: #ffffff !important;
}


/* heading font custom family */
body{font-family: 'Helvetica Neue' !important;font-weight: 300 !important;}
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5{font-family: 'Helvetica Neue' !important;font-weight: 500 !important;}

/* home banner start */

@media screen and (min-width: 200px) and (max-width: 767px) {
  .home-main-banner {
      min-height: 312px;
      background-attachment: unset !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home-main-banner {
    min-height: 360px;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 868px) {
  .home-main-banner {
    min-height: 460px;
  }
}
@media screen and (min-width: 869px) and (max-width: 968px) {
  .home-main-banner {
    min-height: 500px;
  }
}
@media screen and (min-width: 969px) and (max-width: 1024px) {
  .home-main-banner {
    min-height: 575px;
  }
}


/* home banner end */

/* tab collection custom css start */
.tabs_collection .t4s-tabs-se {padding:0 40px;}
.tabs_collection .t4s-tabs-se .t4s-tabs-ul{right:40px;}
.price_atc_flex{display:flex;flex-wrap:wrap;justify-content:space-between;gap:15px;align-items:center;}
.t4s-product-price{padding-right:0;}
.price_atc_flex .card-addtocart .t4s-svg-pr-icon{line-height:1;width:32px;min-width: 32px;height:32px;border-radius:100%;display:flex;justify-content:center !important;align-items:center;}
.tabs_collection .t4s-top-heading{margin-bottom:50px;}
.tabs_collection .t4s-tabs-se .t4s-flicky-slider{padding-bottom:0 !important;margin:0 -12px;}
.t4s-product-badge>span {font-size:14px;padding:10px 16px;height:32px;letter-spacing:1px;line-height:100%;color:#fff !important;background:var(--accent-color) !important;border-radius:8px !important;/*box-shadow:0 0 0 0.5px rgba(0,0,0,0.8);*/text-transform:uppercase;border:none; }
.tabs_collection .flickityt4s-page-dots{margin:50px 0 0 !important;position:relative !important;}
.tabs_collection .t4s-tabs-se .t4s-tabs-ul li:not(:last-child) { margin-right: 0;}
.t4s-product .media_hover{position:absolute;top:0;left:0;opacity:0;visibility:hidden; transition: opacity 0.3s ease, visibility 0.3s ease;}
.t4s-product:hover .media_hover{opacity:1;visibility:visible;}

@media screen and (min-width: 200px) and (max-width: 767px) {
  .tabs_collection .t4s-tabs-se {padding:0 20px;}
  .t4s-tabs-se .t4s-section-title {line-height: 135%;font-size: 24px;}
  .tabs_collection .t4s-top-heading{margin-bottom:20px;}
  .tabs_collection .t4s-flicky-slider .t4s-product{width:50%;} 
  .tabs_collection .t4s-product-badge {left: 12px  !important;  top: 12px  !important;}
  .tabs_collection .t4s-product-badge>span {font-size: 11px  !important;padding: 10px 10px !important;height: 20px  !important;border-radius: 4px !important;}
  .t4s-tabs .t4s-product-wrapper {border-radius: 10px;}
  .tabs_collection .flickityt4s-page-dots { margin: 30px 0 0 !important;display: block !important;}
  body .tabs_collection .t4s-flicky-slider .flickityt4s-prev-next-button.previous {right:50px;} 
  body .tabs_collection .t4s-flicky-slider .flickityt4s-prev-next-button.next {left: auto;right: 15px;}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tabs_collection .t4s-tabs-se {padding:0 15px;}
  .tabs_collection .heading-testimonials-star {width:50%;}
  .tabs_collection .t4s-tabs-se .t4s-tabs-ul {position: absolute !important; }
  .tabs_collection .t4s-tabs-se .t4s-section-title {font-size: 22px;}
}

/* tab collection custom css end */


/* the future of wellness section css start */
.future-of-health .t4s-img-child{width:100px;height:100px;border-radius:100%;display:flex;justify-content:center;align-items:center;margin-left:auto;margin-right:auto;}
.future-of-health .t4s-img-child>div{width:100%;}
.t4s-text-bl{font-family: 'Helvetica Neue';font-weight:400;}
/* the future of wellness section css end */

/* home featured product start */
.home_featued_product .t4s-product__media{max-width: 100% !important ;}
.home_featued_product .t4s-product-form__buttons .t4s-product-form__submit {border: 1px solid;border-color:#E2E2E2; background: transparent;position:relative; }
.home_featued_product .t4s-product__price-review { margin-top: 40px;}
.home_featued_product .t4s-product__info-wrapper{padding-right:80px;padding-top:40px;padding-bottom:40px;}
.home_featued_product .t4s-product__info-wrapper .t4s-product-form__variants { margin-top: 40px;}
.home_featued_product .t4s-product__title{margin-bottom:40px !important;}
.home_featued_product .t4s-product__no_media, .home_featued_product .t4s-product__media-item , .home_featued_product .t4s-product__media{height:100%;}
.home_featued_product .t4s-product__no_media{margin:0 -15px;}

.product-media-slider{
    position:relative;
    overflow:hidden;
    width:100%;
    margin: 0 -15px;
     height: 100%
}

.product-media-track{
    display:flex;
    transition:transform .45s ease;
    will-change:transform;
    height: 100%;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
}

.product-media-slide{
    min-width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
     height: 100%
}

.media_featured_product{
  height: 100%
}

.product-media-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
        pointer-events: none;
    -webkit-user-drag: none;
}

.product-media-pagination{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:6px;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.product-media-pagination span{
    width:8px;
    height:8px;
    border-radius:50%;
    cursor:pointer;
    transition:.3s;
    background: #0B2A1B33;

}
.product-media-pagination span.active{
    background: #0B2A1B;
}

.home_featued_product .t4s-product-form__buttons .t4s-product-form__submit:hover{
  background: transparent !important;
  color: #4A0000 !important
}

.home_featued_product.t4s-product-featured .t4s-product-form__submit.t4s-btn-style-outline::before{
  display:block !important
}

.home_featued_product .t4s-product-form__buttons .t4s-product-form__submit::before{
    content: "";
    position: absolute;
    width: 0;
    inset-block: calc(1px * -1);
    inset-inline-start: calc(1px * -1);
    z-index: -1;
    transition: width .3s ease;
    border-radius: 50px;
    background-color: #fff !important;
}

.home_featued_product .t4s-product-form__buttons .t4s-product-form__submit:hover::before {
   width: calc(100% + 1px * 2);
} 

@media screen and (min-width: 200px) and (max-width: 767px) {
.home_featued_product .t4s-product__info-wrapper{padding:0 20px ;}
.home_featued_product .t4s-product__media-wrapper { margin: 0; padding: 0;}
.home_featued_product .t4s-product__title {  margin-bottom:24px !important;font-size:24px !important;}
.home_featued_product.t4s-product-featured p { font-size: 14px;}
.home_featued_product.t4s-product-featured .t4s-product__price-review, .home_featued_product.t4s-product-featured .t4s-product-form__variants {float: none;width: 100%;}
.home_featued_product.t4s-product-featured .t4s-product-price {gap:12px;flex-direction: row;}
.home_featued_product .t4s-product__price-review { margin-top: 24px;}
.home_featued_product .t4s-product__info-wrapper .t4s-product-form__variants { margin-top:16px;}
.home_featued_product .t4s-product-form__buttons .t4s-product-form__submit {  max-width: fit-content;}
.home_featued_product .t4s-product__info-container .t4s-product-price ins { margin-left: 0px; font-size: 20px !important;}
.home_featued_product .t4s-product__info-container .t4s-product-price del { font-size: 20px !important;}
.home_featued_product .t4s-product__no_media{margin:0;}
.product-media-slider { margin: 0;}

}
@media screen and (min-width: 768px) and (max-width: 1099px) {
.home_featued_product .t4s-product__title {margin-bottom: 20px !important;font-size:34px !important;}  
.t4s-product-featured ul {padding-bottom: 20px;margin: 20px 0 0;gap: 15px;}
.t4s-product-featured ul li {font-size: 16px;}

.home_featued_product.t4s-product-featured .t4s-product__price-review, .home_featued_product.t4s-product-featured .t4s-product-form__variants {float: none;width: 100%;}
.home_featued_product .t4s-product__info-wrapper{padding-top:40px;padding-bottom:40px;}
.home_featued_product.t4s-product-featured .t4s-product__info-container .t4s-product-price del {font-size: 16px !important;}
.home_featued_product.t4s-product-featured .t4s-product__info-container .t4s-product-price ins {font-size: 16px !important;}
.home_featued_product .t4s-product__info-wrapper .t4s-product-form__variants {margin-top: 20px;text-align: left;}
.home_featued_product .t4s-product__price-review {margin-top: 20px;height: auto;}
.home_featued_product .t4s-product__media-wrapper {padding-right:0px;}
}


@media screen and (min-width: 1100px) and (max-width: 1367px) {
  .home_featued_product .t4s-product__info-wrapper {
      padding-right: 60px;
      padding-left: 20px;
  }
.home_featued_product.t4s-product-featured .t4s-product__info-container .t4s-product-price del {font-size: 20px !important;}
.home_featued_product.t4s-product-featured .t4s-product__info-container .t4s-product-price ins {font-size: 20px !important;}
}

/* home featured product end */

/* home featured collection start */
.home_featured_collection .t4s-flicky-slider .flickityt4s-page-dots .dot.is-selected, 
.home_featured_collection .t4s-featured-products .t4s-flicky-slider .flickityt4s-page-dots .dot.is-selected, 
.home_featured_collection .t4s-flicky-slider .flickityt4s-page-dots .dot.is-selected{background: #800020;  border-color: #800020;}
.home_featured_collection .t4s-flicky-slider {padding-bottom:50px;}
.home_featured_collection .t4s-product-wrapper {background: #F5F2E9;border-radius: 16px; overflow: hidden;}

  /* Left / Previous arrow */
  .home_featured_collection .flickityt4s-button.previous,
  .home_featured_collection .flickity-button.previous,
  .home_featured_collection .t4s-flicky-btn.prev,
  .home_featured_collection .t4s-flicky-btn--prev {
    background-image: url("/cdn/shop/files/arrow_right_alt.svg?v=1782981275") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 16px !important;
  }

  /* Right / Next arrow */
  .home_featured_collection .flickityt4s-button.next,
  .home_featured_collection .flickity-button.next,
  .home_featured_collection .t4s-flicky-btn.next,
  .home_featured_collection .t4s-flicky-btn--next {
    background-image: url("/cdn/shop/files/arrow_right_alt_1.svg?v=1782981275") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 16px !important;
  }

  .home_featured_collection .flickityt4s-button::before,
  .home_featured_collection .flickityt4s-button::after,
  .home_featured_collection .flickity-button::before,
  .home_featured_collection .flickity-button::after,
  .home_featured_collection .t4s-flicky-btn::before,
  .home_featured_collection .t4s-flicky-btn::after {
    display: none !important;
  }


@media screen and (min-width: 200px) and (max-width: 767px) {
  .t4s-featured-products .home_featured_collection .heading-testimonials-star {
    margin-bottom: 0;
  }

  .home_featured_collection  .t4s-flicky-slider.t4s_box_pr_slider {
        margin: 0 -5px !important;
  }

  .home_featured_collection .t4s-heading-has-btn {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }

  .home_featured_collection .t4s-product {
    width: 50% !important;
    padding: 0 5px !important;
  }

  .home_featured_collection .t4s-product-wrapper{
    padding:0;
  }

  .home_featured_collection .t4s-pr-style6 .t4s-product-badge {
        left: 12px;
        top: 12px;
  }

  .home_featured_collection .t4s-product-badge>span {
    font-size: 11px;
    padding: 10px 10px;
    height: 20px;
    border-radius: 4px !important;
  }

  .home_featured_collection .t4s-flicky-slider .flickityt4s-page-dots {
    display: block !important;
  }

  body .home_featured_collection .t4s-flicky-slider .flickityt4s-prev-next-button.previous {
      left: auto;
      right: 25px;
  }
  body .home_featured_collection .t4s-flicky-slider .flickityt4s-prev-next-button.next {
      left: auto;
      right: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .t4s-featured-products .home_featured_collection .t4s-section-title {
      font-size: 32px;
  }

}

/* home featurd collection end */

/* home blog post start */
.home_blog_post .t4s-title{font-size:40px;line-height:135%;letter-spacing:-1px;color:#101010; margin-bottom:8px !important;}
.home_blog_post .t4s-subtitle{font-size:18px;color:#808080;line-height:150%;}
.home_blog_post .t4s-post-thumb {border-radius:16px;}
.home_blog_post .t4s-post-info .t4s-post-title{font-size:20px;}
.home_blog_post .blog_grid{margin:0 -10px;}  

@media screen and (min-width: 200px) and (max-width: 767px) {
.home_blog_post .t4s-title{font-size:24px;}
.home_blog_post .t4s-subtitle {font-size: 16px;}
.home_blog_post .t4s-top-heading{ margin-bottom:0px;}
.home_blog_post .t4s-blog-button{margin-bottom:30px;margin-top:30px;text-align:center;}
.home_blog_post .t4s-post-info .t4s-post-title { font-size: 18px;}
.home_blog_post .t4s-post-item .t4s-post-info {margin-bottom: 32px;}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
.home_blog_post .t4s-title{font-size:32px;}
}

/* home blog post end */

/* footer start */
.t4s-footer .t4s-col-heading{font-weight:700 !important;margin-bottom: 16px;}

/* footer end  */

/* article page css start */
.template-article  .header_wrapper_inner , .template-article .t4s-sub-menu, .template-list-collections .header_wrapper_inner, .template-list-collections .t4s-sub-menu {
  background: #f2f2f2 !important;
}

.template-article .shopify-section-header-sticky .header_wrapper_inner, .template-article .shopify-section-header-sticky .t4s-sub-menu, .template-list-collections .shopify-section-header-sticky .header_wrapper_inner, .template-list-collections .shopify-section-header-sticky .t4s-sub-menu {
  background: #fff !important;
}

.template-article .t4s-container-inner{
  max-width:100%;
}
.template-article  .t4s-article-related .t4s-flicky-slider{
  margin:0 -15px;
}

.template-article .article__content{
  font-size:16px;
  color: #808080;
  line-height: 150%;
  max-width:80%;
  margin:0 auto;
}

.template-article .article__content h2{
  font-size:32px;
  color: #2E2E2E;
  line-height: 135%;
  letter-spacing: -1px;
}

.template-article .article__content h3{
  font-size:24px;
  color: #2E2E2E;
  line-height: 135%;
  letter-spacing: -1px;
}

@media screen and (min-width: 200px) and (max-width: 767px) {

  .template-article .header_wrapper_inner, .template-article .t4s-sub-menu, .template-list-collections .header_wrapper_inner, .template-list-collections .t4s-sub-menu {
      background: #fff !important;
  }

  .template-article .t4s-main-article .t4s-col-item {
    padding-left: 0;
    padding-right: 0;
  }

  .t4s-article-title h2 {
    font-size: 24px;
  }
  .template-article .article__content h2{
    font-size:20px;
  }
  .template-article .article__content h3{
    font-size:18px;
  }

  .template-article .article__content{
    font-size:14px;
    max-width: 100%;
  }

  .template-article .t4s-article-image{
    margin-bottom: 20px !important;
  }

  .template-article .t4s-article-image img{
    height: 200px;
    object-fit: cover;
  }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .template-article .header_wrapper_inner, .template-article .t4s-sub-menu, .template-list-collections .header_wrapper_inner, .template-list-collections .t4s-sub-menu  {
      background: #fff !important;
  }

 .t4s-article-title h2 {
    font-size: 32px;
  }

  .template-list-collections .header-banner  h1{
    font-size:32px;
  }

  .template-article .article__content h2{
    font-size:20px;
  }

  .template-article .article__content h3{
    font-size:18px;
  }

  .template-article .article__content{
    font-size:14px;
  }

   

}

/* article page css end */

/* Working today slider section start */

.banner_card_slider_arrow_dots{display:flex;justify-content:space-between;align-items:center;}
.banner_card_slider_arrow{margin: -11px 0 0 auto;text-align: right;line-height: 1;max-width: fit-content;position: relative;display:flex;gap:16px;}
.banner_card_slider_arrow button, .banner_card_slider_arrow button:hover{background:transparent;padding:0;border:none;height: auto;line-height: 1;}

.banner_card_slider_arrow button{transition:transform 0.3s ease;}
.banner_card_slider_arrow button.banner_slider_prev:hover{ transform:translateX(-3px) !important;}
.banner_card_slider_arrow button.banner_slider_next:hover{ transform:translateX(3px) !important;}

.working_today_slider .banner-card-row .flickity-prev-next-button.previous { right: 190px;}
.working_today_slider .banner-card-row .flickity-prev-next-button.next {right: 162px;} 
.working_today_slider .banner-card-row .flickity-prev-next-button.previous:hover { transform:translateX(-3px) !important;}
.working_today_slider .banner-card-row .flickity-prev-next-button.next:hover { transform:translateX(3px) !important;}

.working_today_slider .banner-card-row{ width: calc(100vw - ((100vw - 1600px)/2));  margin-right: calc(50% - 50vw);}

.working_today_slider .banner-cards-slider .flickity-page-dots .dot {
    width: 8px !important;
    height: 8px !important;
    margin: 0 !important;
    border: 1px solid #808080;
    background: transparent;
}
.working_today_slider .banner-cards-slider .flickity-page-dots .dot.is-selected {
    border-color: #4A0000 !important;
    background: #4A0000 !important;
}

@media screen and (min-width: 200px) and (max-width: 767px) {
  .working_today_slider .banner-card-row {
      width: calc(100vw - ((100vw - 100%) / 2));
      margin-right: calc(50% - 50vw);
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .working_today_slider .banner-card-row {
      width: calc(100vw - ((100vw - 100%) / 2));
      margin-right: calc(50% - 50vw);
  }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
  /* .working_today_slider{padding:0 30px !important;} */
  .working_today_slider .banner-card-row {
      width: calc(100vw - ((100vw - 100%) / 2));
      margin-right: calc(50% - 50vw);
  }
}

@media screen and (min-width: 1200px) and (max-width: 1630px) {
  /* .working_today_slider{padding:0 30px !important;} */
  .working_today_slider .banner-card-row {
      width: calc(100vw - ((100vw - 100%) / 2));
      margin-right: calc(50% - 50vw);
  }
}

/* Working today slider section end */

/* product page css start */
.t4s-product__price-review{margin-top:24px;}

/* product page css end */

/* product image with text section start  */
.template-product  .t4s-container-inner{
  max-width:100%;
}
.badges_custom{
  background: #F9F6F0;
  font-size:14px;
  color: #101010;
  letter-spacing:1px;
  text-transform:uppercase;
  line-height: 100%;
  padding: 10px 16px;
  border-radius:50px;
  margin-bottom: 16px;
  display: inline-block;
}
.product_image_text_section .metafield-rich_text_field h3{
  font-size:20px;
  line-height: 135%;
  letter-spacing:0;
  font-weight: 500;
  margin-bottom: 16px;
}
.product_image_text_section .metafield-rich_text_field p{
  font-size:16px;
  line-height: 150%;
  letter-spacing:0;
  font-weight: 400;
  margin: 0;
  color: #808080;
}

@media screen and (min-width: 200px) and (max-width: 767px) {
  .product_image_text_section_2 .made_flow_col_2 {
     order: -1;
  }
  .product_image_text_section_4 .made_flow_col_4 {
     order: -1;
  }

}


/* product image with text section end */

/* policy pages start */
.template-policy .t4s-section-header, .template-cart .t4s-section-header , .template-search .t4s-section-header{
    margin-bottom: 0;
    transform: translateY(0rem);
    background: #fff;
}
/* policy pages end */


#pr_recommendations .t4s-product-wrapper {background: #F5F2E9;border-radius: 16px; overflow: hidden;}

.heading-testimonials-star-flex{display:flex;justify-content:space-between;width: 100%;align-items: end;} 
.recomm_link{font-size: 16px; line-height: 20px; font-weight: 500;text-transform: uppercase;position:relative;}
.recomm_link:after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: var(--);
  display: inline-block;
  border-radius: 12px;
  margin-left: 10px;
}

@media screen and (min-width: 200px) and (max-width: 767px) {
#pr_recommendations .t4s-product-wrapper {border-radius: 10px; }
#pr_recommendations .t4s-flicky-slider .flickityt4s-page-dots { display: block !important;}
body #pr_recommendations .t4s-flicky-slider .flickityt4s-prev-next-button {height: 13px !important;}
#pr_recommendations .t4s-flicky-slider {  padding-bottom: 50px;}
}

@media screen and (min-width: 768px) and (max-width: 999px) {

}
@media screen and (min-width: 999px) and (max-width: 1199px) {
.t4s-product-featured .t4s-product__info-container .t4s-product-price del {font-size: 18px !important;}
}


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

.about-template .t4s-content-position h2{font-size: 42px;line-height:135%;}

}


@media screen and (min-width: 1025px) and (max-width: 1199px) {
.about-template .t4s-content-position h2{font-size: 52px;line-height:135%;}
}


.shop_by_hover .t4s-img-child img{
  transition: transform 0.3s ease;
   transform: scale(1);
}

.shop_by_hover:hover .t4s-img-child img{
  transform: scale(1.2);

}

.t4s-coppy-right a{text-decoration:underline;}


.t4s_tp_cd .t4s-content-position .t4s-btn{
  position: relative;
  overflow: hidden;
  z-index: 1;
  border:1px solid;
  border-color: #fff;
  background: transparent !important;
}

.t4s_tp_cd .t4s-content-position .t4s-btn:hover{
  background: transparent !important;
  color: #fff;
  opacity: 1 !important;
   border-color: #4A0000;
}

.t4s_tp_cd .t4s-content-position .t4s-btn-style-outline::after{
  display: none;
}

.t4s_tp_cd .t4s-content-position .t4s-btn::before {
    content: "";
    position: absolute;
    width: 0;
    inset-block: calc(1px * -1);
    inset-inline-start: calc(1px * -1);
    z-index: -1;
    transition: width .3s ease;
    border-radius: 50px;
    background-color: #4A0000 !important;
    opacity: 1;
    visibility: visible;
    border-color:transparent;
}

.t4s_tp_cd .t4s-content-position .t4s-btn:hover::before{
    width: calc(100% + 1px * 2);
} 
  
@media (max-width: 767px) {
  .t4s-mini-search__input {
    font-size: 16px !important;
    -webkit-text-size-adjust: 100%;
  }
}