/** Shopify CDN: Minification failed

Line 544:12 Expected identifier but found whitespace
Line 544:13 Unexpected "("
Line 828:1 Expected "}" to go with "{"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
#shopify-section-template--15984653140133__73ad2a26-cce9-4969-a1c3-53c9b2561a12 .t4s-banner-item,
#shopify-section-template--15984653140133__ccb8413e-86fd-42ab-acae-6730846218b2 .t4s-banner-item,
#shopify-section-template--15984653140133__ccb8413e-86fd-42ab-acae-6730846218b3 .t4s-banner-item {
  border-radius: 8px;
}

.t4s-flicky-slider .flickityt4s-page-dots .dot:not(.is-selected) {
  background-color: #D9D9D9;
  opacity: 1;
}

.t4s-header__design2 .t4s-search-header__form,
.t4s-header__design2 .t4s-search-header__form .t4s-search-header__submit {
  border-radius: 8px;
  display: flex;
  align-items: center;
}

.t4s-header__design2 .t4s-search-header__submit-icon {
  display: flex;
}

.t4s-search-header__input {
  height: 44px;
}

#t4s-nav-categories > li > a {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  padding: 12px 20px;
  color: #000;
}

#t4s-nav-categories > li > a > i {
  color: #8C8C8C;
}

.t4s-header__design2 .t4s-section-header__bot .t4s-h-cat > h5 {
  padding: 0 18px;
}

.t4s-search-header__type select {
  font-weight: 500;
}

.t4s-search-header__input {
  font-size: 14px;
}

.t4s-tabs-se .t4s-tabs-ul li a {
  font-size: 14px;
  line-height: 22px;
}

.t4s-section-header__bot .t4s-h-cat:hover {
  background-color: var(--shopify-editor-section-header-categories-menu-setting-bgcategory);
}

.t4s_lb_nav {
  padding-top: 1px;
}

.t4s-frm-search__content .t4s-widget__pr .t4s-widget__pr-title {
  font-weight: 500;
  line-height: 1.25;
  font-size: 14px;
  color: #000000;
}

.t4s-sticky-atc__title {
  color: #000000;
  font-weight: 500;
}

.t4s-sticky-atc__product .t4s-dropdown__sortby button[data-dropdown-open] {
  color: #000000;
}

.t4s-sticky-atc__qty input.t4s-quantity-input[type=number] {
  width: 35px;
  border: 0px;
  height: 38px;
  background: 0px 0px;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  text-align: center;
}

.t4s-site-nav__icons svg.t4s-icon {
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  transition: color 0.2s ease-in-out;
  width: 22px;
  height: 22px;
}

.t4s-mb__menu .t4s-sub-menu li > a,
.t4s-mb__menu > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  padding: 5px 20px;
  min-height: 50px;
  border-bottom: 1px solid rgba(var(--text-color-rgb), .2);
  color: #000;
  font-size: 14px;
  text-align: left;
  line-height: 1.3;
}

.t4s-mb-tab__title {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .3px;
  font-weight: 500;
  font-size: 12px;
  color: #000000;
  padding: 5px 10px;
  height: 55px;
  cursor: pointer;
  display: block;
}

.t4s-h-cat {
  position: relative;
}

.t4s-h-cat:hover .t4s-categories__wrapper {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.t4s-h-cat:after {
  content: "";
  position: absolute;
  height: 4em;
  top: 100%;
  left: -20px;
  right: -20px;
  z-index: 9999;
}

.t4s-categories__wrapper {
  display: none;
  position: absolute;
  background: #fff;
  z-index: 10000;
  min-width: 250px;
  top: 100%;
  left: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.t4s-h-cat:hover .t4s-categories__wrapper {
  opacity: 1;
  visibility: visible;
}

/* For other header dropdowns/menus */
.t4s-nav__ul > li:hover > ul,
.t4s-nav__ul > li:hover > .t4s-sub-menu {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.t4s-nav__ul > li:after {
  content: "";
  position: absolute;
  height: 4em;
  top: 100%;
  left: -20px;
  right: -20px;
  z-index: 9999;
}

input.t4s_frm_input {
  -webkit-appearance: none;
  display: block;
  padding: 12px 14px;
  border-radius: 0;
  border: 1px solid #000;
  width: 100%;
  line-height: normal;
  resize: none;
  transition: border-color .1s ease-in-out;
  background: 0 0;
}

#t4s-login-sidebar .t4s-content-login-sidebar {
  padding: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 14px;
  font-weight: 400;
  color: #222;
}

