/** Shopify CDN: Minification failed

Line 338:8 Expected ":"

**/
/* locations ses */
.product_container { width: 100%; max-width: 1268px; margin: 0 auto; }
.locations-section { padding: 112px 40px; border-top: 1px solid #e2e8f04d; }
.locations-title { text-align: center; font-size: 30px; margin-bottom: 10px; color: #1a1a1a; font-family: Playfair Display, serif; font-weight: 700; }
.locations-subtitle { text-align: center; color: #737373; font-size: 16px; font-weight: 400; margin-bottom: 48px; font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
.locations-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.location-card { border: 1px solid #e2e8f0; border-radius: 12px; overflow: hidden; background: #fff; }
.location-map iframe { width: 100%; height: 144px; border: 0; }
.location-content { padding: 20px; }
.location-city { font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; color: #1a1a1a; font-size: 18px; line-height: 28px; margin:0; }
a.location-phone { display: flex; gap: 6px; align-items: center; }
.location-phone svg { fill: #0000; width: 14px; height: 14px; }
.location-phone { display: block; color: #0da2e7; margin: 4px 0 0 0; text-decoration: none; font-weight: 500; font-size: 14px; line-height: 20px; font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
.location-rating .star svg { width: 14px; height: 14px; fill: #facc15; stroke: #facc15; }
.location-rating span.stars span.star.empty svg{ fill: #f0f2f4; stroke: #f0f2f4; }
.location-rating .star { font-size: 16px; }
.location-rating .star.filled { color: #f5a623; }
.location-rating .rating-text { color: #000; }
.location-address { color: #737373; margin-bottom: 12px; font-size: 14px; line-height: 20px; font-weight: 400; font-family: ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"; display: flex; gap: 8px; text-align: start; margin: 12px 0 0 0; }
.location-address svg { width: 16px !important; height: 16px !important; margin: 2px 0 0 0; fill:rgba(240, 242, 244, 0); stroke: #737373; }
.location-rating { display: flex; align-items: center; gap: 6px; margin: 12px 0 0 0; color: #737373; font-size: 12px; line-height: 16px; }
.location-rating span.stars { display: flex; gap: 2px; }
.directions-link { color: #0da2e7; margin: 4px 0 0; text-decoration: none; font-weight: 500; font-size: 14px; line-height: 20px; font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji"; margin: 16px 0 0 0; display:block; }.directions-link { color: #0da2e7; margin: 4px 0 0; text-decoration: none; font-weight: 500; font-size: 14px; line-height: 20px; font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji"; margin: 16px 0 0 0; display:block; }
.directions-link svg{ fill: #0000; stroke:#0da2e7; width: 16px; height: 16px; }
.location-card{ transition: all .3s; }
.location-card:hover { transition: all .3s; box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1); }
/* location ses END */

/* features ses */
.features { padding: 64px 40px; } 
.features_inner {display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.features_col { display: flex; align-items: center; gap: 16px; }
.features_icon svg { width: 48px; height: 48px; padding: 14px; border-radius: 50%; background: rgba(255, 255, 255, 0.1); stroke: currentColor; fill: none; transition: background 0.3s ease; }
.features_col:hover svg { background: rgba(255,255,255,0.2); }
.features_text { font-size: 12px; line-height: 16px; margin: 0; font-weight: 500; color:#fff9; }
.features_heading { font-weight: 500; font-size: 14px; line-height: 20px; margin: 0 0 4px; font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
/* features ses END */

/* fade-in-up */
.fade_in_up { opacity: 0; transform: translateY(30px); transition: opacity 0.8s ease, transform 0.8s ease; }
.fade_in_up.active { opacity: 1; transform: translateY(0); }
/* fade-in-up END */

/* related-products-section */
.related-products-section { padding: 112px 40px; background: #ffffff; }
.section-header { text-align: center; margin-bottom: 64px; }
.section-tag { font-size: 13px; line-height: 16px; text-transform: uppercase; color: #888; margin-bottom: 12px; letter-spacing: 3.6px; font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-weight: 400; }
.section-title {font-family: Playfair Display, serif; font-size: 36px; line-height: 40px; font-weight: 300; letter-spacing: -0.02em; }
section.related-products-section .products-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.product-card { cursor: pointer; }
.product-image { position: relative; aspect-ratio: 1 / 1; overflow: hidden; margin-bottom: 24px; }
.product-image img { width: 100%; height: 100%; object-fit: contain; transition: transform 0.7s ease; }
.product-card:hover img { transform: scale(1.05); }
.product-info { display: flex; flex-direction: column; }
.product-title { font-size: 18px; line-height:28px; font-weight: 700; color:#1a1a1a; transition: color 0.3s ease; letter-spacing: -0.45px; }
.product-card:hover .product-title { color: #0da2e7; }
.related-products-section .sku { font-size: 12px; color: #999; }
.related-products-section .price { font-size: 16px; font-weight: 600; padding-top: 6px; line-height: 24px; color: #1a1a1a; text-align: start; }
/* .price span { font-weight: 400; color: #737373; margin-left: 4px; } */
.section-footer { text-align: center; margin-top: 64px; }
.view-all { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; text-decoration: none; color: #000; transition: color 0.3s ease; letter-spacing: 1px; }
.view-all:hover { color:#0da2e7; }
.related-products-section .arrow { transition: transform 0.3s ease; }
.view-all:hover .arrow { transform: translateX(4px); }
.related-products-section .colors { font-size: 13px; letter-spacing: 0.2em; line-height: 16px; text-transform: uppercase; color: #737373; font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; text-align: start; font-weight: 400; margin: 0 0 8px 0; }
/* related-products-section END */


/* Hero Section Start*/

.box_payment_moduls {
    display: flex;
    gap: 20px;
    padding: 24px 0px;
    margin-top: 24px;
    border-top:1px solid hsl(214.3 31.8% 91.4%);
}
.box_payment {
    display: flex;
    gap: 10px;
}
.col_payment h3 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
      font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";  

}
.col_payment span {
    font-size: 12px;
    color:hsl(0 0% 45%);
     font-weight: 400;
     font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";  
}
.box_payment svg{
  fill:transparent;
  color:#0DA2E7 !important;
}
.box_payment svg circle { 
  fill:#fff;
}
.box_payment svg {
    font-size: 30px !important;
    width: 32px;
    height: 32px;
}
.product_data_wapper {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap: 40px;
}
 
.product_data_box {
    width: 25%;
    background-color: #fafbfb;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    justify-content: center;
    border-radius: 10px;
}
.product_data_box svg {
    width: 100%;
    height: 100px;
}
.product_stock_wapper {
    border: 1px solid hsl(214.3deg 31.8% 91.4% / 60%);
    border-radius: 12px;
}
.product_stock_heading {
    display: flex;
    padding: 12px 16px;
    align-items: center;
    gap:8px;  
    background:hsl(210deg 17% 95% / 30%);
}
.product_stock_heading svg{
  fill:transparent;
}
.stock_list li {
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid  hsl(214.3deg 31.8% 91.4% / 40%);
}
.stock_list li p{
  margin:0px;
  font-weight: 400;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";  
    color: #000;
}
.product_stock_heading h3 {
    font-size: 14px;
        font-weight: 600;
        line-height: 1.25rem;
        margin:0px;
         font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";  
}

.product_stock_heading svg {
    width: 16px;
    height: 16px;
}
.product_stock_heading path {
    stroke: hsl(0 0% 45%);
}
.product_stock_heading circle {
    stroke: hsl(0 0% 45%);
}
.product-gallery-main {
  width: 100%;
}
 
.gallery-main-image {
  display: none;
}
 
.gallery-main-image.is-active {
  display: block;
}
 
.gallery-main-image img {
  width: 100%;
  max-height: 520px;
  object-fit: contain;
}
 
/* ====== THUMBNAILS ====== */
.product-gallery-thumbnails {
  display: flex;
  gap: 12px;
  margin-top: 15px;
}
 
.gallery-thumb {
  border: 2px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  padding: 4px;
}
 
.gallery-thumb img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
 
.gallery-thumb.is-active {
  border-color: #1e90ff;
}
.product-details.product-default {
    background: #ffffff !important;
}

.product_container{
  max-width:1539px !important;
}
.product-info-accordion .product_container{
  max-width:1400px !important ;
}
.product-info-accordion .section-title {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 600;
}
.product-info-accordion .accordion-item {
    margin-bottom: 8px !important;
}
.product-info-accordion summary {
    font-size: 18px;
    padding: 24px !important;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    display: flex;
    justify-content: space-between;
}
.product_info_wapper {
    margin-top: 24px;
    padding-top:16px;
    border-top:1px solid hsl(214.3 31.8% 91.4%);
}
.product_info_wapper .info_box {
    display: flex;
    justify-content: space-between;
    gap: 20px;
        font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";  
}
.product_info_wapper .info_box p{
   color: #737373;
    font-weight: 400;
     font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";  

}
.product_info_wapper .info_box span {
    font-weight: 500;
    color: #000;
      font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";  

}
.gallery-thumb img {
    width: 300px;
    height: 141px;
    object-fit: contain;
}
.gallery-thumb {
    width: 33.33%;
    display:flex;
    justify-content:center;
    border:2px solid hsl(214.3 31.8% 91.4%);
}
.halo-productView-right.productView-details.clearfix{
  padding-right:0px !important;
}
.text-muted-foreground{
  color:hsl(0 0% 45%);
}
.size-guide-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  z-index: 999;
}
.size-guide-overlay.active {
  opacity: 1;
  visibility: visible;
}
 
.size-guide-sidebar {
   position: fixed;
    top: 0;
    right: -511px;
    width: 100%;
    max-width: 511px;
    height: 100%;
    background: #fff;
    z-index: 1000;
    transition: .3s;
    overflow-y: auto;
    padding: 24px;
}
 
.size-guide-sidebar.active {
  right: 0;
}
 
.sg-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
 
.sg-close {
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}
 
.face-options {
  display: flex;
  gap: 10px;
  margin: 20px 0;
}
.face-option {
  flex: 1;
  padding: 12px;
  border
}
fieldset.product-form__input.product-form__select {
    padding: 16px 16px 16px 16px;
    border: 1px solid hsl(214.3deg 31.8% 91.4% / 60%);
    border-radius: 12px;
    position:relative;
}
.product-form__input.product-form__select .size-select {
    width: 100%;
    max-width: 510px;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid hsl(214.3deg 31.8% 91.4% / 60%);
    font-size: 14px;
    margin-left: 36px;
    margin-top:20px;
}

/* COLOR SWATCH GRID */
.product-form__swatch-grid {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* RADIO HIDE */
.product-form__radio {
  display: none;
}

/* SWATCH CARD */
.color-swatch {
  width: 76px;
  height: 76px;
  border-radius: 5px;
  border: 2px solid #e5e7eb;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  background: #fff;
}

.color-swatch.soldout {
  opacity: 0.4;
  pointer-events: none;
}

.color-swatch .swatch-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

/* ACTIVE STATE */
.product-form__radio:checked + .color-swatch {
  border-color: #2563eb;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.25);
}

/* SIZE DROPDOWN */
.size-select {
  width: 100%;
  max-width: 320px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #d1d5db;
  font-size: 14px;
}
.productView-title span{
  font-family: Playfair Display, serif;
  font-size:36px;
  line-height: 1.1em;
      text-transform: capitalize;

}
.productView-variants .product-form__swatch-grid {
    display: flex;
    gap: 12px;
    padding-left:36px;
}
fieldset.product_variant_data.product-form__input.product-form__swatch {
    padding: 16px 16px 16px 16px;
    border: 1px solid hsl(214.3deg 31.8% 91.4% / 60%);
    border-radius: 12px;
}

.productView-wishlist {
    letter-spacing: 0;
    font-size: 0;
    margin: 0px;
} 
.productView-wishlist.clearfix {
    width: 12%;
    margin:0px;
}
.productView-action .button {
    border-radius: 4px;
    margin: 0px;
    background:#0DA2E7 !important;
}
.productView-wishlist a{
  width:100% !important;
  height:100% !important;
  border-radius:5px !important;
}  
.productView-wishlist a .icon {
    width: 20px !important;
    height: 20px !important;
}
.productView-wishlist a .icon {
    width: 20px;
    height: 20px;
    fill: var(--form-input-color);
}
.product-form__buttons{
      gap: 10px;
}
.col_product_wapper .price-item.price-item--regular {
    font-size: 36px !important;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight:900 !important; 
}
.product-info-accordion {
  padding-bottom:48px;
}
.col_product_wapper {
    display: flex;
    gap: 20px;
}
.col_product_title {
    max-width: 320px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
span.product-sku {
    font-size: 20px;
    width: fit-content;
    color:hsl(0 0% 45%);
     font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
     font-weight:500;
}
span.product-sku strong{
    display:none;
}
p.product-stock {
    margin: 0px;
}
span.price-normal {
    display: block;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1em;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
     color:#0DA2E7;
}
span.product_other_data {
    text-align: end;
    display: block;
    color: hsl(0 0% 45%);
    font-size: 12px;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.product-meta {
    display: flex;
    gap: 20px;
    align-items:center;
}
.productView-price.no-js-hidden.clearfix{
  display:none;
}
.in-stock {
    color:#16A34A;
    display: flex;
    align-items: center;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    gap: 7px;
    position: relative;
}
.in-stock .stock_in_icon {
    width: 8px;
    height: 8px;
    background: #22C55E;
    border-radius: 50%;
     position: relative;
    z-index: 2;
} 
.product-meta .stock_in_icon::before {
    content: "";
    position: absolute;
    inset: -6px;
    background: rgba(34, 197, 94, 0.5);
    border-radius: 50%;
    z-index: -1;
    animation: blinkPulse 1.5s infinite ease-out;
}

@keyframes blinkPulse {
    0% {
        transform: scale(0.4);
        opacity: 0.8;
    }
    70% {
        transform: scale(1.1);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.stock_list .stock_in_icon {
    width: 6px;
    height: 6px;
    background: #22C55E;
    border-radius: 50%;
}
.stock_wapper{
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
color:#16A34A;
}
.stock_wapper, .stock_out_icon {
    display: flex;
    align-items: center;
    gap: 7px;
        font-weight: 500;
} 
.stock_out_icon .stock_in_icon{
  background:#EF4444;
}
.stock_out_icon {
color:#EF4444 ;
} 
.form__label.colors{
  font-size:14px;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  display:flex;
  gap:10px;
  align-items:center;

}
.form__label span{  
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  display:flex !important;
  gap:10px;
  align-items:center;

}
span.variant_icon {
    background: #0DA2E7;
    color:#fff;
    width: 20px;
    display: flex;
    justify-content: center;
    height: 20px;
    border-radius: 50%;
}
.size-guide-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 12px;
    padding: 0px;
    border: none;
    background: transparent;
    color: #0DA2E7;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight:500;
}
.col_meta_wapper {
    background: #FAFBFB;
    padding: 10px 40px;
    border: 1px solid hsl(214.3deg 31.8% 91.4% / 40%);
    font-size: 12px;
    border-radius: 10px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    margin-left: 36px;
}
.meta_data_info {
    display: flex;
    flex-direction: column;
    gap:5px;
    justify-content: center;
    align-items: center;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.meta_data_info span{
  color:hsl(0 0% 45%);
     font-size: 12px;
}
.meta_data_info p{
  color:#1A1A1A;
   font-size: 14px;
}
.productView-action .button {
    transition: transform 0.2s ease-out, color 0.2s ease-out !important;
}

.productView-action .button:hover {
    color: #fff !important;
    transform: scale(1.05);
}
input[type=radio].product-form__radio.disabled+label {
    text-decoration: line-through;
    background-color: #d4d4d4;
  }
  input[type=radio].product-form__radio.disabled+label .text {
    background-color: #d4d4d4 !important;
  }
  .product_details_content {
    padding-top: 40px;
  }
  .product_description_data p {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
    text-align: left;
    color:#737373;
    padding: 10px 0px;
  }
  .product_details_content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
     font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
     margin-bottom:16px;
}
.product_details_content .product-sku {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";  
}
.footer__content-bottom {
    padding-top: 20px !important;
    padding-bottom: 10px !important;
    border-top: 1px solid #727272;
}
.footer__content-top {
    padding-bottom: 20px;
}
.footer-block__newsletter .field__input {
    border: 1px solid #4e535d !important;
    border-radius: 8px !important;
}
.footer-block__newsletter .newsletter-form__button {
    font-size: 13px;
    border-radius: 10px;
}
.footer-block__list-social .list-social__link {
    background: #3b3f46 !important;
}
.footer-block__newsletter .field__input {
    background-color: #3b3f46 !important;
}
.footer_news_btn svg {
    fill: transparent;
    width: 20px;
    height: 20px;
}
span.accord_arrow svg {
    font-size: 6px;
    width: 14px;
    height: 14px;
}
.accord_arrow {
    transform: rotate(0deg);
}
details[open] .accord_arrow svg {
    transform: rotate(180deg) ;
}

.section_details_main_kmn {
    padding: 0px 60px;
}
   .product-info-accordion {
    padding: 0px 60px 48px 60px;
}
.lens-expertise {
    padding: 0 60px !important;
}
.footer_news_btn {
    width: 60px !important;
    margin: 0;
    min-width: auto !important;
    display: flex !IMPORTANT;
    align-items: center;
    justify-content: center;
    margin: 0px !important;
}
.footer_news_btn svg {
    width: 18px !important;
    height: 18px !important;
        margin: 0px !important;
}
.gallery-thumb.is-active {
    border-color: #0DA2E7;
}
.hura-announcement-bar {
    background:#0DA2E7 !important;
}
.hura-announcement-bar .hura-message{
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";  
}
.product-form__radio:checked + .color-swatch {
    border-color: #0DA2E7 !important;
    box-shadow: 0 0 0 2px #0da2e73b !important;
    position: relative;
}

.product-form__radio:checked + .color-swatch::after {
    content: "";
    position: absolute;
    top: auto;
    bottom: 4px;
    right: 5px;
    left: auto;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='%230da2e7' d='M16.247 16.547c-18.429 18.63-18.329 48.777.3 67.206s48.777 18.329 67.206-.3 18.329-48.777-.3-67.206-48.777-18.329-67.206.3zm56.89 24.339-25.841 26.14c-2.204 2.204-5.81 2.204-8.013 0l-1.001-1-3.005-3.006-8.413-8.313c-2.204-2.203-2.204-5.809 0-8.012s5.809-2.204 8.012 0l8.413 8.313 21.835-22.035c2.203-2.203 5.809-2.203 8.012 0 2.204 2.104 2.204 5.71 0 7.913z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.list-menu__item {
        font-size: 16px !important;
    font-weight: 500 !important;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";  
}

/* Hero Section End*/


/* New Product Detail Page Css End*/
@media (min-width: 1024px) {
 section.related-products-section .products-grid {
    grid-template-columns: repeat(4, 1fr);
  }

}

@media (max-width:1024px){

.productView-top {
    flex-direction: column;
}
.halo-productView-left {
    width: 100% !important;
    padding-right: 0px !important;
}
.halo-productView-right {
    width: 100% !important;
    padding-right: 0x !important;
}
.halo-productView-right {
    margin-top: 0px !important;
}
.col_product_wapper {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap:wrap;
}
.productView-title span {
    font-size: 28px;
}
span.price-normal {
    font-size: 26px;
  color: #0DA2E7;
}
.product-info-accordion{
  padding:0px 34px;
}
.productView {

    padding-bottom: 0px !important;
}
.lens-expertise{
  margin-top:40px !important;
}
.lens-expertise .lens-container{
 padding: 30px 16px;
}
.lens-expertise .lens-container .lens-header {
    margin-bottom: 30px;
}
#halo-recommendations-block-template--19370027221186__product-recommendations {
    padding: 40px 34px;
}
#halo-recommendations-block-template--19370027221186__product-recommendations .section-header {
    text-align: center;
    margin-bottom: 0px;
}
.locations-section {
    padding: 40px 34px;
}
.section_details_main_kmn {
    padding: 0px 34px;
}
.lens-expertise {
    padding: 0 34px !important;
}
.features {
    padding: 40px 34px;
}

}
@media (max-width: 768px) {
  .features_inner {
    grid-template-columns: repeat(2, 1fr);
  }
  
}

@media(max-width:767px){
    .gallery-thumb img {
    width: 100%;
    height: 100% ;
    object-fit: contain;
}
.section_details_main_kmn {
    padding: 0px 25px;
}
.halo-productView-right .f-600 {
    width: 100% !important;
}
.productView-variants .product-form__swatch-grid {
    padding-left: 0px;
}
.product-form__input.product-form__select .size-select {
    margin-left: 0px;
}
.col_meta_wapper {
    margin-left: 0px;
}
.col_meta_wapper {
    padding: 10px;
    flex-wrap: wrap;
}
.meta_data_info {
     width: 50%;
}
.color-swatch .swatch-image {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.productView-action {
    width: calc(100% - 0px) !important;
}
.productView-wishlist.clearfix {
    width: 30%;
}
.product-info-accordion {
    padding: 0px 25px;
}
.product-info-accordion .section-title {
    font-size: 26px
}
.box_payment_moduls {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.box_payment svg {
    font-size: 30px !important;
    width: 26px;
    height: 26px;
}
.box_payment_moduls {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.product-info-accordion summary {
    padding: 10px !important;
       font-size: 16px;
}
.product_data_wapper {
    gap: 20px;
    flex-wrap: wrap;
}
.product_data_box {
    width: 100%;
}
table.spec-table td {
    padding: 8px 12px;
    background: #fafbfb;
    border-bottom: 1px solid #e2e8f0;
    width: fit-content;
    max-width: 131px;
    word-break: break-all;
}
.lens-expertise  {
    padding: 0 25px !important;
}
.lens-expertise .lens-header h2 {
    font-size: 26px !important;
}
.lens-expertise .lens-card {
    padding: 20px;
}
.lens-expertise .lens-icon svg {
    width: 20px;
    height: 20px;
}
.lens-expertise .lens-icon {
    width: 40px;
    height: 40px;
}
#halo-recommendations-block-template--19370027221186__product-recommendations {
    padding: 30px 25px;
}
.locations-section {
    padding: 30px 25px;
}
.features {
    padding: 30px 25px;
}
    .features_inner {
        grid-template-columns: repeat(1, 1fr);
    }
    .lens-grid {
    gap: 20px;
}
.locations-title {
    font-size: 26px;
}
.locations-subtitle {
    margin-bottom: 30px;
}
.slider-buttons {
    padding: 30px 15px !important;
}

}