/** Shopify CDN: Minification failed

Line 183:36 Unexpected "-->"
Line 369:1 Unexpected "}"
Line 1394:0 Unexpected "<"

**/
/* ============================================
   CUSTOM THEME MODIFICATIONS
   ============================================ */







/* GDPR Cookie Popup - Compact Bottom Design */
.gdpr__holder {
  position: fixed !important;
  bottom: 20px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  z-index: 9999 !important;
  width: auto !important;
  max-width: 500px !important;
  min-width: 320px !important;
  padding: 0 !important;
  background: none !important;
  height: auto !important;
}

.gdpr__notice {
  height: auto !important;
  width: 100% !important;
  background: rgba(0, 0, 0, 0.9) !important;
  display: flex !important;
  align-items: center !important;
  padding: 16px 20px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
  border-radius: 12px !important;
  color: white !important;
  gap: 16px !important;
  animation: slideUpCookie 0.3s ease-out !important;
}

@keyframes slideUpCookie {
  from {
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.gdpr__text {
  padding-right: 0 !important;
  flex: 1 !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
  color: white !important;
}

.gdpr__text p {
  margin: 0 !important;
  font-size: 13px !important;
  color: white !important;
}

.gdpr__buttons {
  margin-left: 16px !important;
  flex-shrink: 0 !important;
}

.gdpr__buttons button,
.gdpr__buttons .btn {
  background: white !important;
  color: #000 !important;
  border: none !important;
  padding: 8px 16px !important;
  border-radius: 8px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  white-space: nowrap !important;
}

.gdpr__buttons button:hover,
.gdpr__buttons .btn:hover {
  background: #f0f0f0 !important;
  transform: translateY(-1px) !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .gdpr__holder {
    bottom: 10px !important;
    left: 10px !important;
    right: 10px !important;
    transform: none !important;
    max-width: none !important;
    min-width: auto !important;
  }
  
  .gdpr__notice {
    flex-direction: column !important;
    text-align: center !important;
    gap: 12px !important;
    padding: 14px 16px !important;
  }
  
  .gdpr__buttons {
    margin-left: 0 !important;
  }
  
  .gdpr__text {
    font-size: 12px !important;
  }
  
  .gdpr__text p {
    font-size: 12px !important;
  }
}

/* ============================================
   SEARCH Z-INDEX FIX FOR THEME SELECTOR
   ============================================ */

/* Ensure search results container stays on top */
.search__results.search__results--abs {
    position: absolute !important;
    z-index: 100001 !important;
    background: white !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2) !important;
}

/* Fix product cards inside search results */
.search__results .card--default {
    position: relative !important;
    z-index: auto !important;  /* Let them inherit from parent */
}

/* Alternative: Give cards high z-index too */
.search__results .card--default.col-md-1-5 {
    position: relative !important;
    z-index: 100002 !important;  /* Higher than container */
}

/* Make sure the entire search container hierarchy is above theme selector */
.search__container--abs {
    position: fixed !important;
    z-index: 99999 !important;
}

.search__container--abs.focused {
    z-index: 99999 !important;
}

/* Force theme selector lower */
.floating-theme-selector {
    position: sticky !important;
    z-index: 100 !important;  /* Much lower than search */
}

.theme-selector-container {
    position: relative !important;
    z-index: 100 !important;
}

/* Ensure collection wrapper doesn't interfere */
.collection-with-sidebar-wrapper {
    position: relative !important;
    z-index: 1 !important;  /* Very low */
}

.search__icon--submit .uil-search {
    display: none !important;
}

<!-- Find Your Perfect Shirt Button -->
<!-- Add this code to your homepage template where you want the button to appear -->

<!-- Import Poppins font from Google Fonts if not already in your theme -->
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap" rel="stylesheet">



/* PERFECT SHIRT BUTTON - FIXED CENTERING */
/* PERFECT SHIRT BUTTON - CENTER COLUMN */
#homepage-main-collection .perfect-shirt-button-container {
  display: block !important;
  text-align: center !important;
  margin: 30px 0 !important;
  padding: 20px 0 !important;
}

