:root{
  --bs-body-font-family:'Nunito Sans', sans-serif;
  --space-section:clamp(40px, 6vw, 80px);
  --space-block:24px;

  --radius-lg:20px;
  --radius-md:12px;
  --bg-primary:#00295C;
  --bg-secondary:#004E91;

}

body{
  overflow-x:hidden;
}
img{
  max-width:100%;
  height:auto;
  display:block;
}

section{
  overflow:hidden;
}
h1, h2, h3, h4, h5, p{
  word-break:break-word;
}
.top-bar{
  background-color:var(--bg-secondary);
  color:#fff;
}
.social-icon-circle{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:32px;
  height:32px;
  background-color:#041E42;
  color:white !important;
  border-radius:50%;
  text-decoration:none;
  transition:none;
  flex-shrink:0;
}

.social-icon-circle img{
  width:16px;
  height:16px;
  object-fit:contain;
  display:block;
  filter:brightness(0) invert(1);
}

.sticky-nav-bar{
  background-color:var(--bg-primary) !important;
}

.sticky-nav-bar .nav-link{
  color:#fff !important;
}

.sub-header{
  background-color:var(--bg-primary);
  color:#fff;
}

.search-input{
  border:1px solid #EEEEEE;
  border-radius:8px !important;
}

@media (max-width: 576px){

  .navbar-brand img{
    height:32px !important;
  }

  .navbar .d-flex a{
    width:30px !important;
    height:30px !important;
  }

  .navbar .d-flex img{
    width:14px !important;
  }
}
.img-cover{
  width:100%;
  height:100%;
  object-fit:cover;
}
.ratio-hero{
  aspect-ratio:4 / 3;
}
@media (min-width: 576px){
  .ratio-hero{
    aspect-ratio:5 / 3;
  }
}
@media (min-width: 768px){
  .ratio-hero{
    aspect-ratio:16 / 9;
  }
}
@media (min-width: 992px){
  .ratio-hero{
    aspect-ratio:16 / 7;
  }
}
.hero-section h1{
  font-size:20px;
  line-height:1.3;
}

.hero-section p{
  font-size:13px;
}

.hero-section button{
  font-size:13px;
  padding:6px 14px;
}
@media (min-width: 576px){
  .hero-section h1{
    font-size:24px;
  }
}
@media (min-width: 768px){
  .hero-section h1{
    font-size:28px;
  }

  .hero-section p{
    font-size:14px;
  }
}
@media (min-width: 992px){
  .hero-section h1{
    font-size:34px;
  }
}
@media (min-width: 1200px){
  .hero-section h1{
    font-size:70px;
  }
}

.ratio-card{
  aspect-ratio:1 / 1;
}

.ratio-blog{
  aspect-ratio:4 / 3;
}
.hover-zoom{
  transition:transform .35s ease;
}

.hover-zoom:hover{
  transform:scale(1.04);
}
.hero-section .position-absolute{
  width:100%;
  padding:0 12px;
}
@media (max-width: 576px){
  .hero-section h1{
    font-size:18px !important;
  }

  .hero-section p{
    font-size:12px;
  }

  .hero-section button{
    font-size:12px;
    padding:5px 12px;
  }
}
@media (min-width: 768px){
  .hero-section .position-absolute{
    padding:0 40px;
  }
}
@media (max-width: 576px){
  .category-section small{
    font-size:11px;
  }
}
@media (max-width: 768px){
  .category-section .swiper-slide{
    justify-content:center;
  }
}
.card-clean{
  border:0;
  border-radius:var(--radius-md);
  overflow:hidden;
}

.swiper-button-prev::after,
.swiper-button-next::after{
  display:none;
}

.swiper-navigation-icon{
  display:none;
}
.category-prev::after,
.category-next::after{
  display:none;
}
.category-prev,
.category-next{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:30;

  width:32px;
  height:32px;

  background:#fff;
  border:1px solid #ddd;
  border-radius:50%;

  display:flex;
  align-items:center;
  justify-content:center;

  box-shadow:0 3px 8px rgba(0, 0, 0, 0.12);
}
.category-prev{
  left:5px !important;
}

.category-next{
  right:5px !important;
}
.category-prev i,
.category-next i{
  font-size:16px;
  color:#00295C;
}
@media (min-width: 576px){

  .category-prev,
  .category-next{
    width:36px;
    height:36px;
  }

  .category-prev{
    left:10px !important;
  }

  .category-next{
    right:10px !important;
  }
}
@media (min-width: 768px){

  .category-prev,
  .category-next{
    width:40px;
    height:40px;
  }

  .category-prev i,
  .category-next i{
    font-size:18px;
  }

  .category-prev{
    left:15px !important;
  }

  .category-next{
    right:15px !important;
  }
}
@media (min-width: 992px){

  .category-prev,
  .category-next{
    width:42px;
    height:42px;
  }

  .category-prev i,
  .category-next i{
    font-size:20px;
  }
}
@media (min-width: 1200px){

  .category-prev,
  .category-next{
    width:46px;
    height:46px;
  }
}
@media (min-width: 1400px){

  .category-prev,
  .category-next{
    width:50px;
    height:50px;
  }
}
@media (max-width: 768px){

  .category-prev,
  .category-next{
    display:none !important;
  }
}

.category-card{
  position:relative;
  border-radius:16px;
  overflow:hidden;
}

.category-card img{
  width:100%;
  height:260px;
  object-fit:cover;
  display:block;
}

.category-card span{
  position:absolute;
  bottom:10px;
  left:50%;
  transform:translateX(-50%);
  background:#ffffffcc;
  padding:6px 16px;
  border-radius:12px;
  font-size:14px;
}
.featuredCategorySwiper{
  position:relative;
  padding:0 10px;
}

.featuredCategorySwiper .swiper-slide{
  width:auto;
}

.featured-card{
  width:clamp(220px, 60vw, 350px);
  height:auto;
  border-radius:20px;
  overflow:hidden;
  position:relative;
  transition:transform 0.3s ease;
  cursor:pointer;
}
.category-list-section .featured-card{
  width:100%;
  height:100%;
  object-fit:cover;
}
.featured-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0, 0, 0, 0);
  transition:0.3s;
  z-index:1;
}

.featured-card img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.featured-card:hover{
  transform:translateY(-6px);
}
.featured-card:hover::after{
  background:rgba(0, 0, 0, 0.3);
}

.featured-label{
  border:none;
  position:absolute;
  bottom:14px;
  left:50%;
  transform:translateX(-50%);
  background:rgba(255, 255, 255, 0.85);
  backdrop-filter:blur(6px);
  padding:10px 20px;
  border-radius:14px;
  font-size:15px;
  font-weight:700;
  z-index:2;
  transition:0.3s;
  width:90%;
  max-width:300px;
  display:inline-block;
  text-align:center;
  text-decoration:none;
  color:#00295C;
  text-align:center;
}
.featured-card:hover .featured-label{
  background:#004E91;
  color:#fff;
}
.featured-nav{
  display:flex;
  gap:8px;
}

.featured-prev,
.featured-next{
  width:36px;
  height:36px;
  background:#fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
}

.section-title{
  font-size:28px;
}
.product-tabs{
  gap:8px;
  background:#f3f3f3;
  padding:6px;
  border-radius:50px;
  width:fit-content;
  margin:0 auto;
}

.tab-btn{
  border:none;
  padding:8px 16px;
  border-radius:30px;
  background:transparent;
  font-size:14px;
  cursor:pointer;
  transition:0.2s;
}

.tab-btn.active{
  background:#fff;
  box-shadow:0 2px 6px rgba(0, 0, 0, 0.08);
}
.tab-content{
  display:none;
}

.tab-content.active{
  display:block;
}
.product-card{
  transition:all 0.35s ease;
  position:relative;
  overflow:hidden;
  border-radius:16px;
  cursor:pointer;
  padding:12px;
  color:#1F1F1F;
}
.product-card:hover{
  transform:translateY(-6px) scale(1.01);
  box-shadow:0 10px 25px rgba(0, 0, 0, 0.08), 0 4px 10px rgba(0, 41, 92, 0.15);
}
.product-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(120deg,
      transparent 40%,
      rgba(0, 41, 92, 0.08),
      transparent 60%);
  opacity:0;
  transition:opacity 0.4s ease;
}
.product-card:hover::after{
  opacity:1;
}
@media (max-width: 576px){
  .product-card{
    padding:8px;
  }

  .product-title{
    font-size:12px;
  }
}
.product-image{
  border-radius:14px;
  overflow:hidden;
  aspect-ratio:1/1;
}

.product-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.color-swatches{
  display:flex;
  gap:6px;
  margin-bottom:10px;
  margin-top:10px;
}

.swatch{
  width:40px;
  height:40px;
  border-radius:8px;
  overflow:hidden;
  border:2px solid transparent;
  outline:1.5px solid #ddd;
  cursor:pointer;
  transition:outline-color 0.2s, border-color 0.2s;
  flex-shrink:0;
}

.swatch img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top center;
  display:block;
}

.swatch:hover, .swatch.active{
  outline-color:#888;
  border-color:#fff;
}
.product-title{
  font-size:18px;
  color:#1F1F1F;
  font-weight:400;
  margin-bottom:4px;
}
.product-rating{
  font-size:12px;
  color:#f5a623;
  margin-bottom:6px;
}
.product-bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.product-bottom .price{
  font-size:16px;
  font-weight:400;
  color:#1F1F1F;
}
.actions{
  gap:6px;
}

.icon-btn{
  background:#fff;
  width:50px !important;
  height:50px !important;
  border-radius:50% !important;
  cursor:pointer;
  color:#374957;

  display:flex;
  align-items:center;
  justify-content:center;

  z-index:2;
  transition:all 0.25s ease;

  border:none;
  box-shadow:inset 0 0 0 1.31px #eee;
}
.icon-btn:hover{
  background:#00295C;
  border-color:#00295C;
  transform:translateY(-2px) scale(1.1);
  box-shadow:0 8px 18px rgba(0, 41, 92, 0.3);
}

.icon-btn img{
  width:16px;
  height:16px;
  object-fit:contain;
  transition:0.25s;
}
.icon-btn:hover img{
  filter:brightness(0) invert(1);
}

@media (max-width: 576px){
  .actions{
    gap:6px;
  }

  .icon-btn{
    width:32px !important;
    height:32px !important;
  }

  .icon-btn img{
    width:16px;
    height:16px;
  }
}

@media (max-width: 768px){
  .section-title{
    font-size:22px;
  }

  .product-title{
    font-size:13px;
  }

  .price{
    font-size:12px;
  }
}

@media (max-width: 768px){
  .products-section .product-tabs{
    width:100%;
    justify-content:flex-start;
    overflow-x:auto;
    flex-wrap:nowrap;
    border-radius:18px;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    padding:6px 8px;
  }

  .products-section .product-tabs::-webkit-scrollbar{
    display:none;
  }

  .products-section .tab-btn{
    flex:0 0 auto;
    white-space:nowrap;
  }

  .products-section .product-card .product-bottom{
    gap:10px;
    align-items:center;
  }

  .products-section .product-card .actions{
    flex-direction:row !important;
    flex-wrap:nowrap;
    width:auto;
    gap:8px;
    margin-left:auto;
  }

  .products-section .product-card .actions > *{
    width:32px !important;
    height:32px !important;
    min-width:32px !important;
    min-height:32px !important;
    padding:0 !important;
    border-radius:50% !important;
    flex:0 0 32px;
  }

  .products-section .product-card .actions > * img{
    width:16px;
    height:16px;
  }
}

.koleksiyon-section{
  display:flex;
  align-items:center;
  padding-top:40px !important;
  padding-bottom:40px !important;
}
.main-card{
  background-color:#e7eff8;
  border-radius:22px;
  overflow:hidden;
  position:relative;
  min-height:374px;
  display:flex;
  align-items:center;
  transition:transform var(--transition), box-shadow var(--transition);
}

.main-card:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 48px rgba(0, 0, 0, 0.10);
}

.main-card-img{
  position:absolute;
  right:0;
  bottom:0;
  height:100%;
  width:48%;
  object-fit:cover;
  object-position:center top;
}

.main-card-body{
  position:relative;
  z-index:2;
  padding:44px 36px;
  max-width:45%;
}

.main-card-title{
  font-family:var(--font-main);
  font-size:clamp(2rem, 3vw, 2.35rem);
  font-weight:700;
  color:#111827;
  line-height:1.14;
  margin-bottom:12px;
}

.main-card-desc{
  color:#30343b;
  font-size:0.98rem;
  font-weight:400;
  line-height:1.45;
  margin-bottom:24px;
}

.sub-card{
  background-color:#e7eff8;
  border-radius:22px;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:172px;
  padding:20px 28px 20px 28px;
  gap:16px;
  flex:1;
  transition:transform var(--transition), box-shadow var(--transition);
}

.sub-card:hover{
  transform:translateY(-3px);
  box-shadow:0 12px 32px rgba(0, 0, 0, 0.08);
}

.sub-card-content{
  flex:1;
  padding-right:8px;
}

.badge-pill{
  display:inline-block;
  background-color:var(--badge-bg);
  color:var(--badge-text);
  font-size:0.72rem;
  font-weight:500;
  letter-spacing:0.03em;
  padding:5px 12px;
  border-radius:999px;
  margin-bottom:12px;
}

.sub-card-title{
  font-family:var(--font-main);
  font-size:1.08rem;
  font-weight:700;
  color:#111827;
  margin-bottom:6px;
  line-height:1.3;
}

.sub-card-desc{
  color:#30343b;
  font-size:0.875rem;
  font-weight:400;
  margin-bottom:12px;
}

.sub-card-img{
  width:126px;
  height:100%;
  object-fit:cover;
  object-position:center top;
  border-radius:0;
  flex-shrink:0;
}
.discover-link{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:#111827;
  font-size:0.95rem;
  font-weight:700;
  text-decoration:none;
  border-bottom:1px solid #111827;
  padding-bottom:2px;
  transition:gap var(--transition), opacity var(--transition);
}

.discover-link:hover{
  gap:10px;
  opacity:0.7;
}

.right-col{
  display:flex;
  flex-direction:column;
  gap:22px;
}
@media (max-width: 768px){
  .main-card-body{
    max-width:100%;
    padding:28px 24px 220px;
  }

  .main-card-img{
    height:240px;
    width:100%;
    top:auto;
    bottom:0;
  }

  .main-card{
    min-height:auto;
  }

  .sub-card{
    min-height:auto;
    padding:20px 22px;
  }

  .sub-card-img{
    width:96px;
    height:120px;
    max-height:120px;
  }
}

.badge-yaz-firsati{
  display:inline-block;
  padding:6px 18px;
  background-color:#dbe4ed;
  color:#002d5b;
  text-decoration:none;
  border-radius:50px;
  font-size:14px;
  font-weight:500;
  transition:all 0.3s ease;
  border:none;
}

.badge-yaz-firsati:hover{
  background-color:#ced9e5;
  color:#002d5b;
}

.features-section{
  background:#fff;
}

.feature-item{
  padding:8px 4px;
}

.feature-icon{
  font-size:22px;
  line-height:1;
  color:#000;
  min-width:24px;
}
@media (max-width: 768px){
  .feature-item{
    justify-content:center;
    text-align:left;
  }
}

.blog-card img{
  border-radius:16px;
  height:240px;
  object-fit:cover;
}

.blog-badge{
  position:absolute;
  top:12px;
  right:12px;
  padding:6px 12px;
  border-radius:999px;
  font-size:12px;
}

.blog-date{
  font-size:14px;
  color:#6c757d;
}

.blog-title{
  font-size:18px;
  font-weight:500;
  line-height:1.4;
  margin-bottom:12px;
}

.blog-link{
  font-size:15px;
  font-weight:500;
  text-decoration:none;
  color:#000;
  display:inline-flex;
  align-items:center;
  gap:6px;
  border-bottom:1px solid #000;
  padding-bottom:2px;
}

