/** Shopify CDN: Minification failed

Line 1259:23 Expected ":"

**/
/* PDP 2024 */

.jmb-2024-pdp *:not(.button-2021) {
  font-family: inherit;
  text-transform: inherit;
}

.jmb-2024-pdp-section-padding {
  padding-top: 48px;
  padding-bottom: 48px;
}

.jmb-2024-pdp-section-padding-plus {
  padding-top: 64px;
  padding-bottom: 64px;
}

.jmb-2024-pdp-section-padding-plus-bottom {
  padding-bottom: 64px;
}

.jmb-2024-pdp-section-padding-plus-top {
  padding-top: 64px;
}

.jmb-2024-pdp-section-padding-large {
  padding-top: 80px;
  padding-bottom: 80px;
}

.jmb-2024-pdp-section-padding-xlarge {
  padding-top: 128px;
  padding-bottom: 128px;
}

.jmb-2024-pdp-section-padding-xlarge-bottom {
  padding-bottom: 128px;
}

.jmb-2024-pdp-section-padding-xlarge-top {
  padding-top: 128px;
}

.jmb-2024-pdp-section-padding-huge {
  padding-top: 144px;
  padding-bottom: 144px;
}

.jmb-2024-pdp-section-inner-padding {
  padding-left: 20px;
  padding-right: 20px;
}

.jmb-2024-pdp-section-inner-plus {
  padding-left: 60px;
  padding-right: 60px;
}

.jmb-2024-pdp-section-inner-padding-large {
  padding-left: 108px;
  padding-right: 108px;
}

.jmb-2024-pdp-no-right-padding {
  padding-right: 0;
}

.jmb-2024-pdp-dark-bg {
  background-color: black;
  color: white;
}

.jmb-2024-pdp-dark-bg :is(h1, h2, h3, h4, h5, h6, p, li, ol) {
  color: inherit;
}

.jmb-2024-title {
  margin: 0;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.56;
}

.jmb-2024-large-title {
  margin: 0;
  font-size: 36px;
  line-height: 1.33;
  font-weight: 500;
  letter-spacing: 0;
}

.jmb-2024-pdp-title-max-width {
  width: 100%;
  max-width: 416px;
}

