/** Shopify CDN: Minification failed

Line 487:1 Unexpected "{"

**/
footer summary {
    font-size: 18px !important;
}
.category-card__image-wrapper img
{
    aspect-ratio: 1/1;
}

.announce_grid {
    display: grid;
    grid-template-columns: 1fr 390px 1fr;
}
.header__column svg {
    height: 26px !important;
    width: 26px !important;
}
.announce_link {
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
    gap: 12px;
}
.menu-list__link-title img {
    width: 11px;
    height: 11px;
}
.menu-list__link-title {
    display: flex;
    align-items: center;
    gap: 8px;
}
.social-icons__icon {
    width: 20px !important;
    height: 20px !important;
}
.email-signup__button:not(.button-unstyled) {
    background-color: #1F9B3D !important;
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0%;
}
.email-signup__input-group--integrated {
    border: 1px solid #C7C7C7 !important;
    padding: 0 !important;
    margin: 2px 8px !important;
    position: relative;
}
.email-signup__button{
     margin: 0 !important;
}
.email-signup__input.paragraph {
    padding: 15px;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 14px;
    letter-spacing: 0%;
    color: #434343;
}
.slideshow-control--large .svg-wrapper, .slideshow-control--large svg {
    height: 76px !important;
}
slideshow-controls[controls-on-media] {
    position: unset!important;
    padding-top: 20px;
}
.slideshow-control:is(.icon-pause,.icon-play) {
    display: none !important;
}
slideshow-arrows {
    mix-blend-mode: unset !important;
}
.button-secondary {
    padding-block: 7px;
    padding-inline: 24px;
    font-family: Inter;
font-weight: 500;
font-style: Medium;
font-size: 14px;
letter-spacing: 0%;

}
/* .section-resource-list__content .image-block__image:hover {
    opacity: 0.7;
} */


.fp-colors {
  display: flex;
  gap: 6px;
  padding: 5px 15px;
}

.fp-color-swatch {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #ddd;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  transition: transform 0.2s ease;
}

.fp-color-swatch:hover {
  transform: scale(1.2);
  border: 1px solid #000;
}

.fp-color-swatch {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #ddd;
  background-size: cover;
  background-position: center;
}
footer {
    border-top: 1px solid #e6e6e6;
}
footer .social-icons__icon {
    width: 100% !important;
    height: 28px !important;
    color: #000000;
}
footer .social-icons__icon-wrapper {
    background: #fff;
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 10px;
}
.header__row {
    border-bottom: 1px solid #e6e6e6 !important;
}
.mega-menu__link-image {
    object-fit: cover;
    object-position: center;
}
svg.social-icons__icon.icon-default.facebook {
    height: 20px !important;
}
.mega-menu__column span.wrap-text {
    font-size: 18px;
    font-weight: 600;
}
.mega-menu__list{
    font-size: 16px;
}
.mega-menu.section{
    padding: 20px 0;
}
.image-block{
    position: relative;
}

.overlay-category-banner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgba(0,0,0,.5);
    opacity: 0;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    border-radius: 16px;
}
.section-resource-list__content .image-block:hover .overlay-category-banner {
    opacity: 1;
     z-index: 99;
}
.overlay-category-banner:hover{
    opacity: 1;
    z-index: 99;
    color: #fff;
}
.read-more {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    border-bottom: 2px solid #fff;
    font-weight: 500;
}
.email-signup__input-group--integrated {
    background-color: #fff !important;
}
.footer-content .menu__item.paragraph a {
    color: #000;
    font-size: 14px;
}
.footer-content .menu__item.paragraph a:hover{
    border-bottom: 1px solid #000;
}

