/** Shopify CDN: Minification failed

Line 421:0 Unexpected "}"

**/
.body-no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

.sc-line-item.gift-wristband a{
pointer-events:none!important;
}

.sc-line-item.gift-sticker-sheet a{
pointer-events:none!important;
}
.sc-line-item.gift-sticker-sheet .sc-properties {
  display:none;
}

.sc-line-item.gift-sticker-sheet .price-date-quantity{
  display:none;
}
.side-cart .sc-items .sc-line-item .sc-item-img .item-text.logo_c {
    left: 11%;
    bottom: 12%;
}
.bar__free__text{
  font-size:8px;
}
.side-cart .sc-items .sc-line-item .sc-item-img .item-text.logo_c .item-text-m{
     font-size:16px;
}
.side-cart .sc-items .sc-line-item .sc-item-img .item-text.logo_c {
    left: 12%;
    bottom: 17%;
}
a.sc-icon-plus {
    background: white;
    color: black;
    border-radius: 5px;
    font-size: 12px;
    padding: 3px;
    width: 40px;
}
.innerbtn {
    border: 2px solid black;
    border-radius: 3px;
    text-align: center;
  color:black!important;
}
.sc-add-to-cart {
    display: flex;
    gap: 3px;
}
.sc-footer {
  border-top: 2px solid white;
}
.bottom_text_m {
    font-size: 12px;
    font-family: 'Poppins';
}
.preorder-text{
  font-size:8px;
}
.cart-item-image_m{
display:flex;
}
.main_gift_c {
    display: flex;
    gap: 27px;
  padding:10px;
  justify-content:space-between;
  width:100%;
}
.image_gift_c {
    max-width: 100px;
    margin-left: 15px;
}
.main_title_gift {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins';
    color: white;
}
.swatch_main_size{
  display:flex;
  flex-direction:column;
  gap:2px;
}
.information_side_m {
    display: flex;
    gap: 11px;
}
.swatch_main_size label {
    text-transform: uppercase;
    padding: 5px 10px;
    border: 1px solid #fff!important;
    margin-bottom: 5px;
    text-align: center;
    font-size: 15px;
    border-radius: 4px;
}
.swatch_main_size input:checked + label {
  color: #000;
    background: #fff;
    outline-offset: 0;
    border: none;
}
.title_gift_c {
    max-width: 100%;
}
.discount__price h4{
  margin-bottom:0px;
}
.discount__price {
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
}
.continue_shopping_btn {
  text-align: center;
  /* font-weight: bold; */
  text-decoration: underline;
  cursor: pointer;
  color: white;
  font-weight: 500;
  text-underline-offset: 5px;
  padding-bottom: 5px;
}
.sc-proceed-to-checkout {
  padding: 10px;
  padding-bottom: 5px;
}
.side-cart {
  width: 500px;
  position: fixed;
  top: 0;
  right: -500px;
  z-index: 999;
  height: 100vh;
  background-color: black;
  /* box-shadow: rgb(116 105 105 / 80%) 0 7px 29px; */
  transition: right 0.3s ease;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: white black;
  scrollbar-width: thin;
}
.side-cart .side-cart-inner {
  position: relative;
}
.side-cart::-webkit-scrollbar-thumb {
  background-color: white;
}
.side-cart::-webkit-scrollbar-track {
  background-color: black;
}
.side-cart .sc-line-item:not(:first-child) {
  margin-top: 20px;
}
.side-cart .quantity-container input {
  max-width: 2rem;
  padding-right: 0;
  padding-left: 0;
  min-width:2rem;
}
.side-cart .sc-icon-close {
  background-color: transparent;
  padding: 10px;
  position: fixed;
  right: -30px;
  top: -5px;
  z-index: 19;
  transition: right 0.3s ease;
}
.side-cart.open .sc-icon-close {
  right: 470px;
}
.side-cart .sc-icon-close svg {
  width: 10px;
  height: 10px;
}
.side-cart h4.sc-title {
  text-transform: uppercase;
  text-align: center;
  font-size: 1em;
  padding-top: 10px;
}
.side-cart .sc-upsells h4 {
  margin: 0;
  font-size: 12px;
  text-align: center;
}
.side-cart.open {
  right: 0;
}
.side-cart .sc-items {
  padding: 10px;
}
.side-cart .sc-items p.empty {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 20px;
}
.side-cart .sc-items .sc-line-item .sc-item-img {
  width: 120px;
  position: relative;
}
.side-cart .sc-items .sc-line-item .sc-item-img .item-text {
  position: absolute;
  bottom: 22%;
  left: 15%;
  transform: rotate(15deg);
  min-width: 77px;
}
.side-cart .sc-items .sc-line-item .sc-item-img .item-text-m {
  font-size: 21px;
  font-weight: 700;
  -webkit-text-stroke-width: 1px;
  text-align: center;
  width: 100%;
  font-family: "Tomorrow", sans-serif;
}

