/** Shopify CDN: Minification failed

Line 487:0 Unexpected "{"
Line 487:1 Expected identifier but found "%"
Line 494:0 Unexpected "{"
Line 494:1 Expected identifier but found "%"

**/
/* css */
.rte img {
  border: 0;
}
.banner-press h2 {
  font-size: 50px;
  line-height: normal;
}
svg.icon.custom__cart-icon.icon-cart,
svg.icon.icon-cart-empty.custom__cart-icon {
  /* height: 2rem;
    width: 2rem; */
}
.ambassador__image-banner h2.banner__heading.inline-richtext.h0 {
  font-size: 64px;
  line-height: 120%;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.rich-text .rich-text__blocks.center {
  font-size: 29px;
  line-height: 150%;
  letter-spacing: 0.7px;
  max-width: 870px;
}
/* .product-size-guide {
  color: #000;
} */
/* Multi-row section styles  starts*/
.custom__multirow {
  .multirow__inner.page-width {
    row-gap: 12rem;
  }
  .multirow__inner .grid--3-col-tablet .grid__item {
    width: 43%;
  }
  .multirow__inner
    .image-with-text__media-item.image-with-text__media-item--large.image-with-text__media-item--middle.grid__item {
    width: 57%;
  }
  .image-with-text__content.image-with-text__content--middle.image-with-text__content--desktop-center.image-with-text__content--mobile-left.image-with-text__content--adapt.content-container.background-transparent {
    padding: 0 40px 0 10px;
  }
  h2.image-with-text__heading.h1.rte {
    text-transform: uppercase;
    font-size: 44px;
    line-height: 100%;
    letter-spacing: 1.1px;
  }
  a.button.button--primary {
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 140%;
  }
  .image-with-text__text.rte.subtitle p {
    font-size: 22px;
    line-height: 150%;
    letter-spacing: 0.6px;
  }
}
/* Multi-row section styles ends */

/* Login Design starts */
.customer h1 {
  font-size: 44px;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  text-align: center;
  @media (max-width: 768px) {
    font-size: 38px;
  }
}
.customer .field {
  margin: 0 0 30px 0;
  padding-top: 40px;
}
.customer .field:after {
  border-bottom: 2px solid #273554;
  box-shadow: unset;
}
.customer .field:hover.field:after,
.customer .field input:focus {
  box-shadow: unset;
}
.customer .field__label,
.customer .field label {
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(var(--color-foreground));
  letter-spacing: 0.1rem;
  line-height: 1.5;
  font-size: 22px;
}
.customer .field input {
  flex-grow: 1;
  text-align: left;
  margin: var(--inputs-border-width);
  transition: box-shadow var(--duration-short) ease;
  padding: 8px 0;
  height: 50px;
  @media (max-width: 768px) {
    height: 40px;
  }
}
.customer .forgot__pasword {
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 22px;
  line-height: 150%;
  color: rgba(var(--color-foreground));
  @media (max-width: 768px) {
    font-size: 18px;
  }
}
.customer .field input:focus {
  padding: 8px 0;
}
.customer .create__link,
.customer a {
  font-size: 22px;
  line-height: 150%;
  color: rgba(var(--color-foreground));
  margin: 0;
  text-decoration: none;
  @media (max-width: 768px) {
    font-size: 18px;
  }
}
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label {
  font-size: 22px;
  top: 0;
  left: 0;
  letter-spacing: inherit;
  @media (max-width: 768px) {
    font-size: 18px;
  }
}
.customer h2.form__message {
  font-size: 20px;
}
.customer button {
  font-size: 20px;
  line-height: 150%;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  margin: 0 0 30px 0;
  padding: 14px 22px;
  color: #fff;
  background: #273554;
  font-family: var(--font-body-family);
  @media (max-width: 768px) {
    font-size: 16px;
  }
}
.customer button:hover {
  box-shadow: unset;
}
.customer button:hover:after {
  box-shadow: unset;
}
.customer:not(.account):not(.order) {
  max-width: 380px !important;
}
.customer.addresses:not(.account):not(.order) {
  max-width: 100% !important;
}
.customer.addresses .heading-wrapper {
  display: grid;
  grid-template-columns: 1fr max-content;
  align-items: center;
  justify-items: center;
  @media (max-width: 768px) {
    grid-template-columns: 1fr;
  }
}
.customer.addresses ul {
  width: max-content;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.customer.addresses ul p {
  text-align: left;
  font-size: 22px;
  line-height: 150%;
}
.customer.addresses .btn__wrapper {
  display: flex;
  width: max-content;
  align-items: center;
}
.customer.addresses .btn__wrapper .delete-btn {
  color: #273554;
  background: #fff;
}
.customer .delete-btn:after {
  box-shadow: unset;
}
li[data-address] > h2 {
  font-size: 19px !important;
  line-height: 100% !important;
  text-align: left !important;
  text-transform: uppercase !important;
}
.customer .field input,
.customer .field input:not(:placeholder-shown) {
  padding: 8px 0;
  font-size: 22px;
  line-height: 150%;
}
p#recover {
  font-size: 29px;
  line-height: 150%;
  letter-spacing: 0.7px;
  text-transform: none;
  font-family: var(--font-body-family);
  text-align: left;
  @media (max-width: 768px) {
    font-size: 24px;
  }
}
p.pass__subtext {
  text-align: left;
  font-size: 22px;
  line-height: normal;
  @media (max-width: 768px) {
    font-size: 18px;
  }
}
.account a .svg-wrapper {
  display: none;
}
.account a {
  width: 100%;
  justify-content: center;
}
.customer.account {
  text-transform: uppercase;
}

.account h1 + a {
  text-transform: none;
}
.customer.account p {
  font-size: 22px;
  line-height: 150%;
  text-transform: none;
}
.customer.account .adddress {
  text-transform: none;
}
.customer.addresses form {
  max-width: 70vw;
  overflow: hidden;
  @media (max-width: 768px) {
    max-width: calc(100vw - 6rem);
    overflow: hidden;
  }
}
.form-edit__btn-wrapper {
  width: max-content !important;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
}
.form-edit__btn-wrapper button {
  width: max-content !important;
}
.form-edit__btn-wrapper button:after {
  box-shadow: unset !important;
}
.form-edit__btn-wrapper .reset__btn {
  align-items: end;
}
/* Login Design ends */
.custom__card-badge {
  border-radius: 0;
  background: #273554;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  height: 1.9rem;
  letter-spacing: 0.8px;
  padding: 0.1rem 0.9rem 0 0.8rem;
  border: 0;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  position: absolute;
  top: 8px;
  left: 8px;
}
/* product page styling starts............................................. */
@media (min-width: 768px) {
  .grid__item.product__media-wrapper {
    max-width: 60% !important;
    width: calc(60% - var(--grid-desktop-horizontal-spacing) / 2) !important;
  }
  .product__info-wrapper.grid__item {
    max-width: 40% !important;
    width: calc(40% - var(--grid-desktop-horizontal-spacing) / 2) !important;
  }
}
.product__media-wrapper__adaptive .product__media.media img {
  left: 50% !important;
  width: auto !important;
  transform: translateX(-50%) !important;
}
.product__media-wrapper__adaptive .media-fit-adaptive {
  border: none !important;
}
.custom__product-styling {
  .product__title h1 {
    font-size: 30px;
    line-height: 120%;
    letter-spacing: 1.5px;
    @media (max-width: 768px) {
      font-size: 26px;
      margin-top: 8px;
    }
  }
  .product__option-Size [data-selected-value],
  .product__option-Size .product__option__hyphen {
    display: none;
  }
  fieldset .form__label {
    font-size: 14px;
    line-height: 143%;
    text-transform: uppercase;
    letter-spacing: 2.8px;
    font-family: var(--font-body-family);
  }
  fieldset .form__label [data-selected-value] {
    letter-spacing: 0px;
    margin-left: -5px;
  }
  .price__regular {
    font-size: 18px;
    line-height: 155%;
    color: #000;
  }
  .price__product {
    margin: 0;
    padding: 0 0 8px 0;
    /* border-bottom: 1px solid #00000029; */
    @media (max-width: 768px) {
      padding: 0;
    }
  }
  .product__option-Size .product-form__input--pill input[type="radio"] + label {
    border: var(--variant-pills-border-width) solid #e8e8e1;
    color: currentcolor;
  }
  .product__option-Size input[type="radio"]:checked + label {
    background-color: inherit;
    border: 0;
    box-shadow: inset 0 0 0 2px #000 !important;
    color: inherit !important;
  }
  .product-form__input--pill input[type="radio"].disabled + label {
    text-decoration: none;
    position: relative;
  }
  .product__option-Size {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* justify-content: center; */
  }
  /* .product__option-Size input[type=radio].disabled+label:after {
      content: "";
      position: absolute;
      width: calc(100% + 9px);
      height: 2px;
      bottom: 0;
      background: #33333391;
      transform: rotate(26deg);
      left: -9px;
      transform-origin: right;
  }   */
  .product__option-Color input[type="radio"].disabled + label:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    background: #333;
    transform: rotate(29deg) translate(0%, -50%);
    left: 0;
    transform-origin: center;
  }
  .product-form__input--pill input[type="radio"] + label:hover,
  .product-form__input--pill input[type="radio"] + label {
    border: var(--variant-pills-border-width) solid #e8e8e1;
    line-height: unset;
  }
  .product__option-Size
    .product-form__input--pill
    input[type="radio"]
    + label:hover {
    border: unset;
    color: #000;
  }
  .product-form__buttons {
    max-width: unset;
  }
  .--custom-submit-button,
  .product-form__submit {
    /* border: 2px solid #000; */
    text-transform: uppercase;
    letter-spacing: 3.2px;
    font-size: 16px;
    line-height: 150%;
    background-color: #212b36;
    color: #fff;
    margin-bottom: 10px;
  }
  .button.notify-stock-button-x {
    border: 2px solid #000;
    text-transform: uppercase;
    letter-spacing: 3.2px;
    font-size: 16px;
    line-height: 150%;
    background: #212b36;
  }
  .product-form__submit::after {
    box-shadow: unset;
  }
  button:not([disabled]):hover:after {
    /* box-shadow: unset; */
  }
  .slider {
    scrollbar-color: rgb(var(--color-foreground))
      rgba(var(--color-foreground), 0.04);
    -ms-overflow-style: none;
    scrollbar-width: thin;
  }
  .slider.product__media-list {
    scrollbar-width: none;
    overflow-y: hidden;
  }
  .thumbnail-list__item {
    margin-bottom: 10px !important;
    .thumbnail img {
      object-fit: contain;
    }
  }
  .product-size-guide {
    color: #000;
  }
  .custom-price__sale {
    display: flex;
    flex-direction: row-reverse;
    gap: 8px;
    align-items: center;
  }
  .price-difference {
    color: #ef4444;
    font-size: 14px;
    line-height: 20px;
  }
}

