/** Shopify CDN: Minification failed

Line 1327:0 Expected "}" to go with "{"

**/
/* Declare Fonts */
@font-face {
  font-family: "ExplorerCondensed-Bold";
  src: url("/cdn/shop/files/ExplorerCondensed-Bold.ttf?v=1732103743")
    format("truetype");
  font-weight: bold;
  font-style: normal;
}

/** Modesto **/
body .font-modesto {
  font-family: "modesto-condensed", serif !important;
font-weight: 700;
font-style: normal;
font-size: 95px !important;
}
/** DTLC 
.template-collection-dead-threads-lifting-club-dtlc .section-template--24176259498305__product-grid-padding {
  background-image: url(/cdn/shop/files/dtlc-test.jpg?v=1745505333);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
}**/

/** Garment **/
.menu-item-new {
  color: #ff0000 !important;
  font-weight: bold;
  margin-left: 2px;
}
.menu-item-limited {
  color: #FF8C00 !important;  /* Orange for limited items */
  font-weight: bold;
  margin-left: 2px;
}
#product-switch {
  width: 100%;
  padding: 10px;
  border: 1px solid #333;
  border-radius: 4px;
  background-color: #fff;
  appearance: none; /* hide default arrow (desktop) */
  -webkit-appearance: none; /* Safari/iOS */
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M70 98L30 50h80z' fill='%23000'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
}

/** NEW MENU **/
.header__submenu .header__menu-item, .header__menu-item span, .list-menu__item {
  text-transform: uppercase;
}

.header__submenu .header__submenu {
  background: #ececec;
}

/* === DTLC BANNER (only) ================================= */
.dtlc-banner {
  background-image: url("/cdn/shop/files/DEADLIFT_DESKTOP_BANNER2_1.jpg?v=1746075985");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 450px;

  /* center the inner block and pin it to the bottom */
  display: flex;
  justify-content: center; /* horizontal centering */
  align-items: flex-end; /* push to the bottom    */
}

.dtlc-banner .jpl-bc-cont {
  text-align: center; /* center H1 + breadcrumbs */
  padding: 10px 0; /* 10 px top & bottom      */
  color: #fff; /* white text              */
}

.dtlc-banner .jpl-bc-h1 {
  color: #fff !important;
  text-transform: uppercase !important;
}

.dtlc-banner .breadcrumb-link {
  color: #fff; /* breadcrumb links white  */
}

/* === HALLOWEEN BANNER (only) ================================= */
.halloween-banner {
  background-image: url("/cdn/shop/files/DT_HALLOWEEN_-DESKTOP.jpg?v=1759509019");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 450px;

  /* center the inner block and pin it to the bottom */
  display: flex;
  justify-content: center; /* horizontal centering */
  align-items: flex-end; /* push to the bottom    */
}

.halloween-banner .jpl-bc-cont {
  text-align: center; /* center H1 + breadcrumbs */
  padding: 10px 0; /* 10 px top & bottom      */
  color: #fff; /* white text              */
}

.halloween-banner .jpl-bc-h1 {
  color: #fff !important;
  text-transform: uppercase !important;
}

.halloween-banner .breadcrumb-link {
  color: #fff; /* breadcrumb links white  */
}

/* === OUTDOOR BANNER (only) ================================= */
.outdoor-banner {
  background-image: url("/cdn/shop/files/DT_OUTDOORS_DESKTOP_BANNER2.jpg?v=1748578012");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 450px;

  /* center the inner block and pin it to the bottom */
  display: flex;
  justify-content: center; /* horizontal centering */
  align-items: flex-end; /* push to the bottom    */
}

.outdoor .jpl-bc-cont {
  text-align: center; /* center H1 + breadcrumbs */
  padding: 10px 0; /* 10 px top & bottom      */
  color: #fff; /* white text              */
}

.outdoor .jpl-bc-h1 {
  color: #fff !important;
}

.outdoor .breadcrumb-link {
  color: #fff; /* breadcrumb links white  */
}

