/** Shopify CDN: Minification failed

Line 457:28 Expected "}" to go with "{"

**/



/* what more app label instagrams reels app  */

.css-guqpes,
.whatmore-root .swiper-button-prev,
.whatmore-root .swiper-button-next,
.mps-sn-brand-icon
{
  display:none !important;
}

/* Toast Notification */

/* Toast Notification */


/* mega menu */
.mega-menu__images {
  display: flex;
  gap: 20px;
}

.mega-menu__image-column {
  flex: 1;
  max-width: 50%;
}

.mega-menu__image {
  width: 100%;
  height: auto;
  object-fit: cover;
}


/* mega menu  */

/* Whatmore app */


/*======== Oh Hover ATC product grid  */




/* ===========On Hover ATC Product grid */


/* feature collection shopify font */

.product-grid .full-unstyled-link
{
  font-size:1.6rem;
  
}

.product-grid .card__content,
.product-grid .card__information
{
  padding:0.4em 0.8rem !important;
}

.price-item.price-item--regular
{
  font-family: 'twentieth-century', sans-serif; 
}

.product-grid .card__media .media img
{
    border-radius:8px;
}

/*Featured Collection  Shopify Font Size,Product img radius  */


/* Mobile / Desktop Slider */

#shopify-section-template--24729752764705__slideshow_UE3Gr7
  {display: none;}

#shopify-section-template--24729752764705__slideshow_PVEr6H
{
  display:block;
}
/*  */

/*  Feature Collection custom */


/**********************************/
.custom-collection-grid {
  width: 90%;
  max-width: 1200px;
  margin: 40px auto;
}

.custom-collection-grid__title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2em;
  font-weight: 600;
}

.custom-collection-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 30px;
}

.custom-collection-tab {
  padding: 12px 20px;
  border: 1px solid #ddd;
  border-radius: 25px;
  margin: 5px 10px 5px 0;
  cursor: pointer;
  font-size: 16px;
  background-color: white;
  transition: background-color 0.3s ease;
}

.custom-collection-tab.active,
.custom-collection-tab:hover {
  background-color: #f0f0f0;
}

.custom-collection-grid__products {
  display: grid;
  gap: 30px;
}

.custom-collection-grid[data-columns="3"] .custom-collection-grid__products {
  grid-template-columns: repeat(3, 1fr);
}

.custom-collection-grid[data-columns="4"] .custom-collection-grid__products {
  grid-template-columns: repeat(4, 1fr);
}

.custom-collection-grid[data-columns="5"] .custom-collection-grid__products {
  grid-template-columns: repeat(5, 1fr);
}

.custom-collection-products {
  /* display: none; */
   display: contents;
  height: auto;
  
}
.custom-collection-products[style*="display: grid"] {
    display: block;
}

.custom-product-item {
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.custom-product-item:hover {
}

.custom-product-item__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.custom-product-item__image {
  width: 100%;
  height: auto;
  border-radius: 25px;
  display: block;
}

.custom-product-item__title {
  font-size: 1.6rem;
  margin-top: 15px;
  font-weight: 500;
  text-align: left;
}

.custom-product-item__price {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 8px;
  text-align: left;
}

.custom-product-item__variants {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}

.custom-product-item__variant {
  padding: 8px 16px;
  border-radius: 6px;
  margin: 5px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  background-color: transparent; 
}

.custom-product-item__variant.selected,
.custom-product-item__variant:hover {
  background-color: #f0f0f0;
  border-color: #666;
}

.custom-product-item__age-group {
  margin-top: 10px;
  font-size: 0.9em;
  text-align: left;
}

.toast-message {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 15px 25px;
  border-radius: 8px;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.toast-message.show {
  opacity: 1;
}

/* Header Menu Same Row ==================================*/


.header {
    display: inline-block;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}

.header__heading {
    flex: 1; /* Logo on the left */
}

.header__menu {
    flex: 2; /* Center navigation */
    text-align: center;
}

.header__icons {
    flex: 1; /* Right-side icons */
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}

.header__icons .search,
.header__icons .account {
    cursor: pointer;
}
.header__heading a {
  display: flex;
  align-items: center;
  max-width: 150px; /* Adjust width if needed */
}

 
/*  */
.header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100%;
  padding: 10px 20px;
  flex-wrap: nowrap;
}

.header__menu {
  flex: 1;
  display: flex;
  justify-content: center;
}

.header__icons {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* Header Menu Same Row ============================*/





@media (max-width: 1024px) { 
  .custom-collection-grid__products {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .custom-collection-tabs {
    overflow-x: auto;
    white-space: nowrap;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
  }
  .custom-collection-tab {
    margin-right: 10px;
  }
  .custom-product-item__title,
  .custom-product-item__price {
    font-size: 1.4rem;
  }
  .custom-product-item__image {
    border-radius: 20px;
  }
  
}

@media (max-width: 768px) { 
  .custom-collection-grid__products {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .custom-collection-tabs {
    overflow-x: auto;
    white-space: nowrap;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch; 
  }
  .custom-collection-tab {
    margin-right: 10px;
  }
  .custom-product-item__title,
  .custom-product-item__price {
    font-size: 1.2rem;
  }
  .custom-product-item__image {
    border-radius: 15px;
  }

  /* SMobile Desktop Home SlideShow Hiding */


  #shopify-section-template--24180354285931__slideshow_cHhgr8
  {display: block;}

  #shopify-section-template--24729752764705__slideshow_UE3Gr7
{
  display:none;
}
  
  /* Mobile Desktop Home SlideShow */
}


/*******************************/

/*  Featured collection custom */



/* Featured Hover link underline none */

@media screen and (min-width: 990px) {
    .underline-links-hover:hover a {
                text-decoration-color: #2f06012b !important;
    }

/*  */

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

.product__info-container .product-form__input--pill input[type="radio"] + label {
  border-radius: unset !important;
  box-shadow: inset 0 0 0 0.1rem rgb(var(--color-border));
  border-color: #d2d5d9 !important;
  min-width: 4rem;
  min-height: 4rem;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  line-height: 1;
}
.product__info-container .quantity:after {
  box-shadow: unset;
}
.product__info-container .quantity__button {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  color: #212326;
  background-color: #2123260f !important;
}
.product__info-container .product__title h1 {
  font-size: calc(var(--font-heading-scale) * 2.6rem);
  letter-spacing: 0.06rem;
  line-height: 1.3;
}

.product__info-container .price__regular
{font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 0.13rem;
    line-height: 1;
}


.product-form__input .form__label {
    padding-left: 0;
    text-transform: uppercase;
}

.product__info-container .accordion .accordion__title 
{
font-size: 1.3rem;
text-transform: uppercase;
letter-spacing: .3rem;
font-weight: 400;
color: #212326;
}
/*=======================  */


/* ====================== ATC in Featured Collection =================== */




/* ============== ATC  in Featured Section======================= */




/* Footer 2 column Mobile */

@media (max-width: 767px)
{
.footer__blocks-wrapper{
display: flex !important;
}
.footer__blocks-wrapper > div {
width: 49% !important;
margin-top: 0 !important;
  max-width: 49% !important;
}
}

/* Footer 2 column Mobile */