/** Shopify CDN: Minification failed

Line 30:0 Unexpected "<"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
button.t4s-sticky-atc__atc {
  background-color: #0048FF !important;
}
.t4s-sticky-atc__atc:hover {
    background-color: #002B96 !important;
}
.t4s-swatch__option.is-t4s-name__size .t4s-swatch__title{
    display: flex !important;
    justify-content: space-between !important;
}
.t4s-size-guide-wrapper {
  display: flex;
  align-items: center;
}

.t4s-ruler-icon {
  width: 35px; /* Adjust this value to scale the image to your desired size */
  height: auto; /* This will maintain the aspect ratio of the image */
  margin-right: 5px; /* Adjust the space between the icon and the text */
}
<meta name="google-site-verification" content="Zw69KrvR7nQuO76Fd3U9NFixrKzLwqKdUQH0Nyk2Ki8">
.t4s-product__info-wrapper {
    display: block; /* or 'flex' if that's your layout */
    visibility: visible;
}
.t4s-product__info-container {
    display: block; /* or 'flex' if that's your layout */
    visibility: visible;
}

/*---------------- 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){
  .t4s-col-lg-auto.t4s-order-lg-first.t4s-col-12.t4s-col-item.t4s-col-thumb.t4s-pr.t4s-oh {
    display: none;
}
button.t4s-btn-sidebar {
display: none;
}
}