/* === HARDY BANNER (only) ================================= */
.hardy-banner {
  background-image: url("/cdn/shop/files/HARDY_DESKTOP_BANNER-1_1.jpg?v=1752648362");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 450px;

  /* center the inner block and pin it to the bottom */
  display: flex;
  justify-content: center; /* horizontal centering */
  align-items: flex-end; /* push to the bottom    */
}

.hardy .jpl-bc-cont {
  text-align: center; /* center H1 + breadcrumbs */
  padding: 10px 0; /* 10 px top & bottom      */
  color: #fff; /* white text              */
}

.hardy .jpl-bc-h1 {
  color: #fff !important;
}

.hardy .breadcrumb-link {
  color: #fff; /* breadcrumb links white  */
}

/* === DAD THREADS BANNER (only) ================================= */
.dadthreads-banner {
  background-image: url("/cdn/shop/files/DADTHREADS_DESKTOP_1.jpg?v=1752669021");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 450px;

  /* center the inner block and pin it to the bottom */
  display: flex;
  justify-content: center; /* horizontal centering */
  align-items: flex-end; /* push to the bottom    */
}

.dadthreads .jpl-bc-cont {
  text-align: center; /* center H1 + breadcrumbs */
  padding: 10px 0; /* 10 px top & bottom      */
  color: #fff; /* white text              */
}

.dadthreads .jpl-bc-h1 {
  color: #fff !important;
}

.dadthreads .breadcrumb-link {
  color: #fff; /* breadcrumb links white  */
}

/* === JPL COLLECTION BANNER (generic for all collections) =============== */
.jpl-collection-banner {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px;
  display: flex;
  justify-content: center; /* horizontal centering */
  align-items: center; /* push to the bottom    */
}

.jpl-collection-banner .jpl-bc-cont {
  text-align: center; /* center H1 + breadcrumbs */
  padding: 10px 0; /* 10 px top & bottom      */
  color: black; /* white text              */
}

.jpl-collection-banner .jpl-bc-h1 {
  color: black !important;
}

.jpl-collection-banner .breadcrumb-link {
  color: black; /* breadcrumb links white  */
}

.jpl-bc-subtitle {
  color: black;
}

.jpl-collection-after {
  text-align: center;
}

@media (max-width: 767px) {
  
  .dthc-overlay-father {
    width: 100% !important;
  }
}

/** MENU NEW IN RED **/
.list-menu__item {
  align-items: end !important;
}

/** Price slash 
.price--on-sale .price-item--regular {
  display: none !important;
} **/

/** Price **/
.card-information > .price, .price .price-item--last {
  color: #e32624 !important;
}

.dt-listing-video-container {
  position: relative;
  width: 100%;
  /* Set the height via padding-bottom to achieve an aspect ratio of 1247 / 1100 ≈ 113.36% */
  padding-bottom: 113.36%;
  overflow: hidden !important;
}

.dt-listing-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* This ensures the video covers the container, cropping as needed */
  display: block;
}

/** END LISTING VIDEO **/

/** Homepage Banner **/
/* COMMON STYLES */