.perfect-shirt-button {
  display: inline-block !important;
  padding: 16px 40px;
  background: white;
  color: black !important;
  border: 2px solid black;
  border-radius: 50px;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.perfect-shirt-button:hover {
  background: black !important;
  color: white !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}

.perfect-shirt-button:active {
  transform: translateY(0) !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  color: white !important;
  background: black !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .perfect-shirt-button {
    padding: 14px 30px;
    font-size: 16px;
  }
}



/* Add to your CSS */
.protected-image {
    position: relative;
}

.protected-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

/* Disable selection */
img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
}





/* Fix for mobile product slider whitespace */
@media screen and (max-width: 768px) {
  
  /* Fix the main slider container */
  .slider--product-holder {
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden;
    position: relative;
  }
  
  /* Hide all slides except the first one */
  .slider--product .slide--product {
    display: none !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
  }
  
  /* Show only the first slide */
  .slider--product .slide--product:first-child {
    display: block !important;
    position: relative !important;
    height: auto !important;
    overflow: visible !important;
  }
  
  /* Ensure images in hidden slides don't take up space */
  .slider--product .slide--product:not(:first-child) img {
    height: 0 !important;
    max-height: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }
  
  /* Make sure the visible image behaves properly */
  .slider--product .slide--product:first-child img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  /* Remove any bottom margin/padding that might cause spacing */
  .slider--product-holder,
  .slider--product {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  
  /* If there's a specific height set, override it */
  .slider--product[style*="height"] {
    height: auto !important;
  }
}

/* For smaller mobile screens */
@media screen and (max-width: 480px) {
  .slider--product-holder {
    margin-bottom: 1rem;
  }
}



  /* Recently bought popup - position on right side on desktop */
  @media (min-width: 769px) {
      #recently-bought--holder,
      .recently-bought--holder {
          left: auto !important;
          right: 20px !important;
          bottom: 20px !important;
      }
  }
  
  @media (min-width: 1024px) {
      #recently-bought--holder,
      .recently-bought--holder {
          right: 30px !important;
          bottom: 30px !important;
          max-width: 320px !important;
      }
  }
  
  @media (min-width: 1400px) {
      #recently-bought--holder,
      .recently-bought--holder {
          right: 40px !important;
      }
  }


#shopify-section-template--19957163655407__sort {
    display: none !important;
}}


/* ================================================================
 * MARQUEE NO LINE BREAK STYLES
 * Forces single-line text display across all screen sizes
 * ================================================================ */
<style id="marquee-no-linebreak-styles">
/* Force absolutely no line breaks at any screen size */
.marquee-container[data-blocktype="barTextMarquee"],
.marquee-container[data-blocktype="barTextMarquee"] * {
    white-space: nowrap !important;
    max-width: none !important;
    flex-wrap: nowrap !important;
}

.marquee-container[data-blocktype="barTextMarquee"] p {
    /* Force single line - multiple properties for maximum compatibility */
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    word-break: keep-all !important;
    word-wrap: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
    -webkit-hyphens: none !important;
    -moz-hyphens: none !important;
    -ms-hyphens: none !important;
    
    /* Display settings */
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: 40px !important;
    line-height: 40px !important;
    
    /* Reset margins and padding */
    margin: 0 !important;
    padding: 0 5px !important;
    
    /* Center text */
    text-align: center !important;
    
    /* Prevent flex wrapping */
    flex-wrap: nowrap !important;
    flex-shrink: 1 !important;
    
    /* Box model */
    box-sizing: border-box !important;
}

/* Prevent any breaks in child elements */
.marquee-container[data-blocktype="barTextMarquee"] p *,
.marquee-container[data-blocktype="barTextMarquee"] p::before,
.marquee-container[data-blocktype="barTextMarquee"] p::after {
    white-space: nowrap !important;
    display: inline !important;
    word-break: keep-all !important;
}

