/** Shopify CDN: Minification failed

Line 1698:43 Expected identifier but found "."
Line 1848:33 Unexpected "{"

**/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.field:hover.field:after,
.field:after,
.field__input:focus, 
.select__select:focus, 
.customer .field input:focus, 
.customer select:focus, 
.localization-form__select:focus.localization-form__select:after {
    box-shadow: none;
}

input:focus-visible {
    outline: none;
    box-shadow: none;
}


.button:after,
.button:hover:after {
    box-shadow: none !important;
}
.button {
    background-color: #083590;
    /* font-family: Archivo, sans-serif; */
    font-size: 24px;
    /* font-weight: 700; */
    /* border-radius: 12px; */
    padding: 16px 40px;
    color: #fff;
    font-family: 'Teko';
    font-size: 24px;
    padding: 8px 24px 8px 24px;
    line-height: 32px;
}

/* header start */

.list-menu .header__menu-item{
    font-size: 18px;
    font-weight: 500;
    color: #000;
    font-family: "Albert Sans", sans-serif;
}
.header__active-menu-item{
    text-decoration: none;
}
.list-menu--inline{
    gap: 24px;
}

.header__icons .header__icon--cart{
    margin: 0;
}
.header .tmenu_nav .tmenu_submenu_type_automatic li {
    padding: 10px !important;
}
.header .tmenu_nav .tmenu_submenu_type_automatic li.tmenu_item_layout_text {
    padding: 2px 0px !important;
}
.header .tmenu_nav .tmenu_submenu_type_automatic li img {
    height: 200px !important;
    object-fit: cover;
    border-radius: 0px;
}
.header .tmenu_nav .tmenu_submenu_type_mega li.tmenu_item_level_1 > a span {
    font-weight: 700 !important;
    font-size: 16px !important;
        font-family: 'Poppins' !important;
}
.header .tmenu_nav .tmenu_submenu_type_mega span.tmenu_item_text {
  text-transform: capitalize !important;
  font-family: 'Poppins' !important;
}
.header .tmenu_nav .tmenu_item > a span {
    font-weight: 500 !important;
}

.header .tmenu_nav .tmenu_submenu_type_mega {
    padding-bottom: 0px !important;
}
.top-mega-menu .tmenu_wrapper {
    position: relative !important;
}
/* header end */


/* collection list */

.collection-list .card__heading .full-unstyled-link{
    font-size: 26px;
    font-weight: 400; 
    color: #fff;
    padding: 6px 0px;
}

/* collection list end*/

/* about */

.home-about .image-with-text__media img{
    object-fit: contain;
}

.home-about .image-with-text .image-with-text__content{
    padding: 6rem 0rem 7rem 4rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.home-about .image-with-text__text.image-with-text__text--caption{
 color: #000;
}

.home-about .image-with-text__heading {
    color: #000000;
    letter-spacing: 0;
    font-family: 'Teko';
    font-weight: 400;
    font-size: 31.2px;
}

.home-about .image-with-text__text.rte.body {
    color: #000;
    margin-bottom: 10px;
    margin-top: 5px;
}
.home-about .image-with-text__text.rte.body p {
    font-size: 16px;
    line-height: 22px;
}
.image-with-text {
    display: flex;
    gap: 10px;
    align-items: center;
}

.home-about .button{
    background-color: #083590;
  
}
.home-about .button::after,
.home-about .button::before{
    border: none;
    box-shadow: none;
}

/* about end */

/* collection product */
.variant-color-pill {
  min-width: 45px;
  min-height: 45px;
  border-radius: 0% !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  cursor: pointer;
  width: 45px;
    height: 45px;
    padding: 0 !important;
}

/* input:checked + .variant-color-pill {
  outline: 2px solid #000;
  outline-offset: 2px;
} */

.collection__title .subtitle {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0;
    margin: 0;
}
.collection__title .title {
    text-align: center;
   color: #083590;
    letter-spacing: 0;
}

.slider-counter {
  display: none;
}
.slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cfd8dc;
  border: none;
  cursor: pointer;
  padding: 0;
}

.slider-dot.is-active {
  background: #0a2cff;
}

@media screen and (max-width: 749px) {
  .slider-button {
    display: none;
  }
}

/* end */

.button:not([disabled]):hover:after, .shopify-challenge__button:hover:after, .customer button:hover:after, .shopify-payment-button__button--unbranded:hover:after{
    box-shadow: none;
}

/* footer css start */
.footer-block__details-content .footer-block__image-wrapper,
.footer-block__details-content p {
    width: 50%;
    margin: 0px;
    color: #fff;
    line-height: 1.3;
}
.footer__blocks-wrapper {
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
    row-gap: 30px !important;
}
.footer__content-top {
    padding-bottom: 0 !important;
}
.footer-block__details-content p {
    font-size: 17px;
  
}
.footer-block-image {
    align-items:center;
    justify-content: space-between;
}
.footer-block.grid__item  .list-social {
    justify-content: start !important;
    gap: 10px;
    margin-top: 20px;
}
.footer-block.grid__item .list-social__link {
    border-radius: 50px;
    width: 34px;
    height: 34px;
    padding: 7px;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-block__heading {
    font-size: 28px !important;
    text-align: left;
    font-weight: 500;
    margin-bottom: 18px !important;
    font-family: 'Teko';
}
.footer-block--menu .footer-block__details-content li a,
.footer-block.grid__item li span {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    line-height: 1.5;
    font-family: "Albert Sans", sans-serif;
    align-items: center;
    display: flex;
    gap: 10px;
}
.footer-block.grid__item:first-child {
    width: 100% !important;
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
}
.footer-block--menu,
.footer-block.grid__item {
    width: calc(25% - 65px) !important;
}
.footer-block--newsletter .newsletter-form .field{
    gap: 20px;
    flex-wrap: wrap;
}
.footer-block--newsletter .newsletter-form {
    max-width: 100%;
}
.footer-block--newsletter .newsletter-form .field__input {
    height: 100% !important;
    margin: 0px !important;
    border: 1px solid #000;
    border-radius: 0px;
    color: #000;
}
.footer-block--newsletter .newsletter-form .newsletter-form__button {
  background-color: transparent;
    border: 1px solid #000;
    font-family: 'Teko';
    font-size: 24px;
    padding: 8px 24px 8px 24px;
    line-height: 32px;
    color:#000;
}
.footer-block--newsletter .field__label {
    color: #000!important;
    font-size: 18px;
}
.newsletter-form__button {
    width: auto !important;
    position: unset !important;
}
.footer-block__newsletter .footer-block__heading{
    font-weight: 400;
}
.newsletter-form__field-wrapper {
    max-width: 100% !important;
}
.footer .copyright__content {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.footer .footer__copyright {
    margin: 0px !important;
    text-align: center;
}
.footer__content-bottom-wrapper--center {
    border-top: none;
    padding-top: 20px;
}
.footer__content-bottom-wrapper {
    display: block !important;
    padding: 0px;
}
.footer__content-bottom{
    display: flex;
    align-items: center;
    border-top: none;
    padding-top: 20px !important;
}
.footer__content-bottom-wrapper .simple-menu-list {
    list-style: none;
    margin: 0px;
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    padding: 0px;
    justify-content: end;
}
.footer__content-bottom-wrapper .simple-menu-list li a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    font-family: Albert Sans, sans-serif;
}
.footer-block.grid__item a {
    text-decoration: none;
    padding-bottom: 0px;
}
.footer-block.grid__item li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}
.footer-block__details-content li {
    margin-bottom: 7px !important;
}

/* footer css end */

/* collection page css start */
.product-card-wrapper .card {
   
    overflow: hidden;
    /* padding: 10px; */
    background-color: #fff;
  
}
.product-card-wrapper .card .slider {
    gap: 6px;
}
.product-card-wrapper .card .card__content .card__information {
    background-color: #fff;
}
.product-card-wrapper .card .card__content .rating-container {
    display: none;
}
/* .product-card-wrapper .card__inner{
  height: 250px;
} */
.product-card-wrapper .card__media .media img{
  object-fit: cover;
}