.jmb-2024-pdp-hero {
  background-image: linear-gradient( to left , #FAFCFF 33%, #E8E9EB 66% );
}

.jmb-2024-pdp-hero-grid {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-left: 80px;
}

.jmb-2024-pdp-hero-image {
  flex: 0 0 auto;
  width: 56.806%;
  margin: 0;
}

  .jmb-2024-pdp-hero-image img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  /*
  .jmb-2024-pdp-hero-image img:not(.active) {
    display: none;
  }
  */
  
.jmb-2024-pdp-hero-details {
  flex: 0 0 auto;
  align-self: center;
  width: 43.194%;
  padding-left: calc( ( 43.194% - 308px ) * .3987 );
  padding-right: calc( ( 43.194% - 308px ) * .6013 );
}

  .jmb-2024-pdp-hero-details-inner {
    width: 100%;
    max-width: 308px;
  }
  
  .jmb-2024-product-title {
    margin-bottom: 50px;
    font-size: 20px;
    font-weight: 600;
  }
  
  .hidden-variant-select {
    display: none;
  }
  
  .jmb-2024-product-form .single-option-selector {
    border-radius: 3px;
  }

  .jmb-2024-product-form.single-variant .selector-wrapper {
    display: none;
  }

  .jmb-2024-pdp-product-option-label {
    display: block;
  }
  
  .jmb-2024-pdp-product-cta-price {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.025em;
    line-height: 1.3;
  }
  
  .jmb-2024-pdp-product-cta-button {
    padding: 7px 22px;
    background-color: #000000;
    border: 2px solid #000000;
    border-radius: 18px;
    color: white;
  }
  
  .jmb-2024-pdp-product-cta-button.klaviyo-bis-trigger {
    order: -1;
    margin: 0 !important;
    padding: 7px 22px !important;
  }
  
  .jmb-2024-pdp-product-cta-button:hover {
    color: #000;
    background-color: transparent;
  }
  
  .jmb-2024-pdp-product-cta-button.disabled {
    background-color: transparent;
    border-color: #000000;
    color: #000000;
  }
  
  .jmb-2024-pdp-product-note {
    margin-top: 20px;
    padding: 10px 15px;
    background-color: #F3F4F6;
    color: #414141;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.015em;
    line-height: 1.5;
  }
  
.jmb-2024-pdp-sticky-cta {
  padding: 14px 30px;
  background-color: #191A1F;
  position: fixed;
  z-index: 11;
  top: 108px;
  right: 48px;
}

body:not(.scrolled-past-hero) .jmb-2024-pdp-sticky-cta {
  display: none;
}
  
.gray-bg {
  background-color: #F9F9F9;
}

.lp-gallery-lightbox.hidden {
	display: none;
}

.lp-gallery-lightbox {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 45px;
	background-color: rgba(0,0,0,0.85);
	color: white;
	position: fixed;
	z-index: 99999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.lp-gallery-lightbox-inner {
	width: 100%;
	max-width: 1366px;
	position: relative;
}

.lp-gallery-lightbox-close {
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 101%;
	cursor: pointer;
}

body .lp-gallery-lightbox-main-slider {
  margin-bottom: 10px;
}

.lp-gallery-lightbox-main-slide {
  position: relative;
}

.lp-gallery-lightbox-main-slide img {
  width: 100%;
  height: auto;
  max-height: calc(100vh - 230px);
  object-fit: contain;
  object-position: center;
}

.lp-lightbox-zoom {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  overflow: hidden;
  padding: 9px;
  border-radius: 100%;
  background-color: #414141;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translatex(-50%);
  cursor: pointer;
}

.lp-lightbox-zoom-svg {
  display: block;
  width: 100%;
  height: auto;
  color: white;
}

.lity.lity-opened {
  z-index: 99999;
}

body .lp-gallery-lightbox-thumb-slider {
	width: calc( 100% + 30px );
	margin-left: -15px;
	margin-right: -15px;
  margin-bottom: 0;
}

.lp-gallery-lightbox-thumb-slider .slick-prev {
	left: -10px;
}

.lp-gallery-lightbox-thumb-slider .slick-next {
	right: -10px;
}

.lp-gallery-lightbox-thumb-slide {
	padding: 15px;
}

.lp-gallery-lightbox-thumb-slide img {
	width: 100%;
	height: auto;
  cursor: pointer;
}

.jmb-2024-pdp-gallery-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.jmb-2024-pdp-gallery-item {
  width: calc( 33% - ( 16px * 2 / 3 ) );
  max-width: 416px;
  cursor: pointer;
}

.jmb-2024-pdp-gallery-container img {
  display: block;
  width: 100%;
  height: auto;
}

.jmb-2024-pdp-gallery-see-more {
  margin-top: 32px;
  text-align: center;
}

.jmb-2024-pdp-gallery-see-more-button {
  background-color: #E4E4E4;
  color: #414141;
}

.jmb-2024-pdp-gallery-see-more-button:hover {
  background-color: #414141;
  color: #E4E4E4;
}

.jmb-2024-pdp-summary-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.jmb-2024-pdp-summary-image {
  flex: 0 0 auto;
  width: 49.25%;
  max-width: 524px;
  margin: 0;
  background-color: #F3F4F6;
}

.jmb-2024-pdp-summary-image img {
  display: block;
  width: 100%;
  height: auto;
}

.jmb-2024-pdp-summary-image img:not(.active) {
  display: none;
}

.jmb-2024-pdp-summary-details {
  flex: 0 0 auto;
  width: 50.75%;
  padding-left: calc((50.75% - 416px) * .785);
  padding-right: calc((50.75% - 416px) * .215);
}

.jmb-2024-pdp-summary-details-inner {
  width: 100%;
  max-width: 416px;
}

.jmb-2024-pdp-product-summary-title {
  margin: 0 0 18px;
  color: #06203F;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0.012em;
  line-height: 1.26;
}

.reviews-wrap {
	 margin-bottom: 32px;
	 margin-top: 15px;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -ms-flex-direction: row;
	 -webkit-box-orient: horizontal;
	 -webkit-box-direction: normal;
	 flex-direction: row;
	 -ms-flex-wrap: wrap;
	 flex-wrap: wrap;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 align-items: center;
	 -webkit-box-pack: justify;
	 -ms-flex-pack: justify;
	 justify-content: space-between;
	 border-top: 1px solid #cdcecf;
	 border-bottom: 1px solid #cdcecf;
	 padding: 4px 0px;
}
 .reviews-wrap .yotpo .pull-left {
	 float: none;
	 text-align: center;
}
 .reviews-wrap .yotpo.bottomLine {
	 margin-bottom: 0px;
}
 .reviews-wrap .yotpo.bottomLine .yotpo-stars ~ .text-m:not(.write-review-btn):not(.write-review-btn-hidden) {
	 display: none;
}
 .reviews-wrap .text-m.write-review-btn-hidden {
	 display: none;
}
 .reviews-wrap .col {
	 -ms-flex-preferred-size: 50%;
	 flex-basis: 50%;
	 text-align: center;
}
 .reviews-wrap .review-stars {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 6px;
	 /*border-right: 1px solid #cdcecf;*/
}
.reviews-wrap .review-stars .yotpo.bottomLine {
     margin-top: -3px;
}
.reviews-wrap .review-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
 .reviews-wrap .review-btn a {
	 font-weight: 500;
	 font-size: 12px;
	 color: #7e7f85;
}
 .reviews-wrap .review-btn a:hover {
	 color: #0c2340;
}
.reviews-wrap .reviews-cta, .reviews-wrap .yotpo.bottomLine {
	 display: inline-block;
}
 .reviews-wrap .reviews-cta {
	 font-size: 12px;
	 font-weight: 500;
	 color: #7e7f85;
}
 .reviews-wrap .reviews-cta:hover {
	 color: #0c2340;
}

.reviews-wrap .review-stars,
.reviews-wrap .review-btn {
  padding-top: 2px;
  padding-bottom: 2px;
}

.reviews-wrap .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star {
  font-size: 12px;
}

.angle-right {
    width: 8px;
    height: 8px;
    margin-left: 1px;
    border-top: 1px solid;
    border-right: 1px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    transform: rotate(45deg);
  }
a .angle-wrap {
	 -webkit-transition: all, 0.35s;
	 transition: all, 0.35s;
	 display: inline-block;
}
 a:hover .angle-wrap {
	 -webkit-transform: translateX(5px);
	 transform: translateX(5px);
}

.jmb-2024-pdp-summary-description {
  color: #464751;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.0175em;
  line-height: 1.5;
}

.jmb-2024-pdp-summary-see-specs {
  margin-top: 32px;
}

.jmb-2024-pdp-summary-see-specs a {
  color: #464751;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  letter-spacing: 0.0175em;
  line-height: 1.5;
}

.jmb-2024-50-50-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.jmb-2024-50-50-column-title {
  display: flex;
  align-items: center;
}

.jmb-2024-50-50-column-list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.jmb-2024-qualities-list {
  margin: 0;
  list-style: none;
}

.jmb-2024-qualities-list-item {
  margin: 0;
  padding: 16px 20px;
  background-color: #262626;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.223;
}

.jmb-2024-qualities-list-item:not(:first-child) {
  margin-top: 8px;
}

.jmb-2024-qualities-list-item svg {
  margin-right: 16px;
}

.jmb-2024-pdp-callouts {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
  margin-top: 40px;
}

.jmb-2024-pdp-callouts:is([data-count="2"],[data-count="4"]) {
  grid-template-columns: repeat(2, 1fr);
}

.jmb-2024-pdp-callouts[data-count="3"] {
  grid-template-columns: repeat(3, 1fr);
}

.jmb-2024-pdp-callout {
  padding: 60px 40px;
  background-color: white;
}

.jmb-2024-pdp-callout-title {
  color: #202020;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.78;
  letter-spacing: 0.025em;
}

.jmb-2024-pdp-callout-text {
  color: #626262;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.0175;
}

.jmb-2024-pdp-callout-text *:last-child {
  margin-bottom: 0;
}

.jmb-2024-pdp-image-text-container {
  counter-reset: image-text;
}

.jmb-2024-pdp-image-text:nth-child(even) {
  direction: rtl;
}

.jmb-2024-pdp-image-text:not(:last-child) {
  margin-bottom: 24px;
}

.jmb-2024-pdp-image-text-image {
  height: 0;
  padding-bottom: 109.375%;
  position: relative;
}

.jmb-2024-pdp-image-text-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  inset: 0;
}

.jmb-2024-pdp-image-text-text {
  counter-increment: image-text;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  direction: ltr;
}

.jmb-2024-pdp-image-text-counter span {
  display: inline-block;
  margin-bottom: 24px;
  padding: 2px 10px 1px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.025em;
}

.jmb-2024-pdp-image-text-counter span::before {
  content: "0" counter(image-text) ".";
}

.jmb-2024-pdp .jmb-2024-pdp-image-text-title {
  margin-bottom: 16px;
  font-family: minion-pro, serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.375;
  letter-spacing: 0.016em;
}

.jmb-2024-pdp-image-text-content {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.025em;
}

.jmb-2024-50-50-column-specs-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.jmb-2024-50-50-column-specs-title h2 + h3 {
  margin-top: 20px;
}

.jmb-2024-50-50-column-specs-list {
  margin-right: -108px;
  column-count: 2;
}

product-spec-list {
  display: block;
}

.jmb-2024-pdp-spec-list-group {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}

.jmb-2024-pdp-spec-list-group:not(:last-child) {
  margin-bottom: 30px;
}

.jmb-2024-pdp-spec-list-title span {
  padding: 2px 10px;
  background-color: #414141;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.025em;
}

.jmb-2024-pdp-spec-list-title span svg {
  display: none;
}

.jmb-2024-pdp-spec-list {
  list-style-type: none;
  margin: 0;
  color: #E4E4E4;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.83;
  letter-spacing: 0.025em;
}

.jmb-2024-pdp-community-photos {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 64px;
}

.jmb-2024-pdp-community-photo {
  width: 100%;
  max-width: 416px;
}

.jmb-2024-pdp-community-photo img {
  display: block;
  width: 100%;
  height: auto; 
}

.jmb-2024-pdp-community-photo-title {
  margin-top: 6px;
  color: #969696;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1.83;
}

.jmb-2024-pdp-rebuy .primary-title {
  display: none;
}

.jmb-2024-pdp-reviews .jmb-2024-pdp-yotpo-reviews.yotpo.yotpo-main-widget {
  padding: 0;
}

/* DARK MODE */

.dark-theme_top #shopify-section-header * {
  transition: none !important;
}