/* Remove any <br> tags if they exist */
.marquee-container[data-blocktype="barTextMarquee"] br {
    display: none !important;
}

/* Responsive font sizing - more aggressive */
@media screen and (max-width: 1024px) {
    .marquee-container[data-blocktype="barTextMarquee"] p {
        font-size: 14px !important;
        letter-spacing: -0.2px !important;
    }
}

@media screen and (max-width: 768px) {
    .marquee-container[data-blocktype="barTextMarquee"] p {
        font-size: 12px !important;
        letter-spacing: -0.3px !important;
        padding: 0 4px !important;
    }
}

@media screen and (max-width: 640px) {
    .marquee-container[data-blocktype="barTextMarquee"] p {
        font-size: 11px !important;
        letter-spacing: -0.4px !important;
        padding: 0 3px !important;
    }
}

@media screen and (max-width: 480px) {
    .marquee-container[data-blocktype="barTextMarquee"] p {
        font-size: 10px !important;
        letter-spacing: -0.5px !important;
        padding: 0 3px !important;
    }
}

@media screen and (max-width: 375px) {
    .marquee-container[data-blocktype="barTextMarquee"] p {
        font-size: 9px !important;
        letter-spacing: -0.6px !important;
        padding: 0 2px !important;
    }
}

@media screen and (max-width: 320px) {
    .marquee-container[data-blocktype="barTextMarquee"] p {
        font-size: 8px !important;
        letter-spacing: -0.7px !important;
        padding: 0 2px !important;
    }
}

/* Ultra-small screens */
@media screen and (max-width: 280px) {
    .marquee-container[data-blocktype="barTextMarquee"] p {
        font-size: 7px !important;
        letter-spacing: -0.8px !important;
        padding: 0 1px !important;
    }
}

/* Override any theme or inline styles that might cause wrapping */
.marquee-container[data-blocktype="barTextMarquee"] p {
    white-space: nowrap !important;
    min-height: unset !important;
    max-height: 40px !important;
    flex-basis: auto !important;
    flex-grow: 0 !important;
}

/* If container uses flexbox, prevent wrapping */
.marquee-container[data-blocktype="barTextMarquee"] {
    display: block !important;
    flex-wrap: nowrap !important;
}

/* Nuclear option - use text scaling if needed */
@media screen and (max-width: 480px) {
    .marquee-container[data-blocktype="barTextMarquee"] p {
        /* Scale text down if needed */
        transform-origin: center center;
        width: 100% !important;
        /* Adjust scale if text still breaks */
        transform: scale(1);
    }
}

/* Extra force for tiny screens */
@media screen and (max-width: 360px) {
    .marquee-container[data-blocktype="barTextMarquee"] p {
        transform: scale(0.9);
    }
}

@media screen and (max-width: 320px) {
    .marquee-container[data-blocktype="barTextMarquee"] p {
        transform: scale(0.85);
    }
}

.cart__notes.col,
  .cart__notes {
      display: none !important;
  }


/* OVERRIDE ADD TO CART - White BG, Black Text, Black Border */
button[data-original-text="Add to cart"].sticky--atc__button {
    background-color: #ffffff !important;
    border: 2px solid #1d1d1d !important;
    color: #1d1d1d !important;
    padding: 13px 25px !important;
    font-size: 16px !important;
    font-weight: normal !important;
}

button[data-original-text="Add to cart"].sticky--atc__button span {
    color: #1d1d1d !important;
}

button[data-original-text="Add to cart"].sticky--atc__button:hover {
    background-color: #1d1d1d !important;
    color: #ffffff !important;
}

button[data-original-text="Add to cart"].sticky--atc__button:hover span {
    color: #ffffff !important;
}