.side-cart .sc-items .sc-line-item.custom-wristband .sc-item-img .item-text-m {
  font-size: 21px;
  font-weight: 700;
  -webkit-text-stroke-width: 2px;
  text-align: center;
  width: 100%;
  font-family: "Tomorrow", sans-serif;
}
.side-cart .sc-items .sc-properties p.property {
  margin: 0;
}
.side-cart .sc-items .sc-estimated {
  margin-top: 10px;
}
.side-cart .sc-line-item {
  display: flex;
}
.side-cart .sc-loading {
  background: #000;
  position: fixed;
  right: 235px;
  top: 50vh;
  transform: translate(-50%, -50%);
  display: none;
  border: 4px solid #000;
  border-top: 4px solid #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
}
.side-cart .sc-footer {
  position: sticky;
  bottom: 0;
  transition: right 0.3s ease;
  width: 100%;
  background-color: #000;
  z-index: 17;
}
.side-cart.open .sc-footer {
  right: 0;
}

.side-cart .sc-upsell-msg {
  font-size: 0.8em;
  text-align: center;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.side-cart .sc-line-item .price-and-quantity {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.side-cart .sc-line-item .quantity-container {
  margin: 0;
  max-height: 45px;
  border-width: 2px;
  padding: 0 10px;
}
.side-cart .sc-line-item .sc-price p {
  font-weight: 600;
}
.side-cart .sc-line-item .sc-price span,
.side-cart h5#sc-subtotal span,
.side-cart h6#sc-shipping span {
  color: grey;
  text-decoration: line-through;
  margin-left: 5px;
}
.side-cart h6#sc-shipping-title span {
  font-size: 11px;
  margin-left: 5px;
}
.side-cart .sc-upsells {
  background-color: #0a0a0a;
  padding: 10px;
}
.side-cart .sc-item-title {
  width: 75%;
  position: relative;
}
.side-cart .sc-item-title .delete-icon {
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 16;
  cursor: pointer;
  width: 15px;
}
.side-cart .price-date-quantity {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.side-cart .sc-item-title a {
  font-weight: 600;
  max-width: 80%;
  display: block;
  text-decoration: none;
  font-size: 18px;
}
.side-cart .sc-item-title a:hover {
  border-bottom: none;
}
.side-cart .sc-upsells p {
  text-align: center;
}
.progress-with-message {
  padding: 10px 30px 20px 30px;
  position: fixed;
  top: 0;
  right: -500px;
  width: 100%;
  max-width: 500px;
  background-color: black;
  z-index: 18;
  transition: right 0.3s ease;
}
.progress-with-message {
  right: 0;
}

.progress-with-message p {
  text-align: center;
  font-size: 0.8em;
}
.progress-container {
  width: 100%;
  max-width: 500px;
  position: relative;
}
.progress-bar {
  width: 100%;
  background-color: #7f7f7f;
  border-radius: 10px;
  overflow: hidden;
  height: 5px;
  position: relative;
}
.progress {
  height: 100%;
  width: 0;
  transition: width 0.3s ease;
}
.markers {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.marker {
  position: absolute;
  top: -13px;
  transform: translate(-50%);
  font-size: 11px;
  color: #000;
  border-radius: 5px;
  padding: 2px 3px;
  font-weight: 600;
}
.marker {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.2;
    width: max-content;
}
.item-logo {
  display: block;
     max-width: 30px;
    position: absolute;
    bottom: 63px;
    left: 42px;
    transform: rotate(16deg);
}

}
span.bar__free__text {
    font-size: 8px;
}
.marker:first-child {
  background-color: #01ffa8;
}
.marker:nth-child(2) {
  background-color: #33ccff;
}
.marker:nth-child(3) {
  background-color: #9417de;
}
.marker:last-child {
  background-color: #ff28ed;
  display:flex;
}
.suggestions {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.side-cart .suggestions .suggest-item {
  display: flex;
  width: calc(50% - 5px);
  justify-content: space-around;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: #000;
  padding: 5px;
  text-align: center;
  position: relative;
}



.side-cart .suggestions .suggest-item.thirswrist .item-text {
   position: absolute;
    bottom: 34%;
    left: 16%;
    transform: rotate(0deg);
    min-width: 77px;
}

.side-cart .sc-items .sc-line-item.custom-wristband .sc-item-img .item-text{
  position: absolute;
    bottom: 34%;
    left: 16%;
    transform: rotate(0deg);
    min-width: 77px;
}

.side-cart .sc-items .sc-line-item.custom-wristband .sc-item-img .item-text-m {
   font-size: 50px;
}
.side-cart .suggestions .item-text {
  position: absolute;
  bottom: 22%;
  left: 13%;
  transform: rotate(15deg);
  min-width: 77px;
}

.side-cart .suggestions .suggest-item.thirswrist .item-text {
    position: absolute;
    bottom: 34%;
    left: 13%;
    transform: rotate(0deg);
    min-width: 77px;
}

.side-cart .suggestions .suggest-item.thirswrist .item-text .item-text-m{
    font-size: 53px;
    font-weight: 700;
    -webkit-text-stroke-width: 1px;
    text-align: center;
    width: 100%;
    font-family: "Tomorrow", sans-serif;
}


.item-text-m.special-symbol,
.property.special-symbol,
.product-details__item--property span.special-symbol {
  font-family: monospace !important;
}
.side-cart .suggestions .item-text .item-text-m {
  font-size: 21px;
  font-weight: 700;
  -webkit-text-stroke-width: 1px;
  text-align: center;
  width: 100%;
  font-family: "Tomorrow", sans-serif;
}
.side-cart .suggestions .suggest-item img.product-img {
  max-width: 120px;
}
.side-cart .item-action {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.side-cart .item-action input[type="radio"] {
  display: none;
}
.side-cart .item-action .swatch-element label {
  width: 100% !important;
  text-transform: uppercase;
  padding: 5px 10px;
  border: 1px solid #fff !important;
  margin-bottom: 5px;
  flex-direction:column;
}
.side-cart .item-action .sc-add-to-cart {
  margin-top: 5px;
}
.side-cart .sc-cart-total {
  padding: 10px;
}
.side-cart .sc-subtotal,
.side-cart .sc-shipping {
  display: flex;
  justify-content: space-between;
}
.side-cart .sc-subtotal h5 {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 3px;
}
.side-cart .sc-shipping h6 {
  text-transform: uppercase;
  font-size: 13px;
  margin: 0;
}
.side-cart .sc-shipping h6#sc-shipping {
  text-transform: capitalize;
}
.sc-proceed-to-checkout {
  padding: 10px;
}
.delete_gift_svg {
    max-width: 15px;
    display: none;
}
.sc-proceed-to-checkout a {
  background: linear-gradient(45deg, #34ccff, #03ffa8);
  color: #000;
  text-transform: uppercase;
  width: 100% !important;
  display: block;
  padding: 10px;
  font-weight: 600;
  text-align: center;
  border-radius: 50px;
  border: 2px solid #fff;
  cursor: pointer;
}
.sc-proceed-to-checkout a:hover {
  color: #000;
}

/* ── Checkout button loading state ──
   Triggered by JS on click. Reuses the existing @keyframes spin defined
   above. Disables interaction so a second tap can't fire a duplicate
   checkout flow while remapFlagsBeforeCheckout() resolves. */
.sc-proceed-to-checkout.is-loading {
  pointer-events: none;
}
.sc-proceed-to-checkout.is-loading a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  opacity: 0.85;
  cursor: wait;
}
.sc-checkout-spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(0, 0, 0, 0.25);
  border-top-color: #000;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  flex-shrink: 0;
}
.sc-checkout-loading-text {
  font-weight: 600;
  letter-spacing: 0.3px;
}
.sc-footer .footer-icons {
  padding: 10px;
}
@media (max-width: 500px) {
  a.sc-icon-plus {
    background: #fff;
    color: #000;
    border-radius: 5px;
    font-size: 10px;
    padding: 2px;
    width: 33px;
}
  .side-cart {
    width: 100%;
    height: 100%;
    right: -100%;
    display: flex;
    justify-content: flex-end;
  }
  .side-cart .side-cart-inner {
    position: unset;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .side-cart .sc-content {
    overflow: auto;
    overflow-y: auto;
    flex: 1;
  }
  .side-cart .sc-footer {
    width: 100%;
    right: -500px;
    position: fixed;
    transition: right 0.3s ease;
  }
  .side-cart.open .sc-footer {
    right: 0;
  }
  .side-cart .sc-loading {
    right: calc(50% - 14px);
  }
  .side-cart .sc-items .sc-line-item .sc-item-img .item-text {
    left: 14%;
  }
  .sc-proceed-to-checkout a {
    font-size: 18px;
  }
  .side-cart.open .sc-icon-close {
    right: calc(100% - 30px);
  }
  .progress-with-message {
    right: 0;
  }
}
@media (max-width: 480px) {
  .side-cart .suggestions .item-text {
    left: 12%;
  }
}
@media (max-width: 450px) {
  .side-cart .suggestions .suggest-item img.product-img {
    max-width: 54%;
  }
  .side-cart .suggestions .item-text {
    left: 11%;
  }
  .side-cart .suggestions .suggest-item.thirswrist .item-text {
    position: absolute;
    bottom: 34%;
    left:11%;
    transform: rotate(0deg);
    min-width: 77px;
}

.side-cart .suggestions .suggest-item.thirswrist .item-text .item-text-m{
    font-size: 40px;
    font-weight: 700;
    -webkit-text-stroke-width: 1px;
    text-align: center;
    width: 100%;
    font-family: "Tomorrow", sans-serif;
}
  
.side-cart .sc-items .sc-line-item .sc-item-img .item-text.logo_c {
       left: 11.5%;
    bottom: 17%;
}
}
@media screen and (max-width: 431px){
  .side-cart .sc-items .sc-line-item .sc-item-img .item-text.logo_c {
       left: 11%;
    bottom: 17%;
}
}
@media (max-width: 420px) {
  .side-cart .suggestions .item-text {
    left: 9%;
  }
    .side-cart .sc-items .sc-line-item .sc-item-img .item-text.logo_c {
       left: 11%;
    bottom: 18%;

}
 .side-cart .suggestions .suggest-item.thirswrist .item-text {
    position: absolute;
    bottom: 34%;
    left:7%;
    transform: rotate(0deg);
    min-width: 77px;
}

}

@media (max-width: 400px) {
  .side-cart .sc-items .sc-line-item .sc-item-img .item-text {
    left: 12%;
  }
  .side-cart .suggestions .item-text {
    left: 7%;
  }
  .side-cart .sc-items .sc-line-item .sc-item-img .item-text-m,
  .side-cart .suggestions .item-text .item-text-m {
    font-size: 18px;
  }
}
@media (max-width: 380px) {
  .side-cart .suggestions .item-text {
    left: 5.5%;
  }
}

@media (max-width: 360px) {
  .side-cart .sc-items .sc-line-item .sc-item-img .item-text {
    left: 11%;
  }
  .side-cart .suggestions .item-text {
    left: 3.5%;
  }
}


span#discount-price {
    color: #FE29ED;
}

.discount__price{
      font-family: Poppins, sans-serif;
}

/* === INLINE UPSELL ROWS === */
.sc-addon-inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px 8px 14px;
  background: #0d0d0d;
  border-top: 1px dashed #2a2a2a;
  margin-bottom: 2px;
  gap: 10px;
}
.addon-check-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  flex: 1;
}
.addon-check-wrap input[type="checkbox"].addon-check {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  cursor: pointer;
  accent-color: #01ffa8;
}
.addon-inline-label {
  font-family: Poppins, sans-serif;
  font-size: 12px;
  color: #aaa;
  font-style: italic;
  line-height: 1.3;
}
.addon-inline-price {
  color: #01ffa8;
  font-style: normal;
  font-weight: 600;
  white-space: nowrap;
}
.addon-qty-reveal {
  display: none;
  align-items: center;
  flex-shrink: 0;
  border: 2px solid #444;
  border-radius: 4px;
  padding: 2px 6px;
  gap: 4px;
}
.addon-qty-reveal span {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 2px;
}
.addon-qty-reveal .addon-qty-input {
  max-width: 2rem;
  min-width: 2rem;
  padding: 0;
  text-align: center;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 13px;
}
.addon-qty-reveal .icon-minus path,
.addon-qty-reveal .icon-plus path {
  fill: #fff;
}

