/** Shopify CDN: Minification failed

Line 15:0 Unexpected "{"
Line 15:1 Expected identifier but found "%"
Line 112:0 Unexpected "{"
Line 112:1 Expected identifier but found "%"
Line 842:4 Unexpected "}"
Line 925:0 Unexpected "{"
Line 925:1 Expected identifier but found "%"
Line 955:0 Unexpected "{"
Line 955:1 Expected identifier but found "%"
Line 969:0 Expected "}" to go with "{"

**/
{% if template contains 'product' and product.template_suffix == 'techit-pdp' %}
/* custmom Fonts starts here*/

/*
============================================
CUSTOM LATO FONT DEFINITIONS
============================================
*/

.price-percents-save
 {
    color: #1cab42;
    font-size: 12px;
    font-weight: 700;
    font-family: "Lato", sans-serif !important; 
}
@media screen and (max-width: 1296px) {
    .image_only_bs {
        margin: 60px 0;
    }
}
/* --- LATO LIGHT --- */
@font-face {
  font-family: "Lato" ;
  src: url("/cdn/shop/files/lato.light.woff2?v=1753477175") format("woff2");
  font-weight: 300; /* Light */
  font-style: normal;
  font-display: swap;
}

/* --- LATO REGULAR --- */
@font-face {
  font-family: "Lato";
  src: url("/cdn/shop/files/lato.regular.woff2?v=1753475188") format("woff2");
  font-weight: 400; /* Regular */
  font-style: normal;
  font-display: swap;
}

/* --- LATO MEDIUM --- */
@font-face {
  font-family: "Lato";
  src: url("/cdn/shop/files/lato.medium.woff2?v=1753475189") format("woff2");
  font-weight: 500; /* Medium */
  font-style: normal;
  font-display: swap;
}

/* --- LATO SEMI-BOLD --- */
@font-face {
  font-family: "Lato";
  src: url("/cdn/shop/files/lato.semibold.woff2?v=1753475189") format("woff2");
  font-weight: 600; /* Semi-Bold */
  font-style: normal;
  font-display: swap;
}

/* --- LATO BOLD --- */
@font-face {
  font-family: "Lato";
  src: url("/cdn/shop/files/lato.bold.woff2?v=1753475188") format("woff2");
  font-weight: 700; /* Bold */
  font-style: normal;
  font-display: swap;
}

/* --- LATO BLACK --- */
@font-face {
  font-family: "Lato";
  src: url("/cdn/shop/files/lato.black.woff2?v=1753475188") format("woff2");
  font-weight: 900; /* Black */
  font-style: normal;
  font-display: swap;
}



/*
============================================
ASSIGN LATO FONT TO ELEMENTS
============================================
*/

/* 1. Set the default body text to Lato Regular */
body, p {
  font-family: "Lato", sans-serif !important;
  font-weight: 400; /* This calls the 'Regular' font you defined */
}

/* 2. Set all headings to Lato Bold */
h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif !important;
  font-weight: 700; /* This calls the 'Bold' font you defined */
}


/* custmom Fonts ends here*/
{% endif %}


.product__block--title .product__title{
    font-family: "Lato" !important;
  font-weight: 600; 
}


/* Product Benefits Block Styles */
.product__block--product_benefits {
  margin: 20px 0;
}

.product__benefits-heading {
  font-size: 1.8rem;
  font-weight: 600;
  color: rgb(var(--color-foreground));
  margin-bottom: 1.2rem;
  line-height: 1.2;
}

.product__benefits-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  align-items: center;
}

.product__benefits-container.text-center {
  justify-content: center;
}

.product__benefits-container.text-right {
  justify-content: flex-end;
}

.product__benefit-tag {
display: inline-block;
        padding: 1px 6px !important;
    background-color: #fff9ef;
    color: #c7845c;
    border: .1rem solid #c7845c;
    border-radius: 4px;
    font-size: 1.6rem;
     font-family: "Lato", sans-serif !important;
  font-weight: 500; 
    white-space: nowrap;
    min-height: 4.4rem;
    /* line-height: 0; */
    cursor: default;
    pointer-events: none;
    
}

