@charset "UTF-8";
main#main {
  padding: 60px 0;
}
@media (max-width: 767px) {
  main#main {
    padding: 12px 0;
  }
}

/* -------------------------------------------------------
Coreline Typography System
------------------------------------------------------- */
/* Base heading style */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.35;
  margin: 0 0 0.75em;
  letter-spacing: -0.01em;
}

/* Responsive scale */
h1,
.h1 {
  font-size: clamp(22px, 2.5vw, 26px);
  letter-spacing: -0.02em;
}

h2,
.h2 {
  font-size: clamp(20px, 2.2vw, 24px);
}

h3,
.h3 {
  font-size: clamp(18px, 2vw, 22px);
}

h4,
.h4 {
  font-size: clamp(16px, 1.6vw, 18px);
}

h5,
.h5 {
  font-size: 15px;
  font-weight: 500;
}

h6,
.h6 {
  font-size: 14px;
  font-weight: 500;
  opacity: 0.9;
}

span.cart-contents-count {
  position: absolute;
  width: 15px;
  height: 15px;
  background: red;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  top: 13px;
  font-size: 10px;
}

.btn-primary {
  border-radius: 4px !important;
  border: none;
  background: #2563eb;
  color: #fff;
  cursor: pointer;
  font-weight: normal;
  outline: none;
  line-height: normal !important;
}
.btn-primary:not(:disabled):not(.disabled).active {
  border-radius: 4px !important;
  border: none;
  background: #2563eb;
  color: #fff;
  cursor: pointer;
  font-weight: normal;
  outline: none;
  line-height: normal !important;
}
.btn-primary:not(:disabled):not(.disabled):active {
  border-radius: 4px !important;
  border: none;
  background: #2563eb;
  color: #fff;
  cursor: pointer;
  font-weight: normal;
  outline: none;
  line-height: normal !important;
}
.btn-primary:hover {
  background: #2563eb;
  color: #fff;
}

/*Widgets*/
.widget {
  margin-bottom: 30px;
}
.widget ul {
  list-style: square;
}
.widget ul li {
  margin-bottom: 5px;
}
.widget .nav-link {
  padding: 0 !important;
  color: #000;
}
.widget:nth-last-child(1) {
  border: none;
}

.footer-widget {
  padding: 10px 0;
}

#footer .widgettitle {
  margin-bottom: 32px;
  font-size: 18px;
}

.sidebar-single .sidebar-sticky {
  position: sticky;
  top: 100px;
}
.sidebar-single .widget {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  margin-bottom: 25px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.03);
}
.sidebar-single .widget .widget-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: inline-block;
}
.sidebar-single .widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-single .widget ul li {
  padding: 10px 0;
  border-bottom: 1px solid #f3f4f6;
}
.sidebar-single .widget ul li:last-child {
  border: none;
}
.sidebar-single .widget ul li a {
  color: #000;
  text-decoration: none;
  transition: color 0.2s;
}
.sidebar-single .widget ul li a:hover {
  color: #000;
}

/*Posts Archive Itme*/
.list-item {
  background-color: #fff;
  border: 1px solid #edf0f2;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.05);
}
.list-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
  border-color: rgba(13, 110, 253, 0.18);
}
.list-item:hover .post-thumbnail img {
  transform: scale(1.05);
}
.list-item:hover .entry-title a {
  color: #0d6efd;
}
.list-item .post-thumbnail {
  background: #f8f9fa;
  overflow: hidden;
}
.list-item .post-thumbnail a {
  display: block;
}
.list-item .post-thumbnail img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}
.list-item .entry-header {
  padding: 1.1rem 1.1rem 1.25rem;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.list-item .entry-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
  font-size: 0.82rem;
  font-weight: 500;
  color: #6b7280;
}
@media (max-width: 767px) {
  .list-item .entry-meta {
    margin-bottom: 8px;
  }
}
.list-item .entry-meta span {
  display: inline-flex;
  align-items: center;
}
.list-item .entry-meta .byline a {
  color: #6b7280;
  text-decoration: none;
}
.list-item .entry-meta .byline a:hover {
  color: #0d6efd;
}
.list-item .entry-title {
  margin: 0 0 0.8rem;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .list-item .entry-title {
    margin-bottom: 8px;
    line-height: normal;
  }
}
.list-item .entry-title a {
  color: #111827;
  text-decoration: none;
  transition: color 0.25s ease;
}
.list-item .entry-categories {
  margin-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .list-item .entry-categories {
    margin-bottom: 8px;
  }
}
.list-item .entry-categories a {
  display: inline-flex;
  align-items: center;
  margin: 0 0 0.4rem 0.4rem;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: #eef4ff;
  color: #2563eb;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
}
@media (max-width: 767px) {
  .list-item .entry-categories a {
    margin-bottom: 0;
  }
}
.list-item .entry-categories a:hover {
  background: #2563eb;
  color: #fff;
}
.list-item .entry-summary {
  margin-bottom: 1rem;
  color: #4b5563;
  font-size: 0.93rem;
  line-height: 1.95;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .list-item .entry-summary {
    margin-bottom: 0;
  }
}
.list-item .entry-summary p {
  margin: 0;
}
.list-item .entry-footer {
  margin-top: auto;
  padding-top: 0.25rem;
}
.list-item .read-more {
  display: inline-flex;
  align-items: center;
  font-size: 0.92rem;
  font-weight: 700;
  color: #0d6efd;
  text-decoration: none;
  transition: all 0.25s ease;
}
.list-item .read-more::after {
  content: "←";
  margin-right: 0.45rem;
  transition: transform 0.25s ease;
}
.list-item .read-more:hover {
  color: #084298;
}
.list-item .read-more:hover::after {
  transform: translateX(-3px);
}