.card__information{
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.product-card-wrapper .card__content{
  padding: 0;
}
.product-card-wrapper .stars svg{
  width: 16px;
  height: 16px;
}
.product-card-wrapper .score{
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin-left: 10px;
}
.product-card-wrapper .card__heading{

  font-size: 15.2px;
  font-weight: 500;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 2.5em;
  overflow: hidden;
  font-family: 'Poppins';
}
/* Even vertical spacing between card lines (title / swatches / price) */
.product-card-wrapper .card-information {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product-card-wrapper .product-finishes {
  margin: 0;
}
.product-card-wrapper .price__regular,
.price__sale .price-item--sale{

  font-size: 1.7rem !important;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
  color: #083590;
}
.price__sale .price-item--sale{

  font-size: 1.5rem  !important;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
  color: #083590;
}
.price__sale span .price-item--regular {
    /* font-family: "Albert Sans", sans-serif; */
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px;
    color: #cc0809;
    text-decoration: none;
}
.product-card-wrapper .quick-add__submit{
  background-color: #083590;
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-weight: 700;
  border-radius: 12px;
  padding: 10px 16px;
  color: #fff;
}
.product-card-wrapper .card__content:last-child {
    margin: 0px !important;
}
.product-card-wrapper .card__badge {
    display: none;
}
.product-card-wrapper .badge {
    border: 1px solid #cc0809;
    color: #cc0809;
    font-size: 12.8px;
    padding: 8px 12px;
    background: #ffffff00;
    font-weight: 400;
    border-radius: 0px !important;
}
.product-card-wrapper .card__reduced {
    position: absolute;
    top: 10px;
    left: 10px;
}
.product-card-wrapper .quick-add__submit::after,
.product-card-wrapper .quick-add__submit::before{
    border: none;
    box-shadow: none;
}

.product-card-wrapper .featured-points{
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.product-card-wrapper .featured-points .icon-box{ 
  width: 100%;
  padding: 0;
}

.product-finishes {
    display: flex;
    gap: 6px;
    align-items: center;
    flex-wrap: wrap;
}
.product-finishes span{
  width: 18px;
  height: 18px;
   border-radius: 2px;
   /* border: 1px solid; */
   box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
   cursor: pointer;
}
.product-finishes span.is-active{
   box-shadow: 0 0 0 2px #0047ab;
}
.product-finishes h3{
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  text-wrap-mode: nowrap;
}
.rating-container {
    display: inline-flex;
    align-items: center;
}
.facets__form .facets__heading,
.facet-filters .facet-filters__label {
    font-size: 20px;
    font-weight: 400;
    color: #000 !important;
    font-family: 'Poppins';
}
.facets__summary-label, .facets__summary span, .facet-filters__sort {
    font-size: 16px !important;
    color: #000;
    font-weight: 400;
    font-family: 'Poppins';
}
.facets__selected,
.facet-checkbox__text-label {
    font-size: 16px;
    color: #000;
     font-family: 'Poppins';
}
.facets__price .field {
    border: 1px solid #013596;
    border-radius: 10px;
    overflow: hidden;
}
.facets__price .field input {
  color: #000 !important;
}
.facets__display {
    border: 1px solid #013596 !important;
    border-radius: 0px !important;
}
.facet-filters__sort:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}
.facet-filters__sort {
    border: 1px solid #013596 !important;
    padding: 10px 40px 10px 10px !important;
    border-radius: 0px !important;
}
.select .svg-wrapper {
    right: 20px !important;
}
.select .svg-wrapper svg path {
    fill: #000 !important;
}
.product-count {
    display: none;
}
.collection .loading-overlay {
    opacity: 0 !important;
}
.pagination-wrapper .pagination__list li .pagination__item--current {
    background: #013596;
    color: #fff;
}
.pagination-wrapper .pagination__list li .pagination__item {
    border: 1px solid #013596;
    border-radius: 0px;
    opacity: 1;
    line-height: 1.5;
    font-weight: 400;
}
.pagination-wrapper .pagination__list li .pagination__item .svg-wrapper svg path {
    fill: #000 !important;
}
.pagination__item--current:after, .pagination__item:hover:after {
    display: none !important;
}
/* collection page css end */

/* cart drawer css start */
.cart-drawer .drawer__inner {
    width: 42rem;
}
.cart-drawer .drawer__heading {
    font-size: 24px;
    font-weight: 600;
    font-family: "Albert Sans", sans-serif;
}
.cart-drawer thead th {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    font-family: "Albert Sans", sans-serif;
}
.cart-drawer .cart-item {
    background: #E6FAFC;
    padding: 10px;
    margin-bottom: 15px !important;
    border-radius: 10px;
    font-family: "Albert Sans", sans-serif;
}
.cart-item__name {
    font-size: 22px;
    font-weight: 500 !important;
    font-family: "Albert Sans", sans-serif;
}
.product-option,
.price--end {
    color: #000;
    font-size: 18px !important;
    font-weight: 700;
    font-family: "Albert Sans", sans-serif;
}
p.product-option,
.cart-item__details dl {
    display: none;
}
.cart-item__quantity-wrapper .button {
    background: #013596 !important;
    border-radius: 100%;
}
.cart-item__quantity-wrapper .button .svg-wrapper path {
    fill: #fff;
}
.cart-item cart-remove-button {
    align-items: center;
}
quantity-popover .quantity {
    background: transparent !important;
    min-height: 40px;
    border: 1px solid #000;
    border-radius: 7px;
}
.quantity:after {
    box-shadow: none;
}
quantity-popover .quantity .quantity__input {
    border-right: 1px solid #000;
    border-left: 1px solid #000;
}
.cart-drawer .totals .totals__total {
    font-weight: 500;
    font-size: 20px;
    font-family: "Albert Sans", sans-serif;
}
.totals__total-value {
    color: #000;
    font-weight: 700;
    font-size: 22px !important;
    font-family: "Albert Sans", sans-serif;
}
.cart-drawer .cart-items thead {
    margin-bottom: 30px !important;
}
.cart-drawer .cart__ctas {
    align-items: center;
}
.cart-drawer .cart__ctas button {
    margin: 0px;
}
.cart-drawer .cart-item__image  {
    border-radius: 10px;
}
/* cart drawer css end */

/* cart page css start */
body.cart .title {
    display: none;
}
body.cart .underlined-link {
    font-size: 18px;
    font-weight: 500;
    font-family: "Albert Sans", sans-serif;
}
body.cart cart-items thead th {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    font-family: "Albert Sans", sans-serif;
}
body.cart cart-items .cart-item__image-container {
    border-radius: 10px;
    overflow: hidden !important;
    display: block;
}
body.cart cart-items .cart-item__image-container img {
    display: block;
}
body.cart cart-items .cart-item {
    background: #E6FAFC;
    padding: 10px;
    margin-bottom: 15px !important;
    border-radius: 10px;
}
body.cart cart-items .cart-items td {
    vertical-align: middle !important;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
    padding-left: 28px !important;
}
body.cart cart-items .cart-item>td+td {
    padding-right: 28px !important;
}
body.cart cart-items .cart-items {
    border-collapse: separate !important;
    border-spacing: 0 20px !important;
}
body.cart cart-items .totals .totals__total {
    font-weight: 600;
    font-size: 16px;
    font-family: "Albert Sans", sans-serif;
}
body.cart .totals__total {
    font-size: 20px;
    font-weight: 500;
    font-family: "Albert Sans", sans-serif;
}
.cart__empty-text,
.cart__login-title {
    font-weight: 500;
}
/* cart page css end */

/* product detail page css start */
a.link.product__view-details.animate-arrow {
    display: none;
}
.main_wrapper .swiper-button-prev, .main_wrapper .swiper-button-next {
    width: 100%;
    height: unset;
    z-index: 10;
    max-width: 10%;
    position: unset !important;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    margin: 0px !important;
    color: transparent;
    max-width: 100%;
    border: 1px solid #a9a9a9;
}
.main-button-prev:after, .main-button-next:after {
    display: none;
}
.main_wrapper {
    display: flex;
    gap: 10px;
}
.product__media-wrapper .product-media-container {
    --viewport-offset: 300px !important;
}
.product__title h1 {
    font-size: 16.8px !important;
    font-weight: 400;
    color: #000;
    line-height: 1.1;
    letter-spacing: 0px;
    font-family: 'Poppins';
}
.product > .grid__item {
  
    position: sticky;
    top: 0;
    height: 100%;
}
.product__column-sticky {
    position: unset !important;
    max-width: 100% !important;
}
.product .product__info-wrapper {
    padding: 0px 0px 0px 50px !important;
}
.product .custom_benefits,
.product .product__description {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    line-height: 24px;
    margin: 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Albert Sans", sans-serif;
}
.product .product__tax {
    display: none;
}
.product .price__sale {
    display: flex !important;
    align-items: center;
    flex-direction: row-reverse !important;
}
.product .price__container {
    margin-bottom: 0px;
}
#price-template--15726594916398__main {
    margin: 0px !important;
}
.product .badge {
    display: none !important;
}
.product .price-item--last {
    font-weight: 600;
    font-family: 'Poppins';
    font-size: 1.5rem !important;
    line-height: 100% !important;
}
.product .price-item--regular {
    font-size: 20px !important;
    font-weight: 500;
    color: #948f89 !important;
    font-family: "Albert Sans", sans-serif;
}
.product .icon-with-text__item span {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
}
.product .icon-with-text__item {
    margin-bottom: 12px;
}
.product .product-form__buttons .button span {
    display: flex;
    align-items: center;
    gap: 10px;
}
.product .product-form__buttons {
    max-width: 100%;
}
.product .quantity__labe {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    font-family: "Albert Sans", sans-serif;
}
variant-selects .form__label {
 
    font-family: 'Poppins';
    font-size: 16.8px !important;
    /* font-weight: 600; */
    color: #000;
    line-height: 1.1;
    letter-spacing: 0px;
}
/* variant-selects label {
    background-color: #ffffff !important;
    color: #000 !important;
    border: 2px solid  #083590 !important;
    font-size: 20px !important;
    font-weight: 500;
    padding: 12px 30px !important;
    border-radius: 10px !important;
    margin-right: 10px !important;
} */
.product-form__input--pill input[type=radio]:checked+label {
    border: 2px solid #000 !important;
}
modal-opener {
    margin: 0px !important;
}
modal-opener .product-popup-modal__button {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    font-weight: 500;
    color:  #083590;
}
.product__accordion svg {
    height: 10px !important;
    top: 22px;
    right:1rem;
}
.product__accordion svg path {
    fill: #000;
}
.product__accordion {
    border: 1px solid #a9a9a9 !important;
    border-radius: 0px;
    padding: 0px 10px;
    margin-bottom: 10px !important;
}
.product__accordion .summary__title .accordion__title {
    /* font-size: 20px !important; */
    font-weight: 500;
    /* line-height: 24px; */
    color: #000;
}
.product__accordion .accordion__content {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 24px;
}
.product__accordion .accordion__content p {
    border-top: 1px solid #d1d1d1;
    padding-top: 10px;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 400;
}
.product__accordion .collaps-icon {
    background:  #083590;
    color: #fff;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 29px;
    font-weight: 400;
    border-radius: 5px;
}
.product__accordion .collaps-icon.minus,
.product__accordion details[open]>summary .collaps-icon.plus {
    display: none;
}
.product__accordion details[open]>summary .collaps-icon.minus {
    display: flex;
}
.product-form__quantity {
    display: flex;
    align-items: center;
    gap: 20px;
}
.product-form__quantity .quantity {
    background: transparent !important;
    min-height: 45px;
    border: 1px solid #a9a9a9;
    border-radius: 0px;
    width: 120px;
}
.product .price__regular {
    display: none;
}
.product .jdgm-prev-badge__text {
    color: #000;
    font-weight: 500;
    font-size: 18px;
}
.product__media-item {
    display: block !important;
    border-radius: 20px;
    overflow: hidden;
}
.gallery-thumbs {
    width: 100%;
    padding-bottom: 5px !important;
}
.thumbnail {
    border: none;
}
.thumbnail img {
    border-radius: 10px;
}
.gallery-viewer {
    margin-bottom: 30px;
}
.product__description {
    margin: 0px !important;
}
.product--thumbnail_slider .product__media.media {
    height: 100%;
}
#shopify-section-template--15726594916398__176018140919d62fd2 {
    background: #E6FAFC;
}
.jdgm-rev-widg__title {
    color:  #083590;
}
.shopify-payment-button__button {
    font-family: inherit;
    min-height: 4.6rem;
}
.shopify-payment-button__button {
    background: transparent !important;
    padding: 14px 30px !important;
    border-radius: 60px !important;
    font-size: 22px !important;
    font-weight: 600;
    color:  #083590 !important;
    min-height: auto;
    transition: .5s;
    height: auto !important;
    border: 2px solid  #083590 !important;
}
.shopify-payment-button__button:hover {
  background:  #083590 !important;
  border: 2px solid  #083590 !important;
  color: #fff !important;
}

