/* 20251105070544 - v2 */
.gui,
.gui-block-linklist li a {
  color: #666666;
}

.gui-page-title,
.gui a.gui-bold,
.gui-block-subtitle,
.gui-table thead tr th,
.gui ul.gui-products li .gui-products-title a,
.gui-form label,
.gui-block-title.gui-dark strong,
.gui-block-title.gui-dark strong a,
.gui-content-subtitle {
  color: #000000;
}

.gui-block-inner strong {
  color: #848484;
}

.gui a {
  color: #0a8de9;
}

.gui-input.gui-focus,
.gui-text.gui-focus,
.gui-select.gui-focus {
  border-color: #0a8de9;
  box-shadow: 0 0 2px #0a8de9;
}

.gui-select.gui-focus .gui-handle {
  border-color: #0a8de9;
}

.gui-block,
.gui-block-title,
.gui-buttons.gui-border,
.gui-block-inner,
.gui-image {
  border-color: #8d8d8d;
}

.gui-block-title {
  color: #333333;
  background-color: #ffffff;
}

.gui-content-title {
  color: #333333;
}

.gui-form .gui-field .gui-description span {
  color: #666666;
}

.gui-block-inner {
  background-color: #f4f4f4;
}

.gui-block-option {
  border-color: #ededed;
  background-color: #f9f9f9;
}

.gui-block-option-block {
  border-color: #ededed;
}

.gui-block-title strong {
  color: #333333;
}

.gui-line,
.gui-cart-sum .gui-line {
  background-color: #cbcbcb;
}

.gui ul.gui-products li {
  border-color: #dcdcdc;
}

.gui-block-subcontent,
.gui-content-subtitle {
  border-color: #dcdcdc;
}

.gui-faq,
.gui-login,
.gui-password,
.gui-register,
.gui-review,
.gui-sitemap,
.gui-block-linklist li,
.gui-table {
  border-color: #dcdcdc;
}

.gui-block-content .gui-table {
  border-color: #ededed;
}

.gui-table thead tr th {
  border-color: #cbcbcb;
  background-color: #f9f9f9;
}

.gui-table tbody tr td {
  border-color: #ededed;
}

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large:active,
.gui a.gui-button-small:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui a.gui-button-large.gui-button-action:active,
.gui a.gui-button-small.gui-button-action:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui-input,
.gui-text,
.gui-select,
.gui-number {
  border-color: #8d8d8d;
  background-color: #ffffff;
}

.gui-select .gui-handle,
.gui-number .gui-handle {
  border-color: #8d8d8d;
}

.gui-number .gui-handle a {
  background-color: #ffffff;
}

.gui-input input,
.gui-number input,
.gui-text textarea,
.gui-select .gui-value {
  color: #000000;
}

.gui-progressbar {
  background-color: #76c61b;
}

/* custom */
.cat-nav ul.main-header__dropdown {
    background: #000;
    color: #000;
    border-radius: 0;
}

.cat-nav ul.main-header__dropdown a.main-header__dropdown-link {
    color: #000;
    text-decoration: none;
    padding: 12px 15px;
    font-size: 14px;
}

.cat-nav ul.main-header__dropdown li:not(:last-child) a.main-header__dropdown-link {
    border-bottom: solid 1px #000;
}

.main-header__search-form.bg {
    background: #fff;
    padding: 20px;
}

.main-header__search-form.bg input#searchInput {
    border: solid 1px #ddd;
    padding: 15px;
    outline: none;
}

h2.section-title {
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

.prod-card span.badge.badge-danger {
    position: absolute;
    top: 5px;
    left: 0px;
    z-index: 1;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    background: #fff;
    line-height: normal;
}

a.prod-card__img-link figure.media-wrapper {
    background: #fff;
}

.prod-card a.product-card__title {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    white-space: normal;
    min-height: 35px;
}

.prod-card ins.prod-card__price {
    font-weight: 600;
}

.btn {
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 14px;
    padding-bottom: 12px;
}

.carousel__control {
    width: 50px;
    height: 50px;
    box-shadow: 0 2px 10px #36363626;
    border-radius: 50%;
    color: #000;
    cursor: pointer;
}

.btn--secondary {
    background: #fff;
    color: #000;
}

.banner-card__content {
    justify-content: end;
    align-items: center;
    padding: 30px;
    border: none;
}

.banner-card {
    padding: 0;
    min-height: 650px;
}

.text-component.middle-hero-section {
    max-width: 600px;
    margin: 0px auto;
    background: #fff;
    padding: 30px;
    width: 100%;
}

.text-component.middle-hero-section h1 {
    font-size: 18px;
    color: #000;
}

.text-component.middle-hero-section .text-md {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
}

section.hero {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.blog-preview__grid article.story .story__content {
    padding: 0px 15px;
}

.blog-preview__grid article.story .story__content h2.story__title {
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

.blog-preview__grid article.story .story__content h2.story__title a {
    color: #000;
    text-decoration: none;
}

.blog-preview__grid article.story .story__content p {
    font-size: 16px;
}

.blog-preview__grid article.story .story__content p + a {
    color: #000;
    text-decoration: none;
    padding-bottom: 5px;
    border-bottom: solid 1px;
}

section.newsletter-section {
    position: relative;
    z-index: 1;
}

section.newsletter-section:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    background: #000;
    z-index: -1;
}

section.newsletter-section form#formNewsletter {
    color: #fff;
}

section.newsletter-section form#formNewsletter h4.text-md\@md {
    font-weight: 600;
}

