/** Shopify CDN: Minification failed

Line 1472:6 Unexpected "{"
Line 1472:7 Expected identifier but found "%"
Line 1474:6 Unexpected "{"
Line 1474:7 Expected identifier but found "%"
Line 1476:6 Unexpected "{"
Line 1476:7 Expected identifier but found "%"
Line 1691:9 Expected identifier but found "."

**/

/* Import Outfit font */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

@font-face {
    font-family: futuraptbold;
    font-weight: bold;
    src: url("/cdn/shop/files/FuturaPTBold.otf?v=1682068317") format("opentype");
}
@font-face {
    font-family: futurapt;
    font-weight: normal;
    src: url("/cdn/shop/files/FuturaPTMedium.otf?v=1682068317") format("opentype");
}
@media only screen and (max-width:480px){
  .slick-prev, .slick-next {
    top:50% !important;
  }
  .slick-next{
    right:-10px !important;
  }
  .product-content-right{
    position:relative;
    top:-8px;
    padding-left:35px !important;
  }
  .slick-list{
    overflow:hidden !important;
  }
  .product__main-photos .slick-dots{
    left:10px !important;
  }
  .slick-slider{
    overflow:hidden;
    left:0;
  }
  .slick-slide{
    padding-right:0;
  }
}
.hide-preorder {
  display: none !important;
}

#preorder-text{
  display:none;
}

.photos-fixed {
  position: fixed;
}
.photos-relative {
  position: relative;
}

.loved-by-thousands {
  font-family: 'Outfit', sans-serif;
  padding-top:24px;  
}
#Reviews-8742084247810{
  display:none !important;
}
.loved-by-thousands h2 {
   font-family: 'Outfit', sans-serif !important;
font-size: 18px;
    margin-bottom: 16px;
    font-weight: 500;
}

.video-scroller {
  display: flex;
  overflow-x: auto;
  gap: 8px;
  /* scrollbar-width: none;  */
  /* Firefox */
}

.video-scroller::-webkit-scrollbar {
 /* display: none; */
 /* Chrome, Safari, Edge */
}
.video-wrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  padding-bottom:0 !important;
}

.play-button {
    position: absolute;
    top: 90px;
    left: 57px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: transform 0.2s;
}
.play-button:hover {
  
}

.video-card {
  flex:  0 0 calc(33% - 4px);
}

.video-card video {
  width: 100%;
  border-radius: 12px;

}

.video-card p {
  font-size: 14px;
  margin-top: 8px;
}

.video-wrapper iframe, .video-wrapper video{
  position:static !important;
}