/* Responsive Design */
@media screen and (max-width: 749px) {
  .product__benefits-container {
    gap: 0.8rem;
  }
  
  .product__benefit-tag {
    font-size: 14px;
    padding: 1rem 1.8rem;
    min-height: 0rem !important;
  }
  
  .product__benefits-heading {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .product__benefit-tag {
    padding: 0.8rem 1.6rem;
    min-height: 3.6rem;
    font-size: 14px !Important;
    border: 0.4px solid #C7845C;
            color: #C7845C;
  }
}
/* Secondary Description Block Styles */
.product__block--secondary_description {
  margin: 15px 0;
}

.product__secondary-description {
        font-size: 14px;
        padding-top: 3px;
  color: rgb(var(--color-foreground));
  line-height: 1.4;
  margin: 0;
  opacity: 0.8;
   font-family: "Lato", sans-serif !important;
  font-weight: 400;
}

/* Style variations */
.product__secondary-description.text-upper {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.product__secondary-description.text-subtext {
  font-size: 1.4rem;
  opacity: 0.7;
}

/* Alignment */
.product__secondary-description.text-center {
  text-align: center;
}

.product__secondary-description.text-right {
  text-align: right;
}

/* Responsive Design */
@media screen and (max-width: 749px) {
  .product__secondary-description {
    font-size: 1.5rem;
  }
  
  .product__secondary-description.text-subtext {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 479px) {
  .product__secondary-description {
    font-size: 1.4rem;
  }
  
  .product__secondary-description.text-subtext {
    font-size: 1.2rem;
  }
}

.product-price-quantity-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.product-price-section {
  flex-shrink: 0;
}

.product-quantity-selector-section {
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
}

quantity-input.quantity {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
}

.quantity__button {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: inherit;
}

.quantity__input {
  border: none;
  text-align: center;
  width: 50px;
  padding: 8px 0;
  -moz-appearance: textfield;
}

.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media (max-width: 768px) {
  .product-price-quantity-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}




/* Custom Product Price Quantity Component Styles */
.custom-product-price-quantity-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 20px;

}

.custom-product-price-section {
  flex: 1;
}

.custom-discount-badge {
    display: inline-block;
    background-color: #ffffff;
    color: 18AA3F;
    padding: 0px;
    border-radius: 4px;
    font-size: 12px;
    margin-bottom: -3px;
    font-family: "Lato", sans-serif !important;
    font-weight: 900;
  
}

.custom-price-container {
  margin-bottom: 8px;
}

.custom-price-display {
  display: flex;
  align-items: center;
  gap: 10px;
}

.custom-current-price {
  font-size: 32px;
font-family: "Lato", sans-serif !important;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
}

.custom-compare-price {
  font-family: "Lato", sans-serif !important;
  font-size: 20px;
  color: #888;
  text-decoration: line-through;
  font-weight: 500;
}

.custom-product-tax {
    font-size: 12px;
    color: #666;
    margin-top: -8px !important;
    font-family: "Lato", sans-serif !important;
    font-weight: 300;
}

.custom-volume-pricing-note {
  font-size: 12px;
  color: #666;
  margin-bottom: 8px;
}

.custom-installment {
  margin-top: 8px;
}

/* Quantity Selector Styles */
.custom-product-quantity-selector-section {
  display: flex;
  align-items: flex-start;
  margin-top: 8px;
}

.custom-product-form-quantity {
  display: flex;
  flex-direction: column;
}

.custom-quantity {
display: flex
;
    align-items: center;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden;
    justify-content: center;
    gap: 2px;
}

.custom-quantity-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 43px;
    border: none;
    background-color: #ffffff;
    cursor: pointer;
    color: #000000;
    transition: all .2s ease;
    padding: 0px;
    margin: 0px 4px 0px 4px;
}

.custom-quantity-button:hover {
  background-color: #f3f4f6;
  color: #374151;
}


.custom-quantity-button:active {
  background-color: #e5e7eb;
}

.custom-quantity-minus {
  /* border-right: 1px solid #d1d5db; */
}

.custom-quantity-plus {
  /* border-left: 1px solid #d1d5db; */
}
.variant-discount-badge {
    margin-bottom: 3px;
}
.custom-quantity-input {
    height: 43px;
    width: 52px;
    border: none;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    color: #000000;
    background-color: #fff;
    outline: none;
  -moz-appearance: textfield;
  font-family: "Lato", sans-serif !important;
}

.custom-quantity-input::-webkit-outer-spin-button,
.custom-quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.custom-quantity-label {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
}

/* Responsive Design */
@media (max-width: 768px) {
  .custom-product-price-quantity-wrapper {
    /* flex-direction: column;
    gap: 16px; */
  }
  
  .custom-current-price {
    font-size: 18px;
  }
  
  .custom-compare-price {
    font-size: 16px;
  }
  
  .custom-product-quantity-selector-section {
    align-self: flex-start;
  }
}

/* Focus states for accessibility */
.custom-quantity-button:focus {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}

.custom-quantity-input:focus {
  outline: 2px solid #3b82f6;
  outline-offset: -2px;
}



/* Variant custom css */
/* Custom Pack Variant Picker Styles */
.custom-variant-selects {
  /* Add any global styles for the variant selects here */
}

.custom-pack-variant-wrapper {
  margin-bottom: 1.5rem;
}

.custom-pack-variant-label {
  margin-bottom: 1rem;
}

.custom-pack-variant-title {
  margin-bottom: 0.5rem;
}

.custom-pack-options-grid {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.custom-pack-option {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 120px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  background-color: #ffffff;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.custom-pack-option:hover {
  border-color: #d1d5db;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.custom-pack-option--selected {
  border-color: #f97316;
  background-color: #fff7ed;
}

.custom-pack-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.custom-pack-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  width: 100%;
}

.custom-pack-value {
  font-weight: 500;
  font-size: 0.875rem;
  color: #374151;
  text-align: center;
  margin-bottom: 0.25rem;
}

.custom-pack-option--selected .custom-pack-value {
  color: #ea580c;
  font-weight: 600;
}

.custom-pack-discount {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #22c55e;
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  white-space: nowrap;
  z-index: 1;
}

.custom-pack-bestseller {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #dc6844;
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  white-space: nowrap;
  z-index: 1;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .custom-pack-options-grid {
    gap: 0.75rem;
  }
  
  .custom-pack-option {
    min-width: 100px;
    padding: 0.5rem 0.75rem;
  }
  
  .custom-pack-value {
    font-size: 0.8rem;
  }
  
  .custom-pack-discount,
  .custom-pack-bestseller {
    font-size: 0.7rem;
    padding: 0.2rem 0.4rem;
  }
}

@media (max-width: 480px) {
  .custom-pack-options-grid {
    justify-content: center;
  }
  
  .custom-pack-option {
    min-width: 90px;
    flex: 1;
    max-width: 120px;
  }
}

/* Focus styles for accessibility */
.custom-pack-radio:focus + .custom-pack-label {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}

/* Animation for discount and bestseller badges */
.custom-pack-discount,
.custom-pack-bestseller {
  animation: fadeInUp 0.3s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}


    .product-form__input.product-form__input--button {
        gap: 1.6rem !important;
        display: flex;
        justify-content: left;
    }

.variant-title-box.empty-quantity {
  border-radius: 4px 4px 4px 4px !important;
}


.variant-title-box
 {
    width: 100%;
    border: 1px solid #b1b0b0;
    border-radius: 4px 4px 0px 0px;
    margin: 1px auto auto;
    padding: 7px 22px;
    font-size: 15px;
    font-weight: 700;
    color: #757575;
}


.variant-discount-badge .discount {
    color: #18aa3f !important;
    font-weight: 900;
    background: white !important;
    text-align: center;
    font-size: 12px !important;
}

/* Vairant active class  */

.variant-label-wrapper input[type="radio"]:checked + .varaint-main-box .variant-title-box {

    background-color: #fff9ef;
    color: #c7845c;
    transition: background .3s ease;
    border-color: #c7845c;
}
/* Vairant active class  */
.varaint-main-box {
    text-align: center;
}

/* variant label starts  */

span.font-body-bold.custom-variant-label
 {
    color: #757575;
font-weight: 400 !important;
    font-size: 12px;
}

span.custom-variant-value
 {
        font-size: 14px;
    font-weight: 500;
}
/* variant label starts  */

  .product-swiper.sticky-element {
    margin-top: 1rem;
}
 /* <!-- Trncate description starts here  --> */
.truncated-description-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;         /* Truncate after 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;
  max-height: 4.5em;             /* 3 lines x 1.5em line height */
}
 /* <!-- Trncate description ends here  --> */


