/** Shopify CDN: Minification failed

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

**/

/* Code support to hide the default badge from Tech Arms team with love <3 */

.product-card__badge-list {
  display: none !important;
}

/* global */

/* cart */
.cart-drawer__inner .count-bubble {
  display:none !important
}

.v-stack.gap-4[slot="footer"] .h5 .money {
  color:#64ff9b !important
}

.goal-tiers-title b {
  text-transform:none !important
}

/* sumaries */
.new-style-summaries summary{
  padding-left:0 !important;
  padding-right:0 !important
}
.new-style-summaries summary svg {
  aspect-ratio: 1 !important;
    width: 24px !important;
    height: 24px !important;
    padding: 8px !important;
    background: rgb(var(--text-color) / .1) !important;
    border-radius: 100% !important 
}


.txt-white-400{
  font-weight:400 !important;
  color:white !important
}
cart-drawer {
  z-index: 9999 !important
}
.goal-tiers-title {
    text-transform: capitalize
}
.green-bold, .cart-goal .spend-money-wrap b {
    font-weight: 700;
  color: #64ff9b !important
}

.saved-value-cart {
  color: #64ff9b !important
}
/* Single product */


product-gallery .swiper-pagination-bullet {
  background: #f2f2f2 !important;
  opacity: 0.6 !important
}
product-gallery .swiper-pagination-bullet-active{
  background: #64ff9b !important;
  transform: scale(1.3)
}


#variant-global-gallery {  
  display: grid;
      gap: 20px;
      grid: auto / 1fr 1fr;
}
.global-image{
  aspect-ratio: 1;
    border-radius: 0.75rem;
}

#variant-active-img {
  grid-column: span 2;
  width:100% ;
  border-radius: 0.75rem !important;

}
product-gallery{
    position: relative !important;
}

.only-mobile {
  display:none !important
}
.only-desk {
  display:block !important
}

.product-info__badge, .product-info__badge-wrapper{
    font-weight: 900;
    text-transform: uppercase;
}
.product-info__badge {
  border: 2px solid white;
    color: white;
padding: 5px 16px;
    border-radius: 20px;
}


.add-btn-w-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
.add-btn-w-total .total-price, .total-price .money {
  font-size: 22px;
    font-weight: 600;
  color:white !important
}

.rating-with-text .money {
  font-size: 22px;
  font-weight: 600
}
.product-info__price compare-at-price .money {
  font-size: 16px;
  font-weight: 400
}


.recommended-products__grid {
  display: grid !important;
  grid:auto/repeat(4, 1fr);
  margin-top: 3rem;
  gap: 3rem 1.5rem
}
.recommended-products-wrapper h2 {
  margin-top: 2rem
}

.progress-bar::before {
  background:#64ff9b!important
}

.product-info__badge-wrapper {
  margin-top: 12px;
  margin-bottom: 30px;
  display:flex;
  gap:10px;
  flex-wrap:wrap
}

.product-info__badge-wrapper span {
   padding: 5px 16px;
    border-radius: 20px
}

img.hidden-img-gallery { display: none !important; }
.see-more-btn .angle { margin-left: 0.5em; }


  .product-faqs details {
      border: unset !important
  }

.variant-step .variant-picker__option-info {
  display: none
}
.see-more-btn {
  font-size: 16px;
  font-weight: 600
}

/* variant steps */





.variant-step .variant-picker__option {
  margin:16px
}










