/** Shopify CDN: Minification failed

Line 318:1 Invalid escape

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
.t4s-quantity-wrapper {
display: none !important;}


#shopify-section-template--23727314895138__image_text_body_aRhcyC .t4s-col-item .is-selected,
.tpl-index [id^="shopify-section-template--"][id$="__image_text_body_aRhcyC"] .t4s-col-item .is-selected{
  height: 100%;
}

#shopify-section-template--23727314895138__image_text_body_aRhcyC .t4s_ratio,
.tpl-index [id^="shopify-section-template--"][id$="__image_text_body_aRhcyC"] .t4s_ratio{
  height: 100%;
}

.t4s-customer .t4s_btn_submmit{
      padding: 24px 48px !important; 
}

--btn-background: inherit;
--btn-background-hover: var(--border-color) !important;

:target {
  scroll-margin-top: 350px; /* Adjust based on your nav height */
}

@media (max-width: 768px){
   scroll-margin-top: 120px; /* Adjust based on your nav height */
}

a.secodnary-mb-nav-link {
    font-size: 13px;
    color: #F2F1EB;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 34px;
    font-family: 'GT Pressura Mono';
}

input::placeholder{
  font-weight: 500 !important;
}

ul.secondary-mb-nav {
    padding-bottom: 68px;
}

.footer-bottom-linkset {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
}

a.footer-bottom-link {
    color: #F2F1EB !important;
    font-family: 'GT Pressura Mono';
    text-decoration: underline;
    font-size: 12px;
    line-height: 25px;
}

.foot-right-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ft-link-list {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

a.ft-right-link {
    font-weight: 500 !important;
    text-decoration: underline;
    font-size: 12px !important;
    line-height: 26px !important;
}

.footer-link-left {
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 18px !important;
   color: #F2F1EB !important;
}

.t4s-footer a:hover, .t4s-footer-menu ul li a:hover{
  color: #F2F1EB !important;
}

#t4s-backToTop{
  display: none !important;
}

input.form-input {
    background: transparent;
    font-weight: 500;
    color: var(--border-color) !important;
    width: 100%;
}

textarea.form-input {
    background: transparent;
    font-weight: 500;
    color: var(--border-color) !important;
    width: 100%;
}

.form-input::placeholder {
    color: var(--border-color) !important;
}

.prod-form-row {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
}

.t4s-dropdown__header{
  background: #f2f1eb;
}

.t4s-dropdown__wrapper .t4s-swatch__item{
  margin-top: -1px !important;
}
@media (min-width: 768px){
.t4s-dropdown__wrapper {
    transform: translateY(60px) !important;
}
  }

  .t4s-dropdown__content{
    padding: 0px 0px !important;
  }

.t4s-drawer{
  background: #F2F1EB !important;
}

@media screen and (min-width: 641px) {
    .t4s-drawer {
        width: 500px !important;
    }

  div#t4s-login-sidebar{
    width: 500px !important;
  }
}

div#t4s-login-sidebar {
    border-left: 1px solid var(--border-color);
}

#t4s-login-sidebar .t4s-drawer__header {
    padding: 32px 24px !important;
    border-bottom: none !important;
}

.t4s-drawer__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 50px;
    padding: 0 0 0 20px;
    border-bottom: 1px solid rgba(129, 129, 129, .2);
}

.t4s-drawer__header > span {
    font-size: 25px !important;
    line-height: 30px !important;
    font-weight: 400;
    font-family: Sofia Pro Light;
    color: var(--border-color);
}

h1.bts-title {
    font-family: 'Sofia Pro Light';
    font-size: 25px;
    line-height: 29px;
    font-weight: normal;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 20px;
}

p.bts-body {
    font-size: 14px;
    font-weight: 500;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
}


.service-list-container {
    background: var(--border-color);
    padding: 48px;
    display: grid;
    grid-template-columns: .75fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 175px;
    grid-row-gap: 0px;
}

ul.\33 -list {
    color: #fff;
    font-family: "GT Pressura Mono";
	list-style-type: disc;
}

.\33-col-list {
    display: flex;
    justify-content: flex-start;
    margin-top: 50px;
    gap: 68px;
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  
  .t4s-footer-wrap > .t4s-custom-col:nth-child(4) {
    display: none;
}

  #shopify-section-header-inline .t4s-col-group_btns{
    padding-right: 0px !important;
  }

  #shopify-section-header-inline .t4s-navigation {
    padding-left: 0px !important;
}


  
}

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

.t4s-image-text-des p {
  max-width: 100% !important;
}


  
  div#shopify-section-mb_nav{
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-content: flex-start !important;
    background: var(--border-color) !important;
    }
  .t4s-site-nav__cart >a, .t4s-push-menu-btn{
    margin-top: -16px;
  }
  
  .ft-link-list {
    align-items: flex-start;
}
  .t4s-footer-wrap > .t4s-custom-col:nth-child(1) {
    display: none;
}
  .t4s-footer-wrap > .t4s-custom-col:nth-child(2) {
    display: none;
}
  .t4s-footer-wrap > .t4s-custom-col:nth-child(3) {
    display: none;
}
  .footer-link-left{
    margin-bottom: 0px;
  }
  .footer-bottom-linkset{
    margin-top: 0px;
  }
  .foot-right-grid {
    display: flex;
    flex-direction: row;
    gap: 32px;
    max-width: 250px;
}
  .t4s-footer-content{
    position: relative;
  }
  .footer-logo-sm {
    position: absolute;
    top: 0;
    right: 0;
}
    
  .service-list-container {
    background: var(--border-color);
    padding: 48px;
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.\33-col-list {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
}\

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
    .\33-col-list {
        display: flex;
        justify-content: flex-start;
        margin-top: 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  
  .\33-col-list {
        display: flex;
        justify-content: flex-start;
        margin-top: 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}