/* === JACKET SUGGESTION === */
/* Jacket suggestion gets its own full-width row in landscape orientation:
   image on top, sizes as a horizontal row underneath, then a single ADD ONE
   button at the bottom. This avoids fighting the portrait sleeve/wristband
   tiles and gives the square jacket image room to display properly. */

/* Full-width tile, vertical stack (image → sizes → button) */
.side-cart .suggestions .suggest-item.jacket {
  flex-direction: column;
  width: 100%;
  align-items: center;
  padding: 8px;
  gap: 8px;
}

/* Landscape image — wide and short. Wrapped in a positioned container so the
   NEW starburst can be absolutely positioned to the top-right corner. */
.side-cart .suggestions .suggest-item.jacket img.product-img {
  width: 100%;
  max-width: 100%;
  height: 180px;
  object-fit: contain;
  display: block;
}

/* NEW starburst badge — top-right of the jacket image. CSS-only burst made with
   conic-gradient + clip-path; multi-line text sits centered.
   Now uses a real <span class="jacket-new-badge"> in the DOM (rendered by JS)
   so we can size "NEW" independently from the other lines. */
.side-cart .suggestions .suggest-item.jacket {
  position: relative;
}
.side-cart .suggestions .suggest-item.jacket .jacket-new-badge {
  white-space: pre;
  position: absolute;
  top: 4px;
  right: 4px;
  width: 90px;
  height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #FE29ED;
  color: #fff;
  font-family: "Tomorrow", sans-serif;
  font-weight: 800;
  font-size: 11px;
  line-height: 1.15;
  letter-spacing: 0.3px;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.25);
  clip-path: polygon(
    50% 0%, 60% 12%, 75% 5%, 78% 22%, 95% 22%, 88% 38%,
    100% 50%, 88% 62%, 95% 78%, 78% 78%, 75% 95%, 60% 88%,
    50% 100%, 40% 88%, 25% 95%, 22% 78%, 5% 78%, 12% 62%,
    0% 50%, 12% 38%, 5% 22%, 22% 22%, 25% 5%, 40% 12%
  );
  z-index: 2;
  pointer-events: none;
  transform: rotate(12deg);
}
/* "NEW" line: 30% larger, but with reduced line-height so its baseline stays
   on the same visual line as before. line-height: 1/1.3 ≈ 0.88 cancels the
   extra vertical space the larger glyphs would have introduced, so lines 2
   and 3 don't shift down. */
