/** Shopify CDN: Minification failed

Line 3201:19 Expected identifier but found whitespace
Line 3201:20 Unexpected "1px"

**/
/* Bootstrap Css */
*,
::after,
::before {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
    display: block;
}
body {
    margin: 0;
    font-family: -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";
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    background: rgb(var(--color-background));
    background: var(--gradient-background);
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
dl,ol,ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    text-decoration: none;
    background-color: transparent;
}
a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
button,input,optgroup,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,input {
    overflow: visible;
}
button,select {
    text-transform: none;
    font-family: inherit;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
[type="button"],[type="reset"],[type="submit"],button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled),button:not(:disabled) {
    cursor: pointer;
}
[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
[hidden] {
    display: none !important;
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.small,small {
    font-size: 80%;
    font-weight: normal;
}
.mark,mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.figure {
    display: inline-block;
}
.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}
.figure-caption {
    font-size: 90%;
    color: #6c757d;
}
code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word;
}
pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 0.5rem;
}
.btn {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.page-width{
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 991px){
    .container,.page-width{
        max-width: 100%;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .container,.page-width{
        max-width: 100%;
    }
}
@media (min-width: 1200px) and (max-width: 1409px){
    .container,.page-width{
        max-width: 1170px;
    }
}
@media (min-width: 1410px){
    .container,.page-width{
        max-width: var(--page-width);
    }
}

.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,
.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,
.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,
.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 576px) {
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 1200px) {
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
}
.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid rgba(var(--color-foreground),.08);
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid rgba(var(--color-foreground),.08);
}
.table tbody + tbody {
    border-top: 2px solid rgba(var(--color-foreground),.08);
}
.table-bordered {
    border: 1px solid rgba(var(--color-foreground),.08);
}
.table-bordered td,
.table-bordered th {
    border: 1px solid rgba(var(--color-foreground),.08);
}
.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 1px;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
    border: 0;
}
.fade {
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}
.dropdown,.dropleft,.dropright,.dropup {
    position: relative;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: rgb(var(--color-foreground));
    text-align: left;
    list-style: none;
    background-color: rgb(var(--color-background));
    background-clip: padding-box;
    border: 1px solid rgba(var(--color-foreground),0.08);
    border-radius: 0.25rem;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
.nav-link:focus,.nav-link:hover {
    text-decoration: none;
}
.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}
.nav-tabs {
    border-bottom: 1px solid rgba(var(--color-foreground),.08);
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills .nav-link {
    border-radius: 0.25rem;
}
.nav-pills .nav-link.active,.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
}
.nav-fill .nav-item,.nav-fill > .nav-link {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item,.nav-justified > .nav-link {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: rgb(var(--color-background));
    background-clip: border-box;
    border: 1px solid rgba(var(--color-foreground),0.08);
    border-radius: 0.25rem;
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: rgb(var(--color-foreground));
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}
.close:hover {
    color: rgb(var(--color-foreground));
    text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 0.75;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}
a.close.disabled {
    pointer-events: none;
}
.modal-open {
    overflow: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: rgb(var(--color-background));
    background-clip: padding-box;
    border: 1px solid rgba(var(--color-foreground),.08);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: rgb(var(--color-foreground));
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid rgba(var(--color-foreground),.08);
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid rgba(var(--color-foreground),.08);
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
    margin: 0.25rem;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
    }
    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg,.modal-xl {
        max-width: 800px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}
.align-items-center{
    align-items: center;
}
.justify-content-center {
    -ms-flex-pack: center;
    justify-content: center;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.float-none {
    float: none;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.visible {
    visibility: visible ;
}
.invisible {
    visibility: hidden ;
}
.clearfix {
    display: block;
    clear: both;
    content: "";
}
/* Bootstrap Over */
/* Color custom properties */
:root,
.color-background-1 {
  --color-foreground: var(--color-base-text);
  --color-background: var(--color-base-background-1);
  --gradient-background: var(--gradient-base-background-1);
}
.color-background-2 {
  --color-foreground: var(--color-base-text);
  --color-background: var(--color-base-background-2);
  --gradient-background: var(--gradient-base-background-2);
}
.color-inverse {
  --color-foreground: var(--color-base-background-1);
  --color-background: var(--color-base-text);
  --gradient-background: rgb(var(--color-base-text));
}
.color-accent-1 {
  --color-foreground: var(--color-base-solid-button-labels);
  --color-background: var(--color-base-accent-1);
  --gradient-background: var(--gradient-base-accent-1);
}
.color-accent-2 {
  --color-foreground: var(--color-base-solid-button-labels);
  --color-background: var(--color-base-accent-2);
  --gradient-background: var(--gradient-base-accent-2);
}
.color-sale-color {
    background-color: #D81C1C;
}
.color-foreground-outline-button {
  --color-foreground: var(--color-base-outline-button-labels);
}
.color-foreground-accent-1 {
  --color-foreground: var(--color-base-accent-1);
}
.color-foreground-accent-2 {
  --color-foreground: var(--color-base-accent-2);
}
:root,
.color-background-1 {
  --color-link: var(--color-base-outline-button-labels);
  --alpha-link: 0.85;
}
.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-link: var(--color-foreground);
  --alpha-link: 0.7;
}
:root,
.color-background-1 {
  --color-button: var(--color-base-accent-1);
  --color-button-text: var(--color-base-solid-button-labels);
  --alpha-button-background: 1;
  --alpha-button-border: 1;
}
.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-background);
}
.button--secondary {
  --color-button: var(--color-base-outline-button-labels);
  --color-button-text: var(--color-base-outline-button-labels);
  --color-button: var(--color-background);
  --alpha-button-background: 1;
}
.color-background-2 .button--secondary,
.color-accent-1 .button--secondary,
.color-accent-2 .button--secondary {
  --color-button: var(--color-background);
  --color-button-text: var(--color-foreground);
}
.color-inverse .button--secondary {
  --color-button: var(--color-background);
  --color-button-text: var(--color-foreground);
}
.button--tertiary {
  --color-button: var(--color-base-outline-button-labels);
  --color-button-text: var(--color-base-outline-button-labels);
  --alpha-button-background: 0;
  --alpha-button-border: 0.2;
}
.color-background-2 .button--tertiary,
.color-inverse .button--tertiary,
.color-accent-1 .button--tertiary,
.color-accent-2 .button--tertiary {
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-foreground);
}
:root,
.color-background-1 {
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-foreground);
  --alpha-badge-border: 0.1;
}
.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-background);
  --alpha-badge-border: 1;
}
:root,
.color-background-1,
.color-background-2 {
  --color-card-hover: var(--color-base-text);
}
.color-inverse {
  --color-card-hover: var(--color-base-background-1);
}
.color-accent-1,
.color-accent-2 {
  --color-card-hover: var(--color-base-solid-button-labels);
}
:root,
.color-icon-text {
  --color-icon: rgb(var(--color-base-text));
}
.color-icon-accent-1 {
  --color-icon: rgb(var(--color-base-accent-1));
}
.color-icon-accent-2 {
  --color-icon: rgb(var(--color-base-accent-2));
}
.color-icon-outline-button {
  --color-icon: rgb(var(--color-base-outline-button-labels));
}
.product-grid,
.collection-list,
.blog__posts,
.card {
  --border-radius: var(--card-corner-radius);
  --border-width: var(--card-border-width);
  --border-opacity: var(--card-border-opacity);
  --shadow-horizontal-offset: var(--card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--card-shadow-vertical-offset);
  --shadow-blur-radius: var(--card-shadow-blur-radius);
  --shadow-opacity: var(--card-shadow-opacity);
}
.multicolumn-list,
.multicolumn-card {
  --border-radius: var(--text-boxes-radius);
  --border-width: var(--text-boxes-border-width);
  --border-opacity: var(--text-boxes-border-opacity);
  --shadow-horizontal-offset: var(--text-boxes-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--text-boxes-shadow-vertical-offset);
  --shadow-blur-radius: var(--text-boxes-shadow-blur-radius);
  --shadow-opacity: var(--text-boxes-shadow-opacity);
}
.product__media-gallery .slider,
.product__media-item {
  --border-radius: var(--media-radius);
  --border-width: var(--media-border-width);
  --border-opacity: var(--media-border-opacity);
  --shadow-horizontal-offset: var(--media-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--media-shadow-vertical-offset);
  --shadow-blur-radius: var(--media-shadow-blur-radius);
  --shadow-opacity: var(--media-shadow-opacity);
}
/* base */
.no-js:not(html) {
  display: none !important;
}
html.no-js .no-js:not(html) {
  display: block !important;
}
.no-js-inline {
  display: none !important;
}
html.no-js .no-js-inline {
  display: inline-block !important;
}
html.no-js .no-js-hidden {
  display: none !important;
}
.page-width-desktop {
  padding: 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-width--narrow {
    padding: 0 9rem;
  }
  .page-width-desktop {
    padding: 0;
  }
  .page-width-tablet {
    padding: 0 5rem;
  }
}
@media screen and (min-width: 992px) {
  .page-width--narrow {
    max-width: 72.6rem;
    padding: 0;
  }
  .page-width-desktop {
    /*max-width: var(--page-width);*/
    padding: 0 5rem;
  }
}
.isolate {
  position: relative;
  z-index: 0;
}
.section + .section {
  margin-top: var(--spacing-sections-mobile);
}
@media screen and (min-width: 768px) {
  .section + .section {
    margin-top: var(--spacing-sections-desktop);
  }
}
.element-margin-top {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .element-margin {
    margin-top: calc(5rem + var(--page-width-margin));
  }
}
a{
    color: rgb(var(--color-foreground));
    transition: 0.3s ease;
}
a:hover{
    color: var(--color-wbmaincolors-text);
    text-decoration: none;
}
body,
.color-background-1,
.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  color: rgba(var(--color-foreground), 1);
  background-color: rgb(var(--color-background));
}
.background-secondary {
  background-color: rgba(var(--color-foreground), 0.04);
}
.grid-auto-flow {
  display: grid;
  grid-auto-flow: column;
}
.page-margin,
.shopify-challenge__container {
  margin: 7rem auto;
}
.rte-width {
  max-width: 82rem;
  margin: 0 auto 2rem;
}
.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hidden {
  display: none !important;
}
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}
.visually-hidden--inline {
  margin: 0;
  height: 1em;
}
.overflow-hidden {
  overflow: hidden;
}
.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}
.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
::selection {
  background-color: rgba(var(--color-foreground), 0.2);
}
.text-body {
  font-size: 1.5rem;
  letter-spacing: 0.06rem;
  font-family: var(--wbbase-font);
  font-weight: normal;
}
h1,h2,h3,h4,h5,.h0,.h1,.h2,.h3,.h4,.h5 {
  color: rgb(var(--color-foreground));
  word-break: break-word;
}
.hxl{
  font-size: calc(var(--font-size-base) * 3.15px)
}
.h0 {
  font-size: calc(var(--font-size-base) * 2.86px)
}
h1,.h1 {
  font-size: calc(var(--font-size-base) * 2.3px)
}
h2,.h2 {
  font-size: calc(var(--font-size-base) * 2.1px)
}
h3,.h3 {
  font-size: calc(var(--font-size-base) * 1.85px)
}
h4,.h4 {
  font-size: calc(var(--font-size-base) * 1.57px)
}
h5,.h5 {
  font-size: calc(var(--font-size-base) * 1.28px)
}
h6,.h6 {
    font-size: calc(var(--font-size-base) * 1.15px);
}
blockquote {
  font-style: italic;
  color: rgba(var(--color-foreground), 0.75);
  border-left: 0.2rem solid rgba(var(--color-foreground), 0.2);
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  blockquote {
    padding-left: 1.5rem;
  }
}
.caption-with-letter-spacing {
  font-size: 1rem;
  letter-spacing: 0.13rem;
  text-transform: uppercase;
}
.caption-with-letter-spacing--medium {
  font-size: 1.2rem;
  letter-spacing: .16rem;
}
.caption-with-letter-spacing--large {
  font-size: 1.4rem;
  letter-spacing: 0.18rem;
}
.caption-large,.customer .field input,.customer select,.field__input,.form__label,.select__select {
  font-size: calc(var(--font-size-base) * 1px);
  letter-spacing: 0.04rem;
}
.color-foreground {
  color: rgb(var(--color-foreground));
}
table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.4rem;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
  /* draws the table border  */
}
table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
}
.hidden {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .small-hide {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .medium-hide {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .large-up-hide {
    display: none !important;
  }
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.uppercase {
  text-transform: uppercase;
}
.light {
  opacity: 0.7;
}
.link{
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-underline-offset: 0.3rem;
  color: rgb(var(--color-link));
  background-color: transparent;
  font-family: inherit;
}
.link--text {
  color: rgb(var(--color-foreground));
}
.link--text:hover {
  color: var(--color-wbmaincolors-text);
}
.link-with-icon {
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  margin-bottom: 4.5rem;
  white-space: nowrap;
}
.link-with-icon .icon {
  width: 1.5rem;
  margin-left: 1rem;
}
.link[role="link"]:not([href]) {
  cursor: not-allowed;
}
.circle-divider::after {
  content: '\2022';
  margin: 0 1.3rem 0 1.5rem;
}
.circle-divider:last-of-type::after {
  display: none;
}
hr {
  border: none;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.2);
  display: block;
  margin: 1rem 0;
}

.full-unstyled-link {
  text-decoration: none;
  color: currentColor;
  display: block;
  text-transform: capitalize;
}
.placeholder {
  background-color: rgba(var(--color-foreground), 0.04);
  color: rgba(var(--color-foreground), 0.55);
  fill: rgba(var(--color-foreground), 0.55);
}
details > * {
  box-sizing: border-box;
}
.break {
  word-break: break-word;
}
.visibility-hidden {
  visibility: hidden;
}
@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
  }
}
:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-long: 500ms;
}
.underlined-link {
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 1px;
  transition: text-decoration-thickness ease 100ms;
  text-decoration: underline;
}
.underlined-link:hover {
  color: rgb(var(--color-link));
  text-decoration: underline;
}
.icon-arrow {
  width: 1.5rem;
}
/* arrow animation */
.animate-arrow .icon-arrow path {
  transform: translateX(-0.25rem);
  transition: transform var(--duration-short) ease;
}
.animate-arrow:hover .icon-arrow path {
  transform: translateX(-0.05rem);
}
/* base-details-summary */
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}
summary .icon-caret {
    width: 12px;
    height: 12px;
}
summary.mobile-facets__summary noscript .icon-caret{
    position: absolute;
    height: 0.6rem;
    right: 1.5rem;
    top: calc(50% - 0.2rem);
}
summary::-webkit-details-marker {
  display: none;
}
.disclosure-has-popup {
  position: relative;
}
/* base-focus */
/*
  Focus ring - default (with offset)
*/
*:focus {
  outline: 0;
  box-shadow: none;
}
/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused,
.no-js *:focus {
    outline: 0.1rem solid rgba(var(--color-foreground),.5);
    outline-offset: 0.1rem;
}
/* Negate the fallback side-effect for browsers that support :focus-visible */
.no-js *:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}
/*
  Focus ring - inset
*/
.focused.focus-inset,
.no-js .focus-inset:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}
.no-js .focus-inset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}
/*
  Focus ring - none
*/
/* Dangerous for a11y - Use with care */
.focus-none {
  box-shadow: none !important;
  outline: 0 !important;
}
.focus-offset:focus-visible {
    outline: .15rem solid rgb(50,115,220);
    box-shadow: 0 0 0calc(var(--inputs-border-width)) rgba(var(--color-foreground),.1);
}
.focus-offset.focused,
.no-js .focus-offset:focus {
  outline: .15rem solid rgb(50,115,220);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)),
    0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}