#t4s-login-sidebar a {
  color: #000000;
  text-decoration: underline;
}

.t4s-product .t4s-pr-addtocart {
    color: #000000;
    background-color: #fff;
}

.is--listview .t4s-product .t4s-product-info .t4s-product-btns .t4s-pr-quickview {
    line-height: 40px;
    height: 42px;
    border: solid 1px;
    max-width: 100%;
    background-color: transparent;
    border-color: #ffffff;
    color: #fff;
}

.t4s-modal {
    display: none;
    bottom: 0;
    left: 0;
    opacity: 1;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    color: #000000;
    align-items: center;
    justify-content: center;
}

.t4s-product_meta a, .t4s-product_meta .t4s-product__policies a {
    color: #000000;
}

.t4s-csecondary {
    color: #000000;
}

h1, h2, h3, h4, h5, h6, .t4s_as_title {
    color: #000000;
    font-family: var(--font-heading-family);
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0px;
}

.t4s-product-form__buttons .t4s-quantity-wrapper input.t4s-quantity-input[type=number] {
    width: 35px;
    border: 0px;
    height: 38px;
    background: 0px 0px;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    text-align: center;
}

.t4s-product-form__buttons .t4s-quantity-wrapper button {
    position: absolute;
    display: block;
    padding: 0;
    top: 0;
    width: 30px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: 0 0;
    color: #000000;
}

.t4s-mini_cart__actions .t4s-quantity-cart-item button {
    position: absolute;
    display: block;
    padding: 0;
    top: 0;
    width: 30px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: 0 0;
    color: #000000;
}

.t4s-mini_cart__actions .t4s-quantity-cart-item input[type=number] {
    -moz-appearance: textfield;
    width: 35px;
    border: 0;
    height: 38px;
    background: 0 0;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    text-align: center;
}

.t4s-main-cart input:not([type=submit]):not([type=checkbox]):not([type=number]), .t4s-main-cart select, .t4s-main-cart textarea {
    border: 1px solid #f7f7f7;
    font-size: 13px;
    outline: 0;
    padding: 0 15px;
    color: #ffffff;
    max-width: 100%;
    width: 100%;
    height: 40px;
    line-height: 18px;
    transition: border-color .5s;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: black;
}

.t4s-nav__ul > li {
  position: relative;
  z-index: 9998; /* Lower than search to avoid blocking */
}

.t4s-nav__ul > li:after {
  content: "";
  position: absolute;
  height: 1em; /* Reduced to minimize triggering from below or nearby */
  top: 100%;
  left: -10px; /* Slightly narrower extension */
  right: -10px;
  z-index: 9999;
  pointer-events: none; /* Prevent pseudo-element from capturing hovers itself */
}

.t4s-nav__ul > li:hover > ul,
.t4s-nav__ul > li:hover > .t4s-sub-menu {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important; /* Enable clicks only when hovered */
}

.t4s-nav__ul > li > ul,
.t4s-nav__ul > li > .t4s-sub-menu {
  pointer-events: none; /* Disable when not hovered */
  z-index: 10000;
}

.t4s-search-header__form-wrap .t4s-frm-search__results {
  z-index: 10001 !important; /* Ensure search results are above menu */
  pointer-events: auto !important;
}

/* Target the specific row container to prevent hover bleed */
.t4s-row.t4s-gx-20.t4s-gy-30.t4s-lazy_menu {
  pointer-events: none; /* Disable on container */
}