.woof-faq {
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.woof-accordion-header {
  font-family: 'Outfit', sans-serif !important;
  width: 100%;
  padding: 16px 0;
  background: none;
  border: none;
  outline: none;
  text-align: left;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e0e0e0;
  font-weight:400 !important;
  font-size:14px;
  text-transform:capitalize;
  border-radius:0 !important;
}

.woof-accordion-header .icon {
  font-weight: 400;
  font-size: 14px;
  margin-left: 12px;
  transition: transform 0.3s ease;
}

.woof-accordion-content {
  font-family: 'Outfit', sans-serif !important;
  display: none;
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}

.woof-accordion-header.mactive .icon {
  content: "-";  
}


    /* global */
    .announcement__wrapper{
      background-color:#000 !important;
    }
    .announcement .announcement__text{
      font-size:12px;
      font-weight:700;
      color:#fff !important;
      font-family: 'Outfit', sans-serif;
      text-transform: uppercase;
    }
    .collapsible-trigger{
      font-family: 'Outfit', sans-serif !important;
    }
    .collapsible-content__inner.rte{
      font-family: 'Outfit', sans-serif !important;
      font-weight:400 !important
    }
    .collapsible-content__inner.rte p,
    .collapsible-content__inner.rte strong,
    .collapsible-content__inner.rte b,
    .collapsible-content__inner.rte *{
      font-family: 'Outfit', sans-serif !important;
      font-weight:400 !important;
    }
    .site-header__logo img{
      width:116px;
    }
    
    ul.slick-dots li.slick-active{
      background:#000 !important;
    }
    /* global */
.wider{
  DISPLAY: flex;
  width: 100%;
  justify-content: flex-end;
  position: relative;
}

.trigger-pop-up.btn{
  padding: 11px 15px !important;
  background: #fff !important;
  color: #050507 !important;
  border: 1px solid #050507;
  position: absolute !important;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  top: -38px !important;
  line-height: 1em;
  left: inherit;
}

.scrubcaps-wrapper{
      width: 100%;
      height: 474px;
      overflow-x: scroll;
      overflow-y: hidden;
}

.scrubs-products{
    width: auto;
    height: 322px;
    flex-direction: column;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px;
}

.scrubs-products::-webkit-scrollbar-track {
  background: #000;
  display:none;
}

.product-options-container {
  padding: 0;
  background: white;
  border-radius: 8px;
  font-family: 'Outfit', sans-serif;
}

.rating {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.stars {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Outfit', sans-serif;
}

.rating-text {
  font-size: 12px;
  color: #000;
  font-family: 'Outfit', sans-serif;
}

.trusted-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #000;
  font-weight: 500;
  font-family: 'Outfit', sans-serif;
    background: #FDF5EF;
    padding: 4px 8px;
    border-radius: 50px;
}

.trusted-badge span:first-child {
  width: 8px;
  height: 8px;
  background: #FFF;
  border-radius: 50%;
  display: inline-block;
}

.product-title {
  font-size: 24px;
  font-weight: 600;
  font-family: 'Outfit', sans-serif;
  margin-bottom: 12px;
  color: #000;
  line-height: 1.2;
}

.product-description {
  font-size: 14px;
  color: #000;
  line-height: 1.5;
  margin-bottom: 24px;
  font-weight: 400;
  font-family: 'Outfit', sans-serif;
  letter-spacing:0.2px;
}

.curated-packs {
  display: flex;
  gap: 0;
  justify-content: space-between;
  margin-bottom: 32px;
  background: #f8f9fa;
  border-radius: 8px;
  padding: 4px;
  border: 1px solid #e9ecef;
}

.curated-packs a{
  flex: 0 0 50%;
}

.pack-btn {
  flex: 1;
  width: 100%;
  height: 32px !important;
  background: transparent;
  border: none;
  padding: 4px 16px;
  border-radius: 7px !important;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  text-transform: none;
  font-family: 'Outfit', sans-serif;
  color: #000;
}

.pack-btn.cactive {
  background: #000;
  color: white;
}

.option-section {
  margin-bottom: 32px;
  position: relative;
}

.option-label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #000;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: 'Outfit', sans-serif;
}

.option-label .selected-size-text,
.option-label .selected-type-text{
  font-weight: 400;
  color: #000;
  padding-left: 8px;
}

.fit-guide {
    font-size: 10px;
    color: #000;
    text-decoration: underline;
    cursor: pointer;
    position: absolute;
    right: 0;
    font-weight: 500;
    top: 0;
    display: block;
    background: #FDF5EF;
    padding: 4px 8px;
    border-radius: 50px;
}

.fit-guide:hover{
  text-decoration: underline;
}

.option-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
}

.option-btn {
  padding: 4px 20px;
  border: 1px solid #e0e0e0;
  background: white;
  border-radius: 7px !important;
  height:32px !important;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #000;
  flex: 1;
  font-family: 'Outfit', sans-serif;
  text-align: center;
  text-transform: capitalize !important;
}

.option-btn:hover {
  border-color: #000;
}

.option-btn.active {
  border-color: #000;
  border-width: 2px;
  background-color: #fff;
  color: #000;
}

.styles-section {
  margin-bottom: 0px;
}

.styles-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.styles-title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
  font-family: 'Outfit', sans-serif;
}

.add-points-text {
  color: #000;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Outfit', sans-serif;
      font-size: 10px;
    color: #000;
    text-decoration: underline;
    cursor: pointer;
      display: block;
    background: #FDF5EF;
    padding: 4px 8px;
    border-radius: 50px;
    height:20px;
}

.add-points-text span:first-child {
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
  display: inline-block;
}

.style-categories {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  flex-wrap: nowrap;
  padding-bottom: 4px;
}
.jactive .sudo-style-count{
  color:#fff;
  background:#333;
  border-radius:50px;
  padding:2px 4px;
}
.category-btn {
  padding: 8px 16px;
  border: 1px solid #e0e0e0;
  background: white;
  border-radius: 20px;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #000;
  white-space: nowrap;
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  flex-shrink: 0;
  text-transform: capitalize !important;
}

