/** Shopify CDN: Minification failed

Line 1682:130 Expected ":"
Line 1682:131 Expected identifier but found "28px"
Line 1693:146 Expected ":"
Line 1693:147 Expected identifier but found "20px"

**/
@import url(https://use.typekit.net/oty4edw.css);
/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
html{
  font-family: Interstate, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.dark html{
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity));
}
h1, h2, h3, h4, .h1, .h2, .h3, .h4{
  font-family: Interstate, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
h1span, h2span, h3span, h4span, .h1span, .h2span, .h3span, .h4span{
  font-family: Interstate, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.dark h1span,.dark  h2span,.dark  h3span,.dark  h4span,.dark  .h1span,.dark  .h2span,.dark  .h3span,.dark  .h4span{
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity));
}
h1, h2, h3, h4, p, a, .h1, .h2, .h3, .h4, ul, ol, strong, em{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.dark h1,.dark  h2,.dark  h3,.dark  h4,.dark  p,.dark  a,.dark  .h1,.dark  .h2,.dark  .h3,.dark  .h4,.dark  ul,.dark  ol,.dark  strong,.dark  em{
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity));
}
.button{
  border-radius: 9999px;
  border-style: none;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-drop-shadow: drop-shadow(0 0 #0000);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.dark .button{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button {
    --border-opacity: 0;
    --border-offset: none;
    background-image: linear-gradient(100deg, #045995, #0883ba 100%);
  }
.button:hover {
    outline: none !important;
    --border-opacity: 0 !important;
    --border-offset: none !important;
    box-shadow: none !important;
  }
.button:not([disabled]):hover::after, .shopify-challenge__button:hover::after, .customer button:hover::after, .shopify-payment-button__button--unbranded:hover::after {
    outline: none !important;
    --border-opacity: 0 !important;
    --border-offset: none !important;
    box-shadow: none !important;
  }
.color-background-1{
  --tw-bg-opacity: 1;
  background-color: rgb(40 40 40 / var(--tw-bg-opacity));
}
.subtitle{
  font-family: Interstate, sans-serif;
    font-size: 48px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    color: #fff;
}
.bg-gradient {
    background-image: linear-gradient(100deg, #045995, #0883ba 100%);
  }
.product__title {
    font-family: 'Three Druk Text Cyr Heavy';
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.5px;
    color: #282828;
    border-bottom: 1px solid #d1d1d1;
  }
.product__info-container {
    max-width: 480px !important;
  }
.product-form__submit {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    font-size: 14px;
  }
.price--large {
    margin: 1.5rem 0;
    padding-bottom: 1.5rem !important;
    border-bottom: 1px solid #d1d1d1;
  }
.quantity {
    background-color: #e7e7e7;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }
.quantity__input {
    background-color: white !important;
    margin: 1rem 2rem;
    border-radius: 8px;
    font-family:'Four Mont Regular'
  }
.quantity__button {
    background-color: transparent !important;
  }
.quantity::before, .quantity::after {
    display: none;
  }
.subtitle{
  font-size: 24px;
}
@media (min-width: 750px){
  .subtitle{
    font-size: 48px;
  }
}
.price--end{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.field{
  border-radius: 2.5rem;
}
.field__input{
  border-radius: 2.5rem;
}
.field__input:hover, .field__input:focus, .field__input:active, .field__input:focus-within, .field__input:focus-visible, .field__input:target{
  border-radius: 2.5rem;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.field::after, .field:hover {
    box-shadow: none !important;
  }
.field::before {
    box-shadow: none;
  }
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
}
@media (min-width: 500px){
  .container{
    max-width: 500px;
  }
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 750px){
  .container{
    max-width: 750px;
  }
}
@media (min-width: 990px){
  .container{
    max-width: 990px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.fixed{
  position: fixed !important;
}
.absolute{
  position: absolute !important;
}
.relative{
  position: relative !important;
}
.sticky{
  position: sticky !important;
}
.right-0{
  right: 0px !important;
}
.left-0{
  left: 0px !important;
}
.top-0{
  top: 0px !important;
}
.bottom-0{
  bottom: 0px !important;
}
.isolate{
  isolation: isolate !important;
}
.z-10{
  z-index: 10 !important;
}
.z-\[2\]{
  z-index: 2 !important;
}
.z-0{
  z-index: 0 !important;
}
.z-\[1\]{
  z-index: 1 !important;
}
.m-auto{
  margin: auto !important;
}
.m-0{
  margin: 0px !important;
}
.m-5{
  margin: 1.25rem !important;
}
.my-5{
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
.mx-auto{
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-16{
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
.mx-8{
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
.my-28{
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}
.my-12{
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-10{
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}
.my-\[60px\]{
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.my-6{
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.mx-5{
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}
.mb-\[20px\]{
  margin-bottom: 20px !important;
}
.ml-\[30px\]{
  margin-left: 30px !important;
}
.mb-4{
  margin-bottom: 1rem !important;
}
.mt-0{
  margin-top: 0px !important;
}
.mt-5{
  margin-top: 1.25rem !important;
}
.mb-2{
  margin-bottom: 0.5rem !important;
}
.mr-\[-3rem\]{
  margin-right: -3rem !important;
}
.mb-16{
  margin-bottom: 4rem !important;
}
.mt-10{
  margin-top: 2.5rem !important;
}
.mt-\[100px\]{
  margin-top: 100px !important;
}
.mt-24{
  margin-top: 6rem !important;
}
.mt-\[40px\]{
  margin-top: 40px !important;
}
.mb-10{
  margin-bottom: 2.5rem !important;
}
.mb-5{
  margin-bottom: 1.25rem !important;
}
.mb-\[60px\]{
  margin-bottom: 60px !important;
}
.mt-4{
  margin-top: 1rem !important;
}
.block{
  display: block !important;
}
.flex{
  display: flex !important;
  justify-content: space-between;
}
.inline-flex{
  display: inline-flex !important;
}
.table{
  display: table !important;
}
.hidden{
  display: none !important;
}
.aspect-square{
  aspect-ratio: 1 / 1 !important;
}
.aspect-video{
  aspect-ratio: 16 / 5 !important;
}
.h-\[1px\]{
  height: 1px !important;
}
.h-\[428px\]{
  height: 428px !important;
}
.h-\[50px\]{
  height: 50px !important;
}
.h-full{
  height: 100% !important;
}
.h-auto{
  height: auto !important;
}
.h-\[40px\]{
  height: 40px !important;
}
.h-10{
  height: 2.5rem !important;
}
.max-h-\[360px\]{
  max-height: 360px !important;
}
.min-h-full{
  min-height: 100% !important;
}
.min-h-screen{
  min-height: 100vh !important;
}
.min-h-\[640px\]{
  min-height: 640px !important;
}
.min-h-\[110px\]{
  min-height: 110px !important;
}
.min-h-\[90px\]{
  min-height: 90px !important;
}
.w-full{
  width: 100% !important;
}
.w-\[30px\]{
  width: 30px !important;
}
.w-\[200px\]{
  width: 200px !important;
}
.w-\[50px\]{
  width: 50px !important;
}
.w-6\/12{
  width: 50% !important;
}
.w-\[40px\]{
  width: 40px !important;
}
.min-w-\[190px\]{
  min-width: 190px !important;
}
.max-w-full{
  max-width: 100% !important;
}
.max-w-\[1300px\]{
  max-width: 1300px !important;
}
.max-w-\[720px\]{
  max-width: 720px !important;
  text-align:center;
}
.max-w-\[1400px\]{
  max-width: 1400px !important;
}
.max-w-\[1200px\]{
  max-width: 1200px !important;
}
.max-w-\[50\%\]{
  max-width: 50% !important;
}
.max-w-\[640px\]{
  max-width: 640px !important;
}
.max-w-6xl{
  max-width: 72rem !important;
}
.max-w-\[200px\]{
  max-width: 200px !important;
}
.max-w-\[250px\]{
  max-width: 250px !important;
}
.max-w-\[300px\]{
  max-width: 300px !important;
}
.max-w-\[100\%\]{
  max-width: 100% !important;
}
.max-w-\[180px\]{
  max-width: 180px !important;
}
.max-w-\[360px\]{
  max-width: 360px !important;

}
.flex-1{
  flex: 1 1 0% !important;
}
.skew-x-\[-15deg\]{
  --tw-skew-x: -15deg !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.skew-x-\[15deg\]{
  --tw-skew-x: 15deg !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.flex-col{
  flex-direction: column !important;
}
.flex-wrap{
  flex-wrap: wrap !important;
}
.flex-nowrap{
  flex-wrap: nowrap !important;
}
.items-start{
  align-items: flex-start !important;
}
.items-center{
  align-items: center !important;
}
.items-stretch{
  align-items: stretch !important;
}
.justify-start{
  justify-content: flex-start !important;
}
.justify-end{
  justify-content: flex-end !important;
}
.justify-center{
  justify-content: center !important;
}
.justify-between{
  justify-content: space-between !important;
}
.justify-evenly{
  justify-content: space-evenly !important;
}
.gap-10{
  gap: 2.5rem !important;
}
.gap-5{
  gap: 1.25rem !important;
}
.gap-6{
  gap: 1.5rem !important;
}
.gap-0{
  gap: 0px !important;
}
.gap-8{
  gap: 2rem !important;
}
.gap-4{
  gap: 1rem !important;
}
.overflow-hidden{
  overflow: hidden !important;
}
.overscroll-contain{
  overscroll-behavior: contain !important;
}
.truncate{
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.rounded-full{
  border-radius: 9999px !important;
}
.rounded-lg{
  border-radius: 0.5rem !important;
}
.rounded-none{
  border-radius: 0px !important;
}
.rounded-l-none{
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.rounded-tl-\[30px\]{
  border-top-left-radius: 30px !important;
}
.rounded-tr-\[30px\]{
  border-top-right-radius: 30px !important;
}
.rounded-bl-none{
  border-bottom-left-radius: 0px !important;
}
.rounded-br-none{
  border-bottom-right-radius: 0px !important;
}
.rounded-tl-none{
  border-top-left-radius: 0px !important;
}
.rounded-tr-none{
  border-top-right-radius: 0px !important;
}
.rounded-bl-\[30px\]{
  border-bottom-left-radius: 30px !important;
}
.rounded-br-\[30px\]{
  border-bottom-right-radius: 30px !important;
}
.rounded-bl-lg{
  border-bottom-left-radius: 0.5rem !important;
}
.border-b{
  border-bottom-width: 1px !important;
}
.border-t{
  border-top-width: 1px !important;
}
.border-none{
  border-style: none !important;
}
.border-\[\#225995\]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(34 89 149 / var(--tw-border-opacity)) !important;
}
.border-\[\#000000\]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
}
.border-\[\#f4804d\]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(244 128 77 / var(--tw-border-opacity)) !important;
}
.border-\[\#d1d1d1\]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 209 209 / var(--tw-border-opacity)) !important;
}
.border-gray-200{
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
}
.border-b-\[\#1A1A1A\]{
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(26 26 26 / var(--tw-border-opacity)) !important;
}
.bg-gray-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(40 40 40 / var(--tw-bg-opacity)) !important;
}
.bg-black{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(40 40 40 / var(--tw-bg-opacity)) !important;
}
.bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#282828\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(40 40 40 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#2F83BA\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(47 131 186 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#D8D8D8\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(216 216 216 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#111111\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity)) !important;
}
.bg-stone-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(28 25 23 / var(--tw-bg-opacity)) !important;
}
.bg-gray-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important;
}
.bg-zinc-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 231 231 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#0883ba\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(8 131 186 / var(--tw-bg-opacity)) !important;
}
.object-contain{
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.object-cover{
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.object-fill{
  -o-object-fit: fill !important;
     object-fit: fill !important;
}
.object-scale-down{
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}
.p-0{
  padding: 0px !important;
}
.p-2{
  padding: 0.5rem !important;
}
.p-5{
  padding: 1.25rem !important;
}
.py-32{
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}
.py-8{
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.px-5{
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.px-32{
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}
.px-16{
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.py-10{
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.px-8{
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.px-2{
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-10{
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.py-24{
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}
.py-28{
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}
.py-20{
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.pb-\[20px\]{
  padding-bottom: 20px !important;
}
.pl-16{
  padding-left: 4rem !important;
}
.pr-0{
  padding-right: 0px !important;
}
.pb-10{
  padding-bottom: 2.5rem !important;
}
.pl-5{
  padding-left: 1.25rem !important;
}
.pb-5{
  padding-bottom: 1.25rem !important;
}
.pb-24{
  padding-bottom: 6rem !important;
}
.pb-\[80px\]{
  padding-bottom: 80px !important;
}
.pb-\[60px\]{
  padding-bottom: 60px !important;
}
.pb-0{
  padding-bottom: 0px !important;
}
.text-left{
  text-align: left !important;
}
.text-center{
  text-align: center !important;
}
.font-title{
  font-family: 'Three Druk Text Cyr Heavy' !important;
}
.font-acumin{
  font-family: 'Three Druk Text Cyr Heavy' !important;
}
.text-\[22px\]{
  font-size: 22px !important;
}
.text-\[14px\]{
  font-size: 14px !important;
}
.text-\[48px\]{
  font-size: 48px !important;
}
.text-5xl{
  font-size: 3rem !important;
  line-height: 1 !important;
}
.text-\[18px\]{
  font-size: 18px !important;
}
.text-\[28px\]{
  font-size: 28px !important;
}
.font-bold{
  font-weight: 700 !important;
}
.font-medium{
  font-weight: 700 !important;
}
.uppercase{
  text-transform: uppercase !important;
}
.capitalize{
  text-transform: capitalize !important;
}
.italic{
  font-style: italic !important;
}
.leading-tight{
  line-height: 1.25 !important;
}
.leading-\[80px\]{
  line-height: 80px !important;
}
.leading-none{
  line-height: 1 !important;
}
.tracking-widest{
  letter-spacing: .25em !important;
}
.text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-black{
  --tw-text-opacity: 1 !important;
  color: rgb(40 40 40 / var(--tw-text-opacity)) !important;
}
.text-\[\#0883ba\]{
  --tw-text-opacity: 1 !important;
  color: rgb(8 131 186 / var(--tw-text-opacity)) !important;
}
.text-\[\#282828\]{
  --tw-text-opacity: 1 !important;
  color: rgb(40 40 40 / var(--tw-text-opacity)) !important;
}
.text-red-500{
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity)) !important;
}
.underline{
  text-decoration-line: underline !important;
}
.no-underline{
  text-decoration-line: none !important;
}
.decoration-\[\#282828\]{
  text-decoration-color: #282828 !important;
}
.outline{
  outline-style: solid !important;
}
.blur{
  --tw-blur: blur(8px) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.brightness-\[\.25\]{
  --tw-brightness: brightness(.25) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.contrast-50{
  --tw-contrast: contrast(.5) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.tw-grid {
  display: grid !important;
}

.scroll-up {
  transition: all ease-in-out 0.2s;
  transform: translateY(0);
  position: fixed;
}

.scroll-down {
  transition: all ease-in-out 0.2s;
  transform: translateY(-200%);
}

/*
    Typography overrides

    Rather than attempting to re-write all of Dawn's typography styles,
    below you'll find a selection of typographpy overrides, keeping the 
    theme in line with the original designs as closely as possible.
*/
/*
    Header sizes
*/
.header-hero {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  font-size: 45px;
  letter-spacing: 0px;
}

@media screen and (min-width: 750px) {
  .header-hero {
    font-size: 87px;
    letter-spacing:0px;
  }
}
h2, .h2, .header-xl {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  font-size: 22px;
  letter-spacing:0px;
}

@media screen and (min-width: 750px) {
  h2, .h2, .header-xl {
    font-size: 35px;
    letter-spacing: 0px;
  }
}
.header-lg {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 0.92;
  font-size: 48px;
  letter-spacing: -1.5px;
}

@media screen and (min-width: 750px) {
  .header-lg {
    font-size: 48px;
    letter-spacing: -1.5px;
  }
}
.header-sm {
  font-weight: bold;
  line-height: 1;
  font-size: 12px;
  letter-spacing: 0px;
  text-transform: uppercase;
}

@media screen and (min-width: 750px) {
  .header-sm {
    font-size: 18px;
    letter-spacing: 0px;
  }
}
.header-tiny {
  font-weight: normal;
  line-height: normal;
  font-size: 16px;
  letter-spacing: 2px;
}

@media screen and (min-width: 750px) {
  .header-tiny {
    font-size: 16px;
    letter-spacing: 2px;
  }
}
/*
    Text sizes
*/
.body-text-lg {
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.21;
  font-size: 24px;
}

@media screen and (min-width: 750px) {
  .body-text-lg {
    font-size: 48px;
  }
}
.body-text-medium {
  font-weight: normal;
  letter-spacing: normal;
  line-height: 30px;
  font-size: 24px;
}

@media screen and (min-width: 750px) {
  .body-text-medium {
    line-height: 30px;
    font-size: 24px;
  }
}
.body-text-base {
  font-weight: normal;
  letter-spacing: normal;
  line-height: 24px;
  font-size: 17px;
}

@media screen and (min-width: 750px) {
  .body-text-base {
    line-height: 24px;
    font-size: 17px;
  }
}
.body-text-small {
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  letter-spacing: 1.75px;
}

@media screen and (min-width: 750px) {
  .body-text-small {
    font-size: 14px;
    letter-spacing: 1.75px;
  }
}

.before\:bg-white::before{
  content: var(--tw-content) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.after\:bg-white::after{
  content: var(--tw-content) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.odd\:bg-zinc-200:nth-child(odd){
  --tw-bg-opacity: 1 !important;
  background-color: rgb(231 231 231 / var(--tw-bg-opacity)) !important;
}

.even\:bg-white:nth-child(even){
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.hover\:underline:hover{
  text-decoration-line: underline !important;
}

.dark .dark\:bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.dark .dark\:text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

@media (min-width: 500px){
  .xs\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 640px){
  .sm\:my-28{
    margin-top: 5rem !important;
    margin-bottom: 7rem !important;
  }
  .sm\:aspect-video{
    aspect-ratio: 16 / 9 !important;
  }
  .sm\:h-\[80px\]{
    height: 80px !important;
  }
  .sm\:w-\[80px\]{
    width: 80px !important;
  }
  .sm\:flex-row{
    flex-direction: row !important;
  }
  .sm\:py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
}

@media (min-width: 750px){
  .md\:m-0{
    margin: 0px !important;
  }
  .md\:w-6\/12{
    width: 50% !important;
  }
  .md\:max-w-\[310px\]{
    max-width: 310px !important;
  }
  .md\:max-w-\[640px\]{
    max-width: 640px !important;
  }
  .md\:flex-\[0_0_33\%\]{
    flex: 0 0 33% !important;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .md\:flex-row{
    flex-direction: row !important;
  }
  .md\:flex-row-reverse{
    flex-direction: row-reverse !important;
  }
  .md\:items-start{
    align-items: flex-start !important;
  }
  .md\:items-stretch{
    align-items: stretch !important;
  }
  .md\:gap-5{
    gap: 1.25rem !important;
  }
  .md\:rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }
  .md\:rounded-tr-none{
    border-top-right-radius: 0px !important;
  }
  .md\:rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }
  .md\:rounded-br-none{
    border-bottom-right-radius: 0px !important;
  }
  .md\:rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }
  .md\:rounded-bl-none{
    border-bottom-left-radius: 0px !important;
  }
  .md\:rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }
  .md\:rounded-tl-none{
    border-top-left-radius: 0px !important;
  }
  .md\:p-0{
    padding: 0px !important;
  }
  .md\:p-16{
    padding: 4rem !important;
  }
  .md\:px-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .md\:text-left{
    text-align: left !important;
  }
}

@media (min-width: 990px){
  .md-lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 1024px){
  .lg\:static{
    position: static !important;
  }
  .lg\:flex{
    display: flex !important;
  }
  .lg\:hidden{
    display: none !important;
  }
  .lg\:justify-between{
    justify-content: space-between !important;
  }
}
@media (max-width: 749px)
{
  #ContactFooter button[type="submit"]{background-image: linear-gradient(89deg,#00538d,#088dc9 100%);}
}

@media only screen and (max-width: 600px) {
  .py-24 {
     padding-top: 0rem!important; 
    margin-top: -19px;
}
}

.body--index .image-banner--max-width h2 +.text-center span {    font-size: 28px;}
section#shopify-section-template--18544946577697__3d7fc024-a185-4e38-8cdc-7cd2aee8d724 h2{font-size: 55px;
    line-height: 75px;    margin-bottom: 0px !important;}
section#shopify-section-template--18544946577697__3d7fc024-a185-4e38-8cdc-7cd2aee8d724 h2+.text-center{ margin-bottom:0px;}
section#shopify-section-template--18544946577697__3d7fc024-a185-4e38-8cdc-7cd2aee8d724 h2+.text-center span{font-size:28px; line-height:28px;}

section#shopify-section-template--18544946577697__997a73d5-3719-4d11-844b-cd7b13d28276 .contact__button {    text-align: center;}

section#shopify-section-template--18544946839841__3dc580a1-0614-462a-a321-171a158c30fd .section-template--18544946839841__3dc580a1-0614-462a-a321-171a158c30fd-padding{padding-bottom:40px;}
section#shopify-section-template--18544946839841__3dc580a1-0614-462a-a321-171a158c30fd .rich-text__heading {
    text-align: left;}
  section#shopify-section-template--18544946839841__3dc580a1-0614-462a-a321-171a158c30fd .rich-text__text.rte{text-align:left;}
  section#shopify-section-template--18544946839841__3dc580a1-0614-462a-a321-171a158c30fd ul {
    padding-left: 0px;    text-align: left;}
  section#shopify-section-template--18544946839841__3dc580a1-0614-462a-a321-171a158c30fd ul li{padding-left:50px; position:relative; margin-bottom:10px; display:flex; display:-webkit-box; display:-webkit-flex; display:-moz-flex; display:-ms-flex; align-items:center;     min-height: 48px;}
section#shopify-section-template--18544946839841__3dc580a1-0614-462a-a321-171a158c30fd ul li:last-child{margin-bottom:0px;}
  section#shopify-section-template--18544946839841__3dc580a1-0614-462a-a321-171a158c30fd ul li:before{content:"";
width:40px; height:40px;border-radius:50%;background-color:#0883ba;display: block;    position: absolute;    left: 0px; top:5px;  }
  section#shopify-section-template--18544946839841__3dc580a1-0614-462a-a321-171a158c30fd ul li:after{content: "";
    left: 17px;display: inline-block; height: 19px; width: 10px; border-bottom: 4px solid white; border-right: 4px solid white;
    position: absolute; top: 13px; transform: rotate(45deg);  -webkit-transform: rotate(45deg);    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);    -o-transform: rotate(45deg);}
  section#shopify-section-template--18544946839841__3dc580a1-0614-462a-a321-171a158c30fd .page-width{padding-left:0px; padding-right:0px;}





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

  section#shopify-section-template--18544946577697__3d7fc024-a185-4e38-8cdc-7cd2aee8d724 .page-width{ position: absolute;
    left: 0px;    top: 50%;    transform: translate(0px, -50%); -webkit-transform: translate(0px, -50%);
   -moz-transform: translate(0px, -50%); -ms-transform: translate(0px, -50%); -o-transform: translate(0px, -50%);
 text-align: left;}
  section#shopify-section-template--18544946577697__3d7fc024-a185-4e38-8cdc-7cd2aee8d724 h2{display: block;
    width: 100%; text-align:left !important;  font-size: 55px;
    line-height: 55px;}
  section#shopify-section-template--18544946577697__3d7fc024-a185-4e38-8cdc-7cd2aee8d724 h2+.text-center {
    width: 100%;    text-align: left !important;}
  section#shopify-section-template--18544946577697__3d7fc024-a185-4e38-8cdc-7cd2aee8d724 .banner__media.media img{max-width:100% !important;}
#ContactForm .contact__button button{    background-image: linear-gradient(89deg,#00538d,#088dc9 100%);}
      section#shopify-section-template--18544946577697__348954bf-6675-45a8-9010-ec280ab056bb{padding: 0px 15px 7rem 15px;}
  section#shopify-section-template--18544946577697__348954bf-6675-45a8-9010-ec280ab056bb .max-w-\[360px\]{width:100%;}


   section#shopify-section-template--18544946676001__ba17af04-cc2c-4bee-ac1a-a94893d8d9ae{padding: 0px 15px 7rem 15px;}
  section#shopify-section-template--18544946676001__ba17af04-cc2c-4bee-ac1a-a94893d8d9ae .max-w-\[360px\]{width:100%;}


  section#shopify-section-template--18544946839841__4abce4d5-ebb6-47d4-aa45-a603acd270be .page-width{ position: absolute;
    left: 0px;    top: 50%;    transform: translate(0px, -50%); -webkit-transform: translate(0px, -50%);
   -moz-transform: translate(0px, -50%); -ms-transform: translate(0px, -50%); -o-transform: translate(0px, -50%);
 text-align: left;}
  section#shopify-section-template--18544946839841__4abce4d5-ebb6-47d4-aa45-a603acd270be h2{display: block;
    width: 100%; text-align:left !important; }
    section#shopify-section-template--18544946839841__4abce4d5-ebb6-47d4-aa45-a603acd270be h2+.text-center {
    width: 100%;    text-align: left !important;}

  section#shopify-section-template--18544946839841__4abce4d5-ebb6-47d4-aa45-a603acd270be .banner__media.media img {
    max-width: 100%!important;}

section#shopify-section-template--18544946839841__3dc580a1-0614-462a-a321-171a158c30fd .section-template--18544946839841__3dc580a1-0614-462a-a321-171a158c30fd-padding {
    padding-top: 0px;    padding-bottom: 7rem;}



  section#shopify-section-template--18544946774305__0eae5294-ca94-4fe6-b2ac-5cb4339dc406 .page-width{ position: absolute;
    left: 0px;    top: 50%;    transform: translate(0px, -50%); -webkit-transform: translate(0px, -50%);
   -moz-transform: translate(0px, -50%); -ms-transform: translate(0px, -50%); -o-transform: translate(0px, -50%);
 text-align: left;}
  section#shopify-section-template--18544946774305__0eae5294-ca94-4fe6-b2ac-5cb4339dc406 h2{display: block;
    width: 100%;    text-align: left!important; margin-bottom: 0px !important;}
section#shopify-section-template--18544946774305__0eae5294-ca94-4fe6-b2ac-5cb4339dc406 .banner__media.media img {
    max-width: 100%!important;}
#shopify-section-template--18544946774305__0eae5294-ca94-4fe6-b2ac-5cb4339dc406 h2+div{width:100% !important; text-align:left !important;}
#shopify-section-template--18544946774305__0eae5294-ca94-4fe6-b2ac-5cb4339dc406 h2+div span{font-size:28px !important; line-height;28px !important;}
}

@media only screen and (max-width: 599px)
{
#shopify-section-template--18544946839841__4abce4d5-ebb6-47d4-aa45-a603acd270be h2 { font-size: 55px !important;    line-height: 55px !important;}
#shopify-section-template--18544946774305__0eae5294-ca94-4fe6-b2ac-5cb4339dc406 h2{font-size: 55px !important;    line-height: 55px !important;} 
section#shopify-section-template--18544946577697__3d7fc024-a185-4e38-8cdc-7cd2aee8d724 h2{ font-size: 55px !important;    line-height: 55px !important;}
#shopify-section-template--18544946839841__4abce4d5-ebb6-47d4-aa45-a603acd270be .text-center.md\:text-left.text-white.mb-4.body-text-base span {
    font-size: 20px !important;    line-height: 20px !important;} 
section#shopify-section-template--18544946577697__3d7fc024-a185-4e38-8cdc-7cd2aee8d724 h2+.text-center span{font-size: 20px !important;    line-height: 20px !important;}   
section#shopify-section-template--18544946774305__0eae5294-ca94-4fe6-b2ac-5cb4339dc406 h2+.text-center span{font-size:20px !important; line-height;20px !important;}  
  #shopify-section-template--18544946774305__0eae5294-ca94-4fe6-b2ac-5cb4339dc406 h2.text-center.md\:text-left.text-white.font-title.mb-4.header-xl span{font-size: 55px !important;    line-height: 55px !important;}
}

@media only screen and (max-width: 479px)
{
#shopify-section-template--18544946839841__4abce4d5-ebb6-47d4-aa45-a603acd270be h2{font-size: 40px !important;    line-height: 40px !important;}
#shopify-section-template--18544946774305__0eae5294-ca94-4fe6-b2ac-5cb4339dc406 h2{font-size: 40px !important;    line-height: 40px !important;}
section#shopify-section-template--18544946577697__3d7fc024-a185-4e38-8cdc-7cd2aee8d724 h2{ font-size: 40px !important;    line-height: 40px !important;}
  #shopify-section-template--18544946774305__0eae5294-ca94-4fe6-b2ac-5cb4339dc406 h2.text-center.md\:text-left.text-white.font-title.mb-4.header-xl span{font-size: 40px !important;    line-height: 40px !important;}


  
}
#shopify-section-template--18544946774305__5590091e-f7e2-4996-93b8-fe1c30cf04fb .slider-button .icon {
    display: none;
}

#shopify-section-template--18544946774305__5590091e-f7e2-4996-93b8-fe1c30cf04fb .slider-counter__link {
    padding: 0.5rem;
}
#shopify-section-template--18544946774305__e5755e8a-6d24-4834-a60e-9be0f130f5eb .content-container--full-width:after{display:none;}
#shopify-section-template--18544946774305__b2582198-f8db-4a69-8eb6-4ebbb01b6259 .aspect-video{aspect-ratio: unset !important;
    vertical-align: top;    padding-top: 20px;}
#shopify-section-template--18544946774305__5590091e-f7e2-4996-93b8-fe1c30cf04fb .slideshow__controls{position: absolute;
    bottom: 0px;    left: 50%;    transform: translate(-50%, 0%); -webkit-transform: translate(-50%, 0%); -moz-transform: translate(-50%, 0%);
-ms-transform: translate(-50%, 0%); -o-transform: translate(-50%, 0%); z-index: 2;}
#shopify-section-template--18544946774305__5590091e-f7e2-4996-93b8-fe1c30cf04fb .slider-counter__link--dots .dot{ border:1px solid transparent;}
#shopify-section-template--18544946774305__5590091e-f7e2-4996-93b8-fe1c30cf04fb .slider-counter__link--dots:not(.slider-counter__link--active) .dot{background: #d1d1d1 !important;}
#shopify-section-template--18544946774305__67352e52-c987-481b-9b0e-0b080572613e section .w-full.my-5{    margin-top: 7rem !important;}

#shopify-section-template--18544946774305__b2582198-f8db-4a69-8eb6-4ebbb01b6259 .image-with-text {
    padding-bottom: 40px !important;}




#shopify-section-template--20794610974966__0720f00c-5081-40aa-9715-c1625a82f37f .slideshow__controls{border:0px; position: absolute;
    bottom: 0px;    left: 50%;    transform: translate(-50%, 0%); -webkit-transform: translate(-50%, 0%); -moz-transform: translate(-50%, 0%);
-ms-transform: translate(-50%, 0%); -o-transform: translate(-50%, 0%); z-index: 2;}
#shopify-section-template--20794610974966__0720f00c-5081-40aa-9715-c1625a82f37f .slider-counter__link--dots .dot{ border:1px solid transparent;}
#shopify-section-template--20794610974966__0720f00c-5081-40aa-9715-c1625a82f37f .slider-counter__link--dots:not(.slider-counter__link--active) .dot{background: #d1d1d1 !important;}
#shopify-section-template--20794610974966__0720f00c-5081-40aa-9715-c1625a82f37f section .w-full.my-5{    margin-top: 7rem !important;}
#shopify-section-template--20794610974966__0720f00c-5081-40aa-9715-c1625a82f37f .slider-counter__link--dots.slider-counter__link--active span{background-color:#2f83ba;}


