/** Shopify CDN: Minification failed

Line 228:0 Unexpected "}"
Line 782:1 Unexpected "/"

**/
@media(min-width:1200px){
#s--template--21732489494841__16265529277430f275 .col-6.col-md-1-5 {
    max-width: 16%;
    flex-basis: 16%;
}
  .header__bottom {
    background-color: #bb133e;
    max-width: unset !important;
}

.footer  .footer__links.start > span.footer__title {
    grid-column-start: 1;
    grid-column-end: 5;
    margin-bottom: 0 !important;
}

.footer  .footer__links.start > a {
    margin: 0;
}

.footer  span.footer__title {
    font-size: 26px;
    font-weight: 400;
}

.footer  .footer__block:has(.icon-link) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content:center
}

.footer  .footer__block:has(.icon-link) span.footer__title {
    display: none;
}

.footer  .footer__block:has(.icon-link) div {
    display: flex;
    align-items: center;
    column-gap: 24px;
}

  .svg-icon {
    margin-top: -1rem;
}

  .swatches__holder {
    margin-left: 1.75rem !important;
    display: flex;
    align-items: center;
}
  .form-subscribe {
    padding-left: 8.5rem !important;
}
}

@media(max-width:767px){
  .footer  .footer__links.start {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    row-gap: 16px;
    column-gap: 15px;
}

.footer  .footer__links.start > span.footer__title {
    grid-column-start: 1;
    grid-column-end: 3;
    margin-bottom: 0 !important;
}

.footer  .footer__links.start > a {
    margin: 0;
}

.footer  span.footer__title {
    font-size: 26px;
    font-weight: 400;
}

.footer  .footer__block:has(.icon-link) {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer  .footer__block:has(.icon-link) span.footer__title {
    display: none;
}

.footer  .footer__block:has(.icon-link) div {
    display: flex;
    align-items: center;
    row-gap: 24px;
    flex-direction: column;
}

.layout__content.row > .footer__block:nth-child(1) {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%;
}

.layout__content.row > .footer__block:nth-child(2) {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
}

.footer .footer__block:has(.icon-link) div a.icon-link svg {
    height: 30px !important;
    width: 30px !important;
    max-height: unset;
}

  .mobile-submenu-label i.uil.uil-bars {
    background: #bb133e;
    padding: 6px;
    color: white;
    border-radius: 7px;
    font-size: 26px;
}
}


.add-to-cart-product {
    text-align: end;
    margin-top: -30px;
    font-size: 25px;
}
.add-to-cart-product form button.btn {
    background: #fff;
    border: 1px solid #002147;
    border-radius: 5px;
    padding: 5px;
    color: #002147;
}


.product__row .product__page--info .shopify-product-form .product__swatches {
    display: flex;
    justify-content: space-evenly;
    flex-direction:row;
}

.form-subscribe{
  background:#e5e5e5;
  margin-top:-32px;
  padding: 12px;
}

form.newsletter-form {
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items: center;
    margin-bottom: 6px;
    gap:4rem;
}

.flex-column > label {
    font-size: 24px;
    color: #002147 !important;
    font-weight: bold;
}

.flex-column > p {
    color: #a9a9a9e0 !important;
}

input#email {
    width: 25%;
    height: 40px;
    border: 1.5px solid #002147;
    padding: 10px;
    font-size: 18px;
    outline: none;
    color: black;
    border-radius: 4px;
}

.form-subscribe input[type="submit"] {
    
    padding: 8.5px 30px;
    background:#a41136;
    color: white;
    font-size: 18px;
    position: relative;
    right: 8rem;
    border-radius: 4px;
    border: 1.5px solid #002147;
}


img.star-img {
    position: absolute;
    top: 1px;
    
}

@media (min-width: 800px) and (max-width: 1200px){
input#email {
    width: 35%;
    margin-right: -6rem;
}
  .form-subscribe input[type="submit"]{
    right:0rem;
  }
  
}

@media (max-width: 800px) 
.form-subscribe input[type=submit]{
  right: 1rem;
}
form.newsletter-form{
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 0rem;
}

}

@media (max-width:1100px){
  .flex-column{
    margin-left: 4rem;
}
}

@media (max-width:850px){
  .form-subscribe input[type="submit"]{
    right:5rem;
  }
  input#email {
    width: 65%;
    margin: auto;
}
}