.dark-theme-header #announcement-bar {
  background-color: #666666;
  color: white;
}

.dark-theme-header #announcement-bar-links a {
  color: inherit;
}

.dark-theme-header header.site-header #header-main-wrap,
.dark-theme-header .template-index #HeaderSearchBar, 
.dark-theme-header .template-index .site-header, 
body.dark-theme-header #HeaderSearchBar, 
body.dark-theme-header .site-header {
  background-color: #414141;
  color: white;
}

.dark-theme-header header.site-header :is(#header-controls, #header-main-logo, #header-menu-toggle, #header-navigation) {
  background-color: transparent;
}

.dark-theme-header header.site-header #header-main-wrap .light-logo {
  display: block;
  opacity: 1;
}

.dark-theme-header header.site-header #header-main-wrap .dark-logo {
  display: none;
}

.dark-theme-header #header-navigation .top-level-menu-item > a,
.dark-theme-header #header-navigation span,
.dark-theme-header #header-navigation .dropdown ul.nav-second-level.menu-promos .promo-item-title {
  color: inherit;
}

.dark-theme-header #header-navigation .dropdown,
.dark-theme-header #header-navigation .dropdown-wrapper {
  background-color: #414141;
  color: white;
}

.dark-theme-header #header-navigation .dropdown a {
  color: inherit;
}