.category-btn.jactive {
  background: #000;
  color: white;
  border-color: #000;
}

.styles-grid {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 8px 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.styles-grid::-webkit-scrollbar {
  display: none;
}
.collapsible-trigger-btn--borders{
  text-transform: capitalize !important;
    font-weight: 400;
    color: #000;
    font-size: 14px !important;
}
.style-option {
  min-width: 120px;
  width: 120px;
  height: 120px;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  background-size: cover;
  background-position: center top; 
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  overflow: visible;
  flex-shrink: 0;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding: 12px;
  margin-bottom:8px;
}

.style-option:hover {
  border-color: #000;
}

.style-option.active {
  border-color: #F5BE15;
  border-width: 3px;
}

.style-option.active .viewing-badge {
  display: flex;
}

.viewing-badge {
  display: none;
  align-items: center;
  gap: 4px;
  background: 
  
  ;
  color: #fff;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 10px;
  font-weight: 500;
  align-self: center;
  font-family: 'Outfit', sans-serif;
}

.viewing-icon {
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
}

.style-content {
    display: flex;
    align-items: flex-end !important;
    gap: 4px;
    margin-top: 12px;    
    width: 100%;
    z-index: 9999;
}

.add-btn {
  background: white;
  border: 1px solid #ddd;
  border-radius: 20px !important;
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 600;
  color: #000;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  font-family: 'Outfit', sans-serif;
  display: none;
}

.add-btn:hover {
  background: #f5f5f5;
  border-color: #000;
}

.style-name {
  color: white;
  font-size: 10px;
  text-align: center;
  font-weight: 500;
  text-shadow: 0 1px 2px rgba(0,0,0,0.7);
  margin-bottom: 4px;
  line-height: 1.2;
  
  font-family: 'Outfit', sans-serif;
}

.add-to-cart-section {
  margin-top: 0;
}

.add-to-cart-btn {
  width: 100%;
  padding: 16px 20px;
  background: #000;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: none;
  font-family: 'Outfit', sans-serif;
}

.add-to-cart-btn:hover {
  background: #000;
}

.add-to-cart-btn.sold-out {
  background: #999;
  cursor: not-allowed;
}

.add-to-cart-btn.sold-out:hover {
  background: #999;
}

  .price-info {
    display: flex;
    display: none; /* Start hidden */
    gap: 8px;
    justify-content: center;
    align-items: center;
    margin-left:4px;
    border-radius: 50px;
    background:#333;
    padding:0 12px;
  }
  .price-info.visible {
    display: flex; /* Show when ready */
  }
.original-price {
  text-decoration: line-through;
  color: #ccc;
  font-size: 14px;
  font-family: 'Outfit', sans-serif;
}

.sudo-sale-price {
  font-size: 14px;
  font-weight: 500;
  color: white !important;
  font-family: 'Outfit', sans-serif;
}

.shipping-info {
  margin-top: 12px;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #000;
  font-family: 'Outfit', sans-serif;
}

.shipping-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
}

.shipping-badge span:first-child {
  font-size: 8px;
}
.shipping-badge svg{
  display:flex;
  width:17px;
  height:32px;
}
.hidden {
  display: none;
}

@media only screen and (max-width: 480px) {
  .pack-btn {
    font-size: 13px;
    padding: 4px 12px;
  }
  
  .product-title {
    font-size: 22px;
  }
  
  .option-buttons {
    gap: 8px;
  }
  
  .option-btn {
    padding: 12px 16px;
    font-size: 13px;
  }
  
  .styles-grid {
    gap: 8px;
  }
  
  .style-option {
    min-width: 100px;
    width: 100px;
    height: 100px;
  }
}


/*******/

  .product-single__meta{
    font-family: 'Outfit', sans-serif;
  }
  .collapsibles-wrapper--border-bottom{
    margin-top:30px;
  }
  .scrubcaps-wrapper{
       width: 100%;
        height: 195px;
        overflow-x: scroll;
        overflow-y: hidden;
        margin-bottom:20px;        
        padding-bottom:12px;
  }

