/** Shopify CDN: Minification failed

Line 813:0 Unexpected "}"

**/
 @font-face {
    font-family: 'Americane';
    src: url("/cdn/shop/files/Americane-Regular.ttf?v=1691754194") format("truetype"),
      url("/cdn/shop/files/Americane-Regular_637c9993-9418-4a46-b160-128dd65580a4.woff?v=1691754194") format("woff"),
      url("/cdn/shop/files/Americane-Regular_84457358-5495-4f92-8f94-24ac2671cb6d.woff2?v=1691754194") format("woff2");
  }

 @font-face {
    font-family: 'Americane-Black';
    src: url("/cdn/shop/files/Americane-Black_7fa8571e-abcc-425a-bb52-75de545dcef9.ttf?v=1692097937") format("truetype"),
      url("/cdn/shop/files/Americane-Black_77754cbf-0986-4775-b4f8-591b5fbd1120.woff?v=1692097936") format("woff"),
      url("/cdn/shop/files/Americane-Black_b650fd36-3a5d-4f88-9857-75aab59f28b3.woff2?v=1692097936") format("woff2");
  }

h1,h2,h3,h4,h5,h6,div,span,p,a,ul,li {
  font-family: Americane !important;
}
:root {
    --scale: 1.4063;
    --size-l-1: calc(1rem*var(--scale));
    --size-l-2: calc(var(--size-l-1)*var(--scale));
    --size-l-3: calc(var(--size-l-2)*var(--scale));
    --size-l-4: calc(var(--size-l-3)*var(--scale));
    --size-l-5: calc(var(--size-l-4)*var(--scale));
    --size-l-6: calc(var(--size-l-5)*var(--scale));
    --size-l-7: calc(var(--size-l-6)*var(--scale));
    --size-s-0: 1rem;
    --size-s-1: calc(1rem/var(--scale));
    --size-s-2: calc(var(--size-s-1)/var(--scale));
    --size-s-3: calc(var(--size-s-2)/var(--scale));
    --base-font-size: 16px;
    --fluid-typography-ratio: 0;
    --rem: calc(var(--base-font-size) + var(--fluid-typography-ratio)*1vw);
    font-size: var(--rem)
}

/* Common Classes */

.page-width {
  max-width: 1280px;
  padding: 0 2rem;
  margin: auto;
}

@media only screen and (max-width: 719px) {
  .hide-on-mobile {
   display: none; 
  }

  .page-width {
    padding: 0 1rem;
  }
  
}

/* ============ section styling ============== */
.additional-bgcolor{
  background:var(--additional-bgcolor);
}

.section-inline-subtitle {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1.7px;
  font-family: 'Americane-Regular' !important;
  font-weight: 400;
  text-transform: initial;
}

.product-list-item-price {
  display: flex;
  gap: .7rem;
  align-items: center;
}

@media only screen and (max-width: 719px){
  .product-list-item-price {
    justify-content: center;
  }
}

.product-list-item-price .product-list-item-price--text {
  font-size: 16px;
  line-height: 26px;
  /* color: var(--shopify-editor-setting-footer-background-color); */
  color: rgb(0, 44, 109);
  text-transform: uppercase;
}

.product-list-item-price .price {
  font-size: 22px
}

.home-featured-collection-new .product-list-item-details .product-list-item-title,
.recommended-products .product-list-item-details .product-list-item-title{
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 1.6px;
  min-height: 25px;
}

.home-featured-collection-new .product-list-item-price .price,
.recommended-products .product-list-item-price .price{
  font-size: 20px;
  line-height: 26px;
}

.home-featured-collection-new .product-list-item-price .original,
.recommended-products .product-list-item-price .original,
.home-featured-collection-new .product-list-item .sale-badge,
.home-featured-collection-new article .sale-badge,
.recommended-products .product-list-item .sale-badge,
.recommended-products article .sale-badge{
  display:none;
}
  
@media (min-width: 720px){
  .section-inline-subtitle{
    font-size: 36px;
  }	
}



/* text-columns-with-images */

/* .text-columns-with-images .footer-style{
  color: var(--shopify-editor-setting-footer-accent-color);
  background-color: var(--shopify-editor-setting-footer-background-color);
} */

.text-columns-with-images .module-inner{
  max-width: 1260px;
  border-bottom: 2px solid #F8F8F8;
  overflow: hidden;
}

.text-columns-with-images .module-inner .home-inline-image{
  object-fit: contain!important;
  max-width: 60px!important;
}