.t4s-row.t4s-gx-20.t4s-gy-30.t4s-lazy_menu > * {
  pointer-events: auto; /* Re-enable on child elements if needed */
}

h1, h2, h3, h4, h5, h6, .t4s_as_title {
    color: #ec0101;
    font-family: var(--font-heading-family);
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0px;
}
.t4s-product_meta a, .t4s-product_meta .t4s-product__policies a {
    color: #ec0101;
}

.t4s-csecondary {
    color: #ec0101;
}

.t4s-tabs-pr-ul a.t4s-active, .t4s-tabs-pr-ul a:hover {
    color: #ec0101;
}

.t4s-product-form__buttons .t4s-pr__notify-stock, .t4s-product-form__buttons .shopify-payment-button__button--unbranded {
    font-size: 14px;
    font-weight: 600;
    min-height: 40px;
    padding: 5px 25px;
    cursor: pointer;
    color: var(--t4s-light-color);
    background-color: #ec0101;
    transition: .3s;
}

.t4s-product-notify-stock__title {
    color: #000000;
    font-weight: 500;
}

.t4s-newsletter-parent input[type=text], input[type=email], .t4s-newsletter-parent textarea, .t4s-newsletter-parent input[type=password], .t4s-newsletter-parent input[type=tel], .t4s-newsletter-parent input[type=search], input[type=email]:hover, .t4s-newsletter-parent input[type=password]:hover, .t4s-newsletter-parent input[type=tel]:hover, .t4s-newsletter-parent input[type=search]:hover, input[type=email]:focus, .t4s-newsletter-parent input[type=password]:focus, .t4s-newsletter-parent input[type=tel]:focus, .t4s-newsletter-parent input[type=search]:focus {
    border: solid;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    border-color: #000000;
    outline: medium;
}

.t4s-product-notify-stock__variant {
    margin-bottom: 2px;
    color: black;
}

#t4s-pr-popup__notify-stock form>p {
    margin-bottom: 18px;
    color: black;
}

.t4s-mini_cart__meta {
    font-size: 12px;
    color: #000000;
}

#t4s-mini_cart .t4s-cart-total {
    margin-bottom: 8px;
    color: #000000;
    font-size: 18px;
}

.t4s-text-title {
     font-size: 17px;
}

#t4s-search-hidden input:not([type=submit]):not([type=checkbox]), #t4s-search-hidden select, #t4s-search-hidden textarea {
    border: 1px solid #000000;
    height: 40px;
    font-size: 13px;
    outline: 0;
    color: #000000;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
}

.t4s-mini-search__title {
    font-weight: 600;
    color: #000000;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(var(--border-color-rgb), .8);
    box-shadow: 0 3px 10px #81818133;
}

.t4s-widget__pr-title, .t4s-product.t4s-pr-group .t4s-widget__pr-title {
    color: white;
}

.t4s-drawer {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: calc(100vw - 65px);
    height: 100%;
    max-height: 100vh;
    max-height: none;
    z-index: 469;
    transition: transform .5s cubic-bezier(.645, .045, .355, 1), visibility .5s cubic-bezier(.645, .045, .355, 1);
    background: #000000;
    box-shadow: none;
    touch-action: manipulation;
    pointer-events: none;
    display: flex
;
    flex-direction: column;
    overflow: hidden;
    -webkit-transform: translate3d(-104%, 0, 0);
    transform: translate3d(-104%, 0, 0);
    border: inset 3px;
    border-color: red;
}

.t4s-drawer__header span {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
}

.t4s-mini-search__title {
    font-weight: 600;
    color: #ffffff;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(var(--border-color-rgb), .8);
    box-shadow: 0 3px 10px #81818133;
}

.t4s-toolbar-label {
    position: absolute;
    right: 10px;
    bottom: 5px;
    left: 10px;
    display: block;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    font-size: 11px;
    line-height: 1;
    color: #ec0101;
}