.variant-step[open] .chevron { transform:rotate(180deg); }
.variant-step__header {
  display:flex; align-items:center; gap:6px;
  cursor:pointer; padding:.7rem 1rem; font-weight:600;
}
.variant-step__header:hover { background:rgba(0,0,0,0.05); }
.variant-step__header .step { min-width:1.5rem; text-align:right; }
.variant-step__header .value { margin-left:auto; color:#555; font-weight:400; color:#64ff9b}
.variant-step fieldset { padding:1rem; }

.variant-step__header {
  justify-content: space-between
}


/* end variant steps */

.step-recommend .product-card__title {
  font-size: 13px;
  line-height: 1.1em
}
.step-recommend .product-card__info {
  padding-top:10px
}
.step-recommend .recommended-products__grid {
  margin-top:0
}
.step-recommend product-card [type="submit"], .step-recommend product-card [type="button"]{
  padding: 10px !important; 
  font-size: 12px !important;
}
.price.price--original s .money{
  font-weight: 400 !important
}


/* discount wrap */

.input-discount-wrap {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  align-items: center
}
.save-wrap {
  display: flex;
  justify-content: end
}
.discount-input-wrap{
  display: flex;
    align-items: center;
    gap: 6px;
  margin-top:4px
}

.product-packs-selector label {
  padding: 12px 15px 16px;
  border-radius: 6px;
  border: solid 1px 
}
.product-packs-selector label.active {
  border-color: #64ff9b
}


.pack-discount {
  padding: 0 14px;
  background:#b00;
  color:white !important;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500
}

.pack-final-price {
  font-size: 18px
}
input.pack-radio {
  accent-color: #64ff9b !important
}
/* end discount wrap*/


/* carousel guide */

.guide-card img {
  width: 100%;
  object-fit: cover;
    aspect-ratio: 1;
  max-width: 300px;
  border-radius: 0.375rem
}

.guide-card {
  display: flex;
  gap:30px;
  align-items: center
}

.guide-card p a {
  color: #64ff9b !important
}
.guide-card p.bold {
  font-size: 16px
}
.guide-card p{
  font-size: 13px
}
/* end carousel guide */




  .product-packs-selector label:first-child .pack-original-price {
    display:none 
  }



/* recommend card step */

.recommended-card img {
  aspect-ratio: 1;
  object-fit: contain;
  background: white;
  border-radius: 0.3rem
}

button.add-recommendation {
  margin-top: 10px;
  border-radius: 0.375rem;
    color: black;
    background: white;
    text-align: center;
    padding: 0.5rem;
    font-weight: 600;
    font-size: 0.9rem;
}
.recommended-card__title {
  
  margin-top:  6px;
  font-size: 13px ;
  font-weight: 700;
  line-height: 1.2em !important;
  display: block
}
.recommended-card__title small{
  font-weight: 400;
  font-size: 12px
}
.recommended-card__price span {
  font-weight: 700;
    font-size: 16px
}


.recommended-card {
  display: flex;
    flex-flow: column;
    height: 100%;
    justify-content: space-between;
}
/* END SINGLE PRODUCT */


 


/* PRODUCT GALLERY */
#variant-global-gallery {
  padding-bottom: 60px;
  position: relative
}

#variant-global-gallery .see-more-btn{
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center
}
#variant-global-gallery.swiper{
  width:calc(100vw-40px);          
  margin-left:0!important;
  margin-right:0!important;
  overflow:hidden;    
    
}

#variant-global-gallery .swiper-slide{
  width:calc(100vw-40px)!important; 
                 
}

#variant-global-gallery img{
  width:100%;
  height:auto;
  max-width:100%;
  display:block;
  object-fit:cover;   
}



/* CART PAGE */
.cart-goal.cart-goal--achieved{
  min-width:442px;
}



@media (max-width:767px){
  .swiper-slide img {
    aspect-ratio: 1 ;
    object-fit: cover !important
  }
}


/* END PRODUCT GALLERY */

/* HOME PAGE */

.variant-step.step-recommend .bss_pl_text_hover_text {
  margin-top: -0.5px;
  font-size: 0.5rem !important
}





/* MEDIA QUERIES */



@media(max-width:1023px){
    .recommended-products__grid {

  grid:auto/repeat(2, 1fr);
  margin-top: 2rem;
  gap: 2rem
}
   .recommended-products-wrapper h2 {
  margin-top: 6rem
}
  
}

@media(max-width:767px)
{
 #shopify-section-sections--23553696498004__cart-drawer{
   z-index: 9999999 !important;
   position: relative !important
 }
  
  [mobile-opening=left]{
    z-index:9999!important
  }

.only-mobile {
  display:block !important
}
.only-desk {
  display:none !important
}


  .recommended-products-wrapper h2 {
  margin-top: 5rem
}
  
}

@media(max-width:500px){

  .cart-goal.cart-goal--achieved{
    min-width:300px !important;
  }
  
  .product-info__variant-picker summary, .product-info__variant-picker fieldset {
    padding-left: 0 !important;
      padding-right: 0 !important
  }

  
  .variant-step__header{
      flex-wrap: wrap
  }
  .variant-step__header .value {
    margin-left: auto !important
  }
  .product-info__buy-buttons.add-btn-w-total{
    flex-wrap: wrap;
    justify-content: start;
    gap: 20px;
  }
  .guide-card  {
  flex-wrap: wrap;
  justify-content: center
}
}

/* === Variant badge layout fix (final working version) === */
.variant-picker__option-values {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 8px;
}

.variant-with-badge {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
  text-align: center;
  min-height: 80px;
  position: relative;
}

/* Make badge span exact button width */
.variant-with-badge > .badge--on-sale,
.variant-with-badge > .badge--placeholder {
  display: block;
  width: calc(100% + 2px);
  margin: 0 -1px;
  box-sizing: border-box;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3;
  border-radius: 6px 6px 0 0;
  padding: 4px 0;
  min-height: 24px;
  z-index: 1;
}