/* BUY NOW - Green BG, White Text, Bold */
button[data-original-text="Checkout"].sticky--atc__button {
    background-color: #28a745 !important;
    border: 2px solid #28a745 !important;
    color: #ffffff !important;
    padding: 13px 25px !important;
    font-size: 16px !important;
    font-weight: bold !important;
}

button[data-original-text="Checkout"].sticky--atc__button span {
    color: #ffffff !important;
    font-weight: bold !important;
}

button[data-original-text="Buy Now"].sticky--atc__button:hover {
    background-color: #218838 !important;
    border-color: #218838 !important;
}

.sticky--mobile, 
.sticky--desktop {
    background: #ffffff !important;
    background-color: #ffffff !important;
    backdrop-filter: none !important;
}


/* Fix squished images in Add to Cart success popup */
.add-to-cart__success--single-img {
    width: auto !important;
    max-width: 120px !important;
    height: auto !important;
    object-fit: contain !important;
    aspect-ratio: 1 / 1 !important;
}

/* Alternative if aspect-ratio doesn't work */
img.add-to-cart__success--single-img {
    width: 120px !important;
    height: 120px !important;
    object-fit: contain !important;
    object-position: center !important;
    background: white;
}

/* If the image is in a container that's squishing it */
.add-to-cart__success--single-img-wrapper,
.atc-success-image-container {
    width: 120px !important;
    height: 120px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.add-to-cart__success--single-img-wrapper img,
.atc-success-image-container img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}

/* Remove border and adjust spacing */
#add-to-cart_upsell .add-to-cart_upsell--product-info {
    border: none !important;
    padding: 15px 0 !important; /* Keep vertical padding, remove horizontal */
}

/* Or remove all styling from the border */
#add-to-cart_upsell .add-to-cart_upsell--product-info {
    border-width: 0 !important;
    border-style: none !important;
    border-color: transparent !important;
}

/* Mobile-First Sticky Bar Styles */
@media screen and (max-width: 999px) {
    /* Container for sticky bar */
    .sticky-atc--buttons,
    .sticky-atc-buttons,
    .sticky--atc-buttons {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        display: flex !important;
        flex-direction: row !important;
        gap: 8px !important;
        padding: 10px !important;
        background-color: #ffffff !important;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1) !important;
        z-index: 9999 !important;
        box-sizing: border-box !important;
    }
    
    /* Sticky buttons styling */
    .sticky--atc__button {
        flex: 1 !important;
        min-width: 0 !important;
        width: auto !important;
        padding: 12px 10px !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        border-radius: 5px !important;
        border: 2px solid !important;
        text-align: center !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        min-height: 44px !important; /* Accessibility minimum */
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        cursor: pointer !important;
        transition: all 0.3s ease !important;
    }
    
    /* Add to Cart button specific */
    .sticky--atc__button[data-original-text="Add to cart"] {
        background-color: #000000 !important;
        border-color: #000000 !important;
        color: #ffffff !important;
    }
    
    /* Checkout button specific */
    .sticky--atc__button[data-original-text="Checkout"] {
        background-color: #28a745 !important;
        border-color: #28a745 !important;
        color: #ffffff !important;
    }
    
    /* Text inside buttons */
    .sticky--atc__button span,
    .sticky--atc__button [data-button-text] {
        font-size: 14px !important;
        font-weight: 600 !important;
        color: inherit !important;
        display: block !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }
}

/* Small mobile devices (iPhone SE, etc.) */
@media screen and (max-width: 374px) {
    .sticky-atc--buttons,
    .sticky-atc-buttons,
    .sticky--atc-buttons {
        padding: 8px !important;
        gap: 6px !important;
    }
    
    .sticky--atc__button {
        padding: 10px 8px !important;
        font-size: 13px !important;
        min-height: 42px !important;
    }
    
    .sticky--atc__button span,
    .sticky--atc__button [data-button-text] {
        font-size: 13px !important;
    }
}