.t4s-newsletter-parent input[type=text], input[type=email], .t4s-newsletter-parent textarea, .t4s-newsletter-parent input[type=password], .t4s-newsletter-parent input[type=tel], .t4s-newsletter-parent input[type=search], input[type=email]:hover, .t4s-newsletter-parent input[type=password]:hover, .t4s-newsletter-parent input[type=tel]:hover, .t4s-newsletter-parent input[type=search]:hover, input[type=email]:focus, .t4s-newsletter-parent input[type=password]:focus, .t4s-newsletter-parent input[type=tel]:focus, .t4s-newsletter-parent input[type=search]:focus
Specificity: (0,2,1)
 {
    border: solid;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    border-color: #ffffff;
    outline: medium;
}

input.t4s_frm_input {
    -webkit-appearance: none;
    display: block;
    padding: 12px 14px;
    border-radius: 0;
    border: 1px solid #ffffff;
    width: 100%;
    line-height: normal;
    resize: none;
    transition: border-color .1s ease-in-out;
    background: 0 0;
}

button, input, optgroup, select, textarea {
    border: 1px solid;
    box-shadow: none;
    outline: 0;
    margin: 0;
    color: #ffffff;
    font: inherit;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

#t4s-login-sidebar .t4s-content-login-sidebar {
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}

#t4s-login-sidebar a {
    color: #ffffff;
    text-decoration: underline;
}

button.t4s-drawer__close {
    padding: 0;
    background-color: transparent;
    color: #ffffff;
    width: 50px;
    height: 50px;
    display: flex
;
    justify-content: center;
    align-items: center;
}

#t4s-login-sidebar .t4s-drawer__close:hover {
    background-color: #ec0101;
}

#t4s-search-hidden input.t4s-mini-search__input:not([type=submit]):not([type=checkbox]) {
    padding: 0 50px 0 20px;
    line-height: 18px;
    color: #000000;
    border-radius: var(--btn-radius);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.t4s-product-form__buttons .t4s-quantity-wrapper input.t4s-quantity-input[type=number] {
    width: 35px;
    border: 0px;
    height: 38px;
    background: 0px 0px;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

.t4s-product-form__buttons .t4s-quantity-wrapper button {
    position: absolute;
    display: block;
    padding: 0;
    top: 0;
    width: 30px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: 0 0;
    color: #ffffff;
}

.t4s-mini_cart__actions .t4s-quantity-cart-item input[type=number] {
    -moz-appearance: textfield;
    width: 35px;
    border: 0;
    height: 38px;
    background: 0 0;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

.t4s-mini_cart__actions .t4s-quantity-cart-item button {
    position: absolute;
    display: block;
    padding: 0;
    top: 0;
    width: 30px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: 0 0;
    color: #ffffff;
}

#t4s-mini_cart .t4s-cart-total {
    color: #ffffff;
}

.t4s-drawer[aria-hidden="false"] {
  z-index: 10002 !important; /* Higher than menu elements */
}

.t4s-drawer[aria-hidden="false"] ~ .t4s-nav__ul > li > ul,
.t4s-drawer[aria-hidden="false"] ~ .t4s-nav__ul > li > .t4s-sub-menu,
.t4s-drawer[aria-hidden="false"] ~ .t4s-h-cat .t4s-categories__wrapper {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.t4s-drawer[aria-hidden="false"] ~ .t4s-nav__ul > li:hover > ul,
.t4s-drawer[aria-hidden="false"] ~ .t4s-nav__ul > li:hover > .t4s-sub-menu,
.t4s-drawer[aria-hidden="false"] ~ .t4s-h-cat:hover .t4s-categories__wrapper {
  pointer-events: none !important;
}

.t4s-drawer__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10001; /* Just below cart but above menu */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.t4s-drawer[aria-hidden="false"] + .t4s-drawer__backdrop {
  opacity: 1;
  visibility: visible;
}

.t4s-nav__ul > li:after,
.t4s-h-cat:after {
  height: 0.5em; /* Further reduce to minimize hover area */
  left: -5px;
  right: -5px;
}

.t4s-minicart-recommendations__title {
    background-color: #ec0101;
    color: #ffffff;
}
.t4s-mini_cart__tool {
    background-color: #000000;
}

.t4s-mini_cart-tool__content {
    background-color: #000000;
}

.t4s-mini_cart-tool__wrap input:not([type=submit]):not([type=checkbox]), .t4s-mini_cart-tool__wrap select, .t4s-mini_cart-tool__wrap textarea {
    color: #000000;
}

.t4s-mini_cart-tool__wrap select {
    color: #ffffff;
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  #shopify-section-template--15984653140133__3f5cbe46-1629-41ac-9543-83d5322a33a9 .t4s-flicky-slider.t4s-dots-bottom_left .flickityt4s-page-dots {
  padding: 0 13.10%;
}

#shopify-section-template--15984653140133__16475039483d7cf9c3 #b_164750394892a055b6-0 {
  --item-rd: 8px 0 0 0;
}

#shopify-section-template--15984653140133__16475039483d7cf9c3 #b_7b6b0a2f-2d61-4e26-8415-3478c867fb84 {
  --item-rd: 0 8px 0 0;
}