#shopify-section-template--20794610974966__4b1a32da-9fc6-4fc4-9927-0f5b0c2e32db table{box-shadow:none !important;}
#shopify-section-template--20794610974966__4b1a32da-9fc6-4fc4-9927-0f5b0c2e32db table tr{display:flex; display:-webkit-box; display:-webkit-flex; display:-moz-flex; display:-ms-flex; flex-flow:Wrap; background-color: #e7e7e7 !important; border-radius:10px; margin-bottom:5px; padding:10px !important;}
#shopify-section-template--20794610974966__4b1a32da-9fc6-4fc4-9927-0f5b0c2e32db table td:first-child{border-top-left-radius: 0px !important; margin:0px !important;
    border-bottom-left-radius: 0px !important; border-top-right-radius: 0px !important; border-bottom-right-radius: 0px !important;  padding:0px !important; border:0px !important; background-color:transparent !important; width:45px !important; padding-top: 2px!important;}
#shopify-section-template--20794610974966__4b1a32da-9fc6-4fc4-9927-0f5b0c2e32db table td:first-child span {
    width: 35px !important;    height: 35px !important;    background-color: #2f83ba !important;    border-radius: 50%;
    display:block;    line-height: 35px !important;    text-align: center;}
#shopify-section-template--20794610974966__4b1a32da-9fc6-4fc4-9927-0f5b0c2e32db table td:first-child span svg{margin: 0 auto;
    height: 35px;}
