@charset "UTF-8";
body {
  width: 100%;
  height: 100%;
}

/* Storefront (theme-gallery): align Bootstrap + components to 6px; cart / buy / qty pills keep explicit radii below */
body.theme-gallery {
  --bs-border-radius: 6px;
  --bs-border-radius-sm: 6px;
  --bs-border-radius-lg: 6px;
  --bs-border-radius-xl: 6px;
  --bs-border-radius-xxl: 6px;
  --bs-border-radius-2xl: 6px;
}

body.theme-gallery .img-thumbnail {
  border-radius: 6px;
}

h1, h2, h3, h4, h5, h6 {
  color: #2c2c2c;
}

legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

label {
  font-size: 12px;
  font-weight: normal;
}

/* Chrome border line */
button:focus {
  outline: none !important;
}

/* container */
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}

/* content */
#content, #column-left, #column-right {
  padding-bottom: 730px;
}

@media (min-width: 576px) {
  #content, #column-left, #column-right {
    padding-bottom: 480px;
  }
}
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}

@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}

#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}

#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}

#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}

#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}

#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}

#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}

#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}

#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}

/* top — warm utility bar */
.theme-gallery #top {
  background-color: #f2ebe3;
  border-bottom: 1px solid #e5ddd3;
  margin-bottom: 0;
}

#top {
  background-color: var(--bs-tertiary-bg);
  border-bottom: 1px solid var(--bs-border-color);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
}

#top ul.list-inline {
  margin-bottom: 0;
}

#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 1.1em;
  color: var(--bs-gray-600);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}

.theme-gallery #top .list-inline-item > a,
.theme-gallery #top .list-inline-item .dropdown > a {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7a756d;
  line-height: 36px;
  padding: 6px 0 4px;
}

.theme-gallery #top .list-inline-item > a:hover,
.theme-gallery #top .list-inline-item .dropdown > a:hover {
  color: #802b2b;
}

/* logo */
#logo {
  text-align: center;
  margin: 7px 0 7px 0;
}

.theme-gallery .site-header {
  background: #fcfbf9;
  border-bottom: 1px solid #ebe6dc;
}

.theme-gallery #logo {
  margin: 0;
}

.theme-gallery #logo img {
  max-width: 180px;
}

.theme-gallery .site-title-text,
.theme-gallery .site-title-text a {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 1.75rem;
  letter-spacing: 0.02em;
  color: #2c2c2c;
  text-decoration: none;
}

.theme-gallery .site-title-text a:hover {
  color: #802b2b;
}

#logo img {
  max-width: 200px;
}

@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
  .theme-gallery #logo {
    text-align: center;
  }
}
/* search */
#search {
  margin-bottom: 10px;
}

#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}

#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}

.theme-gallery .site-search .form-control-lg {
  background: #fff;
  border: 1px solid #d8d3c9;
  font-size: 0.875rem;
  color: #2c2c2c;
}

.theme-gallery .site-search .form-control-lg:focus {
  border-color: #802b2b;
  box-shadow: 0 0 0 0.15rem rgba(128, 43, 43, 0.12);
}

.theme-gallery .btn-search-icon {
  background: #fff;
  border: 1px solid #d8d3c9;
  border-left: none;
  color: #4a4742;
  padding-left: 1rem;
  padding-right: 1rem;
}

.theme-gallery .btn-search-icon:hover {
  background: #f9f7f2;
  color: #802b2b;
  border-color: #d8d3c9;
}

/* cart */
#cart {
  margin-bottom: 10px;
}

#cart .img-thumbnail {
  min-width: 100px;
}