.faq-box{
  background:linear-gradient(135deg, #1f4f82, #2e6aa3);
  border-radius:20px;
  padding:40px 20px;
}

.faq-box .accordion{
  border:none !important;
}

.faq-box .accordion-header{
  color:#fff !important;
}

.faq-box .accordion-item{
  border:none !important;
  border-bottom:1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius:0 !important;
  background:transparent !important;

}

.faq-box .accordion-item:last-child{
  border-bottom:none !important;
}

.faq-box .accordion-button{
  background:transparent;
  color:#fff !important;
  box-shadow:none;
  padding-left:0;
}

.faq-box .accordion-button::after{
  display:block !important;
  filter:brightness(0) invert(1);
  opacity:1;
}

.faq-box .accordion-body{
  color:#e0e0e0;
  padding-left:32px;
}

.faq-number{
  margin-right:10px;
  opacity:0.8;
}

.faq-btn{
  background:#e5e5e5;
  border-radius:12px;
  font-size:18px;
  color:#004E91;
}
.faq-btn:hover{
  background:#ffffff;
  color:#00295C;
  transform:translateY(-2px);
  box-shadow:0 8px 20px rgba(0, 41, 92, 0.25);
}

.newsletter-section{
  background-color:#D1DBE4;
  color:#000000;
}

.newsletter-form{
  width:100%;
}

.newsletter-box{
  padding:24px 0;
  border-radius:16px;
}

.newsletter-input-wrapper{
  position:relative;
  width:100%;
}
.newsletter-form .form-control{
  width:100%;
  border-radius:16px;
  padding:12px 130px 12px 16px;
  border:none;
  background:#fff;

  box-shadow:inset 0 0 0 1px #eee;
}
.newsletter-btn{
  position:absolute;
  top:50%;
  right:6px;
  transform:translateY(-50%);

  background:#124c82;
  color:#fff;
  border-radius:12px;
  padding:8px 16px;
  border:none;

  height:calc(100% - 12px);
  display:flex;
  align-items:center;
  justify-content:center;

  transition:all 0.25s ease;
}
.newsletter-btn:hover{
  background:#0e3f6b;
}
.category-cart-link{
  display:block;
  text-decoration:none;
  color:inherit;
  transition: transform .25s ease;
}

.category-cart-link:hover{
  transform: translateY(-4px);
}

.category-cart-link:hover .category-cart-item{
  box-shadow: 0 10px 24px rgba(0, 41, 92, .15);
}

.category-cart-link:hover small{
  color: var(--bg-secondary);
}

.category-cart-link small{
  display:block;
  font-weight:600;
  color:#374151;
  transition: color .2s ease;
}

.category-cart-item{
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  transition: box-shadow .25s ease;
}

.category-cart-item img{
  width:75%;
  height:75%;
  object-fit:contain;
}
@media (min-width: 768px){
  .category-cart-item img{
    width:65%;
    height:65%;
  }
}
@media (min-width: 1200px){
  .category-cart-item img{
    width:60%;
    height:60%;
  }
}

@media (max-width: 768px){
  .category-prev,
  .category-next{
    display:none !important;
  }
  .featured-prev,
  .featured-next{
    display:none !important;
  }

}
.category-cart-item{
  width:110px;
  height:110px;
}
@media (min-width: 576px){
  .category-cart-item{
    width:140px;
    height:140px;
  }
}
@media (min-width: 768px){
  .category-cart-item{
    width:160px;
    height:160px;
  }
}
@media (min-width: 992px){
  .category-cart-item{
    width:180px;
    height:180px;
  }
}
@media (min-width: 1200px){
  .category-cart-item{
    width:200px;
    height:200px;
  }
}
@media (min-width: 1400px){
  .category-cart-item{
    width:220px;
    height:220px;
  }
}

.categorySwiper{
  overflow:hidden;
  padding:0;
}

.category-section .swiper-wrapper{
  align-items:center;
}

.category-section .swiper-slide{
  display:flex;
  justify-content:center;
}

.category-section small{
  display:block;
  margin-top:6px;
  font-size:13px;
}

footer{
  background-color:#F3F5F6;
  color:#000;
  font-size:14px;
}

footer .container-fluid{

  margin:0 auto;
}

footer .col{
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  align-items:flex-start;
}

@media (max-width: 768px){
  footer .col{
    align-items:flex-start;
    text-align:left;
  }
}

footer h5{
  font-size:16px;
  margin-bottom:15px;
  font-weight:600;
}

footer ul{
  list-style:none;
  padding:0;
}

footer ul li{
  margin-bottom:8px;
}

footer ul li a{
  text-decoration:none;
  color:#555;
  transition:0.3s;
}

footer ul li a:hover{
  color:#000;
}
footer .d-flex{
  gap:10px;
  margin-bottom:12px;
}

.footer-contact-icon{
  height:24px;
  width:auto;
}
.footer-contact{
  gap:12px;
  margin-bottom:15px;
}
footer .d-flex.gap-2{
  margin-bottom:20px;
}
footer .d-flex a{
  margin-right:10px;
}
footer img[alt="logo"]{
  max-width:120px;
  margin-bottom:15px;
}

.footer-contact span b{
  font-size:14px;
  margin-bottom:2px;
}

.footer-contact span{
  font-size:14px;
  line-height:1.2;
}

.btn-hero{
  background-color:#004E91;
  color:#fff;
  border-radius:12px;
}

.hero-overlay{
  position:absolute;
  inset:0;
  background:rgba(0, 0, 0, 0.4);
  z-index:1;
}

.ratio-hero img{
  position:relative;
  z-index:0;
}

.ratio-hero .position-absolute{
  z-index:2;
}

.testimonial-box{
  background-color:#004E911A;
  border-radius:16px;
}
.testimonialSwiper .swiper-slide{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
}
.testimonialSwiper p{
  max-width:700px;
  margin:0 auto;
}
.testimonialSwiper img{
  display:block;
  margin:0 auto;
}
.accordion-button:not(.collapsed){
  background:linear-gradient(90deg, #114D87, #14528C);
  color:#fff;
  box-shadow:none;
}
.accordion-button:not(.collapsed)::after{
  filter:brightness(0) invert(1);
}
.breadcrumb-bar{
  background:#00295C0D;
  padding:10px 0;
  align-items:center;
}

.breadcrumb-bar .breadcrumb{
  margin:0;
  font-size:14px;
  font-weight:400;
  font-style:regular;
}

.breadcrumb-item a{
  color:#696C70;
  text-decoration:none;
  font-size:14px;
  font-weight:400;
}

.breadcrumb-item.active{
  color:#000;
  font-weight:700;
  font-style:bold;
}
#filterPanel{
  width:100%;
  max-width:300px;
  border:none;
  padding:0;
  border-radius:6px;
  background:#fff;
  font-family:Arial, sans-serif;
}

.accordion-item{
  border:1px solid #e5e7eb !important;
  border-radius:8px !important;
  margin-bottom:12px;
  overflow:hidden;
}

.accordion-item:last-child{
  border-bottom:1px solid #e5e7eb !important;
}

.accordion-button{
  font-size:15px;
  font-weight:500;
  padding:14px 16px;
  background:transparent !important;
  color:#111 !important;
  box-shadow:none !important;
  border-radius:0 !important;
}

.accordion-button::after{
  display:none;
}

.acc-arrow{
  width:18px;
  height:18px;
  color:#6b7280;
  transition:transform 0.2s ease;
  flex-shrink:0;
}

.accordion-button.collapsed .acc-arrow{
  transform:rotate(0deg);
}

.accordion-button:not(.collapsed) .acc-arrow{
  transform:rotate(180deg);
}

.accordion-body{
  padding:2px 16px 14px;
}
.cat-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:8px;
}
.cat-count{
  font-size:12px;
  color:#999;
}
.form-check{
  display:flex;
  align-items:center;
  gap:8px;
}

.form-check-input{
  width:16px;
  height:16px;
  cursor:pointer;
  box-shadow:none !important;
}
.form-check-input:checked{
  background-color:#1a73e8;
  border-color:#1a73e8;
}
.form-check-label{
  font-size:14px;
  color:#222;
  cursor:pointer;
}
.size-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:8px;
}
.form-range{
  width:100%;
}

.range-labels{
  display:flex;
  justify-content:space-between;
  font-size:12px;
  margin-top:5px;
  color:#777;
}
.form-check-label:hover{
  color:#000;
}

.view-switch{
  display:flex;
  gap:10px;
}

.listing-toolbar-actions .nx-select{
  min-width:200px;
}
.view-btn{
  width:44px;
  height:44px;
  border-radius:10px;
  border:1px solid transparent;
  background:transparent;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  transition:all 0.25s ease;
}
.view-btn:hover{
  background:#f4f5f7;
}
.view-btn.active{
  background:#00295C;
  border-color:#00295C;
}
.view-btn.active img{
  filter:brightness(0) invert(1);
}
.view-btn img{
  width:22px;
  height:22px;
  object-fit:contain;
  transition:0.25s;
}

.mobile-filter-btn-compact{
  display:inline-flex;
  align-items:center;
  gap:8px;
  height:40px;
  padding:0 14px;
  border:1px solid #E5E7EB;
  border-radius:10px;
  background:#fff;
  color:#1F1F1F;
  font-size:14px;
  font-weight:600;
  line-height:1;
  cursor:pointer;
  transition:all 0.2s ease;
  white-space:nowrap;
}
.mobile-filter-btn-compact i{
  font-size:16px;
  line-height:1;
}
.mobile-filter-btn-compact:hover{
  border-color:#00295C;
  color:#00295C;
}
.mobile-filter-btn-compact[aria-expanded="true"]{
  background:#00295C;
  border-color:#00295C;
  color:#fff;
}

@media (max-width: 991.98px){
  #filterPanel.show,
  #filterPanel.collapsing{
    position:fixed !important;
    top:50% !important;
    left:50% !important;
    transform:translate(-50%, -50%) !important;
    width:calc(100% - 32px) !important;
    max-width:420px !important;
    max-height:85vh !important;
    height:auto !important;
    overflow-y:auto !important;
    z-index:1055;
    padding:16px;
    background:#fff;
    border-radius:16px;
    box-shadow:0 20px 60px rgba(0, 0, 0, 0.25);
    margin:0 !important;
  }
  body:has(#filterPanel.show)::before{
    content:"";
    position:fixed;
    inset:0;
    background:rgba(15, 23, 42, 0.5);
    z-index:1050;
    animation:filter-backdrop-in 0.2s ease-out;
  }
  body:has(#filterPanel.show){
    overflow:hidden;
  }
  .filter-panel-header{
    justify-content:space-between;
    align-items:center;
    padding-bottom:12px;
    margin-bottom:8px;
    border-bottom:1px solid #f1f2f4;
    position:sticky;
    top:-16px;
    margin-top:-16px;
    padding-top:16px;
    background:#fff;
    z-index:2;
  }
  .filter-panel-header h6{
    font-size:16px;
    color:#111827;
  }
  .filter-panel-close{
    width:32px;
    height:32px;
    border:none;
    background:#f3f5f7;
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:#111827;
    font-size:14px;
    cursor:pointer;
    transition:background 0.2s ease;
  }
  .filter-panel-close:hover{
    background:#e5e7eb;
  }
}
@keyframes filter-backdrop-in{
  from{ opacity:0; }
  to{ opacity:1; }
}

.products-wrapper.list-view{
  --bs-gutter-x:0;
}
.products-wrapper.list-view > [class*="col-"]{
  flex:0 0 100%;
  max-width:100%;
  margin-bottom:12px;
}
.products-wrapper.list-view .product-card{
  display:grid;
  grid-template-columns:140px 1fr;
  gap:16px;
  align-items:center;
}
.products-wrapper.list-view .product-image{
  width:140px;
  aspect-ratio:1 / 1;
}
.products-wrapper.list-view .color-swatches,
.products-wrapper.list-view .product-title,
.products-wrapper.list-view .product-rating,
.products-wrapper.list-view .product-bottom{
  grid-column:2;
}
.products-wrapper.list-view .color-swatches{
  margin-top:0;
}

@media (max-width: 576px){
  .products-wrapper.list-view .product-card{
    display:block;
    grid-template-columns:none;
  }
  .products-wrapper.list-view .product-image{
    width:100%;
    aspect-ratio:1 / 1;
    margin-bottom:10px;
  }
  .products-wrapper.list-view .color-swatches,
  .products-wrapper.list-view .product-title,
  .products-wrapper.list-view .product-rating,
  .products-wrapper.list-view .product-bottom{
    grid-column:auto;
  }
  .products-wrapper.list-view .color-swatches{
    margin-top:6px;
  }
}

#perPageSelect{
  color:#868585;
  padding:0.5rem;
  border:1px solid #F2F2F2;
  border-radius:8px;
  cursor:pointer;
}

#sortSelect{
  color:#868585;
  padding:0.5rem;
  border:1px solid #F2F2F2;
  border-radius:8px;
  cursor:pointer;
}

.product-grid-text{
  color:#696C70;
}
.pagination{
  gap:8px;
}
.page-link{
  width:40px;
  height:40px;
  border-radius:10px !important;
  border:1px solid #e5e7eb;
  display:flex;
  align-items:center;
  justify-content:center;

  color:#374957;
  background:#fff;
  transition:all 0.25s ease;
}
.page-link:hover{
  background:#f3f4f6;
  border-color:#d1d5db;
}
.page-item.active .page-link,
.page-link.active{
  background:#00295C;
  color:#fff;
  border-color:#00295C;
  box-shadow:0 6px 14px rgba(0, 41, 92, 0.25);
}
.page-link span{
  font-size:18px;
}

.product-list-section-title{
  color:#1F1F1F;
  font-size:36px;
  font-weight:500;
}

.see-all-link{
  text-decoration:none;
  color:#666666;
  font-size:16px;
  font-weight:400;
}

@media (max-width: 768px){

  .product-list-section-title{
    font-size:20px;
  }

  .see-all-link{
    font-size:14px;
    white-space:nowrap;
  }

}

.nx-select{
  width:220px;
  font-size:14px;
}
.nx-select__head{
  border-radius:10px;
  padding:10px 14px;
  box-shadow:inset 0 0 0 1px #F2F2F2;

  color:#868585;

  transition:all 0.25s ease;
}
.nx-select__head:hover{
  box-shadow:inset 0 0 0 1px #dcdcdc;
}
.nx-select__value{
  color:#868585;
}
.nx-select__icon{

  background:url("/website-templates/demo-1/assets/icons/select-arrow.png") no-repeat center;
  background-position:center;
  background-size:contain;

  transition:transform 0.25s ease;
}
.nx-select__list{
  top:110%;

  box-shadow:0 12px 25px rgba(0, 0, 0, 0.08);

  padding:6px;
  list-style:none;

  opacity:0;
  pointer-events:none;
  transform:translateY(10px);
  transition:all 0.25s ease;
  z-index:50;
}
.nx-select.is-open .nx-select__list{
  opacity:1;
  pointer-events:auto;
  transform:translateY(0);
}
.nx-select__list li{
  padding:10px 12px;
  border-radius:8px;
  color:#868585;
}
.nx-select__list li:hover{
  background:#f7f7f7;
}
.nx-select__list li.is-selected{
  background:#f2f2f2;
  color:#333;
}
.nx-select.is-open .nx-select__icon{
  transform:rotate(180deg);
}

.mobile-filter-btn{
  background:none !important;
  border:none;
}

.product-detail{
  background:#fff;
}
.product-gallery .main-image{
  flex:1;
}

.product-gallery .main-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:12px;
}

.thumbs{
  display:flex;
  gap:10px;
  margin-top:12px;
}

.thumbs img{
  width:70px;
  height:70px;
  object-fit:cover;
  border-radius:10px;
  border:2px solid transparent;
  cursor:pointer;
}

.thumbs img.active{
  border-color:#1a3c6d;
}
.product-info-text{
  border-bottom:1px solid #F2F2F2;
  margin-bottom:2rem;
}

.product-code{
  font-size:14px;
  color:#000;
  display:flex;
  margin-bottom:10px;
  font-weight:500;
  background-color:#EEEEEE;
  padding:1rem 0;
  justify-content:center;
  max-width:180px;
}

.product-info .product-info-text .product-title{
  font-size:30px;
  font-weight:500;
  margin-bottom:10px;
  color:#1F1F1F;
}

.rating{
  color:#f5a623;
  font-size:14px;
  margin-bottom:10px;
}

.rating span{
  font-size:14px;
  font-weight:400;
  margin:15px 0;
  color:#1F1F1F;
  margin-left:8px;
}

.price{
  font-size:30px;
  font-weight:500;
  margin:15px 0;
  color:#1F1F1F;
}

.desc{
  font-size:16px;
  color:#696C70;
  margin-bottom:20px;
  font-weight:400;
}
.price-box{
  background:#F2F2F2;
  padding:24px 12px 24px 12px;
  display:flex;
  justify-content:space-between;
  font-size:14px;
  margin-bottom:20px;
  color:#004E91;
  border:1px solid #F3F5F6;
}
.form-row{
  display:flex;
  gap:12px;
  align-items:end;
}

.asorti-label{
  color:#1F1F1F !important;
  font-weight:700;
  font-style:bold;
  font-size:15px;
}

.asorti-badge{
  padding:5px 20px;
  background-color:#F2F2F2;
  color:#000 !important;
  font-size:14px;
  font-weight:400;
  border-radius:100px;
}

.select-box,
.qty-box{
  flex:1;
}

.qty-box label{
  color:#1F1F1F;
  font-size:15px;
  font-weight:700;
}
.nx-select{
  position:relative;
  width:100%;
}
.nx-select__head{
  display:flex;
  align-items:center;
  justify-content:space-between;

  height:52px;
  padding:0 16px;

  border:1px solid #e5e7eb;
  border-radius:14px;
  background:#fff;

  cursor:pointer;
  transition:all 0.2s ease;
}
.nx-select__head:hover{
  border-color:#d1d5db;
}
.nx-select__value{
  font-size:14px;
  color:#111827;
}
.nx-select__icon{
  width:16px;
  height:16px;
  background:url("/website-templates/demo-1/assets/icons/select-arrow.png") no-repeat center;
  transition:transform 0.2s ease;
}
.nx-select.is-open .nx-select__icon{
  transform:rotate(180deg);
}
.nx-select__list{
  position:absolute;
  top:calc(100% + 6px);
  left:0;
  width:100%;

  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:12px;

  padding:6px 0;
  display:none;
  z-index:20;

  box-shadow:0 10px 25px rgba(0, 0, 0, 0.05);
}