.shopify-payment-button__button:after,
.shopify-payment-button__button:hover:after {
    box-shadow: none !important;
}
p.jm-text.jm-review-widget-minimal-header__title, .jm-text--align-center[data-v-6d928e9f]
.related-products__heading {
    font-family: "Archivo", sans-serif;
    font-size: 52px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0;
    margin: 0;
  text-align: center;
  /* color:  #083590; */
}
.jm-stack.jm-stack--space-200{
    width: 100%;
}
.product-form__quantity .quantity {
    background: transparent !important;
    min-height: 45px;
    border: 1px solid #a9a9a9;
    border-radius: 0px;
    width: 120px;
}
.quantity:after {
    box-shadow: none;
}
.product-form__quantity .quantity .quantity__input {
    border-right: none;
    border-left: none;
}
.jm-review-item__content {
    display: flex;
    flex-direction: column;
}
.jm-reviewer-info {
    order: -1;
    margin-bottom: 20px !important;
    margin-top: 0px !important;
}

/* section#shopify-section-template--26337965867332__1768556334950daf0b{
    background-color: #e6fafc;
} */
 .jm-progress-bar {
    height: 10px !important;
}
.jm-cluster.jm-histogram-row {
    margin-top: 5px!important;
}

/* product detail page css end */

/* why choose section css start */
.why-choose-sec .title {
    font-family: "Archivo", sans-serif;
    font-size: 52px;
    font-weight: 700;
    color: #083590;
    letter-spacing: 0;
    width: 100%;
    text-align: center;
}
.why-choose-sec .title-wrapper-with-link {
    justify-content: center;
}
.why-choose-sec .title-wrapper-with-link .subtitle {
    margin: 0px;
    font-size: 22px;
    font-family: "Albert Sans", sans-serif;
    color: #000;
    font-weight: 600;
    line-height: 1.5;
}
.why-choose-sec .multicolumn-card__image-wrapper {
    width: 120px;
    height: 120px;
}
.why-choose-sec .multicolumn-card__info h3 {
    font-size: 26px;
    color: #013596;
    font-weight: 600;
    width: 75%;
    margin: 0px auto;
    line-height: 1.2;
}
.why-choose-sec .multicolumn-card__info .rte {
    font-size: 20px;
    font-family: "Albert Sans", sans-serif;
    color: #000;
    line-height: 1.3;
}
.why-choose-sec .multicolumn-card__info img {
    position: absolute;
    width: 100px;
    top: 30%;
    left: 100%;
    transform: translate(-50px, -30px);
}
.why-choose-sec .multicolumn-card__info {
    padding: 20px 40px !important;
}
/* why choose section css end */