/* Medium mobile devices (standard phones) */
@media screen and (min-width: 375px) and (max-width: 480px) {
    .sticky--atc__button {
        padding: 12px 12px !important;
        font-size: 14px !important;
    }
}

/* Large mobile devices and small tablets */
@media screen and (min-width: 481px) and (max-width: 768px) {
    .sticky--atc__button {
        padding: 14px 16px !important;
        font-size: 15px !important;
    }
    
    .sticky--atc__button span,
    .sticky--atc__button [data-button-text] {
        font-size: 15px !important;
    }
}

/* Landscape orientation adjustments */
@media screen and (max-width: 999px) and (orientation: landscape) {
    .sticky-atc--buttons,
    .sticky-atc-buttons,
    .sticky--atc-buttons {
        padding: 6px 10px !important;
    }
    
    .sticky--atc__button {
        min-height: 40px !important;
        padding: 10px 12px !important;
    }
}

/* Ensure sticky bar doesn't interfere with content */
@media screen and (max-width: 999px) {
    body {
        padding-bottom: 70px !important; /* Adjust based on sticky bar height */
    }
}

/* Hover states for mobile (if supported) */
@media (hover: hover) and (max-width: 999px) {
    .sticky--atc__button[data-original-text="Add to cart"]:hover {
        background-color: #333333 !important;
        border-color: #333333 !important;
    }
    
    .sticky--atc__button[data-original-text="Checkout"]:hover {
        background-color: #218838 !important;
        border-color: #218838 !important;
    }
}

/* Active/Touch states */
@media screen and (max-width: 999px) {
    .sticky--atc__button:active {
        transform: scale(0.98) !important;
    }
}

/* Hide sticky bar when keyboard is open (iOS fix) */
@media screen and (max-width: 999px) {
    .sticky-atc--buttons.keyboard-open,
    .sticky-atc-buttons.keyboard-open,
    .sticky--atc-buttons.keyboard-open {
        display: none !important;
    }
}

/* Ensure z-index hierarchy */
@media screen and (max-width: 999px) {
    .sticky-atc--buttons,
    .sticky-atc-buttons,
    .sticky--atc-buttons {
        z-index: 9999 !important;
    }
    
    /* Ensure sticky bar appears above other elements */
    .modal,
    .popup,
    .overlay {
        z-index: 10000 !important;
    }
}

@media (max-width: 768px) {
  .sticky--open__button,
  button[onclick*="stickyBuy"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
  }
}

/* Always hide the sticky open button */
.sticky--open__button {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    opacity: 0 !important;
    position: absolute !important;
    left: -9999px !important;
}