@media (max-width:500px){
  /* input#email {
    width: 63%;
} */
  .form-subscribe input[type="submit"] {
    right: 1.5rem;
    padding: 10px 26px;
    font-size: 16px;
}
  .flex-column {
    margin-bottom: -11px;
    text-align: center;
}
  
  #shopify-section-top-info-bar .col-12.col-md.middle.center.block--barTextMarquee.center-md {
    height: auto !important;
}

  line-height: 25px !important;

  .section__heading--heading h2 {
    font-size: 25px !important;
    width: max-content !important;
    left: -1rem !important;
}

  div#s--template--21983084314937__section_featured_collection_Rawj6y {
    margin-top: -5rem;
}


  img.star-img {
    left: 0rem;
}

  .quantity--input {
    margin-top: 8px;
    border-radius: 4px;
    overflow: hidden;
    display: flex !important;
    color: var(--inputContent);
    border: 1.5px solid #002147;
    position: absolute;
    top: 46rem !important;
    right: 4rem !important;
    padding: 1px 2px !important;
}

  .logo-img img {
    width: 52vw !important;
}

  #product_form_8772880269625 h1.h-reset.product__title.product__title--ppTitle.font__family--title.font__size--medium.margin__bottom--reduced {
    font-size: 25px;
}
}


div#shopify-section-top-info-bar .layout__boxed {
    max-width: 100% !important;
}

header.page__header.page__header--desktop.row {
    max-width: 100%;
}

@media (min-width: 1000px) and (max-width: 1100px){
  a.button-meta {
    background: white;
    padding: 12px 30px;
    text-decoration: none;
    color: #bb133e;
    border-radius: 4px;
    position: relative;
    bottom: -149px;
    right: -38rem;
    font-size: 1.5rem;
}
  
.icon-meta img {
    width: 4vw;
    height:auto;
}
  
  .row-meta {
    background-color: #bb133e;
    padding: 1rem;
    display: flow;
    
}


  
  .col-meta {
    margin-left: 7rem;
    margin-top: -2rem;
}
  .col-pri-meta {
    margin-left: 9rem;
    
}

  .quantity--input {
    top: 16.5rem !important;
    right: 6rem !important;
}

  .shopify-payment-button__button--branded .shopify-cleanslate {
    top: -48px;
    right: -230px !important;
}

  .product__atc .button {
    max-width: 29% !important;
}
}

@media (min-width:900px){
  img.star-img {
    position: absolute;
    top: 5px;
    left: 7rem;
}

  .footer  .footer__links.start {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: 15px;
    gap:12px;
}
}

.quantity--input {
    margin-top: 8px;
    border-radius: 4px;
    overflow: hidden;
    display: block;
    color: var(--inputContent);
    border: 1.5px solid #002147;
    position: absolute;
    top: 14.5rem;
    right: 16rem;
    padding: 0 2px;
}

.quantity--input__button {
    display: inline-block;
    padding: 4px 12px;
    font-size: var(--baseFontSize);
    line-height: var(--baseFontSize);
    border-radius: 4px;
    background: #002147;
    color: white;
}

.quantity--input__input {
    width: 77px;
    text-align: center;
    -moz-appearance: textfield;
    border: 0;
    border-radius: 0;
    font-size: var(--baseFontSize);
    line-height: var(--baseFontSize);
    -webkit-appearance: none;
    border: none;
    background: white;
}

.quantity--input__input{
  padding: 3px 8px !important;
}

.shopify-payment-button__button--branded .shopify-cleanslate {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    position: absolute;
    top: -48px;
    right: -157px;
}

.shopify-cleanslate .jjzYeefyWpPZLH9pIgyw {
    min-height: 40px !important;
    background: #bb133e !important;
    border: 1px solid #bb133e !important;
}

.shopify-payment-button {
    flex-basis: 30% !important;
}

.product__atc .button {
    flex-grow: 1;
    max-width: 24%;
    flex-basis: 0;
    -webkit-box-flex: 1;
    background: white;
    border: 1px solid #002147;
    color: #002147;
    border-radius: 4px;
}

.shopify-cleanslate .DnvZqPMEvBFbBre5UuP9:hover:not(.LVeInvZ5HcNOW1Zsn7NH) {
    background: #002147 !important;
    border-color: #002147 !important;
}

.shopify-cleanslate .kqsiVA9Jf8LJAbxw8Bau, .shopify-cleanslate .kqsiVA9Jf8LJAbxw8Bau * {
    cursor: pointer !important;
    color: white;
}