.product__block.product__block--custom_price_quantity {
  --product-blocks-gap: 0rem !important;
}

.product__block.product__block--variant_picker{
      --product-blocks-gap: 0rem !important;
}

p.product__text.inline-richtext.m-0 {
font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: black;
  font-family: "Lato", sans-serif !important;
}

.bestsellertag-variant
 {
    text-align: center;
    color: white;
    background: #c7845c;
    border-radius: 0px 0px 4px 4px;
    padding-top: 0px;
    margin-top: 0px;
}

.bestsellertag-variant p {
    margin-top: 0px;
    font-size: 13px;
}

@media (min-width: 1024px) {
  .product__benefit-tag
 {
    padding: 0.2rem 1.1rem !important;
    min-height: 1rem;
}
  .custom-current-price {
    font-size: 20px;
  }
  .custom-compare-price {
    font-size: 16px;
  }
  
.custom-quantity-input {
      height: 35px !important;
}
  .custom-quantity-button{
    height: 40px !important;
  }
  .sticky-atc-bar__product-image
 {
    width: 7rem !important;
}
  .sticky-atc-bar__product-info {
    font-size: 15px !important;
}
  h3.sticky-atc-bar__product-title.text-pcard-title.text-limit-2-lines
 {
    font-size: 15px !important;
}
  select.sticky-atc-bar__variant-select.form-control.form-control--select {
    border-radius: 4px !important;
}
  .quantity:before {
    border-radius: 4px !important;
  }
  button.product-form__submit.btn.btn--primary.w-full {
    border-radius: 4px !important;
}
}

