/** Shopify CDN: Minification failed

Line 264:2 Unexpected "}"

**/


/* CSS from section stylesheet tags */
.collection-slider {
  padding: 2rem 11rem;
}

.collection-slider__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
  border-bottom: #f7f7f7 1px solid;
}

.collection-slider__title {
  font-size: 3.5rem;
  font-weight: bolder;
  margin-bottom: 10px;
}

.collection-slider__nav {
  display: flex;
  gap: 0.5rem;
}

.collection-slider__nav button {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 1rem 1.5rem;
  cursor: pointer;
  font-size: 2.2rem;
  border-radius: 4px;
}

.collection-slider__track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 3.2rem;
  scroll-behavior: smooth;
}
  .collection-slider__track {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}

.collection-slider__track::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.collection-slider__item-background {
  background-color: #fff; /* Change this to your desired default color */
  overflow: hidden; /* Ensures the zoom doesn't overflow */
  padding: 1rem;
  border-radius: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
  
.collection-slider__item {
  flex: 0 0 auto;
  width: 225px;
  scroll-snap-align: start;
  text-align: center;
  text-decoration: none;
  color: inherit;
}

.collection-slider__image {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 16px;
  background-color: #f2f2f2;
  margin-bottom: 0.5rem;
  display: block;
  transition: transform 0.3s ease;
}

  .collection-slider__item:hover .collection-slider__image {
  transform: scale(1.05); /* Slight zoom effect */
}


@media screen and (max-width: 768px) {
  .collection-slider {
  padding: 2rem 1.5rem;
}
  .collection-slider__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
  padding-left: 0;
}
  .collection-slider__item {
    width: 140px;
  }
  .collection-slider__title {
    font-size: 2.25rem;
  }
  .collection-slider__track {
  gap: 3rem;
}
}
.data-gallery-wrapper {
    padding: 2% 7%;
  }
  .section-data {
    display: flex;
    flex-direction: column;
    width: 60%;
  }
  
  .section-data h2 {
    font-size: 3.9rem;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.2;
  }

  .section-data span {
    font-size: 1.75rem;
    line-height: 1.3;
  }

  .data-info-banner {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    margin-top: 5rem;
    flex-wrap: nowrap;
    background-color: #C9F0FF;
    border-radius: 20px;
    height: 225px;
  }

  .data-information {
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    padding: 30px;
  }
  
  .data-information .gallery-data {
    width: 33.3%;
    padding: 0 20px;
}

  .gallery-data {
    flex-direction: column;
    gap: 0.5rem;
    align-items: center; /* Vertically centers items */
    justify-content: center; /* Horizontally centers items (optional) */
  }

  .gallery-data-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }

  .gallery-data-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 700;
  }

  .gallery-data-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #000;
  }

  .gallery-data-content p {
    font-size: 1.75rem;
    line-height: 1.3;
  }

.data-image {
    margin-top: -175px;
    margin-right: -25px;
}

  @media screen and (max-width: 1199px) {
  .data-image {
    display: none;
  }
}

@media screen and (max-width: 749px) {
  .section-data {
    width: auto;
  }
  .section-data h2 {
    font-size: 3rem;
  }
  .data-info-banner {
    flex-direction: column;
    height: auto; /* Allow height to expand */
    margin-top: 1rem;
  }

  .data-information {
    flex-direction: column;
    flex: 1 1 100%;
    padding: 20px;
  }

  .gallery-data {
    width: 100%;
    padding: 15px 0;
  }

  .data-information .gallery-data {
    width: 100%;
  }

  .data-image {
    display: none; /* Optionally hide on mobile */
  }

  .gallery-data-header {
    flex-direction: row;
    align-items: center;
  }

  .gallery-data-title {
    font-size: 2rem;
  }

  .gallery-data-content p {
    font-size: 1.65rem;
  }

  .gallery-data-icon {
    width: 20px;
    height: 20px;
  }
}




    
  }
.custom-footer-wrapper {
  padding: 30px 8rem;
}
  .custom-footer {
  background-color: #f8f8f8;
  padding: 20px 20px 10px 20px;
}
 .custom-footer a{
   text-decoration: none;
   font-size:1.6rem;
       color: #333;
 } 