#shopify-section-template--20794610974966__4b1a32da-9fc6-4fc4-9927-0f5b0c2e32db table td:last-child{border-bottom-right-radius: 0px !important; border-bottom-right-radius: 0px !important; 
border-top-left-radius:0px !important; border-bottom-left-radius:0px !important; justify-content: flex-start;  padding:0px !important; border:0px !important; width:auto !important; padding-left:5px !important; font-size: 18px;
    font-weight: bold; width: calc(100% - 55px) !important; padding-top: 4px!important;} 
#shopify-section-template--20794610974966__4b1a32da-9fc6-4fc4-9927-0f5b0c2e32db table td:hover{text-decoration:none !important;}
nav.breadcrumbs {    background: #282828 !important;    margin-top: -1px !important; border-top:1px solid #000 !important;}
.breadcrumbs__list {    max-width: 1300px;    width: 100%;    margin: 0 auto !important;    padding: 10px 3rem !important; display:flex; 
                    display:-webkit-box; display:-webkit-flex; display:-moz-flex; align-items:Center;}
.breadcrumbs__list li{font-size:12px;}
.breadcrumbs__list li a.breadcrumbs__link{ text-decoration: none !important; padding-right:5px !important;}
.breadcrumbs__link_1{padding-left:5px !important;}
.breadcrumbs__list li a{font-size:12px; color:#dfdfdf !important;}
.breadcrumbs__link[aria-current="page"]:hover, .breadcrumbs__link[aria-current="page"]:focus {
    text-decoration: none !important;}
.breadcrumbs__list li a[aria-current="page"]{color:#fff !important; font-weight: bold;}
.breadcrumbs__item:not(:last-child):after{display:none !important;}
.breadcrumbs__item.breadcrumbs__link_n a {    padding: 0px 5px !important;}
#MainProduct-template--20794610974966__main ul#Slider-Thumbnails-template--20794610974966__main li button{border:2px solid transparent !important;}
#MainProduct-template--20794610974966__main ul#Slider-Thumbnails-template--20794610974966__main li button.thumbnail[aria-current]{border: 2px solid #E7E7E7 !important;}
#MainProduct-template--20794610974966__main .usp-items__item~.flex.items-center.justify-between{margin-top:15px !important; margin-bottom:5px !important; align-items: unset !important;}
  #MainProduct-template--20794610974966__main .usp-items__item~.flex.items-center.justify-between .product-form{margin:0px !important;}
.footer .footer-block__newsletter{height:auto !important; padding-top:8rem !important; padding-bottom:8rem !important;}
#shopify-section-template--20794610974966__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 li#Slide-template--20794610974966__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774-2
ul li{display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex;    width: 100%;  font-weight: 500 !important;}
#shopify-section-template--20794610974966__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 li#Slide-template--20794610974966__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774-2
ul li strong{width:50%; font-weight: 500 !important;}

#shopify-section-template--20794610974966__8484dc55-7083-4d3d-a276-4519f71c4414 .image-with-link-grid__inner{display: flex;  display: -webkit-box;
display: -webkit-flex;    display: -moz-flex;    display: -ms-flex;    flex-flow: wrap;    width: 100%;    grid-gap: unset;}
#shopify-section-template--20794610974966__8484dc55-7083-4d3d-a276-4519f71c4414 a.image-with-link-grid__block{width: 32%;}
#shopify-section-template--20794610974966__8484dc55-7083-4d3d-a276-4519f71c4414 a.image-with-link-grid__block:nth-child(3n+2){margin-left:2%; margin-right:2%;}
#shopify-section-template--20794610974966__8484dc55-7083-4d3d-a276-4519f71c4414 .image-with-link-grid__image-wrapper{position:unset;
    top:unset;  bottom:unset;  left: unset; right: unset;    width: 100%;    height: auto; border-radius: 10px; overflow:hidden;}

#shopify-section-template--20794610974966__8484dc55-7083-4d3d-a276-4519f71c4414 .image-with-link-grid__content{
  height:unset; align-items: unset;    justify-content:unset; text-align: center; gap:unset;}