/* About Page css start */
.about-img-text .image-with-text__heading {
    font-family: "Archivo", sans-serif;
    font-size: 52px;
    font-weight: 700;
    color: #083590;
    letter-spacing: 0;
}
.about-img-text .image-with-text__content {
    padding: 0px;
}
.about-img-text .image-with-text__grid {
    gap: 50px;
    align-items: center;
}
.about-img-text .image-with-text__media-item,
.about-img-text .image-with-text__text-item {
    width: calc(50% - 25px);
}
.about-img-text .image-with-text__media-item .image-with-text__media {
    border: none;
}
.about-img-text .image-with-text__media {
    border-radius: 20px !important;
}
.about-img-text .image-with-text__text {
    font-family: "Albert Sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 20px;
}
/* About Page css end */

/* home faq css start */
.home-faq .collapsible-content__heading {
     font-family: 'Teko';
    color: #111;
    letter-spacing: -1px;
    font-weight: 600;
    font-size: 31.2px;
    line-height: 30px;
}
.home-faq .collapsible-content__media {
    border: none;
    border-radius: 0px;
    overflow: hidden !important;
}
.home-faq .caption-with-letter-spacing {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 24px;
    letter-spacing: 0;
}
.home-faq .accordion {
    padding: 15px;
    border: 1px solid #a9a9a9;
    border-top: 1px solid #a9a9a9 !important;
    border-radius: 0px;
    margin-bottom: 20px;
}
.home-faq .accordion__title {
    font-size: 22px !important;
    font-weight: 500;
    color: #000;
}
.home-faq summary {
    padding: 0px !important;
    justify-content: space-between;
}
.home-faq .collapsible-content summary:hover .accordion__title {
    text-decoration: none;
}
.home-faq .collapsible-content summary:hover {
    background: transparent;
}
.home-faq .accordion__content {
    padding: 12px 0 0;
    margin: 0;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    border-top: 1px solid #000;
    margin-top: 10px;
    line-height: 24px;
}
.home-faq .collaps-icon {
    background:  #083590;
    color: #fff;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 29px;
    font-weight: 400;
    border-radius: 5px;
}
.home-faq .collaps-icon.minus,
.home-faq .accordion details[open]>summary .collaps-icon.plus {
    display: none;
}
.home-faq .accordion details[open]>summary .collaps-icon.minus {
    display: flex;
}
.home-faq .accordion details summary .icon {
    height: 8px !important;
}
.home-faq .accordion details summary .icon path {
    fill: #000 !important;
}
/* home faq css end */

/* contact page css start */
.contact-details .multicolumn-card {
    background: #f0f0f0 !important;
    border-radius: 0px;
    padding: 30px;
}
.contact-details .multicolumn-card {
    /* display: flex;
    align-items: center;
    gap: 20px; */
}
.contact-details .multicolumn-card__image-wrapper {
    width: 60px;
    margin: 0 auto;
}
.contact-details .multicolumn-card__info {
    padding: 10px 0px 0px;
}
.contact-details .multicolumn-card__info h3 {
    font-size: 24px !important;
    font-weight: 400;
    color: #000;
}
.contact-details .multicolumn-card__info .rte {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 20px;
    margin: 0px;
    word-break: break-all;
}
.contact-details .multicolumn-list {
    gap: 30px;
}
.contact-details .multicolumn-list__item {
    width: calc(33.33% - 20px) !important;
    max-width: calc(33.33% - 20px) !important;
}
/* contact page css end */

/* policy page css start */
.policy_text .rich-text__blocks {
    max-width: 100% !important;
}
.policy_text .rich-text__text.rte {
    color: black;
}
.policy_text .rich-text__blocks h2 {
   font-size: 30px;
   font-weight: 700;
}
.policy_text .rich-text__blocks h3 {
   font-size: 22px;
}
.policy_text .rich-text__blocks ul li,
.policy_text .rich-text__blocks p {
   font-size: 18px;
   line-height: 1.3;
}
/* policy page css end */
.list-collections #shopify-section-template--26337965736260__main {
    padding: 50px 0px;
}

/* collection page css start */
.collection-list__item .card-wrapper .card {
    border-radius: 0px;
    overflow: hidden;
    /* border: 2px solid #013596; */
    /* padding: 15px; */
}
body.list-collections .collection-list__item .card-wrapper .card {
   /*-- border: 2px solid #013596;---*/
    padding: 15px;
}
.collection-list .collection-hover {
    background: #0000004d;
}
/* body.list-collections .collection-list .card__heading .full-unstyled-link {
    color: #000000;
} */
body.list-collections .collection-list .collection-hover {
    display: none;
}
/* .collection-list .card-wrapper:hover .card__content {
    opacity: 1;
} */
.collection-list .card__heading .full-unstyled-link {
    font-size: 24px;
}
.collection-list .card__content {
    position: unset;
}
body.list-collections .collection-list .card__inner {
    border-radius: 0px;
}
.collection-list .card__information,
.collection-list .card__content {
    padding: 0px;
}
body.list-collections .collection-list .card__content {
    padding-top: 15px !important;
}
/* collection page css emd */

/* search page css start */
.search__input {
    border: 1px solid;
    border-radius: 10px
}
/* search page css end*/

/* blog css start */
.blog-articles .article-card {
    padding: 20px;
    border-radius: 20px;
}
.blog-articles .article-card .card__inner {
    border-radius: 20px;
    overflow: hidden;
}
.article-card-wrapper .card .card__heading {
  font-size: 28px;
  margin-top: 10px;
  line-height: 1.2;
  font-weight: 600;
}
.article-card-wrapper .card .article-card__info {
  font-size: 20px;
    color: #fff;
    text-transform: capitalize;
}
.article-card-wrapper .card .article-card__excerpt {
  font-size: 20px;
    line-height: 1.2;
    color: #fff;
}
.article-card-wrapper .card .card__information,
.article-card-wrapper .card .card__content {
    padding: 0px !important;
}
.article-card-wrapper .card .card__content {
    margin-top: 10px !important;
}
.article-card-wrapper .card .button {
    width: max-content;
}
.main-blog .title--primary {
    display: none;
}
/* blog css end */

/* blog detail page css start */
.article-template__hero-container  {
    max-width: 1400px !important;
    background: #000;
    border-radius: 20px;
    overflow: hidden;
}
.article-template__hero-container .media {
    opacity: 0.5;
}
.article-template {
    position: relative;
    padding: 50px 0px;
}
.article-template header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 550px;
    margin: 0px auto !important;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    text-align: center;
    max-width: 1000px !important;
}
.article-template header .article-template__title {
    color: #fff;
    font-weight: 600;
}
.article-template header .circle-divider {
    color: #fff;
    font-size: 20px;
}
.article-template .article-template__content {
    max-width: 1400px !important;
    font-size: 18px;
    color: #000;
    line-height: 1.3;
}
/* blog detail page css end */




@media (max-width: 1440px) {
    /* heading css start */
   /*-- .collection-list-title,
    .collection__title .title,
    .home-about .image-with-text__heading,
    .why-choose-sec .title,
    .about-img-text .image-with-text__heading,
    .home-faq .collapsible-content__heading {
        font-size: 44px !important;
    }---*/
    /* heading css end */
    .footer-content-bottom {
        padding: 20px 30px;
    }
    .footer__content-bottom-wrapper .simple-menu-list {
        gap: 12px;
    }

    /* header css start */
    .header .tmenu_nav .tmenu_item > a span {
    font-size: 23.2px !important;
    text-transform: uppercase !important;
}
.tmenu_navbar .tmenu_item--root > .tmenu_item_link {
    height: 50px;
    font-family: Teko, sans-serif !important;
    font-size: 24px !important;
    color:#000 !important
}
    .list-menu--inline {
        gap: 6px !important;
    }
    .top-nav__inner {
        gap: 10px !important;
    }
    /* header css end */

    /* collection css start */
    .collection-hover span {
        font-size: 22px !important;
    }
    .collection-hover h3,
    .collection-list .card__heading .full-unstyled-link {
        font-size: 20px !important;
    }
    /* collection css end */

    /* about sec css start */
    .home-about .image-with-text__text.image-with-text__text--caption {
        font-size: 20px;
    }
    /* about sec css end */

    /* collection page css start */
    .product-card-wrapper .card__heading
     {
        font-size: 15.2px;
    }
    .product-card-wrapper .price__regular
    {
        font-size:20.2px;
    }
    .product-finishes h3 {
        font-size: 22px;
    }
    .icon-box__title {
        font-size: 18px;
    }
    .icon-box {
        gap: 6px;
    }
    /* collection page css end */

    /* product detail page css start */
    /* .product__media-wrapper .icon-box-text .icon-text p {
        font-size: 16px;
    }
    .product__media-wrapper .icon-box-text .icon-box{
        gap: 5px;
    } */
     .icon-with-text--horizontal.icon-with-text {
        justify-content: start !important;
        gap: 15px !important;
      
     }
     .icon-with-text--horizontal .icon-with-text__item {
        margin-bottom: 0px;
    }
    /* product detail page css end */

    /* why choose section css start */
    .why-choose-sec .multicolumn-card__info h3 {
        width: 93%;
    }
    .why-choose-sec .multicolumn-card__info img {
        top: 25%;
    }
    /* why choose section css end */
}

