<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 15:76 Expected identifier but found whitespace
Line 15:84 Unexpected ";"
Line 38:11 Expected identifier but found whitespace
Line 38:12 Unexpected "brightness("
Line 77:13 Expected "]" to go with "["
Line 77:18 Unexpected "="
Line 146:26 Expected "}" to go with "{"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/--swatch-roguered: #E24666;#tawkchat-minified {
  bottom: 350px !important;
  position: fixed !important; /* Ensures it stays in place */
  z-index: 9999 !important; /* Keeps it above other elements */
}

.shopify-section.t4s-section.t4s-featured-collection {
  opacity: 1 !important; /* Ensures full visibility */
  filter: none !important; /* Removes unexpected dimming */
  mix-blend-mode: normal !important; /* Prevents unwanted blending */
}

.t4s-section-title.t4s-title {
  color: #ffffff !important; /* Forces pure white */
  opacity: 1 !important; /* Guarantees full brightness */
  filter: brightness(1.4) !important; /* Slight boost */
}

.t4s-obj-eff path,
.t4s-obj-eff polygon {
    stroke: #ffffff !important; /* Ensures white outlines */
    fill: #ffffff !important; /* Fills entire icon with white */
    opacity: 1 !important; /* Ensures full visibility */
    filter: brightness(1.5)

.t4s-product-price {
    color: #ffffff !important; /* Ensures pure white text */
    opacity: 1 !important; /* Prevents any dimming */
    filter: brightness(1.4) !important; /* Boosts visibility */
    mix-blend-mode: normal !important; /* Removes any unwanted blending effects */
}

h3.t4s-product__title[style],
.t4s-pr-breadcrumb[style] {
    color: #ffffff !important; /* Forces bright white */
}

h3.t4s-product__title,
.t4s-pr-breadcrumb {
    color: #ffffff !important;
    opacity: 1 !important;
    filter: brightness(1.5) !important;
    mix-blend-mode: normal !important;
    background: none !important;
}

.shopify-section.t4s-section {
    opacity: 1 !important;
    mix-blend-mode: normal !important;
}

.t4s-productMeta__value.t4s-sku-value,
.t4s-sku-value[data-product__sku-number],
.t4s-productMeta__value.t4s-dib.t4s-sku-value.t4s-csecondary {
    color: #FF8E00 !important; /* Forces bright orange */
}

.t4s-productMeta__value.t4s-sku-value[style] {
    color: #FF8E00 !important;
}

a.t4s-pr-item-btn.t4s-pr-wishlist.t4s-tooltip-activated
  use[xlink\\:href="#t4s-icon_wis"],
a.t4s-pr-item-btn.t4s-pr-wishlist.t4s-tooltip-activated svg,
a.t4s-pr-item-btn.t4s-pr-wishlist.t4s-tooltip-activated svg path {
  fill: #000 !important;
  stroke: #000 !important;
  color: #000 !important;
}

a.t4s-pr-item-btn.t4s-pr-quickview.t4s-tooltip-activated {
  --quickview-cl: #000000;
  --quickview-bg-cl: #ffffff;
  --quickview-hover-cl: #ffffff;
  --quickview-hover-bg-cl: #000000;
  color: var(--quickview-cl) !important;
  background-color: var(--quickview-bg-cl) !important;
}

a.t4s-pr-item-btn.t4s-pr-quickview.t4s-tooltip-activated:hover {
  color: var(--quickview-hover-cl) !important;
  background-color: var(--quickview-hover-bg-cl) !important;
}

a.t4s-pr-item-btn.t4s-pr-quickview.t4s-tooltip-activated svg,
a.t4s-pr-item-btn.t4s-pr-quickview.t4s-tooltip-activated svg use,
a.t4s-pr-item-btn.t4s-pr-quickview.t4s-tooltip-activated svg path {
  fill: currentColor !important;
  stroke: currentColor !important;
  color: currentColor !important;
}



/* Mobile-only override for white text */
@media screen and (max-width: 768px) {
  .t4s-product {
    /* Quick View - white text for mobile */
    --quickview-cl: #ffffff;
    --quickview-hover-cl: #ffffff;
    
    /* Add to Cart - white text for mobile */
    --atc-cl: #ffffff;
    --atc-hover-cl: #ffffff;
  }
}

.color-roguered {
  background-color: #E24666;
}

.t4s-swatch__item.bg_color_roguered {
  --t4s-bg-color: #E24666 !important;
  background-color: #E24666 !important;
}

.related-products .t4s-svg-pr-icon {
  color: #000 !important;
  fill: #000 !important;
}

/*---------------- 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){}</pre></body></html>