/* Desktop slide font sizes */
.dthc-desktop-slide-1 .dthc-title {
  font-size: 8rem;
  line-height: 0.8em;
}
.dthc-desktop-slide-2 .dthc-title {
  font-size: 8rem;
  line-height: 0.8em;
}
.dthc-desktop-slide-3 .dthc-title {
  font-size: 8rem;
  line-height: 0.8em;
}
.dthc-desktop-slide-4 .dthc-title {
  font-size: 8rem;
  line-height: 0.8em;
}
.dthc-desktop-slide-5 .dthc-title {
  font-size: 8rem;
  line-height: 0.8em;
}
.dthc-desktop-slide-1 .dthc-subtitle {
  font-size: 2rem;
  line-height: 1.3em;
}
.dthc-desktop-slide-2 .dthc-subtitle {
  font-size: 2rem;
  line-height: 1.3em;
}
.dthc-desktop-slide-3 .dthc-subtitle {
  font-size: 2rem;
  line-height: 1.3em;
}
.dthc-desktop-slide-4 .dthc-subtitle {
  font-size: 2rem;
  line-height: 1.3em;
}
.dthc-desktop-slide-5 .dthc-subtitle {
  font-size: 2rem;
  line-height: 1.3em;
}
.dthc-desktop-slide-1 .dthc-subtitle2 {
  font-size: 1.5rem;
  line-height: 1.3em;
}
.dthc-desktop-slide-2 .dthc-subtitle2 {
  font-size: 1.5rem;
  line-height: 1.3em;
}
.dthc-desktop-slide-3 .dthc-subtitle2 {
  font-size: 1.5rem;
  line-height: 1.3em;
}
.dthc-desktop-slide-4 .dthc-subtitle2 {
  font-size: 1.5rem;
  line-height: 1.3em;
}
.dthc-desktop-slide-5 .dthc-subtitle2 {
  font-size: 1.5rem;
  line-height: 1.3em;
}
.halloween-button {
  display: inline-block;
  padding: 12px 30px;
  border: 2px solid #ba7db8;
  color: #ba7db8;
  background: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  box-shadow: 
    0 0 10px #ba7db8,
    0 0 20px #ba7db8,
    0 0 40px #ba7db8,
    inset 0 0 10px #ba7db8,
    inset 0 0 20px #ba7db8;
  transition: all 0.3s ease;
}

.halloween-button:hover {
  background: #f6bdfa;
  color: #0d0d0d;
  box-shadow: 
    0 0 20px #f6bdfa,
    0 0 40px #f6bdfa,
    0 0 60px #f6bdfa,
    inset 0 0 20px #f6bdfa,
    inset 0 0 40px #f6bdfa;
}

/* Mobile slide font sizes */
.dthc-mobile-slide-1 .dthc-title {
  font-size: 45px;
  line-height: 0.8em;
}
.dthc-mobile-slide-2 .dthc-title {
  font-size: 42px;
  line-height: 0.8em;
}
.dthc-mobile-slide-3 .dthc-title {
  font-size: 42px;
  line-height: 0.8em;
}
.dthc-mobile-slide-4 .dthc-title {
  font-size: 42px;
  line-height: 0.8em;
}
.dthc-mobile-slide-5 .dthc-title {
  font-size: 42px;
  line-height: 0.8em;
}
.dthc-mobile-slide-1 .dthc-subtitle {
  font-size: 1rem;
  line-height: 1.3em;
}
.dthc-mobile-slide-2 .dthc-subtitle {
  font-size: 1rem;
  line-height: 1.3em;
}
.dthc-mobile-slide-3 .dthc-subtitle {
  font-size: 1rem;
  line-height: 1.3em;
}
.dthc-mobile-slide-4 .dthc-subtitle {
  font-size: 1rem;
  line-height: 1.3em;
}

.dthc-mobile-slide-5 .dthc-subtitle {
  font-size: 1rem;
  line-height: 1.3em;
}


.dthc-carousel {
  margin: 0 auto;
  position: relative;
}

/* DESKTOP CAROUSEL */
.dthc-desktop-carousel {
  max-width: 1600px;
  display: block;
}

.dthc-overlay-july {
  width: 1200px !important;
}

.dthc-overlay-july {
  width: 100% !important;
  max-width: 1600px;
}

.dthc-football {
  width: 100% !important;
  max-width: 1600px;
}

.dthc-desktop-slide-1 {
  display: flex;
  align-items: center; /* vertical center */
  justify-content: center; /* horizontal center */
}

