/** Shopify CDN: Minification failed

Line 394:4 "alignself" is not a known CSS property
Line 680:12 Expected identifier but found whitespace
Line 680:13 Unexpected "("

**/



      
  /* #desktop
====================================================================================================================================================================================================================================== */
   
/* PRODUCT PAGE: make the Sold Out button match the pink .onsale badge */
#add.disabled,
#add[disabled],
button#add.disabled,
button#add[disabled],
input#add.disabled,
input#add[disabled] {
  background: #ff2aa6 !important; /* pink */
  color: #fff !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 0 !important;

  /* your JS fades this to 0.5 — override it */
  opacity: 1 !important;
  filter: none !important;
}

/* keep it from changing on hover when disabled */
#add.disabled:hover,
#add[disabled]:hover {
  background: #ff2aa6 !important;
  color: #fff !important;
  cursor: not-allowed;
}

/* Make normal Add to Cart buttons bold */
#add:not(.disabled),
button#add:not([disabled]),
input#add:not([disabled]) {
  font-weight: 800;
}



/* Wrapper that contains thumbs + dots */
  #thumbs-wrapper {
    margin-top: 10px;
    text-align: center;      /* center the thumbs block + dots */
  }

  /* Thumbnails container */
  #thumbs {
    display: inline-block;   /* shrink-wrap around the thumbs so centering works */
    margin-left: 10px;       /* keep your existing left offset */
  }

  /* Individual thumbnails */
  #thumbs img {
    width: 76px !important;
    margin: 0 4px 2px 0;
  }

  /* Dots under the thumbs */
  #thumbs-pagination {
    clear: both;             /* force below any floated thumbnails */
    display: block;          /* its text-centering comes from wrapper */
    margin-top: 6px;
    margin-bottom: 30px;
    text-align: center;
  }

  .thumb-page-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #000;
    margin: 0 3px;
    padding: 0;
    background: transparent;
    cursor: pointer;
  }

  .thumb-page-dot.active {
    background: #000;
  }

  /* Product text hierarchy */
  #product-desc .product-vendor {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 4px;
    line-height: 1.5;
    margin-left: -4px;
  }

  #product-desc .product-title {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.03em;
    margin-bottom: 12px;
    line-height: 1.5;
    margin-left: -4px;
  }

  #product-desc .apparel-link {
    font-weight: normal;
    letter-spacing: 0.03em;
    margin-top: 18px;
    line-height: 1.5;
  }

  #product-desc {
    font-size: 13px;
    letter-spacing: 0.04em;
    line-height: 1.7;
    margin-left: 20px;
    margin-right: 26px;
    margin-bottom: 30px;
  }

  #product-variants {
    margin-bottom: 30px;
  }

  .sharing-icons ul {
    list-style: none;
    padding: 0;
    margin: 8px 0 0 0;
    display: flex;
    gap: 12px;
  }

  .sharing-icons li {
    display: inline-block;
  }

  .sharing-icons .share-icon img {
    display: block;
    width: 26px;
    height: 26px;
    cursor: pointer;
  }

  /* ------------------------------------------------------- */
  /* SCROLLABLE PRODUCT DESCRIPTION — 220px with THIN BAR    */
  /* ------------------------------------------------------- */

  .product-desc-scroll {
    position: relative;
    max-height: 220px;
    overflow-y: scroll;
    padding-right: 6px;

    /* Firefox thin scrollbar */
    scrollbar-width: thin;
    scrollbar-color: #c3c3c3 transparent;
  }

  /* Chrome, Safari, Edge */
  .product-desc-scroll::-webkit-scrollbar {
    width: 6px;            /* THIN bar */
  }

  .product-desc-scroll::-webkit-scrollbar-track {
    background: transparent;
  }

  .product-desc-scroll::-webkit-scrollbar-thumb {
    background-color: #999;   /* bar color */
    border-radius: 10px;
  }

  .product-desc-scroll::-webkit-scrollbar-thumb:hover {
    background-color: #666;
  }

  /* Fade overlay at bottom */
  .product-desc-scroll::after {
    content: '';
    position: sticky;
    left: 0;
    right: 0;
    bottom: 0;
    height: 35px;
    pointer-events: none;
    display: block;
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 1)
    );
  }

  /* Remove fade when not needed */
  .product-desc-scroll.no-fade::after {
    display: none;
  }

  /* ------------------------------------------------------- */
  /* TRACK LISTING & PRESSING HISTORY / APPAREL INFO / MUG   */
  /* ------------------------------------------------------- */

  .record-info {
    margin-top: 18px;
    font-size: 14px;
    letter-spacing: 0.04em;
  }

  .record-section {
    margin-bottom: 6px;
  }

  .record-section details {
    border-top: none;   /* no line between sections */
    padding-top: 4px;
  }

  .record-section summary {
    font-weight: normal;
    font-size: 14.25px;
    letter-spacing: 0.06em;
    line-height: 1.65;
    cursor: pointer;
    list-style: none;
    outline: none;
  }

  .record-section summary::-webkit-details-marker {
    display: none;
  }

  /* padding inside dropdown boxes (tracklist) */
  .record-section details .tracklist {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 4px;
    box-sizing: border-box;
line-height: 2.65;
    font-size: 14.5px;
    letter-spacing: .075em;


  }

  /* padding inside dropdown boxes (pressing history, left = 10px) */
  .record-section details .pressing-table {
    padding: 0 20px 10px 10px;
    box-sizing: border-box;
  }

  /* Apparel info link styled like plain text */
  .record-apparel-link {
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 1.5;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
  }

  #product-desc a.record-apparel-link,
  #product-desc a.record-apparel-link:visited,
  #product-desc a.record-apparel-link:hover,
  #product-desc a.record-apparel-link:active {
    color: inherit;
    text-decoration: none;
  }

  /* Tracklist styles */
  .tracklist {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
  }

  .tracklist li {
    display: block;
    margin: 4px 0;
    line-height: 1.65;
  }

  .track-number {
    font-weight: normal;
    margin-right: 4px;
  }

  .track-title {
    font-weight: bold;
  }

  /* Pressing history table */
  .pressing-table {
    margin-top: 12px;
    width: 100%;
    box-sizing: border-box;
    font-size: 11.5pt;
  }

  .pressing-row {
    display: flex;
    align-items: baseline;
    margin-bottom: 6px;
    flex-wrap: nowrap;
  }

  .pressing-header {
    font-weight: bold;
    margin-bottom: 8px;
  }

  .pressing-press,
  .pressing-color,
  .pressing-qty {
    box-sizing: border-box;
  }

  .pressing-press {
    flex: 0 0 25%;
  }

  .pressing-color {
    flex: 0 0 55%;
    font-weight: bold;
    word-wrap: break-word;
  }

  .pressing-qty {
    flex: 0 0 20%;
    text-align: right;
  }

  .pressing-color-link,
  .pressing-color-link:visited,
  .pressing-color-link:hover,
  .pressing-color-link:active {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
  }

  /* ------------------------------------------------------- */
  /* APPAREL LIGHTBOX MODAL + TABS                           */
  /* ------------------------------------------------------- */

  #apparel-modal-overlay {
    display: none;
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.65);
  }

  #apparel-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 980px;
    width: 90%;
    max-height: 600px;
    background: #fff;
    border: 1px solid #000;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
  }

  .apparel-modal-inner {
    padding-top: 20px;
    padding-right: 4px;
    padding-bottom: 10px;
    padding-left: 20px;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .apparel-modal-close {
    alignself: flex-end;
    background: none;
    border: none;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    margin-bottom: 8px;
  }

  .apparel-modal-body {
    flex: 1;
    display: flex;
    overflow: hidden;
  }

  .apparel-tabs {
    width: 25%;
    max-width: 260px;
    padding-right: 10px;
    box-sizing: border-box;
    border-right: 0px solid #ddd;
  }

  /* logo above the tabs, same width */
  .apparel-logo {
    width: 100%;
    margin-bottom: 10px;
  }
  .apparel-logo img {
    display: block;
    width: 100%;
    height: auto;
  }

  .apparel-tab {
    display: block;
    width: 100%;
    text-align: left;
    padding: 8px 10px;
    margin-bottom: 6px;
    background: #f5f5f5;
    border: 1px solid #000;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    cursor: pointer;
    box-sizing: border-box;
    color: #000;        /* unselected tab text black */
  }

  .apparel-tab.active {
    background: #000;
    color: #fff;        /* selected tab white text */
  }

  .apparel-panels {
    flex: 1;
    padding-left: 2px;
    box-sizing: border-box;
    overflow: auto;
  }

  .apparel-panel {
    display: none;
  }

  .apparel-panel.active {
    display: block;
  }

  .apparel-image-wrap {
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    box-sizing: border-box;
  }

  .apparel-image-wrap img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .apparel-more {
    margin-top: 2px;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.04em;
  }

  .apparel-more a {
    text-decoration: underline;
  }

  .fuckshitfuck {
    background-color: #000000;
    color: #fff;
    text-align: center;
    font-size: 11pt;
    font-weight: 600;
    width: 1080px;
    letter-spacing: .85px;
    height: 26px;
    margin-bottom: 20px;
    margin-left: -10px;
    margin-top: 20px;
    padding-top: 2px;
  }

  /* Sold-out option styling */
  .sold-out-option {
    font-style: italic;
  }

  #product-variants {
    margin-left: 20px;
    margin-left: 20px;
}
 #product-price {
    margin-left: 20px;
}