.dark-theme-header #header-navigation a:hover,
.dark-theme-header #header-navigation .dropdown ul.nav-second-level.menu-promos .promo-item > a:hover .promo-item-title {
  color: #ccc !important;
}

.dark-theme-header #HeaderSearchBar .main-navigation>ul>li:after, 
.dark-theme-header .site-header .main-navigation>ul>li:after {
  border-bottom-color: white;
}

.dark-theme-header .template-index #HeaderSearchBar .site-header__link svg, 
.dark-theme-header .template-index .site-header .site-header__link svg, 
body.dark-theme-header #HeaderSearchBar .site-header__link svg, 
body.dark-theme-header .site-header .site-header__link svg,
.dark-theme-header .template-index.js-header-attached #HeaderSearchBar .site-header__link svg, 
.dark-theme-header .template-index.js-header-attached .site-header .site-header__link svg, 
body.dark-theme-header.js-header-attached #HeaderSearchBar .site-header__link svg, 
body.dark-theme-header.js-header-attached .site-header .site-header__link svg {
  color: white;
  fill: white;
}

.dark-theme-header .template-index #HeaderSearchBar .site-header__link:hover svg, 
.dark-theme-header .template-index .site-header .site-header__link:hover svg, 
body.dark-theme-header #HeaderSearchBar .site-header__link:hover svg, 
body.dark-theme-header .site-header .site-header__link:hover svg,
.dark-theme-header .template-index.js-header-attached #HeaderSearchBar .site-header__link .svg-wrap.activated svg, 
.dark-theme-header .template-index.js-header-attached .site-header .site-header__link .svg-wrap.activated svg, 
body.dark-theme-header.js-header-attached #HeaderSearchBar .site-header__link .svg-wrap.activated svg, 
body.dark-theme-header.js-header-attached .site-header .site-header__link .svg-wrap.activated svg {
  color: #ccc;
  fill: #ccc;
}