.no-js .focus-offset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}
/* component-title */
.title,.title-wrapper-with-link {
  margin: 3rem 0 2rem;
}
.title-wrapper-with-link .title {
  margin: 0;
}
.title .link {
  font-size: inherit;
}
.title-wrapper {
  margin-bottom: 3rem;
}
.title-wrapper-with-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}
.title--primary {
  margin: 4rem 0;
}
.title-wrapper--self-padded-tablet-down,.title-wrapper--self-padded-mobile {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.template-404 .title{
    margin: 10px 0;
    font-weight: normal;
}
@media screen and (min-width: 768px) {
  .title-wrapper--self-padded-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .title--primary {
    margin: 2rem 0;
  }
  .title-wrapper-with-link {
    align-items: center;
  }
  .title-wrapper-with-link .title {
    margin-bottom: 0;
  }
  .title-wrapper--self-padded-tablet-down {
    padding-left: 0;
    padding-right: 0;
  }
}
.title-wrapper-with-link .link-with-icon {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.title-wrapper-with-link .link-with-icon svg {
  width: 1.5rem;
}
.title-wrapper-with-link a {
  color: rgb(var(--color-link));
  margin-top: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 992px) {
  .title-wrapper-with-link.title-wrapper-with-link--no-heading {
    display: none;
  }
}
.title-wrapper--no-top-margin {
  margin-top: 0;
}
.title-wrapper--no-top-margin > .title {
  margin-top: 0;
}
.subtitle {
  font-size: calc(var(--font-size-base) * 1.15px);
  letter-spacing: 0.06rem;
  color: rgba(var(--color-foreground), 0.7);
}
.subtitle--small {
  font-size: calc(var(--font-size-base) * 0.86px);
  letter-spacing: 0.1rem;
}
.subtitle--medium {
  font-size: calc(var(--font-size-base) * 1px);
  letter-spacing: 0.08rem;
}
/* component-grid */
.grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  column-gap: var(--grid-mobile-horizontal-spacing);
  row-gap: var(--grid-mobile-vertical-spacing);
}
@media screen and (min-width: 768px) {
  .grid {
    column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: var(--grid-desktop-vertical-spacing);
  }
}
/*.grid__item {
    flex-grow: 1;
    flex-shrink: 0;
}
.grid__item {
  width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
  max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  flex-grow: 1;
  flex-shrink: 0;
}*/

/*@media screen and (min-width: 768px) {
  .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }
}*/
.grid--gapless.grid {
  column-gap: 0;
  row-gap: 0;
}
@media screen and (max-width: 767px) {
  .grid__item.slider__slide--full-width {
    width: 100%;
    max-width: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .grid--one-third-max.grid--3-col-tablet .grid__item {
    max-width: 33.33%;
  }
}
@media screen and (min-width: 992px) {
  .grid--quarter-max.grid--4-col-desktop .grid__item {
    max-width: 25%;
  }
}
.grid--1-col .grid__item {
  max-width: 100%;
  width: 100%;
}
.grid--3-col .grid__item {
  width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
}
@media screen and (min-width: 768px) {
  .grid--3-col .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
}
.grid--2-col .grid__item {
  width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
}
@media screen and (min-width: 768px) {
  .grid--2-col .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  .grid--4-col-tablet .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }
  .grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
  .grid--2-col-tablet .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}
@media screen and (min-width: 992px) {
    .grid--6-col-desktop .grid__item {
        width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
        max-width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    }
    .grid--5-col-desktop .grid__item {
        width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
        max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    }
    .grid--4-col-desktop .grid__item {
        width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
        max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    }
    .grid--3-col-desktop .grid__item {
        width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
        max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    }
    .grid--2-col-desktop .grid__item {
        width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
        max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    }
    .grid--1-col-desktop .grid__item {
        width: 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) {
  .grid--peek.slider--mobile {
    margin: 0;
    width: 100%;
  }
  .grid--peek.slider--mobile .grid__item {
    box-sizing: content-box;
    margin: 0;
  }
  .grid--peek .grid__item {
    width: calc(50% - 3.75rem / 2);
  }
  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  }
  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item,
  .grid--peek .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  }
  .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item,
  .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item  {
    width: 100%
  }
}
 
@media screen and (min-width: 768px) and (max-width: 991px) {
  .slider--tablet.grid--peek .grid__item {
    width: calc(25% - 4rem * 3 / 4);
  }
  .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
    width: calc(33.33% - 4rem * 2 / 3);
  }
  .slider--tablet.grid--peek.grid--2-col-tablet .grid__item {
    width: calc(50% - 4rem / 2);
  }
}
@media screen and (max-width: 991px) {
  .grid--1-col-tablet-down .grid__item {
    width: 100%;
    max-width: 100%;
  }
  .slider--tablet.grid--peek {
    margin: 0;
    width: 100%;
  }
  .slider--tablet.grid--peek .grid__item {
    box-sizing: content-box;
    margin: 0;
  }
}
/* component-media */
.media {
  display: block;
  background-color: rgba(var(--color-foreground), 0.1);
  position: relative;
  overflow: hidden;
  /*border-radius: var(--media-radius);*/
}
.media--transparent {
  background-color: transparent;
}
.media > *:not(.zoom):not(.deferred-media__poster-button),.media model-viewer {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.media > img {
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.media--square {
  padding-bottom: 100%;
}
.media--portrait {
  padding-bottom: 125%;
}
.media--landscape {
  padding-bottom: 66.6%;
}
.media--cropped {
  padding-bottom: 56%;
}
.media--16-9 {
  padding-bottom: 56.25%;
}
.media--circle {
  padding-bottom: 100%;
  border-radius: 50%;
}
.media.media--hover-effect > img + img {
  opacity: 0;
}
@media screen and (min-width: 992px) {
  .media--cropped {
    padding-bottom: 63%;
  }
}
deferred-media {
  display: block;
}
/* component-button */
/* Button - default */
.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded,
.shopify-payment-button [role="button"],
.cart__dynamic-checkout-buttons [role='button'],
.cart__dynamic-checkout-buttons iframe {
  --shadow-horizontal-offset: var(--buttons-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--buttons-shadow-vertical-offset);
  --shadow-blur-radius: var(--buttons-shadow-blur-radius);
  --shadow-opacity: var(--buttons-shadow-opacity);
  --border-offset: var(--buttons-border-offset); /* reduce radius edge artifacts */
  --border-opacity: calc(1 - var(--buttons-border-opacity));
  border-radius: var(--buttons-radius-outset);
  position: relative;
}
.shopify-payment-button__button--branded {
  z-index: auto;
}
.cart__dynamic-checkout-buttons iframe {
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-base-text), var(--shadow-opacity));
}
.btn{
    border-radius: var(--buttons-radius);
}
.button,.shopify-challenge__button,.customer button {
    display: inline-flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    border: 0;
    padding: .5rem .75rem;
    cursor: pointer;
    font-size: calc(var(--font-size-base) * 1px);
    text-decoration: none;
    color: rgb(var(--color-background));
    border-radius: var(--buttons-radius);
    -webkit-appearance: none;
    appearance: none;
    background-color: rgba(var(--color-button), var(--alpha-button-background));
    letter-spacing: 0.3px;
    text-transform: capitalize;
    transition: .3s ease;
}
.button:before,
.shopify-challenge__button:before,
.customer button:before,
.shopify-payment-button__button--unbranded:before,
.shopify-payment-button [role="button"]:before,
.cart__dynamic-checkout-buttons [role='button']:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: var(--buttons-radius-outset);
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-shadow), var(--shadow-opacity));
}
.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
  content: '';
  position: absolute;
  top: var(--buttons-border-width);
  right: var(--buttons-border-width);
  bottom: var(--buttons-border-width);
  left: var(--buttons-border-width);
  z-index: 1;
  border-radius: var(--buttons-radius);
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
  transition: box-shadow var(--duration-short) ease;
}
.shopify-challenge__button:hover, .customer button:hover, .button--primary:hover,.button:hover{
    background-color: rgba(var(--color-base-accent-2));
    color: rgb(var(--color-button-text));
}
.button:not([disabled]):hover::after,
.shopify-challenge__button:hover::after,
.customer button:hover::after,
.shopify-payment-button__button--unbranded:hover::after {
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 var(--buttons-border-width) rgba(var(--color-button), 0.2);
}
.button--secondary:after {
  --border-opacity: var(--buttons-border-opacity);
}
.button--secondary:hover{
    background-color: rgba(var(--color-button-text));
    color: rgba(var(--color-background));
}
.button:focus-visible,
.button:focus,
.button.focused,
.shopify-payment-button__button--unbranded:focus-visible,
.shopify-payment-button [role="button"]:focus-visible,
.shopify-payment-button__button--unbranded:focus,
.shopify-payment-button [role="button"]:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgb(var(--color-background)),0 0 0 .3rem rgba(var(--color-foreground), 0.5),0 0 .3rem .2rem rgba(var(--color-foreground), 0.3);
}
.button:focus:not(:focus-visible):not(.focused),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(.focused),
.shopify-payment-button [role="button"]:focus:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
}
.button::selection,
.shopify-challenge__button::selection,
.customer button::selection {
  background-color: rgba(var(--color-button-text), 0.3);
}
.button--tertiary {
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
  min-width: calc(9rem + var(--buttons-border-width) * 2);
  min-height: calc(3.5rem + var(--buttons-border-width) * 2);
}
.button--small {
  padding: 1.2rem 2.6rem;
}
.shopify-challenge__container .shopify-challenge__button{
    margin-top: 30px;
}
.button.button--primary span,.button.button--secondary span {
    display: inline-block;
    vertical-align: middle;
    transition: 0.3s ease;
} 
.button.button--primary svg,.button.button--secondary svg {
    min-width: 22px;
    min-height: 22px;
    transition: .3s ease;
    background: var(--gradient-base-background-2);
    border-radius: 100%;
    padding: 6px;
    margin-left: 25px;
}
.button.button--primary svg path,.button.button--secondary svg path {
    stroke-width: 1.2px;
    stroke: var(--gradient-base-accent-1);
}
.button.button--primary:hover svg path,.button.button--secondary:hover svg path {
    stroke: var(--gradient-base-accent-2);
}
/* Button - other */
.button:disabled,
.button[aria-disabled='true'],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled='true'],
.customer button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.button--full-width {
  display: flex;
  width: 100%;
}
.button.loading {
  color: transparent;
  position: relative;
}
@media screen and (forced-colors: active) {
  .button.loading {
    color: rgb(var(--color-foreground));
  }
}
button.loading > .loading-overlay__spinner {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    width: auto;
}
/* Button - social share */
.share-button {
  display: block;
  position: relative;
}
.share-button details {
  width: fit-content;
}
.share-button__button {
  display: flex;
  align-items: center;
  color: rgb(var(--color-link));
}
details[open] > .share-button__fallback {
  animation: animateMenuOpen var(--duration-default) ease;
}
.share-button__button:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.share-button__button,.share-button__fallback button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.share-button__button .icon-share {
    margin-right: 5px;
    height: 16px;
    width: 16px;
}
.share-button__fallback {
  background: rgb(var(--color-background));
  display: flex;
  align-items: center;
  position: absolute;
  top: 3rem;
  left: 0.1rem;
  z-index: 3;
  width: 100%;
  min-width: max-content;
  border-radius: var(--inputs-radius);
  border: 0;
}
.share-button__fallback:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}
.share-button__fallback:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-base-text), var(--inputs-shadow-opacity));
  z-index: -1;
}
.share-button__fallback button {
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: var(--inputs-border-width);
}
.share-button__fallback button:hover {
  color: rgba(var(--color-foreground), 0.75);
}
.share-button__fallback button:hover svg {
  transform: scale(1.07);
}
.share-button__close:not(.hidden) + .share-button__copy {
  display: none;
}
.share-button__close,.share-button__copy {
  background-color: transparent;
  color: rgb(var(--color-foreground));
}
.field:not(:focus-visible):not(.focused) + .share-button__copy:not(:focus-visible):not(.focused),
.field:not(:focus-visible):not(.focused) + .share-button__close:not(:focus-visible):not(.focused) {
  background-color: inherit;
}
.share-button__fallback .field:after,
.share-button__fallback .field:before {
  content: none;
}
.share-button__fallback .field {
  border-radius: 0;
  min-width: auto;
  min-height: auto;
  transition: none;
}
.share-button__fallback .field__input:focus,
.share-button__fallback .field__input:-webkit-autofill {
  outline: 0.2rem solid rgba(var(--color-foreground),.5);
  outline-offset: 0.1rem;
  outline: 0.15rem solid rgb(50, 115, 220);
  /*box-shadow: 0 0 0 0.1rem rgb(var(--color-background)),0 0 0.5rem 0.4rem rgba(var(--color-foreground),.3);*/
}
.share-button__fallback .field__input {
  box-shadow: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  filter: none;
  min-width: auto;
  min-height: auto;
}
.share-button__fallback .field__input:hover {
  box-shadow: none;
}
.share-button__fallback .icon {
  width: 1.5rem;
  height: 1.5rem;
}
.share-button__message:not(:empty) {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0.8rem 0 0.8rem 1.5rem;
  margin: var(--inputs-border-width);
}
.share-button__message:not(:empty):not(.hidden) ~ * {
  display: none;
}
/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
  -webkit-appearance: none;
  appearance: none;
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  font-size: calc(var(--font-size-base) * 1px);
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
  border-radius: var(--inputs-radius);
  height: 45px;
  min-height: calc(var(--inputs-border-width) * 2);
  min-width: calc(7rem + (var(--inputs-border-width) * 2));
  position: relative;
  border: 0;
}
.field:before,
.select:before,
.customer .field:before,
.customer select:before,
.localization-form__select:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-base-text), var(--inputs-shadow-opacity));
  z-index: -1;
}
.field:after,
.select:after,
.customer .field:after,
.customer select:after,
.localization-form__select:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}
.field:hover.field:after,
.select:hover.select:after,
.select__select:hover.select__select:after,
.customer .field:hover.field:after,
.customer select:hover.select:after,
.localization-form__select:hover.localization-form__select:after {
  box-shadow: 0 0 0 calc(var(--inputs-border-width)) rgba(var(--color-foreground),var(--inputs-border-opacity));
  outline: 0;
  border-radius: var(--inputs-radius);
}
.field__input:focus-visible,
.select__select:focus-visible,
.customer .field input:focus-visible,
.customer select:focus-visible,
.localization-form__select:focus-visible.localization-form__select:after {
  box-shadow: 0 0 0 calc(var(--inputs-border-width)) rgba(var(--color-foreground),.1);
  outline: 0;
  border-radius: var(--inputs-radius);
}
.localization-form__select:focus.localization-form__select:after {
  outline: 0;
  border-radius: var(--inputs-radius);
}
.localization-form__select:focus {
  outline: 0;
  box-shadow: none;
}
.text-area,
.select {
  display: flex;
  position: relative;
  width: 100%;
}
/* Select */
.select .icon-caret,.customer select + svg {
  height: 0.4rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: calc(var(--inputs-border-width) + 0.5rem);
}
.select__select,.customer select {
  cursor: pointer;
  padding: 0 1rem;
  margin: var(--inputs-border-width);
  min-height: calc(var(--inputs-border-width) * 2);
}
/* Field */
.field {
  position: relative;
  width: 100%;
  display: flex;
  transition: box-shadow var(--duration-short) ease;
}
.customer .field {
  display: flex;
}
.field--with-error {
  flex-wrap: wrap;
}
.field__input,.customer .field input {
  flex-grow: 1;
  text-align: left;
  padding: 8px 15px;
  margin: var(--inputs-border-width);
  transition: box-shadow var(--duration-short) ease;
}
.field__label,.customer .field label {
    font-size: calc(var(--font-size-base) * .85px);
    left: 15px;
    top: 13px;
    margin-bottom: 0;
    pointer-events: none;
    position: absolute;
    transition: top var(--duration-short) ease,font-size var(--duration-short) ease;
    line-height: 1.5;
    color: rgba(var(--color-foreground), 0.75);
}
.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.customer .field input:-webkit-autofill ~ label {
    font-size: 12px;
    top: 2px;
    letter-spacing: .04rem;
}
.field__input:focus,
.field__input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.customer .field input:-webkit-autofill {
  padding: 15px 15px 0;
  margin: var(--inputs-border-width);
}
.field__input::-webkit-search-cancel-button,
.customer .field input::-webkit-search-cancel-button {
  display: none;
}
.field__input::placeholder,
.customer .field input::placeholder {
  opacity: 0;
}
.field__button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: flex;
  height: 45px;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.4rem;
}
.field__button > svg {
    height: 24px;
    width: 24px;
}
.field__input:-webkit-autofill ~ .field__button,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:-webkit-autofill ~ label {
  color: rgb(0, 0, 0);
}
/* Text area */
.text-area {
  min-height: 10rem;
  resize: none;
}
input[type='checkbox'] {
  display: inline-block;
  width: auto;
  margin-right: 0.5rem;
}
/* Form global */
.form__label {
  display: block;
  margin-bottom: 0.6rem;
}
.form__message {
  align-items: center;
  display: flex;
  line-height: 1;
  margin-top: 1rem;
  font-size: calc(var(--font-size-base) * 0.86px);
}
.form__message--large {
  font-size: 1.6rem;
}
.customer .field .form__message {
  font-size: 1.4rem;
  text-align: left;
}
.form__message .icon,
.customer .form__message svg {
  flex-shrink: 0;
  height: 14px;
  margin-right: 0.5rem;
  width: 14px;
}
.form__message--large .icon,
.customer .form__message svg {
  height: 16px;
  width: 16px;
  margin-right: 8px;
}
.customer .field .form__message svg {
  align-self: start;
}
.form-status {
  margin: 0;
  font-size: calc(var(--font-size-base) * 1px);
}
.form-status-list {
  padding: 0;
  margin: 1rem 0 1rem;
}
.form-status-list li {
  list-style-position: inside;
}
.form-status-list .link::first-letter {
  text-transform: capitalize;
}
/* component-quantity */
.quantity {
    color: rgba(var(--color-foreground));
    position: relative;
    display: flex;
    border-radius: var(--inputs-radius);
    height: 45px;
}
.quantity input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.quantity__input {
  color: currentColor;
  opacity: 0.85;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0 0.5rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}
