/** Shopify CDN: Minification failed

Line 171:9 Expected identifier but found whitespace
Line 171:10 Unexpected "1.75rem"

**/
.jiNZwc {background-color: #1a1a1a00; color: #000000 !important; padding: 4px 8px; font-size: 9px; font-weight: 700; border-radius: 9999px; box-shadow: unset;}

.yt-checkout-button>div>span {
    font-size: 16px !important;
    text-transform: lowercase !important;
    font-weight: 600 !important;
}

.yt-checkout-button {border-radius: 12px !important;}

/* Desktop Breakpoint */
@media screen and (min-width: 1024px) {
    #yt-cart-shell-drawer {
        width: 500px;
        max-width: 700px;
    }
}

.yt-cart-footer-container {
    gap: 0px !important;
}

.yt-cart-product-card {
    padding: 12px !important;
    border-radius: 12px !important;
    background: #f0f0f0ff !important;
}

.yt-cart-product-card-wrapper {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}

.yt-cart-product-bottom-row {
    justify-content: flex-start !important;
}

.yt-cart-quantity-selector {
    border-radius: 6px !important;
}

.yt-cart-quantity-selector {
    border-radius: 6px !important;
}

.yt-cart-quantity-increment.qty-selector-decrement-button,
.yt-cart-quantity-decrement.qty-selector-decrement-button {
    font-size: 22px !important;
    padding: 0px !important;
    background: white !important;
}

.yt-cart-product-card-wrapper::after {
    border-bottom: none !important;
    content: none !important;
    /* This effectively removes the whole pseudo-element */
}

.yt-cart-divider,
.yt-cart-products-list-separator {
    background: none !important;
    height: 2px !important;
}

#yt-cart-shell-drawer,
.yt-cart-product-title,
.yt-cart-product-rec-info>div>div>span,
.yt-cart-product-rec-info>div>a,
.yt-cart-title-text {
    font-family: poppins !important;
}

.yt-cart-multi-progress-bar {
    height: 7px !important;
    margin-left: 0px !important;
    background-color: #e2e2e2 !important;
    border: 0px !important;
    background-image: none !important;
}

.yt-cart-progress-bar-tier-name-tag,
.yt-cart-multi-tier-reward-message {
    background-color: transparent !important;
    color: black !important;
}

.yt-cart-top-bar {
    margin-bottom: 4px;
    background: #7f521c;
}

.yt-cart-product-recs-title {
    padding-left: 12px !important;
    padding-right: 12px !important;
    width: fit-content;
    background-color: transparent !important;
    color: #13481e !important;
    font-family: 'Poppins';
    border-bottom: 2px solid #13481e;
}

.yt-cart-products-list-separator {
    display: none !important;
}

.yt-cart-product-rec-button {
    background-color: transparent !important;
    color: #13481e !important;
    border: 1.5px #13481e inset !important;
    border-radius: 8px !important;
    font-family: 'Poppins' !important;
    font-weight: 600 !important;
}

.yt-cart-product-rec-image {
    width: 85px !important;
    border: 2px solid #d5d5d5 !important;
    border-radius: 12px !important;
    width: 85px !important;
}










/* =========================================
   1. MAIN CARD CONTAINER
   ========================================= */
.yt-cart-carousel-container {
  background-color: #F8F8F8 !important;
  border: 1px solid #D1D1D1 !important;
  border-radius: 12px !important; /* Reduced from 2rem (pill) to a softer rectangle */
  margin: 8px !important; 
  padding: 12px !important; /* Kept overall outer padding tight */
  box-sizing: border-box !important;
  width: 100% !important;
  height: auto !important;
  min-height: min-content !important;
}

/* =========================================
   2. INNER FLEX LAYOUT
   ========================================= */
.yt-cart-carousel-inner-container {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0 !important; /* Explicitly removed padding from inner container */
  gap: 6px !important; /* Reduced gap for a tighter layout */
  width: 100% !important;
}

/* =========================================
   3. LEFT TICKET ICON (Fixed to match reference)
   ========================================= */
/* .yt-cart-carousel-inner-container::before {
  content: "";
  display: block;
  width: 1.75rem !important; /* Slightly larger to match proportions */
  height: 1.75rem !important;
  flex-shrink: 0 !important;
  /* Custom SVG perfectly matching the % ticket shape */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 7a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v2a2 2 0 0 0 0 4v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-2a2 2 0 0 0 0-4V7z'/%3E%3Cline x1='9' y1='15' x2='15' y2='9'/%3E%3Ccircle cx='9.5' cy='9.5' r='1.2' fill='black' stroke='none'/%3E%3Ccircle cx='14.5' cy='14.5' r='1.2' fill='black' stroke='none'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 4px !important; /* Adds a tiny bit of breathing room before text */
} */

/* =========================================
   4. TEXT CONTAINER & TEXT SIZE
   ========================================= */
.yt-cart-carousel-text-container {
  border-right: none !important; 
  padding: 0 !important;
  text-align: left !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  flex: 1 1 auto !important; 
  min-width: 0 !important; 
}

.yt-cart-carousel-main-text {
  font-size: 0.875rem !important; /* ~14px */
  font-weight: 700 !important;
  color: #000 !important;
  text-align: left !important;
  display: block !important;
  white-space: normal !important; 
  word-wrap: break-word !important;
  line-height: 1.2 !important;
  margin-bottom: 2px !important;
}

.yt-cart-carousel-second-text {
  font-size: 0.75rem !important; /* ~12px */
  font-weight: 600 !important;
  color: #000 !important;
  text-align: left !important;
  display: block !important;
  white-space: normal !important;
  line-height: 1.2 !important;
}

/* =========================================
   5. COPY BUTTON (Fixed Functionality)
   ========================================= */
.yt-cart-carousel-icon {
  background-color: #EAE6DF !important;
  border: 1.5px solid #000 !important;
  border-radius: 8px !important; /* Reduced radius to match the main container's sharper look */
  padding: 6px 12px !important; 
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  position: relative !important; 
  transition: background-color 0.2s ease;
}

.yt-cart-carousel-icon:hover {
  background-color: #DCD6CD !important;
}

/* Visually hide SVG but stretch it over the button for clicks */
.yt-cart-carousel-icon svg {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important; 
  z-index: 10 !important; 
  cursor: pointer !important;
}

/* Inject "Copy Code" text */
.yt-cart-carousel-icon::after {
  content: "Copy Code";
  font-size: 0.8rem !important; 
  font-weight: 700;
  color: #000;
  white-space: nowrap;
  position: relative !important;
  z-index: 1 !important; 
}