@media (max-width: 1199.98px) {    
    /* heading css start */
    /*--.collection-list-title,
    .collection__title .title,
    .home-about .image-with-text__heading,
    .why-choose-sec .title,
    .about-img-text .image-with-text__heading,
    .home-faq .collapsible-content__heading {
        font-size: 40px !important;
    }---*/
    /* heading css end */
    /* button css start */
    .footer-block--newsletter .newsletter-form .newsletter-form__button,
    .button,
    .button2 {
        font-size: 20px !important;
        padding: 12px 18px !important;
    }
    /* button css end */
    /* footer css start */
    .footer-block.grid__item:last-child {
        width: 100% !important;
    }
    .footer-content-bottom {
        flex-wrap: wrap;
        gap: 15px;
    }
    .footer__content-bottom-wrapper .simple-menu-list {
        gap: 30px;
        justify-content: center;
    }
    .footer .copyright__content,
    .footer-block--menu .footer-block__details-content li a, 
    .footer-block.grid__item li span,
    .footer__content-bottom-wrapper .simple-menu-list li a,
    .footer-block__details-content p {
        font-size: 18px;
    }
    .footer__content-bottom {
        flex-wrap: wrap;
        gap: 10px;
    }
    .footer-block__heading {
        font-size: 24px !important;
    }
    /* footer css end */

    /* header css start */
    .header .tmenu_nav .tmenu_item > a span {
        font-size: 16px !important;
    }
    .header .top-mega-menu {
        margin-bottom: -30px;
    }
    .list-menu .header__menu-item,
    .header__promo,
    .top-nav__link  {
        font-size: 16px !important;
    }
    .header__phone {
        font-size: 26px;
    }
    h1.header__heading {
        padding-right: 20px !important;
    }
    .header__heading-logo-wrapper img {
        width: 160px;
    }
    .list-menu--inline {
        gap: 0px;
    }
    .ofty-header-all {
        padding-left: 20px;
    }
    .header .header-logo-menu {
        gap: 0px !important;
    }
    .ofty-header-menu {
        gap: 0px !important;
    }
    .list-menu .header__menu-item {
        padding: 0px 7px !important;
    }
    .header__tags {
        gap: 15px !important;
    }
    .top-nav__inner {
        overflow-x: auto; 
        overflow-y: hidden;
    }
    .top-nav__inner::-webkit-scrollbar {
        height: 0px;
    }
    .top-nav__link {
        white-space: nowrap;
    }
    .top-nav__divider {
        flex: 0 0 auto;
    }
    .top-nav {
        padding: 12px 50px !important;
    }
    /* header css end */

    /* collection css start */
    .collection-hover span {
        font-size: 20px !important;
    }
    .collection-hover h3,
    .collection-list .card__heading .full-unstyled-link {
        font-size: 22px !important;
        margin: 0px auto 18px !important;
    }
    .collection-list .card__information {
        padding: 0px;
    }
    .collection-list-subtitle {
        font-size: 20px !important;
    }
    .collection__title .subtitle {
        font-size: 20px;
    }
    /* collection css end */

    /* about sec css start */
    .home-about .image-with-text__text.rte.body {
        font-size: 18px;
    }
    .home-about .image-with-text .image-with-text__content {
        padding: 6rem 0rem 7rem 20px;
    }
    .home-about .image-with-text .image-with-text__content .icon-box {
        width: 100%;
    }
    /* about sec css end */

    /* collection page css start */
    .product-card-wrapper .card__heading, ..product-card-wrapper .price__regular, .product-finishes h3 {
        font-size: 15px;
    }
    .product-card-wrapper .card__information {
      gap: 6px;
    }
    .product-grid-container ul li {
        width: calc(33.33% - 14px) !important;
        max-width: calc(33.33% - 13px) !important;
    }
    /* collection page css end */

    /* product detail page css start */
    .product__title h1 {
        font-size: 36px !important;
    }
    .product .price-item--last {
        font-size: 30px;
    }
    .product .product__payment {
        width: auto;
    }
    .product .list-payment {
        justify-content: center;
    }
    .product .product__info-wrapper {
        padding: 0 0 0 30px !important;
    }
    variant-selects label {
        font-size: 18px !important;
        padding: 12px 30px !important;
    }
    .shopify-payment-button__button {
        font-size: 18px !important;
        padding: 12px 26px !important;
    }
    .product__accordion .summary__title .accordion__title {
        font-size: 18px !important;
    }
    .related-products li {
        width: calc(33.33% - 13px) !important;
        max-width: calc(33.33% - 14px) !important;
    }
    /* product detail page css end */

    /* why choose section css start */
    .why-choose-sec .multicolumn-card__info .rte {
        font-size: 18px;
    }
    .why-choose-sec .multicolumn-card__info h3 {
        font-size: 22px;
        width: 100%;
    }
    .why-choose-sec .multicolumn-card__info {
        padding: 20px 8px !important;
    }
    .why-choose-sec .multicolumn-card__image-wrapper {
        width: 100px;
        height: 100px;
    }
    .why-choose-sec .title-wrapper-with-link .subtitle {
        font-size: 20px;
    }
    .why-choose-sec .multicolumn-card__info img {
        width: 80px;
        transform: translate(-40px, -30px);
    }
    /* why choose section css end */

    /* About Page css start */
    .about-img-text .image-with-text__grid {
        gap: 30px;
    }
    .about-img-text .image-with-text__media-item,
    .about-img-text .image-with-text__text-item {
        width: calc(50% - 15px);
    }
    .about-img-text .image-with-text__text {
        font-size: 18px;
    }
    /* About Page css end */

    /* home faq css start */
    .home-faq .accordion__title {
        font-size: 20px !important;
    }
    /* home faq css start */

    /* contact page css start */
    .contact-details .multicolumn-card {
        padding: 20px;
    }
    .contact-details .multicolumn-card__image-wrapper {
        width: 70px;
        max-width: 70px;
    }
    .contact-details .multicolumn-card__info h3 {
        font-size: 26px !important;
    }
    .contact-details .multicolumn-card__info .rte {
        font-size: 18px;
        line-height: 24px;
    }
    .contact-details .multicolumn-list {
        gap: 20px;
    }
    .contact-details .multicolumn-list__item {
        width: calc(33.33% - 14px) !important;
        max-width: calc(33.33% - 14px) !important;
    }
    /* contact page css end */

    .collection-list .card__heading .full-unstyled-link {
        margin: 0px 0px 0px !important;
    }

    /* blog css start */
    .blog-articles .article-card {
        padding: 15px;
    }
    .article-card-wrapper .card .card__heading {
        font-size: 24px;
    }
    .article-card-wrapper .card .article-card__info,
    .article-card-wrapper .card .article-card__excerpt {
        font-size: 18px;
    }

    /* blog css end */
}