section.newsletter-section form#formNewsletter h2.text-md\@md {
    font-size: 30px;
    margin: 20px 0px 5px;
    font-weight: 600;
}

section.newsletter-section form#formNewsletter p.text-sm {
    margin-bottom: 30px;
}

section.newsletter-section form#formNewsletter .newletter-group input.form-control {
    border: solid 2px #fff;
    background: #fff;
}

section.newsletter-section form#formNewsletter .newletter-group button.btn.btn--primary.col-content {
    color: #fff;
    background: #ed0a0a;
}

footer.main-footer h4 {
    color: #000;
    margin-bottom: 20px;
}

footer.main-footer a {
    text-decoration: none !important;
}

.accordion__header {
    padding: 0px 0px 10px 0px;
    border-bottom: solid 1px #ddd;
}

ul.filter__categories li.filter-categories__item {
    margin: 0px;
    padding: 5px 0px;
}

ul.filter__categories li.filter-categories__item a {
    font-size: 15px;
    color: #000;
    text-decoration: none;
}

ul.filter__categories li.filter-categories__item span.filter-categories__count {
    font-size: 14px;
    color: #555;
}

.radio+label::before {
    border-radius: 0px;
}

.radio+label, .checkbox+label {
    font-size: 15px;
}

.radio, .checkbox {
    margin: 0px;
}

ul.filter__radio-list li {
    padding: 5px 0px;
    margin: 0px;
}

.radio:checked+label::before {
    background-image: none;
    background-size: var(--radio-marker-size);
    background-color: #000;
    border-radius: 0px;
}

div#accordion-content-2 .padding-top-xxxs.padding-x-md.padding-bottom-md.padding-x-xs\@md.flex.justify-center {
    padding: 15px;
    background: #f7f7f7;
    color: #000;
}

button#accordion-header-2 {
    background: #f7f7f7;
    border: none;
    padding: 15px;
    color: #000;
}

section.collection-page__intro {
    background: transparent;
    padding: 20px 0px 0px;
}

section.collection-page__intro h1 {
    margin-top: 10px;
}

li.accordion__item {
    margin-bottom: 20px;
}

.radio-group {
    position: relative;
    margin-bottom: 10px;
}

.radio-group input {
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9;
    cursor: pointer;
}

.radio-group label {
    display: inline-block;
    padding: 8px 20px;
    font-size: 18px;
    background: #fff;
    margin-right: 10px;
    cursor: pointer;
    min-width: 60px;
    text-align: center;
    color: #000;
    border: 1px solid #000;
    border-radius: 0;
}

.radio-group input:checked + label {
    background: #000;
    color: #fff;
}

.radio-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.radio-row h3 {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

a {
    text-decoration: none !important;
}

.main-footer__link:hover {
    color: #fff;
}

section.bread-product {
    background: #f7f7f7;
    margin-bottom: 50px;
}

section.bread-product .padding-y-lg.grid.gap-md {
    padding: 30px 0px 0px;
}

.product__price {
    font-size: 30px;
    font-weight: bold;
    color: #000;
}

.radio-group label {
    font-size: 14px;
}

.product h1 {
    font-size: 36px;
    letter-spacing: 0px;
    word-spacing: 0px;
    font-weight: 700;
    color: #000;
}

.product p {
    font-size: 16px;
}

.product h3 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
}

.product-configure {
    margin-bottom: 30px;
}

button.btn.btn--subtle.btn--quick-checkout.js-quick-checkout-trigger {
    background: #ffba3c;
    border: #ffba3c;
}

a.btn.btn--subtle.btn--wishlist {
    border-color: #000;
    color: #000;
}

.thumbslide__nav-item--active::after {
    background: none;
    border: solid 1px #ddd;
    padding: 5px;
}

.thumbslide__nav-item--active {
    padding: 5px;
}

.js .tabs__control {
    font-size: 18px;
    font-weight: bold;
}

section#proTabPanelInformation {
    width: 100%;
    max-width: 100%;
    color: #555;
    padding-top: 30px;
}

section#proTabPanelReviews {
    max-width: 100%;
}