/* Mobile Sticky Bar - Force stacked layout with qty selector */
@media screen and (max-width: 999px) {
    /* Main container */
    .sticky-atc--buttons,
    .sticky-atc-buttons,
    .sticky--atc-buttons,
    .sticky--mobile,
    .sticky--desktop {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
        padding: 12px !important;
        background-color: #ffffff !important;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1) !important;
        z-index: 9999 !important;
        box-sizing: border-box !important;
        height: auto !important;
        min-height: auto !important;
    }
    
    /* Keep original quantity selector styling */
    .sticky-atc--buttons .quantity--input,
    .sticky--mobile .quantity--input,
    .sticky--desktop .quantity--input {
        display: inline-flex !important;
        align-items: stretch !important;
        justify-content: center !important;
        margin: 0 auto 12px auto !important;
        order: 0 !important;
        border-radius: var(--borderRadiusSmall, 5px) !important;
        overflow: hidden !important;
        color: var(--inputContent, #000000) !important;
        border: 1px solid #e2e2e2 !important;
        box-sizing: border-box !important;
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
        background: transparent !important;
        padding: 0 !important;
    }
    
    /* Quantity buttons - match original theme */
    .quantity--input__button,
    .quantity--input__incr,
    .quantity--input__decr {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        border: none !important;
        background-color: var(--inputFill, #EFEFEF) !important;
        color: var(--inputContent, #000000) !important;
        font-size: 18px !important;
        font-weight: 400 !important;
        cursor: pointer !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        transition: background-color 0.2s ease !important;
        border-radius: 0 !important;
        flex-shrink: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    /* Decrement button (left) */
    .quantity--input__incr {
        border-right: 1px solid #e2e2e2 !important;
    }
    
    /* Increment button (right) */
    .quantity--input__decr {
        border-left: 1px solid #e2e2e2 !important;
    }
    
    /* Quantity input field - match original */
    .quantity--input__input {
        flex: 1 !important;
        width: 60px !important;
        min-width: 60px !important;
        max-width: 80px !important;
        height: 40px !important;
        text-align: center !important;
        border: none !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        margin: 0 !important;
        padding: 0 10px !important;
        background-color: #ffffff !important;
        color: var(--inputContent, #000000) !important;
        -moz-appearance: textfield !important;
        appearance: textfield !important;
        outline: none !important;
    }
    
    /* Hide spinners */
    .quantity--input__input::-webkit-outer-spin-button,
    .quantity--input__input::-webkit-inner-spin-button {
        -webkit-appearance: none !important;
        margin: 0 !important;
    }
    
    /* Force all sticky buttons to be full width and stacked */
    .sticky--atc__button {
        width: 100% !important;
        max-width: none !important;
        min-width: 100% !important;
        margin: 0 !important;
        padding: 14px 20px !important;
        font-size: 16px !important;
        font-weight: 600 !important;
        border-radius: 5px !important;
        border: 2px solid !important;
        text-align: center !important;
        min-height: 48px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        cursor: pointer !important;
        transition: all 0.3s ease !important;
        box-sizing: border-box !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* Add to Cart button - white with black border */
    .sticky--atc__button[data-original-text="Add to cart"] {
        background-color: #ffffff !important;
        border-color: #1d1d1d !important;
        color: #1d1d1d !important;
        order: 1 !important;
        margin-bottom: 8px !important;
        display: flex !important;
    }
    
    .sticky--atc__button[data-original-text="Add to cart"] span {
        color: #1d1d1d !important;
        font-weight: 600 !important;
    }
    
    /* Checkout button - green */
    .sticky--atc__button[data-original-text="Checkout"],
    .sticky--atc__button[data-original-text="Buy Now"] {
        background-color: #28a745 !important;
        border-color: #28a745 !important;
        color: #ffffff !important;
        order: 2 !important;
        margin-top: 4px !important;
        display: flex !important;
    }
    
    .sticky--atc__button[data-original-text="Checkout"] span,
    .sticky--atc__button[data-original-text="Buy Now"] span {
        color: #ffffff !important;
        font-weight: bold !important;
    }
    
    /* Force visibility of both buttons */
    .sticky--atc__button[data-original-text="Add to cart"],
    .sticky--atc__button[data-original-text="Checkout"] {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
        overflow: visible !important;
    }
}

/* Extra small screens */
@media screen and (max-width: 374px) {
    .sticky-atc--buttons,
    .sticky--mobile {
        padding: 10px !important;
    }
    
    .sticky--atc__button {
        padding: 12px 16px !important;
        font-size: 15px !important;
        min-height: 46px !important;
    }
    
    /* Keep consistent button sizing even on small screens */
    .quantity--input__button {
        width: 36px !important;
        min-width: 36px !important;
        height: 36px !important;
        font-size: 16px !important;
    }
    
    .quantity--input__input {
        height: 36px !important;
        font-size: 14px !important;
        width: 50px !important;
        min-width: 50px !important;
    }
}

/* Ensure body padding */
@media screen and (max-width: 999px) {
    body {
        padding-bottom: 200px !important;
    }
}

/* Hover states */
@media (hover: hover) and (max-width: 999px) {
    .sticky--atc__button[data-original-text="Add to cart"]:hover {
        background-color: #1d1d1d !important;
        color: #ffffff !important;
    }
    
    .sticky--atc__button[data-original-text="Add to cart"]:hover span {
        color: #ffffff !important;
    }
    
    .sticky--atc__button[data-original-text="Checkout"]:hover,
    .sticky--atc__button[data-original-text="Buy Now"]:hover {
        background-color: #218838 !important;
        border-color: #218838 !important;
    }
    
    .quantity--input__button:hover {
        background-color: #e5e5e5 !important;
    }
    
    .quantity--input__button:active {
        background-color: #d0d0d0 !important;
    }
}

/* Green Checkout Button Styles */
a.button.button--primary.button--filled.button--primary__filled.button--full-width[href="/checkout"] {
    background-color: #28a745 !important;
    border: 2px solid #28a745 !important;
    color: #ffffff !important;
    padding: 16px 10px !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    text-transform: none !important;
    display: flex !important;
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    min-height: 48px !important;
    box-sizing: border-box !important;
}

/* Hover state */
a.button.button--primary.button--filled.button--primary__filled.button--full-width[href="/checkout"]:hover {
    background-color: #218838 !important;
    border-color: #218838 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 2px 8px rgba(40, 167, 69, 0.3) !important;
}

/* Active/Click state */
a.button.button--primary.button--filled.button--primary__filled.button--full-width[href="/checkout"]:active {
    background-color: #1e7e34 !important;
    border-color: #1e7e34 !important;
    transform: translateY(0) !important;
    box-shadow: 0 1px 4px rgba(40, 167, 69, 0.2) !important;
}

/* Focus state for accessibility */
a.button.button--primary.button--filled.button--primary__filled.button--full-width[href="/checkout"]:focus {
    outline: 3px solid rgba(40, 167, 69, 0.5) !important;
    outline-offset: 2px !important;
}

/* Ensure text stays white */
a.button.button--primary.button--filled.button--primary__filled.button--full-width[href="/checkout"] span {
    color: #ffffff !important;
    font-weight: 600 !important;
}

/* Target the button and make text white on hover */
button[data-original-text="Add to cart"].button--addToCart:hover,
button[data-original-text="Add to cart"].button--addToCart:hover span,
button[data-original-text="Add to cart"].button--addToCart:hover span[data-button-text] {
    color: #ffffff !important;
}

/* Hide the 9th image when there are exactly 10 images */
.gallery__vertical[data-gallery-type="vDouble"] > div[data-variants]:nth-child(9):nth-last-child(2) {
    display: none !important;
}

/* More specific selector if needed */
.gallery__vertical > div[data-variants]:nth-of-type(9):nth-last-of-type(2) {
    display: none !important;
}

/* Target the minicart empty cart button specifically */
.minicart__holder .empty__cart--title + .button--primary__filled,
.minicart .button[href="/collections/all"],
.minicart .button[href="/collections/all-tees"] {
  display: block;
  width: 100%;
  margin-top: 20px;
  padding: 13px 25px;
  text-transform: initial;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  border-radius: 4px;
}

/* Target the Browse All Tees button in minicart */
.minicart .button--primary__filled[href="/collections/all"],
.minicart__holder .button--primary__filled[href="/collections/all"] {
  background-color: white !important;
  background-image: none !important;
  color: black !important;
  border: 2px solid black !important;
  display: block;
  width: 100%;
  margin-top: 20px;
  padding: 13px 25px;
  text-transform: initial;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  border-radius: 4px;
}

/* Hover state */
.minicart .button--primary__filled[href="/collections/all"]:hover,
.minicart__holder .button--primary__filled[href="/collections/all"]:hover {
  background-color: black !important;
  color: white !important;
  border-color: black !important;
}

/* Ensure it stays full width on all screen sizes */
@media only screen and (min-width: 768px) {
  .minicart .button--primary__filled[href="/collections/all"],
  .minicart__holder .button--primary__filled[href="/collections/all"] {
    width: 100%;
    max-width: 100%;
  }
}

/* Round specific corners on desktop only */
@media only screen and (min-width: 768px) {
  /* Bottom-left corner of action shot */
  img[src*="media_action_shot"] {
    border-bottom-left-radius: 20px;
  }
  
  /* Top-right corner of landscape banner */
  img[src*="media_landscape_banner"] {
    border-top-right-radius: 20px;
  }
  
  /* Top-left corner of fun group landscape */
  img[src*="media_fun_group_landscape"] {
    border-top-left-radius: 20px;
  }
  
  /* Bottom-right corner of free shipping promo */
  img[src*="promo_free_shipping"] {
    border-bottom-right-radius: 20px;
  }
}





/* Center align all content within product cards */
#s--product-page__recommended .card--holder {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
}

#s--product-page__recommended .enhanced-product-card {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Center the image link */
#s--product-page__recommended .product-image-link {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

/* Center product info section */
#s--product-page__recommended .product-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#s--product-page__recommended .product-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Center product title */
#s--product-page__recommended .product-title {
  text-align: center;
  width: 100%;
  margin: 10px 0;
}

/* Center pricing */
#s--product-page__recommended .product-pricing {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 10px;
}

/* Center action buttons */
#s--product-page__recommended .product-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 10px;
  padding: 10px;
}

/* Make buttons consistent width and centered */
#s--product-page__recommended .action-btn {
  width: 100%;
  max-width: 200px;
  text-align: center;
  display: inline-block;
  padding: 10px 20px;
  margin: 0 auto;
}

/* For side-by-side buttons on larger screens */
@media (min-width: 768px) {
  #s--product-page__recommended .product-actions {
    flex-direction: row;
    justify-content: center;
  }
  
  #s--product-page__recommended .action-btn {
    width: auto;
    min-width: 120px;
  }
}