.text-columns-with-images .module-inner .home-inline-text .rte{
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

@media (min-width: 720px){
  .text-columns-with-images .module-inner .module-inline-item {
    width: 25%;
  }
}

@media (max-width: 719px) {
  
  .text-columns-with-images .module-inner .home-inline-image{
    max-width: 50px!important;
  }
  
  .text-columns-with-images .module-inner .home-inline-text .rte{
    font-size: 14px;
    line-height: 18px;
  }
  .text-columns-with-images .home-inline-image {
    margin-bottom: 10px;
  }
  .module-container-parent .module-inner {
    display: flex;
    flex-wrap: wrap;
  }
  .module-container-parent .module-inner .module-inline-item {
    flex: 1 0 50%;
  }
}

/* image-with-text-icon-overlay */

.image-with-text-icon-overlay .image-with-text-overlay__content-wrapper{
  max-width: 900px;
}

.image-with-text-icon-overlay .image-with-text-overlay{
  border: 1px solid #000;
}

.image-with-text-icon-overlay .image-with-text-overlay__icon-wrapper {
  display: flex;
  align-items: center;
}

.image-with-text-icon-overlay .image-with-text-overlay__heading{
  font-size: 55px;
  line-height:1;
  letter-spacing:5px;
}

.image-with-text-icon-overlay .image-with-text-overlay__icon-wrapper .image-with-text-overlay__icon{
  max-width: 173px;
}

@media (min-width: 720px){
  .image-with-text-icon-overlay .image-with-text-overlay__content-wrapper{
    flex-direction:row;
  }
  .image-with-text-icon-overlay .image-with-text-overlay__heading{
    font-size:80px;
  }
}

@media (min-width: 920px){
  .image-with-text-icon-overlay .image-with-text-overlay__heading{
      font-size:110px;
    }
}

@media (max-width: 719px){
  .image-with-text-icon-overlay .image-with-text-overlay__content-wrapper{
    gap: 1rem;
  }
  
  .image-with-text-icon-overlay .image-with-text-overlay__icon-wrapper .image-with-text-overlay__icon{
    max-width: 80px;
  }
  .image-with-text-icon-overlay .image-with-text-overlay__heading {
    font-size: 40px;
  }
}


/* home-faq-new */

.home-faq-new .section-header{
  max-width: 1228px;
}

.home-faq-new .section-header__heading{
  font-size: 35px;
  line-height: 1;
  letter-spacing: 2px;
}

.home-faq-new .faq__section-wrapper{
  max-width: 1059px;
}

.home-faq-new .faq__section-wrapper .faq__details{
  padding: unset;
  border: unset;
}

.home-faq-new .faq__section-wrapper .faq__details .faq__summary{
  /* background-color: var(--shopify-editor-setting-header-background-color);
  color: var(--shopify-editor-setting-header-link-color); */
  padding: 16px 57px 16px 16px;
  border-radius: 20px;
  line-height: 1;
  letter-spacing: 2px;
}

.home-faq-new .faq__section-wrapper .faq__details .faq__answer{
  font-weight: 400;
  line-height: 1;
  letter-spacing: 2px;
  padding: 16px;
  border-radius: 20px;
  /* color:var(--shopify-editor-setting-footer-background-color);
  background: #A6EAFF; */
}

.pxs-faq-section .faq__section-wrapper .faq__details .faq__answer{
  display:none;
}

.home-faq-new.pxs-faq-section .faq__section-wrapper .faq__details .faq__answer{
  display:block;
}

.home-faq-new .faq__section-content details:not(:last-child) {
    margin-bottom: 16px;
}


.home-faq-new .faq__summary::before,
.home-faq-new .faq__summary::after,
.home-faq-new .faq__summary:hover::before,
.home-faq-new .faq__summary:hover::after{
  content:unset;
}

.home-faq-new .faq__summary{
  position:relative;
}

.home-faq-new .faq__summary .faq__summary-arrowicon{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}

.home-faq-new .faq__summary .faq__summary-arrowicon svg{
  width: 40px;
  height: 40px;
}

@media (min-width: 720px){
  .home-faq-new .section-header__heading{
    font-size: 50px;
  }
  .home-faq-new .faq__section-wrapper .faq__details .faq__summary{
    padding: 16px 134px 16px 37px;
    font-size: 20px;
  }
  .home-faq-new .faq__section-wrapper .faq__details .faq__answer{
    font-size: 20px;
    padding: 24px 37px 20px 37px;
    line-height: 120%;
  }
  .home-faq-new .faq__summary .faq__summary-arrowicon {
    right: 35px;
  }
  /* .home-faq-new .faq__summary .faq__summary-arrowicon svg{
    width: 68px;
    height: 68px;
  } */
}

/* image-with-text-new */

.image-with-text-new .image-with-text--text-wrapper .feature-title{
    line-height: 45px;
    letter-spacing: 5px;
    font-size: 55px;
    text-align: left;
}

@media (min-width: 720px){
  .image-with-text-new .home-full-width-feature-content{
    display: flex;
    align-items: center;
  }
  .image-with-text-new .image-with-text--text-wrapper{
    width: 30%;
  }
  .image-with-text-new .image-with-text--text-wrapper .feature-title{
    line-height: 90px;
    font-size: 110px;
    margin: unset;
  }
  .image-with-text-new .image-with-text--image-wrapper{
    width: 70%;
  }
}

/* home-featured-collection-new */



.home-featured-collection-new .dynamic-featured-collection{
  max-width: 1250px;
}

.home-featured-collection-new .collection-products,
.recommended-products .collection-products{
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.home-featured-collection-new .collection-products .product-list-item {
  margin-top: unset!important;
}

.home-featured-collection-new .collection-products .product-list-item,
.home-featured-collection-new .collection-products article,
.recommended-products .collection-products .product-list-item,
.recommended-products .collection-products article{
  background: white;
  border-radius: 20px;
  padding: 31px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.home-featured-collection-new .section-title{
  max-width: 100%;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 1.7px;
  font-family: 'Americane-Black' !important;
}

.home-featured-collection-new .collection-products--des-hide .swiper-button,
.home-collection-list-new .collection-list__deshide .swiper-button,
.recommended-products .collection-recommendedproducts--des-hide .swiper-button{
  width: 50px;
  height: 50px;
  background: #fa641e;
  border-radius: 50%;
}

.home-featured-collection-new .collection-products--des-hide .swiper-button:after,
.home-collection-list-new .collection-list__deshide .swiper-button:after,
.recommended-products .collection-recommendedproducts--des-hide .swiper-button:after{
  font-size: 12px;
  color: white;
}

.home-featured-collection-new .collection-products--des-hide .product-list-item-details{
  text-align: center;
}

.home-featured-collection-new .product-list-item-thumbnail img{
  width: 150px;
  height: 150px;
  object-fit: contain;
}

@media (max-width: 1250px) and (min-width: 720px){
  .home-featured-collection-new .section-title,
  .home-featured-collection-new .collection-products{
        padding: 0 15px;
  }
}

@media (min-width: 720px){
  .home-featured-collection-new .product-list-item-details,
  .recommended-products .product-list-item-details{
    text-align: left;
    max-width: 225px;
  }
  /* .home-featured-collection-new .collection-products .product-list-item {
    margin-right: 16px;
  } */
  .home-featured-collection-new .rows-of-4 .dynamic-featured-collection article,
  .recommended-products .collection-products.product-count-4 .product-list-item {
    width: calc(25% - 16px);
  } 
  .home-featured-collection-new .rows-of-3 .dynamic-featured-collection article,
  .recommended-products .collection-products.product-count-3 .product-list-item{
    width:  calc(33.3333333333% - 16px);
  }
  .home-featured-collection-new .rows-of-2 .dynamic-featured-collection article,
  .recommended-products .collection-products.product-count-2 .product-list-item {
    width:  calc(50% - 16px);
  } 
  .home-featured-collection-new .section-title{
     font-size: 48px;
     text-align:left;
  }
 /* .product-list-item-details .product-list-item-title {
    min-height: 90px;
  } */
  .home-featured-collection-new .collection-products--des-hide,
  .recommended-products .collection-recommendedproducts--des-hide{
    display:none;
  }
  /* New Settings */
  /* .home-featured-collection-new .collection-products{
    display: grid;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
  .home-featured-collection-new .rows-of-4 .collection-products{
    grid-template-columns: repeat(4,minmax(0,1fr));
  }
  .home-featured-collection-new .rows-of-3 .collection-products{
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
  .home-featured-collection-new .rows-of-2 .collection-products{
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .home-featured-collection-new .collection-products article{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%!important;
  } */
}

@media (min-width: 1024px){
  .home-featured-collection-new .product-list-item-details,
  .recommended-products .product-list-item-details{
    width: 225px;
  }
}

@media (max-width: 719px){
  .home-featured-collection-new .collection-products .product-list-item,
  .recommended-products .collection-products .product-list-item{
    padding: 20px !important;
  }
  .home-featured-collection-new .collection-products--mob-hide,
  .recommended-products .collection-recommendedproducts--mob-hide{
    display:none;
  }
}

/* home-collection-list-new */

.home-collection-list-new  .collection-list__wrapper {
grid-template-columns: minmax(0,1fr) minmax(0,1fr);
}

.home-collection-list-new .collection-list__wrapper-flex {
  display: flex;
  flex-wrap: wrap;
}

.home-collection-list-new .section__header .section__heading{
  max-width: 100%;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 1.7px;
}

.home-collection-list-new .section__header,
.home-collection-list-new .collection-list__wrapper{
  max-width: 1250px;
}

.home-collection-list-new .collection-list__wrapper li{
  padding: 20px;
  background: white;
  border-radius: 15px;
}

.home-collection-list-new .collection-list__wrapper-flex li{
  flex: 1 0 18%;
}

.home-collection-list-new .collection-card__info {
  margin-top: 5px;
}

.home-collection-list-new .collection-card__info .collection-card__title{
  font-size: 3vw;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: unset;
  font-family: 'Americane-Black' !important;
}

.home-collection-list-new .collection-card__info .collection-card__additionaltext{
  font-size: 2.8vw;
  line-height: normal;
  letter-spacing: 1px;
  color:#001E46;
}

.home-collection-list-new .collection-card__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.home-collection-list-new .collection-list__wrapper{
  grid-row-gap: 16px;
}

.home-collection-list-new .collection-card__wrapper img{
  width: 150px;
  height: 150px;
  object-fit: contain;
}

.home-collection-list-new .collection-card__wrapper-flex img{
  width: 150px;
  max-height: 150px;
  height: auto;
  object-fit: contain;
}

@media (max-width: 1250px) and (min-width: 720px){
  .home-collection-list-new .section__header,
  .home-collection-list-new .collection-list__wrapper{
      padding: 0 15px !important;
  }
}

@media (min-width: 720px){
  .home-collection-list-new .section__header,
  .home-collection-list-new .collection-list__wrapper{
    padding: unset;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .home-collection-list-new .collection-card__info {
    margin-top: 15px;
  }
  
   .home-collection-list-new .collection-list__wrapper li {
      padding: 31px;
   }
  .home-collection-list-new .section__header .section__heading{
     font-size: 48px;
     text-align:left;
      font-family: 'Americane-Black' !important;
  }
  .home-collection-list-new .row-of-4 .collection-list__wrapper {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .home-collection-list-new .collection-card__info .collection-card__title{
    font-size: 25px;
    font-family: 'Americane-Black' !important;
  }
  .home-collection-list-new .collection-card__info .collection-card__additionaltext {
    font-size: 20px;
  }
  .home-collection-list-new .collection-list__deshide{
    display:none;
  }
}

@media (max-width: 719px){
  .home-collection-list-new .collection-list__mobhide{
    display:none;
  }
  .home-collection-list-new .collection-list{
    padding-left:30px;
    padding-right:30px;
  }
  .home-collection-list-new .collection-list .collection-list__section-header,
   .recommended-products .section-title{
    padding:unset!important;
  }
}

/* announcement-bar-section */

.announcement-bar-section .header-promotion-text{
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
}

@media (min-width: 720px){
  .announcement-bar-section .header-promotion-text{
    font-size: 20px;
  }
}

/* Header */

header.site-header--nav-position-below .header-nav  .header-nav__tier-1{
  justify-content: center;
}

header .site-header__account-button::before,
header .site-header__cart-button::before,
header .site-header__account-button:hover::before,
header .site-header__cart-button:hover::before{
  content:unset;
}

.site-header__cart-count {
  display: flex;
  justify-content: center;
  background: #fa560a;
  height: 20px;
  width: 20px;
  justify-content: center;
  border-radius: 50%;
  margin-left: -.2rem;
}

@media (max-width: 719px){
   header.site-header--nav-position-below .site-header__wrapper[data-animation-state=open] .site-header__title {
    visibility: unset;
    opacity: 1;
  }
  header.site-header--nav-position-below .header-search-container,
  header.site-header--nav-position-below .site-header__search-button{
    display:none;
  }
}

@media (min-width: 720px){
  
  header.site-header--nav-position-below .header-nav {
    display:flex;
    padding: 0.1rem 30px 0.5rem;
  } 
  
 header.site-header--nav-position-below .site-header__title{
   flex-grow: 0;
 }
 header.site-header--nav-position-below .header-nav .header-nav__tier-1{
   width: 95%;
   margin-left: 40px;
 }
 header .header--bottomnav-deal-btn{
  font-size: 18px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  width: max-content;
  font-style: normal;
  margin-left: 10px;
  align-self: center;
}
  }
  header .site-header__cart-button,
  header .site-header__account-button{
    position: relative;
  }

header .site-header__cart-button {
  top:-4px;
}

  header .site-header__account-button .site-header__account-text {
    width: auto;
    height: auto;
    bottom: 0;
    clip: unset;
    margin: unset;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-family: Americane-Regular!important;
    text-transform: capitalize;
    line-height: 1;
    font-size: 16px;
    font-weight: 400;
  } 

  header .site-header__cart-button .site-header__cart-text {
    width: auto;
    height: auto;
    bottom: 0;
    clip: unset;
    margin: unset;
    left: 42%;
    transform: translateX(-50%);
    color: white;
    font-family: Americane-Regular!important;
    text-transform: capitalize;
    line-height: 1;
    font-size: 16px;
    font-weight: 400;
    bottom: -9px;
  }

  header .site-header__staticsearch-wrapper{
  width: 100%;
  max-width: 600px;
  margin: auto;
  overflow: hidden;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid white;
  border-radius: 20px;
  background: white;
  height: 46px;
  margin-left: 20px;
  margin-right: 20px;
}

@media only screen and (max-width: 719px){
  header .site-header__cart-button .site-header__cart-text{
    display: none;
  }

  header .site-header__staticsearch-wrapper{
    display:none;
  }
  
}

header .site-header__staticsearch-wrapper .site-header__search-button[data-animation-state=open]::after{
  content:unset;
}

header .site-header__staticsearch-wrapper .site-header__search-button{
  padding: unset;
}

header .site-header__staticsearch-wrapper .header-search-container,
header .site-header__staticsearch-wrapper .header-search-container .header-search__form{
  position: unset;
  background: transparent;
}

header .site-header__staticsearch-wrapper .header-search-container .header-search__input{
  width: 100%;
  color: black;
  background: transparent;
}

header .site-header__staticsearch-wrapper .header-search__input::placeholder {
    color: black;
}
}

@media (min-width: 1024px){
  header.site-header--nav-position-below .header-nav .header-nav__tier-1-item{
    font-size: 18px;
    font-family: Americane-Regular!important;
  }
}

/* Footer */

body .footer-section {
  font-weight: 400;
}

.footer-section .main-footer .footer-columns{
  flex-wrap: wrap;
}

.footer-section  .main-footer .footer-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 900;
  margin-bottom: 20px;
}

.footer-section .contact-info-wrapper .contact-info-wrapper--heading{
  margin-bottom: 30px;
} 

.footer-section .contact-info-wrapper .contact-info-wrapper--heading p{
  font-size: 17px;
  line-height: 1;
  margin: auto;
}

.footer-section .footer-link-list.social-icons ul li a span{
  display:none;
}

.footer-section .footer-link-list.social-icons ul{
  display:flex;
  flex-wrap: wrap;
}

.footer-section .footer-link-list.social-icons ul li{
  margin-right: 20px;
}

.footer-section .footer-link-list.social-icons a:before{
  font-size: 25px;
  margin-right: 30px;
  font-weight: 400;
  margin-top: unset;
  transform: translateY(-50%);
}

.footer-section .footer-link-list.social-icons .icon-facebook {
  padding: 8px;
}

.footer-section .footer-link-list.social-icons .footer-social-icons--text{
  margin-top: 10px;
}

.footer-section .main-footer .footer-link-list.menu ul li,
.footer-section .main-footer .footer-link-list.about ul li,
.footer-section .contact-info-wrapper .contact-info-wrapper--text p{
  margin: auto;
}

.footer-section .sub-footer__row{
  gap: 15px;
}

.footer-section .sub-footer__row .copyright{
  display: flex;
  flex-direction: column;
}

@media (min-width: 720px){
  .footer-section .main-footer .footer-columns {
    flex-direction:row;
  }
  .footer-section .main-footer .footer-columns .footer-link-list {
    flex-basis: 33.3333%!important;
    width: 33.3333%;
    text-align: left;
    margin-bottom: 10px;
  }
  .footer-section .main-footer .footer-title {
    text-align: left;
  }
}

@media (min-width: 1020px){
  .footer-section .main-footer .footer-title {
     font-size: 1rem;
  }
  .footer-section .main-footer .footer-link-list.menu ul li,
  .footer-section .main-footer .footer-link-list.about ul li,
  .footer-section .contact-info-wrapper .contact-info-wrapper--text p,
  .footer-section .contact-info-wrapper .contact-info-wrapper--heading p{
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
  }
  .footer-section .contact-info-wrapper .contact-info-wrapper--heading p{
    font-size: 20px;
  }
  br {
    display: block;
    height: .5rem; 
  }
}

@media (max-width: 719px){
  .footer-section .footer-link-list.social-icons ul{
    justify-content:center;
  }
  .footer-section .footer-columns .footer-link-list.about ul,
  .footer-section .footer-columns .footer-link-list.menu ul,
  .footer-section .footer-columns .footer-link-list.contact-info-wrapper ul{
    display: flex;
    flex-direction: column;
  }

  .footer-section .footer-columns {
    flex-direction: row;
  }

  .footer-columns .footer-link-list {
    flex: 1 0 50%;
    width: 50%;
  }

  .footer-section .footer-link-list.social-icons ul li {
    margin-right: 10px;
  }

  .footer-section .footer-link-list.social-icons .icon-facebook {
    padding: 4px;
  }
  .footer-section .footer-columns .footer-link-list ul li:before{
    content:unset;
  }
}

/* ======================== Product Page =========================*/

.main-content {
  max-width: 100%;
  padding: unset;
  margin: auto;
}

.breadcrumbs {
  margin-top: 30px;
}

.product {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  grid-gap: 50px 30px;
}
.recommended-products{
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

.product .product__quantity-atc-container .add-to-cart{
  width: 100%;
}

.product .product__quantity-atc-container .add-to-cart .product-form-submit-wrap,
.product .product__quantity-atc-container .add-to-cart .shopify-payment-button{
  max-width: 367px;
}

.product .product__quantity-atc-container .add-to-cart .shopify-payment-button .shopify-payment-button__button {
  border-radius: 5px;
  background: #0033ff;
}

.product .add-to-cart .add-to-cart__button{
  border-radius: 20px;
  font-size: 30px;
  line-height: 26px;
  font-style: normal;
}

.product .product-price .price{
  font-size: 30px;
  line-height: 32.5px;
}

.product .product-price .price .original{
  font-size: 20px;
  font-weight: 400;
  font-family: 'Americane-Regular' !important;
}

.product .product__quantity-wrapper .product-quantity-label{
  font-size: 25px;
  line-height: 25px;
}

.product .product__quantity-wrapper .input-field {
  font-size: 30px;
}

.product .product__grid-top{
  justify-self: flex-start;
  margin-top: 1rem;
}

.product .product__grid-top .product__title{
  text-align: left;
  font-size: 35px;
  line-height: 1;
  letter-spacing: 2.8px;
}

.product .product-options {
  margin-top: 30px;
}

.product .product-options .input-field-title{
  font-size: 25px;
  line-height: normal;
}

.product .product-options .input-checkbox-wrapper{
  margin-top: 10px;
}

.product .product-options .input-checkbox-wrapper .input-checkbox-title{
  border-radius: 20px;
  border: 1px solid #001E46;
  color: #000000;
  font-size: 20px;
  line-height: 26px;
  padding: 10px 20px;
}

.product .product-options :checked + .input-checkbox-title{
   background: var(--additional-bgcolor);
}

.product-bottomwrapper{
  background: var(--additional-bgcolor);
  padding-top: 38px;
  padding-bottom: 38px;
  margin-top: 10px;
}

.product-bottomwrapper .product-bottomwrapper--description{
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  color: #000000;
  font-size: initial;
  border: 3px solid #0033FF;
  border-radius: 40px;
  padding: 20px;
}

.product-bottomwrapper .product-bottomwrapper--description h1, h2, h3, h4, h5, h6{
  color: #000000;
} 

.product .product__grid-bottomstart{
  grid-column: span 1;
  justify-self: start;
  max-width: 640px;
}

.product .product__text_customstyle {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-right: auto;
  align-items: center;
}   

.product .product__text_customstyle p {
  width: calc(50% - 10px);
  position:relative;
  margin-left: 10px;
  color: #000000;
  margin-right: 0;
}

.product .product__text_customstyle p:before {
  position: absolute;
  content: '';
  width: 3px;
  height: 80%;
  background: #0033FF;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  min-height: 45px;
}

.product .product__text_customstyle p:last-child {
  margin-bottom: 1rem;
}
 
.product .product__text_customstyle p:empty {
  display: none;
} 

.product .product__grid-left .product-gallery .product-gallery--media-thumbnail img{
    max-width: 70px;
    width: 65px;
    height: 65px;
    object-fit: contain;
    border: 3px solid #0033FF;
    border-radius: 50%;
    padding: 5px;
  }

@media (max-width: 1020px){
  .product-bottomwrapper {
      padding-left:15px;
      padding-right:15px;
  }
}

@media (min-width: 720px){
  .product .product__grid-bottomstart{
    grid-column: span 2;
  }
  .product .product__text_customstyle p {
    flex: 0 1 30%;
    margin: 0 0 1.5rem 0.8rem;
  }
  .product .product-price .price{
    font-size: 40px;
  }
  .product .product__grid-left .product-gallery{
    display: flex;
    flex-direction: row-reverse;
    height: auto;
    align-items: center;
    gap: 10px;
  }
  .product .product__grid-left .product-gallery .product-gallery--viewport{
     flex-shrink: 0;
     width: 75%;
   }
   .product .product__grid-left .product-gallery .product-gallery--navigation{
     /* overflow: auto;
     max-height: 450px;
     margin-top: unset; */
     -ms-overflow-style: none;  /* IE and Edge */
     scrollbar-width: none;  /* Firefox */
     max-height: 380px;
     flex-direction: column;
     height: 370px;
     justify-content: flex-start;
     
   }
  .product .product__grid-left .product-gallery .product-gallery--navigation .product-gallery--media-thumbnail{
    margin-left: 2px;
    margin-bottom: 5px;
  }
  .product .product__grid-left .product-gallery .product-gallery--media-thumbnail img{
    max-width: 50px;
    width: 50px;
    height: 50px;
    object-fit: contain;
    border: 2px solid #0033FF;
    border-radius: 50%;
    padding: 5px;
  }
  .product .product__grid-left .product-gallery .product-gallery--navigation::-webkit-scrollbar {
    /* display: none; Hide scrollbar for Chrome, Safari and Opera */ 
    width: 10px;
  }
  .product .product__grid-left .product-gallery .product-gallery--navigation::-webkit-scrollbar-track { 
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
  .product .product__grid-left .product-gallery .product-gallery--navigation::-webkit-scrollbar-thumb {
    background: #a9a9a9; 
    border-radius: 10px;
  }
}

/* ---------------------- contact form block ---------------------------- */
.contact-form-wrapper-parent {
  max-width: 640px;
  width: 100%;
  margin: 30px auto 0;
  border-top: 1px solid #ededed;
}

.contact-form-wrapper-parent .input-wrapper {
  margin: 15px 0;
}

.contact-form-wrapper-parent label {
  font-size: 1.4rem;
}

.contact-form-wrapper-parent .contact-label label {
   font-size: 2rem;
}

/* recommended-products  */

.recommended-products{
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top:unset;
}

.recommended-products .collection-products{
  margin: 0 auto
}

.recommended-products .section-title{
  font-size: 30px;
  line-height: 1;
  letter-spacing: 1.7px;
  padding: 0 30px;
  font-family: 'Americane-black' !important;
} 

.recommended-products .product-list-item-thumbnail .product-list-item-image{
  width: 150px;
  height: 150px;
  object-fit: contain;
}


@media (min-width: 720px){
  .recommended-products{
    padding: 85px 0;
  }
  .recommended-products .section-title{
    font-size: 50px;
  } 
}

@media (max-width: 719px){
  .recommended-products{
    padding-left:15px;
    padding-right:15px;
  }
}

/* slide-show-new */

.slide-show-new .flickity-button{
  top: 50%!important;
  transform: translateY(-50%);
}

@media (max-width: 719px){
  .slide-show-new .slideshow-slide__desimage-wrapper{
    display:none;
  }
}

@media (min-width: 720px){
  .slide-show-new .slideshow-slide__mobimage-wrapper{
    display:none;
  }
}

/* Collection Page */

body.template-collection {
   background:var(--additional-bgcolor);
}

.collections .product-list-item-details {
  width: 100%;
}

.collections .collection__mainwrapper .collection__action-wrapper{
  margin: 0 30px 20px;
  padding: 20px 10px;
  border-radius: 20px;
  height: 100%;
  background: #f9f9f9;
  flex-direction: column-reverse;
}

.collections .collection__mainwrapper .collection-products article {
  display: flex;
  background: white;
  border-radius: 20px;
  margin-bottom: 20px;
  width:100%;
  flex-wrap: wrap;
  justify-content: center;
  padding: 25px!important;
}

.collections .collection__mainwrapper .collection-products article img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media only screen and (max-width: 719px){
  .collections .collection__mainwrapper .collection-products article img {
    width: 65%;
  }
}

.collections .collection--metafield-wrapper{
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-wrap: wrap;
  max-width: 550px;
  /* margin: auto; */
  width: 100%;
}

@media (max-width: 719px) {
  .collections .collection--metafield-wrapper {
    display: none;
  }
}

.collections .collection--metafield-wrapper .collection--metafield-content {
  flex: 0 1 40%;
}

.collections .collection--metafield-wrapper .collection--metafield-content:empty {
  display:none;
}

.collections .collection--metafield-content-wrapper p {
  position: relative;
  color: #000;
  text-align: justify;
  margin: 0.5rem 1rem;
}

.collections .collection--metafield-content-wrapper p:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 80%;
  background: #0033FF;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.collections .product-list-item-title{
  letter-spacing: 1.6px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.collections .product-list-item-price,
.collections .collection--metafield-wrapper{
  margin-top: 10px;
}

.collections .collection--product-view-btn{
  background: #0033FF;
  border-radius: 50px;
  width: 100%;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: normal;
  margin-top:20px;
  font-family: Americane-Black;
  font-weight: 900;
  font-style: normal;
}

.collections .sale-badge{
  display:none;
}

@media (min-width: 720px) and (max-width: 1230px){
  .collections .collection--product-view-btn{
    font-size: 12px;
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media (min-width: 720px){
  .collections .collection__mainwrapper{
    display: flex;
    max-width: 1280px;
    margin: auto;
  }
  .collections .collection__mainwrapper .collection__action-wrapper{
    width: 25%;
    position: sticky;
    top: 200px;
  }

  .collections .collection__filters-wrapper {
    height: 100%;
    max-height: 600px;
    overflow: auto;
  }
  .collections .collection__mainwrapper .collection-page__filters-active-and-collection-products-wrapper{
    width: 100%;
  }
  .collections .collection__mainwrapper .collection-products{
    /* width: 76%; */
    padding: unset;
    margin: auto 30px auto 0px;
  }
  .collections .collection__mainwrapper .collection__action-wrapper .collection__filters{
    flex-direction:column;
  }
  .collections .product-list-item-thumbnail{
    width: 25%;
  }
  .collections .product-list-item-details{
    width: 70%;
    padding-left: 40px;
  }
  .collections .product-list-item-price{
    align-items: baseline;
  }
  .collections .product-list-item-title{
    margin-top: unset;
    text-align: left;
    font-size: 22px;
  }
}

.collections .collection-filters__details-wrapper-new .collection-filters__filter[data-animation-state=open] {
  width: 100%;
  height: auto;
  max-height: 150px;
  position: unset;
  min-width: auto;
}

.collections .collection-filters__details-wrapper-new .collection-filters__filter-group ,
.collections .collection-filters__details-wrapper-new .collection-filters__filter{
  background: transparent;
  border: unset;
}

.collections .collection-filters__details-wrapper-new .collection-filters__filter .checkmark{
  width: 20px;
  height: 20px;
  border-radius: 7px;
}

.collections .collection-filters__details-wrapper-new .collection-filters__filter .checkmark[data-animation-state=unchecked],
.collections .collection__mainwrapper .collection-sort .select-wrapper.collection-sort__wrapper{
  border-color: #969696;
}

.collections .collection-filters__details-wrapper-new .collection-filters__filter .checkmark[data-animation-state=checked]{
  box-shadow: inset 0 0 0 30px #ddd;
  border-color: #ddd;
}

.collections .collection-filters__details-wrapper-new .collection-filters__filter-group-title{
  font-size: 22px;
  color: #002c6d;
}

.collections .collection-filters__details-wrapper-new .collection-filters__filter-list-item-text{
  color: #969696;
}

.collections .collection__mainwrapper .collection-filter-wrapper,
.collections .collection__mainwrapper .collection-filters__details-wrapper-new,
.collections .collection__mainwrapper .collection-sort{
  width: 100%;
}

.collections .collection__mainwrapper .collection-sort{
  margin-bottom:20px;
}

/* .collections .collection__mainwrapper .collection-sort .collection-sort__label{
  color: #002c6d;
} */

.collections .collection__mainwrapper .collection-filter-wrapper{
  --closed-filter-height: auto!important;
}

@media only screen and (max-width: 719px){
  .collections .collection__mainwrapper .collection__action-wrapper{
    margin: 0 30px 0px;
    padding: 0px 10px;
    border-radius: 0px;
    height: 100%;
    background: #f9f9f9;
    flex-direction: column-reverse;
  }
  .collection-products {
    padding: 0 30px;
    margin: 20px 0 50px;
  }
}

/* ========================= Filter Mobile menu ============================= */
@media only screen and (min-width: 720px) {
  .desktop-hide {
    display: none;
  }
}
@media only screen and (max-width: 719px) {
  
  .mobile-hide {
    display: none;
  }
  
  .container {
    max-width: 1050px;
    width: 90%;
    margin: auto;
  }
  
  .navbar {
    width: 100%;
    box-shadow: 0 1px 4px rgb(146 161 176 / 15%);
  }
  
  .navbar .menu-items {
    display: flex;
  }
  
  .navbar .nav-container a:hover{
      font-weight: bolder;
  }
  
  .nav-container {
    display: flex;
    position: relative;
    height: 60px;
    z-index: 1;
    align-items: center;
  }
  
  .nav-container .checkbox {
    position: absolute;
    display: block;
    height: 32px;
    width: 32px;
    top: 20px;
    left: 20px;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
  }
  
  .nav-container .hamburger-lines {
    display: block;
    height: 26px;
    width: 32px;
    position: absolute;
    top: 17px;
    left: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .nav-container .hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #0e2431;
  }
  
  .nav-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
  }
  
  .nav-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
  }
  
  .nav-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
  }
  
  .navbar .menu-items {
    padding-top: 75px;
    /* box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5); */
    height: 100%;
    width: 100%;
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
    margin-left: -40px;
    padding-left: 2px;
    transition: transform 0.5s ease-in-out;
    text-align: center;
    /* background-color: #f9f9f9; */
  }
  
  .navbar .menu-items .menu-items-container {
    background-color: #f9f9f9;
    padding: 10px 15px;
  }
  
  .nav-container input[type="checkbox"]:checked ~ .menu-items {
    transform: translateX(0);
  }
  
  .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
    transform: rotate(45deg);
  }
  
  .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
    transform: scaleY(0);
  }
  
  .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
    transform: rotate(-45deg);
  }


}

/* UPDATED CSS - ADDED BY geek_dev */
.product-list-item , .collection-card {
  transition: box-shadow 0.3s ease;
}
.product-list-item:hover, .collection-card:hover {
  cursor: pointer;
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.2);
  transition: box-shadow 0.3s ease;
}
.smart-payments .button:not(:disabled) {
  transition: background-color 0.3s ease;
}
.smart-payments .button:not(:disabled):hover {
    color: #fff;
    border-color: #fa560a;
    background-color: #fa560a;
    transition: background-color 0.3s ease;
}

