.slide__block-subtitle {
    --section-subheading-font-weight: 800
}

.shopify-payment-button__button div {
    border-radius: 30px
}

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

.btn-reset:hover,
.plyr__control:not(.plyr__control--overlaid):hover {
    color: currentColor
}

:root {
    --bls-transition: all .3s cubic-bezier(.43, .27, .36, .83);
    --btn-line-height: inherit;
    --btn-text-transform: none;
    --btn-padding: .7rem 1.5rem;
    --btn-width-border: 2px;
    --font-h1: 4.8rem;
    --font-h2: 3.5rem;
    --font-h3: 3rem;
    --font-h4: 2.4rem;
    --font-h5: 1.8rem;
    --font-h6: 1.6rem;
    --base-line-height: 1.75;
    --grey-color: #999999;
    --light-grey-color: #f5f5f5;
    --heading-line-height: 1.3;
    --page-tile-padding-desktop: 5.3rem;
    --page-tile-padding-mobile: 3rem;
    --color-white: #ffffff;
    --input-bg: var(--color-white);
    --input-color: #101744;
    --input-font-size: 1.3rem;
    --input-padding: 1rem 2rem;
    --input-border-color: #E5E8EC;
    --input-height: 45px;
    --input-border-radius: 30px;
    --input-placeholder-color: #86899E;
    --font-icon: 'blueskytechco';
    --full-width-padding: 3rem;
    --bls-transform: scale(1.08);
    --bls-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    --overlay-bg: rgba(0, 0, 0, .5);
    --animation-uptodown: animateUpToDown .35s ease;
    --animation-downtoup: animateDownToUp .35s ease;
    --animation-fading: animateFading .35s ease;
    --transition-popup: all .4s cubic-bezier(.43, .27, .36, .83);
    --header-padding: 10px;
    --swiper-theme-color: var(--primary-color);
    --swiper-pagination-bullet-inactive-color: #192952;
    --swiper-pagination-bullet-inactive-opacity: 0.2;
    --swiper-pagination-color: var(--primary-color);
    --swiper-pagination-bullet-horizontal-gap: 11px;
    --swiper-pagination-bullet-width: 6px;
    --swiper-pagination-bullet-height: 6px;
    --swiper-navigation-size: 16px;
    --spacing-title: 4rem 0;
    --bls__product-name-size: 1.6rem;
    --bls__product-name-color: var(--heading-color);
    --bls__product-name-weight: var(--base-font-weight);
    --bls__product-price-size: 1.4rem;
    --bls__product-price-color: var(--base-color);
    --bls__product-price-weight: var(--heading-font-weight);
    --bls__product-price-sale-color: var(--grey-color);
    --bls__product-price-sale-weight: var(--base-font-weight);
    --bls__product-rate-color: #212529;
    --bls__product-details-align: left;
    --bls__product-transition: 0.4s;
    --bls_product-item-vertical-space: 3rem;
    --loader-width: 16px;
    --loader-height: 16px;
    --bls__section-heading-weight: 700;
    --duration-extra-long: 600ms;
    --animation-slide-in: slideIn var(--duration-extra-long) cubic-bezier(0, 0, 0.3, 1) forwards;
    --animation-fade-in: fadeIn var(--duration-extra-long) cubic-bezier(0, 0, 0.3, 1)
}

.swiper-pagination-bullet {
    position: relative
}

.swiper-pagination-bullet::before {
    content: "";
    border: 1px solid transparent;
    border-radius: 50%;
    position: absolute;
    left: -8px;
    top: -8px;
    right: -8px;
    bottom: -8px
}

.swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    border-color: var(--primary-color)
}

@media (min-width:992px) {
    :root {
        --input-height: 50px;
        --input-font-size: 1.4rem
    }
}

@media (min-width:1025px) {
    :root {
        --input-height: 50px;
        --input-font-size: 1.3rem;
        --header-padding: 20px
    }
}

@media (min-width:1200px) {
    :root {
        --btn-padding: 1.1rem 4rem
    }

    .container,
    .container-fluid {
        --bs-gutter-x: 6rem
    }

    .container {
        max-width: calc(var(--body-custom-width-container) + var(--bs-gutter-x))
    }

    .container-fluid {
        max-width: calc(var(--bls-container-fluid-width) + var(--bs-gutter-x))
    }

    .footer-full .container,
    .header-full .container {
        max-width: 100%;
        padding-left: var(--full-width-padding);
        padding-right: var(--full-width-padding)
    }
}