.nx-select.is-open .nx-select__list{
  display:block;
  opacity:1;
  pointer-events:auto;
  transform:translateY(0);
}

.nx-select__list li{
  padding:10px 14px;
  font-size:14px;
  cursor:pointer;
}

.nx-select__list li:hover{
  background:#f9fafb;
}

.nx-select__list li.is-selected{
  font-weight:500;
}
.nx-qty .nx-select__head{
  justify-content:space-between;
  padding:0 10px;
}
.qty-btn{
  width:36px;
  height:36px;

  border:none;
  background:transparent !important;
  border-radius:10px;

  font-size:18px;
  cursor:pointer;

  display:flex;
  align-items:center;
  justify-content:center;

  transition:all 0.2s ease;
}

.qty-btn:hover{
  background:#e5e7eb;
}

.nx-qty .nx-select__value{
  font-weight:600;
  font-size:15px;
}
@media (max-width: 768px){
  .form-row{
    flex-direction:column;
  }
}

.set-items{
  display:flex;
  flex-direction:row;
  gap:16px;
  justify-content:space-between;
}

.set-card{
  width:100%;
  display:flex;
  gap:16px;
  border:1px solid #eee;
  padding:12px;
  border-radius:8px;
  align-items:center;
}

.set-card img{
  width:80px;
  height:90px;
  object-fit:cover;
  border-radius:6px;
}

.set-info{
  flex:1;
}
.color-row{
  display:flex;
  align-items:center;
  gap:8px;
  margin:6px 0 10px;
}

.color-dot{
  width:14px;
  height:14px;
  border-radius:50%;
  border:1px solid #ccc;
}
.set-actions{
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.qty{
  display:flex;
  align-items:center;
  border:1px solid #eee;
  border-radius:20px;
  overflow:hidden;
}

.qty button{
  width:28px;
  height:28px;
  border:none;
  background:transparent;
  cursor:pointer;
  font-size:16px;
}

.qty span{
  padding:0 10px;
  font-size:14px;
}
.add-cart{
  background:#fff;
  width:40px;
  height:40px;
  border-radius:50%;
  cursor:pointer;
  color:#374957;

  display:flex;
  align-items:center;
  justify-content:center;

  z-index:2;
  transition:all 0.25s ease;

  border:none;
  box-shadow:inset 0 0 0 1.31px #eee;
}

.add-cart img{
  width:16px;
  height:16px;
  object-fit:contain;
  transition:0.25s;
}

.add-cart:hover{
  background:#00295C;
  border-color:#00295C;
  transform:translateY(-2px) scale(1.1);
  box-shadow:0 8px 18px rgba(0, 41, 92, 0.3);
}

.add-cart:hover img{
  filter:brightness(0) invert(1);
}
.actions{
  gap:12px;
}

.actions button{
  flex:1;
}

.btn-cart{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:7px 14px;
  border-radius:12px;
  border:1px solid #EEEEEE;
  background:#fff;
  font-size:14px;
  font-weight:500;
  color:#000;
  cursor:pointer;
  transition:all 0.25s ease;
}
.btn-cart img{
  width:18px;
  height:18px;
  object-fit:contain;

  transition:0.25s;
}
.btn-cart:hover{
  background:#00295C;
  color:#fff;
  border-color:#00295C;
}

.btn-cart:hover img{
  filter:invert(1);
}

.btn-buy{
  padding:14px !important;
  background:#00295C !important;
  color:#fff !important;
  border:none;
  border-radius:12px;
}
.delivery{
  gap:20px;
  justify-content:space-between;
  background:#F7F5F0;
  padding:15px;
  border-radius:16px;
  border:1px solid #EEEEEE;
  font-size:13px;
  color:#000;
}

.delivery{
  display:flex;
  align-items:center;
  gap:40px;

  background:#F3F1EB;
  padding:18px 22px;
  border-radius:20px;
  border:1px solid #EAEAEA;

  margin-top:15px;
}

.delivery-item{
  display:flex;
  align-items:center;
  gap:12px;
  flex:1;
}
.delivery-item .icon{
  width:24px;
  height:24px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}

.delivery-item .icon img{
  width:100%;
  height:100%;
  object-fit:contain;
}
.delivery-item .text{
  display:flex;
  flex-direction:column;
}

.delivery-item .title{
  font-size:14px;
  font-weight:600;
  color:#000;
}

.delivery-item .desc{
  font-size:14px;
  color:#000;
  margin-top:2px;
}
@media (max-width: 576px){
  .delivery{
    flex-direction:column;
    align-items:flex-start;
    gap:12px;
  }
}
@media (max-width: 768px){
  .form-row{
    flex-direction:column;
  }

  .actions{
    flex-direction:column;
  }

  .price-box{
    flex-direction:column;
    gap:8px;
  }

  .delivery{
    flex-direction:column;
  }
}
.product-detail .row{
  align-items:stretch;
}
.product-detail .col-lg-6{
  display:flex;
}
.product-gallery,
.product-info{
  flex:1;
  display:flex;
  flex-direction:column;
}

.tabs-clean{
  display:flex;
  justify-content:space-between;
  position:relative;
  border-bottom:1px solid #e5e5e5;
  margin-bottom:30px;
  color:#A0A0A0;
  padding:1rem;
}
.tab-link{
  padding:15px 0;
  font-size:15px;
  color:#A0A0A0;
  transition:0.2s;
  text-decoration:none;
  position:relative;
  cursor:pointer;
}

.tab-link.active{
  color:#000 !important;
  font-weight:600;
}
.tab-indicator{
  position:absolute;
  bottom:-1px;
  height:2px;
  background:#000;
  transition:all 0.3s ease;
}

.tabs-clean li{
  list-style:none;
}

.action-buttons{
  display:flex;
  width:100%;
  margin-top:20px;
  justify-content:space-between;
}

.action-btn{
  display:flex;
  align-items:center;
  gap:8px;
  padding:10px 14px;
  background:#fff;
  border:1px solid #EEEEEE;
  white-space:nowrap;
  flex-shrink:0;
  cursor:pointer;
  transition:all 0.2s ease;
  color:#004E91;
  font-size:13px;
  font-weight:700;
}

.action-btn img{
  width:18px;
  height:18px;
}

.action-btn span{
  font-size:13px;
  color:#004E91;
}
.action-btn:hover{
  border-color:#004E91;
  background:#fafafa;
}
.sticky-bottom-bar{
  position:sticky;
  bottom:0;
  background:#fff;
  border-top:1px solid var(--border);

  z-index:9999;
  box-shadow:0 -10px 24px rgba(15, 23, 42, 0.04);
}

.product-info-small .code{
  font-size:16px;
  color:#7a7a7a;
  margin-bottom:6px;
}

.product-info-small .code strong,
.product-info-small .name{
  color:#1F1F1F;
}

.product-info-small .name{
  font-size:17px;
  font-weight:500;
  line-height:1.3;
}

.sticky-summary-title{
  font-size:14px;
  color:#333;

  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
}

.receipt-icon{
  width:16px;
  height:16px;
  opacity:0.7;
}
.price-sticky{
  font-size:28px;
  font-weight:600;
  line-height:1.2;
  margin-top:4px;
}

.price-sticky span{
  font-size:16px;
  font-weight:400;
  color:#000;
}
.sticky-summary-sub{
  font-size:13px;
  color:#888;
  margin-top:2px;
}
.sticky-actions{
  display:flex;
  gap:12px;
  justify-content:flex-end;
}

.bottom-bar-action-btn-outline{
  height:52px;
  padding:0 24px;
  border-radius:28px;
  border:1px solid #ddd;
  background:#fff;
  font-weight:500;
}

.bottom-bar-action-btn{
  height:52px;
  padding:0 28px;
  border-radius:28px;
  background:#0F4C81;
  border:none;
  font-weight:500;
}
.bottom-bar-action-btn-outline i{
  margin-left:6px;
}

.btn-add-cart{
  min-width:0;
  height:50px;
  padding:0 28px;
  border-radius:16px;
  font-size:15px;
  font-weight:500;

}

.btn-add-cart-outline{
  border:1.5px solid #dde2e8;
  background:#fff;
  color:#1F1F1F;
  width:100%;
}

.btn-add-cart-outline:hover{
  background:#fff;
  border-color:#cfd6df;
  color:#1F1F1F;
}

.btn-buy-now{
  width:100%;
  background:#0f5a9d;
  color:#fff;
}

.btn-buy-now:hover{
  background:#0a4a82;
}
@media (max-width: 768px){
  .set-items{
    flex-direction:column !important;
  }
  .actions{
    flex-direction:column !important;
  }
  .delivery{
    flex-direction:column !important;
    gap:12px;
  }

}

@media (max-width: 768px){

  .form-row{
    display:flex;
    flex-direction:column !important;
    gap:16px;
  }

  .select-box,
  .qty-box{
    width:100% !important;
  }
  .qty-box .nx-select__head{
    justify-content:space-between;
  }

}
@media (max-width: 768px){

  .product-detail-action-bar .action-buttons{
    display:grid !important;
    grid-template-columns:repeat(2, 1fr);
    gap:10px;
  }

  .product-detail-action-bar .action-btn{
    width:100%;
    height:60px;
    justify-content:center;
  }
  .product-detail-action-bar .action-btn:last-child{
    grid-column:span 2;
  }

}

.modal{
  z-index:99999;
}

.modal-backdrop{
  z-index:99998;
}

.modal-backdrop.show{
  opacity:0.5;
}

#actionModal{
  z-index:99999;
}

#actionModal .modal-dialog{
  max-width:720px;
}

#actionModal .modal-content{
  background-color:#fff;

}

.bottom-bar-action-btn-outline{
  background-color:#fff;
  color:#000;
  border:1px solid #EEEEEE;
  border-radius:16px;
  padding:10px 28px;
  width:100%;
}

.bottom-bar-action-btn{
  background-color:#004E91;
  color:#fff;
  border-radius:16px;
  padding:10px 28px;
  width:100%;
  border:1px solid #004E91;
}

.link-input-wrapper{
  position:relative;
  width:100%;
}

.link-input-wrapper input{
  width:100%;
  padding:16px 140px 16px 20px;
  border-radius:16px;
  border:none;
  background:#EDEDED;
  font-size:14px;
  outline:none;
  color:#696C70;
}

.link-copy-btn{
  position:absolute;
  right:6px;
  top:50%;
  transform:translateY(-50%);

  padding:10px 20px;
  border-radius:16px;
  border:none;

  background:#0F4C81;
  color:#fff;
  font-size:14px;
  cursor:pointer;
}

.note-form-wrapper{
  width:100%;
}

.note-label{
  font-weight:600;
  font-size:14px;
  margin-bottom:6px;
  display:block;
}

.note-label span{
  font-weight:400;
  font-size:12px;
  color:#8A8A8A;
  margin-left:6px;
}

.note-input{
  width:100%;
  height:40px;
  border:1px solid #ddd;
  border-radius:6px;
  padding:0 10px;
  outline:none;
}

.note-textarea{
  width:100%;
  height:140px;
  border:1px solid #ddd;
  border-radius:6px;
  padding:10px;
  resize:none;
  outline:none;
}

.note-actions{
  display:flex;
  justify-content:flex-end;
  margin-top:16px;
}

.basket-block{
  display:block;
}

.basket-input{
  width:100%;
  height:48px;
  border:1px solid #ddd;
  border-radius:8px;
  padding:0 14px;
  outline:none;
}

.basket-action{
  display:flex;
  justify-content:flex-end;
  margin-top:10px;
}

.basket-btn{
  height:44px;
  padding:0 20px;
  border-radius:8px;
  border:none;
  background:#0F4C81;
  color:#fff;
  cursor:pointer;
}
.nx-select--basket .nx-select__head{
  height:56px;
  border-radius:14px;
  background:#FAFAFA;
  border:1px solid #EAEAEA;
  padding:0 18px;
}
.nx-select--basket .nx-select__value{
  font-size:15px;
  color:#222;
}
.nx-select--basket .nx-select__icon{
  opacity:0.7;
}
.nx-select--basket .nx-select__list{
  border-radius:14px;
  border:1px solid #EAEAEA;
}
.nx-select--basket .nx-select__list li{
  padding:12px 18px;
}
.nx-select--basket .nx-select__list li:hover{
  background:#F5F5F5;
}

.cart-section .card{
  border-radius:12px;
}

.cart-section .btn-dark{
  background-color:#00295C;
  border:none;
}

.cart-section .btn-dark:hover{
  background-color:#004E91;
}

.cart-h4{
  padding:1rem;
}
.cart-item{
  border:1px solid #eee;
  border-radius:16px;
  padding:16px;
  background:#fff;
}
.cart-item__inner{
  display:grid;
  grid-template-columns:80px 1fr 100px 140px 40px;
  align-items:center;
  gap:16px;
}
.cart-item__img img{
  width:100%;
  height:80px;
  object-fit:cover;
  border-radius:10px;
}
.cart-item__title{
  font-size:15px;
  font-weight:600;
  margin-bottom:4px;
}

.cart-item__variant{
  font-size:13px;
  color:#777;
}
.cart-item__price{
  font-weight:600;
  font-size:15px;
  text-align:center;
}
.cart-item__qty{
  max-width:120px;
}
.cart-item__remove button{
  background:none;
  border:none;
  color:#dc3545;
  cursor:pointer;
}
@media (max-width: 768px){

  .cart-item__inner{
    grid-template-columns:70px 1fr 40px;
    grid-template-areas:"img info remove" "img price price" "img qty qty";
    gap:10px;
  }

  .cart-item__img{
    grid-area:img;
  }

  .cart-item__info{
    grid-area:info;
  }

  .cart-item__price{
    grid-area:price;
    text-align:left;
  }

  .cart-item__qty{
    grid-area:qty;
  }

  .cart-item__remove{
    grid-area:remove;
    text-align:right;
  }

  .cart-item__img img{
    height:70px;
  }
}
.cart-coupon-box{
  position:relative;
  width:100%;
}
.cart-coupon-box input{
  width:100%;
  height:52px;
  border-radius:16px;
  border:none;
  background:#EDEDED;

  padding:0 110px 0 16px;

  font-size:14px;
  outline:none;
  color:#696C70;
}
.cart-coupon-box button{
  position:absolute;
  top:50%;
  right:6px;
  transform:translateY(-50%);

  height:40px;
  padding:0 16px;

  border-radius:12px;
  border:none;

  background:#0F4C81;
  color:#fff;

  font-size:14px;
  cursor:pointer;

  transition:0.25s ease;
}
.cart-coupon-box button:hover{
  background:#0a3a63;
}
.cart-btn-primary{
  width:100%;
  height:52px;
  border-radius:16px;
  border:none;

  background:#00295C;
  color:#fff;

  font-weight:500;
  transition:0.25s;
  text-decoration:none;
  display:flex !important;
  align-items:center;
  justify-content:center;
  text-align:center;
  line-height:1;
  padding:0 16px;
}

.cart-btn-primary:hover{
  background:#004E91;
}

.cart-btn-outline{
  width:100%;
  height:52px;
  border-radius:16px;

  border:1px solid #E5E7EB;
  background:#fff;
  color:#333;

  font-weight:500;
  display:flex !important;
  align-items:center;
  justify-content:center;
  text-align:center;
  line-height:1;
  padding:0 16px;
  text-decoration:none;
  transition:0.25s;
}

.cart-btn-outline:hover{
  border-color:#00295C;
  color:#00295C;
}
.mini-cart{
  width:380px;
}

@media (max-width:576px){
  .mini-cart{
    width:100%;
  }
}
.mini-cart-v2{
  position:relative;
  display:flex;
  gap:12px;
  padding-bottom:16px;
  margin-bottom:16px;
  border-bottom:1px solid #eee;
}
.mini-cart-v2__remove{
  position:absolute;
  top:-4px;
  right:-4px;

  width:22px;
  height:22px;

  border-radius:50%;
  border:1px solid #eee;
  background:#fff;

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:14px;
  cursor:pointer;
}
.mini-cart-v2__img img{
  width:75px;
  height:90px;
  object-fit:cover;
  border-radius:12px;
}
.mini-cart-v2__content{
  flex:1;
}
.mini-cart-v2__title{
  font-size:14px;
  font-weight:600;
  margin-bottom:4px;
}
.mini-cart-v2__meta{
  font-size:12px;
  color:#777;
  margin-bottom:10px;
}
.mini-cart-v2__bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.mini-cart-v2__qty{
  display:flex;
  align-items:center;
  background:#F3F4F6;
  border-radius:10px;
  overflow:hidden;
}