@media (max-width: 991.98px) {
  .list-item .post-thumbnail img {
    height: 220px;
  }
}
@media (max-width: 767.98px) {
  .list-item {
    border-radius: 14px;
  }
  .list-item .post-thumbnail img {
    height: 200px;
  }
  .list-item .entry-header {
    padding: 0.9rem;
  }
  .list-item .entry-title {
    font-size: 1rem;
  }
  .list-item .entry-summary {
    font-size: 0.9rem;
    line-height: 1.85;
  }
}
/*Single Post*/
.post-single-page .single-post-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.03);
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .post-single-page .single-post-card {
    padding: 12px;
  }
}
.post-single-page .single-post-card .post-thumbnail {
  margin-bottom: 25px;
}
.post-single-page .single-post-card .post-thumbnail img {
  width: 100%;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 500px;
}
.post-single-page .single-post-card .entry-meta {
  font-size: 0.9rem;
  color: #6b7280;
  display: flex;
  gap: 0px 6px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .post-single-page .single-post-card .entry-meta {
    font-size: 12px;
  }
}
.post-single-page .single-post-card .entry-meta span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.post-single-page .single-post-card .entry-meta span:not(:last-child):after {
  content: "•";
  opacity: 0.5;
}
.post-single-page .single-post-card .entry-meta a {
  color: #0d6efd;
  text-decoration: none;
}
.post-single-page .single-post-card .entry-meta a:hover {
  text-decoration: underline;
}
.post-single-page .single-post-card .entry-content {
  line-height: 1.9;
  color: #374151;
}
.post-single-page .single-post-card .entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 20px 0;
}
.post-single-page .single-post-card .entry-content blockquote {
  border-right: 5px solid #0d6efd;
  padding: 20px 30px;
  background: #f3f4f6;
  font-style: italic;
  margin: 30px 0;
  border-radius: 0 10px 10px 0;
}
.post-single-page .single-post-card .entry-footer {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #e5e7eb;
}
.post-single-page .single-post-card .entry-footer .tag-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.post-single-page .single-post-card .entry-footer .tag-links .tag-label {
  font-weight: 600;
  color: #1f2937;
  font-size: 0.9rem;
}
.post-single-page .single-post-card .entry-footer .tag-links a {
  background: #f3f4f6;
  padding: 5px 15px;
  border-radius: 50px;
  font-size: 0.85rem;
  color: #6b7280;
  text-decoration: none;
  transition: all 0.2s;
}
.post-single-page .single-post-card .entry-footer .tag-links a:hover {
  background: #0d6efd;
  color: #fff;
}
.post-single-page .post-navigation {
  margin-bottom: 40px;
}
.post-single-page .post-navigation .nav-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.post-single-page .post-navigation .nav-links .nav-previous,
.post-single-page .post-navigation .nav-links .nav-next {
  background: #ffffff;
  padding: 20px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.03);
  transition: transform 0.2s;
}
.post-single-page .post-navigation .nav-links .nav-previous:hover,
.post-single-page .post-navigation .nav-links .nav-next:hover {
  transform: translateY(-3px);
}
.post-single-page .post-navigation .nav-links .nav-previous .nav-subtitle,
.post-single-page .post-navigation .nav-links .nav-next .nav-subtitle {
  font-size: 0.8rem;
  color: #6b7280;
  margin-bottom: 5px;
}
.post-single-page .post-navigation .nav-links .nav-previous .nav-title,
.post-single-page .post-navigation .nav-links .nav-next .nav-title {
  font-weight: 700;
  color: #1f2937;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-single-page .post-navigation .nav-links .nav-previous a,
.post-single-page .post-navigation .nav-links .nav-next a {
  text-decoration: none;
}

@media (max-width: 991px) {
  .post-single-page .post-navigation .nav-links {
    grid-template-columns: 1fr;
  }
}
/*Commnets*/
.comments-area {
  margin-top: 50px;
}
.comments-area .comments-title,
.comments-area .comment-reply-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: #1f2937;
  position: relative;
  padding-right: 15px;
}
.comments-area .comments-title::before,
.comments-area .comment-reply-title::before {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  bottom: 5px;
  width: 4px;
  background: #0d6efd;
  border-radius: 10px;
}
.comments-area .comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comments-area .comment-list .comment {
  margin-bottom: 25px;
}
.comments-area .comment-list .comment .comment-body {
  background: #fff;
  border: 1px solid #f1f5f9;
  padding: 20px;
  border-radius: 15px;
  position: relative;
  transition: all 0.3s ease;
}
.comments-area .comment-list .comment .comment-body:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.comments-area .comment-list .comment .children {
  list-style: none;
  margin-right: 40px;
  margin-top: 20px;
  border-right: 2px solid #e2e8f0;
  padding-right: 20px;
}
.comments-area .comment-list .comment-meta {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.comments-area .comment-list .comment-meta .avatar {
  border-radius: 50%;
  margin-left: 15px;
  border: 2px solid #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.comments-area .comment-list .comment-meta .fn {
  font-weight: 700;
  color: #334155;
  font-style: normal;
}
.comments-area .comment-list .comment-meta .fn a {
  color: inherit;
  text-decoration: none;
}
.comments-area .comment-list .comment-meta .comment-metadata {
  margin-right: auto;
  font-size: 0.85rem;
  color: #94a3b8;
}
.comments-area .comment-list .comment-meta .comment-metadata a {
  color: inherit;
  text-decoration: none;
}
.comments-area .comment-list .comment-content {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #475569;
  margin-bottom: 15px;
}
.comments-area .comment-list .comment-content p:last-child {
  margin-bottom: 0;
}
.comments-area .comment-list .reply a {
  display: inline-block;
  background: #f1f5f9;
  color: #475569;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 5px 15px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.2s;
}
.comments-area .comment-list .reply a:hover {
  background: #0d6efd;
  color: #fff;
}
.comments-area .comment-respond {
  background: #f8fafc;
  padding: 30px;
  border-radius: 20px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .comments-area .comment-respond {
    padding: 12px;
  }
}
.comments-area .comment-respond .comment-form {
  display: flex;
  flex-wrap: wrap;
}
.comments-area .comment-respond .comment-form p {
  width: 100%;
  margin-bottom: 15px;
}
.comments-area .comment-respond .comment-form .comment-form-author,
.comments-area .comment-respond .comment-form .comment-form-email,
.comments-area .comment-respond .comment-form .comment-form-url {
  width: 33.33%;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .comments-area .comment-respond .comment-form .comment-form-author,
  .comments-area .comment-respond .comment-form .comment-form-email,
  .comments-area .comment-respond .comment-form .comment-form-url {
    width: 100%;
  }
}
.comments-area .comment-respond .comment-form .comment-form-author input,
.comments-area .comment-respond .comment-form .comment-form-email input,
.comments-area .comment-respond .comment-form .comment-form-url input {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  outline: none;
  transition: border-color 0.2s;
}
.comments-area .comment-respond .comment-form .comment-form-author input:focus,
.comments-area .comment-respond .comment-form .comment-form-email input:focus,
.comments-area .comment-respond .comment-form .comment-form-url input:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.1);
}
.comments-area .comment-respond .comment-form .comment-form-comment {
  padding: 0 10px;
}
.comments-area .comment-respond .comment-form .comment-form-comment textarea {
  border-radius: 15px;
  padding: 15px;
  border: 1px solid #e2e8f0;
}
.comments-area .comment-respond .comment-form .comment-form-comment textarea:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.1);
}
.comments-area .comment-respond .comment-form .form-submit {
  padding: 0 10px;
}
.comments-area .comment-respond .comment-form .form-submit .submit-comment-btn {
  padding: 12px 30px;
  border-radius: 10px;
  font-weight: 600;
  transition: all 0.3s;
}
.comments-area .comment-respond .comment-form .form-submit .submit-comment-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(13, 110, 253, 0.3);
}