.btn-cart-header {
  background: #ddd4c4;
  color: #3a3630 !important;
  border: 1px solid #c4baab;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 8px 18px;
  border-radius: 20px;
  line-height: 1.3;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.btn-cart-header:hover,
.btn-cart-header:focus {
  background: #d0c5b4;
  border-color: #b8ad9a;
  color: #2c2c2c !important;
  box-shadow: 0 2px 8px rgba(58, 54, 48, 0.12);
}

.btn-cart-header .fa-bag-shopping {
  margin-right: 5px;
  font-size: 1.05em;
}

.btn-cart-header.dropdown-toggle::after {
  margin-left: 6px;
  vertical-align: 0.15em;
}

.btn-cart-checkout {
  background: #802b2b;
  border-color: #802b2b;
  color: #fff;
  font-weight: 600;
  border-radius: 20px;
}

.btn-cart-checkout:hover {
  background: #5c1f1f;
  border-color: #5c1f1f;
  color: #fff;
}

#cart .dropdown-menu {
  background: #fff;
  border: 1px solid #e5e0d6;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  padding: 12px;
}

#cart .dropdown-menu li {
  min-width: 340px;
}

@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .site-header #cart .btn-cart-header {
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 22px;
  }
}

/* menu */
.theme-gallery #menu {
  background: transparent;
  background-image: none;
  border: none;
  border-bottom: 1px solid #e5e0d6;
  border-radius: 6px;
  min-height: 48px;
  padding: 0;
  margin-bottom: 3px;
  justify-content: center;
}

.theme-gallery #menu .container {
  display: flex;
  justify-content: center;
}

.theme-gallery #menu .navbar-collapse {
  justify-content: center;
}

.theme-gallery #menu .navbar-nav > li > a {
  color: #3a3a38;
  text-shadow: none;
  font-weight: 500;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.65rem 0.9rem;
}

.theme-gallery #menu .navbar-nav > li > a:hover,
.theme-gallery #menu .navbar-nav > li > a:focus {
  color: #802b2b;
  background-color: transparent;
}

#menu {
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border: 1px solid #1f90bb;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
  border-radius: 4px;
  padding: 0 1rem;
  margin-bottom: 20px;
}

#menu .navbar-nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  background-color: transparent;
}

#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}

#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}

@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}
#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.theme-gallery #category {
  color: #802b2b;
  text-shadow: none;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}

#product-category #content > h1 {
  margin-bottom: 30px;
}

#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}

.theme-gallery #menu .navbar-toggler {
  border-color: #d8d3c9;
}

.theme-gallery #menu .navbar-toggler i {
  color: #4a4742;
}

/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}

.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}

.nav-tabs {
  margin-bottom: 15px;
}

.form-check .form-check-input {
  margin-top: 0.25rem;
}

/* Product options (radio/checkbox): value text above image, gap via margin-top on thumb */
.product-option-label-with-image {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.product-option-label-with-image .product-option-thumb-text {
  display: block;
}

.product-option-label-with-image .product-option-thumb {
  display: block;
  line-height: 0;
  margin-top: 0px;
}

.form-check:has(.product-option-label-with-image) {
  align-items: flex-start;
}

.form-check:has(.product-option-label-with-image) .form-check-input {
  margin-top: 0.35rem;
}

/* Space between each variant row (radio/checkbox option values) */
#product div[id^="input-option-"] > .form-check:not(:first-child) {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}

#account-newsletter h1,
#account-newsletter .col-form-label {
  text-align: left;
}

/* footer */
.theme-gallery footer {
  background-color: #2c2c2a;
  border: none;
  border-top: 1px solid #3d3d3a;
  color: #d4cfc7;
}

.theme-gallery footer h5 {
  font-family: "Manrope", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #f5f2eb;
}

.theme-gallery footer a {
  color: #c4bfb6;
}

.theme-gallery footer a:hover {
  color: #fff;
}

.theme-gallery footer hr {
  border-bottom-color: #454542;
}

.theme-gallery footer .footer-store-info {
  color: #fff;
}

.theme-gallery footer .footer-store-info a {
  color: #fff;
  text-decoration: none;
}

.theme-gallery footer .footer-store-info a:hover {
  color: #fff;
  text-decoration: underline;
}

.theme-gallery footer .footer-nav-centered {
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}

.theme-gallery footer .footer-nav-hr {
  border: 0;
  border-bottom: 1px solid #454542;
  opacity: 1;
}

.theme-gallery footer .footer-nav-links a {
  color: #f5f2eb;
  text-decoration: none;
}