@media only screen and (max-width: 767px){
.product__atc .quantity--input {
    width: auto !important;
    margin-right: 0px;
} 
}

@media only screen and (max-width: 1100px){
 .product__row .product__page--info .shopify-product-form .product__swatches {
    display: flex;
    flex-direction: column;
}
}

@media (min-width:767px) and (max-width:999px){
  .quantity--input {
    top: 13.5rem;
    right: 4rem;
}
  .product__atc .button {
    max-width: 39%;
}

  .shopify-payment-button__button--branded .shopify-cleanslate {
    top: -48px;
    right: -160px;
}
  .product__title {
    font-size: 26px;
}
}

.shopify-cleanslate .jjzYeefyWpPZLH9pIgyw {
    border-radius: 5px;
}

@media (min-width: 867px) and (max-width: 999px){
.quantity--input {
    top: 18.7rem;
    right: 4rem;
}
}

@media  (max-width:767px){
  .quantity--input {
    top: 57.5rem;
    right: 6rem;
    padding: 1px 2px;
    display: flex;
}
}

@media  (max-width:600px){
 .shopify-payment-button__button--branded .shopify-cleanslate {
    top: -57px !important;
    right: -200px !important;
}
  .product__atc .button {
    max-width: 28% !important;  
}
}

@media  (max-width:700px){
.quantity--input {
    top: 59.5rem;
    right: 6rem;
    padding: 1px 2px;
    display: flex;
}
  #s--info-badges {
    padding-left: 56px !important;
}
}

div#incart__d854e2e5-0407-425c-a4e5-b83395175e1f {
    position: relative;
    top: -8.7rem;
    font-size: 12px;
    right: -10rem;
}

div#watching__bb2feb81-b892-4352-9ce4-bae899af58fc {
    position: relative;
    top: -7rem;
    font-size: 12px;
}

.col-12.max-width.unflex.tab__container.tab__container--product.no-gap {
    margin-top: -5rem;
}

.info-badge__icon {
    color: var(--accentColor) !important;
}

#s--info-badges {
    max-width: 100%;
    padding-left: 90px;
}

#shopify-section-footer > div > div.layout__content.row > div.col-6.col-md.col-md-3.footer__block.start.top > div > a:nth-child(4) {
    position: relative;
    top: 13px;
}

a.icon-link {
    margin-right: 20px;
}

.minicart .quantity--input {
    margin-top: 8px;
    border-radius: 4px;
    overflow: hidden;
    display: inline-flex !important;
    border: 1.5px solid #002147;
    position: relative;
    top: 1.5rem !important;
    right: 0rem !important;
    padding: 1px 2px;
}

.template--blog .layout__boxed .row.start.middle.s__content.layout__content .col-md-4 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.template--blog  .blog-raj {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 18px;
    row-gap: 15px;
    border-bottom: 1px solid #808080a8;
    padding-bottom: 1.5rem;
}

.template--blog  .bcard__img--ratio {
    flex: 1;
}

.template--blog .bcard__info.inherit {
    margin-top: 0 !important;
}


@media(max-width:767px){
    .template--blog  .blog-raj {
    grid-template-columns: repeat(1,1fr);
}
.template--blog .layout__boxed .row.start.middle.s__content.layout__content .col-md-4 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
}
 @media (max-width:380px){
    .logo-img img {
    width: 42vw !important;
}
   header.page__header.page__header--mobile.hide-desktop {
    height: 14.5vh;
}
  }

 @media (max-width:400px){
   .quantity--input {
    top: 44.5rem !important;
}
 }


 @media (min-width:767px) and (max-width:1000px){
      .row-meta {
    padding-left:6rem;
    justify-content: flex-start;
}
    }


a.collection__card--title.font__family--title.font__size--base:hover {
    color: #bb133e;
}

a.collection__card--title.font__family--title.font__size--base {
    color: #002147;
}

#shopify-section-template--21983084314937__img_with_text_wD6pqk h2 {
    font-size: 2.5rem;
    color: #002147;
  margin-bottom:0px;
}

@media (max-width:480px){

  
  .gravity-button {
    width: 160px !important;
}
  
  .shopify-payment-button__button.shopify-payment-button__button--branded {
    top: -3.5rem !important;
    right: -9rem !important;
}

  .shopify-payment-button__more-options {
    margin-top: -1em !important;
}
  
  .info-badge {
    padding: 16px 24px !important;
}

  
  .product__title {
    font-size: 24px;
}
}

