/* ============================================
   Ebiphany Mirror — Pipeline Theme Rebuild
   Pixel-accurate recreation of the original Shopify site
   ============================================ */

/* ====== Reset & Base ====== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  color: #656565;
  background-color: #fff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -webkit-font-size-adjust: 100%;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; border: 0 none; vertical-align: middle; }
a { color: #585e71; text-decoration: none; background: transparent; }
a:hover, a:focus { color: #c5d6c9; }
a:active { color: #c5d6c9; }
ul, ol { list-style: none outside; margin: 0; padding: 0; }
p { margin: 0 0 15px; }
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
}
h1, .h1 { font-size: 2.25em; font-weight: 400; margin: 0 0 .75em; }
h2, .h2 { font-size: 1.75em; font-weight: 400; margin: 0 0 .75em; }
h3, .h3 { font-size: 1.375em; font-weight: 400; margin: 0 0 .75em; }
h4, .h4 { font-size: 1.25em; font-weight: 400; margin: 0 0 .75em; }
h5, .h5 { font-size: 1em; font-weight: 400; margin: 0 0 .75em; }
h6, .h6 { font-size: .875em; font-weight: 400; margin: 0 0 .75em; }

/* ====== Wrapper ====== */
.wrapper {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 15px;
  *zoom: 1;
}
.wrapper:after { content: ""; display: table; clear: both; }
@media screen and (min-width: 480px) {
  .wrapper { padding: 0 30px; }
}

/* ====== Grid System ====== */
.grid, .grid-uniform {
  list-style: none;
  padding: 0;
  margin: 0 0 0 -30px;
  *zoom: 1;
}
.grid:after, .grid-uniform:after { content: ""; display: table; clear: both; }
.grid__item {
  float: left;
  min-height: 1px;
  padding-left: 30px;
  vertical-align: top;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .small--one-whole { width: 100%; }
  .small--one-half { width: 50%; }
  .small--one-third { width: 33.333%; }
  .small--hide { display: none !important; }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .medium--one-whole { width: 100%; }
  .medium--one-half { width: 50%; }
  .medium--one-third { width: 33.333%; }
  .medium--hide { display: none !important; }
}
@media screen and (min-width: 769px) {
  .large--one-whole { width: 100%; }
  .large--one-half { width: 50%; }
  .large--one-third { width: 33.333%; }
  .large--one-quarter { width: 25%; }
  .large--two-thirds { width: 66.666%; }
  .large--hide { display: none !important; }
}

/* ====== Hello Ebifu Mascot (waving shrimp) ====== */
.hello-ebifu-wrapper {
  background: url('/ebiphany/images/ebiphany_font_logo_trans_350a_200x.png') no-repeat;
  background-repeat: no-repeat;
  background-position: 25% 20%;
  background-size: 180px 124px;
  z-index: 10;
}
.hello_ebifu {
  float: left;
  overflow: auto;
  position: absolute;
  top: 28px;
  left: 5px;
  z-index: 10;
  max-width: 130px;
  animation: bloop 1.8s infinite;
  -webkit-animation: bloop 1.8s infinite;
}
@-webkit-keyframes bloop {
  0%, 20%, 30%, 40%, 50%, 60%, 100% { transform: translate3d(0,0,0); }
  15% { transform: translate3d(0,-12px,0); }
  25% { transform: translate3d(0,6px,0); }
  35% { transform: translate3d(0,-3px,0); }
  45% { transform: translate3d(0,2px,0); }
}
@keyframes bloop {
  0%, 20%, 30%, 40%, 50%, 60%, 100% { transform: translate3d(0,0,0); }
  15% { transform: translate3d(0,-12px,0); }
  25% { transform: translate3d(0,6px,0); }
  35% { transform: translate3d(0,-3px,0); }
  45% { transform: translate3d(0,2px,0); }
}
@media all and (max-width: 900px) {
  .hello_ebifu {
    max-height: 90px;
    max-width: 90px;
    position: absolute;
    top: 21px;
    left: 39px;
    z-index: 10;
  }
}