.fp-card {
  position: relative;
  overflow: hidden;
  height: 468px !important;
}
.collection-wrapper .text-block {
    font-weight: 700;
    font-size: 18px;
    padding: 20px 15px 0;
}
.collection-wrapper span.price {
    font-size: 16px;
    padding: 0;
}
.collection-wrapper product-price.text-block.text-block--align-left.text-left {
    padding: 0 15px;
}
/* Hidden by default */
.fp-cart-wrap {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  opacity: 0;
  width: 85%;
  transition: all 0.3s ease;
  z-index: 2;
}
.fp-color-swatch[data-color="fluro-orange"] {
  background: #ff5b29; /* pick your color */
}
.fp-color-swatch[data-color="charcoal"] {
  background: #7b7171;
}
.fp-color-swatch[data-color="gray"] {
  background: #aeadad !important;
}
/* Show on hover */
.fp-card:hover .fp-cart-wrap {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* Button styling */
.fp-add-cart, button.fp-add-cart {
  display: block;
  width: 100%;
  text-align: center;
  background: #1f9b3d;
  color: #fff;
  padding: 14px;
  border-radius: 12px;
  border: none;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
    font-family: Inter, Arial, Helvetica, sans-serif;
    line-height: normal;
}

/* Disabled */
.fp-add-cart[disabled] {
  background: #ccc;
  cursor: not-allowed;
}

/* Optional: dim image */
.fp-card:hover .fp-img {
  opacity: 0.75;
}
.accordion .details__header {
    font-weight: 700 !important;
    font-size: 24px !important;
}
.announce_grid .social-icons__icon-wrapper .social-icons__icon {
    width: 30px!important;
    height: 30px!important;
}
.social-icons__wrapper {
    gap: 25px !important;
}
.announce_link img {
    width: 21px;
}
.fire_block{
    display: flex;
    align-items: center;
    gap: 8px;
}
.slideshow-section slideshow-arrows .slideshow-control {
    background: #e7e7e8;
    opacity: 1 !important;
    color: #000;
    height: 168px;
    border-radius: 10px;
}
.slideshow-section slideshow-arrows .slideshow-control .svg-wrapper.icon-arrow svg path {
    stroke: #000;
}
.slideshow-section slideshow-arrows .slideshow-control .svg-wrapper.icon-arrow svg {
    stroke: #000;
    width: 20px;
    height: 20px;
    font-size: 20px;
}
.slideshow-section slideshow-arrows .slideshow-control:first-of-type,
.slideshow-section slideshow-arrows .slideshow-control:last-of-type {
    margin-inline-start: 0 !important;
    margin-inline-end: 0 !important;
}
.email-signup__button:not(.button-unstyled) {
    font-size: 18px;
    line-height: 21px;
    padding: 10px 32px !important;
    height: 60px;
    border-radius: 20px;
}
footer .group-block p a {
    text-decoration: none !important;
}
p.announcement-bar__text {
    font-weight: 800;
    padding: 2px;
}
.mega-menu__column ul li a span{
    font-size: 16px !important;
    font-weight: 400 !important;
    font-family: Inter, Arial, Helvetica, sans-serif;
}
.mega-menu__column span.wrap-text {
    font-size: 24px;
    font-weight: 800;
}
.search-action svg {
    width: 35px !important;
    height: 50px !important;
}
.popup {
  position: absolute;
  top: 55px;
  right: 25px;
  width: 279px;
  background: #eee;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  z-index: 999;
}
.popup  {
    width: 279px;
    max-width: 279px;
    border-radius: 12px;
    -webkit-filter: drop-shadow(0 0 3px rgba(0,0,0,0.1));
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, .1));
    background-color: #fff;
    border: 1px solid #e6e6e6;
    padding: 17px 23px 5px 23px;
    -webkit-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
}

