/** Shopify CDN: Minification failed

Line 143:13 Expected identifier but found whitespace
Line 143:15 Unexpected "{"
Line 143:24 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:3d-collection-slider (INDEX:0) */
.bsc-section { padding: 3rem 2rem; }
.bsc-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 2rem; }
.bsc-title { font-size: 1.6rem; font-weight: 700; margin: 0; color: #111; }
.bsc-nav { display: flex; gap: 8px; }
.bsc-btn {
  width: 44px; height: 44px; border-radius: 50%;
  border: 2px solid #1a2a5e; background: transparent;
  cursor: pointer; font-size: 22px; color: #1a2a5e;
  display: flex; align-items: center; justify-content: center;
  transition: all 0.2s;
}
.bsc-btn:hover { background: #1a2a5e; color: #fff; }
.bsc-wrapper {
  position: relative; height: 460px;
  perspective: 1200px; overflow: hidden;
}
.bsc-track {
  position: relative; width: 100%; height: 100%;
  transform-style: preserve-3d;
}
.bsc-card {
  position: absolute; width: 240px;
  left: 50%; top: 50%;
  transform-origin: center center;
  cursor: pointer;
  transition: all 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  user-select: none;
}
.bsc-card-inner {
  background: #1a2a5e; border-radius: 12px; overflow: hidden;
}
.bsc-img-wrap { display: block; width: 100%; aspect-ratio: 1; overflow: hidden; }
.bsc-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bsc-body { padding: 14px 16px 16px; }
.bsc-name {
  font-size: 13px; font-weight: 600; color: #fff;
  text-align: center; margin: 0 0 6px; line-height: 1.4;
}
.bsc-price {
  font-size: 13px; color: #aab3cc; text-align: center; margin: 0 0 12px;
}
.bsc-price s { color: #6a7a9a; }
.bsc-shop-btn {
  display: block; width: 100%; padding: 9px 0;
  background: #e8644a; border: none; border-radius: 6px;
  color: #fff; font-size: 13px; font-weight: 600;
  text-align: center; text-decoration: none; cursor: pointer;
  transition: opacity 0.2s;
}
.bsc-shop-btn:hover { opacity: 0.88; color: #fff; }
.bsc-dots { display: flex; justify-content: center; gap: 8px; margin-top: 1.5rem; }
.bsc-dot {
  width: 9px; height: 9px; border-radius: 50%;
  border: none; background: #ccc; cursor: pointer;
  transition: all 0.2s; padding: 0;
}
.bsc-dot.active { background: #1a2a5e; transform: scale(1.35); }
/* END_SECTION:3d-collection-slider */

/* START_SECTION:collection-slider (INDEX:12) */
.cgrid-section {
  padding: 2rem 2.5rem;
  border-radius: 16px;
  margin: 1.5rem auto;
  max-width: 1400px;
}
.cgrid-track {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 4px;
}
.cgrid-track::-webkit-scrollbar { display: none; }
.cgrid-item {
  flex: 0 0 calc((100% - 4 * 1.2rem) / 5);
  min-width: 130px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
  transition: transform 0.2s;
}
.cgrid-item:hover { transform: translateY(-3px); }
.cgrid-img-wrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 14px;
  overflow: hidden;
  background: #f5f0eb;
}
.cgrid-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.cgrid-item:hover .cgrid-img { transform: scale(1.05); }
.cgrid-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ede8f5;
}
.cgrid-placeholder-svg { width: 50%; height: 50%; opacity: 0.4; }
.cgrid-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #222;
  text-align: center;
  margin: 0;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .cgrid-section { padding: 1.5rem 1rem; }
  .cgrid-item { flex: 0 0 140px; }
}
/* END_SECTION:collection-slider */

/* START_SECTION:footer (INDEX:19) */
.fc-footer {
  background: {{ section.settings.bg_color }};
  border-top: 1px solid #eee;
  padding: 3rem 2rem 0;
  margin-top: 2rem;
  font-family: 'Montserrat', sans-serif;
}
.fc-footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 2.5rem;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #eee;
}
.fc-footer-logo {
  max-width: 150px;
  height: auto;
  margin-bottom: 1rem;
  display: block;
}
.fc-footer-shopname {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 1rem;
  font-family: 'Assistant', sans-serif;
}
.fc-footer-desc {
  font-size: 13px;
  color: #666;
  line-height: 1.7;
  margin: 0 0 1.2rem;
  font-family: 'Montserrat', sans-serif;
}
.fc-footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 0.5rem;
}
.fc-social-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  text-decoration: none;
  transition: all 0.2s;
}
.fc-social-icon:hover {
  border-color: #c9587a;
  color: #c9587a;
}
.fc-footer-heading {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 1.2rem;
  font-family: 'Assistant', sans-serif;
  text-transform: none;
  letter-spacing: 0;
}
.fc-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fc-footer-links a {
  font-size: 13px;
  color: #555;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  transition: color 0.2s;
}
.fc-footer-links a:hover { color: #c9587a; }
.fc-footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fc-footer-contact li {
  font-size: 13px;
  color: #555;
  display: flex;
  align-items: flex-start;
  gap: 7px;
  line-height: 1.5;
  font-family: 'Montserrat', sans-serif;
}
.fc-contact-name {
  font-weight: 600;
  color: #1a1a1a !important;
  font-family: 'Assistant', sans-serif !important;
  font-size: 14px !important;
}
.fc-footer-contact svg {
  flex-shrink: 0;
  margin-top: 2px;
  color: #c9587a;
}
.fc-footer-contact a {
  color: #555;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
}
.fc-footer-contact a:hover { color: #c9587a; }
.fc-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.2rem 0;
  flex-wrap: wrap;
  gap: 12px;
}
.fc-payment-icons {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.fc-payment-icon { height: 28px; width: auto; }
.fc-go-top {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: #1a1a1a;
  text-decoration: none;
  border: 1px solid #ddd;
  padding: 8px 18px;
  border-radius: 6px;
  font-family: 'Montserrat', sans-serif;
  transition: all 0.2s;
}
.fc-go-top:hover { border-color: #c9587a; color: #c9587a; }
.fc-footer-copy {
  text-align: center;
  padding: 1rem 0;
  font-size: 12px;
  color: #aaa;
  border-top: 1px solid #f0f0f0;
  max-width: 1200px;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
}
@media (max-width: 900px) {
  .fc-footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 540px) {
  .fc-footer-top { grid-template-columns: 1fr; gap: 2rem; }
  .fc-footer { padding: 2rem 1rem 0; }
}
/* END_SECTION:footer */

/* START_SECTION:testimonial (INDEX:54) */
.tm-section {
  padding: 3rem 2rem;
  width: 100%;
}
.tm-header {
  text-align: center;
  margin-bottom: 2rem;
}
.tm-heading {
  font-size: 1.7rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 6px;
}
.tm-sub {
  font-size: 14px;
  color: #888;
  margin: 0;
}
.tm-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.tm-card {
  border-radius: 12px;
  overflow: hidden;
  border: 0.5px solid #f4c0d1;
  background: #fff8fb;
  display: flex;
  flex-direction: column;
}
.tm-media {
  position: relative;
  aspect-ratio: 9 / 12;
  background: #f0e0ea;
  overflow: hidden;
}
.tm-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tm-iframe,
.tm-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border: none;
}
.tm-empty {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #c9587a;
  font-size: 11px;
  text-align: center;
  padding: 1rem;
}
.tm-verified {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #c9587a;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 4px;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  gap: 3px;
}
.tm-stars {
  position: absolute;
  bottom: 8px;
  left: 8px;
  display: flex;
  gap: 1px;
  line-height: 1;
}
.tm-star {
  font-size: 14px;
}
.tm-star-on { color: #e8a020; }
.tm-star-off { color: rgba(255,255,255,0.4); }
.tm-info {
  padding: 10px 12px 12px;
}
.tm-name {
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 2px;
}
.tm-city {
  font-size: 11px;
  color: #999;
  margin: 0;
}
.tm-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 0.5px solid #f4c0d1;
  flex-wrap: wrap;
}
.tm-stat { text-align: center; }
.tm-stat-num {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  line-height: 1;
}
.tm-stat-star { color: #e8a020; font-size: 1.7rem; }
.tm-stat-check { font-size: 1.5rem; color: #1a1a1a; }
.tm-stat-lbl {
  font-size: 12px;
  color: #999;
  margin: 5px 0 0;
}
.tm-stat-divider {
  width: 1px;
  height: 40px;
  background: #f4c0d1;
}
@media (max-width: 900px) {
  .tm-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 480px) {
  .tm-section { padding: 2rem 1rem; }
  .tm-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .tm-stats { gap: 1.2rem; }
  .tm-stat-divider { display: none; }
}
/* END_SECTION:testimonial */

/* START_SECTION:todays-hot-deal (INDEX:55) */
.hd-section {
  border-radius: 16px;
  overflow: hidden;
  border: 0.5px solid #e8d0da;
  margin: 2rem 0;
  max-width: 100%;
  width: 100%;
}
.hd-top-label {
  background: #c9587a;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  padding: 8px 0;
}
.hd-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fff8fb;
  width: 100%;
}
.hd-left {
  background: #f5e8ee;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  border-right: 0.5px solid #e8d0da;
  overflow: hidden;
}
.hd-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hd-img-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: #c9587a;
  font-size: 13px;
}
.hd-right {
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.hd-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #fff0f5;
  border: 0.5px solid #f4c0d1;
  border-radius: 20px;
  padding: 5px 14px;
  width: fit-content;
}
.hd-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c9587a;
  flex-shrink: 0;
  animation: hd-blink 1.2s ease-in-out infinite;
}

@keyframes hd-blink {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.15; transform: scale(0.7); }
}
.hd-badge-txt {
  font-size: 11px;
  color: #993556;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.hd-title {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.3;
}
.hd-subtitle {
  font-size: 14px;
  color: #888;
  margin: 0;
  line-height: 1.6;
}
.hd-price-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.hd-price-new {
  font-size: 30px;
  font-weight: 700;
  color: #c9587a;
}
.hd-price-old {
  font-size: 16px;
  color: #aaa;
  text-decoration: line-through;
}
.hd-price-save {
  font-size: 12px;
  background: #c9587a;
  color: #fff;
  border-radius: 6px;
  padding: 3px 10px;
  font-weight: 600;
}
.hd-timer-label {
  font-size: 11px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 8px;
}
.hd-timer {
  display: flex;
  gap: 8px;
  align-items: center;
}
.hd-tick {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.hd-tick-num {
  background: #1a1a2e;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-variant-numeric: tabular-nums;
}
.hd-tick-lbl {
  font-size: 10px;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.hd-colon {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a2e;
  padding-bottom: 18px;
}
.hd-btn {
  display: inline-block;
  background: #c9587a;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 14px 32px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  width: fit-content;
  transition: opacity 0.2s;
}
.hd-btn:hover { opacity: 0.88; color: #fff; }
@media (max-width: 768px) {
  .hd-body { grid-template-columns: 1fr; }
  .hd-left { min-height: 220px; border-right: none; border-bottom: 0.5px solid #e8d0da; }
  .hd-right { padding: 1.5rem 1.2rem; }
  .hd-title { font-size: 20px; }
}
/* END_SECTION:todays-hot-deal */

/* START_SECTION:trust-bar-strip (INDEX:56) */
.tbar-section {
  padding: 1.2rem 2rem;
  border-top: 0.5px solid #e8e0f0;
  border-bottom: 0.5px solid #e8e0f0;
}
.tbar-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.tbar-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0.6rem 2rem;
  flex: 1;
  min-width: 180px;
  justify-content: center;
}
.tbar-icon-wrap {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff0f5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c9587a;
  overflow: hidden;
}
.tbar-icon-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 6px;
}
.tbar-text { display: flex; flex-direction: column; gap: 2px; }
.tbar-title {
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
  white-space: nowrap;
}
.tbar-sub {
  font-size: 11px;
  color: #888;
  margin: 0;
  white-space: nowrap;
}
.tbar-divider {
  width: 1px;
  height: 36px;
  background: #e8e0f0;
  flex-shrink: 0;
}
@media (max-width: 680px) {
  .tbar-section { padding: 1rem; }
  .tbar-item { min-width: 140px; padding: 0.5rem 1rem; }
  .tbar-divider { display: none; }
  .tbar-title { font-size: 12px; white-space: normal; }
  .tbar-sub { font-size: 10px; white-space: normal; }
}
/* END_SECTION:trust-bar-strip */