.side-cart .suggestions .suggest-item.jacket .jacket-new-badge .badge-new {
  display: block;
  font-size: 1.3em;
  line-height: 0.88;
}

/* Sizes row: full width, all 5 pills on one line */
.side-cart .suggestions .suggest-item.jacket .item-action.forsize {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  justify-content: center;
  gap: 4px;
  width: 100% !important;
  flex-basis: 100% !important;
}

/* ADD TO CART button: forced to its own row below the sizes */
.side-cart .suggestions .suggest-item.jacket .sc-add-to-cart.jacket-only {
  width: 100% !important;
  flex-basis: 100% !important;
  display: flex !important;
  justify-content: center;
  margin-top: 8px;
}

/* Each size pill is sized to its label content, single-line.
   flex: 0 0 auto prevents shrinking below content width (which clips text). */
.side-cart .suggestions .suggest-item.jacket .item-action .swatch-element {
  flex: 0 0 auto;
}
.side-cart .suggestions .suggest-item.jacket .item-action .swatch-element label {
  white-space: nowrap;
  font-size: 9px;
  padding: 5px 6px;
  letter-spacing: -0.2px;
  margin-bottom: 0 !important;
  width: auto !important;
}

/* ADD ONE button: force onto its own line below the size row by giving it
   100% flex-basis. The .sc-add-to-cart is a sibling of .item-action.forsize
   inside .suggest-item.jacket (which is flex-direction: column), so it stacks
   below sizes naturally. This rule just makes sure it's full-width and centered. */