.mini-cart-v2__qty button{
  width:28px;
  height:28px;
  border:none;
  background:transparent;
  cursor:pointer;
}

.mini-cart-v2__qty span{
  padding:0 10px;
  font-size:13px;
}
.mini-cart-v2__price{
  font-weight:600;
  font-size:14px;
  color:#004E91;
}
.mini-cart-total{
  display:flex;
  justify-content:space-between;
  font-weight:700;
  margin-bottom:12px;
}
.mini-cart-btn-outline{
  display:block;
  width:100%;
  text-align:center;

  height:48px;
  line-height:48px;

  border-radius:24px;
  border:1px solid #004E91;
  color:#000;

  margin-bottom:10px;
  text-decoration:none;
}

.mini-cart-btn-primary{
  display:block;
  width:100%;
  text-align:center;

  height:52px;
  line-height:52px;

  border-radius:26px;
  background:#004E91;
  color:#fff;
  text-decoration:none;
}

.contact-icon img{
  width:22px;
  height:22px;
  object-fit:contain;
}

.contact-item p{
  font-size:14px;
}

.contact-item a{
  font-size:14px;
}

.contact-section{
  background:#F2F2F2;
}
.contact-info{
  background:#00295C;
  color:#fff;
  padding:40px;
  border-radius:16px;
}

.contact-info h2{
  font-weight:700;
}

.contact-info a{
  color:#fff;
  text-decoration:none;
}

.contact-item{
  display:flex;
  align-items:center;
  gap:10px;
}

.contact-item i{
  font-size:18px;
  color:#fff;
  margin:0;
}
.social-icons a{
  display:inline-block;
  width:40px;
  height:40px;
  background:#004E91;
  color:#fff;
  border-radius:50%;
  text-align:center;
  line-height:40px;
  margin-right:10px;
  transition:.3s;
}

.social-icons a:hover{
  background:#fff;
  color:#00295C;
}
.contact-form{
  background:#fff;
  padding:40px;
  border-radius:16px;
}

.contact-form h3{
  font-weight:600;
}

.contact-form .form-control{
  height:50px;
  border-radius:10px;
  border:1px solid #ddd;
}

.contact-form textarea.form-control{
  height:auto;
}

.contact-btn{
  background:#004E91;
  color:#fff;
  border-radius:10px;
  height:50px;
  transition:.3s;
}

.contact-btn:hover{
  background:#00295C;
}
.map-area iframe{
  width:100%;
  height:350px;
  border-radius:16px;
}
@media (max-width: 768px){

  .contact-info,
  .contact-form{
    padding:25px;
  }
}

.contact-section .contact-item i{
  color:#fff;
  font-size:18px;
  margin-right:10px;
}

.social-icons-contact-us{
  margin-top:40px;
}

.social-icons-contact-us a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:50px;
  height:50px;
  background:#004E91;
  border-radius:50%;
  margin-right:10px;
  transition:.3s;
}

.social-icons-contact-us a img{
  width:22px;
}

.social-icons-contact-us a:hover{
  background:#fff;
}

.contact-check{
  font-size:14px;
  color:#555;
}

.contact-check input{
  margin-top:3px;
}

.contact-check label{
  cursor:pointer;
}

@media (max-width: 768px){

  .contact-info,
  .contact-form{
    padding:20px;
  }

  .contact-item{
    font-size:14px;
  }

  .social-icons-contact-us{
    text-align:center;
  }
}

.account-page{
  background:#f8f9fb;
}
.account-sidebar{
  padding:20px;
  box-shadow:inset 0 0 0 1px #eee;
}

.account-user{
  margin-bottom:20px;
}

.account-user img{
  width:80px;
  height:80px;
  border-radius:50%;
  margin-bottom:10px;
}

.account-user h6{
  margin:0;
  font-weight:600;
}

.account-user p{
  font-size:13px;
  color:#888;
}
.account-menu{
  display:flex;
  flex-direction:column;

}

.account-menu li{
  list-style:none;
  border:none;
}
.account-menu li a{
  display:flex;
  align-items:center;
  gap:12px;
  padding:7px 14px;
  border-radius:12px;
  text-decoration:none;
  color:#000000;
  font-size:14px;
  border:none !important;
  transition:all .2s ease;
}
.account-menu li a img{
  width:20px;
  height:20px;
  opacity:0.7;
}
.account-menu li:not(.active) a:hover{
  background:transparent;
}
.account-card{
  border-radius:16px;
  padding:24px;
  box-shadow:inset 0 0 0 1px #eee;
}

.account-title{
  font-weight:600;
  margin-bottom:20px;
}
.account-input{
  color:#1F1F1F;

  outline:none;
  transition:0.2s;
}
.account-input:focus{
  border-color:#00295C;
}
.account-select{
  width:100%;
  height:52px;

  background-color:#fff;
  border:1px solid #F2F2F2;
  border-radius:12px;

  padding:0 40px 0 14px;

  font-size:14px;
  color:#1F1F1F;

  outline:none;
  appearance:none;
  background:url("/website-templates/demo-1/assets/icons/select-arrow.png") no-repeat center;
  background-repeat:no-repeat;
  background-position:right 12px center;
  background-size:16px;
}
.account-select:focus{
  border-color:#00295C;
}
.account-social-row{
  display:flex;
  gap:10px;
  margin-bottom:10px;
}

.account-remove{
  width:48px;
  height:48px;
  border-radius:12px;
  border:none;
  background:#ffe5e5;
  color:red;
}

.account-add{
  font-size:14px;
}

@media (max-width: 992px){
  .account-sidebar{
    margin-bottom:20px;
  }
}

@media (max-width: 576px){

  .account-card{
    padding:16px;
  }

  .account-title{
    font-size:16px;
  }

  .account-input{
    height:44px;
  }

}
.account-acc-item{
  background:#fff;
  border-radius:16px;
  margin-bottom:16px;
  box-shadow:inset 0 0 0 1px #eee;
}

.account-acc-head{
  background:none;
  padding:18px 20px;
  color:#000000;
  font-weight:700;
}
.account-acc-head i{
  transition:.25s;
}
.account-acc-body{
  padding:20px;
}
.account-input{
  height:52px;
  border-radius:12px;
  border:none;
  padding:0 14px;
  font-size:14px;

  background:#fff;
  box-shadow:inset 0 0 0 1px #EEEEEE;
}

.account-input:focus{
  outline:none;
  box-shadow:inset 0 0 0 1px #00295C;
}

.account-password input{
  padding-right:40px;
}

.account-password img{
  right:12px;
}
.account-social{
  gap:10px;
  margin-bottom:10px;
}
.account-add{
  background:#f3f3f3;
  border:none;
  padding:10px 16px;
  border-radius:10px;
}
.account-table{
  border-top:1px solid #eee;
}

.account-table-row{
  display:flex;
  justify-content:space-between;
  padding:12px 0;
  border-bottom:1px solid #eee;
}

.account-table-row.head{
  font-weight:600;
}
.account-table .actions{
  display:flex;
  gap:10px;
}

.account-table img{
  width:16px;
  cursor:pointer;
}
.account-btn{
  padding:14px 40px;
}
@media (max-width: 768px){

  .account-acc-body{
    padding:16px;
  }

  .account-input,
  .account-password input{
    height:48px;
  }

}

.account-create-btn{
  height:52px;
  border-radius:12px;
  background:#f3f3f3;
  font-size:14px;
  font-weight:500;
}
.account-table{

  border-radius:16px;
}
.account-table-header{
  background:#f7f7f7;
  padding:14px;
  border-bottom:1px solid #eee;
}
.account-table-item{

  padding:16px;
  border-bottom:1px solid #eee;
}
.account-table-item:last-child{
  border-bottom:none;
}
.account-table-user{
  color:#666;
  font-size:14px;
}
.account-table-actions{
  gap:10px;
}
.account-table-actions button{
  border-radius:10px;
  background:transparent;
  display:flex;
  align-items:center;
  justify-content:center;
}
.account-table-actions img{
  width:16px;
}
.account-table-actions .danger img{
  filter:invert(24%) sepia(96%) saturate(7496%) hue-rotate(358deg) brightness(96%) contrast(118%);
}

.account-form-group label{
  color:#1F1F1F;
  font-weight:700;
  font-size:14px;
  display:block;
  margin-bottom:6px;
}
.account-page{
  overflow-x:hidden;
}
.account-sidebar{
  border-radius:16px;
  padding:16px;
  background:#fff;
  height:100%;
}
@media (max-width: 991px){
  .account-sidebar{
    margin-bottom:20px;
  }

  .account-menu{
    display:flex;
    overflow-x:auto;
    gap:10px;
    padding-bottom:10px;
  }

  .account-menu li{
    flex:0 0 auto;
  }

  .account-menu a{
    white-space:nowrap;
    padding:10px 14px;
    border-radius:10px;
    background:#f5f5f5;
    font-size:13px;
  }
}
.account-acc-head{
  padding:14px 16px;
  border-radius:12px;
  font-size:14px;
}

.account-input,
.account-select{
  width:100%;
  height:44px;
}
@media (max-width: 768px){
  .account-accordion .row > div{
    width:100%;
  }
}
.account-table{
  overflow-x:auto;
}

.account-table-header,
.account-table-item{
  min-width:500px;
}

.account-social .account-input{
  flex:1;
}
.account-create-btn,
.account-add{
  height:44px;
  font-size:14px;
}
@media (max-width: 768px){
  .account-create-btn{
    width:100%;
  }
}
@media (max-width: 768px){
  .newsletter-box{
    text-align:center;
  }

  .newsletter-input-wrapper{
    width:100%;
  }

  .newsletter-input-wrapper input{
    width:100%;
  }
}
@media (max-width: 768px){
  .navbar-brand img{
    max-height:32px;
  }
}

.account-user{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  width:100%;
}
.account-user img{
  display:block;
  margin-bottom:12px;
}
.account-user h6{
  width:100%;
  text-align:center;
  margin-bottom:4px;
}
.account-user p{
  width:100%;
  text-align:center;
  margin:0;
}
.account-menu{
  list-style:none;
  padding:0;
  margin:0;
}

.account-menu li{
  padding:10px 12px;
  border-radius:10px;
  cursor:pointer;
  font-size:14px;
  color:#374957;
  transition:all .2s ease;
}

.account-menu li:hover{
  background:#f2f2f2;
}

.account-menu li.active{
  background:#00295C;
  color:#fff;
}
.account-acc-item{
  border:1px solid #F2F2F2;
  border-radius:14px;
  margin-bottom:14px;
  overflow:hidden;
}

.account-acc-head{
  width:100%;
  padding:16px;
  background:#fff;
  border:none;
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-weight:600;
}

.account-acc-head i{
  transition:.2s;
}

.account-acc-head:not(.collapsed) i{
  transform:rotate(180deg);
}

.account-acc-body{
  padding:16px;
  border-top:1px solid #F2F2F2;
}
.account-form-group{
  display:flex;
  flex-direction:column;
  gap:6px;
}

.account-form-group label{
  font-size:13px;
  color:#374957;
}
.account-input,
.account-select{
  height:46px;
  border-radius:10px;
  padding:0 14px;
  border:1px solid #F2F2F2;
  font-size:14px;

}

.account-password img{
  position:absolute;
  right:10px;
  top:50%;
  transform:translateY(-50%);
  width:18px;
  cursor:pointer;
}
.account-social{
  display:flex;
  gap:8px;
}
.account-add{
  margin-top:10px;
  background-color:#F2F2F2;
  padding:10px;
  border-radius:16px;
  color:#000;
}
.account-table{
  border-radius:12px;
}

.account-table-header,
.account-table-item{
  display:flex;
  justify-content:space-between;
  padding:12px 16px;
}

.account-table-header{
  background:#F9FAFB;
  font-weight:600;
}

.account-table-actions{
  display:flex;
  gap:8px;
}

.account-table-actions button{
  border:none;
  background:#fff;
  width:36px;
  height:36px;
  border-radius:8px;
  box-shadow:inset 0 0 0 1px #eee;
}

.account-table-actions button.danger{
  background:#fff0f0;
}
.account-btn{
  background:#00295C;
  color:#fff;
  border-radius:12px;
  padding:10px 24px;
  border:none;
}
.account-create-btn{
  height:46px;
  border-radius:10px;
  background:#00295C;
  color:#fff;
  border:none;
}
.account-box{
  padding:20px;
}
.account-box-header{
  margin-bottom:15px;
}

.account-search i{
  color:#999;
}
.account-table-header{
  font-weight:500;
}
.account-table-item .actions{
  display:flex;
  gap:10px;
}

.account-table-item button{
  width:32px;
  height:32px;
  border:1px solid #F2F2F2;
  border-radius:6px;
  background:#fff;
}

.account-table-item button.danger{
  color:red;
}
.account-add-btn{
  margin-top:15px;
  border:none;
  background:#F5F5F5;
  padding:10px 15px;
  border-radius:16px;
  font-size:14px;
}
@media (max-width: 768px){
  .account-table-item{
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
  }

  .account-table-header{
    display:none;
  }
}

.account-box{
  border:1px solid #F2F2F2;
  overflow:hidden;
}
.account-box-header{
  width:100%;
  border:none;
  background:transparent;
  padding:18px 20px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  cursor:pointer;
}

.account-box-header h6{
  margin:0;
  font-weight:600;
}
.account-box-header i{
  transition:0.3s;
}

.account-box-header[aria-expanded="true"] i{
  transform:rotate(180deg);
}
.account-box-body{
  padding:0 20px 20px;
}
.account-search{
  position:relative;
  margin-bottom:15px;
}

.account-search input{
  width:100%;
  height:40px;
  border:1px solid #F2F2F2;
  border-radius:8px;
  padding:0 40px 0 12px;
}

.account-search i{
  position:absolute;
  right:12px;
  top:50%;
  transform:translateY(-50%);
}
.account-table{
  border:1px solid #F2F2F2;
  border-radius:10px;
  overflow:hidden;
}

.account-table-header{
  display:flex;
  justify-content:space-between;
  background:#F7F7F7;
  padding:12px 15px;
}

.account-table-item{
  display:flex;
  justify-content:space-between;
  padding:14px 15px;
  border-top:1px solid #F2F2F2;
  align-items:center;
}
.actions{
  display:flex;
  gap:10px;
}

.actions button{
  width:32px;
  height:32px;
  border:1px solid #F2F2F2;
  background:#fff;
  border-radius:6px;
}

.actions .danger{
  color:red;
}
@media (max-width: 768px){
  .account-table-item{
    flex-direction:column;
    align-items:flex-start;
  }

  .account-table-header{
    display:none;
  }
}
.account-input{
  width:100%;
  height:45px;
  border:1px solid #F2F2F2;
  border-radius:8px;
  padding:0 12px;
}
.account-password{
  position:relative;
}

.account-password i{
  position:absolute;
  right:12px;
  top:50%;
  transform:translateY(-50%);
  color:#999;
  cursor:pointer;
}
.password-info{
  margin-top:15px;
  background:#F7F7F7;
  border-left:3px solid #004E91;
  padding:12px;
  border-radius:8px;
  font-size:13px;
}
.security-item{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:15px 0;
  border-bottom:1px solid #F2F2F2;
}

.security-item p{
  margin:0;
  color:#000;
  font-size:14px;
}
.switch{
  width:45px;
  height:24px;
}

.switch span{
  width:100%;
  height:100%;
  border-radius:20px;
  transition:0.3s;
}

.switch span::before{
  top:3px;
  left:3px;
  transition:0.3s;
}
.account-save-btn{
  background:#004E91;
  color:#fff;
  border:none;
  padding:12px 30px;
  border-radius:8px;
  width:100%;
}
@media (max-width: 768px){
  .security-item{
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
  }
}

.account-card{
  background:#fff;
  border-radius:12px;
  border:1px solid #F2F2F2;
}
.notification-table{
  border-radius:16px;
  overflow:hidden;
  border:1px solid #eee;
  background:#fff;
}

.notification-table table{
  width:100%;
  border-collapse:collapse;
}
.notification-table thead{
  background:#f7f7f7;
}

.notification-table th{
  text-align:left;
  padding:18px 20px;
  font-weight:600;
  color:#000;
}

.notification-table th:not(:first-child){
  text-align:center;
}
.notification-table td{
  padding:18px 20px;
  border-top:1px solid #f1f1f1;
  vertical-align:middle;
}

.notification-table td:not(:first-child){
  text-align:center;
}
.notification-table strong{
  display:block;
  font-size:15px;
  margin-bottom:4px;
}

.notification-table p{
  font-size:13px;
  color:#777;
  margin:0;
}
.switch{
  position:relative;
  width:42px;
  height:22px;
  display:inline-block;
}

.switch input{
  display:none;
}

.switch span{
  position:absolute;
  cursor:pointer;
  background:#ddd;
  border-radius:50px;
  inset:0;
  transition:.3s;
}

.switch span::before{
  content:"";
  position:absolute;
  width:18px;
  height:18px;
  background:#fff;
  border-radius:50%;
  top:2px;
  left:2px;
  transition:.3s;
}