section.text-page__intro h1 {
    margin: 10px 0px 0px 0px;
}

section.partner-page h3 {
    margin-bottom: 15px;
    color: #000;
}

section.partner-page p {
    color: #555;
    margin-bottom: 15px;
}

.partner-card {
    position: relative;
    background: #000;
    padding: 0;
}

.partner-card a.btn.btn--primary {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.partner-card img {
    width: 100%;
}

.deals-card img {
    width: 100%;
    margin-bottom: 15px;
}

.deals-card .content {
    margin-bottom: 15px;
    color: #555;
    font-size: 16px;
    line-height: normal;
}

.deals-card .content span {
    color: #000;
}

.deals-card .content hr {
    display: block;
    margin: 20px 0px;
    border-top: solid 1px #ddd;
}

.contact-card h2 {
    color: #000;
    margin-bottom: 15px;
    font-size: 36px;
}

.contact-card p {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.newsletter-popup {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    display: none;
    z-index: 9999999;
}

.newsletter-popup .inner-popup {
    background: #000;
    max-width: 560px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 10px;
    overflow: hidden;
    width: 90%;
}

.newsletter-popup .inner-popup img {
    width: 100%;
}

.newsletter-popup .inner-popup form#formNewsletter {
    text-align: center;
    padding: 20px;
}

button.close-popup {
    font-size: 18px;
    color: #000;
    background: transparent;
    border: none;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

button.close-popup svg.icon.switch-icon__icon--b {
    position: static;
    opacity: 1;
    color: #fff;
    font-size: 38px;
}

.inner-popup .text-component {
    color: #fff;
    font-size: 24px;
}

div#gui-wrapper.gui-blog .gui-col2-right-col1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

/* div#gui-wrapper.gui-blog .gui-col2-right-col1 article.gui-blog-article.gui-blog-article-image {
    width: calc(50% - 15px);
} */
div#gui-wrapper.gui-blog .gui-col2-right-col1 .gui-page-title {
    width: 100%;
}

div#gui-wrapper.gui-blog .gui-col2-right-col1 article.gui-blog-article.gui-blog-article-image h1 {
    font-size: 24px;
}

div#gui-wrapper.gui-blog .gui-col2-right-col1 article.gui-blog-article.gui-blog-article-image .gui-blog-article-more {
    clear: both;
    padding-top: 15px;
}

.gui-block.gui-margin[aria-labelledby="gui-blog-article-tags-title"] {
    display: none;
}

article.gui-blog-article.gui-blog-article-image p {
    margin-bottom: 10px;
    color: #555;
    font-size: 16px;
    line-height: 1.5;
    padding: 0px;
}

.inner-popup .text-component img.popup-logo {
    max-width: 300px;
    width: 100%;
}

.inner-popup .text-component h4 {
    margin: 10px 0px;
    font-size: 30px;
}

.newsletter-popup .inner-popup p.text-sm {
    font-size: 16px;
}

.newsletter-popup .inner-popup button.btn--primary {
    background: #000;
}

.newsletter-popup .inner-popup input.form-control {
    border: solid 1px #fff;
}

body .main-header__top-section {
    background: #000;
    color: #fff;
}

.main-header__nav .cat-nav > li.main-header__item > a {
    color: #000;
    transition: all 0.4s ease-in-out;
}

/* .main-header__logo svg, .main-header__logo img {
    filter: invert(1);
} */
.hero-slideshow__banner {
    min-height: 30vw;
}

.hero-slideshow .carousel__controls .carousel__control {
    width: 50px;
    height: 50px;
}

.hero-slideshow .carousel__controls .carousel__control--prev {
    left: 10px;
}

.hero-slideshow .carousel__controls .carousel__control--next {
    right: 10px;
}

.prod-card__action-button {
    background: #000;
    color: #fff;
}

/* img.footer-logo {
    filter: invert(1);
} */
footer.main-footer h4 {
    color: #000;
}

.testimonals-inner {
    padding: 0px 20px;
    text-align: center;
}

.testimonals-inner .star img {
    height: 15px;
}

.testimonals-inner p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.testimonals-inner h3 {
    font-size: 20px;
}

header.main-header {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0px;
}

body {
    padding-top: 130px;
}

.banner-card__content-custom {
    text-align: center;
}

.default-variant {
    margin-bottom: 20px;
}

.default-variant ul#custom-variant-boxes {
    display: flex;
    flex-wrap: wrap;
}

.default-variant ul#custom-variant-boxes li a {
    display: inline-block;
    padding: 8px 16px;
    margin: 0px 5px 5px 0px;
    background: #fff;
    color: #000;
    border: solid 1px #000;
    transition: all 0.4s ease-in-out;
}

.default-variant .option-label {
    font-size: 14px;
    margin-bottom: 10px;
}