.popup-content, .popup-content ul li a {
  color: #000;
}
.popup-content ul li a {
  display: flex;
  gap: 5px;
  align-items: center;
}
.popup-content ul li a:hover {
    text-decoration: underline;
}
.email-signup__input-group {
    border-radius: 12px !important;
}
.popup h3 {
  margin-top: 0;
  font-size: 18px;
}
.email-signup__input.paragraph {
    height: 60px;
}
.email-signup__button--integrated.email-signup__button--text {
    position: absolute;
        right: -10px;
    top: 0;
}
.popup ul {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

.popup ul li {
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}

.popup ul li:last-child {
  border-bottom: none;
}

.address {
  margin-top: 10px;
  font-size: 13px;
  color: #333;
}

.hidden {
  display: none;
}
a.mega-menu__link.mega-menu__link--parent span.wrap-text {
    font-size: 24px;
    font-weight: 800;
    font-family: Inter, Arial, Helvetica, sans-serif;
    color: #000;
}
footer .group-block p a:hover {
    text-decoration: underline !important;
}
/* .footer .text-block a:hover {
    text-decoration: underline;
} */
@media (max-width:1200px){
    h5 {
        font-size: 18px !important;
    }
    h1 {
    font-size: 30px !important;
    }
}
@media (max-width:991px){
    .fp-card {
        height: auto !important;
    }
    .announce_link {
    display: none;
    }
    .announce_grid .social-icons__wrapper {
    display: none;
    }
    .announce_grid {
    display: grid;
    grid-template-columns: 1fr;
    }
    .announce_grid .announcement-bar__text {
    font-size: 14px !important;
    }
    h5 {
        font-size: 16px !important;
    }
    .group-block-content.layout-panel-flex.layout-panel-flex--row.mobile-column {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    slideshow-slide p {
        font-size: 16px !important;
        }
     slideshow-slide a.size-style.button{
        padding: 10px 30px !important;
    }
}
.mobile_customer_acc{
    display: none;
}
.shopify-policy__container {
    max-width: 1400px !important;
}
.collection-wrapper .product-card__content slideshow-component,
 {
    height: 276px;
}
.resource-image.collection-card__image.spacing-style.border-style {
    height: 300px;
    width: 300px
}
.product-recommendations .product-media-container.media-fit {
    height: 300px;
}
.product-media-container.media-fit {
    height: 276px;
}
@media (max-width: 767px){
    .fp-card {
    height: auto;
    }
    .product-media-container.media-fit {
    height: auto;
}
    .product-recommendations .product-media-container.media-fit {
        height: auto;
    }
    .collection-wrapper .product-card__content slideshow-component {
    height: auto;
}
.resource-image.collection-card__image.spacing-style.border-style {
    height: auto;
}
    .desk_customer{
        display: none;
    }
    .mobile_customer_acc {
    padding: 0 20px;
    }
    .mobile_customer_acc .group-block-content.layout-panel-flex.layout-panel-flex--row.mobile-column {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    }
    .email-signup__input-group--integrated {
    margin: 2px 0px!important;
    }
    .mobile_customer_acc div {
    width: 100%;
}
.mobile_customer_acc .icon-block {
    width: 8% !important;
}
    .mobile_customer_acc{
    display: block !important;
}
    .menu-drawer__list-item--deep.menu-drawer__list-item--divider .menu-drawer__menu {
    display: flex;
    flex-direction: column;
    }
     .menu-drawer__link-image {
    display: none;
}
    .payment-icons__list {
        justify-content: center !important;
    }
    .slideshow-section slideshow-arrows .slideshow-control {
        display: none;
    }
    .accordion .details__header {
        font-weight: 700 !important;
        font-size: 18px !important;
    }
    h1 {
        font-size: 30px !important;
    }
    .group-block-content.layout-panel-flex.layout-panel-flex--row.mobile-column {
        display: grid;
        grid-template-columns: 1fr;
    }
    .announce_grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .announce_link {
        justify-content: center;
    }
    .header-logo__image {
    object-fit: cover;
    height: 41px !important;
    width: 182px !important;
    }
    .menu-drawer__menu-item-text {
        font-size: 16px;
        font-weight: 700;
    }
    .slideshow-section {
    padding: 0 15px;
    }
    .footer-content .image-block__image {
        max-width: 250px;
    }
}
@media (max-width:400px){

    .group-block-content.layout-panel-flex.layout-panel-flex--row.mobile-column {
    display: grid;
    grid-template-columns: 1fr;
    }
}