@media (max-width: 991.98px) {
    /* heading css start */
    /*--.collection-list-title,
    .collection__title .title,
    .home-about .image-with-text__heading,
    .why-choose-sec .title,
    .about-img-text .image-with-text__heading,
    .home-faq .collapsible-content__heading {
        font-size: 36px !important;
    }---*/
    /* footer css start */
    .footer-block__heading {
        font-size: 22px !important;
    }
    .footer-block--menu, .footer-block.grid__item,
    .footer-block.grid__item:last-child {
        width: calc(50% - 65px) !important;
    }
    .footer-block--menu .footer-block__details-content li a,
    .footer .copyright__content, {
        font-size: 18px;
        padding-top: 0px;
    }
    /* footer css end */

    /* header css start */
    .tmenu_wrapper.tmenu--fullwidth {
        display: none !important;
    }
    /* .ofty-header-menu header-drawer .menu-drawer-container {
        display: none !important;
    } */
    .top-mega-menu .header__icon {
       position: absolute;
        top: 19px;
        right: 64%;
    }
    /* .header .tmenu_nav .tmenu_submenu_type_mega {
        width: 1200px !important;
         overflow-x: hidden !important;
    } */
    .header .header-logo-menu {
        grid-template-areas: " heading left-icons icons" !important;
    }
    .menu-drawer {
        top: 0px !important;
        height: 100vh !important;
        padding-top: 50px !important;
    }
    .menu-drawer .tmenu_item_text {
        color: #000 !important;
    }
    .tmenu_indicator .tmenu_indicator_icon svg path {
        fill: #000 !important;
    }
    details[open]>.header__icon--menu .icon-hamburger {
        visibility: visible;
        opacity: 1;
    }
    header-drawer .header__icon .icon-close {
        position: absolute;
        top: 0px;
        left: 45%;
        z-index: 6;
        border-radius: 100%;
        width: 40px;
        height: 40px;
        padding: 10px;
    }
    #top-mega-menu header-drawer {
        display: none !important;
    }
    .menu-drawer__navigation {
        padding-top: 60px !important;
    }
    .menu-drawer__menu-item--active {
        background: #083590 !important;
        color: #fff !important;
    }
    .menu-drawer__utility-links .list-social__link {
        background: #083590;
        border-radius: 100%;
    }
    .menu-drawer__utility-links .list-social__link .svg-wrapper svg path {
        fill: #fff;
    }
    .menu-drawer__utility-links ul {
        gap: 10px;
    }
    /* header css end */

    /* collection css start */
    .collection-list-wrapper .title-wrapper-with-link a {
        display: none;
    }
    .collection-list-wrapper .collection-list-view-all {
        display: block !important;
    }
    .slider-buttons .slider-counter {
        display: none;
    }
   
    .slider-buttons {
        gap: 10px;
    }
    .slider-buttons .slider-button svg path {
        fill: #fff;
    }
    .slider-buttons .slider-button .icon {
        height: 10px;
    }
    .collection-list-wrapper .slider-mobile-gutter {
        padding: 0px  50px;
    }
    .collection-list-wrapper .collection-list li:first-child {
        margin: 0px !important;
    }
    .collection-list-wrapper .collection-list li {
        width: calc(50% - 10px) !important;
        max-width: calc(50% - 10px) !important;
    }
    /* collection css end */

    /* about sec css start */
    .home-about .image-with-text__grid .grid__item {
        width: 100% !important;
    }
    .product-grid-container ul li {
        width: calc(50% - 14px) !important;
        max-width: calc(50% - 13px) !important;
    }
    /* about sec css end */

    /* collection page css start */
    .facets__form .facets__heading,
    .facet-filters .facet-filters__label {
        font-size: 18px;
        font-family: "Archivo", sans-serif;
    }
    .facets__summary-label,
    .facets__summary span,
    .facet-filters__sort {
        font-size: 16px !important;
        font-family: "Archivo", sans-serif;
    }
    .facets__form {
        gap: 20px !important;
    }
    /* collection page css end */

    /* product detail css start */
    .product__title h1 {
        font-size: 16px !important;
    }
    .product .price-item--last {
        font-size: 24px;
    }
    .main_wrapper .swiper-button-prev, .main_wrapper .swiper-button-next {
        width: 30px;
    }
    .product .custom_benefits,
    .product .icon-with-text__item span {
        font-size: 12px;
    }
    .product__accordion .summary__title .accordion__title {
        font-size: 16px !important;
    }.product > .grid__item {
        width: 100% !important;
        max-width: 100% !important;
        position: unset;
    }
    .product__media-wrapper .icon-box-text {
        gap: 10px;
    }    
    .product .product__info-wrapper {
        padding: 30px 0 0 0px !important;
    }
    .related-products li {
        width: calc(50% - 13px) !important;
        max-width: calc(50% - 14px) !important;
    }
    /* product detailt css end */

    /* why choose section css start */
    .why-choose-sec .multicolumn-list {
        padding: 0px 15px !important;
    }
    .why-choose-sec .multicolumn-list li {
        width: calc(50% - 8px) !important;
        max-width: calc(50% - 8px) !important;
    }
    .why-choose-sec .multicolumn-list li:first-child {
        margin: 0px !important;
    }
    .why-choose-sec .multicolumn-card__info img {
        top: 30%;
    }
    .why-choose-sec .medium-hide {
        display: block !important;
    }
    .why-choose-sec .title a {
        display: none;
    }
    /* why choose section css end */

    /* About Page css start */
    .about-img-text .image-with-text__media-item,
    .about-img-text .image-with-text__text-item {
        width: 100%;
    }
    /* About Page css end */

    /* faq css start */
    .home-faq .grid__item {
        width: 100%;
    }
    .home-faq .caption-with-letter-spacing {
        font-size: 16px;
    }
    /* faq css end */

    /* contact page css start */
    .contact-details .multicolumn-list__item {
        width: calc(50% - 14px) !important;
        max-width: calc(50% - 14px) !important;
    }
    .contact-details .multicolumn-list {
        justify-content: center;
    }
    .contact-details .multicolumn-card__info h3 {
        font-size: 22px !important;
    }
    .contact-details .multicolumn-card__info .rte {
        font-size: 16px;
        line-height: 24px;
    }
    .contact-details .multicolumn-card__image-wrapper {
        width: 60px;
        max-width: 60px;
        position: unset;
        transform: translateY(0px);
    }
    .contact-details .multicolumn-card__info {
        padding: 0px 0px 0px;
    }
    /* contact page css end */

    /* blog detail page css start */
    .article-template header {
        height: 440px;
    }
    /* blog detail page css end */
}