.theme-gallery footer .footer-nav-links a:hover {
  color: #fff;
  text-decoration: underline;
}

footer {
  border: 1px solid #000000;
  position: absolute;
  bottom: -1px;
  width: 100%;
  padding-top: 30px;
  background-color: #303030;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
}

footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}

footer a {
  color: #ccc;
  text-decoration: none;
}

footer a:hover {
  color: #fff;
}

footer h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* breadcrumb */
.theme-gallery .breadcrumb {
  --bs-breadcrumb-divider: "›";
  --bs-breadcrumb-item-padding-x: 0.35rem;
  justify-content: center;
  flex-wrap: nowrap;
  overflow: hidden;
  margin: 0 auto 0.5rem;
  padding: 0.5rem 0;
  border: none;
  border-radius: 6px;
  background: transparent;
  font-size: 0.8rem;
  color: #8a8580;
}
.theme-gallery .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #c9c4ba;
  font-weight: 600;
  font-size: 0.95em;
  line-height: inherit;
}
.theme-gallery .breadcrumb > li.breadcrumb-item {
  text-shadow: none;
  flex: 0 1 auto;
  min-width: 0;
}
.theme-gallery .breadcrumb > li.breadcrumb-item > a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #8a8580;
  text-decoration: none;
}
.theme-gallery .breadcrumb > li.breadcrumb-item > a:hover {
  color: #802b2b;
}
.theme-gallery .breadcrumb > li.breadcrumb-item:after {
  display: none;
}

.breadcrumb {
  --bs-breadcrumb-divider: "›";
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-tertiary-bg);
  flex-wrap: nowrap;
  overflow: hidden;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 0.25rem;
  position: relative;
  flex: 0 1 auto;
  min-width: 0;
}
.breadcrumb > li.breadcrumb-item > a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
  display: none;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  font-weight: 600;
}

/* Listing / module grids: equal-height columns when a product thumb is inside */
.theme-gallery #product-list > .col,
.theme-gallery .product-related-section .row > .col,
.theme-gallery .row > .col:has(> .product-thumb) {
  display: flex;
}

.theme-gallery .product-thumb {
  border: 1px solid #e5e0d6;
  background: #fff;
  border-radius: 6px;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  min-height: 0;
}

/* A4-style portrait frame; object-fit cover trims letterboxing; anchor bottom for mockups with headroom above art */
.theme-gallery .product-thumb .image {
  flex: 0 0 auto;
  width: 100%;
  margin-top: -14px;
  aspect-ratio: 210 / 297;
  background: transparent;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: 0;
}

.theme-gallery .product-thumb .image a {
  flex: 1 1 auto;
  display: block;
  min-height: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
}

.theme-gallery .product-thumb .image img.product-thumb__img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: block;
  margin: 0;
  object-fit: cover;
  object-position: center bottom;
}

.theme-gallery .product-thumb .content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.theme-gallery .product-thumb .description h4 {
  font-weight: 600;
  font-size: 0.95rem;
  color: #2c2c2c;
}

@media (max-width: 575.98px) {
  .theme-gallery .product-thumb {
    border-radius: 4px;
  }

  .theme-gallery .product-thumb .image {
    margin-top: -8px;
  }

  .theme-gallery .product-thumb .description h4 {
    font-size: 0.78rem;
    line-height: 1.25;
    margin-bottom: 0.2rem;
  }

  .theme-gallery .product-thumb .price,
  .theme-gallery .product-thumb .price-new {
    font-size: 0.95rem;
  }
}

.theme-gallery .product-thumb .button button:hover {
  background-color: #f5f2eb;
  color: #802b2b;
}

.theme-gallery #product-info h1 {
  font-weight: 700;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  letter-spacing: -0.02em;
  color: #1a1a18;
}

.theme-gallery #product-info .img-thumbnail {
  border: 1px solid #e5e0d6;
  border-radius: 6px;
  box-shadow: none;
  background: #fff;
}

