body {
  background: #f5f5f5;
}

a {
  color: #bf9b30;
}

a:hover {
  color: #967a26;
}

main.container-fluid {
  padding-top: 55px;
}

.page-item.active .page-link {
  background-color: #bf9b30;
  border-color: #bf9b30;
}

.page-link {
  color: #bf9b30;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #bf9b30;
  border-color: #bf9b30;
}

.page-link {
  color: #bf9b30;
}

.nav-underline .nav-link {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  color: #bf9b30;
  /* CCA43D */
}

.nav-underline .nav-link:hover {
  color: #bf9b30;
}

.nav-underline .active {
  font-weight: 500;
  color: #bf9b30;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
  /*color: #bf9b30;*/
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, 0.75);
  /*color:  #bf9b30;*/
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.product-grid {
  margin-top: 20px;
}

.product-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  transition: all 0.2s ease;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.product-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.product-link {
  display: flex;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.product-link:hover {
  text-decoration: none;
  color: inherit;
}

.product-image-wrapper {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  overflow: hidden;
  background: #fff;
}

.product-image {
  max-width: 100%;
  max-height: 160px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-body {
  padding: 15px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.product-title {
  font-size: 15px;
  line-height: 1.4;
  height: 50px;
  margin-bottom: 10px;
  color: #222;
}

.product-price {
  color: #bf9b30;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.product-old-price {
  color: #999;
  text-decoration: line-through;
  font-size: 13px;
}

.product-diopter {
  font-size: 10px;
  padding: 1px 5px;
}

.product-diopters {
  min-height: 32px;
}

.stock-available,
.stock-unavailable {
  margin-top: auto;
}

.product-diopter {
  display: inline-block;
  background: #f5f5f5;
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 11px;
  margin-right: 4px;
  margin-bottom: 4px;
}

.stock-available {
  color: #666;
  font-size: 13px;
  font-weight: 600;
}

.stock-unavailable {
  color: #c0392b;
  font-size: 13px;
  font-weight: 600;
}

.store-search {
  width: 420px;
}

.store-search .form-control {
  border-radius: 0;
  border-right: 0;
  height: 46px;
}

.store-search .input-group-text {
  background: #fff;
  border-left: 0;
}

.store-nav-link {
  color: #bf9b30 !important;
  font-weight: 500;
}

.store-nav-link:hover {
  color: #9c7e28 !important;
}

.cart-link {
  background: #bf9b30;
  color: #fff !important;
  border-radius: 4px;
  margin-left: 10px;
  padding: 8px 14px !important;
}

.navbar {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.navbar.bg-light {
  background: #fff !important;
}

.home-section-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
  color: #222;
}

.home-hero {
  background: #fff;
  border-radius: 12px;
  padding: 55px 40px;
  margin-bottom: 50px;
  text-align: center;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.home-hero-title {
  font-size: 3rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 20px;
}

.home-hero-text {
  font-size: 1.2rem;
  color: #666;
  max-width: 700px;
  margin: 0 auto 30px;
}

.home-categories {
  margin-bottom: 25px;
}

.home-category-card {
  display: block;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  color: #222;
  transition: 0.2s;
  height: 100%;
}

.home-category-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  color: #222;
}

.home-category-title {
  font-size: 1rem;
  font-weight: 600;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.3;
}

.home-benefits {
  background: #fff;
  border-radius: 12px;
  padding: 35px 20px;
  margin-bottom: 30px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.home-benefit {
  text-align: center;
  height: 100%;
}

.home-benefit-icon {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 12px;
}

.home-benefit-title {
  font-weight: 600;
  color: #222;
  margin-bottom: 8px;
}

.home-benefit-text {
  font-size: 0.9rem;
  color: #777;
  line-height: 1.5;
}

body.bg-light {
  background: #fafafa !important;
}

@media (max-width: 768px) {
  .home-hero {
    padding: 50px 20px;
  }

  .home-hero-title {
    font-size: 2rem;
  }

  .store-search {
    width: 100%;
  }
}

.home-category-icon {
  font-size: 1.8rem;
  margin-bottom: 8px;
  line-height: 1;
}

.store-category-page {
  padding: 30px 15px 50px;
}

.store-category-header {
  text-align: center;
  margin-bottom: 25px;
}

.store-category-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
}

.store-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.store-toolbar-left {
  font-size: 0.95rem;
  color: #666;
}

.store-toolbar-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.store-sort-select {
  min-width: 250px;
}

.store-filter-toggle {
  white-space: nowrap;
}

.store-filter-column {
  transition: all 0.25s ease;
  padding-right: 25px;
}

.store-filter-card {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.store-filter-header {
  font-size: 1.75rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 30px;
}

.store-filter-body {
  padding: 0;
}

.store-stock-filter {
  margin-bottom: 25px;
}

.store-filter-group {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
  margin-top: 20px;
}

.store-filter-group-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.store-filter-symbol {
  color: #666;
  font-size: 1rem;
}

.store-filter-group-content .form-check {
  margin-bottom: 8px;
}

.store-filter-group-content .form-check-label {
  color: #333;
  font-size: 0.95rem;
}

.store-filter-submit {
  margin-top: 30px;
}

.store-filter-reset {
  margin-top: 10px;
}

.store-filter-group-content .form-check-label {
  color: #222;
  font-weight: 500;
}

.store-filter-group-title {
  cursor: pointer;
}

.store-filter-group-content {
  overflow: hidden;
}

.store-filter-group.collapsed .store-filter-group-content {
  display: none;
}

.store-product-col {
  margin-bottom: 1.5rem;
}

.store-pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.store-pagination .pagination {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .pagination .page-item {
    display: none;
  }

  .pagination .page-item:first-child,
  .pagination .page-item:last-child,
  .pagination .page-item.active,
  .pagination .page-item.active + .page-item,
  .pagination .page-item:has(+ .active) {
    display: flex;
  }
}

@media (min-width: 992px) {
  .store-filter-column {
    display: block !important;
  }

  .store-filter-card {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
  }
}

@media (max-width: 991px) {
  .store-category-page {
    padding: 20px 10px 40px;
  }

  .store-category-title {
    font-size: 2rem;
  }

  .store-toolbar {
    flex-direction: column;
    gap: 15px;
    align-items: stretch;
  }

  .store-toolbar-left {
    text-align: center;
  }

  .store-toolbar-right {
    display: flex;
    width: 100%;
  }

  .store-toolbar-right form {
    flex: 1;
  }

  .store-sort-select {
    width: 100%;
    min-width: auto;
  }

  .store-filter-column {
    display: none;
    margin-bottom: 20px;
  }

  .store-filter-column.open {
    display: block;
  }

  .store-filter-toggle {
    min-width: 110px;
  }

  .store-filter-card {
    margin-bottom: 0;
  }

  .store-product-col {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 575px) {
  .store-category-page {
    padding-left: 6px;
    padding-right: 6px;
  }

  .store-product-col {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 4px;
    padding-right: 4px;
  }
}

.store-banner-carousel {
  margin-bottom: 35px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  background: #fff;
}

.store-banner-carousel .carousel-item {
  position: relative;
}

.store-banner-image {
  display: block;
  width: 100%;
  height: auto;
}

.store-banner-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
}

.store-banner-content {
  max-width: 600px;
  margin-left: 8%;
  margin-right: 8%;
  color: #fff;
}

.store-banner-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.1;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.store-banner-subtitle {
  font-size: 1.2rem;
  margin-bottom: 25px;
  line-height: 1.5;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.store-banner-content .btn {
  min-width: 180px;
}

@media (max-width: 768px) {
  .store-banner-content {
    margin: 0 20px;
    max-width: 100%;
  }

  .store-banner-title {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  .store-banner-subtitle {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .store-banner-content .btn {
    width: 100%;
    max-width: 250px;
  }
}

@media (max-width: 991px) {
  .offcanvas-collapse {
    position: fixed;
    top: 70px;
    left: -100%;
    width: 280px;
    height: calc(100vh - 70px);
    background: #fff;
    overflow-y: auto;
    transition: left 0.3s ease;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    z-index: 1040;
  }

  .offcanvas-collapse.open {
    left: 0;
  }

  .navbar-nav {
    width: 100%;
  }

  .navbar-nav .nav-item {
    width: 100%;
    margin-bottom: 10px;
  }

  .store-search {
    width: 100%;
    margin-bottom: 20px;
  }
}

.store-footer {
  margin-top: 60px;
  background: #ffffff;
  border-top: 1px solid #e9e9e9;
  padding: 35px 0;
}

.store-footer .row {
  align-items: center;
}

.store-footer-company {
  font-size: 0.95rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 15px;
}

.store-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.store-footer-links a {
  color: #8a8a8a;
  font-size: 0.9rem;
  transition: color 0.2s ease;
}

.store-footer-links a:hover {
  color: #bf9b30;
  text-decoration: none;
}

.store-footer-payment {
  max-height: 48px;
  width: auto;
  opacity: 0.85;
  transition: opacity 0.2s ease;
  display: block;
  margin: 0 auto;
}

.store-footer-payment:hover {
  opacity: 1;
}

.store-footer-arukereso {
  color: #8a8a8a;
  font-size: 0.95rem;
  font-weight: 500;
  transition: color 0.2s ease;
}

.store-footer-arukereso:hover {
  color: #bf9b30;
  text-decoration: none;
}

@media (max-width: 991px) {
  .store-footer {
    padding: 40px 0;
  }

  .store-footer-company {
    text-align: center;
  }

  .store-footer-links {
    justify-content: center;
    margin-bottom: 25px;
  }

  .store-footer-arukereso {
    display: inline-block;
    margin-top: 20px;
  }
}

.store-footer-brand {
  font-size: 1.4rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 6px;
}

.store-footer-tagline {
  color: #888;
  font-size: 0.9rem;
  margin-bottom: 18px;
}

/* ==================================================
   PRODUCT PAGE
================================================== */

.store-product-page {
  max-width: 1280px;
  margin: 0 auto;
}

.store-product-hero {
  max-width: 1200px;
  margin: 0 auto 40px;
  align-items: flex-start;
}

/* ==================================================
   GALLERY
================================================== */

.store-product-gallery {
  display: block;
  gap: 25px;
  align-items: flex-start;
}

.store-product-thumbs {
  width: 90px;
  flex-shrink: 0;
  display: flex;
  gap: 12px;
  margin-top: 15px;
}

.store-product-main-image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px;
  background: #fff;
  border: 1px solid #eee;
}

.store-product-main-image img {
  width: 100%;
  max-width: 100%;
  max-height: 650px;
  -o-object-fit: contain;
     object-fit: contain;
}

.gallery-thumb {
  width: 90px;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
  border: 2px solid transparent;
  cursor: pointer;
  transition: 0.2s ease;
}

.gallery-thumb:hover,
.gallery-thumb.active {
  border-color: #bf9b30;
}

/* ==================================================
   PURCHASE AREA
================================================== */

.store-product-purchase-card {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.store-product-header {
  margin-bottom: 25px;
}

.store-product-title {
  margin: 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #222;
}

.store-product-pricing {
  margin-bottom: 25px;
}

.store-product-old-price {
  font-size: 1rem;
  color: #999;
  text-decoration: line-through;
  margin-bottom: 8px;
}

.store-product-price {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  color: #bf9b30;
}

.store-product-stock {
  margin-bottom: 25px;
}

.store-stock-badge {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
}

.store-stock-badge.in-stock {
  background: #edf8f0;
  color: #1f7a3e;
}

.store-stock-badge.low-stock {
  background: #fff6e5;
  color: #b57600;
}

.store-stock-badge.out-of-stock {
  background: #fdecec;
  color: #b42318;
}

.store-product-field {
  margin-bottom: 20px;
}

.store-product-field label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
}

.store-product-field .form-control {
  height: 48px;
}

.store-add-to-cart {
  width: 100%;
  height: 58px;
  font-size: 1.05rem;
  font-weight: 700;
}

.store-product-trust {
  margin-top: 35px;
  padding-top: 25px;
  border-top: 1px solid #e5e5e5;
}

.store-trust-item {
  padding: 6px 0;
  color: #555;
  font-size: 0.95rem;
}

/* ==================================================
   INFORMATION
================================================== */

.store-product-information {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

@media (max-width: 991px) {
  .store-product-information {
    grid-template-columns: 1fr;
  }
}

.store-info-card {
  background: #fff;
  border: 1px solid #ececec;
  padding: 24px;
}

.store-info-card:first-child {
  grid-column: 1/-1;
}

.store-info-card h2 {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #222;
}

.store-info-content {
  max-width: 900px;
  line-height: 1.9;
  color: #555;
  padding-right: 5px;
  padding-left: 5px;
}

.store-info-content a {
  color: #bf9b30;
}

.store-info-content a:hover {
  text-decoration: none;
}

/* ==================================================
   MOBILE
================================================== */

@media (max-width: 991px) {
  .store-product-page {
    padding: 20px 0 50px;
  }

  .store-product-main-image {
    min-height: 350px;
    padding: 15px;
  }

  .store-product-main-image img {
    max-height: 320px;
  }

  .store-product-title {
    font-size: 1.9rem;
  }

  .store-product-price {
    font-size: 2.2rem;
  }

  .store-product-purchase-card {
    position: static;
    margin-top: 30px;
  }

  .gallery-thumb {
    width: 70px;
    height: 70px;
  }

  .store-info-card {
    padding: 30px 0;
  }
}

@media (max-width: 991px) {
  .store-info-card {
    padding: 24px;
  }

  .store-info-card h2 {
    margin-bottom: 18px;
    font-size: 1.7rem;
    line-height: 1.2;
  }

  .store-info-content {
    line-height: 1.8;
    font-size: 0.95rem;
  }
}

@media (max-width: 991px) {
  .store-product-gallery {
    display: block;
  }

  .store-product-thumbs {
    width: auto;
    flex-direction: row;
    justify-content: center;
    margin-top: 15px;
  }
}

.store-product-tabs {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0;
}

.store-product-tabs .nav-link {
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  padding: 15px 20px;
  color: #666;
  font-weight: 600;
}

.store-product-tabs .nav-link:hover {
  color: #bf9b30;
}

.store-product-tabs .nav-link.active {
  color: #bf9b30;
  background: transparent;
  border-bottom-color: #bf9b30;
}

.store-product-tab-content {
  padding: 30px 0;
  line-height: 1.8;
}

.store-product-tab-content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .store-product-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .store-product-tabs .nav-item {
    flex-shrink: 0;
  }

  .store-product-tabs .nav-link {
    white-space: nowrap;
    padding: 12px 16px;
  }
}

.store-product-details-tabs {
  max-width: 1100px;
  margin: 30px auto 0;
}

.store-filter-option {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  margin-bottom: 12px;
  font-size: 0.95rem;
  color: #555;
}

.store-filter-option input {
  display: none;
}

.store-filter-box {
  width: 18px;
  height: 18px;
  border: 1px solid #cfcfcf;
  background: #fff;
  flex-shrink: 0;
  transition: all 0.15s ease;
}

.store-filter-option:hover .store-filter-box {
  border-color: #bf9b30;
}

.store-filter-option input:checked + .store-filter-box {
  background: #bf9b30;
  border-color: #bf9b30;
}

.store-filter-label {
  line-height: 1.2;
}

.store-search {
  width: 380px;
}

.cart-link {
  border-radius: 6px;
  font-weight: 600;
  transition: 0.2s;
}

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

.dropdown-menu {
  border: 0;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 0.5rem 0;
}

.dropdown-item {
  padding: 0.65rem 1.25rem;
}

.dropdown-item:hover {
  background: #f8f8f8;
}

.navbar-toggler {
  border: 0;
  background: transparent !important;
  padding: 0;
}

.navbar-toggler-icon {
  background-image: none;
  width: 28px;
  height: 20px;
  position: relative;
}

.navbar-toggler-icon,
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  display: block;
  background: #bf9b30;
  height: 2px;
  border-radius: 2px;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
}

.navbar-toggler-icon {
  margin-top: 9px;
  width: 32px !important;
}

.navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler-icon::after {
  top: 8px;
}

.navbar-toggler,
.navbar-toggler:hover,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler:not(:disabled):not(.disabled):active {
  background-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

.navbar-toggler::before,
.navbar-toggler::after,
.navbar-toggler:hover::before,
.navbar-toggler:hover::after {
  background: transparent !important;
}

@media (max-width: 991px) {
  .offcanvas-collapse {
    position: fixed;
    top: 70px;
    left: -100%;
    width: 320px;
    max-width: 85vw;
    height: calc(100vh - 70px);
    background: #fff;
    overflow-y: auto;
    transition: left 0.3s ease;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    z-index: 1040;
  }

  .offcanvas-collapse.open {
    left: 0;
  }

  .navbar-nav {
    width: 100%;
  }

  .navbar-nav .nav-item {
    width: 100%;
    margin-bottom: 10px;
  }

  .store-search {
    width: 100%;
    margin-bottom: 20px;
  }

  .offcanvas-collapse .nav-item {
    margin-bottom: 12px;
  }

  .offcanvas-collapse .nav-link {
    padding: 12px 0;
    font-size: 1.1rem;
  }
}

.cart-item {
  border-radius: 10px;
}

.cart-item img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 991px) {
  .cart-item .text-right {
    text-align: left !important;
    margin-top: 15px;
  }

  .sticky-top {
    position: static !important;
  }
}

