/* hide customer acct logo*/
.widgetLogo img {
  content:
    Url('https://us.evocdn.io/dealer/1487/content/media/Managed_Themes/abdemo-0sihmMSmnoE-unsplash.jpg');
  max-width:146px;
  max-height:50px;
}

/*brand message
body.ex-loggedin .tileparent.product.brand_1363 .footer-wrapper-price::after {
content: "Due to tariffs, pricing is subject to change at any time";
display: block;
font-weight: bold;
  font-size:12px;
color: #03bcd9;
margin-top: 16px;
margin-top:10px;
text-align: center; */
}
/*end to buttons*/

/*strip from CBS Bahamas*/
.container {
    margin-left: auto;
    margin-right: auto;
 padding-right: 15px;
  padding-left: 15px;
}

.logo-strip {
display:flex;
  flex-wrap: wrap;
  gap:6px;
  justify-content: center;
}

.nFlex {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.nFlex:after, :before {
    box-sizing: border-box;
}

.stripBox {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 3px;
}
.stripImg {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.nLinkArea {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.stripBox p span {
    font-size: 20px;
    font-weight: 700;
}

.stripBox p {
    margin: 0;
    font-size: 14px;
    line-height: 30px;
    transition: 0.35s color;
}
.stripBox p span {
    font-size: 20px;
    font-weight: 700;
}
/*end cbs bahamas strip */

#contentblock_181235 {
margin-left: auto;
margin-right: auto;
float: none;
}
[data-easter-egg] {
visibility: hidden;
opacity: 0;
transition: opacity 0.3s ease;
}
.easter-egg-visible {
visibility: visible;
opacity: 1;
}
.col-lg-2 .homeEE {
display: flex !important;
justify-content: center;
align-items: center;
width: 100%
padding: 12px 0;
position: relative;
}
.col-lg-2 .homeEE img {
display: block;
margin: 0 auto;
width: 80px;
height: auto;
max-width: 100%;
}
@media (max-width: 768px) {
.col-lg-2 .homeEE img {
width: 60px;
  }
}

/* Hide easter eggs for logged-out visitors
body.ex-loggedout [data-easter-egg] {
  display: none !important;
} */

  #salesPopupOverlay {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #salesPopup {
    background: transparent;
    padding: 0;
    border-radius: 12px;
    max-width: 450px;
    width: 90%;
    text-align: center;
    position: relative;
    font-family: sans-serif;
    animation: fadeIn 0.4s ease;
  }

  #salesPopupClose {
    position: absolute;
    top: -14px; right: -14px;
    font-size: 22px;
    background: white;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    color: #666;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    z-index: 10001;
  }

  .popup-img-container {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
  }

  .popup-img-container img {
    width: 100%;
    height: auto;
    display: block;
  }

  .popup-img-container a.popup-btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    color: black;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  }

  .popup-img-container a.popup-btn:hover {
    background-color: #a80000;
  }

  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
  }

.newsletters_container .desc-wrapper .p-style3 {
  display: none;
}

.manufacturers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); /* Flexible columns */
  gap: 20px;
}

.manufacturer-card {
  text-align: center;
}

.manufacturer-card img {
  max-width: 100%;
  height: auto;
}

/* Inline quick range inside the .date-range row */
#request-report .quick-date-range {
  display: flex;
  align-items: flex-end;
  margin-left: 12px; /* space from the end date field */
}
#request-report .quick-date-range label {
  display: none; /* hide the label for inline version */
}
#request-report .quick-date-range select {
  min-width: 160px;
  height: 34px; /* match Bootstrap input height */
  font-size: 14px;
}

/* Wrapper that hides the overflow */
.notice-scroll {
  width: 100%;
  overflow: hidden;
  white-space: nowrap; /* keeps text on one line */
  position: relative;
}

/* The actual moving text */
.notice-scroll p {
  display: inline-block;
  padding-left: 100%; /* start outside the left side */
  animation: notice-marquee 15s linear infinite; 
}

/* Keyframes define the scroll direction and distance */
@keyframes notice-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* ============================= */
/* PDP Custom Shirt Text */
/* ============================= */

/* Hide the add-on product on PDP */
.ex-product .productsrelated [data-sku="Custom-shirt-text"] {
  display: none;
}


.text-input-wrap {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #004b85;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.text-input-wrap h3 {
  margin: 0 0 15px;
  font-size: 1.4em;
  font-weight: 700;
}

.text-input-wrap h3 span {
  display: block;
  font-size: 0.6em;
  text-transform: uppercase;
  color: #004b85;
  font-weight: 400;
}

.text-input-wrap .custom-text-toggle {
  margin: 0 0 15px;
  position: relative;
  padding: 10px 20px;
  border: 1px solid #004b85;
  background-color: #fff;
  border-radius: 5px;
}

.text-input-wrap .custom-text-toggle::before {
  content: "";
  width: 13px;
  height: 12px;
  border-radius: 2px;
  border: 1px solid #000;
  display: inline-block;
  margin-right: 10px;
}

.text-input-wrap .custom-text-toggle.nActive {
  background-color: #004b85;
  color: #fff;
}

.text-input-wrap .custom-text-toggle.nActive::before {
  border-color: #fff;
}