.switch input:checked+span{
  background:#004E91;
}

.switch input:checked+span::before{
  transform:translateX(20px);
}
@media (max-width: 768px){
  .notification-row{
    grid-template-columns:1fr;
    gap:10px;
  }
}

.account-box{
  background:#fff;
  border:1px solid #eee;
  border-radius:12px;
  padding:24px;
}

.account-menu li.active a{
  background:#f5f5f5;
}
.account-table-v2{
  border-radius:16px;
  overflow:hidden;
  border:1px solid #eee;
  background:#fff;
}
.account-table-v2 th:not(:last-child),
.account-table-v2 td:not(:last-child){
  border-right:1px solid #eee;
}

.account-table-v2 table{
  width:100%;
  border-collapse:collapse;
}
.account-table-v2 thead{
  background:#f7f7f7;
}

.account-table-v2 th{
  text-align:left;
  padding:18px 20px;
  font-weight:600;
  color:#000;
}

.account-table-v2 th:not(:first-child){
  text-align:center;
}
.account-table-v2 td{
  padding:18px 20px;
  border-top:1px solid #f1f1f1;
  vertical-align:middle;
}

.account-table-v2 td:not(:first-child){
  text-align:center;
}
.account-table-v2 strong{
  display:block;
  font-size:15px;
  margin-bottom:4px;
}

.account-table-v2 p{
  font-size:13px;
  color:#777;
  margin:0;
}
@media (max-width: 991.98px){
  .notification-table,
  .account-table-v2{
    overflow-x:auto;
    overflow-y:hidden;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    -ms-overflow-style:none;
  }

  .notification-table::-webkit-scrollbar,
  .account-table-v2::-webkit-scrollbar{
    display:none;
  }

  .notification-table table{
    min-width:560px;
  }

  .account-table-v2 table{
    min-width:720px;
  }
}

.custom-progress{
  height:6px;
  background:#eee;
  border-radius:999px;
  overflow:hidden;
  display:none;
}

.custom-progress.is-visible{
  display:block;
}

.custom-progress-bar{
  width:0;
  height:100%;
  background:var(--bg-primary);
  border-radius:inherit;
  transition:width 0.2s ease, transform 0.2s ease;
}

.iade-btn{
  background:#f5f5f5;
  border:none;
  padding:10px 18px;
  border-radius:10px;
  font-size:14px;
}

.search-icon{
  position:absolute;
  right:15px;
  top:50%;
  transform:translateY(-50%);
  color:#999;
}

.fav-img{
  display:flex;
  flex-direction:column;
  align-items:center;
  font-size:12px;
  color:#777;
}

.fav-img i{
  font-size:20px;
  margin-bottom:4px;
}

.notify-img{
  width:50px;
  height:60px;
  object-fit:cover;
  border-radius:6px;
}

.account-menu li.active a{
  background:#f3f6fb;
  color:#0d3b66;
  border-radius:8px;
}

.account-menu li.active img{
  filter:brightness(0) saturate(100%) invert(23%) sepia(96%) saturate(900%) hue-rotate(190deg);
}

.bank-item{
  border:1px solid #eee;
  padding:20px;
  border-radius:12px;
  margin-bottom:20px;
}

.bank-logo{
  width:120px;
}

.iban-box{
  background:#f5f5f5;
  padding:10px;
  border-radius:8px;
  margin-top:10px;
  display:flex;
  justify-content:space-between;
}

.bank-alert{
  border:1px solid #0d3b66;
  padding:20px;
  border-radius:10px;
  background:#f7fbff;
}

.bank-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:10px 14px;
  border-radius:6px;
  margin-bottom:8px;
  background:#f3f3f3;
}

.bank-row:nth-child(even){
  background:#fafafa;
}

.bank-row span{
  font-weight:500;
  color:#666;
  min-width:140px;
}

.bank-row p{
  margin:0;
  color:#333;
}

.iban-row{
  position:relative;
}

.iban-row i{
  position:absolute;
  right:12px;
  cursor:pointer;
  color:#888;
}

.bank-form{
  border:1px solid #eee;
  border-radius:12px;
}
.eft-info-list{
  list-style:none;
  padding:0;
}

.eft-info-list li{
  position:relative;
  padding-left:28px;
  margin-bottom:15px;
  color:#666;
}

.eft-info-list li::before{
  position:absolute;
  left:0;
  top:0;
  color:#0d3b66;
  font-weight:bold;
}
.bank-form label{
  margin-bottom:5px;
  display:block;
}
.file-input-wrapper{
  border:1px solid #eee;
  padding:12px;
  background:#fafafa;
}

.file-input-wrapper input{
  position:absolute;
  inset:0;
  opacity:0;
  cursor:pointer;
}

.file-input-wrapper span{
  color:#999;
}

.file-input-wrapper i{
  position:absolute;
  right:12px;
  top:50%;
  transform:translateY(-50%);
}
.captcha-box{
  height:45px;
  background:#eee;
}
.submit-btn{
  background:#0d3b66;
  padding:12px;
  border-radius:12px;
}

@media (max-width: 992px){

  .account-sidebar{
    margin-bottom:20px;
  }

  .account-menu{
    display:flex;
    overflow-x:auto;
    gap:10px;
    padding:10px;
  }

  .account-menu li{
    flex:0 0 auto;
  }

  .account-menu li a{
    white-space:nowrap;
    padding:10px 14px;
    border:1px solid #F2F2F2;
    background:#fff;
    border-radius:12px;
  }
  .account-user{
    display:none;
  }
}
.account-menu::-webkit-scrollbar{
  display:none;
}
.account-menu li a.active{
  background:#ffffff !important;
  color:#004E91 !important;
  font-weight:600;
}
.account-menu li a.active img{
  filter:brightness(0) saturate(100%) invert(23%) sepia(98%) saturate(747%) hue-rotate(190deg) brightness(90%) contrast(101%) !important;
}
.profile-social-trash{
  background-color:#F2F2F2;
  border-radius:12px;
  text-align:center;
  align-items:center;
  border:none;
  padding:1rem;
  cursor:pointer;

  transition:all 0.25s ease;
}
.profile-social-trash:hover{
  background-color:#ffffff;
  transform:translateY(-3px);
  box-shadow:0 8px 20px rgba(0, 0, 0, 0.08);
}
.account-sidebar-collapse{
  display:block;
}

.account-sidebar-toggle{
  display:none;
  width:100%;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  border:1px solid #E9EEF4;
  background:#F8FAFC;
  border-radius:14px;
  padding:12px 14px;
  margin-bottom:12px;
  font-weight:700;
  color:#1F1F1F;
}

.account-sidebar-toggle i{
  transition:transform 0.2s ease;
}

.account-sidebar.is-open .account-sidebar-toggle i{
  transform:rotate(180deg);
}

@media (max-width: 1199.98px){
  .account-sidebar{
    margin-bottom:20px;
    padding:14px;
    border:1px solid #EEF2F7;
    box-shadow:0 8px 24px rgba(15, 23, 42, 0.04);
  }

  .account-sidebar-toggle{
    display:flex;
  }

  .account-sidebar-collapse{
    display:none;
  }

  .account-sidebar.is-open .account-sidebar-collapse{
    display:block;
  }

  .account-user{
    display:flex !important;
    flex-direction:column !important;
    align-items:center;
    justify-content:center;
    gap:8px;
    text-align:center !important;
    margin-bottom:12px;
  }

  .account-user img{
    width:64px;
    height:64px;
    margin-bottom:0;
    border-radius:50%;
    object-fit:cover;
    flex-shrink:0;
  }

  .account-user h6,
  .account-user p{
    text-align:center;
  }

  .account-menu{
    display:flex;
    flex-direction:column;
    overflow:visible;
    gap:8px;
    padding:0;
  }

  .account-menu li{
    flex:none;
    padding:0;
  }

  .account-menu li a{
    display:flex;
    align-items:center;
    gap:10px;
    white-space:normal;
    padding:12px 14px;
    border:1px solid #EEF2F7;
    background:#F8FAFC;
    border-radius:12px;
  }

  .account-menu li a img{
    width:18px;
    flex-shrink:0;
  }
  .account-page .row.g-4{
    flex-direction:column;
  }

  .account-page .col-lg-2,
  .account-page .col-lg-10{
    width:100%;
    max-width:100%;
    flex:0 0 100%;
  }

  .account-sidebar{
    width:100%;
  }
}

@media (min-width: 1200px){
  .account-sidebar-collapse{
    display:block !important;
  }

  .account-sidebar-toggle{
    display:none !important;
  }

  .account-page .row.g-4{
    flex-wrap:nowrap;
  }

  .account-page .col-lg-2{
    flex:0 0 280px;
    max-width:280px;
    width:280px;
  }

  .account-page .col-lg-10{
    flex:1 1 auto;
    max-width:calc(100% - 280px);
  }

  .account-menu li a{
    white-space:nowrap;
  }
}
.profile-social-trash:active{
  transform:scale(0.97);
  box-shadow:0 4px 10px rgba(0,0,0,0.05);
}

.account-input[type="date"]::-webkit-calendar-picker-indicator{
  opacity:0;
  position:absolute;
  right:10px;
  width:100%;
  height:100%;
  cursor:pointer;
}

.date-input-wrapper{
  position:relative;
}

.date-icon{
  position:absolute;
  right:12px;
  top:50%;
  transform:translateY(-50%);
  width:18px;
  pointer-events:none;
}
.products-section .product-card,
.products-section .products-wrapper .product-card,
.product-list-section .products-wrapper .product-card{
  height:100%;
}

.products-section .product-card .product-image,
.products-section .products-wrapper .product-image,
.product-list-section .products-wrapper .product-image{
  aspect-ratio:1 / 1;
}

.products-section .product-card .product-bottom,
.products-section .products-wrapper .product-bottom,
.product-list-section .products-wrapper .product-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  flex-wrap:nowrap;
}

.products-section .product-card .actions,
.products-section .products-wrapper .actions,
.product-list-section .products-wrapper .actions{
  display:flex !important;
  flex-direction:row !important;
  flex-wrap:nowrap !important;
  gap:6px;
  width:auto !important;
  margin-left:auto;
}

.products-section .product-card .actions button,
.products-section .product-card .actions a,
.products-section .products-wrapper .actions button,
.products-section .products-wrapper .actions a,
.product-list-section .products-wrapper .actions button,
.product-list-section .products-wrapper .actions a{
  flex:0 0 44px !important;
  width:44px !important;
  height:44px !important;
  min-width:44px !important;
  min-height:44px !important;
  padding:0 !important;
  border-radius:50% !important;
}

.products-section .product-card .actions img,
.products-section .products-wrapper .actions img,
.product-list-section .products-wrapper .actions img{
  width:14px;
  height:14px;
}

@media (max-width: 768px){
  .products-section .product-tabs{
    width:100%;
    justify-content:center !important;
    flex-wrap:nowrap;
    gap:4px;
    padding:6px 8px;
    border-radius:18px;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }

  .products-section .product-tabs::-webkit-scrollbar{
    display:none;
  }

  .products-section .tab-btn{
    flex:0 0 auto;
    white-space:nowrap;
    font-size:11px;
    padding:6px 10px;
  }

  .products-section .product-card,
  .products-section .products-wrapper .product-card,
  .product-list-section .products-wrapper .product-card{
    padding:8px;
  }

  .products-section .product-card .color-swatches,
  .products-section .products-wrapper .color-swatches,
  .product-list-section .products-wrapper .color-swatches{
    margin-top:8px;
    margin-bottom:8px;
    gap:4px;
  }

  .products-section .product-card .swatch,
  .products-section .products-wrapper .swatch,
  .product-list-section .products-wrapper .swatch{
    width:28px;
    height:28px;
    border-radius:7px;
  }

  .products-section .product-card .product-title,
  .products-section .products-wrapper .product-title,
  .product-list-section .products-wrapper .product-title{
    font-size:12px;
    line-height:1.2;
    margin-bottom:2px;
  }

  .products-section .product-card .product-rating,
  .products-section .products-wrapper .product-rating,
  .product-list-section .products-wrapper .product-rating{
    font-size:11px;
    margin-bottom:4px;
  }

  .products-section .product-card .product-bottom,
  .products-section .products-wrapper .product-bottom,
  .product-list-section .products-wrapper .product-bottom{
    gap:6px;
  }

  .products-section .product-card .price,
  .products-section .products-wrapper .price,
  .product-list-section .products-wrapper .price{
    font-size:11px;
    white-space:nowrap;
  }

  .products-section .product-card .actions,
  .products-section .products-wrapper .actions,
  .product-list-section .products-wrapper .actions{
    gap:4px;
  }

  .products-section .product-card .actions button,
  .products-section .product-card .actions a,
  .products-section .products-wrapper .actions button,
  .products-section .products-wrapper .actions a,
  .product-list-section .products-wrapper .actions button,
  .product-list-section .products-wrapper .actions a{
    flex-basis:30px !important;
    width:30px !important;
    height:30px !important;
    min-width:30px !important;
    min-height:30px !important;
  }

  .products-section .product-card .actions img,
  .products-section .products-wrapper .actions img,
  .product-list-section .products-wrapper .actions img{
    width:14px;
    height:14px;
  }
}

@media (max-width: 575.98px){
  .products-section .tab-content .row > [class*="col-"],
  .products-section .products-wrapper > [class*="col-"],
  .product-list-section #productGrid > [class*="col-"],
  .product-list-section .products-wrapper > [class*="col-"]{
    flex:0 0 50%;
    max-width:50%;
  }

  .products-section .product-card,
  .products-section .products-wrapper .product-card,
  .product-list-section .products-wrapper .product-card{
    padding:8px;
  }

  .products-section .product-card .product-bottom,
  .products-section .products-wrapper .product-bottom,
  .product-list-section .products-wrapper .product-bottom{
    flex-wrap:wrap;
    align-items:flex-start;
    gap:8px;
  }

  .products-section .product-card .price,
  .products-section .products-wrapper .price,
  .product-list-section .products-wrapper .price{
    white-space:normal;
    min-width:0;
  }

  .products-section .product-card .actions,
  .products-section .products-wrapper .actions,
  .product-list-section .products-wrapper .actions{
    margin-left:0;
  }

  .product-list-section .nx-select{
    width:100%;
    min-width:0;
  }

  .product-list-section .listing-toolbar-actions{
    flex-direction:row !important;
    flex-wrap:wrap;
    gap:8px;
  }

  .product-list-section .listing-toolbar-actions .nx-select{
    flex:1 1 calc(50% - 4px);
    min-width:0;
  }

  .product-list-section .listing-toolbar-actions .view-switch{
    width:100%;
    justify-content:flex-end;
  }
}

.about-hero h1{
  font-size:clamp(28px, 5vw, 42px);
}

.about-section h3{
  font-size:26px;
}

.feature-box{
  background:#fff;
  border-radius:16px;
  transition:0.3s;
}

.feature-box:hover{
  transform:translateY(-5px);
  box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.text-brand{
  color:#004E91;
}
.about-modern .about-card{
  aspect-ratio:1 / 1;
  border-radius:12px;
  background:#f3f3f3;
}

.about-modern .about-card img{
  height:100%;
}
.nx-blog-card{
  transition:0.3s ease;
  display:block;
  text-decoration:none;
  color:inherit;
  cursor:pointer;
}

.nx-blog-card:hover{
  color:inherit;
}

.nx-blog-card:hover .nx-blog-title{
  color:#004E91;
}

.blog-list-section .nx-blog-title{
  font-size:16px;
}
.blog-list-section .nx-blog-link{
  font-size:14px;
}

.nx-blog-img{
  overflow:hidden;
  border-radius:16px;
}

.nx-blog-img img{
  border-radius:16px;
  height:280px;
  object-fit:cover;
  transition:0.4s ease;
}
.nx-blog-card:hover img{
  transform:scale(1.06);
}

.nx-blog-card:hover{
  transform:translateY(-6px);
}
.nx-blog-badge{
  position:absolute;
  top:14px;
  left:14px;
  font-size:12px;
  padding:6px 10px;
  border-radius:20px;
  background:#004E91;
}
.nx-blog-date{
  font-size:13px;
  color:#999;
}
.nx-blog-title{
  font-size:18px;
  margin-bottom:10px;
}
.nx-blog-link{
  font-weight:600;
  color:#000;
  text-decoration:none;
  display:inline-flex;
  gap:6px;
  align-items:center;
  transition:0.2s;
}

.nx-blog-link span{
  transition:0.2s;
}

.nx-blog-link:hover{
  color:#004E91;
}

.nx-blog-link:hover span{
  transform:translateX(4px);
}
.blog-section .row{
  row-gap:40px;
}
@media (max-width: 768px){
  .nx-blog-img img{
    height:220px;
  }
}
.store-box{
  background:#fff;
  border-radius:var(--radius-md);
  border:1px solid #eee;
  box-shadow:0 10px 24px rgba(0, 0, 0, 0.04);
  transition:transform 0.3s ease, box-shadow 0.3s ease;
}

.store-box:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 32px rgba(0, 41, 92, 0.10);
}
.store-img{
  min-height:100%;
}