#shopify-section-template--20794610974966__8484dc55-7083-4d3d-a276-4519f71c4414 .image-with-link-grid__content span {
    position: unset;    bottom: unset;}
#shopify-section-template--20794610974966__8484dc55-7083-4d3d-a276-4519f71c4414 .py-24{padding-bottom:32px !important;}
section#shopify-section-template--20794610974966__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 h3{line-height:normal !important;}
#shopify-section-template--20794610974966__main .dynamic-sale-price{margin-top: 0px !important; margin-bottom:0px !important; font-size:12px;}
#shopify-section-template--20794610974966__main div.dynamic-sale-price{padding: 2px 18px 2px 10px; clip-path: polygon(0 0,100% 0,calc(100% - 11px) 100%,0% 100%) !important;}
#shopify-section-template--20794610974966__related-products  .card__information .dynamic-sale-price{font-size:12px; padding: 2px 18px 2px 10px; 
clip-path: polygon(0 0,100% 0,calc(100% - 11px) 100%,0% 100%) !important;     bottom: unset !important;    top: -5px !important;}
#shopify-section-template--20794610974966__related-products .card__content .card__information{position:relative !important;}

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

  #shopify-section-template--20794610974966__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 li#Slide-template--20794610974966__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774-2 ul li strong{width:200px}
}