.coreline-search-form {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.coreline-search-form .search-field {
  width: 100%;
  height: 44px;
  padding: 0 48px 0 16px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
  transition: 0.2s ease;
}
.coreline-search-form .search-field:focus {
  border-color: #111;
  outline: none;
}
.coreline-search-form .search-submit {
  position: absolute;
  left: 8px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  background: #fff;
}

.coreline-search-page {
  padding: 60px 0;
}

.search-header {
  margin-bottom: 32px;
  text-align: center;
}

.search-query {
  color: #111;
  font-weight: 600;
}

.search-results-grid {
  display: grid;
  gap: 24px;
}

.coreline-entry {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 12px;
  background: #fff;
  transition: 0.2s ease;
}
.coreline-entry:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.coreline-entry-thumb img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.coreline-entry-title {
  margin: 0 0 6px;
}
.coreline-entry-title a {
  color: #111;
  text-decoration: none;
}
.coreline-entry-title a:hover {
  opacity: 0.7;
}

.coreline-entry-meta {
  font-size: 13px;
  color: #6b7280;
  display: flex;
  gap: 12px;
}

.coreline-entry-excerpt {
  color: #444;
  font-size: 14px;
}

.coreline-search-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  justify-content: center;
}

.search-tab {
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
  transition: 0.2s;
}