/* header style............................... */
.header__icon .icon {
  stroke: currentColor;
  stroke-width: 1.5px;
  width: 28px !important;
  height: 28px !important;
}

{% if template.name == "index" %}
.scrolled-to-bottom .header__icon .icon{
  stroke: #273554;
}
.scrolled-to-bottom .header__icon .icon path{
  stroke: #273554;
}
{% endif %}
.header__icons {
  gap: 8px;
}
@media (max-width: 768px) {
  .menu__drawer-closer svg {
    fill: #000;
  }
}
/* header style............................... */
/* product page styling ends............................................. */

@media (max-width: 768px) {
  .customer.addresses .heading-wrapper h1 {
    margin: 0;
  }
  .banner-press h2 {
    font-size: 30px;
    line-height: normal;
  }
  .banner-press .banner__content {
    min-height: 20rem !important;
  }
  .ambassador__image-banner h2.banner__heading.inline-richtext.h0 {
    font-size: 38px;
    line-height: 115%;
  }
  .ambassador__image-banner.mobile__title-bottom .banner__box {
    position: absolute;
    bottom: 0;
  }
  .rich-text .rich-text__text.rte.scroll-trigger.animate--slide-in {
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.025em;
    line-height: 1.5;
  }
  .custom__multirow {
    .multirow__inner .grid--3-col-tablet .grid__item,
    .multirow__inner
      .image-with-text__media-item.image-with-text__media-item--large.image-with-text__media-item--middle.grid__item {
      width: 100% !important;
    }
    h2.image-with-text__heading.h1.rte {
      font-size: 37px;
    }
    .image-with-text__text.rte.subtitle p {
      font-size: 18px;
      line-height: 150%;
      letter-spacing: 0.5px;
    }
    .multirow__inner.page-width {
      row-gap: 10px;
    }
  }

  /* facet............................... */
  .facets-vertical-form {
    /* display: grid !important;
    grid-template-columns: 1fr 1fr;
    align-items: center; */
  }
  .facets-vertical-form .filter--btn {
    max-width: 100%;
  }
  .facet-filters__field .select {
    width: 100% !important;
  }
  /* facet............................... */
  /* product style mobile.......................... */
  .custom__product-styling {
    .product__media-wrapper .slider-button {
      display: none;
    }
    .thumbnail-slider .thumbnail-list.slider {
      /* flex-wrap: wrap;
      justify-content: center;
      gap: 0; */
    }
    .thumbnail-list__item.slider__slide {
      /* width: 10px;
      height: 10px;
      margin: 0 6px 8px !important; */
    }
    .thumbnail {
      /* background: #00000030;
      border-radius: 999px; */
    }
    .thumbnail img {
      /* opacity: 0; */
    }
    .thumbnail[aria-current] {
      box-shadow: unset;
      border-color: currentColor;
      background: #000;
    }
    .product__title h1 {
      /* text-align: center; */
    }
    .product__info-container {
      display: flex;
      flex-direction: column;
      /* align-items: center; */
      min-width: 100%;
    }
    .product__info-container > * + * {
      margin: 6px 0;
      width: 100%;
      /* text-align: center; */
    }
    .product-form__input.product-form__quantity quantity-input {
      width: 100%;
    }
    .price__product {
      min-width: 100%;
      /* text-align: center; */
    }
    .product-form__input {
      /* text-align: center; */
    }
    .product__info-container .product-form {
      margin: 0;
    }
    .product__description {
      text-align: left;
    }
    .product__media-list .product__media-item {
      width: 80%;
    }
    .thumbnail-list__item {
      margin-bottom: 0px !important;
    }
    .product__media-list {
      scrollbar-width: none;
    }
  }
  /* product style mobile.......................... */
}