.quantity__button {
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
  padding: 0;
}
.quantity__button:first-child {
  margin-left: calc(var(--inputs-border-width));
}
.quantity__button:last-child {
  margin-right: calc(var(--inputs-border-width));
}
.quantity__button svg {
  width: 1rem;
  pointer-events: none;
}
.quantity__button:focus-visible,.quantity__input:focus-visible {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgb(var(--color-background)),0 0 0 .3rem rgba(var(--color-foreground), 0.5),0 0 .3rem .2rem rgba(var(--color-foreground), 0.3);
}
.quantity__button:focus,.quantity__input:focus {
  z-index: 2;
}
.quantity__button:focus-visible,.quantity__input:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}
.quantity__input[type='number'] {
  -moz-appearance: textfield;
}
/* component-modal */
.modal__toggle {
  list-style-type: none;
}
.no-js details[open] .modal__toggle {
  position: absolute;
  z-index: 5;
}
.modal__toggle-close {
  display: none;
}
.no-js details[open] svg.modal__toggle-close {
  display: flex;
  z-index: 1;
  height: 1.7rem;
  width: 1.7rem;
}
.modal__toggle-open {
  display: flex;
}
.no-js details[open] .modal__toggle-open {
  display: none;
}
.no-js .modal__close-button.link {
  display: none;
}
.modal__close-button.link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0rem;
    height: 52px;
    width: 52px;
    background-color: transparent;
}
.search-modal__close-button.modal__close-button.link{
    position: absolute;
    right: 60px;
    display: none;
}
.header predictive-search[open="true"] ~ .search-modal__close-button.modal__close-button.link{
    display: block;
}
.modal__close-button .icon {
    width: 18px;
    height: 18px;
}
.modal__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(var(--color-background));
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.media-modal {
  cursor: zoom-out;
}
.media-modal .deferred-media {
  cursor: initial;
}
/* component-cart-count-bubble */
.cart-count-bubble:empty {
  display: none;
}
.cart-count-bubble {
  position: absolute;
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  height: 1.7rem;
  width: 1.7rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  bottom: 0.8rem;
  left: 2.2rem;
}
/* section-announcement-bar */
#shopify-section-announcement-bar {
  z-index: 4;
}
.announcement-bar {
  color: rgb(var(--color-foreground));
}
.announcement-bar__link {
  display: block;
  width: 100%;
  padding: 1rem 2rem;
  text-decoration: none;
}
.announcement-bar__link:hover {
  color: rgb(var(--color-foreground));
  background-color: rgba(var(--color-card-hover), 0.06);
}
.announcement-bar__link .icon-arrow {
  display: inline-block;
  pointer-events: none;
  margin-left: 0.8rem;
  vertical-align: middle;
  margin-bottom: 0.2rem;
}
.announcement-bar__link .announcement-bar__message {
  padding: 0;
}
.announcement-bar__message {
    text-align: center;
    padding: 6px 10px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: calc(var(--font-size-base) * 1px);
}
/* section-header */
#shopify-section-header {
  z-index: 3;
}
.shopify-section-header-sticky {
  position: sticky;
  top: 0;
}
/*.shopify-section-header-hidden {
  transform: translateY(-100%);
}
.shopify-section-header-hidden.menu-open {
  transform: translateY(0);
}*/
#shopify-section-header.animate {
  transition: transform 0.15s ease-out;
}
/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
  background-color: rgb(var(--color-background));
}
.header-wrapper--border-bottom {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}
.header *[tabindex='-1']:focus {
  outline: none;
}
.header__heading {
  margin: 0;
  line-height: 0;
}
.header > .header__heading-link {
  line-height: 0;
}
.header__heading,.header__heading-link {
  grid-area: heading;
  justify-self: center;
}
.header__heading-link {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  word-break: break-word;
}
.header__heading-link:hover .h2 {
  color: rgb(var(--color-foreground));
}
.header__heading-link .h2 {
  line-height: 1;
  color: rgba(var(--color-foreground), 0.75);
}
.header__heading-logo {
  height: auto;
}
@media screen and (max-width: 991px) {
  .header__heading,.header__heading-link {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .header--middle-left .search-modal__form, .header--top-center .search-modal__form {
        max-width: 47.8rem;
    }
  .header__heading,.header__heading-link {
    justify-self: start;
  }
  .header--top-center .header__heading-link,.header--top-center .header__heading {
    justify-self: center;
    text-align: center;
  }
}
.header__icon::after {
  content: none;
}
.header__icon .icon {
  height: 2rem;
  width: 2rem;
  fill: none;
  vertical-align: middle;
}
.header__icon--cart {
  position: relative;
  margin-right: -1.2rem;
}
/* Search */
menu-drawer + .header__search {
  display: none;
}
.header > .header__search {
  grid-area: left-icon;
  justify-self: start;
}
.header__search {
  display: inline-flex;
  line-height: 0;
}
.header--top-center > .header__search {
  display: none;
}
.header--top-center * > .header__search {
  display: inline-flex;
}
.no-js .predictive-search {
  display: none;
}
details[open] > .search-modal {
  opacity: 1;
  animation: animateMenuOpen var(--duration-default) ease;
}
details[open] .modal-overlay {
  display: block;
}
details[open] .modal-overlay::after {
  position: absolute;
  content: '';
  background-color: rgb(var(--color-foreground), 0.5);
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
}
.no-js details[open] > .header__icon--search {
  top: 1rem;
  right: 0.5rem;
}
.search-modal {
  opacity: 0;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  min-height: calc(100% + var(--inputs-margin-offset) + (2 * var(--inputs-border-width)));
  height: 100%;
}
.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.search-modal__content-bottom {
  bottom: calc((var(--inputs-margin-offset) / 2) );
}
.search-modal__content-top {
  top: calc((var(--inputs-margin-offset) / 2) );
}
.search-modal__form {
  width: 100%;
}
.search-modal__close-button {
  position: absolute;
  right: 0.3rem;
}
@media screen and (min-width: 768px) {
  .search-modal__close-button {
    right: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .search-modal__close-button {
    position: initial;
    margin-left: 0.5rem;
  }
}
/* Header menu drawer */
.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: transform 150ms ease, opacity 150ms ease;
}
details:not([open]) > .header__icon--menu .icon-close,details[open] > .header__icon--menu .icon-hamburger {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
}
.js details[open]:not(.menu-opening) > .header__icon--menu .icon-close {
  visibility: hidden;
}
.js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
  visibility: visible;
  opacity: 1;
  transform: scale(1.07);
}
.header__inline-menu details[open] > .header__submenu {
  opacity: 1;
  transform: translateY(0);
  animation: animateMenuOpen var(--duration-default) ease;
  z-index: 3;
}
/* Header menu */
@media screen and (min-width: 992px) {
  .header__inline-menu {
    display: block;
    grid-area: navigation;
  }
  .header--top-center .header__inline-menu {
    justify-self: center;
  }
  .header--top-center .header__inline-menu > .list-menu--inline {
    justify-content: center;
  }
  .header--middle-left .header__inline-menu {
    margin-left: 0;
  }
}
.header__menu {
  padding: 0 1rem;
}
.header__menu-item {
  padding: 0;
  text-decoration: none;
}
.header__menu-item:hover {
  color: rgb(var(--color-foreground));
}
.header__menu-item span {
  transition: text-decoration var(--duration-short) ease;
  text-transform: capitalize;
  color: rgb(var(--color-background));
  margin-left: 18px;
  font-weight: 500;
}
details[open]:hover > .header__menu-item {
  text-decoration-thickness: 0.2rem;
}
details[open] > .header__menu-item .icon-caret {
  transform: rotate(180deg);
}
.header__active-menu-item {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: rgb(var(--color-foreground));
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.header__menu-item:hover .header__active-menu-item {
  text-decoration-thickness: 0.2rem;
}
.header__submenu {
  transition: opacity var(--duration-default) ease,
    transform var(--duration-default) ease;
}
.header__submenu.list-menu--disclosure {
  border-radius: var(--popup-corner-radius);
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-style: solid;
  border-width: var(--popup-border-width);
  box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity));
}
.header__submenu .header__submenu {
  background-color: rgba(var(--color-foreground), 0.03);
}
.header__submenu .header__menu-item:after {
  right: 2rem;
}
.header__submenu .header__menu-item {
  padding: 5px 15px;
}
.header__submenu .header__submenu .header__menu-item {
  padding-left: 3rem;
}
.header__menu-item .icon-caret {
  right: 0.8rem;
  margin-left: 5px;
  width: 12px;
  height: 12px;
}
.header__submenu .icon-caret {
    right: 20px;
    position: absolute;
}
details-disclosure > details {
  position: relative;
}
@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*.overflow-hidden-mobile,
.overflow-hidden-tablet {
  overflow: hidden;
}*/
@media screen and (min-width: 768px) {
  .overflow-hidden-mobile {
    overflow: auto;
  }
}
@media screen and (min-width: 992px) {
  .overflow-hidden-tablet {
    overflow: auto;
  }
}
.badge {
    border: 1px solid transparent;
    border-radius: var(--badge-corner-radius);
    display: inline-block;
    font-size: calc(var(--font-size-base) * 1px);
    font-weight: normal;
    line-height: normal;
    padding: 3px 10px;
    text-align: center;
    background-color: rgb(var(--color-badge-background));
    /*border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));*/
    color: rgb(var(--color-foreground));
    word-break: break-word;
    border-radius: 0px;
    justify-content: center;
    align-items: center;
}
.color-sale-color {
    background-color: var(--color-wbmaincolors-text);
    border-color: var(--color-wbmaincolors-text);
    color: #fff;
}
.gradient {
  background: rgb(var(--color-background));
  background: var(--gradient-background);
  background-attachment: fixed;
}
@media screen and (forced-colors: active) {
  .icon {
    color: CanvasText;
    fill: CanvasText !important;
  }
  .icon-close-small path {
    stroke: CanvasText;
  }
}
.ratio {
  display: flex;
  position: relative;
  align-items: stretch;
}
.ratio::before {
  content: '';
  width: 0;
  height: 0;
  padding-bottom: var(--ratio-percent);
}
.content-container {
  border-radius: var(--text-boxes-radius);
  border: var(--text-boxes-border-width) solid rgba(var(--color-foreground), var(--text-boxes-border-opacity));
  position: relative;
}
.content-container:after {
  content: '';
  position: absolute;
  top: calc(var(--text-boxes-border-width) * -1);
  right: calc(var(--text-boxes-border-width) * -1);
  bottom: calc(var(--text-boxes-border-width) * -1);
  left: calc(var(--text-boxes-border-width) * -1);
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset)
    var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius)
    rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
  z-index: -1;
}
.content-container--full-width:after {
  left: 0;
  right: 0;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .content-container--full-width-mobile {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .content-container--full-width-mobile:after {
    display: none;
  }
}
.global-media-settings {
  position: relative;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  overflow: visible !important;
  background-color: rgb(var(--color-background));
}
.global-media-settings:after {
  content: '';
  position: absolute;
  top: calc(var(--media-border-width) * -1);
  right: calc(var(--media-border-width) * -1);
  bottom: calc(var(--media-border-width) * -1);
  left: calc(var(--media-border-width) * -1);
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius) rgba(var(--color-shadow), var(--media-shadow-opacity));
  z-index: -1;
}
.global-media-settings--no-shadow {
  overflow: hidden !important;
}
.global-media-settings--no-shadow:after {
  content: none;
}
.global-media-settings img,
.global-media-settings iframe,
.global-media-settings model-viewer,
.global-media-settings video {
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}
.content-container--full-width,
.global-media-settings--full-width,
.global-media-settings--full-width img {
  border-radius: 0;
  border-left: none;
  border-right: none;
}
/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  .grid {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }
  .grid__item {
    padding-left: var(--grid-mobile-horizontal-spacing);
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }
  @media screen and (min-width: 768px) {
    .grid {
        margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing));
    }
    .grid__item {
        padding-left: var(--grid-desktop-horizontal-spacing);
        padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }
  .grid--gapless .grid__item {
    padding-left: 0;
    padding-bottom: 0;
  }
  @media screen and (min-width: 767px) {
    .grid--peek .grid__item {
      padding-left: var(--grid-mobile-horizontal-spacing);
    }
  }
  .product-grid .grid__item {
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }
  @media screen and (min-width: 768px) {
    .product-grid .grid__item {
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }
}
/* Custom Css */
body { 
    font-size: calc(var(--font-size-base) * 1px);
    font-family: var(--wbbase-font);
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: .3px;
    color: rgb(var(--color-foreground));
}
p {
  color: rgba(var(--color-foreground),.6);
}
/*a:-webkit-any-link:focus-visible {
    outline-offset: 1px;
}
*:focus-visible, :focus-visible, .focus-inset:focus-visible {
    /*outline: -webkit-focus-ring-color solid 0.01rem;*/
    outline-offset: 1px;
    box-shadow: 0 0 0 0.1rem rgb(var(--color-background)),0 0 0 0.2rem rgba(var(--color-foreground),.5),0 0 0.3rem 0.2rem rgba(var(--color-foreground),.3);
}*/
/*.focus-inset:focus-visible {
    outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
    outline-offset: -0.2rem;
    box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}
*:focus-visible {
    outline: 1px solid rgba(var(--color-foreground),.5);
    outline-offset: 1px;
}*/
.wblookbtn.focus-inset:focus-visible {
    /*outline: -webkit-focus-ring-color solid .01rem;*/
    box-shadow: 0 0 0 0.1rem rgb(var(--color-background)),0 0 0 0.2rem rgba(var(--color-foreground),.5),0 0 0.3rem 0.2rem rgba(var(--color-foreground),.3);
}
button:focus{
    outline: none;
}
.card{
    background-color: rgb(var(--color-background));
}
.dropdown-menu {
    border-color: rgba(var(--color-foreground),0.08);
    font-size: calc(var(--font-size-base) * 1px);
    border-radius: 4px;
}
.head-width, .slideright,.testi-width,.image-gallery{
    max-width: 1765px;
    margin: 0 auto;
    padding: 0 15px;
}
.category-home{
    max-width: 1765px;
    margin: 0 auto; 
    padding: 60px 15px;
    background: linear-gradient(90deg,white 0%,white 40%,whitesmoke 40%,whitesmoke 100%);
}
/* Header */

