/** Shopify CDN: Minification failed

Line 752:0 Unexpected "}"

**/
/* ===== Mobile menu collection grid: 2 per row ===== */
ul.t4s-sub-menu.t4s-cat_design_2 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 10px !important;
  padding: 10px !important;
  margin: 0 !important;
  list-style: none !important;
}

ul.t4s-sub-menu.t4s-cat_design_2 > .t4s-cat_grid_item {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.ecom-collection__product-price--bage-sale{display:none!important;}

.ecom-banner__button {font-family: 'Gotham-Black';
    font-weight: 450;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    color: #000;}

    .product-icon-text{justify-content:space-evenly;}

.ecom-collection__product-item-type-element {display:none;}
/* ===== Equal-height product grid rows ===== */
.ecom-collection__product--wrapper-items.ecom-collection-product__layout-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 25px !important;
}

@media screen and (max-width: 1024px) {
  .ecom-collection__product--wrapper-items.ecom-collection-product__layout-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media screen and (max-width: 767px) {
  .ecom-collection__product--wrapper-items.ecom-collection-product__layout-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

.ecom-collection__product-item {
  width: 100% !important;
  height: 100% !important;
}

.ecom-collection__product-item--wrapper.ecom-flex-column {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}

.ecom-collection__product-item--information {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
}

.ecom-collection__product-item--information-wrapper.ecom-flex.ecom-column {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
}

.ecom-collection__product-prices {
  margin-top: auto !important;
}

.ecom-collection__product--actions {
  margin-top: 8px !important;
}

.ecom-collection__product-variants{display:none;}
.element__featured .element__featured--box-title{text-transform:capitalize!important;}


.ecom-collection__product-item-information-title{text-align:left!important;}
.ecom-collection__product-item-type{justify-content:left!important;}
.ecom-collection__product-price-wrapper{justify-content:left!important;}

.t4s-btn-base{
    font-family:'Gotham-Bold'!important; letter-spacing:1px;
}

/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
@font-face {
  font-family: "Gotham-Black";
  src: url("//imperialextraction.com/cdn/shop/t/2/assets/gothamblack-webfont.woff?v=147401050196112173211760110393") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham-Medium";
  src: url("//imperialextraction.com/cdn/shop/t/2/assets/gothammedium-webfont.woff?v=64356037713495109811760110393") format("woff");
  font-display: swap;
}
@font-face{font-family:'Huben-Outlined-Italic';src:url('/cdn/shop/files/Huben-Outlined-Italic.otf?v=1741399066&display=swap') format('opentype');font-display:swap}
@font-face{font-family:'Huben-Regular-Italic';src:url('/cdn/shop/files/Huben-Regular-Italic.otf?v=1741398940&display=swap') format('opentype');font-display:swap}
@font-face{font-family:'Gotham-Bold';src:url('/cdn/shop/files/Gotham-Bold.ttf?v=1741400185&display=swap') format('truetype');font-display:swap}
@font-face{font-family:'Gotham-Book';src:url('/cdn/shop/files/Gotham-Book.ttf?v=1741400152&display=swap') format('truetype');font-display:swap}

.lb-upsell-tot-btn {border-radius:40px!important;}
.ppcse-title {
  font-size: 21px;
  line-height: 1.25em;
  letter-spacing: 0px;
  font-family: 'Gotham';
  font-weight: 800;
  color: #000;
  text-transform:uppercase;
}
.selleasy-block-fbt{background:#f5f6f6; padding:3rem;}
.ppcse{margin:0!important;}
.ppcse-container{margin-bottom:0!important;}
.t4s-footer-raw-html p{
  color:#fff;
}

/* Hide the default checkbox */
.ppcse-list-lt-li input[type="checkbox"] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  width: 20px !important;
  height: 20px !important;
  border: 2px solid #203C87 !important;
  border-radius: 2px !important;
  background-color: #ffffff !important;
  cursor: pointer !important;
  position: relative !important;
  margin: 0 8px 0 0 !important;
  padding: 0 !important;
  vertical-align: middle !important;
  flex-shrink: 0 !important;
  transition: background-color 0.15s ease !important;
}

/* Checked state — solid blue inner square */
.ppcse-list-lt-li input[type="checkbox"]:checked {
  background-color: #ffffff !important;
  border-color: #203C87 !important;
}

.ppcse-list-lt-li input[type="checkbox"]:checked::after {
  content: "" !important;
  position: absolute !important;
  top: 3px !important;
  left: 3px !important;
  right: 3px !important;
  bottom: 3px !important;
  background-color: #203C87 !important;
  border-radius: 1px !important;
}

/* Remove any default checkmark or pseudo-content the theme adds */
.ppcse-list-lt-li input[type="checkbox"]:checked::before {
  content: none !important;
  display: none !important;
}

/* Focus state for accessibility */
.ppcse-list-lt-li input[type="checkbox"]:focus {
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(32, 60, 135, 0.25) !important;
}

.ppcs-sale-price, .ppcs-list-title, .ppcs-list-title-this-item, .ppcse-tot-container-tot{    font-family: 'Gotham-Bold';
    font-size: 13pt;}

    .faq_t {padding: 0px 0px 0px 25px!important;}


.c-info {
    margin-top: 20px;
}
.c-info p {
    margin: 0;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0;
}
.t4s-footer-content p span {
    font-weight: bold;
}
.t4s-section-footer .t4s-container{
  padding-left:3rem;
  padding-right:3rem;
}
.t4s-nav__ul>li> a {
    text-transform: uppercase;
    padding:5px 60px 5px 60px!important;
}
h3.head1 {
        font-weight: 700;
    font-size: 68px;
    font-family: Huben-Regular-Italic, sans-serif;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 54px;
    letter-spacing: 5px;
    color: transparent;
    -webkit-text-stroke: .1px #fff;
        text-align: center;
}
 h3.head2 {
    font-weight: 700;
    font-size: 68px;
    font-family: Huben-Regular-Italic, sans-serif;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 54px;
    letter-spacing: 5px;
    color: #fff;
        text-align: center;
}
li.t4s-tab-item.t4s-d-inline-flex span {
    display: flex;
    flex-flow: column;
    justify-content: left;
    align-items: center;
    align-content: center;
}
span.t4s-icon-title.t4s-icon-img {
    min-height: 75px;
}
span.t4s-text-title {
    font-family: 'Gotham-Black';
    font-weight: 450;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}
li:nth-child(1) span.t4s-icon-title.t4s-icon-img img {
    width: 30px;
    height: auto;
}
li:nth-child(2) span.t4s-icon-title.t4s-icon-img img {
    width: 76px;
    height: auto;
}
li:nth-child(3) span.t4s-icon-title.t4s-icon-img img {
    width: 50px;
    height: auto;
}
li:nth-child(4) span.t4s-icon-title.t4s-icon-img img {
    width: 75px;
    height: auto;
}
.t4s-product .t4s-product-title a {
    font-family: 'Gotham-Medium';
    font-size: 16px;
    text-transform: inherit!important;
    line-height: 21px;
}
span.t4s-badge-item.t4s-badge-custom {
    background: #000;
    color: #fff;
    border-radius: 0;
    font-family: 'Gotham-Black';
    font-weight: 450;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
        width: 87px;
    height: 27px;
}
.t4s-scrolling-text--text h2 {
    font-family: 'Huben-Regular-Italic';
    font-weight: 400;
    font-style: Italic;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}
.t4s-scrolling-text--text h3 {
    font-family: 'Huben-Regular-Italic';
    font-weight: 400;
    font-style: Italic;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1px #000;
    text-align: center;
}
.t4s-section-inner.t4s_nt_se_template--18468238590171__scrolling_text_i4Gfqq.t4s_se_template--18468238590171__scrolling_text_i4Gfqq, .t4s-section-inner.t4s_nt_se_template--18468238590171__scrolling_text_mAYXBB.t4s_se_template--18468238590171__scrolling_text_mAYXBB {
    background: linear-gradient(180deg, rgba(225, 226, 226, 0) 0%, #E1E2E2 100%);
}


.t4s-scrolling-text--icon {
    display: none;
}
.t4s-featured-collections .t4s-container {
  /* margin: 0; */
  /* padding: 0; */
  /* max-width: 1400px; */
}
.t4s-featured-collections a.t4s-cat-title {
    font-family: 'Gotham-Black';
    font-weight: 450;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
}
.t4s-featured-collections a.t4s-cat-title:hover{
    background:transparent !important;
}
a.t4s-cat-link {
    font-family: 'Gotham-Black';
    font-weight: 450;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    color: #fff;
    margin-top: 15px;
    padding-bottom:10px;
}

h3.t4s-section-title.t4s-title {
    font-family: 'Gotham-Black';
    font-weight: 450;
    font-size: 29px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
}
.img-wttext .t4s-image-text {
    background: #000;
}
.img-wttext .t4s-col-img {
    margin: 0;
    padding: 0;
}
.img-wttext h3.t4s-image-text-heading {
    color: #fff;
    font-family: 'Gotham-Black';
    font-weight: 450;
    font-size: 29px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
}
.img-wttext .t4s-image-text-des p{
    margin-bottom: 20px;
    color: #fff;
    font-family: 'Gotham-Book';
    font-style: normal;
    line-height: 26px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
}
.img-wttext .t4s-image-text .t4s-image-text-content {
    padding-left: 7rem;
    padding-right: 7rem;
}
.t4s-featured-collections .t4s-section-inner {
    display: flex;
    justify-content: center;
}
.t4s-quote-texts.t4s-rte p {
    font-family: 'Gotham-Book';
    font-weight: 325;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    color: #000;
}
.t4s-quote-wrap {
    min-height: 360px;
}
h3.t4s-testimonial-heading {
    font-family: 'Gotham-Black';
    font-weight: 450;
    font-size: 14px;
    line-height: 110.00000000000001%;
    letter-spacing: 0;
}
.t4s-quote-author {
    color: var(--cl-name);
    margin-top: 20px;
    font-family: 'Gotham-Book';
    font-weight: 325;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: 0;
        margin-top: 0;
    margin-bottom: 30px;
}
.t4s-rating-wapper {
    margin-bottom: 0;
}
.t4s-testimonials .t4s-section-inner, .t4s-logo-list .t4s-section-inner{
    background: rgba(225, 226, 226, 1);
}
.t4s-newsletter .t4s-top-heading h2 {
    font-family: 'Huben-Regular-Italic' !important;
    font-weight: 400;
    font-style: Italic;
    font-size: 36px;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom:15px;
}
.t4s-newsletter .t4s-section-inner {
    background: linear-gradient(180deg, #E1E2E2 19.6%, #606060 100%);
}
.t4s-newsletter-wrap.content-all-center {
    max-width: 787px;
}
input.t4s-text-center.t4s-text-md-start.t4s-newsletter__email {
    background: #fff;
    font-family: 'Gotham-Book';
    font-size: 16px;
}
.t4s-newsletter button.t4s-w-100.t4s-newsletter__submit.t4s-truncate.t4s-btn-loading__svg {
    background: #fff;
    color: #000;
    font-family: 'Gotham-Black';
    font-weight: 450;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}
span.f-t img {
    width: 10px;
}
span.f-t {
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
}
.img-wttext .t4s-row-cols-1 .flickityt4s-slider>.t4s-col-item {
    width: 100%;
}
.product-icon-text-content img {
    width: 42px;
    height: 42px;
}
.product-icon-text-content-specification img {
    width: 27px;
    height: 27px;
}
.t4s-content-wrap h1 {
    font-weight: 700;
    font-size: 29px;
    font-family: Gotham-Black, sans-serif;
    line-height: 1.25em;
    letter-spacing: 0px;
    color: #fff;
}
.t4s-content-wrap p {
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.7em;
    font-family: Gotham-Book, sans-serif;
    color: #fff;
}

.t4s-banner .t4s-container {
    padding-left: 0;
    padding-right: 0;
    margin: auto;
    max-width: 1440px;
}
.t4s-code__liquid {
    justify-content: center;
    display: flex;
    align-items: center;
}
.seo_content {
    max-width: 1190px;
    text-align: center;
        padding-right: 10px;
    padding-left: 10px;
}
.seo_content h3 {
    font-weight: 400;
    line-height: 1.2em;
    font-size: 29px;
    font-family: Gotham-Black, sans-serif;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-bottom:25px!important;
}
.seo_content {
    font-family: Gotham-Book, sans-serif;
    font-size: 16px;
    line-height: 26px;
}
.t4s-banner .t4s-col-item{
    margin-top:0 !important;
}
h2.faq__heading {
    font-weight: 400 !important;
    line-height: 1.2em;
    font-size: 29px !important;
    font-family: Gotham-Black, sans-serif;
    letter-spacing: 0px !important;
    text-transform: uppercase;
}
.faq1col span.faq__q {
    font-size: 20px;
    text-transform: none;
    font-weight: 500;
    line-height: 1.5em;
    font-style: normal;
    text-decoration: none;
    font-family: Gotham-Book, sans-serif;
    letter-spacing: 0px;
    color: #000;
}
.faq__content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    letter-spacing: 0px;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    font-family: Gotham-Book, sans-serif;
}
.banner_1_content {
    text-align: left;
    color: #fff;
    font-family: Gotham-Book, sans-serif;
    font-size: 16px;
    line-height: 26px;
    padding: 5rem 2.5rem;
}
.banner_1_content h3{
    font-weight: 500;
    font-family: Gotham-Black, sans-serif;
    text-transform: uppercase;
    font-size: 21px;
    color: #fff;
    margin-bottom: 20px;
}

.desk-view{
    display:block;
}

.mob-view{
    display:none;
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){

        h3.t4s-section-title.t4s-title {
        font-size: 23px;
    }
    .t4s-featured-collections a.t4s-cat-title{font-size:14px!important;}

       h3.head1,h3.head2 {
        font-size: 36px;
        text-align: center;
        line-height: 35px;
    }
    .t4s-product .t4s-product-title a {
        font-family: 'Gotham-Medium';
        font-size: 13px;
        text-transform: capitalize;
        line-height: 19px;
    }
    .t4s-carousel__nav-scroller{display:none;}
    .t4s-product__media-wrapper{padding:0!important;}

    .product-icon-text-content img {
    width: 53px;
    height: 53px;
}

    .selleasy-block-fbt{background:#f5f6f6; padding:.5rem;}
    .coa-button{font-family:'Gotham-Black'; font-size:12px; letter-spacing:10%;}
}
.ppcse-m-table{border:none; margin-bottom:0;}
.ppcse-m-table th{border:none;}
.ppcse-m-table td{font-family: 'Gotham-Medium';}
.t4s-image-text-heading{font-size:23px!important;}

    .faq_t {padding: 0px 0px 0px 0px!important;}
    .faqs-tab{margin-top:15px;}
    .desk-view{
        display:none;
    }
    .mob-view{
        display:block;
    }
    h2.faq__heading {
        font-size: 23px !important;
    }
    .seo_content h3 {
        font-size: 23px;
    }
    .t4s-footer-content .c-info p {
        line-height: 22px !important;
    }
    .t4s-footer-content p {
        text-align: left;
        line-height: 14px !important;
    }
    .t4s-section-footer .t4s-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }

     
    .img-wttext .t4s-image-text .t4s-image-text-content {
        padding: 3rem;
    }

    .t4s-scrolling-text--text h3,.t4s-scrolling-text--text h2{
        font-size: 22px;
    }
    .t4s-newsletter .t4s-section-inner:before {
        bottom: 0;
        left: 0;
        width: 100%;
        min-height: 42px;
    }


    .t4s-product-price {
        margin-top: 5px;
    }
    .t4s-newsletter .t4s-newsletter__inner.t4s-row.t4s-g-0.t4s-pr.t4s-oh {
        display: flex;
    }
    .t4s-newsletter .t4s-top-heading h2 {
        font-size: 27px;
    }
    .img-wttext h3.t4s-image-text-heading {
        font-size: 23px;
    }
    .t4s-tabs-se .t4s-tabs-ul li:not(:last-child) {
        margin-right: 30px;
    }
    li:nth-child(1) span.t4s-icon-title.t4s-icon-img img {
        width: 25px;
    }
    li:nth-child(2) span.t4s-icon-title.t4s-icon-img img {
        width: 68px;
    }
    li:nth-child(3) span.t4s-icon-title.t4s-icon-img img {
        width: 45px;
    }
    li:nth-child(4) span.t4s-icon-title.t4s-icon-img img {
        width: 68px;
    }
    .t4s-tabs-collection .t4s-container{
        padding-left:0;
        padding-right:0;
    }
    .t4s-tabs-collection .t4s-product .t4s-product-info {
        padding-left: 0px;
        padding-right: 0px;
        padding-top:5px!important;
    }
    .t4s-tabs-collection  .t4s-product .t4s-product-title {
        line-height: 19px;
    }
    .t4s-product .t4s-product-price {
        font-size: 13px;
        margin: 0;
    }
    section#shopify-section-template--18468238590171__image_text_ncLyQK {
        padding-left: 0px;
        padding-right: 0px;
    }
    .t4s-newsletter-wrap .t4s-top-heading {
        width: 100%;
    }
    .t4s-featured-collections a.t4s-cat-title {
        font-size: 20px;
    }
    a.t4s-cat-link {
        margin-top: 10px;
    }
    .t4s-featured-collections a.t4s-cat-title {
        letter-spacing: 2px;
    }
    ul.t4s-tabs-ul.t4s-align-items-center.t4s-justify-content-center.t4s-flicky-slider.t4s-slider-btn-style-simple.t4s-slider-btn-none.t4s-slider-btn-small.t4s-slider-btn-vi-always.flickityt4s.flickityt4s-enabled.t4s-enabled.flickityt4s_prev_disable.flickityt4s_next_disable {
        margin-bottom: 20px;
    }
    .t4s-quote-wrap {
        min-height: 380px;
    }
    .t4s-content-wrap h1 {
        font-size: 25px;
        margin-bottom: 20px;
    }
}