.theme-gallery #product-info #product .form-label {
  font-size: 0.8rem;
  font-weight: 700 !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #802b2b;
}

.theme-gallery #product-info .form-select,
.theme-gallery #product-info .form-control {
  border-color: #d8d3c9;
  border-radius: 6px;
  background: #fff;
}

.theme-gallery #product-info .price-new {
  font-size: 1.75rem;
  font-weight: 700;
  color: #2c2c2c;
}

/* Add-to-cart box */
.product-add-to-cart {
  background: #fff;
  border: 1px solid #e5e0d6;
  border-radius: 6px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.product-add-to-cart__qty {
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-add-to-cart__qty-label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #8a8580;
  white-space: nowrap;
}

.product-add-to-cart__qty-control {
  display: inline-flex;
  align-items: center;
  border: 1px solid #d8d3c9;
  border-radius: 24px;
  overflow: hidden;
  background: #f9f7f2;
}

.product-add-to-cart__qty-btn {
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  font-size: 16px;
  font-weight: 600;
  color: #3a3630;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease;
}

.product-add-to-cart__qty-btn:hover {
  background: #ece8e0;
}

.product-add-to-cart__qty-input {
  width: 36px;
  text-align: center;
  border: none;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  color: #2c2c2c;
  padding: 0;
  -moz-appearance: textfield;
}

.product-add-to-cart__qty-input::-webkit-outer-spin-button,
.product-add-to-cart__qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-add-to-cart__qty-input:focus {
  outline: none;
}

.product-add-to-cart__btn {
  flex: 1;
  min-width: 0;
  background: #802b2b;
  border-color: #802b2b;
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  padding: 0.6rem 1.5rem;
  border-radius: 24px;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.product-add-to-cart__btn i {
  margin-right: 6px;
}

.product-add-to-cart__btn:hover {
  background: #5c1f1f;
  border-color: #5c1f1f;
  color: #fff;
  box-shadow: 0 2px 8px rgba(128, 43, 43, 0.25);
}

/* Related products — spacing and divider above heading */
.theme-gallery .product-related-section {
  margin-top: 70px;
}

.theme-gallery .product-related-section__rule {
  margin-top: 0;
  margin-bottom: 1rem;
  border-color: #e5e0d6;
  opacity: 1;
}

.theme-gallery .product-related-section__heading {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* theme-gallery cart button — matches .btn-cart-header (cream) */
.theme-gallery header #cart .btn-cart-header {
  background: #ddd4c4;
  color: #3a3630 !important;
  border-color: #c4baab;
}

.theme-gallery header #cart .btn-cart-header:hover {
  background: #d0c5b4;
  border-color: #b8ad9a;
  color: #2c2c2c !important;
  box-shadow: 0 2px 8px rgba(58, 54, 48, 0.12);
}

/* Product page gallery — swap main on thumb click; horizontal scroll on small screens */
.product-gallery__main {
  text-align: center;
  background: #fff;
  border: 1px solid #e5e0d6;
  border-radius: 6px;
  padding: 0.5rem;
  touch-action: pan-y pinch-zoom;
}

.product-gallery__main-img {
  max-height: 70vh;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  cursor: zoom-in;
  touch-action: pan-y pinch-zoom;
  -webkit-user-select: none;
  user-select: none;
}

.product-gallery__main-img:focus-visible {
  outline: 2px solid #802b2b;
  outline-offset: 2px;
}

.product-gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: none;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 3rem 1rem 1rem;
  background: rgba(0, 0, 0, 0.92);
  box-sizing: border-box;
}

.product-gallery-lightbox.is-open {
  display: flex;
}

.product-gallery-lightbox__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 1;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: none;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease;
}

.product-gallery-lightbox__close:hover,
.product-gallery-lightbox__close:focus-visible {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
  outline: none;
}

.product-gallery-lightbox__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 2.75rem;
  height: 4.5rem;
  padding: 0 0.35rem;
  border: none;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 1.25rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease;
  touch-action: manipulation;
}

.product-gallery-lightbox__nav:hover,
.product-gallery-lightbox__nav:focus-visible {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  outline: none;
}