.dark-theme-header #mobileSearchContainer,
.dark-theme-header #mobileSearchContainer #mobileSearchWrap {
  background-color: #414141;
  color: white;
}

.dark-theme-header #mobileSearchContainer #mobileSearchWrap #mobile-search-close {
  color: white;
}

.dark-theme-header #header-menu-toggle .svg-burger-dark {
  fill: white;
}

.dark-theme-header .header-control.active {
  background-color: transparent !important;
}

.dark-theme-header .header-control.active .icon svg, 
.dark-theme-header .header-control.active:hover .icon svg {
  color: white;
}

.dark-theme-header #shopify-section-header #NavDrawer {
  background-color: #414141;
  color: white;
}

.dark-theme-header #MobileNav a, #MobileNav .menu-span {
  background-color: #666666 !important;
  border-top: 1px solid #999;
  color: white !important;
}

.dark-theme-header #MobileNav a:hover, #MobileNav .menu-span:hover {
  color: white !important;
}

.dark-theme-header #MobileNav .mobile-nav-arrow svg path {
  fill: white !important;
}

.dark-theme-header #MobileNav .promo-item a {
  background-color: transparent !important;
}

.dark-theme-header #MobileNav .promo-items {
  background-color: #414141;
}

.dark-theme-header #MobileNav .nav-second-level {
  background-color: #414141;
}

.dark-theme-header #MobileNav .nav-third-level {
  background-color: #666666;
}

.dark-theme-header .mobile-nav-plus-minus > span {
  background-color: white !important;
}

.dark-theme-header #HeaderSearchBar #header-cart-link>a #cartCount, 
.dark-theme-header .site-header #header-cart-link>a #cartCount {
  color: white;
}

.dark-theme_top .jmb-2024-pdp-hero {
  background-image: linear-gradient(to right, #191A1F 33%, #26272E 66% );
}

.dark-theme_top .dark-theme-white,
.dark-theme_top .selector-wrapper > label,
.dark-theme_top .single-option-selector,
.jmb-2024-pdp-sticky-cta .jmb-2024-pdp-product-cta-price {
  color: white;
}

.dark-theme_top .single-option-selector {
  background: transparent;
  border: 1px solid white;
}

.dark-theme_top .select-down-arrow svg rect {
  fill: white;
}

.dark-theme_top .jmb-2024-pdp-product-cta-button,
#AddToCartSticky {
  padding: 7px 22px;
  background-color: white;
  border: 2px solid white;
  border-radius: 18px;
  color: #000000;
}

.dark-theme_top .jmb-2024-pdp-product-cta-button:hover,
#AddToCartSticky:hover {
  color: white;
  background-color: transparent;
}