/* ADD TO CART button: full width of the tile, prominent.
   Jacket-only: thicker black inner border, tighter outer white padding. */
.side-cart .suggestions .suggest-item.jacket .sc-add-to-cart.jacket-only {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 0;
}
.side-cart .suggestions .suggest-item.jacket .sc-add-to-cart.jacket-only a.sc-icon-plus {
  width: 60%;
  max-width: 200px;
  padding: 2px;
}
.side-cart .suggestions .suggest-item.jacket .sc-add-to-cart.jacket-only a.sc-icon-plus .innerbtn {
  border-width: 2px;
}

/* Mockup number on the jacket image — left chest area, no tilt.
   Uses fixed-width + text-align: center pattern (matching how sleeve and
   wristband suggestions handle this) so single-digit and double-digit numbers
   center on the same point, instead of left-anchoring and drifting based on
   character count. */
.side-cart .suggestions .suggest-item.jacket .item-text {
  position: absolute;
  top: 25%;
  left: 55%;
  width: 60px;
  margin-left: -30px;
  bottom: auto;
  transform: none;
  height: auto;
  text-align: center;
}
.side-cart .suggestions .suggest-item.jacket .item-text .item-text-m {
  font-size: 32px;
  line-height: 1;
  -webkit-text-stroke-width: 1px;
}