@media only screen and (max-width: 1100px)
{
 #shopify-section-template--20794610974966__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 li#Slide-template--20794610974966__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774-2 ul li strong{width:110px; max-width:110px;}
  
}

@media only screen and (max-width: 1024px)
{
#shopify-section-template--20794610974966__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 li#Slide-template--20794610974966__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774-2 ul li{padding:5px !important;}
  
}

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

  #shopify-section-template--20794610974966__related-products ul.grid-cols-1{grid-template-columns: repeat(2, minmax(0, 1fr)) !important;}
  #shopify-section-template--18544945561889__product-grid ul#product-grid{grid-template-columns: repeat(2, minmax(0, 1fr)) !important;}
}

@media only screen and (max-width: 749px)
{
#shopify-section-template--18544946774305__62f963dd-3247-4c21-ba67-1b6306128ad6 .image-with-text{min-height:unset !important;}
#shopify-section-template--18544946774305__b2582198-f8db-4a69-8eb6-4ebbb01b6259  .image-with-text{padding-top:0px !important;     padding-bottom: 7rem !important;} 
#shopify-section-template--18544946774305__a6b6c9f6-9cb2-4af3-9bec-a955808f26c7 .image-with-text{min-height:unset !important;}
  #shopify-section-template--18544946774305__b2582198-f8db-4a69-8eb6-4ebbb01b6259 .aspect-video{padding:25px 0px;}
#shopify-section-template--18544946774305__e5755e8a-6d24-4834-a60e-9be0f130f5eb .section-template--18544946774305__e5755e8a-6d24-4834-a60e-9be0f130f5eb-padding{    padding-top: 7rem;    padding-bottom: 7rem;}
  #shopify-section-template--18544946774305__e5755e8a-6d24-4834-a60e-9be0f130f5eb .section-template--18544946774305__e5755e8a-6d24-4834-a60e-9be0f130f5eb-padding h2{font-size:32px !important;}
  #shopify-section-template--18544946774305__b2582198-f8db-4a69-8eb6-4ebbb01b6259 .image-with-text {    padding-bottom: 0px !important;}
  #shopify-section-template--18544946774305__26b5be42-ba3b-4833-8a93-21e8618c409a .rich-text {
    padding-bottom: 7rem;    margin-top: 0px !important;}
  #shopify-section-template--18544946938145__7be78b7b-d31c-4b2c-a206-51c2fba5438d .grid__item .accordion p{font-size:18px;}
  #shopify-section-template--18544946938145__7be78b7b-d31c-4b2c-a206-51c2fba5438d .grid__item .accordion p a{font-size:18px;}
  #shopify-section-template--18544946938145__7be78b7b-d31c-4b2c-a206-51c2fba5438d .grid__item .accordion ul li{font-size:18px;}
  #shopify-section-template--18544946938145__7be78b7b-d31c-4b2c-a206-51c2fba5438d .grid__item .accordion ul li a{font-size:18px;}
  #shopify-section-template--18544946938145__7be78b7b-d31c-4b2c-a206-51c2fba5438d .grid__item .accordion details{padding-top:0px !important; padding-bottom:0px !important;}
  #shopify-section-template--18544946938145__7be78b7b-d31c-4b2c-a206-51c2fba5438d .grid__item .accordion h3{font-size:18px;}
  #shopify-section-template--20794610974966__4b1a32da-9fc6-4fc4-9927-0f5b0c2e32db table{width:100% !important;}
  .breadcrumbs__list{    padding: 10px 1.5rem !important;}
  #MainProduct-template--20794610974966__main .slider-buttons{display:none !important;}
  #MainProduct-template--20794610974966__main .small-hide{display:block !important;}
  #MainProduct-template--20794610974966__main .product .thumbnail-slider .slider-button.slider-button--prev{top: 39% !important;}
  #MainProduct-template--20794610974966__main .product .thumbnail-slider .slider-button.slider-button--next{top: 39% !important;}
  #shopify-section-template--20794610974966__main .product__title h1{margin-top: 0px !important;    margin-bottom: 10px !important;}
  #shopify-section-template--20794610974966__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 #Slide-template--20794610974966__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774-1 {
    width: 100% !important;}
  #shopify-section-template--20794610974966__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 #Slide-template--20794610974966__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774-2{width:100% !important;}
  #shopify-section-template--20794610974966__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 .multicolumn-card__info{padding-left:0px !important; 
  padding-right:0px !important; padding-top:10px !important;} 
   li#Slide-template--20794610974966__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774-2 h3{padding-left:0px !important;}
  li#Slide-template--20794610974966__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774-2 ul{padding-left:0px !important;}
  #shopify-section-template--20794610974966__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 #Slide-template--20794610974966__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774-2 .multicolumn-card__info{padding-top:0px !important;}
#MainProduct-template--20794610974966__main .product--mobile-show {    padding-bottom: 0px !important;}
  #MainProduct-template--20794610974966__main .product--mobile-show .my-10{margin-bottom:0px !important; align-items: unset !important; justify-content: unset !important;}
  #MainProduct-template--20794610974966__main .product--mobile-show .my-10 .leading-none{margin-bottom:0px !important;}
  #shopify-section-template--20794610974966__6450ad6e-9e71-4403-bd82-8cb7bb339515 .custom-table{ padding-left: 1.5rem;  padding-right: 1.5rem;}
  #shopify-section-template--20794610974966__4b1a32da-9fc6-4fc4-9927-0f5b0c2e32db .section-template--20794610974966__4b1a32da-9fc6-4fc4-9927-0f5b0c2e32db-padding{padding-left: 1.5rem;    
padding-right: 1.5rem;}
  #shopify-section-template--20794610974966__4b1a32da-9fc6-4fc4-9927-0f5b0c2e32db table td:first-child{width:100% !important;}
  #shopify-section-template--20794610974966__4b1a32da-9fc6-4fc4-9927-0f5b0c2e32db table td:last-child{width:100% !important; padding-left:0px !important;}
  #shopify-section-template--20794610974966__4b1a32da-9fc6-4fc4-9927-0f5b0c2e32db table td:last-child a{display:inline-block !important; text-align:center;}
  #shopify-section-template--20794610974966__4b1a32da-9fc6-4fc4-9927-0f5b0c2e32db table td:first-child span{margin:0 auto;}
  #shopify-section-template--20794610974966__related-products .card__heading a{min-height:unset !important;}
  #shopify-section-template--20794610974966__related-products .card-information >div{margin-top:0px !important;}
  #shopify-section-template--20794610974966__related-products li:last-child{border-bottom: 1px solid #000 !important;     padding-bottom: 65px;}
