/** Shopify CDN: Minification failed

Line 12:6 Expected ":"

**/

@font-face {
  font-family: 'HelveticaNeueCustom';
  src: url('/cdn/shop/files/HelveticaNeue-Light.otf?v=1771086924') format('woff2');
  font-weight: 400;
  font-style: normal;
  font describes: swap;
}

@font-face {
  font-family: 'HelveticaNeueCustom';
  src: url('/cdn/shop/files/HelveticaNeue-Medium.otf?v=1771086924') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HelveticaNeueCustom';
  src: url('/cdn/shop/files/HelveticaNeue-Bold.otf?v=1771086925') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


p {
  font-family: 'HelveticaNeueCustom';
}

/* Header  */
img.cust-user {width: 24px;height: 24px;}
div.header__column.header__column--right > header-actions > cart-drawer-component > button > cart-icon > span.svg-wrapper > svg{ width:100% !important;}
img.search-cust {width: 24px;height: 24px;}

/* end of header  */


/* feature collection  */
a.contents.user-select-text.product-title-cust > div > p {
    text-transform:uppercase;font-weight:700;
}

/* end of feature collection  */


/* collectio page  */
h4.facets--filters-title img {
    width: 24px;
    height: 24px;
}
h4.facets--filters-title{
     display: flex;
    justify-content: left;
    align-items: center;
    gap: 6px;
    width: 365.6px;
    margin-left: 0;
    position: relative;
    padding: 2rem 0;
}

.facets--filters-title-button{
      text-transform: uppercase;
    color: #03045E !important;
}
.facets__pill-wrapper{
      width: 100%;
}
/* end of collection  */


/* product page  */

/*
 * PDP: theme sticky-add-to-cart sits as a direct child of the section wrapper (not inside [data-testid="product-information"]),
 * so hide it for the whole product-information section — desktop (not wanted) and mobile (fixed buy bar replaces it).
 */
.shopify-section:has([data-testid='product-information']) > sticky-add-to-cart {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* Title + WhatsApp/Instagram: one row on mobile (.text-block is width:100% in base.css → icons wrap below) */
@media screen and (max-width: 749px) {
  .group-block-content.layout-panel-flex--row:has(.pdp-title-sharing) {
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
  }

  .group-block-content.layout-panel-flex--row:has(.pdp-title-sharing) > *:first-child {
    flex: 1 1 0;
    min-width: 0;
  }

  .group-block-content.layout-panel-flex--row:has(.pdp-title-sharing) .text-block {
    width: auto !important;
    max-width: 100%;
  }

  .group-block-content.layout-panel-flex--row:has(.pdp-title-sharing) .pdp-title-sharing {
    flex: 0 0 auto;
  }

  /* PDP: discount badge + reviews row — theme uses flex-wrap: wrap on mobile for all row groups */
  .product-details .group-block-content.layout-panel-flex--row:has(.saveoff) {
    flex-wrap: nowrap !important;
    align-items: center;
  }

  .product-details .group-block-content.layout-panel-flex--row:has(.saveoff) > * {
    flex: 0 1 auto;
    min-width: 0;
  }

  /* PDP trust cards: stack vertically on mobile (outer wrapper only; inner <a> stays row) */
  div.what-trust-flex {
    flex-direction: column !important;
    width: 100% !important;
    align-items: stretch;
  }

  div.what-trust-flex > .whatsapp-size,
  div.what-trust-flex > .easy-return {
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
  }

  /*
   * PDP mobile: fixed buy bar (real form buttons). Below drawers/overlays (--layer-menu-drawer etc.).
   * Hidden when footer is in view (body.pdp-buy-bar-hidden-by-footer) or when menu/cart/size-chart drawer is open.
   */
  .product-information[data-testid='product-information'] .product-form-buttons__actions {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: calc(var(--gap-sm) / 2);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: calc(var(--layer-sticky) - 1);
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: var(--padding-sm) var(--padding-sm) max(var(--padding-sm), env(safe-area-inset-bottom, 0px));
    box-sizing: border-box;

    border-top: 1px solid var(--color-border);
    box-shadow: 0 -4px 24px rgb(0 0 0 / 0.08);
    transition:
      transform 0.3s var(--ease-out-quad, ease-out),
      opacity 0.3s var(--ease-out-quad, ease-out),
      visibility 0.3s;
  }

  body.pdp-buy-bar-hidden-by-footer .product-information[data-testid='product-information'] .product-form-buttons__actions,
  body:has(#Details-menu-drawer-container:is([open], .menu-open))
    .product-information[data-testid='product-information']
    .product-form-buttons__actions,
  body:has(.cart-drawer__dialog[open])
    .product-information[data-testid='product-information']
    .product-form-buttons__actions,
  body:has(.size-chart-drawer[open])
    .product-information[data-testid='product-information']
    .product-form-buttons__actions {
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .product-information[data-testid='product-information'] .product-form-buttons__actions > * {
    flex: 1 1 50%;
    min-width: 0;
  }

  /* Reserve space so page content isn’t covered by the fixed bar */
  .product-information[data-testid='product-information'] {
    padding-bottom: calc(
      var(--height-buy-buttons) + var(--padding-sm) * 3 + env(safe-area-inset-bottom, 0px)
    );
  }
}

label.variant-option__button-label{
  flex-direction:column-reverse;
}
.variant-option__button-label:has(:checked){
     
    background: #03045e;
}

.variant-option__size-chart-trigger img {
    width: 6px;
}
.product-form-text__error{
    
    letter-spacing: 0;
    align-items: center;
    font-size: 14px;
    color:rgb(122, 0, 0);
}
/* size chart  */


/* end size chart  */
/* end of product page  */

@media(min-width:767px){
.mega-menu-card {
  display: block;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.mega-menu-card__image-wrapper {
  position: relative;
  height: 260px;
}

.mega-menu-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.mega-menu-card:hover .mega-menu-card__image {
  transform: scale(1.05);
}

.mega-menu-card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px;
  background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
}

.mega-menu-card__title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.mega-menu-card__title .arrow {
  font-size: 18px;
}
}

@media(max-width:767px){
  .facets--filters-title-button{
         font-size: 20px ;
}
.header__icon--summary .header-drawer-icon{width: 35px !important;}  
span.menu-drawer__menu-item-text.wrap-text{font-size: 18px;}  
}

/*
 * Shop mega menu (hopup): Liquid outputs image-only promos. If "Shop All" style text still
 * appears, it is almost always printed inside the image file — replace the asset in Admin,
 * or adjust object-position in blocks/_header-menu.liquid (search: object-position).
 */
@media screen and (min-width: 990px) {
  .mega-menu-hopup__promo::after {
    content: none !important;
    display: none !important;
    background: none !important;
  }

  .mega-menu-hopup__promo-label {
    display: none !important;
  }

  .mega-menu-hopup__promo-img {
    object-fit: cover !important;
    object-position: center 30% !important;
  }
}

/* Cart line thumbnails */
.cart-drawer .cart-items__media-container,
.cart-page .cart-items__media-container {
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
}

.cart-drawer .cart-items__media-image,
.cart-page .cart-items__media-image {
  /* Use container border; theme may set border on img via inline styles */
  border: none !important;
}

/* Cart drawer: slightly larger line thumbnails */
.cart-drawer .cart-items__table-row {
  grid-template-columns: clamp(3rem, 18cqi, 9rem) minmax(0, 1fr) minmax(var(--cart-item-price-width), auto);
}

.cart-drawer .cart-items__table-row--full-width-variants {
  grid-template-columns: clamp(3rem, 18cqi, 9rem) minmax(0, 1fr) auto;
}

/* Cart drawer typography (desktop default, mobile ≤749px) */
.cart-drawer .cart-drawer__heading.h4 {
  font-size: 24px;
  color: #03045e;
  letter-spacing: 0;
  line-height: 100%;
  text-transform: uppercase;
  font-weight: 700;
}

.cart-drawer .cart-items__title {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: #313131;
  line-height: 100%;
  letter-spacing: 0;
  font-size: 24px;
  font-family: 'Barlow Semi Condensed';
}

.cart-drawer .cart-items__variant-option-name {
  color: #a8a8a8;
  line-height: 21px;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 400;
}

.cart-drawer .cart-items__variant-option-value {
  font-size: 14px;
  color: #313131;
  line-height: 21px;
  letter-spacing: 0;
  font-weight: 400;
}

.cart-drawer .cart-items--dividers .cart-items__table-row {
  border-bottom-color: #e0e0e0;
}

.cart-drawer .cart-drawer__qty-price-row {
  flex-wrap: nowrap;
  gap: 12px;
}

.cart-drawer .cart-drawer__line-price-group {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  font-family: 'Barlow Semi Condensed';
  flex-shrink: 1;
  min-width: 0;
}

.cart-drawer .cart-drawer__line-compare-at {
  font-size: 20px;
  order: 0;
}

.cart-drawer .cart-drawer__line-price-group text-component {
  font-size: 30px;
  color: #313131;
  line-height: 1;
  order: 1;
}

@media screen and (max-width: 749px) {
  .cart-drawer .cart-drawer__heading.h4 {
    font-size: 20px;
  }

  .cart-drawer .cart-items__title {
    font-size: 20px;
  }

  .cart-drawer .cart-items__variant-option-name {
    font-size: 12px;
  }

  .cart-drawer .cart-items__variant-option-value {
    font-size: 14px;
    color: #313131;
    line-height: 21px;
    letter-spacing: 0;
    font-weight: 400;
  }

  .cart-drawer .cart-drawer__line-compare-at {
    font-size: 16px;
    line-height: 1.2;
  }

  .cart-drawer .cart-drawer__line-price-group text-component {
    font-size: 16px;
    line-height: 1.2;
  }

  /* /cart page: line total column on small screens */
  .cart-page .cart-items__price text-component {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: #03045e;
  }
}

/* Cart drawer: summary footer (shipping banner, totals, checkout) */
.cart-drawer .cart-drawer__summary {
  background-color: rgba(240, 240, 255, 0.5);    margin-top: 1.5rem;
}

.cart-drawer .cart-drawer__footer--return {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 0;
  margin: 0;
  color: #313131;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: 'Barlow Semi Condensed';
}

.cart-drawer .cart-drawer__footer--return .cart-drawer__shipping-banner-text {
  margin: 0;
  flex: 1;
  min-width: 0;
}

.cart-drawer .cart-drawer__shipping-banner-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #fff;
}

.cart-drawer .cart-drawer__shipping-banner-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.cart-drawer .cart-drawer__summary .cart-totals:not(:has(.cart-totals__original-container:empty)) {
  border-block-start: none;
  padding-block-start: 0;
}

.cart-drawer .cart-totals {
  gap: 2px;
}

.cart-drawer .cart-totals__original-label,
.cart-drawer .cart-totals__mrp-discount-label,
.cart-drawer .cart-discounts__label {
  font-size: 14px;
  font-weight: 400;
  color: #313131;
}

.cart-drawer .cart-discounts__value {
  color: #008a7b;
  font-weight: 400;
}

.cart-drawer .cart-totals__container {
  border-block-start: 1px solid rgba(0, 0, 0, 0.08);
  padding-block-start: 0;
  margin-block-start: 0;
}

.cart-drawer .cart-totals__total {
  margin-top: 1rem;
}

.cart-drawer .cart-totals__total-label {
  margin: 0;
  font-family: 'Barlow Semi Condensed';
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #313131;
}

.cart-drawer .cart-totals__total-value {
  margin: 0;
  font-family: 'Barlow Semi Condensed';
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #313131;
}

.cart-drawer .cart-drawer__footer-note {
  display: block;
  margin: 1rem 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  color: #757575;
}

.cart-drawer .cart__checkout-button.button {
  background-color: #03045e;
  color: #fff;
  border-color: #03045e;
  border-radius: 9px;
  font-weight: 700;
}

.cart-drawer .cart__checkout-button.button:hover {
  background-color: #020438;
  border-color: #020438;
  color: #fff;
}

.cart-drawer .cart__checkout-button.button:disabled {
  opacity: 0.5;
}

span.add-to-cart-text__content {
    font-family: 'HelveticaNeueCustom';
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
}