#shopify-section-template--15984653140133__16475039483d7cf9c3 #b_7f4be6cc-fced-4b5a-b52b-be9d7a6be19f {
  --item-rd: 0 0 0 8px;
}

#shopify-section-template--15984653140133__16475039483d7cf9c3 #b_5548accf-34a9-4152-a9bd-9b9f50237d6c {
  --item-rd: 0 0 8px 0;
}

.t4s-nav__ul > li > a {
  padding: 5px 24px;
}

.t4s-slideshow .flickityt4s-page-dots {
  bottom: 88px;
}

.t4s-section-header [data-header-height2] .t4s-navigation {
  --ts-gutter-x: 30px;
}

/* Create a semi-transparent backdrop for the modal to block background interactions */
body:has(#t4s-login-sidebar[style*="display: block"])::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8); /* Dark overlay */
  z-index: 10000; /* Below the modal content but above page */
  pointer-events: none; /* Allows clicks through to modal */
}

/* Disable interactions on body when modal is open */
body:has(#t4s-login-sidebar[style*="display: block"]) {
  pointer-events: none;
  user-select: none;
}

/* Re-enable interactions and set white background on modal content */
#t4s-login-sidebar {
  pointer-events: auto !important;
  user-select: auto !important;
  z-index: 10001 !important;
  background: #ffffff !important; /* Restore solid white background */
}

/* Ensure content inside modal is fully opaque and selectable */
#t4s-login-sidebar .t4s-content-login-sidebar {
  background: #ffffff !important; /* Reinforce white if needed */
  opacity: 1 !important;
}

/* Allow selection on links and inputs */
#t4s-login-sidebar a,
#t4s-login-sidebar input,
#t4s-login-sidebar button {
  user-select: auto !important;
  pointer-events: auto !important;
}
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  .t4s-section-header [data-header-height2] .t4s-navigation {--ts-gutter-x: 15px;} #shopify-section-template--15984653140133__3f5cbe46-1629-41ac-9543-83d5322a33a9 .t4s-flicky-slider.t4s-dots-bottom_left .flickityt4s-page-dots{padding: 0 15px;  #shopify-section-template--15984653140133__a0cb7f9e-1b9f-4d47-a32a-b4cdc7289295 div#b_template--15984653140133__a0cb7f9e-1b9f-4d47-a32a-b4cdc7289295-16753293455241bfa3-1 > span {justify-content : center;}
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  #shopify-section-template--15984653140133__a0cb7f9e-1b9f-4d47-a32a-b4cdc7289295 div#b_template--15984653140133__a0cb7f9e-1b9f-4d47-a32a-b4cdc7289295-16753293455241bfa3-1 > span {justify-content : center;}
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  #shopify-section-template--15984653140133__a0cb7f9e-1b9f-4d47-a32a-b4cdc7289295 div#b_template--15984653140133__a0cb7f9e-1b9f-4d47-a32a-b4cdc7289295-16753293455241bfa3-1 > span {justify-content : center;}
}