@media (max-width: 480px)  {
  .collection-header-wrapper {
    margin: 20px auto;
  }
  .breadcrumbs {
      display: none;
  }
}
#trustpilot-widget-trustbox-0-wrapper {
    position: relative !important;
    z-index: 1 !important;
}

/* CUSTOM BLOG GRID */
.blog-posts.custom-blog-posts.clearfix {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    margin-bottom: 5rem;
}
.blog-posts.custom-blog-posts::before, .blog-posts.custom-blog-posts::after {
  display: none;
}
.blog-posts.custom-blog-posts {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 3rem;
}
.blog-posts.custom-blog-posts .blog-post-title {
    font-family: 'Americane-Black';
    font-size: 1.1rem;
    line-height: 1.2;
    margin-top: 10px;
}
.blog-posts.custom-blog-posts .blog-post-title a {
  color: #03f !important;
  font-family: 'Americane-Black' !important;
}
.blog-posts.custom-blog-posts .blog-read-more a {
    border-bottom: 2px solid transparent;
    color: #001e46;
    cursor: pointer;
    margin-right: 1.25rem;
    padding-bottom: 1px;
    text-decoration: none;
    font-family: 'Americane-Black' !important;
    text-transform: uppercase;
}

.blog-posts.custom-blog-posts .blog-read-more a:hover {
    border-bottom: 3px solid #fa641e!important;
}