#MainProduct-template--20794610974966__main .tw-grid {    margin-bottom: 0px !important;}
section#shopify-section-template--20794610974966__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 .page-width.section-template--20794610974966__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774-padding.isolate{    margin-left: 1.5rem;
    margin-right: 1.5rem;    width: calc(100% - 3rem);} 
  section#shopify-section-template--20794610974966__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 #Slider-template--20794610974966__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774{padding:0px !important;}
  section#shopify-section-template--20794610974966__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 .metafield-single_line_text_field-array {
    padding-left: 23px;}
  #shopify-section-template--20794610974966__8484dc55-7083-4d3d-a276-4519f71c4414 a.image-with-link-grid__block {
    width: 100%; margin-bottom:25px;}
  #shopify-section-template--20794610974966__8484dc55-7083-4d3d-a276-4519f71c4414 a.image-with-link-grid__block:nth-child(3n+2) {
    margin-left: 0;    margin-right: 0;}
  #shopify-section-template--20794610974966__8484dc55-7083-4d3d-a276-4519f71c4414 .image-with-link-grid__content span{font-size:16px;}
 #shopify-section-template--20794610974966__8484dc55-7083-4d3d-a276-4519f71c4414 a.image-with-link-grid__block:last-child{margin-bottom:0px;} 
#shopify-section-template--20794610974966__8484dc55-7083-4d3d-a276-4519f71c4414 a.image-with-link-grid__block:last-child .image-with-link-grid__content span{padding-bottom:0px !important;}  
  #shopify-section-template--20794610974966__8484dc55-7083-4d3d-a276-4519f71c4414 a.image-with-link-grid__block:last-child .image-with-link-grid__content{padding-bottom:0px !important;}
  #shopify-section-template--20794610974966__0720f00c-5081-40aa-9715-c1625a82f37f .banner--medium:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content{min-height: 21rem !important;}
  #shopify-section-template--20794610974966__main .dynamic-sale-price{font-size:16px;}
  #shopify-section-template--20794610974966__main div.dynamic-sale-price {    padding: 2px 23px 2px 15px;}
  #shopify-section-template--20794610974966__related-products .card__information .dynamic-sale-price{ font-size: 16px; padding: 2px 20px 2px 15px;}
  #shopify-section-template--20794610974966__related-products ul.grid-cols-1{grid-template-columns: repeat(1, minmax(0, 1fr)) !important;}
#shopify-section-template--20794610974966__related-products .card__information .dynamic-sale-price{top:-15px !important;}
  #shopify-section-template--18544945561889__product-grid ul#product-grid{grid-template-columns: repeat(1, minmax(0, 1fr)) !important;}
}

@media only screen and (max-width: 639px){
#shopify-section-template--20794610974966__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 li#Slide-template--20794610974966__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774-2 ul li strong {
    width: 100px;    max-width: 80px;}
}

@media only screen and (max-width: 479px)
{
#MainProduct-template--20794610974966__main .product--mobile-show .my-10 .leading-none{font-size:11px !important;}
 product-form.product-form form#product-form-template--20794610974966__main {    width: 150px !important;} 
  #ProductInfo-template--20794610974966__main .quantity__input{    margin: 1rem 8px !important;}
}




.metafield-single_line_text_field-array li::before {
  content: "\2022";
  color: #0099ff;
  font-weight: bolder;
  display: inline-block;
  width: .7em;
  margin-left: -1em;
  font-size:24px;
  line-height:9px;
}
#Slide-template--20794610974966__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774-2 li:nth-child(odd) {
    background: #e6e6e6;
}
li#Slide-template--20794610974966__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774-2 li {
    padding: 4px 10px;
}
li#Slide-template--20794610974966__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774-2 h3 {
    padding-left: 2rem;
}
#shopify-section-template--20794610974966__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 li {
    font-size: 16px;
}
section#shopify-section-template--20794610974966__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 h3 {
    font-size: 26px;
    letter-spacing: -1px;
    text-transform: capitalize;
    font-weight: 500;
}
section#shopify-section-template--20794610974966__16820577974ed565dc {
    display: none;
}
section#shopify-section-template--20794610974966__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 .page-width.section-template--20794610974966__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774-padding.isolate{max-width:1300px;padding-top: 2rem;}
section#shopify-section-template--20794610974966__0720f00c-5081-40aa-9715-c1625a82f37f {
    padding-top: 3.5rem;
}
#MainProduct-template--19279942975777__main .product{ padding-bottom:60px !important;}
#MainProduct-template--20794610974966__main .product{ padding-bottom:60px !important;}

#MainProduct-template--19279942975777__main ul#Slider-Thumbnails-template--19279942975777__main li button { border: 2px solid transparent !important;}
#MainProduct-template--19279942975777__main ul#Slider-Thumbnails-template--19279942975777__main li button.thumbnail[aria-current]{ border: 2px solid #E7E7E7 !important;}

#shopify-section-template--19279942975777__0720f00c-5081-40aa-9715-c1625a82f37f{ padding-top: 3.5rem;}
#shopify-section-template--19279942975777__0720f00c-5081-40aa-9715-c1625a82f37f .slideshow__controls { border: 0px; position: absolute; bottom: 0px; left: 50%; transform: translate(-50%, 0%); -webkit-transform: translate(-50%, 0%); -moz-transform: translate(-50%, 0%); -ms-transform: translate(-50%, 0%); -o-transform: translate(-50%, 0%); z-index: 2; }
#shopify-section-template--19279942975777__0720f00c-5081-40aa-9715-c1625a82f37f .slider-counter__link--dots .dot {    border: 1px solid transparent;}
#shopify-section-template--19279942975777__0720f00c-5081-40aa-9715-c1625a82f37f .slider-counter__link--dots:not(.slider-counter__link--active) .dot { background: #d1d1d1 !important;}
#shopify-section-template--19279942975777__0720f00c-5081-40aa-9715-c1625a82f37f .slider-counter__link--dots.slider-counter__link--active span { background-color: #2f83ba;}



#shopify-section-template--19279942975777__8484dc55-7083-4d3d-a276-4519f71c4414 .image-with-link-grid__inner { display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; flex-flow: wrap; width: 100%; grid-gap: unset; }
#shopify-section-template--19279942975777__8484dc55-7083-4d3d-a276-4519f71c4414 .image-with-link-grid__inner .image-with-link-grid__block {    width: 32%;}
#shopify-section-template--19279942975777__8484dc55-7083-4d3d-a276-4519f71c4414 .image-with-link-grid__inner .image-with-link-grid__block:nth-child(3n+2) {    margin-left: 2%;    margin-right: 2%;}
#shopify-section-template--19279942975777__8484dc55-7083-4d3d-a276-4519f71c4414 .image-with-link-grid__inner .image-with-link-grid__block .image-with-link-grid__image-wrapper {    position: unset;    top: unset;    bottom: unset;    left: unset;    right: unset;    width: 100%;    height: auto;    border-radius: 10px;    overflow: hidden;}
#shopify-section-template--19279942975777__8484dc55-7083-4d3d-a276-4519f71c4414 .image-with-link-grid__inner .image-with-link-grid__block .image-with-link-grid__content {    height: unset;    align-items: unset;    justify-content: unset;    text-align: center;    gap: unset;}
#shopify-section-template--19279942975777__8484dc55-7083-4d3d-a276-4519f71c4414 .image-with-link-grid__inner .image-with-link-grid__block .image-with-link-grid__content span {    position: unset;    bottom: unset; font-size:16px;}

#shopify-section-template--19279942975777__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 ul li#Slide-template--19279942975777__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774-1 {   width: 50%;}
#shopify-section-template--19279942975777__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 ul li#Slide-template--19279942975777__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774-2 {  width: 50%;}
#shopify-section-template--19279942975777__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 ul li h3 { font-size: 26px; letter-spacing: -1px; text-transform: capitalize; font-weight: 500; line-height:normal;}
#shopify-section-template--19279942975777__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 ul li { font-size: 16px;}
#shopify-section-template--19279942975777__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 ul li#Slide-template--19279942975777__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774-2 h3 {    padding-left: 2rem;}
#shopify-section-template--19279942975777__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 ul li#Slide-template--19279942975777__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774-2 ul li {    display: flex;    display: -webkit-box;    display: -webkit-flex;    display: -moz-flex;    display: -ms-flex;    width: 100%;    font-weight: 500 !important;    padding: 4px 10px;}
#shopify-section-template--19279942975777__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 ul li#Slide-template--19279942975777__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774-2 ul li:nth-child(odd) {    background: #e6e6e6;}
#shopify-section-template--19279942975777__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 ul li#Slide-template--19279942975777__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774-2 ul li strong {    width: 50%;    font-weight: 500 !important;}