.default-variant ul#custom-variant-boxes li.active a, .default-variant ul#custom-variant-boxes li:hover a {
    background: #000;
    color: #fff;
}

.default-variant ul#custom-variant-boxes li.disabled.variant-disabled a {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}

.location-card {
    padding: 25px;
    background: #f9f9f9;
}

.location-card h3 {
    font-size: 22px;
    margin: 10px 0px;
}

.sidebar--sticky-on-desktop {
    max-height: 100%;
}

section.collection-page__intro .padding-y-lg {
    padding: 0px;
}

section.collection-page__intro h1.text-center {
    text-align: left;
}

header.main-header .main-header__top-section ul.main-header__list {display: none;}

header.main-header .main-header__top-section div {
    text-align: center;
    justify-content: center;
}

.main-header__top-section {
    padding: 5px;
}

ul.main-header__list.flex-grow.flex-basis-0.flex-wrap.justify-center\@md li a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: solid 2px transparent;
    transition: all 0.4s ease-in-out;
}

ul.main-header__list.flex-grow.flex-basis-0.flex-wrap.justify-center\@md li a:hover {
    border-color: #000;
}

section.padding-y-lg h2.margin-bottom-md.text-center {
    font-weight: 600;
    font-size: 24px;
}

.bg-contrast-lower, .bones__line, .s-tabs__list::after {
    background: transparent;
}


.prod-card h1.text-base.margin-bottom-xs {
    font-size: 16px;
    font-weight: 600;
}

.banner-card {
    background-size: cover;
}

.banner-card h1, .banner-card h2, .banner-card h3, .banner-card h4 {
    font-weight: bold;
}

.banner-card span.btn.btn--lg.btn--primary {
    background: #fff;
    color: #000;
}

.max-width-lg {
    max-width: 90%;
}


form#formNewsletter input.form-control {
    height: 50px;
}

.carousel__controls .carousel__control {
    background: #000;
    color: #fff;
}
.wsa-demobar {
  font-size: 2em !important;
  color: #333 !important;
  padding-top: 200px;
  height: 100% !important;
  background: #a7c7dc !important; /* Old browsers */
  background: -moz-linear-gradient(top, #a7c7dc 0%, #85b2d3 100%) !important; /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #a7c7dc 0%,#85b2d3 100%) !important; /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #a7c7dc 0%,#85b2d3 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.wsa-demobar a {
    display: none;
}
.wsa-demobar .close {
    display: none !important;
}
.location-card {
    padding: 25px;
    background: #f9f9f9;
}

.location-card h3 {
    font-size: 22px;
    margin: 10px 0px;
}

section.container.max-width-lg.product.js-product > .padding-y-lg.grid.gap-md {
    background: #f7f7f7;
    margin-bottom: 20px;
    padding: 15px;
    justify-content: space-between;
}

section.container.max-width-lg.product.js-product > .padding-y-lg.grid.gap-md > .col-6\@md {
    margin: 0px;
}

.prod-card .prod-card__action-button, .prod-card a.btn.btn--icon.prod-card__wishlist {
    display: none;
}

a.gui-button-large.gui-button-action[title="Checkout"] {
    background: #1b9d1b;
    color: #fff;
    border: solid 1px #1b9d1b;
    padding: 5px 20px;
}

section.text-page__content.container.max-width-sm.padding-top-lg.padding-bottom-xl {
    max-width: 90%;
}

@media only screen and (min-width: 768px) {
section.collection-page__content.padding-y-lg li.col-6.col-4\@md {
    width: 25%;
    flex: 0 0 calc( 25% - 0.01px - var(--gap, 0.75em));
}
}

@media only screen and (max-width: 767px) {
    body .main-header__mobile-content img {
        width: auto;
        height: auto;
        max-width: 100%;
    }

    body .main-header__mobile-content .main-header__logo {
        height: 40px;
    }

    body .main-header__nav.main-header__nav--is-visible form.padding-y-md.hide\@md {
        padding-top: 0px;
    }

    body .main-header__nav.main-header__nav--is-visible form.padding-y-md.hide\@md input#searchInputMobile {
        padding: 10px 15px;
    }

    .banner-card {
        min-height: 350px;
    }

    .Rte iframe {
        width: 100%;
        height: 350px;
    }

    .blog-preview__grid article.story {
        margin-bottom: 30px;
    }

    div#gui-wrapper.gui-blog .gui-col2-right-col1 article.gui-blog-article.gui-blog-article-image {
        width: 100%;
    }

    .hero-slideshow__banner {
        min-height: 55vw;
    }

    .prod-card {
        border: solid 1px #ddd;
        margin-bottom: 2px;
    }

    .prod-card .prod-card__img-wrapper {
        padding: 10px;
    }

    .sidebar__panel ul.accordion.js-accordion {
        padding: 0px 15px;
    }

    body {
        padding-top: 85px;
    }
}