@media (max-width: 767.98px) {
    /* heading css start */
   /*-- .collection-list-title,
    .collection__title .title,
    .home-about .image-with-text__heading,
    .why-choose-sec .title,
    .about-img-text .image-with-text__heading,
    .home-faq .collapsible-content__heading {
        font-size: 30px !important;
    }---*/
    /* button css start */
    .footer-block--newsletter .newsletter-form .newsletter-form__button,
    .button,
    .button2 {
        font-size: 16px !important;
        padding: 12px 18px !important;
    }
    /* button css end */
    /* footer css start */
    .footer-block.grid__item:first-child,
    .footer-block.grid__item:last-child {
        width: 100% !important;
        margin: 0px;
    }
    .footer__blocks-wrapper {
        display: flex !important;
        flex-wrap: wrap;
    }
    .footer-block.grid__item.footer-block--menu {
        width: 44%!important;
        margin: 0px;
    }
    .footer-block--newsletter .newsletter-form .field {
        gap: 10px;
    }
    .footer__content-top {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .footer-block__newsletter .newsletter-text {
        font-size: 16px;
    }
    .footer .copyright__content, 
    .footer-block--menu .footer-block__details-content li a, 
    .footer-block.grid__item li span, 
    .footer__content-bottom-wrapper .simple-menu-list li a, 
    .footer-block__details-content p {
        font-size: 15px;
    }
    .footer-block-image {
        flex-wrap: wrap;
        margin: 0px !important;
        gap: 20px;
        text-align: center;
    }
    .footer-block__details-content .footer-block__image-wrapper, .footer-block__details-content p {
        width: 100%;
    }
    .footer-block__heading {
        margin-bottom: 12px !important;
    }
    .footer-block.grid__item ul {
        margin-bottom: 0px !important;
    }

    /* footer css end */

    /* header css start */
    .header .header-logo-menu {
        padding: 10px 15px !important;
    }
    .ofty-header-all {
        flex-direction: row !important;
        justify-content: end;
    }
    .header__heading-link {
        padding: 0px;
    }
    header-drawer .header__icon .icon-close {
        left: auto;
        right: 0vh;
    }
    .top-mega-menu .header__icon {
        top: 19px;
        right: 15%;
    }
    .list-menu .header__menu-item, .header__promo, .top-nav__link {
        font-size: 15px !important;
    }
    .top-nav {
        padding: 12px 15px !important;
    }
    h1.header__heading {
        border-right: none !important;
    }
    /* header css end */

    /* collection css start */
    .collection-list-title {
        text-align: center;
    }
    .collection-list-wrapper .slider-mobile-gutter {
        padding: 0px  15px;
    }
    .collection-list-wrapper .collection-list li {
        width: 100% !important;
        max-width: 100% !important;
    }
    .collection-list-subtitle {
        font-size: 18px !important;
    }
    .collection__title .subtitle {
        font-size: 18px;
    }
    /* collection css end */

    /* about sec css start */
    .home-about .image-with-text .image-with-text__content {
        padding: 5rem 0rem 0px;
        justify-content: start;
    }
    .home-about .image-with-text .image-with-text__content .icon-box {
        padding: 4px 0px;
    }
    .home-about .image-with-text__text.rte.body {
        font-size: 16px;
    }
    .home-about .image-with-text__text.image-with-text__text--caption {
        font-size: 18px;
    }
    .home-about .image-with-text .image-with-text__content .icon-box .icon-box__title {
        font-size: 16px;
    }
    /* about sec css end */

    /* collection page css start */
    .featured-collection--force-slider .slick-dots li button:before {
        font-size: 10px;
    }
    .featured-collection--force-slider .slick-dots li.slick-active {
        width: 80px;
        height: 16px;
    }
    .featured-collection--force-slider .slick-dots li {
        margin: 0 1px;
    }
    .product-grid-container ul li {
        width: 100% !important;
        max-width: 100% !important;
    }
    .mobile-facets__open-label,
    .mobile-facets__heading {
        font-size: 18px;
        color: #000 !important;
        font-weight: 600;
        font-family: "Archivo", sans-serif;
    }
    .mobile-facets__open .svg-wrapper svg path,
    .mobile-facets__close .svg-wrapper svg path {
        fill: #000 !important;
    }
    .mobile-facets__summary span,
    .mobile-facets__sort,
    .mobile-facets__sort .select__select {
        font-size: 16px !important;
        color: #000;
        font-family: "Archivo", sans-serif;
    }
    .select .svg-wrapper {
        right: 0px !important;
    }
    /* collection page css end */

    /* cart drawer css start */
    .cart-drawer .cart__ctas button {
        margin: 0px 0px 10px;
    }
    .cart-drawer .cart-item cart-remove-button {
        margin-left: 10px !important;
    }
    .cart-item__quantity-wrapper .button {
        min-width: 35px !important;
        min-height: 35px !important;
        padding: 12px !important;
    }
    /* cart drawer css end */
   
    /* cart page css start */
    body.cart cart-items .cart-items td {
        padding-left: 0px !important;
    }
    body.cart cart-items .cart-item>td+td {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    body.cart cart-items .cart-item {
        padding: 0px 15px;
    }
    body.cart cart-items .cart-items td.cart-item__quantity {
    padding-top: 0 !important;
    }
    .cart-item__name {
        font-size: 20px;
    }
    .product-option,
    .price--end {
        font-size: 18px !important;
    }
    /* cart page css end */

    /* product detail css start */
    variant-selects label {
        padding: 12px 21px !important;
        font-size: 16px !important;
    }
    .shopify-payment-button__button {
        font-size: 15px !important;
        padding: 10px 22px !important;
    }
    .jdgm-star.jdgm--on:before {
        font-size: 13px;
    }
  
    /* product detail css end */

    p.jm-text.jm-review-widget-minimal-header__title,
    .jm-text--align-center[data-v-6d928e9f]{
        font-size: 30px!important;
    }
    .related-products__heading{
        font-size: 30px;
    }
  
    /* why choose section css start */
    .why-choose-sec .multicolumn-list {
        padding: 0px !important;
    }
    .why-choose-sec .multicolumn-list li {
        width: 100% !important;
        max-width: 100% !important;
    }    
    .why-choose-sec .multicolumn-card__info .rte {
        font-size: 16px;
    }
    .why-choose-sec .title-wrapper-with-link .subtitle {
        font-size: 18px;
    }
    .why-choose-sec .multicolumn-card__image-wrapper {
        width: 80px;
        height: 80px;
    }
    /* why choose section css end */

    /* About Page css start */
    .about-img-text .image-with-text__text {
        font-size: 16px;
    }
    /* About Page css end */

    /* faq css start */
    .home-faq .accordion__title {
        font-size: 18px !important;
    }
    .home-faq .accordion__content {
        font-size: 16px;
    }
    /* faq css end */

    /* contact page css start */
    .contact-details .multicolumn-list__item {
        width: 100% !important;
        max-width: 100% !important;
    }
    .contact-details .multicolumn-list {
        justify-content: center;
    }
    /* contact page css end */

    /* policy page css start */
    .policy_text .rich-text__wrapper {
        width: 100% !important;
    }
    .policy_text .rich-text__blocks ul li,
    .policy_text .rich-text__blocks p {
    font-size: 16px;
    }
    /* policy page css end */

    /* collection page css start */
    body.list-collections .collection-list li {
        width: 100% !important;
        max-width: 100% !important;
    }
    /* collection page css emd */

    /* blog detail page css start */
    .article-template header {
        height: 220px;
    }
    .article-template header .circle-divider {
        font-size: 16px;
    }
    .article-template header .article-template__title {
        font-size: 24px;
    }
    /* blog detail page css end */

}
li#Slide-template--27418205782340__related-products-1:first-child {
  margin-left:0px;
}

.collection .slider-buttons {
    /* position: initial; */
    justify-content: space-between;
    top: 10%;
}
.collection .full-unstyled-link {
    letter-spacing: -0.1px;
    margin-top: 0.4rem;
    line-height: 1.6rem !important;
    font-size: 15px;
   font-weight:500;
}
.collection .slider-button.slider-button--prev,
.collection button.slider-button.slider-button--next 
{
    display: block;
}
.collection .slider-counter.caption {
    display: none;
}
.collection .slider-button .icon {
    height: 1.6rem;
}
.collection .slider-button.slider-button--prev, .collection button.slider-button.slider-button--next {
    display: block;
}
.collection .slider-button .icon path {
    fill: #083590;
}
.collection  .svg-wrapper {
   width: 25px;
    height: 25px;
}
.collection .slider-buttons {
  padding: 0px 20px;
}
.icon-box h3.icon-box__title {
    font-size: 16px;
}
.tmenu--wrap .tmenu_nav {
    flex-wrap: wrap;
    gap: 50px;
}

a.header__icon.header__icon--account.link.focus-inset.small-hide svg#Layer_1 {
    width: 23px;
}
.header__icons .header__icon--cart svg#Layer_1 {
    width: 35px;
}
a.header__icon.header__icon--account.link.focus-inset.small-hide span.svg-wrapper {
    width: 23px;
}
.tmenu_navbar {
   background-color: #f0f0f0;
}
.collection-table .title-wrapper-with-link {
    flex-direction: column-reverse;
    gap: 0px;
}
.collection-table .title-wrapper-with-link .title.inline-richtext.h1 {
    font-family: 'Teko';
    font-size: 31.2px;
    font-weight: 400;
}
.collection-table .title-wrapper-with-link p.subtitle {
    color: #000;
    margin: 0px;
    font-size: 16px;
}
.collection-table .media.media--transparent.media--adapt img.multicolumn-card__image {
    width: 100%;
}
.collection-table  .multicolumn-card__image-wrapper.multicolumn-card__image-wrapper--full-width.multicolumn-card-spacing {
    margin: 0px;
}
.collection-table .multicolumn-card__info h3.inline-richtext {
    font-family: 'Teko';
    font-size: 31.2px;
    font-weight: 400;
}
.collection-table .multicolumn-card__info .rte {
    margin-top: 0.5rem;
    color: #000;
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.collection-table .multicolumn-card__info .link {
    text-decoration: none;
    font-size: inherit;
    margin-top: 0.7rem;
    font-size: 15.5px;
    font-weight: 500;
    text-decoration: underline;
}
.collection-table .multicolumn-card__info .link span.svg-wrapper {
    display: none;
}
.collection-table  .multicolumn-card__info {
    padding-top: 15px !important;
}
.collection .collection__title.title-wrapper .title.inline-richtext {
    font-family: 'Teko';
    color: #111;
    letter-spacing: -1px;
    font-weight: 600;
    font-size: 31.2px;
    line-height: 30px;
}
.collection__description p {
    text-align: center;
    color: #000;
}

 .collection .grid.product-grid {
    gap: 6px;
}
.price__regular .price-item--regular {
    margin-right: 0;
    font-weight: 600;
    font-family: 'Poppins';
    font-size: 1.5rem !important;
}
@media (min-width:1200px)
{
    .collection .grid.product-grid .grid__item.slider__slide {
    width: 18.72%;
}
}
.tmenu_nav .tmenu_item, .tmenu_nav .tmenu_item .tmenu_item_link {
   font-family: 'Teko' !important;
}

.index .banner__box .banner__heading {
    font-family: 'Teko';
    font-size: 47px;
    font-weight: 500;
    line-height: 42px;
}
.index .banner__box .banner__text.rte.body p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}
.index .banner__box .banner__buttons a.button.button--secondary {
    background-color: transparent;
    border: 1px solid #fff;
    font-family: 'Teko';
    font-size: 24px;
    padding: 8px 24px 8px 24px;
    line-height: 32px;
}
@media (min-width:1200px)
{
   .index .banner--content-align-left.banner--desktop-transparent .banner__box {
    max-width: 40rem;
    margin-left: 12.666667%;
}
}
.footer-block__details-content .footer-block__image-wrapper, .footer-block__details-content p {
    width: 50%;
    margin: 0px;
    color: #000000;
    line-height: 1.3;
}
.footer img {
    filter: invert(1);
}
@media (min-width:768px) and (max-width:1180px)
{
    body .header__center-area {
    width: 90%;
    /* margin: 0 auto; */
    margin-left: -16px;
    margin-right: 0px;
}
.collection-table .title-wrapper-with-link p.subtitle {
   text-align: center;
}
.collection-table .title-wrapper-with-link .title.inline-richtext.h1 {
   text-align: center;
    width: 100%;
}

}
@media (min-width:768px) and (max-width:1024px)
{
  body .header__icons {
    width: auto;
    margin-left: 7px;
    margin-right: 7px;
}
body .header__search-input {
   width: 72%;
}
body .ofty-header-all {
  flex-direction: row-reverse;
}
.collection-table .grid--1-col-tablet-down .grid__item {
    width: 29%;
    max-width: 100%;
}
.collection-table .multicolumn-list:not(.slider) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.collection-table  .multicolumn-card__info {
   padding-left: 0px !important;
    padding-right: 0px !important;
}
.collection .grid.product-grid .grid__item.slider__slide {
    width: 33%;
}
}
.tmenu_item_mobile .tmenu_item_text {
    padding: 0!important;
    font-family: 'Teko' !important;
    font-size: 23.2px !important;
}
.tmenu_app_mobile .tmenu_item_mobile {
 border-bottom: 1px solid #0f0f0f;
}
@media (max-width:767px)
{
    .index .banner__box .banner__heading {
    font-family: 'Teko';
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
}
body .slideshow__text .banner__text.rte p {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
}
.slideshow__text.banner__box {
    padding-top: 190px;
    padding-bottom: 190px;
}
.collection-table .title-wrapper-with-link .title.inline-richtext.h1 {
   width: 100%;
    text-align: center;
}
.collection-table .title-wrapper-with-link p.subtitle {
  text-align: center;
}
.banner--content-align-mobile-left .banner__box {
    text-align: left;
    padding-left: 40px;
    padding-right: 64px;
    padding-top: 125px;
    padding-bottom: 125px;
}
.footer-block__details-content .footer-block__image-wrapper, .footer-block__details-content p {
    width: 100%;
}
}

