/** Shopify CDN: Minification failed

Line 54:1 Expected "}" to go with "{"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
.t4s-product .t4s-product-title a:hover {
    color: #D2BC8F !important;

.header, .header__content {
    box-shadow: 0 1px 4px rgb(35 64 68 / 25%);
}
a.t4s-heading {
    font-weight: 600 !important;
}
body.template-page .t4s-container .t4s-main-area ul {
    list-style: disc;
}

.t4s-product-title {
font-variant: all-petite-caps;
}

.t4s-pr__notify-stock .t4s-d-none {
    color: var(--secondary-color) !important;
    background-color: var(--t4s-light-color) !important;
    border: var(--secondary-color) 1px solid !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){
  
}
body.template-page .t4s-container .t4s-main-area ul {
    list-style: disc;
}