.product-gallery-lightbox__nav--prev {
  left: 0.35rem;
}

.product-gallery-lightbox__nav--next {
  right: 0.35rem;
}

@media (min-width: 576px) {
  .product-gallery-lightbox__nav {
    width: 3rem;
    font-size: 1.4rem;
  }
  .product-gallery-lightbox__nav--prev {
    left: 0.75rem;
  }
  .product-gallery-lightbox__nav--next {
    right: 0.75rem;
  }
}
.product-gallery-lightbox__stage {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  cursor: zoom-out;
  touch-action: pan-y pinch-zoom;
}

.product-gallery-lightbox__img {
  max-width: 100%;
  max-height: calc(100vh - 4rem);
  width: auto;
  height: auto;
  object-fit: contain;
  cursor: default;
  touch-action: pan-y pinch-zoom;
  user-select: none;
  -webkit-user-drag: none;
}

.product-gallery__thumbs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.5rem;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  padding: 0.15rem 0 0.35rem;
  margin: 0;
}

@media (min-width: 768px) {
  .product-gallery__thumbs {
    flex-wrap: wrap;
    overflow-x: visible;
  }
}
.product-gallery__thumb {
  flex: 0 0 auto;
  width: 4.5rem;
  height: 4.5rem;
  padding: 2px;
  border: 1px solid #e5e0d6;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.product-gallery__thumb img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.product-gallery__thumb:hover,
.product-gallery__thumb:focus-visible {
  border-color: #802b2b;
  outline: none;
}

.product-gallery__thumb.is-active {
  border-color: #2c2c2c;
  box-shadow: 0 0 0 1px #2c2c2c;
}

.product-thumb {
  border: 1px solid #ddd;
  position: relative;
  height: 100%;
}

.product-thumb .image {
  text-align: center;
}

.product-thumb .image a:hover {
  opacity: 0.8;
}

.product-thumb .description {
  padding: 15px;
  margin-bottom: 0;
}

.product-thumb .description h4 {
  font-weight: bold;
}

.product-thumb .content > form {
  width: 100%;
}

.product-thumb .button {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
}

.product-thumb .button button {
  width: 33.33%;
  border: none;
  border-top: 1px solid var(--bs-border-color);
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-gray-600);
  line-height: 38px;
  text-align: center;
}

.product-thumb .button > button:only-child {
  width: 100% !important;
  max-width: 100%;
  flex: 1 1 100%;
  box-sizing: border-box;
}

.product-thumb .button button:hover {
  color: var(--bs-gray-600);
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}

.product-thumb .button button + button {
  border-left: 1px solid var(--bs-border-color);
}

@media (min-width: 960px) {
  #product-list .product-thumb,
  .product-related-section .product-thumb {
    display: flex;
  }
  #product-list .product-thumb .image,
  .product-related-section .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  #product-list .product-thumb .content,
  .product-related-section .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  #product-list .product-thumb .button,
  .product-related-section .product-thumb .button {
    border-left: 1px solid #ddd;
    width: calc(100% - 15px);
    margin-left: 15px;
  }
}
.rating .fa-stack {
  width: 20px;
}

.rating .fa-star {
  color: #999;
  font-size: 15px;
}

.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}

.rating .fa-star + .fa-star {
  color: #E69500;
}

/* product list */
.theme-gallery .price,
.theme-gallery .price-new {
  color: #2c2c2c;
  font-size: 1.3rem;
}

.price {
  color: #444;
}

.price-new {
  font-weight: 600;
}

.price-old {
  color: #dc512c;
  text-decoration: line-through;
}

.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}

/* blog */
.theme-gallery .blog-thumb {
  border: 1px solid #e5e0d6;
  background: #fff;
  border-radius: 6px;
}

.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}

.blog-thumb h4 {
  font-weight: bold;
}

.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}

.blog-thumb .image a:hover {
  opacity: 0.8;
}

.blog-thumb .description {
  padding: 15px;
}

/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}

#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}

/*# sourceMappingURL=stylesheet.css.map */