/* === JACKET DETAIL POPUP ===
   The .jacket-new-badge starburst is the tappable trigger — keeps its
   "NEW w/ Chenille Patches!" text plus a small "i" info indicator that
   signals it's an information button. Tapping opens .jacket-detail-popup,
   an overlay covering only the product image area, so size pills and
   ADD TO CART below remain visible and interactive. Close via the X.
*/

/* Trigger button — override prior pointer-events:none, add cursor */
.side-cart .suggestions .suggest-item.jacket .jacket-new-badge {
  pointer-events: auto;
  cursor: pointer;
}
.side-cart .suggestions .suggest-item.jacket .jacket-new-badge:hover {
  filter: brightness(1.1);
}

/* Small "i" info indicator inside the starburst, on the same line as "NEW"
   (left of it). Marks the starburst as an info button without overpowering
   the existing label. box-sizing:border-box keeps total size 14x14 incl.
   border so it lines up neatly with NEW's cap-height. */
.side-cart .suggestions .suggest-item.jacket .jacket-new-badge .badge-info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border: 1.5px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  font-family: 'Georgia', serif;
  font-style: italic;
  font-weight: 700;
  font-size: 10px;
  line-height: 1;
  background: rgba(0, 0, 0, 0.25);
  letter-spacing: 0;
  text-shadow: none;
  flex-shrink: 0;
}