.store-img img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.store-content{
  padding:36px;
  background:linear-gradient(180deg, #fff 0%, #fbfcfe 100%);
}

.store-content h3{
  font-weight:700;
  font-size:28px;
  color:var(--bg-primary);
  margin-bottom:0;
}
.store-content h6{
  font-weight:600;
  margin-bottom:6px;
  color:#1f1f1f;
  font-size:14px;
}

.store-content p{
  color:#666;
  font-size:14px;
  margin:0;
}
.store-social{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.store-social i{
  width:36px;
  height:36px;
  background:rgba(0, 41, 92, 0.08);
  color:var(--bg-primary);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:0.3s;
  font-size:15px;
}

.store-social i:hover{
  background:var(--bg-primary);
  color:#fff;
  transform:translateY(-2px);
}
@media (max-width: 991px){
  .store-content{
    padding:24px;
  }
}

@media (max-width: 768px){
  .store-img img{
    height:240px;
  }

  .store-content{
    padding:20px;
  }

  .store-content h3{
    font-size:22px;
  }
}
.support-section{
  background:#f8f9fb;
}
.support-group{
  scroll-margin-top:120px;
}
.support-menu{
  background:#fff;
  border-radius:16px;
  padding:18px;
  border:1px solid #eee;
  display:flex;
  flex-direction:column;
  gap:8px;
}

.support-menu__item{
  padding:12px 14px;
  border-radius:10px;
  color:#666;
  font-weight:500;
  text-decoration:none;
  transition:0.2s ease;
}

.support-menu__item:hover{
  background:#f1f3f7;
  color:#000;
}

.support-menu__item.active{
  background:rgba(0, 78, 145, 0.1);
  color:#004E91;
  font-weight:600;
}
.support-box{
  background:#355f8c;
  border-radius:24px;
  padding:30px;
  color:#fff;
}
.support-title{
  font-size:26px;
  font-weight:600;
  margin-bottom:25px;
}
.support-list{
  display:flex;
  flex-direction:column;
  gap:12px;
}
.support-item{
  background:#114D87;
  color:#fff;
  border-radius:14px;
  overflow:hidden;
}
.support-question{
  padding:16px 18px;
  display:flex;
  align-items:center;
  gap:10px;
  cursor:pointer;
  font-size:15px;
  color:#333;
}

.support-question span{
  font-size:13px;
  color:#999;
}
.support-question i{
  margin-left:auto;
  font-size:14px;
  color:#999;
  transition:0.3s;
}
.support-answer{
  max-height:0;
  overflow:hidden;
  padding:0 18px;
  font-size:14px;
  color:#555;
  transition:all 0.3s ease;
}
.support-item.active .support-answer{
  max-height:200px;
  padding:0 18px 15px;
}

.support-item.active i{
  transform:rotate(180deg);
}
.support-item{
  background:transparent;
  border-bottom:1px solid rgba(255,255,255,0.2);
  border-radius:0;
}
.support-question{
  color:#fff;
}
.support-question span{
  color:rgba(255,255,255,0.6);
}
.support-question i{
  color:rgba(255,255,255,0.7);
}
.support-answer{
  color:rgba(255,255,255,0.85);
}
.support-more-btn{
  display:inline-block;
  margin-top:20px;
  background:#fff;
  color:#355f8c;
  padding:10px 20px;
  border-radius:12px;
  font-weight:500;
  text-decoration:none;
  transition:0.2s;
}

.support-more-btn:hover{
  background:#eaeaea;
}
@media (max-width: 991px){
  .support-box{
    padding:25px;
  }
}
@media (max-width: 768px){

  .support-menu{
    flex-direction:row;
    overflow-x:auto;
    white-space:nowrap;
  }

  .support-menu__item{
    flex:0 0 auto;
  }

  .support-title{
    font-size:20px;
  }

  .support-question{
    font-size:14px;
  }
}
.login-wrapper{
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(0, 1fr);
  gap:60px;
  width:100%;
  margin:0 auto;
  background:#fff;
  border-radius:var(--radius-md);
  padding:40px;
  border:1px solid #eee;
  box-shadow:0 10px 24px rgba(0, 0, 0, 0.04);
}
.login-left,
.login-right{
  min-width:0;
}
.login-right{
  border-left:1px solid #e5e5e5;
  padding-left:60px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
}
.login-title{
  font-weight:700;
  margin-bottom:25px;
  color:#000;
}

.login-field .account-input{
  background:#fff;
  border:1px solid #e9edf2;
  box-shadow:none;
}

.login-field .account-input:focus{
  border-color:var(--bg-primary);
}
.login-options{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:20px;
  gap:12px;
}
.login-forgot{
  font-size:14px;
  color:#000;
  text-decoration:none;
}
.login-desc{
  color:#666;
  max-width:400px;
  margin-bottom:25px;
}
.login-btn{
  width:auto;
  min-width:160px;
  height:46px;
  border:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  transition:all 0.25s ease;
  text-decoration:none;
}

.login-btn--primary{
  background:var(--bg-primary);
  color:#fff;
}

.login-btn--primary:hover{
  background:var(--bg-secondary);
  transform:translateY(-2px);
  box-shadow:0 10px 20px rgba(0, 41, 92, 0.18);
}

.login-btn--secondary{
  background:rgba(0, 41, 92, 0.08);
  color:var(--bg-primary);
}

.login-btn--secondary:hover{
  background:rgba(0, 41, 92, 0.14);
  transform:translateY(-2px);
}
@media (max-width: 992px){
  .login-wrapper{
    grid-template-columns:1fr;
    padding:28px;
  }

  .login-right{
    border-left:none;
    border-top:1px solid #e5e5e5;
    padding-left:0;
    padding-top:30px;
  }
}

@media (max-width: 576px){
  .login-wrapper{
    padding:20px;
  }

  .login-options{
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
  }

  .login-left .btn,
  .login-right .btn{
    width:100%;
  }

  .login-btn{
    height:48px;
  }
}
.auth-wrapper{
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(0, 1fr);
  gap:48px;
  justify-content:space-between;
  width:100%;
  margin:0 auto;
  background:#fff;
  border:1px solid #eee;
  border-radius:var(--radius-md);
  padding:40px;
  box-shadow:0 10px 24px rgba(0, 0, 0, 0.04);
}
.auth-left{
  min-width:0;
}
.auth-right{
  border-left:1px solid #e5e5e5;
  padding-left:60px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
}
.auth-title{
  font-size:28px;
  font-weight:600;
  margin-bottom:16px;
  color:#000;
}
.auth-desc{
  color:#000;
  margin-bottom:24px;
  max-width:400px;
}
.auth-eyebrow{
  display:inline-block;
  margin-bottom:10px;
  font-size:12px;
  letter-spacing:0.08em;
  text-transform:uppercase;
  font-weight:700;
  color:#000;
}
.auth-field .account-input{
  background:#fff;
  border:1px solid #e9edf2;
  box-shadow:none;
}

.auth-field .account-input:focus{
  border-color:var(--bg-primary);
}
.auth-checkbox{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:14px;
  color:#666;
}
.auth-benefits{
  display:grid;
  gap:12px;
  margin-bottom:24px;
}

.auth-benefit{
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 14px;
  border-radius:12px;
  background:rgba(0, 41, 92, 0.05);
  color:#000;
  font-size:14px;
}

.auth-benefit i{
  color:var(--bg-primary);
  font-size:16px;
}
.login-btn{
  padding:0 22px;
  border-radius:12px;
  font-weight:600;
}
@media (max-width: 992px){
  .auth-wrapper{
    grid-template-columns:1fr;
    gap:32px;
    padding:28px;
  }

  .auth-right{
    border-left:none;
    padding-left:0;
    border-top:1px solid #e5e5e5;
    padding-top:30px;
  }
}

@media (max-width: 576px){
  .auth-wrapper{
    padding:20px;
  }

  .auth-title{
    font-size:22px;
  }

  .auth-benefit{
    font-size:13px;
  }

  .login-btn{
    width:100%;
    min-width:0;
  }
}
.checkout-box{
  background:#fff;
  border:1px solid #eee;
  border-radius:var(--radius-md);
  padding:24px;
  box-shadow:0 10px 24px rgba(0, 0, 0, 0.04);
}

.checkout-title{
  font-weight:600;
  margin-bottom:20px;
  color:#000;
}

.checkout-summary{
  background:#fff;
  border-radius:var(--radius-md);
  padding:24px;
  border:1px solid #eee;
  position:sticky;
  top:0;
  box-shadow:0 10px 24px rgba(0, 0, 0, 0.04);
}
.checkout-item{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:16px;
}

.checkout-item img{
  width:60px;
  border-radius:12px;
}

.checkout-item-title{
  font-weight:500;
  color:#000;
}

.checkout-item-meta{
  font-size:12px;
  color:#777;
}

.checkout-item-price{
  margin-left:auto;
  font-weight:600;
  color:#000;
}
.checkout-total{
  border-top:1px solid #eee;
  padding-top:15px;
  color:#000;
}

.checkout-total div{
  display:flex;
  justify-content:space-between;
  margin-bottom:6px;
}

.checkout-total .grand{
  font-weight:700;
  font-size:18px;
  color:#000;
}
.checkout-payment{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.payment-option{
  display:flex;
  align-items:center;
  gap:10px;
  border:1px solid #e9edf2;
  padding:12px 14px;
  border-radius:12px;
  cursor:pointer;
  background:#fff;
  color:#000;
  transition:all 0.2s ease;
}

.payment-option.active{
  border-color:var(--bg-primary);
  background:rgba(0, 41, 92, 0.06);
  color:#000;
}

.payment-option input{
  accent-color:var(--bg-primary);
}
.btn-brand{
  background:var(--bg-primary);
  color:#fff;
  border:none;
  border-radius:12px;
  height:48px;
  font-weight:600;
  transition:all 0.25s ease;
}

.btn-brand:hover{
  background:var(--bg-secondary);
  color:#fff;
  transform:translateY(-2px);
  box-shadow:0 10px 20px rgba(0, 41, 92, 0.18);
}
@media (max-width: 991px){
  .checkout-summary{
    position:static;
  }

  .checkout-box,
  .checkout-summary{
    padding:20px;
  }

  .checkout-payment{
    flex-direction:column;
  }
}

.error-modern-btn{
  background-color:#004E91;
  color:#fff;
  padding:1rem;
  text-decoration:none;
  border-radius:12px;
}
.blog-detail-title{
  font-weight:600;
}

.blog-detail-content p{
  color:#555;
  line-height:1.8;
}

.blog-detail-content h5{
  margin-top:25px;
  font-weight:600;
}

.blog-quote{
  border-left:4px solid #0d6efd;
  padding-left:15px;
  font-style:italic;
  color:#333;
}
.blog-sidebar-box{
  background:#fff;
  padding:20px;
  border-radius:12px;
  border:1px solid #eee;
}

.blog-sidebar-box h6{
  font-weight:600;
  margin-bottom:15px;
}

.blog-sidebar-list{
  list-style:none;
  padding:0;
  margin:0;
}

.blog-sidebar-list li{
  margin-bottom:10px;
}

.blog-sidebar-list a{
  text-decoration:none;
  color:#333;
}

.blog-recent-item{
  display:flex;
  gap:10px;
  margin-bottom:15px;
}

.blog-recent-item img{
  width:70px;
  height:70px;
  object-fit:cover;
  border-radius:8px;
}

.blog-recent-item .title{
  font-size:14px;
  font-weight:500;
}
.blog-tags a{
  display:inline-block;
  margin:5px;
  padding:5px 10px;
  background:#f2f2f2;
  border-radius:20px;
  font-size:12px;
}
@media (max-width: 991px){
  .blog-detail{
    padding-top:30px;
  }
}

.nx-blog-main{
  max-width:680px;
}
.nx-blog-title{
  font-size:28px;
  font-weight:600;
  line-height:1.3;
}
.nx-blog-meta{
  display:flex;
  align-items:center;
  gap:10px;
  color:#777;
  font-size:14px;
}

.nx-blog-meta img{
  width:32px;
  height:32px;
  border-radius:50%;
}
.nx-blog-cover img{
  width:100%;
  height:380px;
  object-fit:cover;
  border-radius:18px;
}
.nx-blog-content p{
  color:#555;
  line-height:1.8;
  font-size:15px;
}
.nx-blog-img-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin:20px 0;
}

.nx-blog-img-grid img{
  width:100%;
  height:200px;
  object-fit:cover;
  border-radius:12px;
}
.nx-blog-quote{
  background:#f5f7fb;
  padding:18px;
  border-radius:12px;
  margin-top:20px;
  font-style:italic;
}
.nx-author-img{
  width:70px;
  height:70px;
  border-radius:50%;
}
.blog-sidebar-box{
  box-shadow:0 5px 25px rgba(0,0,0,0.04);
  border:none;
}
@media (max-width: 991px){

  .nx-blog-main{
    max-width:100%;
  }

  .nx-blog-cover img{
    height:250px;
  }

  .nx-blog-img-grid{
    grid-template-columns:1fr;
  }

}
.card-link{
  position:absolute;
  inset:0;
  z-index:3;
}
.main-card,
.sub-card{
  position:relative;
  overflow:hidden;
  border-radius:16px;
}
.about-modern .about-card{
  border-radius:14px;
  overflow:hidden;
}
.about-modern .about-card img{
  width:100%;
  aspect-ratio:4 / 5;
  object-fit:cover;
  display:block;
}
.account-input,
.account-select,
.account-password input,
.account-search input{
  height:48px !important;
  border:1px solid #E5E7EB !important;
  border-radius:10px !important;
  padding:0 14px !important;
  background:#fff !important;
  box-shadow:none !important;
  font-size:14px !important;
  color:#111827;
  width:100%;
}
.account-input:focus,
.account-select:focus,
.account-password input:focus,
.account-search input:focus{
  border-color:#00295C !important;
  outline:none !important;
}
.account-password input{
  padding-right:42px !important;
}
.account-password i,
.account-password img{
  position:absolute;
  right:14px;
  top:50%;
  transform:translateY(-50%);
  color:#6B7280;
  cursor:pointer;
  font-size:16px;
}
.account-form-group{
  margin-bottom:0;
}
.account-acc-body .row > [class*="col-"],
.account-box-body .row > [class*="col-"]{
  margin-bottom:8px;
}
.account-acc-body{
  padding:24px !important;
}
.account-box-body{
  padding:4px 24px 24px !important;
}
.account-box-header{
  padding:18px 24px !important;
}
@media (max-width: 575.98px){
  .account-acc-body{
    padding:18px !important;
  }
  .account-box-body{
    padding:4px 18px 18px !important;
  }
  .account-box-header{
    padding:16px 18px !important;
  }
}
.account-box-body .account-form-group{
  margin-bottom:16px;
}
.account-box-body .account-form-group:last-of-type{
  margin-bottom:0;
}
.account-form-group label{
  font-size:13px !important;
  font-weight:500 !important;
  color:#374957 !important;
  margin-bottom:6px !important;
}
.error-404-section{
  min-height:78vh;
  padding-top:64px !important;
  padding-bottom:64px !important;
}
@media (min-width: 992px){
  .error-404-section{
    min-height:82vh;
    padding-top:96px !important;
    padding-bottom:96px !important;
  }
}
@media (max-width: 575.98px){
  .error-404-section{
    min-height:70vh;
    padding-top:48px !important;
    padding-bottom:48px !important;
  }
}
.error-404-section .row{
  --bs-gutter-x:3rem;
}
.error-visual-modern img{
  width:100%;
  max-width:520px;
  height:auto;
  display:block;
  margin:0 auto;
}
.error-modern-title{
  font-size:clamp(28px, 4vw, 44px);
  font-weight:700;
  color:#00295C;
}
.error-modern-text{
  font-size:16px;
  color:#4B5563;
  line-height:1.7;
  max-width:560px;
  margin-left:auto;
  margin-right:auto;
}
.error-modern-btn{
  display:inline-block;
  font-weight:600;
  padding:14px 28px !important;
  border-radius:12px !important;
  transition:all 0.25s ease;
}
.error-modern-btn:hover{
  background-color:#00295C !important;
  transform:translateY(-2px);
  box-shadow:0 10px 22px rgba(0, 41, 92, 0.18);
}
@media (min-width: 992px){
  .error-404-section .col-lg-6{
    flex:0 0 50%;
    max-width:50%;
  }
}

.store-box{
  display:flex;
  flex-direction:column;
  width:100%;
  height:100%;
  overflow:hidden;
}
.store-box > .row{
  align-items:stretch;
  flex:1 1 auto;
  width:100%;
  margin:0;
}
.store-box > .row > [class*="col-"]{
  display:flex;
  flex-direction:column;
}
.store-img{
  width:100%;
  height:100%;
  background:#e9eef5;
  overflow:hidden;
  flex:1 1 auto;
}
.store-img img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block;
}
.store-content{
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  flex:1 1 auto;
}
.store-content > .row.mt-4{
  margin-top:28px !important;
}
@media (min-width: 1200px){
  .store-box,
  .store-box > .row,
  .store-box > .row > [class*="col-"]{
    min-height:380px;
  }
  .store-content{
    padding:36px 40px;
  }
  .store-content h3{
    font-size:28px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px){
  .store-box,
  .store-box > .row,
  .store-box > .row > [class*="col-"]{
    min-height:340px;
  }
  .store-content{
    padding:28px 32px;
  }
  .store-content h3{
    font-size:24px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .store-box > .row > .col-lg-6{
    flex:0 0 50% !important;
    max-width:50% !important;
  }
  .store-box,
  .store-box > .row,
  .store-box > .row > [class*="col-"]{
    min-height:300px;
  }
  .store-content{
    padding:22px 24px;
  }
  .store-content h3{
    font-size:22px;
    margin-bottom:4px;
  }
  .store-content .row.mt-4{
    margin-top:18px !important;
    --bs-gutter-x:12px;
  }
  .store-content h6{
    font-size:13px;
    margin-bottom:4px;
  }
  .store-content p{
    font-size:13px;
  }
  .store-social{
    gap:6px;
  }
  .store-social i{
    width:30px;
    height:30px;
    font-size:13px;
  }
}
@media (max-width: 767.98px){
  .store-section{
    padding-top:24px !important;
    padding-bottom:24px !important;
  }
  .store-section .container{
    padding-left:16px;
    padding-right:16px;
  }
  .store-box{
    margin-bottom:16px !important;
    border-radius:14px;
  }
  .store-box > .row > .col-lg-6{
    flex:0 0 100% !important;
    max-width:100% !important;
    width:100% !important;
  }
  .store-box .store-img{
    aspect-ratio:16 / 9;
    height:auto;
    flex:0 0 auto;
  }
  .store-content{
    padding:20px 18px 22px;
    height:auto;
  }
  .store-content h3{
    font-size:20px;
    margin-bottom:0;
  }
  .store-content > .row.mt-4{
    margin-top:18px !important;
    --bs-gutter-x:12px;
  }
  .store-content .row > [class*="col-"]{
    flex:0 0 50%;
    max-width:50%;
    margin-bottom:14px;
  }
  .store-content .row > [class*="col-"]:nth-last-child(-n+2){
    margin-bottom:0;
  }
  .store-content h6{
    font-size:13px;
    margin-bottom:2px;
  }
  .store-content p{
    font-size:13px;
    line-height:1.4;
  }
  .store-social{
    gap:6px;
  }
  .store-social i{
    width:30px;
    height:30px;
    font-size:13px;
  }
  .store-box > .row{
    min-height:0;
  }
}
@media (max-width: 380px){
  .store-content .row > [class*="col-"]{
    flex:0 0 100%;
    max-width:100%;
  }
  .store-content .row > [class*="col-"]:nth-last-child(-n+2){
    margin-bottom:14px;
  }
  .store-content .row > [class*="col-"]:last-child{
    margin-bottom:0;
  }
}
.section-title{
  font-size:clamp(22px, 2.6vw, 28px);
  font-weight:600;
  line-height:1.2;
  color:#111827;
  letter-spacing:-0.01em;
}
.main-card,
.sub-card{
  background:#f3f5f7;
}
.main-card-img{
  object-fit:contain !important;
  object-position:right bottom !important;
}
.sub-card-img{
  object-fit:contain !important;
  object-position:center !important;
  width:130px !important;
  height:auto !important;
  max-height:152px;
}
@media (max-width: 768px){
  .main-card-img{
    object-fit:contain !important;
    object-position:center bottom !important;
  }
  .sub-card-img{
    width:100px !important;
    max-height:120px;
  }
}
.features-section .feature-item{
  min-height:64px;
  align-items:center !important;
}
.features-section .feature-item h6{
  font-size:14px;
  line-height:1.3;
  margin-bottom:4px !important;
  white-space:nowrap;
}
.features-section .feature-item p{
  font-size:12px;
  line-height:1.4;
  margin:0;
}
@media (max-width: 575.98px){
  .features-section .row > .col-6{
    flex:0 0 100%;
    max-width:100%;
  }
  .features-section .feature-item{
    text-align:left !important;
    justify-content:flex-start !important;
  }
}
#filterPanel .accordion-button{
  cursor:pointer !important;
  pointer-events:auto !important;
}
.category-list-section .row{
  --bs-gutter-x:1.75rem;
  --bs-gutter-y:1.75rem;
}
@media (min-width: 992px){
  .category-list-section .row{
    --bs-gutter-x:2.25rem;
    --bs-gutter-y:2.25rem;
  }
}
.social-icons-contact-us{
  display:flex !important;
  justify-content:flex-start !important;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}
.social-icons-contact-us a{
  margin:0 !important;
}
@media (max-width: 768px){
  .social-icons-contact-us{
    justify-content:flex-start !important;
    text-align:left !important;
  }
}
.product-info .price{
  font-size:22px !important;
  font-weight:600 !important;
  margin:12px 0 !important;
}
@media (min-width: 992px){
  .product-info .price{
    font-size:24px !important;
  }
}
.price-box{
  font-size:13px !important;
  padding:18px 14px !important;
}
.price-box span,
.price-box b{
  font-size:14px !important;
  font-weight:500 !important;
}
.price-box b{
  font-weight:700 !important;
}
.price-sticky{
  font-size:22px !important;
}
.price-sticky span{
  font-size:13px !important;
}
.bank-page h4{
  font-weight:700;
  font-size:clamp(20px, 2.4vw, 26px);
  color:#111827;
}
.bank-page .bank-list .bank-item + .bank-item{
  margin-top:16px;
}
.bank-item{
  border:1px solid #ECEEF1 !important;
  border-radius:14px !important;
  padding:24px !important;
  background:#fff;
  box-shadow:0 4px 14px rgba(15, 23, 42, 0.03);
  transition:box-shadow 0.25s ease, transform 0.25s ease;
}
.bank-item:hover{
  box-shadow:0 10px 26px rgba(15, 23, 42, 0.06);
  transform:translateY(-1px);
}
.bank-logo{
  width:120px !important;
  height:56px;
  object-fit:contain;
  flex-shrink:0;
}
.bank-row{
  background:#F7F8FA !important;
  border-radius:8px !important;
  padding:10px 14px !important;
  margin-bottom:8px !important;
  gap:12px;
  flex-wrap:wrap;
}
.bank-row:last-child{
  margin-bottom:0 !important;
}
.bank-row:nth-child(even){
  background:#FAFBFC !important;
}
.bank-row span{
  font-size:13px;
  font-weight:600;
  color:#6B7280 !important;
  min-width:110px !important;
}
.bank-row p{
  font-size:14px;
  color:#1F2937 !important;
  word-break:break-word;
  flex:1;
}
.bank-row.iban-row p{
  font-family:ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing:0.02em;
  padding-right:28px;
}
.bank-row.iban-row i{
  position:absolute;
  right:14px;
  top:50%;
  transform:translateY(-50%);
  cursor:pointer;
  color:#00295C;
  font-size:16px;
  padding:4px;
  border-radius:6px;
  transition:background 0.2s ease;
}
.bank-row.iban-row i:hover{
  background:rgba(0, 41, 92, 0.1);
}
.bank-alert{
  border:1px solid #00295C;
  background:#F4F8FC;
  border-radius:12px;
  padding:18px 22px;
  color:#1F2937;
}
.bank-alert b{
  color:#00295C;
  font-size:15px;
}
.bank-form{
  background:#fff;
  border:1px solid #ECEEF1;
  border-radius:14px;
  padding:28px !important;
}
.bank-form h5{
  font-weight:700;
  color:#111827;
  font-size:18px;
}
.bank-form label{
  font-size:13px;
  font-weight:500;
  color:#374957;
  margin-bottom:6px;
}
.eft-info-list{
  margin:0;
}
.eft-info-list li{
  font-size:14px;
  color:#4B5563;
  line-height:1.6;
  margin-bottom:12px;
  padding-left:26px;
}
.eft-info-list li::before{
  content:"✓";
  color:#00295C;
  font-weight:700;
  font-size:13px;
  width:18px;
  height:18px;
  background:rgba(0, 41, 92, 0.08);
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.captcha-box{
  height:48px;
  background:#F3F5F8;
  border:1px dashed #D1D5DB;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#9CA3AF;
  font-size:13px;
}
.captcha-box::before{
  content:"CAPTCHA";
  font-weight:600;
  letter-spacing:0.1em;
}
.submit-btn{
  background:#00295C;
  color:#fff;
  height:48px;
  border-radius:10px;
  font-weight:600;
  font-size:14px;
  border:none;
  transition:background 0.25s ease;
}
.submit-btn:hover{
  background:#001f47;
  color:#fff;
}
.file-input-wrapper{
  display:flex;
  align-items:center;
  position:relative;
  border:1px solid #E5E7EB;
  border-radius:10px;
  padding:0 14px;
  background:#fff;
  height:48px;
  cursor:pointer;
}
.file-input-wrapper span{
  color:#6B7280;
  font-size:14px;
  flex:1;
}
.file-input-wrapper i{
  color:#00295C;
  font-size:18px;
}
@media (min-width: 992px) and (max-width: 1199.98px){
  .bank-item{
    padding:22px !important;
  }
  .bank-logo{
    width:110px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px){
  .bank-item{
    padding:20px !important;
    gap:20px !important;
  }
  .bank-logo{
    width:90px !important;
    height:48px;
  }
  .bank-row{
    padding:9px 12px !important;
  }
  .bank-row span{
    min-width:100px !important;
    font-size:12.5px;
  }
  .bank-row p{
    font-size:13.5px;
  }
  .bank-form .row > .col-lg-5,
  .bank-form .row > .col-lg-7{
    flex:0 0 100%;
    max-width:100%;
  }
  .bank-form .row > .col-lg-5{
    margin-bottom:18px;
  }
  .bank-form{
    padding:24px !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px){
  .bank-item{
    flex-direction:column !important;
    align-items:center !important;
    gap:18px !important;
    padding:20px !important;
    text-align:center;
  }
  .bank-logo{
    width:100px !important;
    height:48px;
  }
  .bank-info{
    width:100% !important;
  }
  .bank-row{
    justify-content:center;
  }
  .bank-row span{
    min-width:120px !important;
  }
  .bank-form{
    padding:22px !important;
  }
  .bank-form .row > .col-lg-5,
  .bank-form .row > .col-lg-7{
    flex:0 0 100%;
    max-width:100%;
  }
  .bank-form .row > .col-lg-5{
    margin-bottom:14px;
  }
}
@media (max-width: 575.98px){
  .bank-page{
    padding:32px 0 !important;
  }
  .bank-item{
    flex-direction:column !important;
    align-items:center !important;
    gap:14px !important;
    padding:16px !important;
    border-radius:12px !important;
    text-align:center;
  }
  .bank-logo{
    width:92px !important;
    height:44px;
  }
  .bank-info{
    width:100% !important;
  }
  .bank-row{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    gap:4px !important;
    padding:10px 12px !important;
    margin-bottom:8px !important;
    text-align:center;
  }
  .bank-row span{
    font-size:11.5px !important;
    min-width:0 !important;
    text-transform:uppercase;
    letter-spacing:0.04em;
    font-weight:600;
    text-align:center;
  }
  .bank-row p{
    font-size:14px !important;
    margin:0 !important;
    word-break:break-word;
    text-align:center;
  }
  .bank-row.iban-row{
    padding-right:36px !important;
  }
  .bank-row.iban-row p{
    padding-right:0;
    font-size:13px !important;
  }
  .bank-row.iban-row i{
    right:10px;
    top:50%;
    transform:translateY(-50%);
  }
  .bank-alert{
    padding:14px 16px !important;
    font-size:13px;
    border-radius:10px;
  }
  .bank-alert b{
    font-size:14px;
  }
  .bank-form{
    padding:18px !important;
    border-radius:12px !important;
  }
  .bank-form h5{
    font-size:16px;
  }
  .bank-form .row > .col-lg-5,
  .bank-form .row > .col-lg-7,
  .bank-form .row > .col-md-6{
    flex:0 0 100%;
    max-width:100%;
  }
  .bank-form .row > .col-lg-5{
    margin-bottom:10px;
  }
  .bank-form .row > .col-md-6 + .col-md-6{
    margin-top:8px;
  }
  .eft-info-list li{
    font-size:13px;
    margin-bottom:10px;
    padding-left:24px;
  }
  .submit-btn{
    height:46px;
    font-size:13.5px;
  }
}
.account-input,
.account-select,
.account-password input,
.account-search input,
.bank-form .form-control,
.bank-form input,
.bank-form select,
.bank-form textarea,
.contact-form .form-control,
.newsletter-form .form-control,
.file-input-wrapper{
  height:48px !important;
  min-height:48px;
  border:1px solid #E5E7EB !important;
  border-radius:10px !important;
  padding:0 14px !important;
  background:#fff !important;
  box-shadow:none !important;
  font-size:14px !important;
  color:#111827;
  width:100%;
}
textarea.account-input,
textarea.form-control,
.bank-form textarea{
  height:auto !important;
  min-height:120px;
  padding:12px 14px !important;
}
.sticky-bottom-bar{
  transition:transform 0.28s ease, opacity 0.2s ease;
  will-change:transform;
}
.sticky-bottom-bar.is-near-footer{
  transform:translateY(120%);
  opacity:0;
  pointer-events:none;
}

@media (max-width: 991.98px){
  .sticky-bottom-bar{
    position:fixed !important;
    left:0 !important;
    right:0 !important;
    bottom:0 !important;
    width:100% !important;
    z-index:9999;
    background:#fff;
    border-top:1px solid #ECEEF1;
    box-shadow:0 -10px 24px rgba(15, 23, 42, 0.06);
    padding:10px 14px calc(env(safe-area-inset-bottom, 0px) + 10px) !important;
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;
    transform:none !important;
    pointer-events:auto !important;
    contain:layout paint;
  }
  .sticky-bottom-bar.is-near-footer{
    transform:none !important;
    opacity:1 !important;
    pointer-events:auto !important;
  }
  .sticky-bottom-bar .container-fluid{
    padding:0 !important;
  }
  .sticky-bottom-bar .row{
    --bs-gutter-x:0 !important;
    --bs-gutter-y:8px;
    margin:0 !important;
  }
  .sticky-bottom-bar .row > [class*="col-"]{
    padding:0 !important;
    flex:0 0 100% !important;
    max-width:100% !important;
  }
  .sticky-bottom-bar .product-info-small{
    display:none !important;
  }
  .sticky-bottom-bar .sticky-summary{
    text-align:left !important;
    display:grid !important;
    grid-template-columns:1fr auto;
    grid-template-areas:"title price" "title sub";
    align-items:center;
    column-gap:12px;
    row-gap:0;
    padding:2px 2px 4px;
  }
  .sticky-bottom-bar .sticky-summary-title{
    grid-area:title;
    display:flex;
    align-items:center;
    gap:6px;
    font-size:13px;
    font-weight:500;
    color:#333;
    line-height:1.2;
  }
  .sticky-bottom-bar .sticky-summary-title .receipt-icon{
    width:16px;
    height:16px;
    order:-1;
  }
  .sticky-bottom-bar .price-sticky{
    grid-area:price;
    text-align:right;
    font-size:18px !important;
    font-weight:700 !important;
    color:#1F1F1F;
    margin:0 !important;
    line-height:1.1;
  }
  .sticky-bottom-bar .price-sticky span{
    font-size:13px !important;
    font-weight:500 !important;
    color:#333;
  }
  .sticky-bottom-bar .sticky-summary-sub{
    grid-area:sub;
    text-align:right;
    font-size:11px;
    color:#888;
    margin-top:0;
    line-height:1.2;
  }
  .sticky-bottom-bar .sticky-actions{
    display:flex !important;
    gap:8px;
    width:100%;
    justify-content:stretch !important;
  }
  .sticky-bottom-bar .bottom-bar-action-btn,
  .sticky-bottom-bar .bottom-bar-action-btn-outline{
    flex:1;
    height:44px;
    min-height:44px;
    padding:0 10px;
    font-size:14px;
    font-weight:600;
    border-radius:10px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:6px;
    white-space:nowrap;
  }
  .sticky-bottom-bar .bottom-bar-action-btn-outline{
    background:#fff;
    color:#1F1F1F;
    border:1px solid #DDD;
  }
  .sticky-bottom-bar .bottom-bar-action-btn-outline i{
    font-size:15px;
  }
  .sticky-bottom-bar .bottom-bar-action-btn{
    background:#00295C;
    color:#fff;
    border:none;
  }
  body:has(.sticky-bottom-bar){
    padding-bottom:calc(env(safe-area-inset-bottom, 0px) + 140px) !important;
  }
}
@media (max-width: 991.98px){
  body,
  main,
  section{
    transform:none;
  }
}
.modal-content{
  border:none;
  border-radius:16px;
}
.modal-body{
  padding:22px 24px 24px;
}
.modal-header{
  border-bottom:1px solid #F1F2F4;
  padding:16px 24px;
}
.modal-body .form-control,
.modal-body input[type="text"],
.modal-body input[type="email"],
.modal-body input[type="number"],
.modal-body input[type="tel"],
.modal-body select,
.modal-body textarea,
.modal-body .basket-input,
.modal-body .note-input,
.modal-body .link-input-wrapper input,
.modal-body .nx-select__head,
.modal-body .nx-select--basket .nx-select__head{
  height:48px !important;
  min-height:48px;
  border:1px solid #E5E7EB !important;
  border-radius:10px !important;
  padding:0 14px !important;
  background:#fff !important;
  box-shadow:none !important;
  font-size:14px !important;
  color:#111827;
  width:100%;
  outline:none;
}
.modal-body .nx-select__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.modal-body textarea,
.modal-body .note-textarea{
  height:auto !important;
  min-height:120px !important;
  padding:12px 14px !important;
  resize:vertical;
}
.modal-body .form-control:focus,
.modal-body input:focus,
.modal-body select:focus,
.modal-body textarea:focus,
.modal-body .basket-input:focus,
.modal-body .note-input:focus,
.modal-body .nx-select__head:focus{
  border-color:#00295C !important;
  outline:none !important;
}
.modal-body .basket-btn,
.modal-body .link-copy-btn,
.modal-body .btn,
.modal-body button[type="submit"]{
  height:48px !important;
  min-height:48px;
  border-radius:10px !important;
  padding:0 20px !important;
  font-size:14px !important;
  font-weight:600;
  border:none;
  background:#00295C;
  color:#fff;
  cursor:pointer;
  transition:background 0.2s ease;
}
.modal-body .basket-btn:hover,
.modal-body .link-copy-btn:hover,
.modal-body .btn:hover,
.modal-body button[type="submit"]:hover{
  background:#001f47;
  color:#fff;
}
.modal-body .btn-outline-secondary,
.modal-body .btn-secondary{
  background:#fff;
  color:#111827;
  border:1px solid #E5E7EB;
}
.modal-body .btn-outline-secondary:hover,
.modal-body .btn-secondary:hover{
  background:#F3F5F8;
  color:#111827;
}
.modal-body .link-input-wrapper{
  position:relative;
}
.modal-body .link-input-wrapper input{
  padding-right:110px !important;
  background:#F7F8FA !important;
}
.modal-body .link-copy-btn{
  position:absolute;
  right:4px;
  top:50%;
  transform:translateY(-50%);
  height:40px !important;
  min-height:40px !important;
  padding:0 16px !important;
  border-radius:8px !important;
}
.modal-body .basket-action,
.modal-body .note-actions{
  margin-top:12px;
  display:flex;
  justify-content:flex-end;
  gap:8px;
}
.modal-body .basket-block + .basket-label{
  margin-top:18px !important;
}
.modal-body .basket-label,
.modal-body .note-label,
.modal-body .form-label{
  font-size:13px;
  font-weight:500;
  color:#374957;
  margin-bottom:6px;
  display:block;
}


/* ===== MEGA MENU ===== */
.mega-dropdown {
  position: static;
}

.mega-dropdown > .btn {
  font-weight: 600;
  letter-spacing: .3px;
  transition: color .25s ease, transform .25s ease;
}

.mega-dropdown > .btn:hover,
.mega-dropdown > .btn[aria-expanded="true"] {
  color: #cfd8e6 !important;
}

.mega-dropdown > .btn i {
  transition: transform .3s ease;
}

.mega-dropdown > .btn[aria-expanded="true"] i {
  transform: rotate(90deg);
}

.mega-menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1220px;
  width: 100%;
  border: 0;
  border-radius: 22px;
  background: #fff;
  box-shadow:
    0 10px 30px rgba(0, 41, 92, .08),
    0 30px 80px rgba(0, 41, 92, .12);
  padding: 0;
  overflow: hidden;
  margin-top: 12px !important;
}

/* üstte ince marka çizgisi */
.mega-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--bg-primary), var(--bg-secondary));
  z-index: 2;
}

.mega-inner {
  padding: 36px 48px;
  position: relative;
}

/* sağ taraf için yumuşak arkaplan */
.mega-inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 34%;
  height: 100%;
  background:
    radial-gradient(120% 80% at 100% 0%, rgba(0, 78, 145, .08), transparent 60%),
    linear-gradient(135deg, #f7faff, #eef2f9);
  z-index: 0;
}

.mega-inner > .row {
  position: relative;
  z-index: 1;
}

/* sütun ayırıcı */
.mega-inner > .row > [class*="col-"]:not(:last-child) {
  position: relative;
}

.mega-inner > .row > [class*="col-"]:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 6px;
  right: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(0, 41, 92, .12), transparent);
}