.wbtopbar {
    padding: 5px 0;
    position: relative;
}
.wbtopbar .page-width > .row {
    justify-content: space-between;
    align-items: center;
    margin: 0;
}
.wbtopbar .page-width > .row > div {
    display: flex;
    align-items: center;
}
.wbtopbar .page-width > .row > div p {
    margin: 0;
    font-size: calc(var(--font-size-base) * 0.86px);
    color: rgba(var(--color-foreground));
}
.wbhcurr{
    display: flex;align-items: center;
}
.shopify-section-header-sticky {
  	box-shadow: 0 2px 4px rgba(var(--color-foreground),.1);
}
.userdrop svg path, .wbheadwish svg path{
    fill: rgb(var(--color-foreground));
    transition: .3s ease;
}
.userdrop a,.wbheadwish a {
    font-size: calc(var(--font-size-base) * 0.86px);
}
.userdrop a:hover,.wbheadwish a:hover {
    color: rgba(var(--color-foreground),.75);
}
.header__icons #cart-icon-bubble {
    display: flex;
    align-items: center;
}
.headcart {
    margin-left: 8px;
    font-weight: 600;
    font-size: calc(var(--font-size-base) * 1.15px);
}
.wbhcartitem {
    font-size: 10px;
    min-width: 15px;
    min-height: 15px;
    text-align: center;
    line-height: 14px;
    background: var(--color-wbmaincolors-text);
    color: var(--gradient-base-background-2);
    display: flex;
    align-items: center;
    border-radius: 100%;
    justify-content: center;
    position: absolute;
    top: 6px;
    left: 12px;
}
.wbhcart strong {
    font-weight: normal;
    margin-right: 0;
}
.wbhcart svg{
    width: 22px;
    height: 22px;
}
.header__search summary .icon-search{
    fill: var(--gradient-base-accent-2);
}
.header__search:hover span {
    fill: var(--color-wbmaincolors-text);
    color: var(--color-wbmaincolors-text);
}
.header__icons .header__search, .header__icons .slidedown_section, .header__icons #cart-icon-bubble {
    display: inline-block;
    vertical-align: middle;
}
#cart-icon-bubble{
    position: relative;
}
.header__icons .slidedown_section {
    margin-right: 20px;
}
.customer_account svg{
    fill: rgb(var(--color-foreground));;
}
#cart-icon-bubble #cart-icon-bubble{
    margin-top: 0;
    margin-left: 0;
    position: unset;
}
.menuposrow {
    align-items: center;
}
.header-top {
    padding: 18px 0;
}
.userdrop, .wbhcart, .header__icon--search {
    cursor: pointer;
}
.shopify-section-header-sticky .header.header--has-menu {
    margin-top: 0;
}
.headernav{
    position: relative;
    z-index: 1;
}
.slidedown_section .dropdown-menu {
    min-width: 210px;
    transform: none !important;
    top: 30px !important;
    right: 0;
    left: auto !important;
}
.slidedown_section .dropdown-menu li a {
    display: block;
    padding: 4px 15px;
    text-transform: capitalize;
    font-size: calc(var(--font-size-base) * 0.86px);
}
.slidedown_section .dropdown-menu li a:hover {
    color: var(--color-wbmaincolors-text);
}
.wbhcurr localization-form {
    display: block;
    padding: 0 0 0 15px;
    text-transform: capitalize;
    font-size: calc(var(--font-size-base) * .86px);
}
.slidedown_section .dropdown-menu li a:hover svg{
    fill: var(--color-wbmaincolors-text);
}
.slidedown_section .dropdown-menu .localization-selector + .disclosure__list#FooterCountryList li a{
    font-size: calc(var(--font-size-base) * 0.93px);
    letter-spacing: 0;
}
.header__icons .header__search, .wbheadwish{
    margin-right: 20px;
}
.header__icons .header__search summary span{
    display: inline-block;
    vertical-align: middle;
    transition: 0.3s ease;
    font-weight: 600;
}
.wbheadwish strong{
    font-weight: normal;
    position: relative;
    margin-right: 0;
}
.wbheadwish:hover svg path {
    fill: var(--color-wbmaincolors-text);
}
.userdrop svg {
    width: 22px;
    height: 22px;
}
.header__icons .icon-search {
    width: 22px;
    height: 22px;
}
.wbheadwish svg {
    width: 22px;
    height: 22px;
}
.headphn.header__icons {
    display: flex;
    align-items: center;
    justify-content: start;
}
.header__icons {
    display: flex;
    align-items: center;
    justify-content: end;
}
.header__icon--search,.hlocation li {
    display: flex;
    align-items: center;
}
.hcall svg {
    width: 15px;
    height: 15px;
    fill: rgb(var(--color-foreground));
    margin-right: 5px;
}
.hadd svg {
    width: 11px;
    height: 15px;
    fill: rgb(var(--color-foreground));
}
.hlocation {
    margin-left: 20px;
}
.hlocation li span {
    margin-left: 5px;
    text-transform: capitalize;
    font-size: calc(var(--font-size-base) * 0.86px);
}
.hlocation li .hadd {
    margin: 0;
}
.wbheadwish .wbwishcount{
    background: var(--gradient-base-accent-1);;    
    color: rgb(var(--color-button-text));
    border-radius: 100%;
    font-size: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    position: absolute;
    right: -8px;
    top: 2px;
}
.header__icons {
    position: unset;
}
/* site nav */
.hmenu {
    padding: 15px 0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.wbsimplemenu {
    background: var(--gradient-base-accent-1);
    border-radius: 4px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 180px;
}
.header__menu-item>svg {
    width: 20px;
    height: 15px;
}
.header-support svg {
    width: 32px;
    height: 32px;
    fill: var(--gradient-base-accent-2);
    display: inline-block;
}
.icon-right-part {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.icon-right-part span {
    display: block;
}
.icon-right-part span.main-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--gradient-base-accent-2);
}
.icon-right-part span.sub-title {
    font-size: 14px;
    font-weight: 500;
    color: var(--gradient-base-accent-2);
}
.hcat .swiper-pagination {
    display: none !important;
}
/* wbcollection list */
.category-home .heading{
    text-align: left;
}
.category-home .head p{
    text-align: left;
}
.category-home .heading:after{
    right: auto!important;
}
.video-cate .catcontent h2{
    color: rgb(var(--color-foreground));
    font-size: calc(var(--font-size-base) * 1px);
    font-weight: 400;
    text-transform: uppercase;
}
.homecatb {
    transition: 0.3s all ease;
}
.homecatb:hover .catcontent h2,.homecatb:hover .catcontent p {
    color: var(--color-icon);
}
.catcontent {
    text-align: center;
}
.catcontent h2 {
    font-size:  calc(var(--font-size-base) * 1.28px);
    text-transform: capitalize;
    padding-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--color-wbmaincolors-text);
}
.catcontent p {
    font-size:  calc(var(--font-size-base) * 1.15px);
    text-transform: capitalize;
    color: var(--color-wbmaincolors-text);
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 8px;
}
/*video banner section*/
.videoicon{
    position: absolute;
    top: 0;
    bottom: 0;
    align-items: center;
    right: 0;
    left: 0;
    transform: translate(0px, 50%);
}
.wbdemovideo{
    position: relative;
}
.playbutton-sec{
    display: flex;
    align-items: center;
    justify-content: center;
}
.wmangvideo svg{
    width: 50px;
    height: 50px;
}
#slidvideo{
    border-radius: 10px;
}
#slidvideo .fancybox-button svg path{
   fill: rgb(var(--color-base-background-3)) !important;  
}
.play-button  {
   line-height: 0;
}
.wbdemovideo .video-watch{
    color: rgb(var( --color-base-text));
    margin-left: 6px;
    font-size: calc(var(--font-size-base) * .8px);
}
#slidvideo .fancybox-button svg{
    fill: rgb(var(--color-wbmaincolors-text))!important;
}
.wbvideo {
    width: 600px;
    height: 360px;    
}
.video-banner-mid-content p{
    font-size: calc(var(--font-size-base) * 1px);
    font-weight: 700;
    color: var(--color-wbmaincolors-text);
    word-spacing: 2px;
    letter-spacing: 3px;
}
.video-banner-mid-content h2{
    font-size: calc(var(--font-size-base) * 1.57px);
    font-weight: 700;
    line-height: 35px;
}
/* Banner Effect */
.dummysvg::after{
    content: '';
    background-color: rgba(var(--color-foreground));
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.2;
}
.dummysvg{
    position: relative;
}
.dummysvg .placeholder-svg{
    width: 100%;
    height: 100%;
    position: relative;
    padding: 30px 0;
}
.wblogos .dummysvg .placeholder-svg{
    padding: 0;
}
.beffect {
    position: relative;
    overflow: hidden;
}
.beffect img{
    border-radius: 0px;
}
.beffect a::after {
    content: '';
    background: none repeat scroll 0 0 rgba(0,0,0,.07);
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    bottom: 10px;
    opacity: 0;
    left: 10px;
    transition: all 400ms ease-in-out 0s;
    transform: rotate(-180deg) scale(0);
    border-radius: 15px;
}
.beffect a:hover::after {
    transform: rotate(0) scale(1);
    opacity: 1;
}
/* Heading */
.head {
    text-align: center;
    margin-bottom: 30px;
} 
.heading {
    font-size: calc(var(--font-size-header) * 1px);
    text-transform: uppercase;
    position: relative;
    margin-bottom: 30px;
    font-weight: 400;
    padding-bottom: 30px;
}
.heading:after {
    border-bottom: 2px solid var(--gradient-base-accent-1);
    position: absolute;
    bottom: -1px;
    content: "";
    width: 100px;
    left: 0;
    right: auto;
    margin: 0 auto;
}
.template-index .heading:after{
    right: 0;
}
.product-recommendations .heading:after{
  right:0;
}
.heading strong {
    display: block;
    font-size: calc(var(--font-size-base) * 1px);
    color: rgba(var(--color-base-accent-1));
    font-weight: 500;
    margin: 10px 0;
}
.heading span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.latoffbantxt span svg{
    fill: var(--color-wbmaincolors-text);
    stroke: var(--color-wbmaincolors-text);
}
.heading.h0{
    font-size: calc(var(--font-size-header) * 1px);
}
.heading.h1{
    font-size: calc(var(--font-size-header) * 0.9px);
}
.heading.h2{
    font-size: calc(var(--font-size-header) * 0.7px);
}
.head .button {
    border-radius: 30px;
    min-width: 180px;
    padding: 14px 15px;
}
/* Header Cart Dropdown */
#cart-icon-bubble .cart__warnings,#cart-icon-bubble .cart__empty-text,#cart-icon-bubble .is-empty .cart__contents, #cart-icon-bubble .is-empty .cart__footer,
#cart-icon-bubble cart-items.is-empty .title-wrapper-with-link, #webi-main-cart-footer.is-empty{
    display: none;
}
#cart-icon-bubble .is-empty .cart__empty-text,#cart-icon-bubble .is-empty .cart__warnings {
    display: block;
}
.wb-cart-item__error-text:empty + svg {
    display: none;
}
#cart-icon-bubble .dropdown-menu {
    transform: none !important;
    right: 0;
    left: auto !important;
    width: 380px;
    top: 30px !important;
    padding: 0;
}
#cart-icon-bubble .dropdown-menu webi-cart-items {
    display: block;
    overflow-y: auto;
    max-height: 350px;
    padding: 15px;
}
.wbheadcartdrop {
    display: flex;
    gap: 15px;
    position: relative;
    margin-bottom: 15px;
}
.wbheadcartdrop:last-child{
    margin-bottom: 0;
}
.wbheadcartdrop dl{
    margin-bottom: 6px;
}
.wbcartdimg a{
    display: block;
}
.wbcartdimg img{
    border-radius: 4px;
    max-width: 80px;
}
.wbheadcartdrop webi-quantity-input{
    border: 1px solid rgba(var(--color-foreground),0.08);
    width: 66px;
    height: 26px;
    border-radius: 4px;
}
.wbheadcartdrop .quantity__button svg{
    width: 10px;
}
.wbheadcartdrop .quantity__input{
    padding: 0 3px;
}
.wbheadcartdrop .quantity__button{
    width: 18px;
}
.wbheadcartdrop webi-cart-remove-button{
    position: absolute;
    right: 0;
    top: 0;
}
.wbheadcartdrop webi-cart-remove-button svg{
    width: 16px;
    height: 16px;
}
.wbcrtname {
    font-size: calc(var(--font-size-base) * 0.93px);
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.3px;
    display: block;
    width: 85%;
    line-height: 17px;
    margin-bottom: 10px;
}
.wbheadcartdrop .product-option{
    margin: 0;
    font-size: calc(var(--font-size-base) * 0.86px);
}
.wbcartddesc {
    width: 100%;
}
.wbcartqtybr{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wbheadcartdrop .cart-item__totals{
    margin: 0 6px;
    text-align: center;
}
.wbheadcartdrop .cart-item__price-wrapper{
    font-size: rgb(var(--color-foreground));
}
#webi-main-cart-footer .cart__blocks{
    padding: 15px;
    border-top: 1px solid rgba(var(--color-foreground),0.08);
}
#webi-main-cart-footer .cart__ctas{
    display: flex;
    gap: 10px;
    margin-top: 12px;
}
#webi-main-cart-footer .cart__ctas .button--primary{
    width: 50%;
}
#webi-main-cart-footer .totals{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#webi-main-cart-footer .totals p,#webi-main-cart-footer .totals h3{
    margin: 0;
}
#webi-main-cart-footer .totals h3{
    font-size: calc(var(--font-size-base) * 1.43px);
}
.wbheadcartdrop .loading-overlay:not(.hidden) ~ *{
    visibility: hidden;
}
#cart-icon-bubble .cart__empty-text{
    text-align: center;
    font-size: calc(var(--font-size-base) * 1.15px);
    margin: 0;
    font-weight: normal;
}
#webi-main-cart-footer .discounts{
    margin-top: 10px;
    font-size: calc(var(--font-size-base) * 1px);
}
/* Language/ Currency */
.localization-form__currency {
    display: inline-block;
}
.localization-form__select {
    position: relative;
}
noscript #FooterCountryFormNoScript{
    margin-bottom: 3px;
}
noscript .localization-form__select {
    display: inline-block;
    vertical-align: middle;
}
.localization-selector.link {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: auto;
    width: 100%;
    padding: 3px 0;
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    text-decoration: none;
    letter-spacing: 0;
    min-width: 100px;
    font-size: calc(var(--font-size-base) * 0.86px);
    transition: 0.3s ease;
}
#FooterLanguageForm .localization-selector.link {
    display: unset;
    text-align: right;
}
#FooterLanguageForm {
    padding: 3px 0;
}
#FooterLanguageForm.localization-form .disclosure__button svg {
    fill: rgb(var(--color-foreground));    
}
.localization-form .disclosure__button svg {
    width: 8px;
    height: 8px;
    margin-left: 5px;
}
noscript .localization-selector.link {
    display: inline-block;
    width: 250px;
    padding: 5px 10px;
    font-size: 14px;
}
noscript .localization-selector.link ~ svg{
    position: absolute;
    right: 10px;
    top: 15px;
}
.localization-selector option {
    color: rgb(var(--color-foreground));
}
.localization-selector + .disclosure__list {
    opacity: 1;
    animation: animateLocalization var(--duration-default) ease;
}
.localization-form__select:after,.localization-form__select:hover.localization-form__select::after{
    box-shadow: none;
}
@keyframes appear-down {
    0% {
        opacity: 0;
        margin-top: -1rem;
    }
    100% {
        opacity: 1;
        margin-top: 0;
    }
}