/* Ensure consistent spacing */
#s--product-page__recommended .card--holder > * {
  margin-left: auto;
  margin-right: auto;
}

/* Mobile First: Stack buttons vertically */
#s--product-page__recommended .product-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 8px;
  padding: 10px 15px;
  box-sizing: border-box;
}

#s--product-page__recommended .action-btn {
  width: 100%;
  max-width: 200px;
  text-align: center;
  display: block;
  padding: 10px 16px;
  margin: 0 auto;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Desktop: Side-by-side buttons */
@media (min-width: 768px) {
  #s--product-page__recommended .product-actions {
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    padding: 10px 10px;
  }
  
  #s--product-page__recommended .action-btn {
    width: auto;
    flex: 1 1 0;
    min-width: 80px;
    max-width: 120px;
    margin: 0;
  }
}

/* Large Desktop: Slightly bigger buttons */
@media (min-width: 1200px) {
  #s--product-page__recommended .action-btn {
    max-width: 140px;
    padding: 10px 20px;
  }
}

/* Tablet (in between): Can choose either layout */
@media (min-width: 576px) and (max-width: 767px) {
  /* Keep stacked on tablets for better touch targets */
  #s--product-page__recommended .product-actions {
    flex-direction: column;
  }
  
  #s--product-page__recommended .action-btn {
    width: 100%;
    max-width: 180px;
  }
}

/* Ensure proper spacing and no cropping */
#s--product-page__recommended .product-info {
  width: 100%;
  padding: 0 5px;
  box-sizing: border-box;
}

#s--product-page__recommended .card--holder {
  overflow: visible;
}

#s--product-page__recommended .enhanced-product-card {
  overflow: visible;
  width: 100%;
  box-sizing: border-box;
}
</style>
/* ================================================================
 * END MARQUEE NO LINE BREAK STYLES
 * ================================================================ */

/* ============================================
   ADD YOUR FUTURE MODIFICATIONS BELOW
   ============================================ */

   /* Hide the native search clear button for all search inputs */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
}