.dark-theme_top .jmb-2024-pdp-product-cta-button.disabled,
#AddToCartSticky.disabled {
  background-color: transparent;
  border-color: white;
  color: white;
}

.dark-theme_top .jmb-2024-pdp-product-note {
  background-color: #2C2D31;
  color: #ffffff;
}

/*Dark theme bottom code */
/* .dark-theme_bottom .jmb-2024-pdp > :not(:first-child):nth-child(even) , .dark-theme_bottom .jmb-2024-pdp > :not(:first-child):nth-child(even) *{
  background: #1D1F23;
  color: #ffffff;

}
.dark-theme_bottom .jmb-2024-pdp > :not(:first-child):nth-child(odd) , .dark-theme_bottom .jmb-2024-pdp > :not(:first-child):nth-child(odd) *{
  background: #242528;
  color: #E4E4E4;
} */

.dark-theme_bottom section.jmb-2024-pdp-gallery *, .dark-theme_bottom section.jmb-2024-pdp-gallery , .dark-theme_bottom .jmb-2024-pdp-qualities , .dark-theme_bottom .jmb-2024-pdp-specs , .dark-theme_bottom section.jmb-2024-pdp-also , .dark-theme_bottom section.jmb-2024-pdp-also * , .dark-theme_bottom .jmb-2024-pdp-recently-viewed 
{
  background: #1D1F23;
  color: #ffffff;

}
.dark-theme_bottom .jmb-2024-pdp-summary, .dark-theme_bottom .jmb-2024-pdp-summary * , .dark-theme_bottom .jmb-2024-pdp-callouts-section , .dark-theme_bottom .jmb-2024-pdp-callouts-section * , .dark-theme_bottom .jmb-2024-pdp-details , .dark-theme_bottom .jmb-2024-pdp-details  * , .dark-theme_bottom .jmb-2024-pdp-community , .dark-theme_bottom .jmb-2024-pdp-community  * ,  .dark-theme_bottom .jmb-2024-pdp-reviews , .dark-theme_bottom .jmb-2024-pdp-reviews * {
  background: #242528;
    color: #E4E4E4;
}

.dark-theme_bottom .jmb-2024-qualities-list-item{
  background: #242529 !important;
}

.dark-theme_bottom section.jmb-2024-pdp-gallery .jmb-2024-pdp-gallery-see-more-button {
  background-color: #E4E4E4 !important;
  color: #414141 !important;
}
.dark-theme_bottom .jmb-2024-pdp-callout , .dark-theme_bottom .jmb-2024-pdp-callout * {
  background-color: #1D1F23 !important;
  color: #efefef !important;
}
.dark-theme_bottom .jmb-2024-pdp-image-text-counter span , .dark-theme_bottom .jmb-2024-pdp-image-text-counter span * , .dark-theme_bottom .jmb-2024-pdp-spec-list-title span{
  background-color: #414141 !important;
  color: #ffffff !important;
}
  .dark-theme_bottom .rebuy-widget .rebuy-widget-container .rebuy-button , .dark-theme_bottom .rebuy-widget .rebuy-widget-container .rebuy-button *  { 
  background-color: #2C2D31;
  color: #ffffff;
}
.dark-theme_bottom section.jmb-2024-pdp-also .rebuy-product-info * ,  .dark-theme_bottom .jmb-2024-pdp-recently-viewed-rebuy.jmb-2024-pdp-rebuy .rebuy-product-info * , .dark-theme_bottom .jmb-2024-pdp-recently-viewed .jmb-2024-title ,.dark-theme_bottom .yotpo .yotpo-icon, .dark-theme_bottom .yotpo .yotpo-icon:after, .dark-theme_bottom .yotpo .yotpo-icon:before , .dark-theme_bottom .yotpo .yotpo-nav-content>div.yotpo-active * , .dark-theme_bottom .yotpo-nav.yotpo-nav-primary * {
  color: #ffffff !important;
}
.dark-theme_bottom .rebuy-widget .rebuy-widget-container .flickity-button, .dark-theme_bottom .rebuy-widget .rebuy-widget-container .flickity-button, .dark-theme_bottom .rebuy-widget .rebuy-widget-container .flickity-button *{
  background: #ffffff;
  color: #000000;
}
 .dark-theme_bottom .yotpo-dropdown-button , .dark-theme_bottom .yotpo-dropdown-button *{
  color: #000000;
}
/* MEDIA QUERIES */