/* Product Swipe Button */
.section .product .slider-mobile-gutter .slider-buttons .slider-button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.section .product .main-product-slider:hover .slider-buttons .slider-button {
  visibility: visible;
  opacity: 1;
}
.section .product .slider-mobile-gutter .slider-buttons .slider-counter {
  display: none;
}
.section
  .product
  .slider-mobile-gutter
  .slider-buttons
  .slider-button.slider-button--prev {
  left: 5%;
}
.section
  .product
  .slider-mobile-gutter
  .slider-buttons
  .slider-button--prev
  .icon {
  transform: rotate(90deg);
  height: 100%;
}
.section
  .product
  .slider-mobile-gutter
  .slider-buttons
  .slider-button--prev:not([disabled]):hover
  .icon {
  transform: rotate(90deg);
}
.section
  .product
  .slider-mobile-gutter
  .slider-buttons
  .slider-button.slider-button--next {
  right: 5%;
}
.section
  .product
  .slider-mobile-gutter
  .slider-buttons
  .slider-button--next
  .icon {
  transform: rotate(-90deg);
  height: 100%;
}
.section
  .product
  .slider-mobile-gutter
  .slider-buttons
  .slider-button--next:not([disabled]):hover
  .icon {
  transform: rotate(-90deg);
}
.section .product--thumbnail .product__media-item:not(.is-active),
.section .product--thumbnail_slider .product__media-item:not(.is-active) {
  display: block !important;
}
#product-grid {
  --grid-mobile-vertical-spacing: 24px !important;
  --grid-mobile-horizontal-spacing: 16px !important;
}
@media screen and (max-width: 749px) {
  .section .thumbnail-list__item.slider__slide {
    width: calc(25% - 0.6rem) !important;
  }
}
@media screen and (max-width: 749px) {
  .section
    .product__media-wrapper
    slider-component:not(.thumbnail-slider--no-slide) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 750px) {
  .section
    .product.grid--2-col-tablet
    .product__media-list
    .product__media-item.grid__item {
    width: calc(100% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  #product-grid {
    --grid-desktop-vertical-spacing: 24px !important;
    --grid-desktop-horizontal-spacing: 16px !important;
  }
}
/* Product Swipe Button */

/* new updates SGV {10th Feb 2025} starts.............................................*/
.pdp__payment .list-payment {
  justify-content: center;
}
.pdp__payment p {
  margin: 0 0 12px 0;
}
.pdp__payment .ict__heading-3 {
  display: none !important;
}
.pdp__payment .icon-with-text--horizontal {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-direction: row;
  @media (max-width: 1200px) {
    /* flex-wrap: wrap; */
    gap: 12px;
  }
  li {
    flex: 0 0 calc(50% - 8px);
    flex-direction: row;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    background: #30327f21;
    border-radius: 8px;
    @media (max-width: 1200px) {
      /* flex: 0 0 100%; */
      flex: 0 0 calc(50% - 6px);
      padding: 12px;
      gap: 12px;
    }
    .h4 {
      text-align: left;
      line-height: 150%;
      font-size: 16px;
      @media (max-width: 1200px) {
        font-size: 13px;
      }
      em {
        display: block;
        font-family: var(--font-body-family);
        font-style: normal;
        font-weight: 300;
      }
    }
  }
}
.custom__product-styling .icon-with-text--horizontal {
  column-gap: 16px;
}
.custom__product-styling .icon-with-text {
  --icon-size: 48px;
  --icon-spacing: 0;
  @media (max-width: 1200px) {
    --icon-size: 36px;
  }
}
.custom__product-styling .icon-with-text__item .h4 {
  text-align: center;
  line-height: 150%;
  font-size: 13px;
  font-family: var(--font-body-family);
  font-weight: normal;
  margin: 12px 0 0 0;
  @media (max-width: 768px) {
    font-size: 11px;
  }
}
.pdp__product_quality {
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  text-align: center;
  background: #273554;
  color: #fff;
  font-family: var(--font-body-family);
  line-height: 200%;
  font-size: 16px;
  margin: 0;
}
.custom__product-styling .pdp__product_badge_text {
    border-radius: 0;
    background: #273554;
    color: #fff;
    /* font-weight: 700; */
    font-size: 16px;
    height: auto;
    letter-spacing: 0.8px;
    padding: 8px 16px 4px;
    border: 0;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    position: absolute;
    top: 0px;
    left: 0;
    line-height: 130%;
    font-family: var(--font-body-family);
    z-index: 3;
  @media (max-width: 768px) {
    top: 12px;
  }
}
.custom__product-styling ul.icon-with-text {
  padding: 16px 24px;
  background: #30327f21;
}
.pdp__payment ul.icon-with-text {
  padding: 0;
  background: unset;
}
p.image-with-text__text--caption {
    line-height: 150%;
    padding: 0 0 8px 0 !important;
}
@media (max-width: 768px) {
  .custom__product-styling .product__media-list .product__media-item {
    width: 100%;
  }
}
/* new updates SGV {10th Feb 2025} ends.............................................*/