.mega-title {
  position: relative;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.4px;
  color: var(--bg-primary);
  text-transform: uppercase;
  margin-bottom: 18px;
  padding-bottom: 10px;
}

.mega-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 2px;
  border-radius: 2px;
  background: var(--bg-secondary);
}

.mega-item {
  position: relative;
  display: block;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 500;
  color: #4b5563;
  text-decoration: none;
  transition: color .25s ease, padding .25s ease;
}

.mega-item:hover {
  color: var(--bg-primary);
  padding-left: 6px;
}

/* sağ görsel alanı */
.mega-images {
  display: flex;
  gap: 16px;
}

.img-box {
  flex: 1;
  display: block;
  height: 230px;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  background: #e9eef5;
  box-shadow: 0 10px 24px rgba(0, 41, 92, .12);
  cursor: pointer;
  text-decoration: none;
}

/* görselin üstüne koyu geçiş */
.img-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 41, 92, 0) 45%, rgba(0, 41, 92, .65) 100%);
  z-index: 1;
  transition: opacity .35s ease;
}

/* "İncele" butonu */
.img-box::after {
  content: "İncele →";
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%) translateY(10px);
  color: var(--bg-primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .5px;
  background: #fff;
  padding: 9px 18px;
  border-radius: 999px;
  opacity: 0;
  transition: opacity .35s ease, transform .35s ease, background .25s ease, color .25s ease;
  z-index: 2;
  white-space: nowrap;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .2);
}