@keyframes animateLocalization {
    0% {
        opacity: 0;
        transform: translateY(0);
    }
    100% {
        opacity: 1;
        transform: translateY(-1rem);
    }
}
/* Language/ Currency End */
/* Swiper pagination */
.swiper-pagination.swiper-pagination-horizontal {
    position: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    margin-top: 20px;
}
.swiper-pagination .swiper-pagination-bullet{
    width: 25px;
    height: 14px;
    border-radius: 3px;
    transition: 0.3s ease;
    background-color: rgba(var(--color-base-accent-1));
    opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 60px;
    height: 14px;
    border-radius: 4px;
    background-color: rgba(var(--color-base-accent-2));
}
.wbswipeslide {
    text-align: center;
    margin-top: 30px;
}
.wbswipeslide .swiper-button-next, .wbswipeslide .swiper-button-prev {
    width: auto;
    height: auto;
    position: unset;
    display: inline-block;
    margin: 0 5px;
}
.wbswipeslide .swiper-button-next:hover svg, .wbswipeslide .swiper-button-prev:hover svg {
    fill: var(--gradient-base-accent-1);
}
.wbswipeslide svg {
    width: 40px;
    height: 40px;
    fill: var(--color-wbmaincolors-text);
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    display: none;
}
/* special product */
.wbcollspe .row {
    margin: 0;
}
.wbcollspe .spe-left,.wbcollspe .spe-right {
    padding: 0;
}
.wbcollspe .spe-right {
    position: unset;
}
.wbcollspe .product-title {
    font-size: calc(var(--font-size-base) * 1.15px);
    font-weight: 600;
}
.wbcollspe .price .price-item {
    font-size: calc(var(--font-size-base) * 1.57px);
}
.wbcollspe .price--on-sale .price-item--regular {
    font-size: calc(var(--font-size-base) * 1.15px);
}
.wbcollspe .wbproduct-container .wbcartbtn {
    display: flex;
    align-items: center;
    justify-content: unset;
    position: unset;
    transition: .3s ease;
    opacity: 1;
    margin-top: 20px;
}
.wbcollspe .wbproduct-container .product-form form {
    margin-left: 15px;
}
.wbcollspe .product-form .cartb {
    min-height: 44px;
    display: flex;
    align-items: center;
}
.wbcollspe .wbproduct-container .product-form .wbbtngrp {
    left: -80px;
    right: auto;
}
.wbcollspe .card--card,.wbcollspe .card--standard .card__inner {
    border: 1.5px solid var(--gradient-base-accent-1);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
}
.wbcollspe .twopro .wbproduct-container {
    margin-bottom: 20px;
}
.wbcollspe .wbproduct-container .card--card:hover,.wbcollspe .wbproduct-container .card--standard .card__inner:hover {
    padding-bottom: 0;
    margin-bottom: 0;
}
.timer {
    position: absolute;
    bottom: 15px;
    width: 100%;
}
.wbsettimer {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.wbsettimer li {
    display: inline-block;
    vertical-align: middle;
}
.wbsettimer li span {
    min-width: 40px;
    min-height: 40px;
    background: var(--color-wbmaincolors-text);
    color: var(--gradient-background);
    border-radius: 4px;
    font-size: calc(var(--font-size-base) * 1.28px);
    display: inline-block;
    padding-top: 7px;
}
.wbsettimer li p {
    margin-bottom: 0;
    font-size: calc(var(--font-size-base) * 1px);
    color: rgba(var(--color-foreground));
    font-weight: 500;
    padding-top: 5px;
    text-transform: capitalize;
}
.countdowntimer .wbsettimer li:after {
    content: ":";
    font-size: calc(var(--font-size-base) * 3.15px);
    color: rgb(var(--color-foreground));
    margin: 0 32px;
    position: absolute;
    top: -17px;
}
.countdowntimer .wbsettimer li:last-child:after {
    content: none;
}
/* Collection Banner */
.wbsetbntxt{
    position: absolute;
    left: 30px;
    right: 0;   
    top: 30px;
    display: flex;
    align-items: center;
    margin: 0;
}
.homecolbnrin3 .wbsetbntxt{
    position: unset;
    margin-top: 15px;
}
.wbsetbntxt h4{
    font-size: calc(var(--font-size-base) * 2.1px);
    text-transform: uppercase;
}
.wbsetbntxt h3{
    font-size: calc(var(--font-size-base) * 1px);
    text-transform: uppercase;
    margin: 0;
    cursor: pointer;
}
.wbsetbntxt h3 span{
    padding: 10px 20px;
}
.homecolbnrin2 .wbsetbntxt{
    bottom: 24px;
    top: auto;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 9;
    justify-content: center;
}
.homecolbnrin2:before {
    content: "";
    border: 1px solid #ff4545;
    display: block;
    top: 40px;
    position: absolute;
    bottom: 40px;
    left: 55px;
    right: 55px;
    z-index: 1;
    transition: .3s ease;
}
.homecolbnrin2:hover:before {
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
    z-index: 1;
}
/* Home Product */
.product-tab-item .collection--full-width,.collection.collection--full-width .page-width{
    padding: 0 15px;
    max-width: none;
}
.collection slider-component .grid__item{
    margin-bottom: 15px;
}
/*.tab-content > .tab-pane:not(.active) {
    display: block;
    height: 0;
    overflow-y: hidden;
}*/
.rless{
    margin-left: -15px;
    margin-right: -15px;
}
.cless{
    padding-left: 15px;
    padding-right: 15px;
}
.twopro .wbproduct-container, .product-recommendations .wbproduct-container{
    margin-bottom: 20px;
}
.twopro .grid__item:last-child .wbproduct-container{
    margin-bottom: 1px;
}
ul.twopro{
    padding: 0;
    margin: 0;
    list-style: none;
}
.pro-tab{
    position: relative;
    margin-bottom: 30px;
}
.pro-tab .nav-tabs .nav-link{
    text-transform: capitalize;
    position: relative;
    font-weight: 500;
    padding: 0;
    font-size: calc(var(--font-size-base) * 1px);
    border: none;
    color: rgba(var(--color-foreground),.6);
    border-radius: 0px;
    background: transparent;
    color: var(--color-icon);
    text-align: center;
}
.pro-tab .nav-tabs .nav-item.active a, .pro-tab .nav-tabs .nav-item:hover a{
    color: var(--gradient-base-accent-1);
    border-bottom: 1px solid var(--gradient-base-accent-1);
}
.pro-tab .nav-tabs {
    border-bottom: none;
}
.pro-tab .nav-tabs .nav-item{
    margin: 0 10px;
}
.wbimgblock .placeholder-svg{
    width: 100%;
    height: 100%;
}
button.loading svg, button.loading span {
    opacity: 0;
}
button.loading .loading-overlay__spinner svg {
    opacity: 1;
}
button.loading .loading-overlay__spinner svg .path{
    stroke: rgb(var(--color-background));
}
.quick-add__submit.button.button--primary span,.quick-add__submit.button.button--primary:hover span {
    transform: none;
}
/* Offer Banner*/
.wbprobnr .prbnrleft a{
    display: block;
}
.offerbnrimg .offereffect,.salebnrimg .salebnreffect{
    display: block;
}
.offerbanner .beffect img,.offerbanner .beffect a:after {
    border-radius: 0;
    width: 100%;
}

.offcol-left {
    flex: 0 0 62%;
    max-width: 62%;
}
.offcol-right {
    flex: 0 0 38%;
    max-width: 38%;
}
.offerbtxt {
    text-align: center;
}
.offcol-left .image-with-text__media {
    text-align: left;
    max-width: 720px;
}
.offerbnr img {
    border-radius: 15px;
}
.offerbtxt h2 {
    font-size: calc(var(--font-size-base) * 3.15px);
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.offerbtxt h3 {
    background: var(--color-wbmaincolors-text);
    color: var(--gradient-background);
    display: inline-block;
    font-size: calc(var(--font-size-base) * 2.57px);
    min-height: 280px;
    padding: 18px 15px;
    border-radius: 4px;
    writing-mode: tb-rl;
    text-orientation: sideways-right;
    transform: rotate(180deg);
    position: absolute;
    top: 21%;
    right: 5px;
    margin: 0;
}
.offerbtxt h5 {
    font-size: calc(var(--font-size-base) * 3.85px);
    text-transform: uppercase;
    font-weight: 600;
    color: var(--gradient-base-accent-1);
    padding-top: 30px;
    margin: 0;
    text-align: center;
}
.offerbtxt p {
    color: rgba(var(--color-foreground));
    margin: 15px auto 0;
    font-size: calc(var(--font-size-base) * 1.43px);
    line-height: 32px;
    font-weight: 600;
    max-width: 580px;
    text-align: center;
}
.offerbtxt a.button,.latoffbantxt a.button,.video-banner-mid-content a.button{
    font-size: calc(var(--font-size-base) * 1px);
    min-width: 130px;
    padding: 10px 15px;
    margin-top: 10px;
}
.salebtxt a.button {
    font-size: calc(var(--font-size-base) * 1px);
    min-width: 180px;
    padding: 16px 15px;
    margin-top: 30px;
    background: var(--gradient-background);
    color: var(--color-icon);
    font-weight: 600;
}
.salebtxt a.button:hover {
    color: var(--gradient-background);
    background: var(--gradient-base-accent-2);
}
.salebtxt a.button.button--primary svg,.salebtxt a .button.button--secondary svg {
    background: var(--color-icon);
}
.salebtxt a.button.button--primary svg path,.salebtxt a .button.button--secondary svg path {
    stroke: var(--gradient-background);
}
.salebtxt a.button.button--primary:hover svg,.salebtxt a .button.button--secondary:hover svg {
    background: var(--gradient-base-accent-1);
}
/*latest offer bannner*/
.appbnrimg{
    position: relative;
}
.latoffbantxt{
    position: absolute;
    top: 25%;
    left: 35%;
    max-width: 440px;
}
.appbnrimg img{
    border-radius: 0px;
}
.latoffbantxt span svg{
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
}
.latoffbantxt h2{
    font-size: calc(var(--font-size-base) * 2px);
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.latoffbantxt h5{
    font-size: calc(var(--font-size-base) * 1.15px);
    font-weight: 400;
    text-transform: capitalize;
}
.latoffbantxt h5 span{
    color: var(--color-wbmaincolors-text);
}
/* Sale Banner */
.salebnr {
    position: relative;
}
@media (min-width: 992px) {
    .salebnr.rless{
        margin-left: -10px;
        margin-right: -10px;
    }
    .salebnr .cless{
        padding-left: 10px;
        padding-right: 10px;
    }
}
.salebtxt {
    position: absolute;
    bottom: 10px;
    display: flex;
    align-items: center;
    left: 15px;
    max-width: 350px;
    text-align: center;
    right: 15px;
    margin: 0 auto;
    justify-content: center;
}
.salebtxt h2 {
    font-size: calc(var(--font-size-base) * 1.57px);
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 32px;
    color: var(--gradient-background);
}
.salebtxt h5 {
    font-size: calc(var(--font-size-base) * 1.57px);
    margin-bottom: 0;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--gradient-background);
}
/* Image Banner */
.wbvideosrc.video-section__media{
    padding-bottom: 52.7%;
}
.imgbnr video{
    display: block;
}
.imgbnr .row{
    align-items: center;
    margin: 0;
}
.imgbnr [class*='col-']:last-child{
    padding: 0;
}
.imgbnr a.button{
    font-size: calc(var(--font-size-base) * 1.43px);
    margin-top: 50px;
    min-width: 280px;
    padding: 12px 10px;
}
/* Product With Banner */
.wbprobnr .grid__item{
    width: 100%;
    max-width: 100%;
}
.prbnrleft .row{
    align-items: center;
}
.prbnrleft h2{
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.wbprobnr .wbproductdes{
    text-align: center;
}
/* Service */
.cless{
    padding-left: 5px;
    padding-right: 5px;
}
.rless{
    margin-left: -5px;
    margin-right: -5px;
}
.deliveryinfo ul{
    margin-bottom: 0;
    padding: 0;
    transition: 0.3s ease;
    text-align: left;
} 
.deliveryinfo ul:hover li svg {
    fill: var(--gradient-base-accent-1);
}
.deliveryinfo ul li img{
    filter: brightness(0);
}
.deliveryinfo ul:hover li img{
    filter: brightness(1);
}
.deliveryinfo ul li svg {
    width: 48px;
    height: 48px;
}
.deliveryinfo li {
    display: inline-block;
    vertical-align: middle;
    width: 250px;
    margin-left: 10px;
}
.deliveryinfo li:first-child{
    width: 140px;
    height: 140px;
    border-radius: 100%;
    padding: 36px;
    border: 10px solid var(--gradient-base-background-2);
    margin: 0;
}
.ser1{
    margin: 40px 0px;
}
.service .page-width{
    padding: 0;
}
.deliveryinfo ul:hover li:first-child{
    border: 10px solid #ffdada;
}
.deliveryinfo li h4 {
    font-size: calc(var(--font-size-base) * 1.15px);
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 15px;
}
.deliveryinfo ul:hover li h4{
    color: var(--gradient-base-accent-1);
}
.deliveryinfo li p {
    text-transform: capitalize;
    margin-bottom: 0;
    letter-spacing: 0;
    line-height: 25px;
    font-weight: 600;
}
/* Slick issue Loading */
.wbfea,.wbnew,.wbbest,.wbtopr,.testi,.wbblog,.wblogobar,.wbprobnrtop,.wbbestseller,.owl-catt,.wbbestsell,.wbborfeatured,.owl-dealp,.wbtab{
    display: none
}
/*featured product banner*/
.feadtxt{
    position: absolute;
    top: 5%;
    right: 5%;
    max-width: 365px;
    text-align: center;
}
.second-featu-bnr{
    position: relative;
    margin-top: 25px;
}
.second-featu-bnr .feadtxt h2{
    color: var(--gradient-base-background-2);
}
.feadtxt h2{
    font-size: calc(var(--font-size-base) * 1.28px); 
    margin-bottom: 15px;
}
.feadtxt p{
    color: var(--color-wbmaincolors-text);
    font-weight: 700;
    margin-bottom: 15px;
}
/* Offer Banner */
.offerbanner {
    position: relative;
}
.ofrtxt {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    left: 15%;
    max-width: 1350px;
}
.ofrff {
    max-width: 100%;
}
.ofrtxt h5 {
    margin: 0 0 30px;
    text-transform: capitalize;
    line-height: 24px;
    font-weight: 500;
    color: var(--gradient-base-accent-1);
    font-size: calc(var(--font-size-base) * 1.15px);
}       
.ofrtxt h2 {
    font-size: calc(var(--font-size-base) * 2.1px);
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: normal;
    color: var(--gradient-base-background-2);
}
.ofrtxt p {
    color: var(--gradient-base-background-2);
    font-size: calc(var(--font-size-base) * 1px);
    font-weight: 500;
}
.ofrtxt h3 {
    font-size: calc(var(--font-size-base) * 2.57px);
    text-transform: capitalize;
    font-weight: 700;
    color: var(--gradient-base-accent-1);
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
}
.ofrtxt li {
    display: inline-block;
    vertical-align: middle;
}
.ofrtxt li h4 {
    font-size: calc(var(--font-size-base) * 2.1px);
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 28px;
    display: inline-block;
    vertical-align: middle;
}
.ofrtxt li span {
    color: rgb(var(--color-foreground));
    font-size: calc(var(--font-size-base) * 1.28px);
    font-weight: 500;
    max-width: 150px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}
.ofrtxt .button--primary {
    margin-top: 20px;
    min-width: 180px;
    padding: 16px;
    font-weight: 600;
}

/* testimonial */
@media (min-width: 1200px) {
    .testimonial .swipetesti {
        margin-right: -300px;
        margin-left: -300px;
    }
}
.wbtestisub{
    background: var(--gradient-base-background-1);
    padding: 15px;
}
.testi-inner h2{
    font-size: calc(var(--font-size-base) * 1.43px);
    color: var(--color-wbmaincolors-text);
    margin-top: 20px;
    line-height: 35px;
    font-weight: 700;
}
.testi-inner p{
    line-height: 30px;
    margin: 0;
}
.testi-img img{
    border-radius: 100%;
}
.testi-inner svg{
    width: 60px;
    height: 60px;
    fill: var(--color-wbmaincolors-text);
}
.testi-desc h4{
    font-size: calc(var(--font-size-base) * 1.15px);
    font-weight: 500;
    margin: 10px 0;
    text-transform: uppercase;
    color: var(--color-wbmaincolors-text);
}
.testi-desc h5{
    font-size: calc(var(--font-size-base) * 1px);
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 0 10px 0;
}
.author-readmore{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.testimonial .items {
    background: rgba(var(--color-base-accent-2));
    margin-left: 0;
    border-radius: 15px;
    margin-right: 100px;
    margin-bottom: 100px;
    position: unset;
    padding: 50px 20px;
}
.testimonial .items svg {
    width: 79px;
    height: 79px;
    fill: rgba(var(--color-base-accent-1));
    margin-bottom: 20px;
}
.testimonial .items h3{
    font-size: calc(var(--font-size-base) * 1.57px);
    color: rgb(var(--color-button-text));
    text-transform: capitalize;
    line-height: 36px;
}
.testimonial .items p{
    font-size: calc(var(--font-size-base) * 1.15px);
    color: rgb(var(--color-button-text),0.7);
    text-transform: capitalize;
    line-height: 28px;
    margin: 0;
}
.testimonial .wbtstiinner li {
    display: inline-block;
    vertical-align: middle;
}
.testimonial .wbtstiinner li h4 {
    font-size: calc(var(--font-size-base) * 1.28px);
    color: rgba(var(--color-base-accent-1));
    text-transform: capitalize;
    font-weight: 500;
    margin-top: 15px;
}
.testimonial .wbtstiinner li h5 {
    font-size: calc(var(--font-size-base) * 1px);
    color: rgba(var(--color-button-text));
    text-transform: capitalize;
}
.testimonial .wbtstiinner {
    display: flex;
    align-items: center;
    gap: 15px;
}
.testiright {
    position: unset;
}
.testiright img {
    border-radius: 15px;
    position: absolute;
    right: 0;
    max-width: 410px;
    bottom: 0;
}
/* lookbook */
.wblbook .row{
    align-items: center;
}
.wblbookmain {
    text-align: center;
    position: relative;
}
.wblbookmain .wblookbook {
    position: absolute;
    cursor: pointer;
    min-width: 36px;
    min-height: 36px;
}
.wblbookmain .wblookbook .wblookbtn{ 
    width: 36px;
    height: 36px;
    padding: 6px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: rgba(var(--color-background),0.8);
    border-radius: 100%;
    transition: padding 0.3s ease;
}
.wblbookmain .wblookbook .wblookbtn::after{ 
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    background: rgb(var(--color-foreground));
    border-radius: 100%;
    animation: pulse-border 1.5s ease-out infinite;
}
@keyframes pulse-border { 
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
.wblbookmain .wblookbook .wblookbtn::before {
    content: "+";
    font-size: 22px;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 36px;
    min-height: 36px;
    color: rgb(var(--color-foreground));
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(1);
    transition: all 0.3s ease;
    z-index: 2;
    background: rgb(var(--color-background));
    border-radius: 100%;
}
.wblbookmain .wblookbook .wblookimg a{
    display: block;
}
.wblbookmain .wblookbook .wblbookcnt{
    display: none;
    z-index: 3;
    width: 150px;
    position: relative;
    background: rgb(var(--color-background));
    box-shadow: 2px 2px 8px rgba(var(--color-foreground),0.05);
    border-radius: 4px;
    margin-top: 32px;
    left: -60px;
    padding: 10px 0
}
.wblookbleft{
    display: none;
}
.wblookimg{
    margin-bottom: 20px;
}
.wblookbleft {
    max-width: 600px;
}
.wblookbleft .wblookimg a{
    display: block;
}
/*.wblbookmain .wblookbtn.active ~ .wblbookcnt*/
.wblookbleft.active{
    display: block;
}
.wblbookmain .wblookbook .wblookbtn.active::after{
    background: #ed2939;
}
.wblookdesc h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: calc(var(--font-size-base) * 1px);
    margin-bottom: 4px;
    font-weight: 500;
    text-transform: capitalize;
}
.wblookdesc {
    padding: 10px 0 0;
    padding-bottom: 0
}
.wblookprice span{
    font-weight: normal;
    letter-spacing: 0;
}
.wblookprice span.old-price{
    text-decoration: line-through;
    font-weight: normal;
    font-size: 13px;
    padding-left: 2px;
    color: rgba(var(--color-foreground),.5);
}
.wblookdesc .wblkbtn{
    margin-top: 8px
}
/* Logo Slider */
.wblogos .heading.h1 {
    font-size: calc(var(--font-size-header) * .9px);
}
.wblogos .heading.h5 {
    font-size: calc(var(--font-size-header) * .75px);
}
/* Search Page */
.template-search__search {
    margin: 0 auto 3rem;
    max-width: 700px;
}
.template-search--empty {
    padding-bottom: 18rem;
}
.search__button .icon {
    height: 24px;
    width: 24px;
}
/* Our Story */
.wbaboutimgblock{
    position: relative;
}
.wbaboutimgblock h2{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    margin: 0;
    font-size: calc(var(--font-size-base) * 3.28px);
}
.wbaboutimgblock h2 span{
    margin: 0 auto;
    display: block;
}
.wbaboutimgblock,.wbabttxt,.wbabtimgtxt{
    margin-bottom: 30px;
}
.wbfaqsec {
    margin-bottom: 20px;
}
.wbabttxt h2,.wbabtimgtxt h2{
    font-size: calc(var(--font-size-base) * 1.7px);
    margin-bottom: 8px;
}
.faqhead.toggle.collapsed::after {
    content: "+";
    font-size: 18px;
    font-weight: normal;
    float: right;
    cursor: pointer;
    color: rgb(var(--color-foreground));
}
.faqhead.toggle.collapsed.active::after {
    content: "-";
}
.wbfaqsec .collapse{
    padding-left: 15px;
}
/* FAQ */
.wbfaqpart{
    margin-bottom: 40px;
}
.faqheading{
    font-size: 24px;
    margin-bottom: 15px;
}
.faqhead{
    display: block;
    border: 1px solid rgba(var(--color-foreground),.08);
    margin-bottom: 10px;
    padding: 8px 15px;
    text-transform: capitalize;
    font-size: calc(var(--font-size-base) * 1px);
    width: 100%;
    text-align: left;
    background: rgba(var(--color-foreground),0.03);
}
.faqhead span{
    display: inline-block;
    vertical-align: sub;
}
.wbmainfaq{
    margin-bottom: 15px;
}
.template-page .heading{
    margin-top: 15px;
}
.wbpagefaq{
    max-width: 900px;
    margin: 0 auto;
}
/* Shipping and Return */
.wbshiprtnsub {
    border: 1px solid rgba(var(--color-foreground),0.08);
    height: 100%;
    padding: 15px;
    margin-top: 15px;
    background: rgba(var(--color-foreground),0.03)
}
.wbshiprtnsub h4 {
    font-size: calc(var(--font-size-base) * 1.57px);
}
.wbshiprtnsub ul{
    color: rgba(var(--color-foreground),.8);
}
/* theme feature */
.themefepart{
    margin-bottom: 70px;
}
.template-page .wbthmepart .heading{
    margin-bottom: 60px;
}
.themefepart img{
    margin-bottom: 20px;
    max-width: 75px;
    max-height: 75px;
}
.themefepart h2{
    font-size: calc(var(--font-size-base) * 1.43px);
    margin-bottom: 15px;
}
.themefepart p{
    margin-bottom: 0;
}
.thefhigh{
    margin-top: 50px;
}
.thefhigh h2 {
  font-size: calc(var(--font-size-base) * 1.85px);
  margin-bottom: 20px;
}
.thefhigh p {
  color: rgba(var(--color-foreground));
}
/* Breadcrumb */
.breadcrumb{
    background: transparent;
    padding: 8px;
    margin: 20px 0 20px;
    text-transform: capitalize;
    border: 1px solid rgba(var(--color-foreground),.08);
    border-radius: 0px;
}
.breadcrumb svg {
    transform: rotate(-90deg);
    width: 8px;
    height: 8px;
}
/* Wishlist Page */
.wbloginwish li{
    margin-bottom: 30px;
}
.wbloginwish li p{
    color: rgb(var(--color-foreground));
    margin-bottom: 10px;
}
.wbloginwish li a{
    color: var(--color-wbmaincolors-text);
    text-transform: uppercase;
}
.wbloginwish li a:hover{
    color: rgb(var(--color-foreground));
}
.wishanimated {
    -webkit-animation: rotation 2s infinite linear;
}
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
.wishlist-action a {
    display: inline-block;
}
.wbwishremove .wbloadtowish, .wbwishremove .wbwishirmv, a.go-to-wishlist{
    display: none;
}
.wbwishremove.wbloadtowish .wbloadtowish{
    display: inline-block;
}
.wbwishremove.wbloadtowish .wbaddtowish, .wbwishremove.wbwishadding .wbwishirmv, .wbwishremove.wbwishadding + a.go-to-wishlist{
    display: none;
}
.wbwishremove.wishactive .wbaddtowish{
    display: none;
}
.wbwishremove.wishactive .wbwishirmv, .wbwishremove.wishactive + a.go-to-wishlist{
    display: flex;
    align-items: center;
}
.wbwishremove.wishactive.wbwishadding .wbwishirmv, .wbwishremove.wishactive.wbwishadding + a.go-to-wishlist{
    display: flex;
    align-items: center;
}
.wbwishremove.wbloadtowish.wbwishadding .wbwishirmv, .wbwishremove.wbloadtowish.wbwishadding + a.go-to-wishlist{
    display: none;
}

.wbmainwish .wbwishremove{
    position: absolute;
    right: 15px;
    top: 15px;
    background: rgb(var(--color-background));;
    border: 1px solid rgb(var(--color-foreground),0.08);
    min-width: 35px;
    min-height: 35px;
    text-align: center;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wbmainwish .heading span{
    display: inline-block;
    vertical-align: middle;
}
.wbmainwish .wbinnerwimg{
    position: relative;
}
.wbmainwish .wbinnerwimg img{
    border-radius: px;
}
.wbwishdesc h5{
    font-size: 16px;
    text-transform: capitalize;
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wbwishdesc .product-price .compare-price{
    text-decoration: line-through;
    color: rgb(var(--color-foreground),0.7);
}
.wbwishdesc .product-price .price-sale,.wbwishdesc .product-price .pro-price{
    font-size: 18px;
    font-weight: 600;
}
.wbinnerwish{
    margin-bottom: 20px;
}
.wbwishempty p{
    font-size: 24px;
    color: rgb(var(--color-foreground));
    margin-top: 20px;
}
/* Other Page */
img.lazyload, img.lazyloading {
    opacity: 0 !important;
    transform: scale(1.2);
    object-fit: cover;
    transition: opacity .6s ease-in-out,visibility .6s ease-in-out,transform .6s ease-in-out !important;
}
img.lazyloaded {
    opacity: 1 !important;
    transform: scale(1);
    object-fit: cover;
    transition: opacity .8s ease-in-out,visibility .8s ease-in-out,transform .8s ease-in-out;
}
/*.wbprbnrlazy,.wblbookmain,.wblookimglazy,.offereffect,.salebnreffect,.protopimg-item .product__modal-opener,#main-cart-items .cart-item__media a,.collimglazy,.wbaboutimgblock,
.wbabtimglazy,.blog_img,.wbmenucollazy{
    overflow: hidden;
    background-color: rgba(var(--color-foreground),0.05);
}
.offereffect .global-media-settings,.salebnreffect .global-media-settings{
    background-color: rgba(var(--color-foreground),0.05);
}
*/
.arrowleftw,.arrowrightw{
    width: 16px;
    height: 16px;
}
.arrowrightw{
    transform: rotate(180deg);
}
.breadcrumb .arrowrightw,.breadcrumb .arrowleftw{
    width: 14px;
    height: 14px;
}
noscript .cart__update-button{
    margin-bottom: 5px;
}

/* Timer Product */
.wbproduct-container.wbtimervariant variant-webi{
  opacity: 0;
}
.countdowntimer{
  margin-bottom: 20px;
}
.countdowntimer div {
    display: inline-block;
    vertical-align: middle;
    text-align: center; 
}
.wbcounttimer div{
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  padding: 10px 10px;
  width: 60px;
  height: 60px;
  margin: 0px 15px 0 0;
  background: #fff;
}
.countdowntimer div span {
    position: relative;
    margin-right: 0px;
    margin-bottom: 5px;
    display: block;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    border-radius: 10px;

}
.countdowntimer div strong {
    display: block;
    vertical-align: middle;
    margin: 0px 0px 0px;
    font-weight: normal;
    text-align: center;
}
.timer_outer{
    clear: both;
    display: block;
}
/* Box Layout and Color Customization */
#wbboxlayout .menupos::before{
    left: 0;
    right: 0;
}
#wbboxlayout .main-title,#wbboxlayout .cart-title {
    font-size: calc(var(--font-size-base) * .71px);
}
#wbboxlayout .header__icons .header__search {
    margin: 0 10px 0 0px;
}
#wbboxlayout .header__icons .slidedown_section {
    margin: 0 10px;
}
#wbboxlayout body{
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    margin: 40px auto;
}
@media (max-width: 991px){
    #wbboxlayout body {
        max-width: 100%;
        width: 100%;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    #wbboxlayout body {
        max-width: 963px;
    }
}
@media (min-width: 1200px) and (max-width: 1409px){
    #wbboxlayout body {
        max-width: 1170px;
    }
}
@media (min-width: 1410px) {
    #wbboxlayout body{
        max-width: 1350px;
    }
}