.dthc-desktop-slide-1 .dthc-overlay-hardy {
  padding: 40px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hardy-logo {
  max-width: 600px;
  margin-bottom: 10px;
}

.hardy-shirt {
  max-width: 470px;
}

.dthc-overlay-sbc {
  padding: 40px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(4deg,rgba(186, 0, 112, 1) 0%, rgba(0, 0, 0, 1) 100%);

}

/* BREAST CANCER */
.shop-pink {
  text-align: center;
  width: 550px;
}

.shop-pink img {
  max-width: 100%;
  height: auto;
      margin: 0 auto;
  object-fit: contain;
}


.shop-pink-title {
  margin: 0 0 10px 0;
}

.shop-pink-sub {
  margin: 0 0 10px 0;
}

.shop-pink-button {
  width: 200px;
  margin: 0 auto;
}

.sbc-button {
  border: 2px solid #261e1c !important;
  color: #261e1c !important;
}
/* MOBILE CAROUSEL */
.dthc-mobile-carousel {
  display: none !important;
}

/* Responsive: Show mobile carousel below 768px */
@media (max-width: 768px) {
  .dthc-desktop-carousel {
    display: none !important;
  }
  .dthc-mobile-carousel {
    display: block !important;
  }
  .dthc-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

    .dthc-mobile-slide-1 {
    display: flex;
    align-items: center;      /* vertical center */
    justify-content: center;  /* horizontal center */
  }

    .dthc-mobile-slide-1 .dthc-overlay-hardy {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 20px;
    box-sizing: border-box;
  }

  .hardy-logo {
    max-width: 300px;
  }

    .hardy-shirt {
      max-width: 400px;
    }

    .sbc-title {
line-height: 1.2em !important;
font-size: 30px !important;
font-style: italic;
}
}

/* Slide styling */
.dthc-slide {
  position: relative;
  background-size: cover;
  background-position: bottom;
  height: 700px !important; /* Adjust height as needed */
}

/* Overlay styling (common for both desktop and mobile) */
.dthc-overlay {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  font-family: Helvetica, "Helvetica Neue", Arial, "Lucida Grande", sans-serif !important;
}

.dthc-title {
  font-size: 36px;
  margin: 0 0 15px 0;
  color: white;
  text-transform: uppercase;
  font-family: Helvetica, "Helvetica Neue", Arial, "Lucida Grande", sans-serif !important;
}
.dthc-subtitle {
  font-family: Helvetica, "Helvetica Neue", Arial, "Lucida Grande", sans-serif !important;
  margin: 5px 0 20px 0;
  text-transform: uppercase;
  color: #fff;
}
.dthc-no-wrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dthc-buttons {
  font-family: Helvetica, "Helvetica Neue", Arial, "Lucida Grande", sans-serif !important;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px; /* Adjust spacing between buttons as needed */
}
.dthc-btn {
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  padding: 6px 20px;
  font-size: 14px;
  cursor: pointer;
  font-family: inherit;
  text-decoration: none;
}

.sbc-btn {

}

.dthc-btn:hover {
  background: white;
  color: black;
}

/* Video container for the mobile video slide */
.dthc-video-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.dthc-video-container video,
.dthc-video-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slick-prev,
.slick-next {
  background: transparent;
  border: none;
  font-size: 2em;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

/* Responsive: Show mobile carousel below 500px */
@media (max-width: 500px) {
  .dtlc-banner {
    min-height: 350px;
  }

    .halloween-banner {
    min-height: 350px;
    background-image: url("/cdn/shop/files/DT_HALLOWEEN_-MOBILE.jpg?v=1759509019");
  }
    .outdoor-banner {
      min-height: 350px;
    background-image: url("/cdn/shop/files/DT_OUTDOORS_PHONE_BANNER_860x700-2.jpg?v=1748578012");
  }

      .hardy-banner {
      min-height: 350px;
    background-image: url("/cdn/shop/files/HARDY_MOBILE_BANNER-1_1.jpg?v=1752648362");
  }

        .dadthreads-banner {
      min-height: 350px;
    background-image: url("/cdn/shop/files/DADTHREADS_1.jpg?v=1752669021");
  }
  

  .dthc-slide {
    height: 600px !important; /* Adjust height as needed */
  }
  .dthc-overlay {
    width: 80%; /* for example */
    max-width: 800px; /* if you want to limit how wide it can get */
    left: 50%;
    transform: translateX(-50%);
  }
  .dthc-btn {
    font-size: 12px;
    padding: 6px 15px;
  }
}
/** END BANNER **/

/* Size guide pop up */

.mfp-bg {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 1042 !important;
  background: rgba(0, 0, 0, 0.8) !important;
  display: block !important;
}

/* Ensure the popup content is styled properly */
.dt-popup-content {
  background: #fff;
  position: relative;
  padding: 30px;
  max-width: 1000px;
  margin: auto;
}

/* Flex container for the title and tabs */
.dt-header {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 20px;
}

/* Title styling */
.dt-popup-title {
  margin: 0 2em 0 0;
  font-size: 24px; /* Adjust as needed */
  text-transform: uppercase;
}

/* Basic styling for tabs */
.dt-tabs {
  list-style: none;
  padding: 0;
  display: flex;
  margin: 0;
}

.dt-tabs li {
  padding: 10px 20px;
  cursor: pointer;
  background: #eee;
  margin-right: 5px;
}

.dt-tabs li.dt-active {
  background: #ccc;
}

/* Grid: 3 columns with gaps */
.dt-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.dt-grid img {
  width: 100%;
  height: auto;
  display: block;
}

/* Ensure popup remains hidden until triggered */
.mfp-hide {
  display: none !important;
}
/** End Style guide **/

.dt-size-guide {
  font-size: 13px;
  margin-bottom: -37px !important;
  text-align: right;
  color: rgba(0, 0, 0, 0.75);
  text-decoration: underline;
}

.dt-size-guide::before {
  content: "";
  display: inline-block;
  width: 16px; /* Adjust the size as needed */
  height: 16px;
  margin-right: 5px; /* Space between the icon and text */
  vertical-align: middle;
  background: url("/cdn/shop/files/size-icon.png?v=1740041012")
    no-repeat center center;
  background-size: contain; /* Ensure the image scales correctly */
}

.header__submenu .header__menu-item#HeaderMenu-all-products-phone-cases-new,
.header__submenu .header__menu-item#HeaderMenu-all-products-dead-lift-new {
  justify-content: flex-start; /* or maybe center, depending on your design */
}

.header__submenu .header__menu-item {
  text-align: left;
}

.template-page-dt-nfc-championship-giveaway-terms-and-conditions
  .main-page-title {
  text-align: center !important;
}
.rte a {
  color: black !important;
}

.template-product-dt-gift-card .caption {
  display: none !important;
}


/* Announcement Bar */
.dt-announcement-bar {
  width: 100%;
  background-color: #e22624;
  color: #fff;
  padding: 15px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  font-size: 12px; /* Ensure consistent font size */
  -webkit-font-smoothing: antialiased; /* Improves font rendering on WebKit */
  text-rendering: optimizeLegibility; /* Forces consistent rendering */
  line-height: 1; /* Stabilizes height for content */
}

/* Marquee Content */
.dt-announcement-content {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  will-change: transform; /* Optimize for animation */
  -webkit-transform: translateZ(0); /* Prevents rendering glitches on iOS */
}

/* Individual Spans */
.dt-announcement-content span {
  display: inline-block;
  margin-right: 150px; /* Space between messages */
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px !important; /* Force font size consistency */
  line-height: 1; /* Prevent Safari from misinterpreting spacing */
}

.dt-announcement-content span a {
  color: #fff;
  text-decoration: underline;
  font-size: inherit; /* Inherit font size from parent */
}

/* Prevent iOS Font Resizing */
body {
  -webkit-text-size-adjust: 100%; /* Disable dynamic font scaling on iOS */
}

/* iOS-Specific Fixes */
@supports (-webkit-touch-callout: none) {
  @media screen and (min-resolution: 2dppx) and (max-width: 430px) {
    .dt-announcement-content span {
      font-size: 12px !important; /* Enforce consistent font size */
      -webkit-font-smoothing: antialiased; /* Enhance font rendering */
      text-rendering: optimizeLegibility; /* Improve rendering */
    }
    .dt-announcement-content span a {
      font-size: inherit; /* Ensure links match the parent font size */
    }
  }
}

/** SIZING PAGE **/
.size-grid-container {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: space-between;
}

.size-grid-box {
  flex: 1 1 calc(50% - 5px); /* Each box takes 50% of the width minus gap */
  background-color: #f5f5f5;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}

.size-grid-box h3 {
  font-size: 1.8vw; /* Responsive font size */
  margin-bottom: 10px;
}

.size-grid-box img {
  max-width: 100%;
  height: auto;
  cursor: pointer;
}

.fancybox-bg {
  display: block !important;
}

/** END SIZING PAGE **/

.mobile-only {
  margin: 0 -20px;
}

.home-welcome {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.mob-slider1,
.mob-slider2,
.mob-slider3 {
  height: 100%;
  background: linear-gradient(to top right, #969696, #e2e2e2);
  display: flex;
  align-items: flex-end;
  overflow-x: hidden;
}
.mob-slider1 {
}
.cart-count-bubble {
  background: black;
}

.header:not(.header--middle-left, .header--middle-center) .header__inline-menu {
  margin-top: 30px;
}

.header__inline-menu {
  text-align: center;
}

.template-index .jeremi-sticky {
  background: transparent;
  transition: background 0.3s ease; /* Smooth transition */
}

.template-index .jeremi-sticky.scrolled {
  background: rgba(
    255,
    255,
    255,
    0.9
  ); /* Change to your desired background color */
  margin-bottom: 0; /* Adjust as needed to remove the negative margin when sticky */
}

.jeremi-header {
  max-width: 1200px;
}

.section-template--23409091674433__custom_liquid_qEyknV-padding {
  display: none;
}

.ban-mob {
  display: none;
}
.ban-desk {
}
.dt-banner-desk {
  margin: 0px auto 0 auto;
  text-align: center;
  background: #d8d8d3;
}
.dt-banner-desk img {
  width: 100%;
  height: auto;
  display: block;
}
.klaviyo-bis-trigger {
  width: 100% !important;
}

/** Color swatches **/
.product-form__input input[type="radio"] + label.color-swatch {
  height: 40px;
  width: 40px;
  border-radius: 100%;
}

.product-form__input input[type="radio"]:checked + label.color-swatch {
  box-shadow: 0 0 0 2px #000;
  transition: box-shadow 0.2s ease;
}

.product-form__input input[type="radio"] + label.color-swatch::before {
  content: "";
  border: 3px solid #fff;
  border-radius: 100%;
  z-index: 1;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.65);
}
/** End Color swatches **/

.EzfyHeaderSearch--mobile {
  width: 100% !important;
  padding: 0 !important;
}

.card__badge {
  display: none !important;
}

.video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* Aspect ratio for 16:9 video */
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.deadthreads-slider {
  padding: 0;
}

#shopify-section-template--22170160398657__multicolumn_6GGD3A ul li:hover {
  opacity: 0.8;
}

.clickable-slide {
  cursor: pointer;
}

.jpl-card-wrapper {
  -webkit-box-shadow: 0 0 10px 0 #f2f2f2;
  box-shadow: 0 0 10px 0 #f2f2f2;
}
/** Homepage **/
.jpl-container-fixed {
  width: 100%;
  max-width: 1000px;
  background-color: #fff;
  margin: 0 auto;
}

.jpl-home-banner {
  width: 100%;
  padding: 20px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.jpl-heading {
  margin-bottom: 20px;
}

.jpl-text {
  margin-bottom: 30px;
}

.jpl-button {
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  background-color: #007bff;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

/** @media only screen and (max-width: 600px) {
.header__icon--search {
    display: none;
} 
}  **/

/* Styles for the columns */
.jpl-column {
  padding: 20px; /* Adjust padding as needed */
  display: flex; /* Use flexbox */
  flex-wrap: wrap; /* Allow items to wrap */
  justify-content: space-between; /* Distribute space between items */
}

/* Styles for the button */
.jpl-btn {
  flex-basis: calc(25% - 20px); /* Adjusted width with margin */
  margin: 10px; /* Margin to create space between buttons */
  flex-grow: 1; /* Allow buttons to grow */
  flex-shrink: 1; /* Allow buttons to shrink */
  padding: 8px 20px;
  background-color: black;
  color: white;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  text-decoration: none;

  display: flex; /* Use flexbox */
  justify-content: center; /* Horizontally center the content */
  align-items: center; /* Vertically center the content */
  border-radius: 5px;
}

.jpl-btn:hover {
  background-color: grey;
}

/** Garment **/
.custom-dropdown {
  position: relative;
  border: 1px solid #333;
  padding: 10px;
  cursor: pointer;
  user-select: none;
  background: #fff;
  max-width: 600px;
}

.dropdown-label {
  font-weight: normal;
  margin-bottom: 5px;
  display: block;
  font-size: 13px;
}

.dropdown-selected {
  display: inline-block;
}

.dropdown-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.dropdown-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #333;
  background: #fff;
  display: none;
  z-index: 10;
  max-height: 200px;
  overflow-y: auto;
}

.custom-dropdown.open .dropdown-options {
  display: block;
}

.option-item {
  padding: 10px;
  border-top: 1px solid #eee;
  cursor: pointer;
}

.option-item:hover {
  background-color: #f4f4f4;
}

/* Breadcrumb Styles */
.jpl-bc-cont {
  padding: 0 5rem;
}

.jpl-bc-h1 {
  margin-bottom: 10px !important;
  text-transform: uppercase;
}

.jpl-breadcrumb {
  margin-bottom: 20px;
}

.breadcrumb-link {
  text-decoration: none;
  color: #333;
}

.breadcrumb-link:hover {
  text-decoration: underline;
}

.breadcrumb-separator {
  margin: 0 5px;
  color: #666;
}

/* Media query for mobile */
@media (max-width: 768px) {
  /* Grid: 3 columns with gaps */
  .dt-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Title styling */
  .dt-popup-title {
    margin: 0 0 1em 0;
  }
  .dt-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .jpl-btn {
    flex-basis: calc(50% - 20px); /* Adjusted width for 2 columns on mobile */
    font-size: 14px;
  }

  .deadthreads-slider .slick-list {
    padding: 0 15% 0 0 !important;
  }
}

@media (max-width: 500px) {
  .dthc-subtitle2 {
    font-size: 8px !important;
    line-height: 1em;
  }

  .EzfyHeaderSearch--mobile {
    margin-top: 10px !important;
  }
  html {
    overflow-x: hidden;
  }
  .header__icon--menu {
    margin-left: 15px;
  }
  .header__icon--cart {
    margin-right: 5px;
  }
  .jeremi-header {
    background: #fff !important;
    padding: 10px 0 0 0 !important;
  }
  .ban-mob {
    display: block;
  }
  .ban-desk {
    display: none !important;
  }
  .section-template--23409091674433__custom_liquid_qEyknV-padding {
    display: block;
  }

  .template-index .jeremi-sticky {
    margin-bottom: 0px;
  }
  .template-index .jeremi-header {
    background: #d8d8d3;
  }
}
@media only screen and (max-width: 600px) {
.template-collection-halloween-limited-time-only .jpl-bc-h1 {
      max-width: 220px;
    width: 100%;
    margin: auto;
}

/** Modesto **/
body .font-modesto {
font-size: 55px !important;
}

/* Reduce spacing in header dropdown menu */
.header__submenu .header__menu-item.list-menu__item {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  line-height: 1.2 !important;
}

/* Reduce spacing in mega menu */
.mega-menu__link.mega-menu__link--level-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  line-height: 1.2 !important;
}

/* Reduce spacing in drawer menu */
.menu-drawer__menu-item.list-menu__item {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  line-height: 1.2 !important;
}

/* Adjust the [NEW] label positioning */
.menu-item-new {
  margin-left: 4px !important;
  vertical-align: middle !important;
}

/* Reduce overall menu item spacing */
.list-menu--disclosure .header__menu-item,
.mega-menu__list .mega-menu__link,
.menu-drawer__menu .menu-drawer__menu-item {
  margin-bottom: 2px !important;
}