#shopify-section-template--19279942975777__4b1a32da-9fc6-4fc4-9927-0f5b0c2e32db table {    box-shadow: none !important;}
#shopify-section-template--19279942975777__4b1a32da-9fc6-4fc4-9927-0f5b0c2e32db table tr {    display: flex;    display: -webkit-box;    display: -webkit-flex;    display: -moz-flex;    display: -ms-flex;    flex-flow: Wrap;    background-color: #e7e7e7 !important;    border-radius: 10px;    margin-bottom: 5px;    padding: 10px !important;}
#shopify-section-template--19279942975777__4b1a32da-9fc6-4fc4-9927-0f5b0c2e32db table tr td:first-child {    border-top-left-radius: 0px !important;    margin: 0px !important;    border-bottom-left-radius: 0px !important;    border-top-right-radius: 0px !important;    border-bottom-right-radius: 0px !important;    padding: 0px !important;    border: 0px !important;    background-color: transparent !important;    width: 45px !important;    padding-top: 2px!important;}
#shopify-section-template--19279942975777__4b1a32da-9fc6-4fc4-9927-0f5b0c2e32db table tr td:first-child span {    width: 35px !important;    height: 35px !important;    background-color: #2f83ba !important;    border-radius: 50%;    display: block;    line-height: 35px !important;    text-align: center;}
#shopify-section-template--19279942975777__4b1a32da-9fc6-4fc4-9927-0f5b0c2e32db table tr td:first-child span svg {    margin: 0 auto;    height: 35px;}
#shopify-section-template--19279942975777__4b1a32da-9fc6-4fc4-9927-0f5b0c2e32db table tr td:last-child { border-bottom-right-radius: 0px !important;    border-top-left-radius: 0px !important;    border-bottom-left-radius: 0px !important;    justify-content: flex-start;    padding: 0px !important;    border: 0px !important;    width: auto !important;    padding-left: 5px !important;    font-size: 18px;    font-weight: bold;    width: calc(100% - 55px) !important;    padding-top: 4px!important;}
#shopify-section-template--19279942975777__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 .section-template--19279942975777__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774-padding {    max-width:1300px;    padding-top: 2rem !important;}
#shopify-section-template--19279942975777__8484dc55-7083-4d3d-a276-4519f71c4414 .py-24 {    padding-bottom: 32px !important;}



@media only screen and (max-width: 1025px)
{
	#shopify-section-template--19279942975777__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 ul li#Slide-template--19279942975777__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774-2 ul li{ padding:5px !important;}
	
}


@media only screen and (max-width: 749px)
{
	#shopify-section-template--19279942975777__8484dc55-7083-4d3d-a276-4519f71c4414 .image-with-link-grid__inner .image-with-link-grid__block { width: 100%; margin-bottom: 25px;}
	#shopify-section-template--19279942975777__8484dc55-7083-4d3d-a276-4519f71c4414 .image-with-link-grid__inner .image-with-link-grid__block:nth-child(3n+2) {    margin-left: 0%;    margin-right: 0%;}
	#shopify-section-template--19279942975777__4b1a32da-9fc6-4fc4-9927-0f5b0c2e32db{ padding-left: 1.5rem; padding-right: 1.5rem;}
	#shopify-section-template--19279942975777__4b1a32da-9fc6-4fc4-9927-0f5b0c2e32db table {  width: 100% !important;}
	#shopify-section-template--19279942975777__4b1a32da-9fc6-4fc4-9927-0f5b0c2e32db table tr td:first-child { width: 100% !important;}
	#shopify-section-template--19279942975777__4b1a32da-9fc6-4fc4-9927-0f5b0c2e32db table tr td:first-child span {  margin: 0px auto;}
	#shopify-section-template--19279942975777__4b1a32da-9fc6-4fc4-9927-0f5b0c2e32db table tr td:last-child {    width: 100% !important;    padding-left: 0px !important;}
	#shopify-section-template--19279942975777__4b1a32da-9fc6-4fc4-9927-0f5b0c2e32db table tr td:last-child a {    display: inline-block !important;    text-align: center;}
	#shopify-section-template--19279942975777__6450ad6e-9e71-4403-bd82-8cb7bb339515 .custom-table {  padding-left: 1.5rem;  padding-right: 1.5rem;}
	#shopify-section-template--19279942975777__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 .section-template--19279942975777__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774-padding{ margin-left: 1.5rem;    margin-right: 1.5rem;    width: calc(100% - 3rem);}
	#shopify-section-template--19279942975777__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 ul.multicolumn-list>li .multicolumn-card__info { padding-left: 0px !important;  padding-right: 0px !important; padding-top: 10px !important;}
	#shopify-section-template--19279942975777__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 ul.multicolumn-list {    padding: 0px !important;}
	#MainProduct-template--19279942975777__main .product {  padding-bottom: 0px !important;}
	#MainProduct-template--19279942975777__main .product .my-10 {    margin-bottom: 0px !important;    align-items: unset !important;    justify-content: unset !important;}
	#shopify-section-template--19279942975777__main .gap-5 {    margin-bottom: 0px !important;}
	#shopify-section-template--19279942975777__main .my-10 .leading-none {  margin-bottom: 0px !important;}
	#shopify-section-template--19279942975777__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 .section-template--19279942975777__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774-padding{ padding-top:2rem !important;}
	#shopify-section-template--19279942975777__8484dc55-7083-4d3d-a276-4519f71c4414 .image-with-link-grid__inner .image-with-link-grid__block:last-child { margin-bottom: 0px !important;}
	#shopify-section-template--19279942975777__8484dc55-7083-4d3d-a276-4519f71c4414 .image-with-link-grid__inner .image-with-link-grid__block:last-child .image-with-link-grid__content {    padding-bottom: 0px !important;}
	#shopify-section-template--19279942975777__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 ul li#Slide-template--19279942975777__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774-1 ul { padding-left: 23px;}
	#MainProduct-template--19279942975777__main .small-hide { display: block !important;}
	#MainProduct-template--19279942975777__main .product .thumbnail-slider .slider-button.slider-button--prev { top: 39% !important;}
	#MainProduct-template--19279942975777__main .product .thumbnail-slider .slider-button.slider-button--next { top: 39% !important;}
	#MainProduct-template--19279942975777__main .slider-buttons { display: none !important;}
	#shopify-section-template--19279942975777__0720f00c-5081-40aa-9715-c1625a82f37f .banner--medium:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content { min-height: 21rem !important;}
	#shopify-section-template--19279942975777__related-products li:last-child { border-bottom: 1px solid #000 !important; padding-bottom: 65px;}
	
	
}


@media only screen and (max-width: 639px)
{
	#shopify-section-template--19279942975777__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 ul li#Slide-template--19279942975777__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774-1 { width: 100%;}
	#shopify-section-template--19279942975777__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 ul li#Slide-template--19279942975777__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774-2 { width: 100%;}
	#shopify-section-template--19279942975777__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 ul li .multicolumn-card__info {    padding-left: 0px !important;    padding-right: 0px !important;    padding-top: 10px !important;}
	#shopify-section-template--19279942975777__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 ul li#Slide-template--19279942975777__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774-2 .multicolumn-card__info {    padding-top: 0px !important;}
	#shopify-section-template--19279942975777__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 ul li#Slide-template--19279942975777__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774-2 h3 {   padding-left: 0rem;}
	#shopify-section-template--19279942975777__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 ul li#Slide-template--19279942975777__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774-2 ul {    padding: 0px !important;}
	#shopify-section-template--19279942975777__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 ul li#Slide-template--19279942975777__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774-2 ul li strong {   width: 100px;    max-width: 80px;}
	
	
	
}

@media only screen and (max-width: 479px)
{
	#shopify-section-template--19279942975777__main .my-10 .leading-none{ font-size:11px !important;}
	
}


#MainProduct-template--19295305531681__main .product{ padding-bottom:60px !important;}
#MainProduct-template--19295305531681__main ul#Slider-Thumbnails-template--19295305531681__main li button { border: 2px solid transparent !important;}
#MainProduct-template--19295305531681__main ul#Slider-Thumbnails-template--19295305531681__main li button.thumbnail[aria-current]{ border: 2px solid #E7E7E7 !important;}

#shopify-section-template--19295305531681__8484dc55-7083-4d3d-a276-4519f71c4414 .image-with-link-grid__inner { display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; flex-flow: wrap; width: 100%; grid-gap: unset; }
#shopify-section-template--19295305531681__8484dc55-7083-4d3d-a276-4519f71c4414 .image-with-link-grid__inner .image-with-link-grid__block {    width: 32%;}
#shopify-section-template--19295305531681__8484dc55-7083-4d3d-a276-4519f71c4414 .image-with-link-grid__inner .image-with-link-grid__block:nth-child(3n+2) {    margin-left: 2%;    margin-right: 2%;}
#shopify-section-template--19295305531681__8484dc55-7083-4d3d-a276-4519f71c4414 .image-with-link-grid__inner .image-with-link-grid__block .image-with-link-grid__image-wrapper {    position: unset;    top: unset;    bottom: unset;    left: unset;    right: unset;    width: 100%;    height: auto;    border-radius: 10px;    overflow: hidden;}
#shopify-section-template--19295305531681__8484dc55-7083-4d3d-a276-4519f71c4414 .image-with-link-grid__inner .image-with-link-grid__block .image-with-link-grid__content {    height: unset;    align-items: unset;    justify-content: unset;    text-align: center;    gap: unset;}
#shopify-section-template--19295305531681__8484dc55-7083-4d3d-a276-4519f71c4414 .image-with-link-grid__inner .image-with-link-grid__block .image-with-link-grid__content span {    position: unset;    bottom: unset; font-size:16px;}
#shopify-section-template--19295305531681__8484dc55-7083-4d3d-a276-4519f71c4414 .py-24 { padding-bottom: 32px !important;}