.blog-posts.custom-blog-posts .blog-read-more a::after {
    content: " →";
}

.blog-posts.custom-blog-posts .post-meta.meta img {
    width: 100%;
}
.custom-article-grid-item:first-child {
  margin-bottom: 50px;
}
.custom-article-grid-item:first-child .article-inner {
    display: flex;
    flex-flow: row wrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 1310px;
    justify-content: right;
}
.custom-article-grid-item:first-child .post-content {
    flex: 0 0 85%;
    margin-bottom: -8.6875rem;
    background: #fff;
    max-width: 85%;
    padding: 36.73893px;
    position: relative;
    top: -5.6875rem;
    z-index: 1;
}
.custom-article-grid-item:first-child .blog-post-title {
  font-size: 1.4rem;
  line-height: 1;
  text-transform: uppercase;
}

.custom-article-grid-item .post-meta.meta:hover {
    cursor: pointer;
}
  .blog-posts.custom-blog-posts .blog-post-title {
      text-transform: normal;
  }
  .custom-article-grid-item:first-child .blog-post-title {
    text-transform: uppercase !important; 
  }

@media (min-width: 768px) {
  .blog-posts {
      padding: 2rem;
      padding-bottom: 3rem;
  }

  .blog-posts.custom-blog-posts {
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
  }
  .custom-article-grid-item:first-child {
    grid-column: span 2; /* Span two columns for the first child */
  }
  .custom-article-grid-item:first-child .post-content {
      flex: 0 0 55%;
      top: -10.6875rem;
  }

  .custom-article-grid-item:first-child .article-inner {
      display: flex;
      flex-flow: initial;
      margin-left: auto;
      margin-right: auto;
      max-width: 100%;
      flex-direction: column;
      width: 100%;
      justify-content: normal;
  }
  header.post-meta.meta {
      max-height: 300px;
      overflow: hidden;
  }
  .custom-article-grid-item:first-child .post-content {
    flex: 0 0 50%;
    top: -6.6875rem;
    max-width: 50%;
    align-self: end;
  }
  
}