.text-input-wrap .custom-text-toggle.nActive::after {
  content: "\f00c";
  position: absolute;
  font-family: fontawesome;
  left: 22px;
  top: 13px;
  font-size: 9px;
}

.text-input-wrap .custom-text-toggle:hover,
.text-input-wrap .custom-text-toggle:focus-visible {
  background-color: #008348;
  color: #fff;
}

.text-input-wrap .custom-text-toggle:hover::before,
.text-input-wrap .custom-text-toggle:focus-visible::before {
  border-color: #fff;
}

.text-input-wrap .product-text-input {
  padding: 5px 15px;
  width: 100%;
  max-width: 320px;
  pointer-events: none;
  opacity: 0.3;
  background-color: #ccc;
  border: 1px solid #bbb;
  border-radius: 5px;
}

.text-input-wrap .nActive ~ .product-text-input {
  pointer-events: all;
  opacity: 1;
  background-color: #fff;
}

.text-input-wrap .char-limit {
  margin-top: 5px;
  font-size: 12px;
}

.text-input-wrap .char-limit .char-remain::before {
  content: attr(data-charleft);
  font-weight: 700;
  margin-right: 3px;
  color: green;
}

.text-input-wrap .char-limit .char-remain[data-charleft=""] {
  display: none;
}

.text-input-wrap .char-limit .char-remain[data-charleft="1"]::before,
.text-input-wrap .char-limit .char-remain[data-charleft="2"]::before,
.text-input-wrap .char-limit .char-remain[data-charleft="3"]::before,
.text-input-wrap .char-limit .char-remain[data-charleft="4"]::before {
  color: orange;
}

.text-input-wrap .char-limit .char-remain[data-charleft="0"]::before {
  color: red;
}

/* ============================= */
/* PDP Custom Shirt Text UI */
/* ============================= */

/* Hide the add-on SKU in related products */
.ex-product .productsrelated [data-sku="Custom-shirt-text"] {
  display: none;
}

/* Custom Text Input Wrapper */
.text-input-wrap {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #004b85;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.text-input-wrap h3 {
  margin: 0 0 15px;
  font-size: 1.4em;
  font-weight: 700;
}

.text-input-wrap h3 span {
  display: block;
  font-size: 0.6em;
  text-transform: uppercase;
  color: #004b85;
  font-weight: 400;
}

.text-input-wrap .custom-text-toggle {
  margin: 0 0 15px;
  position: relative;
  padding: 10px 20px;
  border: 1px solid #004b85;
  background-color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

.text-input-wrap .custom-text-toggle::before {
  content: "";
  width: 13px;
  height: 12px;
  border-radius: 2px;
  border: 1px solid #000;
  display: inline-block;
  margin-right: 10px;
}

.text-input-wrap .custom-text-toggle.nActive {
  background-color: #004b85;
  color: #fff;
}

.text-input-wrap .custom-text-toggle.nActive::before {
  border-color: #fff;
}

.text-input-wrap .custom-text-toggle.nActive::after {
  content: "\f00c";
  position: absolute;
  font-family: fontawesome;
  left: 22px;
  top: 13px;
  font-size: 9px;
}

.text-input-wrap .custom-text-toggle:hover,
.text-input-wrap .custom-text-toggle:focus-visible {
  background-color: #008348;
  color: #fff;
}

.text-input-wrap .custom-text-toggle:hover::before,
.text-input-wrap .custom-text-toggle:focus-visible::before {
  border-color: #fff;
}

.text-input-wrap .product-text-input {
  padding: 5px 15px;
  width: 100%;
  max-width: 320px;
  pointer-events: none;
  opacity: 0.3;
  background-color: #ccc;
  border: 1px solid #bbb;
  border-radius: 5px;
}

.text-input-wrap .nActive ~ .product-text-input {
  pointer-events: all;
  opacity: 1;
  background-color: #fff;
}

.text-input-wrap .char-limit {
  margin-top: 5px;
  font-size: 12px;
}

.text-input-wrap .char-limit .char-remain::before {
  content: attr(data-charleft);
  font-weight: 700;
  margin-right: 3px;
  color: green;
}

.text-input-wrap .char-limit .char-remain[data-charleft=""] {
  display: none;
}

.text-input-wrap .char-limit .char-remain[data-charleft="1"],
.text-input-wrap .char-limit .char-remain[data-charleft="2"],
.text-input-wrap .char-limit .char-remain[data-charleft="3"],
.text-input-wrap .char-limit .char-remain[data-charleft="4"] {
  color: orange;
}

.text-input-wrap .char-limit .char-remain[data-charleft="0"] {
  color: red;
}

/* ============================= */
/* Cart display of custom text */
/* ============================= */

.shopping-cart table td span.add-reference {
  display: none;
}

.shopping-cart table tr.item.l-3242 td span.add-reference {
  display: block;
  pointer-events: none;
}

.shopping-cart table tr.item.l-3242 td span.add-reference a {
  color: white;
  background-color: green;
  padding: 5px;
}

.shopping-cart table tr.item.l-3242 td span.add-reference a:hover {
  color: white !important;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .shopping-cart table tr.item.l-3242 td .more-info {
    display: block;
  }
  .shopping-cart table tr.item.l-3242 td .show-more-info {
    display: none;
  }
}