.k-app-reset
 {
    display: none !important;
}


.product__block.product__block--title
 {
    --product-blocks-gap: 0rem !important;
}
.product__block.product__block--secondary_description {
    --product-blocks-gap: 0.1rem;
}

.jdgm-preview-badge .jdgm-star.jdgm-star
 {
    color: orange !important;
    padding: 0px 4px 0px 2px !important;
   font-size: 12px;
}

    .product__block--title .product__title {
    font-size: 18px !important;
    line-height: normal;
    width: 80%;
}
    }

.product__block.product__block--\@app {
    --product-blocks-gap: 1rem;
}


.slide-tag{
  font-weight: 700 !important;
  padding: 4px 6px !important;
}
.slide-size {
    font-weight: 700 !important;
  padding: 1px 8px !important;
    font-size: 12px !important;
}

@media screen and (max-width: 768px) {
    .product .product__info-wrapper {
        padding: 0px 0 0 !important;
    }
}


.product__block.product__block--product_benefits {
    --product-blocks-gap: 1rem;
}

.product__info-wrapper .jdgm-prev-badge__stars:after

 {
 
    font-size: 13px !important;
    font-weight: 900 !important;
    font-family: "Lato", sans-serif !important;
}

.product__block.product__block--\@app

 {
    --product-blocks-gap: 1.3rem !important;
}


.custom-quantity-minus svg {
    width: 55% !Important;
}

.custom-quantity-plus svg {
    width: 55% !Important;
}


.product__block.rte.product__block--text {
    --product-blocks-gap: 1rem;
}


.form__label .gap-2 {
    gap: .5rem !Important;
}

.custom_product-form__submit span {
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: 700 !important;
    font-family: "Lato", sans-serif !important;
}

span.sticky-atc-divider {
    color: #807c77;
}

/* --- Shows the wrapper by default (for mobile) --- */
.product-form.sticky-atc-wrapper {
  display: flex; /* This is its default visible state */
} /* --- Hides the wrapper on desktop screens (768px and wider) --- */
@media (min-width: 768px) {
  .product-form.sticky-atc-wrapper {
    display: none !important;
  }
}

{% if not (template contains 'product' and product.template_suffix == 'techit-pdp') %}
/* --- Hides the bar by default (for mobile) --- */
.sticky-atc-bar {
  display: none !important;
}
  .st-search-box.hidden-desktop.st-hidden-desktop
 {
    display: none !important;
}
.product.flex.flex-wrap.product--medium.product--carousel.product--media-has-13.product--media-has-many {
    --product-gap: 2rem !important;
}
/* --- Shows the bar on desktop screens (768px and wider) --- */
@media (min-width: 768px) {
  .sticky-atc-bar {
    display: block !important; /* Or display: block; depending on your layout */
  }
  div#shopify-section-template--24918243344659__main
 {
    margin-top: 2rem;
}
  .product__benefit-tag {
        font-size: 11px !important;
  }
  .variant-discount-badge
 {
    margin-bottom : 2px;
}


{% endif %}