@media (min-width: 992px) {
  header.post-meta.meta {
    max-height: 500px;
    overflow: hidden;
  }
  .blog-posts {
      padding: 2rem 4rem;
  }
}

@media screen and (min-width: 90.0625em) {
  .blog-posts.custom-blog-posts .blog-post-title {
      font-size: var(--size-l-2);
      line-height: 1;
      margin-top: 10px;
  }
  .custom-article-grid-item:first-child .blog-post-title {
      font-size: var(--size-l-3);
      line-height: .96 ;
  }
}

/* Custom blog post page */
.article-list-item .page-title {
    line-height: 1;
    font-size: 2.2rem;
    font-family: 'Americane-Black' !important;
    text-transform: uppercase;
}
.article-list-item {
    padding: 2rem 1rem;
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
    max-width: 1200px;
}

.blog-title-wrapper {
  text-align: center;
}
.article-list-item .read-time {
    border-bottom: 3px solid transparent;
    color: #001e46;
    cursor: pointer;
    margin-right: 1.25rem;
    padding-bottom: 1px;
    text-decoration: none;
    font-family: 'Americane-Black' !important;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    margin-top: 3rem;
}

.article-list-item .read-time:hover {
    border-bottom: 3px solid #fa641e!important;
}

.article-list-item .read-time::after {
    content: " →";
}