.custom-footer-block-store-information__item {
  display: flex;
  align-items: center;
  gap: 10px; /* spacing between icon and text */
  margin-bottom: 8px;
}

.custom-footer-block-store-information__item__icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  stroke: currentColor;
}

.custom-footer-block-store-information__item__content {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.4;
}
.custom-footer-block .h5 {
    font-size: calc(var(--font-heading-scale) * 1.6rem);
    font-weight: 700;
  }
.copyright__content {
  font-size: 1.1rem;
}
.copyright__content a {
  font-size: 1.1rem;
  
}
/* Center the copyright text */
.custom-footer__content-bottom-wrapper {
  text-align: left;
}

.custom-footer__copyright {
  display: inline-block;
}
/* Make middle links list items inline with spacing */
.custom-footer__content-middle ul.custom-footer__column__bottom-links {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px; /* space between links */
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Style links */
.custom-footer__content-middle ul.custom-footer__column__bottom-links li a {
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
}  
.custom-footer__content-middle{
  margin-top: 40px;
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
/* add hover effect */
.custom-footer a:hover {
  text-decoration: underline;
}

.custom-footer__bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 20px 0;
}

.footer__payment-icons img {
  height: 24px;
  margin-right: 12px;
}

.footer__payment-icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.custom-footer__copyright {
  text-align: center;
  flex-grow: 1;
  min-width: 200px;
}

/* Responsive grid fallback for small screens */
@media screen and (max-width: 768px) {
  .footer__payment-icons {
    justify-content: center;
  }
  .custom-footer {
    padding: 5px;
}
  .grid--2-col .grid__item {
    width:100%!important;
  }
  .custom-footer__content-middle ul.custom-footer__column__bottom-links {
    flex-direction: column;
}
}
.header__logo-with-name {
  display: flex;
  align-items: center;
}

  .header__heading-link {
  display: flex;
  align-items: center;
  gap: 0.5rem; /* space between logo and store name */
}

/* remove search icon from desktop*/
@media screen and (min-width: 990px) {
  .header__search {
    display: none !important;
  }
} 
/*desktop search form*/
.form-search {
  position: relative;
  margin: auto 50px auto auto;
}
.form-search .search__input {
  border: none;
  min-height: 7rem;
  background: #f7f7f7;
  border-radius: 0.8rem;
  padding: 0 5.5rem 0 2.7rem;
  font-size: 1.6rem;
}
.form-search .search__button {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6%;
}
.form-search .icon-search {
  width: 24px;
  height: 24px;
  color: #0081c4;
} 
/*customer support btn*/
.header__customer-support-region__button {
  padding-inline: 2.7rem 5rem;
  gap: 1.6rem;
  border-radius: 0.8rem;
  min-height: 7rem;
  background: #f7f7f7;
}
.customer-support {
  margin: auto 50px auto auto;
}
.customer-support a {
  display: flex;
  align-items: center;
  gap: 1.25rem; /* Space between icon and text */
  text-decoration: none;
  color: inherit;
}
.icon-support-region {
  flex-shrink: 0; /* Prevent icon from shrinking */
  margin-top: 0.1rem; /* Optional: aligns better with top text */
  color: #0081c4;
}
.header__customer-support-region__global-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  line-height: 1.2;
}
.header__customer-support-region__global-info .caption {
  font-size: 1.5rem;
  color: #666;
}
.header__customer-support-region__global-info .font-body-bold {
  font-weight: bold;
  font-size: 1.75rem;
} 
/*user and bag icon*/
.header .icon {
  color: #0081c4;
} 
/*nav menu items*/
.header__menu-item.list-menu__item.link {
  font-size: 1.7rem;
  font-weight: 700;
}
/*name next to logo*/  
.header__heading-link {
  display: flex;             /* Make the container a flexbox */
  align-items: center;       /* Vertically center logo and store name */
  gap: 0.5rem;               /* Optional: space between logo and text */
  text-decoration: none;     /* Keep the link style clean */
}

.header__heading-logo-wrapper {
  /* Optionally, set a fixed width or max-width for the logo container */
  display: flex;
  align-items: center;
}