.scrubcaps-wrapper {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.scrubcaps-wrapper::-webkit-scrollbar {
  display: none;
}

.scroll-indicator {
  width: 100%;
  height: 6px;
  background: #DBDBDB;
  border-radius: 50px;
  position: relative;
  margin-top: -25px;
  margin-bottom:40px;

}
@media only screen and (min-width:1201px){
  .oneway.product__photos.product__photos--beside {
    width: 600px;
    position: fixed;
  }
}
@media only screen and (min-width:481px){
  .oneway.product__photos.product__photos--beside {    
    display:block;
  }
  
   .scrubcaps-wrapper{
    height:375px !important;
   }
  .scroll-indicator {
    margin-top: -28px;
  }
  .scrubs-products{
    width:auto;
    height:474px !important;
    
    flex-direction: column;
  }
}

.scroll-thumb {
  width: 60px;
  height: 6px;
  background: #000000;
  border-radius: 50px;
  position: absolute;
  transition: left 0.1s ease;
}
.video-scroller::-webkit-scrollbar,
.style-categories::-webkit-scrollbar,
.product-single__meta::-webkit-scrollbar{
  scrollbar-color: black !important;
}
/* For Firefox to get the rounded appearance */
@supports (scrollbar-width: thin) {
  .scrubcaps-wrapper {
    scrollbar-width: 0;
    scrollbar-color: #000000 #DBDBDB;
  }
}
  .scrubs-products{
        width: auto;
        height: 325px;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap:12px;
  }
.scrubs-products::-webkit-scrollbar-track {
  background: #000;
}
  .product-options-container {
    padding: 0;
    background: white;
    border-radius: 8px;
  }

  .rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
  }

  .stars {
    color: #000;
    font-size: 18px;
    letter-spacing: 0.1px;
    background: #FDF5EF;
    padding: 0 8px;
    border-radius: 50px;
    height:20px;
    line-height:18px;
  }
  @media only screen and (max-width:393px){

    .stars {
      font-size:15px !important;
    }
  }
  .sudoloox{
    font-size: 10px;
    font-weight: 400;
    position: relative;
    top: -2px;
  }
  .rating-text {
    font-size: 12px;
    color: #000;
  }

  .trusted-badge {
    display: flex;
    align-items: center;
    gap: 4px;
    position: relative;
    font-size: 10px;
    top: 0px;
    color: #000;
    font-weight: 400;
    height:20px;
    margin-left: 10px;
  }

  .product-title {
    font-size: 24px;
    
    margin-bottom: 8px;
    color: #000;
  }

  .product-description {
    font-size: 14px;
    color: #000;
    line-height: 1.4;
    margin-bottom: 44px;
    font-weight:400;
  }

  .option-section {
    margin-bottom: 44px;
    position:relative;
  }

  .option-label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .option-label .selected-size-text,
 .option-label .selected-type-text{
    font-weight: 400;
    padding-left:8px;
  }
  .fit-guide {
    font-size: 10px;
    color: #000;
    text-decoration: underline;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
  }
  .fit-guide:hover{
    text-decoration: underline;
  }
  .option-buttons {
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap;
  }

  .option-btn {
    padding: 4px 20px;
    border: 2px solid #e0e0e0;
    background: white;
    border-radius: 7px !important;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #000;
    flex:1;
    height:32px;
  }

  .option-btn:hover {
    border-color: #000;
  }

  .option-btn.active {
    border-color: #000;
    border-width: 3px;
    background-color: #f8f9fa;
  }

  .styles-section {
    margin-bottom: 0px;
  }

  .styles-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
  }

  .styles-title {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-bottom:0;
  }

  .add-points-text {
    font-size: 10px;
    color: #000;
    font-weight:800;
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .style-categories {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
    width: auto;
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .category-btn {
    padding: 8px 16px;
    border: 1px solid #ddd;
    background: white;
    border-radius: 20px;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #000;
  }

  .category-btn.jactive {
    background: #000;
    color: white;
    border-color: #000;
  }

  .styles-grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 8px 0 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .styles-grid::-webkit-scrollbar {
    display: none;
  }

  .style-option {
    min-width: 100px;
    width: 100px;
    height: 100px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    background-size: cover;
    background-position: center top;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    overflow: visible;
    flex-shrink: 0;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    padding: 8px;
  }

  .style-option:hover {
    border-color: #000;
  }

  .style-option.active {
    border-color: #F5BE15;
    border-width: 3px;
  }

  .style-option.active .viewing-badge {
    display: flex;
  }

  .viewing-badge {
    display: none;
    align-items: center;
    gap: 4px;
    background:#795F10;
    color: white;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 500;
    align-self: center;
  }
  .thumbnails-add-button{
    position: absolute;
    bottom: 6px;
    left: 6px;
    background: #fff;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    border-radius: 50px;
    width: 84px;
    height: 28px;
    font-size: 10px;
    align-items: center;
    font-weight: 800;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
  }
  
  .thumbnails-add-button:hover {
    background: #f0f0f0;
  }
  
  .quantity-controls {
    display: flex;
    align-items: center;
    gap: 4px;
    width: 100%;
    justify-content: space-between;
    padding: 0;
  }
  
  .quantity-btn {
    
    color: #fff;
    border: none;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
  }
  
  .quantity-btn:hover {
    
  }
  
  .quantity-btn.trash {
    font-size: 8px;
  }
  
  .quantity-display {
    font-size: 12px;
    font-weight: bold;
    color: #000;
  }
  .viewing-icon {
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 50%;
  }

  .style-content {
    display: flex;
    align-items:flex-end !important;
    gap: 4px;
    margin-top: auto;
    width: 100%;
  }

  .add-btn {
    background: white;
    border: 1px solid #ddd;
    border-radius: 50px !important;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    cursor: pointer;
    transition: all 0.2s ease;
    width: 100%;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  }

  .add-btn:hover {
    background: #f5f5f5;
    border-color: #000;
  }

  .style-name {
    color: #000;
    font-size: 10px;
    text-align: center;
    font-weight: 600;
    text-shadow: none;
    margin-bottom: 4px;
    line-height: 1.2;
  }

  .add-to-cart-section {
    margin-top: 0px;
  }

  .add-to-cart-btn {
    width: 100%;
    padding: 16px;
    background: #000;
    color: white;
    border: none;
    border-radius: 7px !important;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize !important;
    gap:12px;
  }

  .add-to-cart-btn:hover {
    background: #000;
  }

  .add-to-cart-btn.sold-out {
    background: #999;
    cursor: not-allowed;
  }

  .add-to-cart-btn.sold-out:hover {
    background: #999;
  }

  .price-info {
    display: flex;
    display: none; /* Start hidden */
    gap: 8px;
    align-items: center;
    margin-left: 4px;
    border-radius: 50px;
    background: #333;
    padding: 0 12px;
    width: auto;
    height: 20px;
  }

  .original-price {
    text-decoration: line-through;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 100;
    font-size: 14px;
  }

  .sudo-sale-price {
    font-size: 14px;
    font-weight: 400;
  }

  .shipping-info {
    margin-top: 12px;
    margin-bottom:5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #000;
    margin-bottom:20px;
  }

  .shipping-badge {
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .hidden {
    display: none;
  }
  @media only screen and (max-width:480px){
    .page-content{
      padding-bottom:10px !important;
    }
  }



  /* new banner */
  .banner-version1 {
      display: block;
      margin-bottom: 20px;
      text-align: center;
      background: #FDF5EF; 
     border-radius: 20px;
    }

    @media(min-width: 993px){
      .banner-version1 img{
        width:77%;
      }
    }


    /****/

    .jdgm-prev-badge__text, .jdgm-prev-badge__stars{
    font-size:12px
  }
  @media only screen and (max-width:480px){
      .jdgm-prev-badge__text, .jdgm-prev-badge__stars{
        font-size:10px
      }
  }
  .flexerd{
    display:block;   
    width:100px;
    height:145px;
  }
  .btn-sock,
  .btn-primer{
    position: relative;
  }
  .supdis:after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #353535;
    transform: rotate(45deg);
    height: 100%;
    width: 1px;
    margin: auto;
  }
  .warning-text {
    color: red;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    top: -8px;
  }
  .pop-up-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    display: none;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  }

  .pop-up-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    width: auto;
    border-radius: 0.5rem;
    height: 70vh;
    overflow: auto;
  }
  .pop-up-content table {
    table-layout: auto;
  }
  .close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
  }
  .close-button:hover {
    background-color: darkgray;
  }
  .show-pop-up {
    z-index: 12;
    opacity: 1;
    display: block;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
  }
  .trigger-pop-up {
    margin: 10px 0;
    width: 100%;
  }
  .product__thumbs--beside{
    max-width:100% !important;
  }

  @media only screen and (max-width: 749px) {
    .threeway .product__main-photos--slider .product__slide {
      margin-left: 0 !important;
      margin-right: 12px;
    }
    .threeway .slick-slide {
      height: 45vh !important;

    }

    .threeway .slick-slide img {
      height: 45vh !important;
    }
    .product-single__prices > *,
    .main-textamonials,
    .afterpay-placement {
      margin-bottom: 0 !important;

    }
    .product__main-photos {
      padding-bottom: 0 !important;
    }
    .pop-up-content,
    .size-chart-content table {
      width: 100%;
    }
    .size-chart-content th,
    .size-chart-content td {
      padding: 10px;
    }
  }
  .product__thumb-item{
    width:86px !important;
    display:block;
    margin-right:10px;
    float:left;
  }
  .product__thumb-item img,
  .product__thumb-item a{
    display:block !important;
    width:100% !important;
  }
  .product__thumbs{
    height:106px;
    overflow-y:hidden;
  }
  
  @media only screen and (max-width:490px) {
      .rating{
    justify-content:space-between;
    margin-top: 12px;
  }
  .jdgm-widget.jdgm-widget{
    position:relative;
    top:-2px;
  }
    .product__slide{
      
    }
    .threeway .slick-slide {
      width: 236px;
    }
    .product__photos {
      transition: all 0.4s ease-in-out;
    }
    .threeway .product__photos img {
      height: auto !important;
    }
    .slick-dots {

      bottom: 32px;
      position: relative !important;
    }


    .product__main-photos .slick-dots {
      z-index: 9 !important;
      {% if template contains "template-scrub-caps" %}
        bottom: 36px;
      {% else %}
        bottom: 40px;
      {% endif %}
    }

    .product-image-left{
      margin-bottom:8px;
    }
    .Main--ProductPhotos{
      height:400px !important;
      border-bottom:1px solid #fefefe;

    }
  }
  
  /***/

    p#preorder-text {
    margin-top: 12px;
    font-size: 12px;
    margin-bottom: 0;
}
#preorder-text{
  color:red !important;
  font-weight:bold;
}
.grid-product__price{
  display:flex;
}
    .curated-packs {
  display: flex;
  gap: 0;
  justify-content: space-between;
  margin-top:10px;
  margin-bottom: 44px;
  background: #f8f9fa;
  border-radius: 8px;
  padding: 0px;
}
.curated-packs a{
  flex: 0 0 50%;
}
.pack-btn {
  flex: 1;
  width:100%;
  background: #FDF5EF;
  padding: 4%px 16px;
  border-radius: 7px !important;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s;
  text-transform: capitalize !important;
}