@media (min-width:1200px)
{
    slideshow-component.slider-mobile-gutter {
    max-width: 1600px;
    margin: 0 auto;
}
.banner {

    max-width: 1600px;
    margin: 0 auto;
}
.top-mega-menu .tmenu_wrapper {

    max-width: 1600px;
    margin: 0 auto;
}
}

@media (min-width:1920px)
{
    .collection {
    max-width: 1600px;
    margin: 0 auto;
}
.collection .grid.product-grid .grid__item.slider__slide {
 margin-left: 0px;
}
}

body .collection  .slider-buttons {
  
    
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    pointer-events: auto;
    height: fit-content;
}
@media (min-width:768px) and (max-width:1180px)
{
    body .cta-banner {
    /* background: #F1F1F1; */
    padding-top: 23px;
    padding-bottom: 6px;
    -webkit-appearance: none;
}
}

.product-finishes h3 {
    display: none;
}
.product-finishes {
    display: flex;
    gap: 6px;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 9999;
    orphans: 2;
    order: -1;
}
.product-card-wrapper .card__heading {
    font-size: 15.2px;
    order: -1;
    margin-bottom: 12px;
}

/*-------- product page----*/
@media (min-width:1200px)
{
    .gallery-meadi-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.main_wrapper {
    display: flex;
    gap: 10px;
    flex: 0 0 13.666667%;
    max-width: 16.666667%;
    flex-direction: column;
}
.gallery-meadi-text .swiper.gallery-viewer {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.main_wrapper .swiper-wrapper {
    flex-direction: column;
    gap:15px;
}
.main_wrapper .swiper-wrapper .thumbnail-list__item {
 
    width: 99px !important;
    height: 99px !important;
    object-fit: cover;
}
}
.main_wrapper .swiper-slide-thumb-active img {
    border: 1px solid #2e63a8 !important;
}
.main_wrapper .swiper-wrapper .thumbnail img {
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid #e4e4e4;
}
.main_wrapper svg path {
    stroke: #000000;
}
.main_wrapper svg {
    transform: rotate(
90deg);
}
product-info#MainProduct-template--27291596587332__main {
    border-top: 1px solid #a9a9a9;
}
.product-media-container.constrain-height {
   width: 100% !important;
    border-radius: 0px;
}
.product__title {
  margin: 0px;
}
body .product__info-container>*+* {
    margin: .9rem 0;
}
.product-form__quantity .form__label {
    display: none;
}
.related-products__heading {
    margin: 0 0 3rem;
    text-align: center;
    font-family: 'Teko';
    color: #111;
    letter-spacing: -1px;
    font-weight: 600;
    font-size: 31.2px;
    line-height: 30px;
}
@media (max-width:767px)
{
.main_wrapper {
    display: none;
}
 .product__accordion.accordion.quick-add-hidden
    {
        display:block;
    }
    product-info#MainProduct-template--27291596587332__main {
    margin-top: 20px;
}
.product .page-width {
 padding: 0px 10px;
}
}

@media (min-width:1200px)
{
    .product__accordion.accordion.quick-add-hidden
    {
        display:none;
    }
}

.product-card-wrapper .card__heading {
    font-size: 15.2px;
    order: -1;
    margin-bottom: 12px;
     font-weight: 500;
}


/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDz8Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/teko/v23/LYjNdG7kmE0gfaJ9pRtB.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
/* latin-ext */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/teko/v23/LYjNdG7kmE0gfa19pRtB.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/teko/v23/LYjNdG7kmE0gfaN9pQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/teko/v23/LYjNdG7kmE0gfaJ9pRtB.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
/* latin-ext */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/teko/v23/LYjNdG7kmE0gfa19pRtB.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/teko/v23/LYjNdG7kmE0gfaN9pQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*-------- end product page----*/