@media (min-width:992px) and (max-width:1199px) {
    :root {
        --btn-padding: 1rem 3.5rem
    }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

caption,
img,
svg,
table,
td,
th {
    vertical-align: middle
}

html {
    font-size: 62.5%;
    margin: 0;
    padding: 0;
    border: 0;
    height: 100%;
    vertical-align: baseline;
    overflow-x: hidden;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

* p:only-child,
p:last-of-type {
    margin-bottom: 0
}

audio,
canvas,
video {
    display: inline-block;
    max-width: 100%
}

em {
    font-style: italic
}

img {
    height: 100%;
    object-fit: contain;
}

a {
    transition: var(--bls-transition);
    color: var(--color-link);
    text-decoration: none
}

a:hover {
    color: var(--color-link-hover)
}

a:active,
a:hover {
    outline: 0
}

b,dt,strong{
   font-weight: bold;
}
button.active.focus,
button.active:focus,
button:active,
button:active.focus,
button:active:focus,
button:active:hover,
button:focus,
input:focus {
    outline: 0
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    overflow: visible
}

.bls__payment-button.disabled .shopify-payment-button__button,
.bls__payment-button.disabled button,
button[disabled],
html input[disabled] {
    cursor: default;
    opacity: .6;
    pointer-events: none
}

.container,
.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .8);
    width: 100%
}

@media (max-width:1199px) {
    .row {
        --bs-gutter-x: 30px
    }

    .gap-tablet {
        --bs-gutter-x: 30px !important;
        --bls-gutter-x: 30px !important
    }

    .spt-tablet {
        --section-padding-top: 6rem !important
    }

    .spb-tablet {
        --section-padding-bottom: 3rem !important
    }
}

@media (max-width:767px) {
    .row {
        --bs-gutter-x: 15px
    }

    .gap-mobile {
        --bs-gutter-x: 15px !important;
        --bs-gutter-x: 15px !important
    }

    :root {
        --spacing-title: 2rem 0 3rem
    }

    .spt-mobile {
        --section-padding-top: 6rem !important
    }

    .spb-mobile {
        --section-padding-bottom: 6rem !important
    }
}

body {
    margin: 0;
    font-size: var(--base-font-size);
    color: var(--base-color);
    font-family: var(--base-font-family);
    line-height: var(--base-line-height);
    font-weight: var(--base-font-weight);
    background-color: var(--base-body-bg-color);
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed
}

.h1,
.h2,
h1,
h2 {
    margin-bottom: clamp(2rem, 4vw, 3rem)
}

.bls-wrapper {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

/* @media (max-width:991px) {
    .bls-wrapper {
        overflow-x: hidden
    }
} */

#MainContent {
    -webkit-flex-grow: 1;
    flex-grow: 1
}

.box-layout .bls-wrapper {
    background-color: var(--base-boxed-bg-color);
    margin: 0 auto;
    max-width: var(--body-custom-width-container);
    box-shadow: 0 1px 9px rgba(0, 0, 0, .8)
}

.btn-reset,
.btn-reset:hover {
    background-color: transparent
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    letter-spacing: var(--heading-letter-spacing);
    color: var(--heading-color);
    line-height: var(--heading-line-height)
}

.btn,
.btn-link,
.btn-primary,
.btn-secondary,
button {
    letter-spacing: var(--btn-letter-spacing);
    transition: var(--bls-transition)
}

.h1,
h1 {
    font-size: clamp(3.2rem, 4.5vw, var(--font-h1))
}

.h2,
h2 {
    font-size: clamp(2.8rem, 4vw, var(--font-h2))
}

.h3,
h3 {
    font-size: clamp(2.4rem, 3.5vw, var(--font-h3));
    margin-bottom: clamp(2rem, 3.5vw, 3rem)
}

.h4,
h4 {
    font-size: clamp(2rem, 3vw, var(--font-h4));
    margin-bottom: clamp(1rem, 3vw, 2rem)
}

.h5,
h5 {
    font-size: clamp(1.6rem, 2.5vw, var(--font-h5));
    margin-bottom: clamp(1rem, 2.5vw, 2rem)
}

.h6,
h6 {
    font-size: clamp(1.2rem, 2vw, var(--font-h6));
    margin-bottom: clamp(1rem, 2vw, 1.5rem)
}

p:not(:only-of-type) {
    margin-bottom: 15px
}

.btn,
.btn-primary,
.btn-secondary,
button {
    cursor: pointer;
    font-weight: var(--btn-fon-weight);
    text-transform: var(--btn-text-transform);
    font-size: var(--btn-font-size);
    line-height: var(--btn-line-height);
    border-width: var(--btn-width-border);
    border-style: solid;
    border-radius: var(--btn-border-radius);
    display: inline-flex;
    font-family: var(--base-font-family);
    padding: var(--btn-padding);
    align-items: center;
    justify-content: center
}

.btn-primary::after,
.btn-secondary::after,
.btn::after,
button:not(.main-product-button)::after,
button:not(.search__button)::after{
    content: "\e94c";
    font-family: blueskytechco;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -.4px;
    margin-left: 5px;
    opacity: 0;
    transform: translateX(-10px);
    transition: var(--bls-transition)
}

.btn-reset,
body .spr-form-label {
    font-size: var(--base-font-size)
}

.btn-primary:hover::after,
.btn-secondary:hover::after,
.btn:hover::after,
button:hover::after {
    opacity: 1;
    transform: translateX(0)
}