.search-tab.active {
  background: #111;
  color: #fff;
  border-color: #111;
}

.search-panel {
  display: none;
}

.search-panel.active {
  display: block;
}

.coreline-error-page {
  padding: 80px 0;
  text-align: center;
}

.coreline-error {
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
}

.coreline-error-code {
  font-size: 64px;
  font-weight: 700;
  color: #e5e7eb;
  display: block;
  margin-bottom: 12px;
}

.coreline-error-title {
  margin-bottom: 8px;
}

.coreline-error-desc {
  color: #6b7280;
  margin-bottom: 24px;
}

.coreline-error-action {
  display: flex;
  justify-content: center;
}

/* -----------------------------------------
      Coreline Pagination
      WordPress + WooCommerce
      ----------------------------------------- */
.navigation.pagination,
.woocommerce-pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.navigation.pagination .nav-links,
.navigation.pagination ul.page-numbers,
.woocommerce-pagination .nav-links,
.woocommerce-pagination ul.page-numbers {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation.pagination .page-numbers,
.woocommerce-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 14px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff;
  color: #111;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all 0.2s ease;
}
.navigation.pagination a.page-numbers:hover,
.woocommerce-pagination a.page-numbers:hover {
  background: #111;
  border-color: #111;
  color: #fff;
}
.navigation.pagination .page-numbers.current,
.woocommerce-pagination .page-numbers.current {
  background: #111;
  border-color: #111;
  color: #fff;
  cursor: default;
}
.navigation.pagination .page-numbers.prev,
.navigation.pagination .page-numbers.next,
.woocommerce-pagination .page-numbers.prev,
.woocommerce-pagination .page-numbers.next {
  min-width: auto;
  padding: 0 16px;
  font-size: 13px;
}
.navigation.pagination li,
.woocommerce-pagination li {
  margin: 0;
  padding: 0;
}

.woocommerce nav.woocommerce-pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.woocommerce nav.woocommerce-pagination ul {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0 !important;
}
.woocommerce nav.woocommerce-pagination ul li {
  margin: 0;
  padding: 0;
  border: 0 !important;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 14px;
  border: 1px solid #e5e7eb !important;
  border-radius: 10px;
  background: #fff !important;
  color: #111 !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all 0.2s ease;
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: #111 !important;
  border-color: #111 !important;
  color: #fff !important;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #111 !important;
  border-color: #111 !important;
  color: #fff !important;
}
.woocommerce nav.woocommerce-pagination ul li .prev,
.woocommerce nav.woocommerce-pagination ul li .next {
  min-width: auto;
  padding: 0 16px;
  font-size: 13px;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
  border: 0 !important;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  margin: 0 !important;
}/*# sourceMappingURL=theme.css.map */