button.shopify-payment-button__more-options.BUz42FHpSPncCPJ4Pr_f {
    width: max-content;
}

.filter__group-title {
    border-bottom: 1px solid #8080808c;
    padding-bottom: 10px;
}

a.filter__tag.filter__tag--text.filter__collection {
    font-size: 1rem !important;
    display: flex;
    gap: 1rem;
    align-items: center;
}


.filter__bar select {
    padding-right: 0 !important;
}


.card__reviews--empty {
    color: gold !important;
}

.breadcrumb {
    font-size: 15px !important;
    text-align: left;
}

.pagination__page--current, .pagination__page--current:hover {
    color: #002147 !important;
    background: #efefef !important;
    font-weight: bold;
}

.breadcrumbs {
    border-bottom: 1px solid #80808087;
    padding-bottom: 5px;
}

@media only screen and (min-width: 768px) {
    .product__list .col-md-3 {
        flex-basis: 25% !important;
        max-width: 25% !important;
    }

  .template--collection .col-md-3 {
    flex-basis: 20%;
    max-width: 20%;
}

  .template--collection .row--product-list {
    gap: 2rem;
}
}



.tab__holder .tab--product, .featured-tabs__tab {
    background: #efefef;
    border-radius: 3px;
}

.tab--product.tab--active, .featured-tabs__tab.tab--active {
    background: #002147 !important;  
}

#blog-space h2.h-reset.font__family--title {
  margin-bottom:15px;
}

#blog-space nav.breadcrumb.inherit {
    padding: 12px 0;
    border-bottom: 1px solid #8080809c;
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
}


.bcard__title {
    color: #002147 !important;
    font-size: 20px;
}

.filter__tag--text {
    color: #b7b7b7e8;
    font-weight: 600!important;
}

.product__title {
    color: #002147;
}


.gravity-button {
    padding:10px !important;
    background-color: black !important;   
}

.button-content span {
    color: white !important;
}
 /------

 /* --- Custom Search Dropdown Style (Final Version) --- */

/* 1. Make the header a positioning container for the dropdown */
.page__header--desktop {
  position: relative;
  z-index: 101; /* Keeps header above content, but below our new dropdown */
}

/* 2. We don't need the full-screen dark overlay */
.search__overlay {
  display: none !important;
}

/* 3. Reposition and hide the main search container using transform */
.search__container--abs {
  position: absolute;
  top: 100%; /* Position it directly below the parent header */
  left: 0;
  width: 100%;
  height: auto;
  
  /* HIDE the container by default */
  visibility: hidden;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  z-index: 100;
}

/* 4. THIS IS THE KEY: SHOW the container when the 'focused' class is added */
.search__container--abs.focused {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

/* 5. Style the search box itself for a clean look */
.search__container--wrapper {
  background-color: #ffffff;
  padding: 2rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #e5e5e5;
  transform: none; /* Override any transform from the original theme */
  width: 100%;
}

/* 6. Adjust the search results box to fit */
.search__results--abs {
    position: relative;
    box-shadow: none;
    border-top: none;
}/* Hide stars and adjust logo size on mobile */
@media screen and (max-width: 768px) {
  /* Center the logo container */
  .header__logo--element-width {
    width: 100%;
    text-align: center;
    padding: 10px 0; /* Add some vertical spacing */
  }

  /* Target the specific mobile logo image to override inline styles */
  .logo--mobile-available img {
    width: 200px !important; /* You can adjust this value */
    max-width: none !important; /* Remove any max-width constraint */
    height: auto !important;
  }

  /* Hide the star images */
  img.star-img {
    display: none !important; /* This will hide the stars */
  }
}
/*
 * Cart Quantity Button Alignment Fix
 * This code centers the buttons and input field based on your theme's classes.
 */
.cart__quantity {
    display: flex;
    justify-content: center;
    align-items: center;
}

.quantity--input {
    display: inline-flex;
    align-items: center;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    overflow: hidden;
}

.quantity--input__button {
    background-color: #f9fafb;
    border: none;
    cursor: pointer;
    padding: 8px 12px;
}

.quantity--input__button:hover {
    background-color: #f3f4f6;
}

.quantity--input__input {
    width: 40px;
    text-align: center;
    border: none;
    border-left: 1px solid #e5e7eb;
    border-right: 1px solid #e5e7eb;
    padding: 8px 0;
}
/* .shopify-payment-button__button.shopify-payment-button__button--branded {
    top: -3rem;
    right: -10rem;
} */


  