.btn span:first-child,
.btn-primary span:first-child,
.btn-secondary span,
button span {
    position: relative;
    transform: translateX(13px);
    transition: var(--bls-transition)
}

.btn-primary:hover span,
.btn-secondary:hover span,
.btn:hover span,
button:hover span {
    transform: translateX(0)
}

.big-btn {
    min-height: 5rem
}

.btn-link.d-none,
.btn-primary.d-none,
.btn-secondary.d-none,
button.d-none {
    display: none
}

.btn-reset {
    padding: 0;
    border: 0;
    font-weight: var(--base-font-weight);
    text-transform: unset
}

.btn-reset:hover {
    border-color: transparent
}

.btn,
.btn-primary,
body .shopify-payment-button__more-options,
button {
    background-color: var(--primary-color);
    color: var(--btn-primary-color);
    border-color: var(--primary-color)
}

.btn-primary:hover,
.btn:hover,
body .shopify-payment-button__more-options,
button:hover {
    background-color: var(--btn-primary-bg-hover);
    color: var(--btn-primary-color-hover);
    border-color: var(--btn-primary-bg-hover)
}

.btn:not(.btn-reset):hover svg path,
button:not(.btn-reset):hover svg path {
    fill: var(--btn-primary-color-hover)
}

.btn-secondary {
    background-color: var(--btn-secondary-bg);
    color: var(--btn-secondary-color);
    border-color: var(--btn-secondary-color)
}

.btn-secondary:hover {
    background-color: var(--btn-secondary-bg-hover);
    color: var(--btn-secondary-color-hover);
    border-color: var(--btn-secondary-color-hover);
}

.btn-link {
    padding: 0 0 5px;
    text-align: inherit;
    background-color: transparent;
    font-weight: var(--btn-fon-weight);
    text-transform: var(--btn-text-transform);
    font-size: var(--btn-font-size);
    border: 1px solid var(--border-color-base);
    border-width: 0 0 1px;
    color: var(--btn-link-color)
}

.btn-link:hover {
    color: var(--btn-link-color-hover);
    border-color: var(--btn-link-color-hover)
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
select {
    height: var(--input-height)
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
select,
textarea {
    padding: var(--input-padding);
    border: 1px solid var(--input-border-color);
    background: var(--input-bg);
    color: var(--input-color);
    border-radius: var(--input-border-radius);
    font-family: var(--base-font-family);
    font-size: var(--input-font-size);
    font-weight: 500;
    transition: var(--bls-transition)
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
    padding: 2rem;
    border-radius: 1.25rem;
    height: 10rem
}

input::placeholder {
    color: #86899e;
    opacity: 1
}

input:-ms-input-placeholder {
    color: #86899e
}

input::-ms-input-placeholder {
    color: #86899e
}

input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
select:focus,
textarea:focus {
    outline: 0;
    border-color: var(--heading-color)
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

form .field {
    margin-bottom: 1.5rem
}

input[type=number] {
    -moz-appearance: textfield
}

input:placeholder {
    color: var(--input-placeholder-color)
}

select {
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 5px 27px 5px 12px;
    background: var(--input-bg) url("data:image/svg+xml,%3Csvg width='10' height='5' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.08984 1.32227L4.58984 4.82227C4.69922 4.94076 4.83594 5 5 5C5.16406 5 5.30078 4.94076 5.41016 4.82227L8.91016 1.32227C9.02865 1.21289 9.08789 1.08073 9.08789 0.925781C9.08789 0.761719 9.02865 0.620443 8.91016 0.501953C8.80078 0.392578 8.66406 0.337891 8.5 0.337891C8.33594 0.337891 8.19922 0.392578 8.08984 0.501953L5 3.5918L1.91016 0.501953C1.80078 0.392578 1.66406 0.337891 1.5 0.337891C1.33594 0.337891 1.19922 0.392578 1.08984 0.501953C0.971354 0.620443 0.912109 0.761719 0.912109 0.925781C0.912109 1.08073 0.971354 1.21289 1.08984 1.32227Z' fill='%23999999'/%3E%3C/svg%3E") no-repeat 94% 50%
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 1rem;
    width: 100%;
    line-height: 1.4
}

table,
td,
th {
    border: 1px solid var(--border-color-base)
}

td,
th {
    padding: 11px 20px
}

caption,
td,
th {
    text-align: left;
    font-weight: 400
}

thead th {
    border-width: 0 1px 1px 0;
    font-weight: 600;
    font-size: 1.6rem
}

.checkmark {
    position: relative;
    pointer-events: none;
    cursor: pointer
}

.checkmark:before {
    content: '';
    display: inline-flex;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: 1px solid var(--border-color-base, #e5e8ec);
    background-color: #fff;
    position: relative;
    top: 2px;
    margin-right: 1rem
}

.checkmark:after {
    content: "";
    position: absolute;
    opacity: 0;
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

input[type=checkbox]:checked+.checkmark:after {
    opacity: 1
}
.article-template__content a,.article-author a{
   color: #026daa !important;
}

.fs-18 {
  font-size: 18px; 
}