#shopify-section-template--19295305531681__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 .section-template--19295305531681__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774-padding {  max-width: 1300px; padding-top: 2rem !important;}
#shopify-section-template--19295305531681__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 ul li#Slide-template--19295305531681__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774-1 {   width: 50%;}
#shopify-section-template--19295305531681__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 ul li#Slide-template--19295305531681__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774-2 {  width: 50%;}
#shopify-section-template--19295305531681__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 ul li h3 { font-size: 26px; letter-spacing: -1px; text-transform: capitalize; font-weight: 500; line-height:normal;}
#shopify-section-template--19295305531681__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 ul li { font-size: 16px;}
#shopify-section-template--19295305531681__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 ul li#Slide-template--19295305531681__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774-2 h3 {    padding-left: 2rem;}
#shopify-section-template--19295305531681__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 ul li#Slide-template--19295305531681__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774-2 ul li {    display: flex;    display: -webkit-box;    display: -webkit-flex;    display: -moz-flex;    display: -ms-flex;    width: 100%;    font-weight: 500 !important;    padding: 4px 10px;}
#shopify-section-template--19295305531681__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 ul li#Slide-template--19295305531681__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774-2 ul li:nth-child(odd) {    background: #e6e6e6;}
#shopify-section-template--19295305531681__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 ul li#Slide-template--19295305531681__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774-2 ul li strong {    width: 50%;    font-weight: 500 !important;}


#shopify-section-template--19295305531681__4b1a32da-9fc6-4fc4-9927-0f5b0c2e32db table {    box-shadow: none !important;}
#shopify-section-template--19295305531681__4b1a32da-9fc6-4fc4-9927-0f5b0c2e32db table tr {    display: flex;    display: -webkit-box;    display: -webkit-flex;    display: -moz-flex;    display: -ms-flex;    flex-flow: Wrap;    background-color: #e7e7e7 !important;    border-radius: 10px;    margin-bottom: 5px;    padding: 10px !important;}
#shopify-section-template--19295305531681__4b1a32da-9fc6-4fc4-9927-0f5b0c2e32db table tr td:first-child {    border-top-left-radius: 0px !important;    margin: 0px !important;    border-bottom-left-radius: 0px !important;    border-top-right-radius: 0px !important;    border-bottom-right-radius: 0px !important;    padding: 0px !important;    border: 0px !important;    background-color: transparent !important;    width: 45px !important;    padding-top: 2px!important;}
#shopify-section-template--19295305531681__4b1a32da-9fc6-4fc4-9927-0f5b0c2e32db table tr td:first-child span {    width: 35px !important;    height: 35px !important;    background-color: #2f83ba !important;    border-radius: 50%;    display: block;    line-height: 35px !important;    text-align: center;}
#shopify-section-template--19295305531681__4b1a32da-9fc6-4fc4-9927-0f5b0c2e32db table tr td:first-child span svg {    margin: 0 auto;    height: 35px;}
#shopify-section-template--19295305531681__4b1a32da-9fc6-4fc4-9927-0f5b0c2e32db table tr td:last-child { border-bottom-right-radius: 0px !important;    border-top-left-radius: 0px !important;    border-bottom-left-radius: 0px !important;    justify-content: flex-start;    padding: 0px !important;    border: 0px !important;    width: auto !important;    padding-left: 5px !important;    font-size: 18px;    font-weight: bold;    width: calc(100% - 55px) !important;    padding-top: 4px!important;}


#shopify-section-template--19295305531681__16820577974ed565dc { margin: 0px !important;}

@media only screen and (max-width: 950px){
#shopify-section-template--18544945627425__product-grid ul#product-grid{    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;}
  
}


@media only screen and (max-width: 749px)
{
	#MainProduct-template--19295305531681__main .small-hide { display: block !important;}
	#MainProduct-template--19295305531681__main .product .thumbnail-slider .slider-button.slider-button--prev { top: 39% !important;}
	#MainProduct-template--19295305531681__main .product .thumbnail-slider .slider-button.slider-button--next { top: 39% !important;}
	#MainProduct-template--19295305531681__main .slider-buttons { display: none !important;}
	#MainProduct-template--19295305531681__main .product .my-10 { margin-bottom: 0px !important; align-items: unset !important; justify-content: unset !important;}
	#MainProduct-template--19295305531681__main .my-10 .leading-none { margin-bottom: 0px !important; font-size: 11px !important;}
	#MainProduct-template--19295305531681__main .product { padding-bottom: 0px !important;}
	#MainProduct-template--19295305531681__main .gap-5{ margin-bottom:0px !important;}
	
	#shopify-section-template--19295305531681__8484dc55-7083-4d3d-a276-4519f71c4414 .image-with-link-grid__inner .image-with-link-grid__block { width: 100%; margin-bottom: 25px;}
	#shopify-section-template--19295305531681__8484dc55-7083-4d3d-a276-4519f71c4414 .image-with-link-grid__inner .image-with-link-grid__block:nth-child(3n+2) { margin-left: 0%; margin-right: 0%;}
	#shopify-section-template--19295305531681__8484dc55-7083-4d3d-a276-4519f71c4414 .image-with-link-grid__inner .image-with-link-grid__block:last-child { margin-bottom: 0px;}
	#shopify-section-template--19295305531681__8484dc55-7083-4d3d-a276-4519f71c4414 .image-with-link-grid__inner .image-with-link-grid__block:last-child .image-with-link-grid__content { padding-bottom: 0px;}
	
	#shopify-section-template--19295305531681__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 .section-template--19295305531681__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774-padding{ margin-left: 1.5rem; margin-right: 1.5rem; width: calc(100% - 3rem);}
	#shopify-section-template--19295305531681__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 ul.multicolumn-list { padding: 0px !important;}
	#shopify-section-template--19295305531681__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 ul.multicolumn-list>li .multicolumn-card__info { padding-left: 0px !important; padding-right: 0px !important; padding-top: 10px !important;}
	#shopify-section-template--19295305531681__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 ul li#Slide-template--19295305531681__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774-1 ul { padding-left: 23px;}
	
	#shopify-section-template--19295305531681__4b1a32da-9fc6-4fc4-9927-0f5b0c2e32db{ padding-left: 1.5rem; padding-right: 1.5rem;}
	#shopify-section-template--19295305531681__4b1a32da-9fc6-4fc4-9927-0f5b0c2e32db table{ width:100% !important;}
	#shopify-section-template--19295305531681__6450ad6e-9e71-4403-bd82-8cb7bb339515 .custom-table { padding-left: 1.5rem; padding-right: 1.5rem;}
	
	#shopify-section-template--19295305531681__4b1a32da-9fc6-4fc4-9927-0f5b0c2e32db table tr td:first-child{ width: 100% !important;}
	#shopify-section-template--19295305531681__4b1a32da-9fc6-4fc4-9927-0f5b0c2e32db table tr td:first-child span { margin: 0px auto;}
	#shopify-section-template--19295305531681__4b1a32da-9fc6-4fc4-9927-0f5b0c2e32db table tr td:last-child{ width: 100% !important; padding-left: 0px !important;}
	#shopify-section-template--19295305531681__4b1a32da-9fc6-4fc4-9927-0f5b0c2e32db table tr td:last-child a { display: inline-block !important; text-align: center;}
	#shopify-section-template--19295305531681__related-products li:last-child { border-bottom: 1px solid #000 !important; padding-bottom: 65px;}
	
	#MainProduct-template--19279942975777__main .product{ padding-bottom:0px !important;}
	#MainProduct-template--20794610974966__main .product{ padding-bottom:0px !important;}
	#MainProduct-template--19295305531681__main .product{ padding-bottom:0px !important;}
  #shopify-section-template--18544945627425__product-grid ul#product-grid{    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;}
	
}

@media only screen and (max-width: 639px)
{
	#shopify-section-template--19295305531681__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 ul li#Slide-template--19295305531681__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774-1 { width: 100%;}
	#shopify-section-template--19295305531681__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 ul li#Slide-template--19295305531681__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774-2 { width: 100%;}
	#shopify-section-template--19295305531681__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 ul li#Slide-template--19295305531681__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774-2 h3 { padding-left: 0rem;}
	#shopify-section-template--19295305531681__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 ul li#Slide-template--19295305531681__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774-2 ul{ padding: 0px !important;}
	#shopify-section-template--19295305531681__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774 ul li#Slide-template--19295305531681__d318ac90-a4e0-47c2-afb7-ba7bcdbd6774-2 ul li strong {  width: 100px; max-width: 80px;}
	
	
}


.custom-table span{
  font-family:'Two Druk Text Cyr Medium' !important
}

.custom-table p{ 
  font-family:'Four Mont Regular' !important
}
.custom-table p span{
  font-family:'Four Mont Regular' !important
}
.custom-table ul{ 
  font-family:'Four Mont Regular' !important;
  font-size: 16px;
}
.custom-table ul li span{ 
  font-family:'Four Mont Regular' !important
}

.warrenty-table h4{
  font-family:'Three Druk Text Cyr Heavy' !important
}
.warrenty-table p{
  font-family:'Four Mont Regular' !important
}
.warrenty-table span{
  font-family:'Four Mont Regular' !important
}
.warrenty-table table thead tr td {
  font-family:'Two Druk Text Cyr Medium' !important
}
.warrenty-table table tbody tr td {
  font-family:'Four Mont Regular' !important
}