.header__store-name {
  font-size: 1.95rem!important;
  font-weight: 600;
  margin-left: 0.5rem;
  color: var(--color-foreground, #000);
  white-space: nowrap;
  position: absolute;
    margin: 1.5% 0 0 20px;
}
  
.header__extra-icon-text {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: 2rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #0081c4;
}

.header__extra-icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.header__extra-text {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .header__store-name {
    font-size: 1.5rem !important;
    font-weight: 600;
    position: initial;
    line-height: 1;
    }
}
@media screen and (max-width: 1079px) {  
  .template-search__search {
    display: none;
  }
}
/* ===== CUSTOM SLIDER ======*/
.custom-slider-wrapper {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
  
.custom-slider {
  display: flex;
  transition: transform 0.5s ease;
  width: 100%;
}

.slide {
  min-width: 100%;
  box-sizing: border-box;
}

.slide-image {
  height: 380px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;

  position: relative;
}

.slide-image.overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(46, 48, 63, 0.6);
  z-index: 1;
}

.slide-content {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 530px;
  padding-left: 10rem;
}

/*.slide-content {
  animation: slideInFromLeft 0.6s ease-out;
}*/
.slide-content h2 {
  font-size: 4rem;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 900;
  line-height: 1.2;
}

.slide-content p {
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
}
.slide-content .btn {
  background-color: #fff;
  color: #000;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 30px;
  border-radius: 8px;
}
.slide-content .btn:hover {
  background-color: #0081c4;
  color: #fff;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  border: none;
  color: white;
  font-size: 2rem;
  padding: 10px;
  cursor: pointer;
  z-index: 3;
}

.slider-arrow.prev {
  left: 10px;
}

.slider-arrow.next {
  right: 10px;
}

/* Remove auto animation, define animation-only classes */
.slide-content h2,
.slide-content p,
.slide-content .btn {
  opacity: 0;
}

.animate-heading {
  animation: slideInFromLeft 0.6s ease-out forwards;
}

.animate-paragraph {
  animation: slideInFromRight 0.6s ease-out forwards;
  animation-delay: 0.1s;
}

.animate-button {
  animation: slideInFromBottom 0.6s ease-out forwards;
  animation-delay: 0.2s;
}

 @keyframes slideInFromLeft {
  0% {
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}  
  
@keyframes slideInFromRight {
  0% {
    transform: translateX(20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInFromBottom {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
 

/* Responsive */
@media (max-width: 768px) {
  .slide-image {
    height: 240px;
    padding: 20px 40px;
  }

  .slide-content h2 {
    font-size: 3rem;
  }

  .slide-content p {
  margin-bottom: 40px;
  font-size: 1.5rem;
  line-height: 1.2;
}
  .slide-content {
  padding-left: 0rem;
  }
  .slider-arrow {
    font-size: 1.5rem;
    padding: 5px;
  }
}
/*trust bar*/
.trust-bar .icon-block {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  transition: background-color 0.2s;
}

.trust-bar .icon-block:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
  
.trust-bar .icon-code-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 12px;
  gap: 2rem;
  border-bottom: 1px solid #eee;
}

/* Icons area (left side on desktop) */
.trust-bar .icon-blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  flex: 1;
  min-width: 240px;
}

/* Icon block layout: icon + text side by side */
.trust-bar .icon-block.horizontal {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* SVG size and styling */
.trust-bar .icon-svg-wrapper svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
  display: block;
}

/* Text styling */
.trust-bar .icon-text {
  font-size: 1.5rem;
  color: #333;
  margin: 0;
  line-height: 1.4;
}

/* Custom code block (right side on desktop) */
.trust-bar .custom-code-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items:right;
    gap: 2rem;
}

/* responsive */
@media screen and (max-width: 768px) {
  .trust-bar .icon-code-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    gap: 2rem;
  }

  .trust-bar .icon-blocks {
    justify-content: center;
    gap: 0;
  }

  .trust-bar .icon-block {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    flex-direction: column;
    text-align: center;
  }

  .trust-bar .icon-text {
    font-size: 1.5rem;
    line-height: 1;
    padding: 10px;
  }

  .trust-bar .custom-code-block {
    text-align: center;
  }
   .trust-bar .custom-code-block p {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .trust-bar .icon-svg-wrapper svg {
    width: 24px;
    height: 24px;
  }

}