.blog-post.article-list-item p:not(.read-time) , .article-list-item .post-content {
    font-family: 'Americane-Regular' !important;
    font-weight: 400;
    font-size: 0.8rem;
    color: #000;
    max-width: 100%;
    margin-right: 0;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}
.article-list-item .post-content img {
  width: 100%;
}
.blog-post.article-list-item a {
    font-family: 'Americane-Black' !important;
    color: #000 !important;
}
.blog-post.article-list-item span {
  font-family: 'Americane-Regular' !important;
}
.blog-post.article-list-item h3, .blog-post.article-list-item h3 > span {
    font-family: 'Americane-Black' !important;
    color: #001e46;
    font-size: 1rem;
    max-width: 100%;
    margin-right: 0;
}
.blog-post.article-list-item ul {
  max-width: 100%;
  margin-right: 0;
}
.blog-post.article-list-item li {
    color: #000;
    font-weight: 400;
    font-family: 'Americane-Regular' !important;
}

.featured-image.contained-featured-image {
    max-width: 100%;
    width: 100%;
}
.article-list-item .post-content h2 , .article-list-item .post-content div {
    max-width: 100%;
}
.article-list-item .post-content h2 {
    font-size: 1.8rem;
}
.blog-posts.custom-blog-posts {
    padding-top: 6rem !important;
}
@media (min-width: 718px) {

  .article-list-item .post-content {
      width: 100%;
      padding-left: 0;
  }
  .article-list-item .read-time {
      font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .rte.post-content {
    font-size: 1rem;
}
  .blog-post.article-list-item p:not(.read-time), .article-list-item .post-content {
    font-size: 1rem;
}
  .article-list-item .post-content {
    padding: 0 8rem;
  }
  .article-list-item .page-title {
    line-height: 1;
    font-size: var(--size-l-4);
    line-height: 0.8;
    font-family: 'Americane-Black' !important;
    text-transform: uppercase;
  }
  .article-list-item .read-time {
    margin-top: 1rem;
  }
  .article-list-item .read-time {
      font-size: 0.8rem;
      margin-bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  .blog-title-wrapper {
      padding: 0 6rem;
  }
}

@media screen and (min-width: 90.0625em) {
  .article-list-item .page-title {
    font-size: var(--size-l-5);
    line-height: .8;
  }
    .rte.post-content {
      font-size: 1.5rem;
  }
    .blog-post.article-list-item p:not(.read-time), .article-list-item .post-content {
      font-size: 1.5rem;
  }
  .blog-post.article-list-item h3, .blog-post.article-list-item h3 > span {
      font-family: 'Americane-Black' !important;
      color: #001e46;
      font-size: 1.5rem;
      max-width: 100%;
      margin-right: 0;
  }
}

/* SINGLE POST PAGINATION */
.single-post-pagination {
    margin: 0;
    max-width: 100%;
    border-top: 2px solid #03f;
    padding: 3rem 0;
}
.single-post-pagination {
    width: 100%;
    max-width: 1200px;
    padding: 2rem;
    margin: 0 auto;
}
.pagination-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pagination-wrapper .button {
    background: transparent;
    color: #03f;
    font-size: 0.8rem;
    font-style: normal;
    font-family: 'Americane-Black' !important;
    line-height: 1;
    letter-spacing: 0;
    padding: 0;
}

.pagination-wrapper .hide-mobile {
  display: none !important;
}
.pagination-wrapper .button:before {
    display: none !important;
}
.pagination-wrapper .button:after {
    display: none;
}
.pagination-wrapper img {
    width: 40px;
}
.pagination-wrapper .button:not(.back-to-blogs) {
    display: flex;
    align-items: center;
}

.pagination-wrapper .next-post.button {
    text-align: right;
}

.pagination-wrapper .next-post.button img {
    margin-left: 10px;
}

.pagination-wrapper .previous-post.button img {
    margin-right: 10px;
}

.back-to-blogs-wrapper {
  display: flex;
  justify-content: center;
}

.back-to-blogs {
    background: linear-gradient(145deg,#fa641e,#fa641e);
    border-radius: 3.125rem;
    color: #fff;
    display: inline-block;
    font-size: 16.41527px;
    font-weight: 900;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Americane-Black' !important;
    font-style: normal;
    padding: 9.38015px 22.6687px;
}
.back-to-blogs:hover {
  color: #fff;
  opacity: 0.9;
}
.pagination-wrapper .button:hover {
  opacity: 0.9;
}
@media (min-width: 768px) {
  .back-to-blogs.hide-desktop {
    display: none !important;
  }
  .pagination-wrapper .back-to-blogs {
    display: inline-block !important;
  }
  .pagination-wrapper img {
      width: 60px;
  }
}

@media (min-width: 992px) {

}

/* Newsletter section */
.footer_newsletter--wrapper input.input-field.inline-field-input {
    border-radius: 3.125rem;
    border: 2px solid #fff;
    font-family: 'Americane-Black' !important;
    text-transform: uppercase;
    font-size: 1rem;
    color: #a6eaff;
    padding: 23px;
    height: 3.125rem;
    width: 100%;
}
.footer_newsletter--wrapper input.inline-field-submit.button.secondary {
    background: linear-gradient(145deg,#fa641e,#fa641e);
    border-radius: 3.125rem;
    color: #fff;
    display: inline-block;
    font-size: 16.41527px;
    font-weight: 900;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0;
    font-family: 'Arial';
    font-style: normal;
    background: transparent;
    border: 2px solid #fff;
    padding: 8px;
    width: 100%;
}

.footer_newsletter--wrapper input.inline-field-submit.button.secondary:hover {
 background: #fa641e;
 border: 2px solid #fa641e;
 color: #fff;
}

.footer_newsletter--wrapper .footer_newsletter--content h3 {
    color: #fff !important;
    font-family: 'Americane-Black' !important;
    font-size: 1rem;
}
.footer_newsletter--wrapper .footer_newsletter--content p {
    font-size: 0.9rem;
    margin-bottom: 0;
}
.footer_newsletter--content {
    text-align: center;
}

@media (min-width: 720px) {
  .footer_newsletter--wrapper #contact_form {
    display: flex;
    align-items: center;
  }
  .footer_newsletter--wrapper input.inline-field-submit.button.secondary {
    width: 160px;
  }
  .footer_newsletter--wrapper input.input-field.inline-field-input {
    height: 2.6rem;
  }
  .footer_newsletter--wrapper input.inline-field-submit.button.secondary {
    font-size: 18.41527px;
  }
  .footer-columns.footer_newsletter--wrapper {
      width: 600px;
      margin: 0 auto;
  }
}

/* Page Banner Section */
.template-blog .page-title, .template-blog .breadcrumbs {
  display: none;
}
.section-page-banner {
    background-color: #002C6D;
    background-size: cover!important;
    height: 100vh;
    display: flex;
    width: 100%;
    align-items: center;
}
.banner-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.banner-icons .icon {
    width: 4.0625rem;
    margin-right: 5px;
    height: 4.0625rem;
}

.banner-icons {
    display: flex;
    flex-direction: row;
}

.banner-icons .icon img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.banner-text, .banner-text h1 {
    color: #fff;
}
.banner-wrapper {
    padding: 0 2rem;
}

.banner-wrapper .banner-title {
  font-size: 3rem !important;
  width: 100%;
  line-height: .83;
  margin-bottom: 24.42748px;
  font-family: 'Americane-Black' !important;
}
.banner-text p {
    font-family: 'Americane-Regular';
    font-weight: 400;
    font-size: 1rem;
}
/* Subtitle Grade Metafield */
.flex-wrap-grade {
  display: flex;
  
}

.subtitle-collection-text {
  border-radius: 100%;
  color: #001e46;
  display: flex;
  gap: .7rem;
  align-items: center;
  
}

.grade-letter {
  background: #a6eaff;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 100%;
  text-align: center;
  font-size: 15px;
  padding: 15px;
  margin-inline-end: 10px;
  gap: .7rem;
  height: 30px;
  width: 30px;
  color: #001e46;
}

@media only screen and (max-width: 600px) {
  .flex-wrap-grade {
     display: flex;
     justify-content: center;
  } 
  
}

@media print, screen and (min-width: 40em) {
  .banner-wrapper {
    padding: 0 2rem;
    display: flex;
    justify-content: flex-start;
}
  .banner-content {
    width: 600px;
  }
  .section-page-banner {
    background-position: 100%;
  }
  .banner-wrapper .banner-title {
    font-size: 5rem!important;
  }
}
@media screen and (min-width: 90.0625em) {
  .section-page-banner {
    height: 800px;
  }
  .banner-wrapper .banner-title { 
    font-size: 6rem!important;
    margin-bottom: 60px;
  }
  .banner-text p {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}