@media (max-width: 1365px) and (min-width: 961px) { 
  .jmb-2024-pdp-summary-inner {
    padding-left: 0;
    padding-right: 0;
  }
  
  .jmb-2024-pdp-summary-details {
    padding-left: 50px;
    padding-right: 0;
  }
}

@media (min-width: 1201px) {
  body .lp-gallery-lightbox-thumb-slider:not(.more-than-8) .slick-list {
    display: inline-flex;
    justify-content: center;
  }
}

@media (max-width: 1200px) and (min-width: 1024px) {
  body .lp-gallery-lightbox-thumb-slider:not(.more-than-8):not(.more-than-6) .slick-list {
    display: inline-flex;
    justify-content: center;
  }
}

@media (max-width: 1023px) {
  body .lp-gallery-lightbox-thumb-slider.five-or-less .slick-list {
    display: inline-flex;
    justify-content: center;
  }
}

@media (min-width: 961px) {
  .jmb-2024-pdp-spec-list {
    display: block !important;
  }
}

@media (max-width: 960px) {
  .jmb-2024-pdp-section-padding {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  
  .jmb-2024-pdp-section-padding-plus {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  
  .jmb-2024-pdp-section-padding-plus-bottom {
    padding-bottom: 48px;
  }
  
  .jmb-2024-pdp-section-padding-plus-top {
    padding-top: 48px;
  }
  
  .jmb-2024-pdp-section-padding-large {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  
  .jmb-2024-pdp-section-padding-xlarge {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  .jmb-2024-pdp-section-padding-xlarge-bottom {
    padding-bottom: 80px;
  }
  
  .jmb-2024-pdp-section-padding-xlarge-top {
    padding-top: 80px;
  }
  
  .jmb-2024-pdp-section-padding-huge {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  .jmb-2024-pdp-section-inner-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .jmb-2024-pdp-section-inner-plus {
    padding-left: 0;
    padding-right: 0;
  }
  
  .jmb-2024-pdp-section-inner-padding-large {
    padding-left: 0;
    padding-right: 0;
  }
  
  .jmb-2024-pdp-rebuy {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .jmb-2024-pdp-rebuy .rebuy-product-grid {
    width: 100%;
    margin: 0 auto;
  }
  
  .jmb-2024-title {
    font-size: 18px;
    line-height: 1.67;
    text-align: center;
  }
  
  .jmb-2024-large-title {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.012em;
    text-align: center;
  }
  
  .jmb-2024-pdp-title-max-width {
    max-width: none;
  }
  
  .jmb-2024-50-50-grid {
    display: block;
  }
  
  .jmb-2024-50-50-column {
    display: block;
    width: 100%;
  }
  
  .jmb-2024-50-50-column-list {
    margin-top: 48px;
  }
  
	.lp-gallery-lightbox-thumb-slider {
		display: none !important;
	}
  
  .jmb-2024-pdp-hero-grid {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    background-color: white;
    background-image: none;
  }
  
    .jmb-2024-pdp-hero-image {
      width: 100%;
    }
    
    .jmb-2024-pdp-hero-details {
      display: block;
      width: 100%;
      margin-top: 32px;
      padding: 0 0 32px;
      text-align: center;
    }
    
      .jmb-2024-pdp-hero-details-inner {
        max-width: none;
      }
      
      .jmb-2024-product-title {
        margin-bottom: 36px;
      }
      
      .jmb-2024-product-form {
        width: 100%;
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
      }
      
      .jmb-2024-pdp-product-cta-price {
        justify-content: center;
      }
  
  .jmb-2024-pdp-summary-inner {
    display: block;
  }
  
  .jmb-2024-pdp-summary-image {
    width: calc( 100% - 66px );
    max-width: 100%;
    margin: 0 auto 40px;
  }
  
  .jmb-2024-pdp-summary-details {
    width: 100%;
    padding: 0;
  }
  
  .jmb-2024-pdp-summary-details-inner {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
  }
  
  .jmb-2024-pdp-summary-details .reviews-wrap {
    justify-content: center;
  }
  
  .jmb-2024-qualities-list {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
  
  .jmb-2024-pdp-callouts {
    display: block;
    margin-top: 32px;
  }
  
  .jmb-2024-pdp-callout {
    width: 100;
    padding: 44px 36px;
    text-align: center;
  }
  
  .jmb-2024-pdp-callout:not(:first-child) {
    margin-top: 15px;
  }
  
  .jmb-2024-pdp-image-text:not(:last-child) {
    margin-bottom: 0;
  }
  
  .jmb-2024-pdp-details {
    padding-bottom: 0;v
  }
  
  .jmb-2024-pdp-image-text-text {
    padding: 48px 25px 80px;
  }
  
  .jmb-2024-pdp .jmb-2024-pdp-image-text-title {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.01em;
  }
  
  .jmb-2024-qualities-list-item {
    font-size: 16px;
  }
  
  .jmb-2024-50-50-column-specs-title h2 + h3 {
    margin-top: 16px;
  }
  
  .jmb-2024-50-50-column-specs-list {
    width: 100%;
    max-width: 350px;
    margin: 48px auto 0;
    column-count: 1;
  }
  
  .jmb-2024-pdp-spec-list-group {
    width: 100%;
  }
  
  .jmb-2024-pdp-spec-list-group:not(:first-child) {
    margin-top: 8px;
  }
  
  .jmb-2024-pdp-spec-list-group:not(:last-child) {
    margin-bottom: 0;
  }
  
  .jmb-2024-pdp-spec-list-title {
    margin: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
  }
  
  .jmb-2024-pdp-spec-list-title span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    background-color: #333333;
    font-size: 16px;
    line-height: 1.223;
  }
  
  .jmb-2024-pdp-spec-list-title span svg {
    display: inline-block;
    transition: transform 0.3s;
  }
  
  .jmb-2024-pdp-spec-list-title span rect {
    fill: white;
  }
  
  .jmb-2024-pdp-spec-list-group.open svg {
    transform: rotate(-180deg);
  }
  
  .jmb-2024-pdp-spec-list {
    display: none;
    background-color: #333333;
  }
  
  .jmb-2024-pdp-spec-list-item {
    padding: 0 20px;
  }
  
  .jmb-2024-pdp-spec-list-item:last-child {
    padding-bottom: 12px;
  }
  
  .jmb-2024-pdp-community-photos {
    display: block;
    margin-top: 48px;
  }
  
  .jmb-2024-pdp-community-photo {
    max-width: 100%;
  }
  
  .jmb-2024-pdp-community-photo:not(:first-child) {
    margin-top: 36px;
  }
  
  .jmb-2024-pdp-also {
    padding-top: 32px;
  }
  
  .jmb-2024-pdp-reviews {
    padding-top: 0;
  }
  
  .jmb-2024-pdp-recently-viewed {
    padding-bottom: 50px;
  }
    
  .dark-theme_top .jmb-2024-pdp-hero-grid {
    background-color: #191A1F;
  }
}

@media (max-width: 767px) {
  .jmb-2024-pdp-sticky-cta {
    top: auto;
    left: 8px;
    right: 8px;
    bottom: 8px;
  }
  
  .jmb-2024-pdp-gallery-container {
    flex-wrap: wrap;
    gap: 0;
    justify-content: space-between;
  }
  
  .jmb-2024-pdp-gallery-item:first-child:last-child,
  .jmb-2024-pdp-gallery-item:first-child:nth-last-child(3) {
    width: 100%;
    max-width: 100%;
  }
  
  .jmb-2024-pdp-gallery-item:first-child:nth-last-child(2),
  .jmb-2024-pdp-gallery-item:nth-child(2),
  .jmb-2024-pdp-gallery-item:nth-child(3) {
    width: calc( 50% - 2px );
  }
  
  .jmb-2024-pdp-gallery-item:nth-last-child(3) {
    margin-bottom: 4px;
  }
  
  .jmb-2024-pdp-gallery-see-more {
    margin-top: 24px;
  }
  
  #launcher {
    margin: 0 !important;
    right: 5px !important;
    bottom: 63px !important;
  }
}