.wbsitebox,.wbrtlmode{
    display: flex;
    margin: 0;
    padding: 0;
}
.wbsitebox li{
    width: 50%;
    cursor: pointer;
    background: #f5f5f5;
    padding: 10px 20px;
    border-radius: 4px;
    text-transform: capitalize;
    transition: 0.3s ease;
    text-align: center;
    margin: 0 3px;
    margin-top: 10px;
}
.wbrtlmode li{
    width: 50%;
    margin: 0 3px;
    margin-top: 10px;
    text-align: center;
}
.wbrtlmode li a{
    display: block;
    cursor: pointer;
    background: #f5f5f5;
    padding: 10px 20px;
    border-radius: 0px;
    text-transform: uppercase;
}
.wbsitebox li:hover,.wbrtlmode li a:hover{
    background: var(--color-wbmaincolors-text);
    color: #fff;
}
.wballcor {
    background: transparent;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    right: -250px;
    padding: 8px;
    position: fixed;
    text-align: left;
    top: 150px;
    width: 250px;
    transition: background 0.5s ease-in-out 0s;
    z-index: 2
}
.wbcolor_box {
    background: transparent;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    right: -250px;
    padding: 15px;
    position: fixed;
    text-align: left;
    top: 210px;
    width: 250px;
    transition: background 0.5s ease-in-out 0s;
    z-index: 2
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.wbopen-closeclr {
    cursor: pointer;
    float: left;
    border-radius: 0;
    margin-left: -74px;
    margin-top: 0px;
}
  
.wbopen-closeclr.wbclrdisable::before {
    color: #fff;
    content: "";
    font-family: fontawesome;
    font-size: 24px;
    line-height: 36px; 
    padding: 0 10px;
    background: url(color-circle.png) no-repeat;
    width: 36px;
    height: 36px;
    background-size: 36px;
    display: block;
    -webkit-animation:spin 3s linear infinite;
    -moz-animation:spin 3s linear infinite;
    animation:spin 3s linear infinite;
}
.wbopen-closeclr.wbclrenable::before {
    color: #fff;
    content: "";
    font-family: fontawesome;
    font-size: 24px;
    line-height: 36px; 
    padding: 0 10px;
    background: url(color-circle.png) no-repeat;
    width: 36px;
    height: 36px;
    background-size: 36px;
    display: block;
    -webkit-animation:spin 3s linear infinite;
    -moz-animation:spin 3s linear infinite;
    animation:spin 3s linear infinite;
}
.wbopen-closeclr {
    background-color: #fff;
    border: medium none;
    box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
    padding: 7px 15px;
    transition: 0.3s ease-in-out
}
.wbopen-closeclr.wbclrdisable{
    border-radius: 25px 0 0 25px;
}
.wbopen-closeclr.wbclrenable {
    border-radius: 30px 30px 0 0;
    margin-left: -94px;
    padding: 8px 10px;
}
.wbcolor_box h3 {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px;
    color: rgb(var(--color-foregorund));
}
.wbcolor_box h5{
    font-size: 14px;
    margin: 0;
    font-weight: normal;
    color: rgb(var(--color-foregorund));
}
.wbcolor_box li{
    list-style: none
}
.wbinnerclr,.wbrtlmode{
    padding: 0;
}
.wbinnerclr li{
    width: 50%;
    float: left;
    margin-top: 10px;
}
.wbinnerclr li a{
    height: 35px;
    display: block;
    margin: 0 3px;
    border-radius: 4px;
}
.wbclr1{
    background: #699735;
}
.wbclr2{
    background: #3386ef;
}
.wbclr3{
    background: #91b172;
}
.wbclr4{
    background: #ff82b6;
} 
.wbclr5{
    background: #6e9edd;
}
.wbclr6{
    background: #1d6414;
}
@media (max-width: 767px){
    .wbcolor_box{
        height: 300px;
        overflow: auto;
    }
    .wbpopup-popducts .popinner .wbproduct-container{
        padding: 8px;
        width: 250px;
    }
}
/* Position header */
.wbtmenu {
    position: unset;
}
.header__heading, .header__heading-link {
    grid-area: heading;
    justify-self: center;
}
header-drawer {
    justify-self: start;
}
.tright  {
    display: flex;
    justify-content: end;
    align-items: center;
}
.tright {
    position: unset;
}
.header--top-left .header__search  {
    padding: 0
}
.header__search .field__input {
    background-color: rgba(var(--color-foreground),.05);
}
@media (min-width: 992px){
    .header__heading, .header__heading-link {
        justify-self: start;
    }
    header-drawer {
        display: none;
    }
    .header--top-left, .header--middle-left:not(.header--has-menu) {
        grid-template-areas: "heading icons" "navigation navigation";
        grid-template-columns: 1fr auto;
    }
    .header--middle-left {
        grid-template-areas: "heading navigation icons";
        grid-template-columns: auto auto 1fr;
        column-gap: 2rem;
    }
    .header--top-center {
        grid-template-areas: "left-icon heading icons" "navigation navigation navigation";
    }
    .header--top-center > .header__search {
        display: inline-flex;
    }
    .header:not(.header--top-center) > .header__search, .header--top-center * > .header__search {
        display: none;
    }
    .header--top-left {
        display: flex;
    }
    .header--top-left .headlogo {
        width: 25%;
    }
    .header--top-left .header__icons {
        width: 75%;
        justify-content: end;
    }
    .header--top-left .tright{
        float: right;
    }
}
@media (min-width: 768px){
    .tright{
        display: flex;
        align-items: center;
    }
    .footer .footer-collapse {
        display: block !important;
        height: auto !important;
    }
    .header__search .field__input,.header__search .field__button{
        height: 44px;
    }
    .header__search .field__label{
        top: 15px;
    }
    .wbftlangcur localization-form{
        display: inline-block;
        vertical-align: middle;
    }
}
@media (min-width: 1410px) and (max-width: 1590px){
    .ofrtxt h5 {
        margin: 0 0 10px;
    }
    .ofrtxt h2 {
        font-size: calc(var(--font-size-base) * 3px);
        margin-bottom: 10px;
        line-height: 50px;
    }
    .salebtxt h6,.salebtxt h2 {
        margin-bottom: 10px;
    }
    .salebtxt a.button {
        margin-top: 20px;
    }
    .icon-right-part span.main-title {
        font-size: 14px;
    }
    .icon-right-part span.sub-title {
        font-size: 12px;
    }
    .offerbtxt h2 {
        font-size: calc(var(--font-size-base) * 2.15px);
    }
    .salebtxt {
        left: 3%;
    }
}
@media (min-width: 1200px){
    .prbnrleft{
        flex: 0 0 73%;
        max-width: 73%;
    }
    .prbnrright{
        flex: 0 0 27%;  
        max-width: 27%;
    }
    .homecolbnrin1, .homecolbnrin2 {
        -ms-flex: 0 0 31%;
        flex: 0 0 31%;
        max-width: 31%;
    }
    .homecolbnrin3 {
        -ms-flex: 0 0 38%;
        flex: 0 0 38%;
        max-width: 38%;
    }
}
@media (min-width: 1200px) and (max-width: 1409px){
    .latoffbantxt h2{
        font-size: calc(var(--font-size-base) * 1.28px);
    }
    .latoffbantxt h5{
        font-size: calc(var(--font-size-base) * 1px);
    }
    .wbcounttimer div{
      margin: 0px 10px 0 0;
    }
    .ofrtxt {
        left: 8%;
    }
    .ofrtxt h5 {
        margin: 0 0 15px;
        font-size: calc(var(--font-size-base) * 1.15px);
    }
    .ofrtxt h2 {
        font-size: calc(var(--font-size-base) * 2px);
        line-height: 30px;
        margin-bottom: 10px;
    }
    .ofrtxt p {
        font-size: calc(var(--font-size-base) * 1px);
    }
    .ofrtxt li h4 {
        font-size: calc(var(--font-size-base) * 1.85px);
    }
    .ofrtxt li span {
        font-size: calc(var(--font-size-base) * 1px);
        max-width: 120px;
    }
    .offerbtxt h5 {
        font-size: calc(var(--font-size-base) * 3px);
        padding-top: 20px;
    }
    .testimonial .items{
        padding: 15px 0px;
    }
    .testiright img{
        max-width: 370px;
    }
    .testimonial .items h3 {
        font-size: calc(var(--font-size-base) * 1.43px);
        line-height: 32px;
    }
    .testimonial .items p {
        font-size: calc(var(--font-size-base) * 1px);
        line-height: 24px;
    }
    .testimonial .items svg{
        margin-bottom: 10px;
    }
    .wbcollspe .product-title,.wbcollspe .wblistpdesc {
        margin: 0 0 8px;
    }
    .wbcollspe .wbproduct-container variant-radios .js.product-form__input.inner-class,.wbcollspe .wbhrating,
    .wbcollspe .wbproduct-container variant-radios .swatchComponent {
        margin-bottom: 5px;
    }
    .wbcollspe .wbproduct-container .wbcartbtn {
        margin-top: 5px;
    }
    .countdowntimer .wbsettimer li:after {
        margin: 0 25px;
    }
    .salebtxt {
        left: 30px;
    }
    .salebtxt p {
        display: none;
    }
    .salebtxt h6,.salebtxt h2 {
        margin-bottom: 10px;
    }
    .offerbtxt h2 {
        font-size: calc(var(--font-size-base) * 1.57px);
        line-height: 40px;
        margin-bottom: 10px;
    }
    .offerbtxt p {
        font-size: calc(var(--font-size-base) * 1px);
        line-height: 30px;
    }
    .ofrinfo li:last-child {
        margin-left: 0;
    }
    .icon-right-part span.main-title {
        font-size: 13px;
    }
    .icon-right-part span.sub-title {
        font-size: 12px;
    }
    .slidertext h2{
        font-size: calc(var(--font-size-base) * 2.86px);
    }
}
@media (min-width: 992px) and (max-width: 1199px){ 
  .deliveryinfo li{
    width: 210px;
  }
    .video-banner-mid-content h2{
        font-size: calc(var(--font-size-base) * 1.15px);
        line-height: 25px;
    }
    .video-banner-mid-content p{
        margin-bottom: 10px;
    }
    .countdowntimer div span{
        margin: 0;
    }
    .wbcounttimer div{
      padding: 10px 10px;
      width: 50px;
      height: 50px;
      margin: 0px 8px 0 0;
    } 
    .offerbtxt a.button, .latoffbantxt a.button, .video-banner-mid-content a.button,.feadtxt  a.button,.ofrtxt .button--primary{
        padding: 12px 12px;
    }
    .latoffbantxt h2{
        font-size: calc(var(--font-size-base) * 1.28px);
    }
    .latoffbantxt h5{
        font-size: calc(var(--font-size-base) * 1px);
    }
    .testiright img {
        bottom: 0;
    }
    .testimonial .items {
        padding: 30px 20px;
    }
    .wbsettimer {
        max-width: 300px;
        margin: 0 auto;
    }
    .ofrtxt {
        left: 10%;
    }
    .ofrtxt h2 {
        font-size: calc(var(--font-size-base) * 1.15px);
        line-height: 28px;
        margin-bottom: 10px;
    }
    .ofrtxt h3 {
        font-size: calc(var(--font-size-base) * 1.43px);
    }
    .ofrtxt p {
        display: none;
    }
    .ofrtxt h5 {
        font-size: calc(var(--font-size-base) * 1.15px);
        margin: 0 0 10px;
    }
    .ofrtxt li {
        display: block;
        text-align: center;
    }
    .ofrtxt li h4 {
        font-size: calc(var(--font-size-base) * 1.57px);
    }
    .ofrtxt li span {
        font-size: calc(var(--font-size-base) * 1px);
        max-width: unset;
    }
    .offerbtxt h2 {
        font-size: calc(var(--font-size-base) * 1.43px);
        line-height: 40px;    
    }
    .offerbtxt p {
        font-size: calc(var(--font-size-base) * 1px);
        line-height: 28px;
    }
    .wbsettimer li span {
        min-width: 40px;
        min-height: 40px;
        font-size: calc(var(--font-size-base) * 1.15px);
    }
    .countdowntimer .wbsettimer li:after {
        margin: 0 29px;
        top: -18px;
    }
    .wbcollspe .wbproduct-container .wbcartbtn {
        margin-top: 10px;
    }
    .header--middle-left.header--has-menu {
        grid-template-areas: "heading icons" "navigation navigation";
        grid-template-columns: 1fr auto;
    }
    .offer-icon {
        display: none;
    }
    product-recommendations .grid .grid__item {
        width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
        max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    }
    .newsletter-form__field-wrapper button{
        padding: 0 8px;
    }
    .deliveryinfo li h4 {
        font-size: calc(var(--font-size-base) * 1.15px);
        margin-top: 10px;
    }
    .deliveryinfo ul li svg {
        width: 50px;
        height: 50px;
    }
    .deliveryinfo ul {
        padding: 10px;
    }
    .deliveryinfo li p{
        font-size: calc(var(--font-size-base) * .85px);
        line-height: 22px;
    }
    .imgbnr p{
        font-size: calc(var(--font-size-base) * 1.29px);
    }
    .slidertext h2{
        font-size: calc(var(--font-size-base) * 2px);
    }
    .salebtxt {
        left: 20px;
        right: 20px;
    }
    .salebtxt h6 {
        margin-bottom: 10px;
        font-size: calc(var(--font-size-base) * 1.28px);    
    }
    .salebtxt p {
        display: none;
    }
    .salebtxt h2 {
        font-size: calc(var(--font-size-base) * 1.28x);
        margin-bottom: 10px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .feadtxt{
        max-width: 240px;
    }
    .video-banner-mid-content h2{
        font-size: calc(var(--font-size-base) * 1.15px);
        line-height: 25px;
    }
    .video-banner-mid-content p{
        margin-bottom: 10px;
    }
    .countdowntimer div span{
        margin: 0;
    }
    .wbcounttimer div{
      padding: 10px 10px;
      width: 50px;
      height: 50px;
      margin: 0px 8px 0 0;
    }
    .offerbtxt a.button, .latoffbantxt a.button, .video-banner-mid-content a.button,.feadtxt  a.button,.ofrtxt .button--primary{
        padding: 12px 12px;
    }
    .latoffbantxt h2{
        font-size: calc(var(--font-size-base) * 1.28px);
    }
    .latoffbantxt h5{
        font-size: calc(var(--font-size-base) * 1px);
    }
    .wbcount ul li h2 {
        font-size: calc(var(--font-size-base) * 1.43px);
    }
    .wbcount ul li span {
        font-size: calc(var(--font-size-base) * .85px);
        padding-left: 0;
    }
    .offerbtxt h3 {
        font-size: calc(var(--font-size-base) * 1.57px);
        margin: 5px 0;
        min-height: 150px;  
    }
    .offerbtxt h5 {
        font-size: calc(var(--font-size-base) * 1.85px);
        padding-top: 20px;
    }
    .ofrtxt {
        left: 8%;
        max-width: 330px;
    }
    .ofrtxt h2 {
        font-size: calc(var(--font-size-base) * 1px);
        line-height: 22px;
        margin-bottom: 15px;
    }
    .ofrtxt h3 {
        font-size: calc(var(--font-size-base) * 1.15px);
        margin-bottom: 10px;
    }
    .ofrtxt .button--primary {
        margin-top: 20px;
        min-width: 120px;
        padding: 10px 16px;
    }
    .deliveryinfo ul li svg {
        width: 40px;
        height: 40px;
    }
    .deliveryinfo li h4 {
        font-size: calc(var(--font-size-base) * 1px);
        margin-bottom: 5px;
        margin-top: 10px;
    }
    .deliveryinfo li p{
        font-size: calc(var(--font-size-base) * .85px);
        line-height: 20px;
    }
    .imgbnr a.button {
        font-size: calc(var(--font-size-base) * 1px);
        margin-top: 25px;
        min-width: auto;
        padding: 12px 10px;
    }
    .slidertext h2{
        font-size: calc(var(--font-size-base) * 2px);
    }
    .slidertext p{
        font-size: calc(var(--font-size-base) * 1.29px);
    }
    .slidertext a.btn {
        margin-top: 20px;
        padding: 10px 20px;
        font-size: calc(var(--font-size-base) * 1.15px);
    }
    .offerbtxt h2 {
        font-size: calc(var(--font-size-base) * 1px);
        margin-bottom: 10px;
        line-height: 30px;
    }
    .offerbtxt p,.salebtxt p,.wblookbleft p,.imgbnr p,.prbnrleft p{
        font-size: calc(var(--font-size-base) * 1px);
        display: none;
    } 
    .offerbnr img {
        margin-bottom: 0;
    }  
    .offerbtxt a.button {
        font-size: calc(var(--font-size-base) * 1px);
    }
    .ofrinfo h4 {
        font-size: calc(var(--font-size-base) * .85px);
        line-height: 20px;
    }
    .salebtxt h2 {
        font-size: calc(var(--font-size-base) * 1.28px);
        line-height: 25px;
        margin-bottom: 15px;
    }
    .salebtxt h6 {
        font-size: calc(var(--font-size-base) * 1px);
        margin-bottom: 10px;
    }
    .salebtxt h5 {
        font-size: calc(var(--font-size-base) * 1.28px);
        margin-bottom: 0;
    }
    .salebtxt a.button {
        min-width: 150px;
        padding: 12px 15px;
        margin-top: 20px;
    }
} 
@media (max-width: 991px){
    .service {
        padding-top: 30px;
    }
    .wbsetbntxt h4{
        font-size: calc(var(--font-size-base) * 1.28px);
    }
    .latoffbantxt span svg{
        display: none;
    }
    .latoffbantxt h5,.feadtxt p{
        display: none;
    }
    .service .page-width {
        padding: 0 15px;
    }
    .tes-con{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .deliveryinfo li:first-child{
        padding: 40px;
    }
    .deliveryinfo li{
        width: 195px;
    }
    .deliveryinfo .ser1:nth-child(1),.deliveryinfo .ser1:nth-child(2){
        margin: 0px 0px 40px 0px;
    }
    .deliveryinfo .ser1:nth-child(3),.deliveryinfo .ser1:nth-child(4){
        margin: 0px;
    }
    #FooterLanguageForm .localization-selector.link{
        text-align: left;
    }
    .testi-inner h2{
        font-size: calc(var(--font-size-base) * 1.15px);
        line-height: 25px;
    }
    .testi-desc h4{
        font-size: calc(var(--font-size-base) * 1.15px);
    }
    .testi-desc h5{
        text-transform: capitalize;
    }
    .testi-inner svg {
        width: 40px;
        height: 40px;
    }
    .testi-inner{
        padding: 20px 20px;
    }
    .feadtxt h2 {
        font-size: calc(var(--font-size-base) * 1px);
    }
    .first-featu-bnr,.second-featu-bnr{
        width: 50%;
        position: relative;
        margin: 0;
    }
    .our-feat-bnr{
        display: inline-flex;
        margin-top: 30px;
    }
    .first-featu-bnr{
        padding-right: 5px;
    }
    .second-featu-bnr{
        padding-left: 5px;
    }
    .timer_outer{
        margin-top: 15px;
    }
    .wmangvideo svg {
        width: 38px;
        height: 38px;
    }
    .header.header--has-menu{
        border-radius: 0;
        margin-top: 0;
    }
    .head {
        margin-bottom: 15px;
    }
    .testiright img {
        max-width: 320px;
        bottom: 0;
    }
    .testimonial .items {
        padding: 15px;
        margin-bottom: 10px;
    }
    .testimonial .items svg {
        width: 59px;
        height: 59px;
        margin-bottom: 10px;
    }
    .testimonial .items h3 {
        font-size: calc(var(--font-size-base) * 1px);
        line-height: 28px;
    }
    .testimonial .items p {
        font-size: calc(var(--font-size-base) * .85px);
        line-height: 25px;
    }
    .offerbtxt a.button {
        min-width: 150px;
        padding: 10px 15px;
        margin-top: 20px;
    }
    .ofrtxt p,.ofrtxt h5 {
        display: none;
    }
    .ofrtxt li {
        display: block;
        text-align: center;
    }
    .ofrtxt li h4 {
        font-size: calc(var(--font-size-base) * 1.15px);
    }
    #FooterLanguageForm,#FooterCountryForm {
        padding: 3px 15px;
    }
    .localization-form#FooterCountryForm .disclosure__button svg {
        fill: var(--color-icon);
    }
    .head .button {
        min-width: 140px;
        padding: 10px 15px;
    }
    .wbswipeslide {
        margin-top: 15px;
    }
    .header__search predictive-search {
        padding: 0 15px;
    }
    .header__heading-logo {
        max-width: 120px !important;
    }
    .userdrop svg,.wbhcart svg {
        width: 20px;
        height: 20px;
    }
    .header__icons .icon-search, .wbheadwish svg {
        width: 16px;
        height: 16px;
    }
    .wbhcart strong span {
        display: none;
    }
    .wbtestisub h3 {
        font-size: calc(var(--font-size-base) * 1.15px);
        line-height: 20px;
    }
    .wbtestisub p {
        line-height: 22px;
        font-size: 12px;
    }
    .wbcollspe .product-form .cartb {
        min-height: 34px;
    }
    .wbheadwish strong {
        margin-right: 0;
    }
    .header__search {
        display: block;
        margin-top: 0px;
    }
    .header__icons .header__search, .wbheadwish {
        margin-right: 10px;
    }
    .themefepart{
        margin-bottom: 30px;
    }
    .thefhigh{
        margin-top: 30px;
    }
    .themefepart h2 {
        font-size: calc(var(--font-size-base) * 1.28px);
    }
    .thefhigh h2 {
        font-size: calc(var(--font-size-base) * 1.43px);
    }
    .wbheadwish .wbwishcount {
        right: -8px;
        top: -8px;
    }
    .wbhcartitem{
        width: 15px;
        height: 15px;
        font-size: 10px;
        right: -6px;
        top: -3px;
        display: inline-block !important;
        background: rgb(var(--color-foreground));
        position: absolute;
    }
    .wbmenuup .page-width{
        padding: 0;
    }
    .hxl{
        font-size: calc(var(--font-size-base) * 2.86px)
    }
    .h0 {
        font-size: calc(var(--font-size-base) * 2.3px)
    }
    h1,.h1 {
        font-size: calc(var(--font-size-base) * 2px)
    }
    h2,.h2 {
        font-size: calc(var(--font-size-base) * 1.85px)
    }
    h3,.h3 {
        font-size: calc(var(--font-size-base) * 1.57px)
    }
    h4,.h4 {
        font-size: calc(var(--font-size-base) * 1.28px)
    }
    h5,.h5 {
        font-size: calc(var(--font-size-base) * 1.15px);
    }
    h6,.h6 {
        font-size: calc(var(--font-size-base) * 1px);
    }
    .wbabttxt h2, .wbabtimgtxt h2,.image-with-text__heading.h1 {
        font-size: calc(var(--font-size-base) * 1.43px);
    }
    .template-page .heading{
        margin-top: 0;
    }
    .wbaboutimgblock h2{
        font-size: calc(var(--font-size-base) * 1.85px);
    }
    .prbnrleft [class*='col-'] .wbprbnrlazy{
        margin-top: 15px;
    }
    .header .row {
        display: block;
    }
    .headlogo{
        padding-left: 15px;
        width: auto;
        flex: unset;
        max-width: unset;
        display: inline-block;
        margin-left: 35px;
    }
    .header__icons {
        display: inline-block;
        float: right;
        position: unset;
    }
    .header__icons .slidedown_section {
        margin-right: 10px;
    }
    .wbheadwish .wishlist, .header__icons .slidedown_section, .header__icons .header__search summary span.svgbg,
    .hlocation li .hadd,.wbhcart {
        min-width: 30px;
        min-height: 30px;
        text-align: center;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .wbmenuup{
        position: absolute;
        top: 18px;
        left: 15px;
        background: transparent;
        width: auto;
        padding: 0;
        text-align: left;
    }
    .header-top {
        padding: 15px 0;
    }
    .pro-tab .nav-tabs .nav-link{
        font-size: calc(var(--font-size-base) * 1px);
        padding: 8px;
    }
    .breadcrumb{
        margin-bottom: 15px;
        margin-top: 15px;
        margin-left: 0;
        margin-right: 0;
    }
    .heading,.wblogos .heading{
        font-size: calc(var(--font-size-header) * 0.6px);
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .wblogos .heading.h1 {
        font-size: calc(var(--font-size-header) * .7px);
    }
    .wblogos .heading.h5 {
        font-size: calc(var(--font-size-header) * 0.6px);
    }
    .heading.h0{
        font-size: calc(var(--font-size-header) * 0.6px);
    }
    .heading.h1{
        font-size: calc(var(--font-size-header) * 0.5px);
    }
    .heading.h2{
        font-size: calc(var(--font-size-header) * 0.4px);
    }
    .pro-tab{
        margin-bottom: 20px;
    }
    .heading strong{
        font-size: 11px;
        letter-spacing: 0;
    }
    .rless,.product-tab-item .rless{
        margin-left: -5px;
        margin-right: -5px;
    }
    .cless,.product-tab-item .cless{
        padding-left: 5px;
        padding-right: 5px;
    }
    .product-recommendations .wbproduct-container {
        margin-bottom: 10px;
    }
    #megamenu{
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px;
    }
    .header__heading{
        display: inline-block;
        vertical-align: middle;
    }
}
@media (max-width: 767px){
    .category-home .head{
        margin-top: 20px;
    }
    .deliveryinfo li:first-child{
        margin: 0 auto;
    }
    .test-left {
        padding: 0;
    }
    .testimonial .items svg {
        width: 30px;
        height: 30px;
    }
    .testimonial .items {
        margin-right: 0;
    }
    .testiright img {
        max-width: 150px;
        right: 15px;
    }
    .wbsettimer {
        max-width: 300px;
        margin: 0 auto;
    }
    .header__icons .slidedown_section {
        margin-right: 10px;
    }
    .ser1 {
        margin-bottom: 15px;
    }
    .offerbnr img {
        margin-bottom: 0;
    }
    .ofrinfo li:last-child {
        margin-left: 0;
    }
    .ofrinfo h4 {
        font-size: calc(var(--font-size-base) * 1px);
        line-height: 22px;
    }
    .offerbtxt a.button {
        font-size: calc(var(--font-size-base) * .86px);
        min-width: auto;
    }
    .offcol-left,.offcol-right {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .offcol-right {
        padding-top: 10px;
    } 
    .ofrtxt {
        left: 5%;
    }
    .ofrtxt h2 {
        font-size: calc(var(--font-size-base) * .85px);
        line-height: 20px;
        margin-bottom: 10px;
    }
    .ofrtxt h3 {
        font-size: calc(var(--font-size-base) * 1.15px);
        margin-bottom: 10px;
    }
    .ofrtxt .button--primary {
        margin-top: 10px;
        min-width: 120px;
        padding: 8px 16px;
    }
    .deliveryinfo ul li svg {
        width: 40px;
        height: 40px
    }
    .wbcount {
        padding: 15px;
        margin-top: 15px;
        display: none;
    }
    .wbcount ul li {
        display: block;
        text-align: center;
    }
    .wbcount ul li h2 {
        font-size: calc(var(--font-size-base) * 1.57px);    
    }
    .wbcount ul li span {
        font-size: calc(var(--font-size-base) * 1px);
    }
    .swiper-pagination.swiper-pagination-horizontal {
        margin-top: 10px;
    }
    .offerbtxt h3 {
        font-size: calc(var(--font-size-base) * 1.15px);
        margin: 5px 0; 
        display: none;
    }
    .offerbtxt h5 {
        font-size: calc(var(--font-size-base) *1.28px);
        padding-top: 15px;
    }
    .footer__blocks-wrapper h6.toggle.collapsed:after {
        content: "+";
        font-size: 22px;
        font-weight: 700;
        float: right;
        cursor: pointer;
    }
    .wbheadwish .wishlist {
        min-width: auto;
        min-height: auto;
        border: none;
        display: unset;
    }
    .localization-selector.link {
        padding: 0;
    }
    .wbheadwish {
        margin: 0;
        padding: 3px 15px;
    }
    .wbheadwish svg {
        width: 14px;
        height: 14px;
    }
    .template-search .facets-container .active-facets facet-remove{
        margin-top: 15px;
    }
    .template-search .facets-vertical .active-facets__button{
        margin-bottom: 0;
    }
    .homecolbnr .beffect h3 span.button--secondary {
        font-size: calc(var(--font-size-base) * 1px);
        text-transform: uppercase;
        padding: 8px 12px;
        min-width: auto;
    }
    .header{
        display: block;
    }
    .header__icons .header__search{
        display: block;
    } 
    .wblookimg {
        margin-bottom: 4px;
    }
    .wbprobnr .row{
        align-items: center;
    }
    .wblbookmain .wblookbook .wblbookcnt{
        width: 140px;
        left: -52px;
    }
    .wblookbleft .wblookdesc a.button{
        font-size: 12px;
        letter-spacing: 0;
        padding: 5px 8px;
    }
    .faqhead{
        font-size: calc(var(--font-size-base) * 0.93px);
        letter-spacing: 0;
        padding: 8px;
    }
    .wbfaqsec p{
        font-size: calc(var(--font-size-base) * 0.86px);
    }
    .deliveryinfo li p{
        font-size: calc(var(--font-size-base) * 0.86px);
    }
    .imgbnr a.button,.salebtxt a.button, .wblookbleft .wblookdesc a.button {
        font-size: calc(var(--font-size-base) * 0.86px);
        min-width: auto;
        padding: 6px 10px;
        margin-top: 10px;
    }
    .button.button--primary svg, .button.button--secondary svg {
        min-width: 20px;
        min-height: 20px;
        margin-left: 8px;
        display: none;
    }
    .salebtxt h2 {
        font-size: calc(var(--font-size-base) * 1px);
        margin-bottom: 10px;
        line-height: 25px;
        display: none;
    }
    .salebtxt {
        left: 15px;
    }
    .saleff {
        max-width: 200px;
    } 
    .salebtxt h5 {
        font-size: calc(var(--font-size-base) * 1.15px);
    }
    .offerbtxt h2 {
        font-size: calc(var(--font-size-base) * 1.28px);
        margin-bottom: 10px;
        line-height: 25px;
    }
    .offerbtxt p, .salebtxt p,.salebtxt h6 {
        font-size: calc(var(--font-size-base) * 0.86px);
        line-height: 22px;
        display: none;    
    }
    .offerbnr,.salebnr{
        padding-bottom: 0;
    }
    .header__search .field__input,.search__button {
        height: 40px;
    }
    .template-search__search {
        margin: 0 auto 1.5rem;
    }
    .template-search__header h1{
        font-size: calc(var(--font-size-base) * 1.7px);
        margin-bottom: 15px;
    }
    .footer__blocks-wrapper h6.toggle.collapsed.active:after {
        content: "-";
    }
    .footer__blocks-wrapper .h6.toggle.collapsed::after {
        content: '+';
        font-size: 18px;
        font-weight: normal;
        float: right;
        cursor: pointer;
        color: rgb(var(--color-base-text));
    }
    .header__heading-link img{
        max-width: 110px;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    .vid-last-bnr{
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .video-banner-mid-content h2{
        font-size: calc(var(--font-size-base) * 1px);
        line-height: 25px;
    }
    .video-banner-mid-content p{
        margin-bottom: 10px;
    }
    .countdowntimer div span{
        margin: 0;
    }
    .wbcounttimer div{
      padding: 10px 10px;
      width: 50px;
      height: 50px;
      margin: 0px 8px 0 0;
    }
    .offerbtxt a.button, .latoffbantxt a.button, .video-banner-mid-content a.button,.feadtxt  a.button,.ofrtxt .button--primary{
        padding: 10px 10px;
        min-width: 130px;
    }
    .latoffbantxt h2{
        font-size: calc(var(--font-size-base) * 1.28px);
    }
    .latoffbantxt h5{
        font-size: calc(var(--font-size-base) * 1px);
    }
    .deliveryinfo li{
        display: block;
    }
    .deliveryinfo li:last-child{
        text-align: center;
        width: 100%; 
    }
    .deliveryinfo li .h4 {
        font-size: calc(var(--font-size-base) * 1.15px);
        margin-bottom: 5px;
        margin-top: 10px;
    }
    .slidertext h2{
        font-size: calc(var(--font-size-base) * 1.7px);
        margin-bottom: 6px;
    }
    .slidertext p{
        font-size: calc(var(--font-size-base) * 1.15px);
    }
    .slidertext a.btn{
        margin-top: 15px;
        padding: 7px 12px;
        text-transform: uppercase;
        font-size: calc(var(--font-size-base) * 0.86px);
    }
}
@media (max-width: 575px){
    .homecolbnrin2,.homecolbnrin3{
        margin-top: 15px;
    }
    .category-home{
        padding: 30px 15px;
    }
    .videoicon{
        transform: translate(0px, 40%);
    }
    .deliveryinfo .ser1:nth-child(1), .deliveryinfo .ser1:nth-child(2), .deliveryinfo .ser1:nth-child(3) {
        margin: 0px 0px 20px 0px;
    }
    .header__search summary .icon-search{
        fill: rgb(var(--color-foreground));
    }
    .header__icons .header__search summary span.svgbg{
        background: 0;
    }
    .testi-img{
        display: none;
    }
    .testi-content {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .offerbtxt a.button, .latoffbantxt a.button, .video-banner-mid-content a.button,.feadtxt  a.button,.ofrtxt .button--primary{
        padding: 10px 10px;
        min-width: 130px;
    }
    .our-feat-bnr{
        display: block;
    }
    .first-featu-bnr, .second-featu-bnr{
        width: 100%;
        padding: 0;
    }
    .second-featu-bnr{
        margin-top: 15px;
    }
    .deliveryinfo ul{
        margin: 0;
    }
    .vid-last-bnr{
        display: none;
    }
    .vid-mid-cont,.vid-bnr {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .video-banner-mid-content h2 {
        font-size: calc(var(--font-size-base) * 1px);
        font-weight: 700;
        line-height: normal;
    }
    .video-banner-mid-content p{
        display: none;
    }
    .latoffbantxt h2{
        font-size: calc(var(--font-size-base) * 1px);
        margin-bottom: 0px;
    }
    .latoffbantxt {
        max-width: 250px;
    }
    .header__icons .icon-search{
        width: 20px;
        height: 20px;
    }
    .wbmainwish .button {
        font-size: calc(var(--font-size-base) * 0.86px);
    }
    .salebnr img {
        width: 100%;
    }
    .testiright img {
        max-width: 100%;
        position: unset;
    }
    .testiright {
        padding: 0;
        padding-top: 15px;
    }
    .wbheadwish .wishlist, .header__icons .slidedown_section, .header__icons .header__search summary span.svgbg,
    .hlocation li .hadd, .wbhcart {
        min-width: unset;
        min-height: unset;
        border: none;
    }
    .catcontent p {
        font-size: calc(var(--font-size-base) * .85px);
    }
    .ser-bottom, .ser-bottom1, .ser-bottom2 {
        margin-bottom: 15px;
    }
    .ser-bottom2,.ser-bottom1 {
        margin-top: 0;
    }
    .timer {
        bottom: 20px;
    }
    .wbsettimer li span {
        min-width: 40px;
        min-height: 40px;
        font-size: calc(var(--font-size-base) * 1px);
    }
    .wbsettimer li p {
        font-size: calc(var(--font-size-base) * .85px);
        padding-top: 3px;
    }
    .wbcount ul li {
        text-align: left;
        margin-bottom: 10px;
    }
    .countdowntimer .wbsettimer li:after {
        content: none;
    }
    .salebtxt h2 {
        font-size: calc(var(--font-size-base) * .85px);
        margin-bottom: 0;
        line-height: 18px;
    }
    .salebtxt h6,.salebtxt p {
        display: none;
    }
    .offerbtxt h3 {
        padding: 8px;
        right: 15px;
    }
    .offerbtxt h2 {
        font-size: calc(var(--font-size-base) * 1.28px);
        margin-top: 10px;
    }
    .catcontent h2 {
        font-size: calc(var(--font-size-base) * 1.15px);
    }
    .grid__item {
        width: 100% !important;
        max-width: 100%;
    }
    .catmenu {
        display: none;
    }
    .homecolbnr .cless:nth-child(4n+1), .homecolbnr .cless:nth-child(4n+4),.homecolbnr .cless,.offcol-left,.offcol-right {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .homecolbnr .cless.homebnr-2{
        margin-top: 10px;
    }
    .wbftpaym{
        text-align: center;
        margin-top: 10px;
    }
    .footer__content-bottom .row{
        display: block;
        text-align: center;
    }
    .wbftlangcur{
        display: inline-block;
        vertical-align: middle;
    }
    .wbshiprtnsub{
        height: unset;
    }
    .deliveryinfo ul li img {
        max-width: 80px;
    }
    .deliveryinfo li:last-child {
        margin-left: 15px;
        width: 55%;
    }
    .deliveryinfo li .h4 {
        font-size: calc(var(--font-size-base) * 1.15px);
        margin-bottom: 5px;
        margin-top: 0;
    }
    .offerbanner [class*="col-"],.salebnr [class*="col-"] {
        margin-bottom: 15px;
    }
    .offerbanner [class*="col-"]:last-child,.salebnr [class*="col-"]:last-child {
        margin-bottom: 0;
    }
    .slidertext p,.head .button {
        display: none;
    }
    .slidertext h2{
        font-size: calc(var(--font-size-base) * 1.43px);
        margin-bottom: 0;
    }
    .slidertext a.btn{
        margin-top: 9px;
        padding: 7px 12px;
        text-transform: uppercase;
        font-size: calc(var(--font-size-base) * 0.86px);
    }
    #webi-main-cart-footer .totals h3{
        font-size: calc(var(--font-size-base) * 1.29px);
    }
    .wbcartdimg img{
        max-width: 60px;
    }
    .wbcrtname{
        font-size: calc(var(--font-size-base) * 0.86px);
        letter-spacing: 0;
    }
    #cart-icon-bubble .dropdown-menu{
        width: 290px;
    }
    .offerbnr [class*='col-']{
        margin-bottom: 15px;
        text-align: left;
    }
    .deliveryinfo [class*='col-']:last-child,.offerbnr [class*='col-']:last-child{
        margin-bottom: 0;
    }
    .ofrinfo h4 {
        line-height: unset;
        max-width: unset;
    }
}
@media(max-width: 425px){
    .vid-mid-cont, .vid-bnr{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .video-banner-mid-content p {
        display: block;
        margin-bottom: 5px;
    }
    .vid-last-bnr {
        display: block;
        margin-top: 15px;
    }
    .latoffbantxt h2{
        display: none;
    }
    .offerbtxt a.button, .latoffbantxt a.button, .video-banner-mid-content a.button, .feadtxt a.button, .ofrtxt .button--primary{
        font-size: calc(var(--font-size-base) * 0.86px);
        padding: 8px 8px;
        min-width: 100px;
    }
    .feadtxt{
        max-width: 230px;
    }
}
@media(max-width: 375px){
    .deliveryinfo ul{
        text-align: center;
    }
    .deliveryinfo li:last-child {
        margin-left: 0;
        width: 100%;
    }
}
@media (max-width: 370px) {
    .grid__item {
        width: 100%;
        max-width: 100%;
    }
    .wbcounttimer div{
      padding: 10px 10px;
      width: 50px;
      height: 50px;
      margin: 0px 10px 0 0;
    }
    .countdowntimer div span{
        margin-bottom: 0;
    }
    .ofrtxt h2 {
        line-height: normal;
        margin-bottom: 0px;
    }
    .ofrtxt{
        top: 15px;
    }
}