.pack-btn.cactive {
  background: #000;
  color: white;
}
.thumbnails-add-button.sold-out {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}

.thumbnails-add-button.sold-out .add-text {
  color: #999 !important;
  font-weight: 600;
}


.style-option.added {
  border-color: navy !important;
  border-width: 3px !important;
  box-shadow: 0 0 0 1px navy;
}

/* Make sure added state takes precedence over active state when both exist */
.style-option.added.active {
  border-color: navy !important;
  box-shadow: 0 0 0 1px navy, 0 0 8px rgba(0, 0, 128, 0.3);
}

.spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  margin-left: 8px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}


@media only screen and (max-width:480px){
  .pack-btn{
    font-size:13px;
  }
  .ugstext{
    font-size:11px;
    line-height: 16px;
    display: inline-block;
  }
}
      @media only screen and (min-width:481px){
        
        .add-to-cart-btn{
          font-weight:500;
        }
      .add-points-text,
      .fit-guide,
      .trusted-badge,
      .sudoloox{
        font-size:12px !important;
        font-size:500 !important;
      }
      .trusted-badge svg{
        position:relative;
        top:-3px;
      }
      .product-title{
        font-size:32px;
      }
      .product-description{
        font-size:16px;
        margin-bottom:20px;
      }
      .category-btn{
        font-size:13px;
      }
      .option-btn,
      .pack-btn{
        font-size:15px;
      }
      .option-section,
      .curated-packs{
        margin-bottom:24px;
      }
      .scrubcaps-wrapper{
        margin-bottom:0;
      }
      .scroll-indicator{
        margin-bottom:20px;
      }
      .shipping-info{
        margin-top:10px;
      }
      .uses .label{
        font-size:20px;
      }
      .uses .tag{
        font-size:16px;
        height:31px;
      }
      .woof-accordion-header{
        font-size:16px;
      }
      .loved-by-thousands h2{
        font-size:20px;
      }
      .video-card{
         flex: 0 0 calc(33% - 4px);
      }
      .scroll-indicator {
        margin-top: -8px;
      }
      .page-width{
        max-width:1200px !important;
        padding-left:0 !important;
        padding-right:0 !important;
      }
      
        .scrubs-products{
          width: auto;
          height: auto;
          display: flex;
          justify-content: flex-start;
          align-content: flex-start;
          flex-wrap: wrap;
          gap:12px;
        }
        .play-button {
          left: 50%;
          top: 50%;
          transform: translateX(-50%) translateY(-50%);
          max-width: 30px;
          max-height: 30px;
        }
        .grid{
          margin:0 !important;
        }
        .grid__item{
          padding-left:0 !important;
        }
        .product-single__meta{
          padding-left:30px !important;
          padding-right:30px;
        }
        .fit-guide {
          font-weight: 500;
        }
        #addToCartText{
          font-weight:500 !important;
        }
        .shipping-badge{
          font-weight:400;
        }
        .shipping-badge:nth-child(2){
          font-weight:500;
        }
        ..team-highlight-description{
          font-weight:400;
        }
        .team-highlight-title{
          font-weight:600;
        }
        .feature-description{
          font-weight:400;
        }
  }


    /* uses */
    .uses {
      font-family: 'Outfit', sans-serif;
    }

    .uses .label {
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 12px;
    }

    .uses .tag-container {
      display: flex;
      gap: 12px;
      justify-content: flex-start;
      flex-wrap: nowrap;
      overflow-x: auto;
      overflow-y: hidden;
      width: auto;
      height: 34px;
      scrollbar-width: none;     /* Firefox */
      -ms-overflow-style: none;  /* IE/Edge */
      margin-bottom: 24px;
    }
    .uses .tag-container::-webkit-scrollbar {
      display: none;             /* Chrome, Safari, Opera */
    }
    .collapsible-trigger-btn--borders:first-child{
      border-top:none !imporant;
    }
    .uses .tag {
      padding: 3px 16px;
      font-size: 14px;
      font-weight: 400;
      border-radius: 999px;
      border: 1px solid #d1d1d1;
      background-color: #fff;
      display: block;
      color: #000;
      cursor: pointer;
      transition: all 0.2s ease-in-out;
      height: 26px;
      width: auto;
      flex: 0 0 auto;
      text-align: center;
    }

    .uses .tag.jactive {
      background-color: #000;
      color: #fff;
      border-color: #000;
    }

    .uses .tag:hover {
      opacity: 0.85;
    }