/* ====== Info Bar ====== */
.info-bar {
  background-color: #f3f3f3;
  color: #9d9d9d;
  padding: 5px 0;
  min-height: 30px;
  font-size: 12px;
}
.info-bar .wrapper { position: relative; text-align: center; }
.info-bar a:link, .info-bar a:visited { color: #9d9d9d; text-decoration: none; }
.info-bar a:hover { color: #c5d6c9; text-decoration: none; }
.header-account-link { padding: 5px 0 0 0; float: right; font-size: 70%; }
.header-account-link-title { padding: 5px 0 0 0; float: right; font-size: 70%; margin-right: -20px; z-index: 20; }

/* ====== Header ====== */
.site-header {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #f3f3f3;
}
.header--large .logo-image { max-height: 80px; }
.header--large .nav--desktop .header-menu > ul > li > a { padding-top: 40px; padding-bottom: 40px; }

/* ====== Navigation (Desktop) ====== */
.nav--desktop { display: table; width: 100%; }
.nav--desktop .mobile-wrapper, .nav--desktop .logo-wrapper {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.nav--desktop .header-hamburger, .nav--desktop .nav-carat, .nav--desktop .header-cart__bubble {
  display: none !important;
}
.nav--desktop .header-menu { text-align: right; }

/* Logo */
.logo-wrapper { max-width: 80%; }
.header-logo { text-align: left; margin: 0; line-height: 0; }
.header-logo a { text-decoration: none; color: #656565; }
.header-logo a:hover { text-decoration: none; color: #4c4c4c; }
.header-logo a, .header-logo img { display: block; }

/* Main menu */
.main-menu { cursor: default; margin-bottom: 0; }
.main-menu ul { margin: 0; }
.main-menu li { margin: 0; display: block; }
.main-menu a { text-decoration: none; color: #656565; }
.main-menu a:hover, .main-menu a:active, .main-menu a:focus, .main-menu a.nav-focus { color: #c5d6c9; }
.main-menu--active > a { color: #c5d6c9; }

.nav--desktop .main-menu { font-size: 1.1em; display: inline-block; }
.nav--desktop .main-menu > li { display: inline-block; }
.nav--desktop .main-menu > li:first-child a { margin-left: 10px; }
.nav--desktop .main-menu > li > a {
  display: block;
  margin-left: 30px;
  white-space: nowrap;
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .8em;
}

/* Dropdown */
.nav--desktop .parent { position: relative; }
.main-menu-dropdown {
  background-color: #fff;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  z-index: 5000;
  padding: 0 30px 22.5px;
  border-bottom: 1px solid #f3f3f3;
  border-left: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
  text-align: left;
}
.nav--desktop .parent:hover > .main-menu-dropdown { display: block; }
.main-menu-dropdown li { display: block; }
.main-menu-dropdown li a {
  display: block;
  padding: 7.5px 0;
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .8em;
  color: #656565;
  white-space: nowrap;
}
.main-menu-dropdown li a:hover { color: #c5d6c9; }

/* Cart link */
.header-cart__wrapper { position: relative; }
.cart-text-link { display: inline-block; }
.cart-text-link a {
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .8em;
  color: #656565;
  text-decoration: none;
  margin-left: 30px;
}
.cart-text-link a:hover { color: #c5d6c9; }

/* ====== Mobile Navigation ====== */
.nav--mobile { display: none; }
@media screen and (max-width: 768px) {
  .nav--mobile { display: block; }
  .nav--desktop { position: absolute; left: -9999px; }
  .hello_ebifu { display: none; }
  .hello-ebifu-wrapper { display: none; }

  .nav--mobile .mobile-wrapper {
    position: relative;
    padding: 15px 0;
    *zoom: 1;
  }
  .nav--mobile .mobile-wrapper:after { content: ""; display: table; clear: both; }
  .nav--mobile .header-logo { padding: 15px 0; text-align: center; }
  .nav--mobile .header-logo a, .nav--mobile .header-logo img { display: inline-block; }
  .nav--mobile .logo-wrapper { margin-left: 10%; max-width: 80%; }
  .nav--mobile .header-hamburger {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1000;
    margin-top: -12px;
    width: 25px;
    height: 25px;
    background: url('/ebiphany/images/nav.svg') no-repeat left 0 center;
  }
  .nav--mobile .header-cart {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1000;
    margin-top: -12px;
    width: 25px;
    height: 25px;
    background: url('/ebiphany/images/cart.svg') no-repeat left 0 center;
  }
  .nav--mobile .header-menu { display: none; }
  .nav--mobile .main-menu li a {
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .8em;
  }
  .nav--mobile .main-menu li { display: block; border-bottom: 1px solid rgba(243,243,243,.2); }
  .nav--mobile .main-menu-dropdown { display: none; }
  .nav--mobile .main-menu-dropdown.expanded { display: block; }
  .nav--mobile .main-menu-dropdown ul { margin-left: 15px; }
  .nav--mobile .cart-text-link { display: none !important; }
}

/* ====== Hero Banner / Parallax ====== */
.homepage-image {
  overflow: hidden;
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* Parallax effect: fixed background on desktop, scroll on mobile */
@media (min-width: 769px) {
  .homepage-image {
    background-attachment: fixed;
  }
}
.use_screen_full { height: 100vh; }
.use_screen_three_quarters { height: 75vh; }
.use_screen_two_thirds { height: 66vh; min-height: 300px; }
.use_screen_one_half { height: 50vh; }
.use_screen_one_third { height: 33vh; }

.image-overlay {
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
  z-index: 10;
  pointer-events: none;
}
.homepage--white .image-overlay { background-color: #000; }
.image-overlay-15 { opacity: .15; }
.image-overlay-20 { opacity: .20; }
.image-overlay-25 { opacity: .25; }
.image-overlay-30 { opacity: .30; }

.content--centered, .collection-grid-item__content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 90%;
  left: 0; right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 100;
}
.preventOverflowContent { padding: 40px 20px; }
.title--flex {
  color: #fff;
  text-shadow: 0 1px 3px rgba(0,0,0,.3);
  margin-bottom: 15px;
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 2.25em;
}
.content--flex {
  color: #fff;
  text-shadow: 0 1px 3px rgba(0,0,0,.3);
  margin-bottom: 1.5em;
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .8em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .title--flex { font-size: 2em; }
  .content--flex { font-size: 1.3em; }
}
@media screen and (max-width: 480px) {
  .title--flex { font-size: 1.5em; }
}

/* ====== Buttons ====== */
.btn {
  display: inline-block;
  padding: 12px 20px;
  margin: 0;
  line-height: 1.42;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 2px;
  background-color: #585e71;
  color: #fff;
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .875em;
  transition: all .2s ease-out;
}
.btn:hover { background-color: #424654; color: #fff; }
.btn--clear { background-color: transparent; color: #fff; border: 1px solid #fff; }
.btn--clear:hover { color: #000; background-color: #fff; }
.btn--large { padding: 12px 20px; }
.btn--square { border-radius: 0 !important; }
.uppercase { text-transform: uppercase; }

/* ====== Main Content ====== */
.main-content { display: block; padding-bottom: 0; }
.page-margin { padding-top: 0; }

/* ====== Homepage Sections ====== */
.homepage-collection, .homepage-blog, .homepage-product, .homepage-instagram {
  padding-top: 90px;
  padding-bottom: 90px;
}
.homepage-page { padding-top: 90px; padding-bottom: 60px; }
.home__subtitle {
  text-align: center;
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1em;
  font-weight: 400;
  color: #656565;
  margin-bottom: 30px;
}

/* ====== Product Grid ====== */
.product-grid-item {
  display: block;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
.product-grid-item .grid__image { display: block; }
.product-grid-item .grid__image img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 0;
}
.product-grid-item .figcaption.under { position: relative; padding: 15px 0; }
.product-grid-item .figcaption.hover { position: relative; padding: 15px 0; }
.product-grid-item .figcaption.hover .price_wrapper {
  opacity: 0;
  transform: translateY(10px);
  transition: all .2s ease-out;
}
.product-grid-item:hover .figcaption.hover .price_wrapper {
  opacity: 1;
  transform: translateY(0);
}
.name_wrapper {
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .8em;
}
a .price_wrapper { color: #656565; }
.product-grid-item a { text-decoration: none; color: #656565; }
.product-grid-item a:hover { color: #c5d6c9; }

/* ====== Blog/Article ====== */
.blog { background-color: #fff; padding-bottom: 120px; }
.blog__article {
  border: 1px solid rgba(0,0,0,.1);
  box-shadow: 1px 1px 7px rgba(0,0,0,.1);
  border-radius: 2px;
  padding: 30px;
  margin-bottom: 30px;
}
.blog__article header { text-align: center; margin-bottom: 30px; }
.blog__article footer { margin-bottom: 30px; }
.blog__article--image { position: relative; overflow: hidden; border: none; }
.blog__article--over-image {
  background: #fff;
  box-shadow: 0 1px 7px rgba(0,0,0,.1);
  border-radius: 2px;
  margin-top: -80px;
  position: relative;
  z-index: 2;
  padding: 30px;
}
.blog__article__overlay {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  border: none;
}
.blog__article__overlay:after {
  content: "";
  width: 100%; height: 100%;
  position: absolute;
  z-index: -1;
  top: 0; left: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.65));
}
.blog__article__content { margin-top: 15px; }
.blog__article--image .blog__article__content { display: table; }
.blog__article--image .blog__article__content .blog__article__title {
  position: relative;
  display: table-cell;
  vertical-align: bottom;
  color: #fff;
}
.blog__article-header-image {
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 0;
  padding: 180px 30px 30px;
  margin-top: -30px;
  color: #fff;
}
.blog__article-header-image:after {
  content: "";
  width: 100%; height: 100%;
  position: absolute;
  z-index: -1;
  top: 0; left: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.65));
}
@media screen and (max-width: 480px) {
  .blog__article-header-image { padding: 90px 15px 15px; }
}

/* Article content */
.article-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 30px;
}
.article-content h1 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 30px;
}
.article-content h3 { color: #4c4c4c; margin-top: 30px; }
.article-content a { color: #585e71; }
.article-content a:hover { color: #c5d6c9; }
.article-content small { font-size: .9em; color: #999; }

/* ====== Blog Sidebar ====== */
.blog__sidebar {
  position: relative;
  padding-left: 30px;
}
.blog__sidebar h2 {
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1em;
  font-weight: 700;
  color: #656565;
  margin-bottom: 10px;
}
.blog__sidebar .blog__rss {
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  color: #c5d6c9;
  font-size: 0.8em;
}
.blog__sidebar .blog__rss:hover {
  color: #585e71;
}
.blog__sidebar .hr--small {
  border: none;
  border-top: 1px solid #e8e8e8;
  margin: 10px 0 15px;
}
.blog__sidebar h5 {
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8em;
  font-weight: 700;
  color: #656565;
  margin-bottom: 8px;
}
.blog__sidebar .blog__tag {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.blog__sidebar .page-margin {
  margin-top: 15px;
}
/* Sidebar card links */
.blog__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.blog__link:hover .blog__article__title {
  color: #c5d6c9;
}
.blog__article--card {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 2px;
}
.blog__article--card .blog__article__overlay {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background-size: cover;
  background-position: center center;
  z-index: 0;
}
.blog__article--card .blog__article__overlay:after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.65));
  z-index: -1;
}
.blog__article--card .blog__article__content {
  position: relative;
  z-index: 1;
  padding: 120px 20px 20px;
  color: #fff;
  min-height: 200px;
}
.blog__article--card .blog__article__title {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9em;
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
.blog__article--card .blog__article__text {
  display: none;
}
/* Blog navigation between articles */
.blog__nav {
  text-align: center;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e8e8e8;
}
.blog__nav .btn {
  display: inline-block;
  padding: 0.75rem 2rem;
  background: #1F1F1F;
  color: #F9F9F7;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: background 0.2s ease;
}
.blog__nav .btn:hover {
  background: #333;
}
.blog__tags {
  text-align: center;
  margin: 1.5rem 0;
}
.blog__tag {
  display: inline-block;
  background: #f0f0f0;
  color: #555;
  font-size: 0.75rem;
  padding: 0.25rem 0.75rem;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
}
.blog__tag:hover {
  background: #e0e0e0;
}

/* ====== Footer (matching original Pipeline) ====== */
.site-footer-wrapper {
  position: relative;
  background-color: #fff;
  color: #656565;
  text-align: left;
}
.site-footer-wrapper hr { border-top: 1px solid rgba(101,101,101,.5); }
.site-footer-wrapper a { color: #656565; }
.site-footer-wrapper a:hover { color: rgba(101,101,101,.9); }
.site-footer { padding-top: 60px; padding-bottom: 30px; }
.footer-quicklinks li { margin: 0 0 15px; }
.footer-secondary, .footer-quicklinks {
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .8em;
}
.footer-secondary a, .footer-quicklinks a { text-decoration: none; }
.footer-secondary a:hover, .footer-secondary a:active, .footer-secondary a:focus,
.footer-quicklinks a:hover, .footer-quicklinks a:active, .footer-quicklinks a:focus {
  text-decoration: underline;
}

/* Newsletter */
.newsletter-form {
  padding: 5px;
  border-radius: 2px;
  border: 1px solid #ccc;
  background-color: #fff;
  display: flex;
}
.newsletter-form input { border: none; }
.newsletter-form input:focus { border: none; box-shadow: none; }

/* Footer layout */
.footer-wrapper {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 30px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}
.footer-col h5 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1em;
  margin-bottom: 15px;
  color: #656565;
  font-weight: 400;
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
}
.footer-col hr {
  border-top: 1px solid rgba(101,101,101,.5);
  margin: 10px 0 15px;
  width: 40px;
}
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col a {
  color: #656565;
  display: block;
  padding: 4px 0;
  text-decoration: none;
  font-size: 14px;
}
.footer-col a:hover { color: #c5d6c9; }
.footer-bottom {
  border-top: 1px solid rgba(101,101,101,.5);
  padding-top: 20px;
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  font-size: 12px;
  color: #656565;
}
.logo_footer {
  max-width: 200px;
  max-height: 250px;
  text-align: center;
  border: none;
  opacity: 0.5;
}

/* ====== Breadcrumb ====== */
.breadcrumb {
  margin-bottom: 30px;
  margin-top: -30px;
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .8em;
}
.breadcrumb a, .breadcrumb span {
  display: inline-block;
  padding: 15px 7px 15px 0;
  margin-right: 7px;
  text-decoration: none;
}
.breadcrumb a:hover { text-decoration: underline; }

/* ====== Collection Page ====== */
.collection { background: #fff; padding-top: 60px; padding-bottom: 120px; }
.collection__sort {
  padding: 15px 0;
  border-bottom: 1px solid #c5d6c9;
  font-size: .85em;
}
.collection-nav { margin-bottom: 30px; }
.collection-nav .collection-nav--active > a { border-left: 3px solid #c5d6c9; }
.collection-nav > li { margin-bottom: 10px; padding: 0; }
.collection-nav > li a {
  padding-left: 10px;
  margin-left: -13px;
  text-decoration: none;
  border-left: 3px solid transparent;
}
.collection-nav > li a:hover { border-left: 3px solid #c5d6c9; }

/* ====== Utility ====== */
.text-center { text-align: center; }
.hidden-count { display: none; }
.preventOverflow { overflow: hidden; }
.showMobile { display: block; }
.homepage--white { background-color: #fff; }
.homepage--light { background-color: #f7f7f7; }
.homepage--splash { background-color: #c5d6c9; }
.homepage--dark { background-color: #2e3438; }
hr { clear: both; border-top: solid #c5d6c9; border-width: 1px 0 0; margin: 30px 0; height: 0; }
hr.hr--small { margin: 15px 0; }
hr.hr--clear { border-top-color: transparent; margin: 10px 0; }

/* ====== Responsive ====== */
@media screen and (max-width: 768px) {
  .homepage-image.use_screen_two_thirds { height: 50vh; min-height: 250px; }
  .use_screen_two_thirds { height: 50vh; }
  .article-content { padding: 40px 15px; }
  .product-grid-item { margin-bottom: 20px; }
  .homepage-collection, .homepage-blog { padding-top: 45px; padding-bottom: 45px; }
  .footer-wrapper { grid-template-columns: 1fr 1fr; gap: 20px; }
  .info-bar { display: none; }
  .nav--desktop { display: none !important; }
  .nav--mobile { display: block; }
}
@media screen and (max-width: 480px) {
  .homepage-image.use_screen_two_thirds { height: 40vh; min-height: 200px; }
  .use_screen_two_thirds { height: 40vh; }
  .article-content { padding: 30px 15px; }
  .footer-wrapper { grid-template-columns: 1fr; }
  .homepage-collection, .homepage-blog { padding-top: 30px; padding-bottom: 30px; }
}

/* ====== On Sale Badge ====== */
.on-sale { color: #c5d6c9; }
.on-sale .compare-at {
  margin-top: 15px;
  text-decoration: line-through !important;
  color: rgba(88,94,113,.5);
}

/* ====== Blog tags ====== */
.blog__tag {
  text-decoration: none;
  position: relative;
  color: #fff;
  background-color: #c5d6c9;
  border-radius: 2px;
  padding: 5px 5px 5px 15px;
  margin-bottom: 3px;
  display: inline-block;
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: .8em;
}
.blog__tag:before {
  content: "";
  width: 5px; height: 5px;
  border-radius: 10px;
  position: absolute;
  top: 11px; left: 5px;
  background-color: #fff;
}

/* ====== Instagram Grid ====== */
.homepage-instagram .grid-uniform { margin-left: 0; }
.homepage-instagram a { position: relative; color: #fff; text-align: center; font-size: 2em; }
.instagram--square {
  position: relative;
  display: block;
  border-width: 1px;
  border-style: solid;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

/* ====== Scroll Icon ====== */
.scroll_icon_wrap { text-align: center; position: absolute; margin-left: auto; margin-right: auto; left: 0; right: 0; bottom: 0; z-index: 400; }

/* ====== Langify Language Switcher ====== */
.lang-switch a { color: #9d9d9d; text-decoration: none; margin: 0 5px; }
.lang-switch a:hover { color: #c5d6c9; }
.lang-switch .divider { color: #ccc; margin: 0 3px; }
.lang-switch .ly-current { font-weight: 700; }

/* ====== Currency Selector ====== */
.currency-selector {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9000;
}
.currency-selector button {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  padding: 8px 16px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #656565;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,.1);
}
.currency-selector button:hover { background: #f3f3f3; }
/* === Manga Reader === */
.manga-reader {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.manga-header {
  text-align: center;
  margin-bottom: 2rem;
}

.manga-header h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #1F1F1F;
  margin-bottom: 0.5rem;
}

.manga-tags {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.manga-tags .blog__tag {
  display: inline-block;
  background: #f0f0f0;
  color: #555;
  font-size: 0.75rem;
  padding: 0.25rem 0.75rem;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.manga-pages {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.manga-page {
  width: 100%;
  max-width: 768px;
  height: auto;
  display: block;
}

.manga-nav {
  text-align: center;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e8e8e8;
}

.manga-nav .btn {
  display: inline-block;
  padding: 0.75rem 2rem;
  background: #1F1F1F;
  color: #F9F9F7;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: background 0.2s ease;
}

.manga-nav .btn:hover {
  background: #333;
}

@media (max-width: 600px) {
  .manga-header h1 {
    font-size: 1.3rem;
  }
  .manga-reader {
    padding: 1rem 0.5rem;
  }
}

/* === Rich Text Editor (rte) Content === */
.rte {
  line-height: 1.7;
  color: #333;
}

.rte p {
  margin-bottom: 1.25em;
}

.rte img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Side-by-side images in same <p> tag (Ken Hiyashi layout) */
.rte p > img + img {
  display: inline-block;
  max-width: 49%;
  vertical-align: top;
}

.rte p > img:first-child:last-child {
  max-width: 100%;
}

.rte p > img:first-child:not(:only-child) {
  display: inline-block;
  max-width: 49%;
  margin-right: 1%;
}

@media (max-width: 600px) {
  .rte p > img:first-child:not(:only-child),
  .rte p > img + img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
}

/* === Blog Article Navigation === */
.blog__nav {
  text-align: center;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e8e8e8;
}

.blog__nav .btn {
  display: inline-block;
  padding: 0.75rem 2rem;
  background: #1F1F1F;
  color: #F9F9F7;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: background 0.2s ease;
}

.blog__nav .btn:hover {
  background: #333;
}

.blog__tags {
  text-align: center;
  margin: 1.5rem 0;
}

.blog__tag {
  display: inline-block;
  background: #f0f0f0;
  color: #555;
  font-size: 0.75rem;
  padding: 0.25rem 0.75rem;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.blog__tag:hover {
  background: #e0e0e0;
}

/* === Product Gallery === */
.product-gallery {
  position: relative;
  margin-bottom: 30px;
}
.product-gallery__main {
  position: relative;
  overflow: hidden;
  background: #f9f9f9;
}
.product-gallery__main img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.2s ease;
}
.product-gallery__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  background: rgba(255,255,255,0.85);
  border: 1px solid rgba(0,0,0,0.08);
  color: #656565;
  font-size: 22px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 300;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.product-gallery__arrow:hover {
  background: #fff;
  color: #585e71;
}
.product-gallery__arrow--prev {
  left: 10px;
}
.product-gallery__arrow--next {
  right: 10px;
}
.product-gallery__arrow--disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.product-gallery__thumbs {
  display: flex;
  gap: 8px;
  margin-top: 10px;
  justify-content: center;
}
.product-gallery__thumb {
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.2s ease;
  background: #f9f9f9;
}
.product-gallery__thumb:hover {
  border-color: #c5d6c9;
}
.product-gallery__thumb--active {
  border-color: #585e71;
}
.product-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  .product-gallery__arrow {
    width: 36px;
    height: 36px;
    line-height: 34px;
    font-size: 18px;
  }
  .product-gallery__thumb {
    width: 56px;
    height: 56px;
  }
}

/* === Product Detail === */
.product-detail {
  background: #fff;
  padding-top: 60px;
  padding-bottom: 120px;
}
.product-detail h1 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 15px;
}
.product-detail .price {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #656565;
}
.product-detail .product-description {
  line-height: 1.7;
  color: #656565;
  margin-bottom: 30px;
}
.product-detail .btn {
  margin-top: 10px;
}