/* Line 1 of the badge — wraps the "i" + "NEW" so they share a single flex
   item in the badge's column layout. Without this wrapper, each child is its
   own column row and the icon sits on its own line. */
.side-cart .suggestions .suggest-item.jacket .jacket-new-badge .badge-line-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

/* Popup overlay — covers ONLY the .product-img region (180px tall).
   Vertical column layout: images on top filling all available space flush
   to the top + left edges, then bullets below. No outline. */
.side-cart .suggestions .suggest-item.jacket .jacket-detail-popup {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 190px;
  background: rgba(0, 0, 0, 0.96);
  border-radius: 5px;
  z-index: 4;
  padding: 0;
  box-sizing: border-box;
  flex-direction: column;
}
.side-cart .suggestions .suggest-item.jacket.popup-open .jacket-detail-popup {
  display: flex;
}
/* Hide the trigger while popup is open so it doesn't compete visually */
.side-cart .suggestions .suggest-item.jacket.popup-open .jacket-new-badge {
  display: none;
}

/* Close X — dark translucent circle so it stays legible over any image */
.side-cart .suggestions .suggest-item.jacket .jacket-detail-popup-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 24px;
  height: 24px;
  border: none;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  border-radius: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.side-cart .suggestions .suggest-item.jacket .jacket-detail-popup-close:hover {
  background: #FE29ED;
}

/* Two square images side by side, filling all remaining vertical space
   above the bullets. Flush to top-left/right corners (matching popup
   border-radius), no gap between them. */
.side-cart .suggestions .suggest-item.jacket .jacket-detail-popup-imgs {
  display: flex;
  width: 100%;
  flex: 1;
  min-height: 0;
}
.side-cart .suggestions .suggest-item.jacket .jacket-detail-popup-img {
  flex: 1 1 50%;
  height: 100%;
  background-repeat: no-repeat;
}
/* Bottom-left 25% quadrant of chenille_varsity_jacket_2s.jpg.
   200% 200% scale shows 1/4 of the image; 0% 100% positions to bottom-left. */
.side-cart .suggestions .suggest-item.jacket .jacket-detail-popup-img.crop-bl {
  background-image: url('/cdn/shop/files/chenille_varsity_jacket_2s.jpg?v=1777685042');
  background-size: 200% 200%;
  background-position: 0% 100%;
  border-top-left-radius: 5px;
}
.side-cart .suggestions .suggest-item.jacket .jacket-detail-popup-img.closeup {
  background-size: cover;
  background-position: center;
  border-top-right-radius: 5px;
}

/* Bullets row — fixed-height section below the images. The whole block is
   centred horizontally under the image row, but each <li> inside shares a
   common left edge (the leftmost edge of the widest bullet). width:fit-content
   sizes the <ul> to its widest child; align-self:center centres that block in
   the popup's flex column. white-space:nowrap forces single-line per bullet;
   overflow:ellipsis guards against overlong text on the smallest viewports. */
.side-cart .suggestions .suggest-item.jacket .jacket-detail-popup-bullets {
  flex: 0 0 auto;
  align-self: center;
  width: fit-content;
  max-width: 100%;
  list-style: none;
  margin: 0;
  padding: 6px 12px 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.side-cart .suggestions .suggest-item.jacket .jacket-detail-popup-bullets li {
  font-family: Poppins, sans-serif;
  font-size: 11.5px;
  line-height: 1.3;
  color: #fff;
  position: relative;
  padding-left: 11px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.side-cart .suggestions .suggest-item.jacket .jacket-detail-popup-bullets li::before {
  content: '•';
  color: #FE29ED;
  position: absolute;
  left: 0;
  top: -1px;
  font-weight: 900;
  font-size: 14px;
}

/* Mobile — tighten font so 3 bullets all stay single-line in narrow viewports */
@media (max-width: 500px) {
  .side-cart .suggestions .suggest-item.jacket .jacket-detail-popup-bullets {
    padding: 5px 10px 8px 10px;
  }
  .side-cart .suggestions .suggest-item.jacket .jacket-detail-popup-bullets li {
    font-size: 10.5px;
    padding-left: 10px;
  }
}