/* 

@media only screen and (max-width: 480px) {

  .scrubcaps-wrapper {
    overflow: hidden !important;
    height: auto !important;
    width: 100% !important;
  }

  .scrubs-products {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    grid-template-rows: repeat(2, auto) !important;
    flex-direction: unset !important;
    flex-wrap: unset !important;
    width: 100% !important;
    height: auto !important;
    gap: 8px !important;
    overflow: hidden !important;
  }

  .flexerd {
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .style-option {
    width: 100% !important;
    min-width: unset !important;
    height: 90px !important;
    box-sizing: border-box !important;
  }

  
  .scroll-indicator {
    display: none !important;
  }

  
  .styles-grid-dots {
    display: flex !important;
    justify-content: center;
    gap: 7px;
    margin-top: 12px;
    margin-bottom: 16px;
  }

  .styles-grid-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: background 0.2s;
    flex-shrink: 0;
  }

  .styles-grid-dot.active {
    background: #000;
  }
} */

@media only screen and (min-width: 481px) {
  .styles-grid-dots {
    display: none !important;
  }
}


@media only screen and (max-width:768px){
  div.product-image-left.grid__item.medium-up--one-half {
	  position: relative !important;
    top: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  .wdyd-header {
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
  }
  
  .woof-faq {
    overflow: hidden !important;
    max-width: 100% !important;
  }
}

.styles-grid .styles-grid-dots {
	display: none !important;
}

@media only screen and (max-width:768px){
  .main-cont {
    margin-left: 0px;
    margin-right: 0px;
  }  
  
  .product-content-right {
    padding-left: 30px !important;
  }
}