#product-add{
    margin-left: 20px;
}

#featured-image {
   margin-left: 20px;
   margin-right: 20px;
}

#product-desc {
    margin-left: 30px;
    margin-right: 20px;
}


input[type="text"], input[type="password"], input[type="email"], input[type="telephone"], input[type="number"], textarea, select {
    border: 1px solid #888;
    padding: 4px 4px;
    outline: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font-size: 14px;
    letter-spacing: .075mm;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    color: #5a5a5a;
    margin: 0;
    width: 280px;
    max-width: 100%;
    display: block;
    margin-bottom: 10px;
    background: #fff;
}


/* PRODUCT PAGE — SOLD OUT BUTTON */
.product-form button[disabled],
.product-form .sold-out,
button.sold-out {
  background-color: #b00020 !important; /* same deep red used elsewhere */
  color: #ffffff !important;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none !important;
  opacity: 1 !important;
  cursor: not-allowed;
}

/* Ensure hover doesn't change it */
.product-form button[disabled]:hover {
  background-color: #b00020 !important;
  color: #ffffff !important;
}





.container .one-third.column {
    width: 250px;
}




/* #Tablet (Portrait)
====================================================================================================================================================================================================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 1059px) {
  
  .fuckshitfuck
 {
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 11pt;
    font-weight: 600;
    width: 103%;
    letter-spacing: .85px;
    height: 26px;
    margin-bottom: 20px;
    margin-left: -10px;
    margin-top: 20px;
    padding-top: 2px;
}
      
    .container .one-third.column {
    width: 22%;
}     
    #thumbs img {
    width: 56px !important;
    margin: 0 4px 2px 0;
}



    }


/*  #Mobile (Portrait)
====================================================================================================================================================================================================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
      
 
     .fuckshitfuck
 {
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 11pt;
    font-weight: 600;
    width: 103%;
    letter-spacing: .85px;
    height: 26px;
    margin-bottom: 20px;
    margin-left: -10px;
    margin-top: 20px;
    padding-top: 2px;
}
  .container .one-third.column {
    width: 49%;
} 
     
#thumbs img {
    width: 50px !important;
    margin: 0 6px 6px 0;
}

  #thumbs-pagination {
    margin-bottom: 15px;
}   

#product-desc .product-vendor {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 4px;
    line-height: 1.5;
    margin-left: 0px;
    text-align: center;
}


#product-desc .product-title {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .03em;
    margin-bottom: 12px;
    line-height: 1.5;
    margin-left: -4px;
    text-align: center;
}



#product-desc
Specificity: (1,0,0)
 {
    margin-left: 24px;
    margin-right: 20px;
}
#product-variants {
    margin-left: 30px;
}
#product-price {
    margin-left: 30px;
}


#product-add {
    margin-left: 30px;
}

}     
      
      