.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}

.img-box:hover img {
  transform: scale(1.08);
}

.img-box:hover::before {
  opacity: .9;
}

.img-box:hover::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* responsive */
@media (max-width: 1199px) {
  .mega-inner {
    padding: 28px 32px;
  }
}

@media (max-width: 991px) {
  .mega-menu {
    position: relative;
    transform: none !important;
    left: 0;
    box-shadow: none;
    margin-top: 8px !important;
    border-radius: 14px;
  }

  .mega-inner {
    padding: 20px;
  }

  .mega-inner::before {
    display: none;
  }

  .mega-inner > .row > [class*="col-"]:not(:last-child)::after {
    display: none;
  }

  .mega-images {
    flex-direction: column;
  }

  .img-box {
    height: 180px;
  }
}

/* ===== KATEGORİ DETAY SAYFASI ===== */
.category-hero-inner {
  background:
    linear-gradient(135deg, rgba(0, 41, 92, .92), rgba(0, 78, 145, .85)),
    url('https://images.unsplash.com/photo-1483985988355-763728e1935b?q=80&w=1600') center/cover no-repeat;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  min-height: 220px;
}

.category-hero-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #cfd8e6;
  margin-bottom: 10px;
}

.category-hero-title {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: capitalize;
}

.category-hero-desc {
  color: rgba(255, 255, 255, .85);
  max-width: 640px;
  margin-inline: auto;
  font-size: 15px;
}

.category-toolbar {
  background: #fff;
  border: 1px solid #eef1f5;
  border-radius: 12px;
  padding: 12px 18px;
}

.category-sort {
  min-width: 180px;
  border-color: #e4e8ef;
  font-weight: 500;
}

@media (max-width: 575.98px) {
  .category-toolbar {
    flex-direction: column;
    align-items: stretch !important;
    gap: 12px !important;
  }
  .category-toolbar > div:last-child {
    width: 100%;
  }
  .category-toolbar .category-sort {
    flex: 1 1 auto;
    min-width: 0;
  }
}

.category-sort:focus {
  border-color: var(--bg-secondary);
  box-shadow: 0 0 0 .15rem rgba(0, 78, 145, .15);
}

.category-pagination .page-link {
  color: var(--bg-primary);
  border-color: #e4e8ef;
  font-weight: 600;
  min-width: 40px;
  text-align: center;
}

.category-pagination .page-item.active .page-link {
  background: var(--bg-primary);
  border-color: var(--bg-primary);
  color: #fff;
}

.category-pagination .page-link:hover {
  background: #f4f7fb;
  color: var(--bg-primary);
}

.category-pagination .page-item.disabled .page-link {
  color: #b7bdc7;
  background: #f8f9fb;
}

/* ===== LOGOUT MENU ITEM ===== */
.account-menu .account-menu-logout {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eef1f5;
}

.account-menu .account-menu-logout a {
  color: #c0392b !important;
  font-weight: 600;
}

.account-menu .account-menu-logout a i {
  font-size: 16px;
}

.account-menu .account-menu-logout a:hover {
  background: #fdecea !important;
  color: #a5281b !important;
}

/* ===== PROFILE SAVE BAR ===== */
.profile-save-bar {
  position: sticky;
  bottom: 0;
  margin-top: 24px;
  background: #fff;
  border: 1px solid #eef1f5;
  border-radius: 14px;
  padding: 14px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 -6px 24px rgba(0, 41, 92, .08);
  z-index: 5;
}

.profile-save-info {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #6b7280;
  font-size: 14px;
}

.profile-save-info i {
  color: var(--bg-secondary);
  font-size: 18px;
}

.profile-save-actions {
  display: flex;
  gap: 10px;
  margin-left: auto;
}

.btn-profile-cancel,
.btn-profile-save {
  border-radius: 10px;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all .2s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.btn-profile-cancel {
  background: #fff;
  border-color: #e4e8ef;
  color: #4b5563;
}

.btn-profile-cancel:hover {
  background: #f4f7fb;
  border-color: #cfd8e6;
}

.btn-profile-save {
  background: var(--bg-primary);
  color: #fff;
}

.btn-profile-save:hover {
  background: var(--bg-secondary);
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0, 41, 92, .25);
}

.btn-profile-save i {
  font-size: 18px;
}

.account-input.is-invalid,
.account-select.is-invalid {
  border-color: #e74c3c !important;
  box-shadow: 0 0 0 .15rem rgba(231, 76, 60, .12) !important;
}

/* ===== PROFILE TOAST ===== */
.profile-toast {
  position: fixed;
  top: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .15);
  font-size: 14px;
  font-weight: 500;
  z-index: 9999;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity .25s ease, transform .25s ease;
  border-left: 4px solid #2ecc71;
  min-width: 240px;
}

.profile-toast.show {
  opacity: 1;
  transform: translateX(0);
}

.profile-toast i {
  font-size: 20px;
}

.profile-toast--success {
  border-left-color: #2ecc71;
  color: #1e6e3d;
}

.profile-toast--success i {
  color: #2ecc71;
}

.profile-toast--error {
  border-left-color: #e74c3c;
  color: #a5281b;
}

.profile-toast--error i {
  color: #e74c3c;
}

.profile-toast--info {
  border-left-color: var(--bg-secondary);
  color: var(--bg-primary);
}

.profile-toast--info i {
  color: var(--bg-secondary);
}

@media (max-width: 576px) {
  .profile-save-bar {
    padding: 12px;
  }
  .profile-save-info {
    font-size: 13px;
  }
  .profile-save-actions {
    width: 100%;
    justify-content: flex-end;
  }
  .profile-toast {
    left: 16px;
    right: 16px;
    top: 16px;
    min-width: 0;
  }
}

/* ===== LEGAL / STATIC CONTENT PAGES ===== */
.legal-hero {
  padding: 28px 32px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--bg-primary), var(--bg-secondary));
  color: #fff;
  box-shadow: 0 12px 32px rgba(0, 41, 92, .15);
}

.legal-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .18);
  color: #fff;
  margin-bottom: 12px;
}

.legal-title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  margin-bottom: 8px;
  color: #fff;
}

.legal-updated {
  font-size: 13px;
  color: rgba(255, 255, 255, .8);
  margin-bottom: 0;
}

.legal-content {
  background: #fff;
  border: 1px solid #eef1f5;
  border-radius: 18px;
  padding: 36px 40px;
  line-height: 1.75;
  color: #374151;
  font-size: 15px;
}

.legal-content h3 {
  color: var(--bg-primary);
  font-size: 18px;
  font-weight: 700;
  margin-top: 28px;
  margin-bottom: 12px;
  padding-left: 14px;
  position: relative;
}

.legal-content h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 4px;
  border-radius: 2px;
  background: var(--bg-secondary);
}

.legal-content h3:first-child {
  margin-top: 0;
}

.legal-content p {
  margin-bottom: 14px;
}

.legal-content ul {
  padding-left: 22px;
  margin-bottom: 14px;
}

.legal-content ul li {
  margin-bottom: 8px;
}

.legal-content a {
  color: var(--bg-secondary);
  font-weight: 600;
  text-decoration: none;
}

.legal-content a:hover {
  text-decoration: underline;
}

.legal-content strong {
  color: var(--bg-primary);
}

.legal-intro {
  padding: 16px 18px;
  background: #f4f7fb;
  border-left: 4px solid var(--bg-secondary);
  border-radius: 6px;
  margin-bottom: 24px !important;
}

.legal-footer-box {
  margin-top: 32px;
  padding: 18px 20px;
  border-radius: 12px;
  background: #f4f7fb;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  font-size: 14px;
  color: #374151;
}

.legal-footer-box i {
  color: var(--bg-secondary);
  font-size: 22px;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .legal-hero {
    padding: 22px 20px;
  }
  .legal-content {
    padding: 22px 18px;
    font-size: 14px;
  }
}

/* ===== SUPPORT / DESTEK TALEPLERİ ===== */
.support-hero h1 {
  font-weight: 700;
  color: var(--bg-primary);
  font-size: clamp(24px, 3vw, 32px);
}

.support-card {
  background: #fff;
  border: 1px solid #eef1f5;
  border-radius: 18px;
  padding: 24px 26px;
  box-shadow: 0 4px 16px rgba(0, 41, 92, .04);
}

.support-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 16px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eef1f5;
}

.support-card-head i {
  font-size: 22px;
  color: var(--bg-secondary);
}

.support-card-head h4 {
  font-size: 17px;
  font-weight: 700;
  color: var(--bg-primary);
  margin: 0;
}

.support-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #374957;
  margin-bottom: 6px;
}

.support-form textarea.account-input {
  resize: vertical;
  min-height: 120px;
  padding: 12px 14px;
  font-family: inherit;
}

.support-upload {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 14px;
  border: 1px dashed #cfd8e6;
  border-radius: 10px;
  background: #f8fafc;
}

.support-upload-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: #fff;
  border: 1px solid #cfd8e6;
  border-radius: 8px;
  color: var(--bg-primary);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all .2s ease;
}

.support-upload-btn:hover {
  background: var(--bg-primary);
  color: #fff;
  border-color: var(--bg-primary);
}

.support-quick-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.support-quick-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 12px;
  text-decoration: none;
  color: #374151;
  background: #f8fafc;
  border: 1px solid transparent;
  transition: all .2s ease;
}

.support-quick-item > i:first-child {
  font-size: 22px;
  color: var(--bg-secondary);
  flex-shrink: 0;
}

.support-quick-item div {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}

.support-quick-item strong {
  color: var(--bg-primary);
  font-size: 14px;
  font-weight: 700;
}

.support-quick-item span {
  font-size: 12.5px;
  color: #6b7280;
}

.support-quick-item:hover {
  background: #fff;
  border-color: var(--bg-secondary);
  transform: translateX(3px);
}

.support-ticket-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.support-ticket {
  padding: 16px 18px;
  border: 1px solid #eef1f5;
  border-radius: 12px;
  transition: all .2s ease;
  cursor: pointer;
}

.support-ticket:hover {
  border-color: var(--bg-secondary);
  box-shadow: 0 6px 16px rgba(0, 41, 92, .08);
}

.support-ticket-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.support-ticket-id {
  font-size: 12px;
  font-weight: 700;
  color: #6b7280;
  letter-spacing: .5px;
}

.support-badge {
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.support-badge--open {
  background: #e6f4ea;
  color: #1e6e3d;
}

.support-badge--pending {
  background: #fff4e0;
  color: #a65f00;
}

.support-badge--closed {
  background: #f0f2f5;
  color: #6b7280;
}

.support-ticket-title {
  font-size: 15px;
  font-weight: 600;
  color: var(--bg-primary);
  margin-bottom: 6px;
}

.support-ticket-meta {
  display: flex;
  gap: 16px;
  font-size: 12.5px;
  color: #6b7280;
}

.support-ticket-meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

@media (max-width: 575px) {
  .support-card {
    padding: 18px 16px;
  }
}