/* Sale badge */
.variant-with-badge > .badge--on-sale {
  background-color: var(--color-sale, #ebb0000);
  color: #fff;
}

/* Placeholder (invisible but keeps spacing consistent) */
.variant-with-badge > .badge--placeholder {
  background-color: transparent;
  color: transparent;
  visibility: hidden;
}

/* Variant button */
.variant-with-badge .option-value {
  border-radius: 0 0 6px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

/* === Variant badge layout fix (high specificity override) === */
.product-info .variant-picker__option-values {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 8px;
}

.product-info .variant-with-badge {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
  text-align: center;
  min-height: 80px;
  position: relative;
}

/* Make badge exactly match button width */
.product-info .variant-with-badge > .badge--on-sale,
.product-info .variant-with-badge > .badge--placeholder {
  display: block;
  width: calc(100% + 2px);
  margin: 0 -1px;
  box-sizing: border-box;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3;
  border-radius: 6px 6px 0 0;
  padding: 4px 0;
  min-height: 24px;
  z-index: 1;
}

/* Red sale badge */
.product-info .variant-with-badge > .badge--on-sale {
  background-color: var(--color-sale, #bb0000);
  color: #fff;
}

/* Transparent placeholder (keeps alignment perfect) */
.product-info .variant-with-badge > .badge--placeholder {
  background-color: transparent;
  color: transparent;
  visibility: hidden;
}

/* Variant button alignment */
.product-info .variant-with-badge .option-value {
  border-radius: 0 0 6px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

/* === Perfect alignment for variant badges === */
.product-info .variant-picker__option-values {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 7px;
}

.product-info .variant-with-badge {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
  text-align: center;
  min-height: 80px;
  position: relative;
}

/* Match badge width to the variant button (border to border) */
.product-info .variant-with-badge > .badge--on-sale,
.product-info .variant-with-badge > .badge--placeholder {
  display: block;
  width: calc(100% + 4px); /* expands badge to exact border edges */
  margin: 0 -2px; /* balance left and right overflow equally */
  box-sizing: border-box;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3;
  border-radius: 6px 6px 0 0;
  padding: 4px 0;
  min-height: 24px;
  text-align: center;
}

/* Red discount badge */
.product-info .variant-with-badge > .badge--on-sale {
  background-color: var(--color-sale, #bb0000);
  color: #fff;
}

/* Transparent placeholder to keep alignment even */
.product-info .variant-with-badge > .badge--placeholder {
  background-color: transparent;
  color: transparent;
  visibility: hidden;
}

/* Variant button styling */
.product-info .variant-with-badge .option-value {
  border-radius: 0 0 6px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.variant-with-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
}

.variant-with-badge .badge {
  display: inline-block;
  width: auto;
  min-width: 60px;
  text-align: center;
  border-radius: 6px 6px 0 0;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 4px 6px;
  background-color: #d80000;
  color: #fff;
  margin-bottom: -4px;
}

.badge--placeholder {
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0;
}

.variant-with-badge .option-value {
  margin-top: 0;
}

.product-info__price-quantity-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.product-info__price-quantity-row .product-info__quantity-selector {
  flex: 1 1 auto;
  min-width: 0;
}

.product-info__price-quantity-row .product-info__price {
  white-space: nowrap;
  margin-left: auto;
}

  .timeline__image {
  width: 100%;
  max-width: 382px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  position: relative;
}

/* Small screens - full width */
@media screen and (max-width: 699px) {
  .timeline__image {
    max-width: calc(100vw - 40px);
  }
}

/* Medium screens - roughly one-third width */
@media screen and (min-width: 700px) and (max-width: 1199px) {
  .timeline__image {
    max-width: min(calc(100vw / 3 - 64px), 346px);
  }
}

/* Large screens - refined one-third layout */
@media screen and (min-width: 1200px) {
  .timeline__image {
    max-width: min(calc((100vw - 96px) / 3 - (24px / 3 * 2)), 382px);
  }
}

 .timeline__slide > .timeline__image-wrapper {
    padding-inline-end: 0%;
  }

  @media screen and (min-width: 1150px) {
  .timeline__slide > .prose {
    padding-inline-end: 0%;
    margin-left: -250px;
  }


.product-card__quick-buy.quick-buy-b2b button,
.product-card__quick-buy.quick-buy-b2b .button {
  color: rgb(133, 14, 14) !important;
  background-color: #f2f2f2 !important;
}

.product-card__quick-buy.quick-buy-default button,
.product-card__quick-buy.quick-buy-default .button {
  color: white !important;
  background-color: #063820 !important;
}

/* Force styles in quick-buy drawer with higher specificity */
quick-buy-drawer .variant-picker__option-values,
quick-buy-drawer.drawer .variant-picker__option-values {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
  gap: 0.75rem !important;
}

quick-buy-drawer .variant-with-badge,
quick-buy-drawer.drawer .variant-with-badge {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  margin: 0 !important;
}

quick-buy-drawer .variant-with-badge .badge,
quick-buy-drawer.drawer .variant-with-badge .badge {
  width: 100% !important;
  text-align: center !important;
  border-radius: 6px 6px 0 0 !important;
}

quick-buy-drawer .badge--on-sale,
quick-buy-drawer.drawer .badge--on-sale {
  display: flex !important;
  background-color: #bb0000 !important;
  color: #fff !important;
  border-radius: 6px 6px 0 0 !important;
  padding: 3px 6px !important;
  margin: -5px 0 -5px 0 !important;
}

/* Desktop 5 per row */
.recommended-products__grid {
  grid:auto/repeat(5, 1fr);
  margin-top: 2rem;
  gap: 2rem;
}

/* MEDIA QUERIES */

@media(max-width:1023px){
  .recommended-products__grid {
    grid:auto/repeat(2, 1fr);
    margin-top: 2rem;
    gap: 2rem;
  }
  .recommended-products-wrapper h2 {
    margin-top: 6rem;
  }
}

@media(max-width:767px){
  #shopify-section-sections--23553696498004__cart-drawer{
    z-index: 9999999 !important;
  }
  
  [mobile-opening=left]{
    z-index:9999!important;
  }

  .only-mobile {
    display:block !important;
  }
  .only-desk {
    display:none !important;
  }

  .recommended-products-wrapper h2 {
    margin-top: 5rem;
  }
}

/* Fix for Trustpilot - exclude cart drawer */
.drawer:not(cart-drawer):not([id*="cart"]) {
  --container-outer-width: var(--spacing-6);
  --background: var(--dialog-background);
  --text-color: var(--text-primary);
  --drawer-header-padding: var(--spacing-5);
  --drawer-body-padding: var(--spacing-5) var(--spacing-6);
  --drawer-footer-padding: var(--spacing-6);
  --drawer-content-max-height: none;
  visibility: hidden;
  width: 100%;
  padding: var(--spacing-2);
  z-index: 1001;
  position: fixed;
  right: 0;
}

/* 1. Main Container: Holds buttons and input */
.quantity-selector {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  width: fit-content;
  min-width: 100px; /* Width for standard items with buttons */
  overflow: hidden;
}

/* 2. Buttons: Plus and Minus */
.quantity-selector__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  cursor: pointer;
  color: var(--text-color);
  background: transparent;
  transition: background 0.2s;
}

.quantity-selector__button:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* 3. Input Field: The number */
.quantity-selector__input {
  width: 40px;
  text-align: center;
  background: transparent;
  border: none;
  color: inherit;
  font-size: 14px;
  appearance: none;
  -moz-appearance: textfield; /* Removes arrows in Firefox */
}

/* Removes arrows in Chrome/Safari */
.quantity-selector__input::-webkit-outer-spin-button,
.quantity-selector__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* 4. Gift Specific Variant: When the 'is-gift' class is present */
.quantity-selector.is-gift {
  max-width: 100px;      /* Shrink since buttons are gone */
  margin: 0 auto;       /* Centers the box in the table/drawer column */
  border-style: none; /* Visual cue that it's locked */
  background: rgba(255, 255, 255, 0); /* Subtle highlight */
}

.quantity-selector.is-gift .quantity-selector__input {
  width: 100%;
  padding: 8px 0;
  cursor: default;
  font-weight: bold;
}

 .line-item.is-free-gift .quantity-input,
.line-item.is-free-gift a[href*="remove"] {
  display: none !important;
}

/* Final tier motivation text 20 February 2026 */
.goal-tiers-title {
    text-transform: none !important;
}

/* Gallery fixes 24 February 2026 */
@media screen and (max-width: 699px) {
  scroll-shadow.product-gallery__thumbnail-list-wrapper {
    max-width: 100vw;
    overflow: hidden;
  }

  .product-gallery__thumbnail-list {
    display: flex !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    width: 100%;
  }

  .product-gallery__thumbnail {
    flex: 0 0 56px;
    min-width: 56px;
  }
}

@media screen and (max-width: 699px) {
  .product__media-stack product-gallery scroll-shadow > page-dots {
    width: 100vw !important;
    overflow-x: auto !important;
  }
}
