:root {
  --honey-main: var(--main-color-one);
  --honey-bg: #fafbfc;
  --honey-radius: 18px;
  --honey-radius-sm: 14px;
  --honey-border: rgba(0, 0, 0, 0.06);
  --honey-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  --honey-navbar-height: 72px;
}

/* Global skin: keep parent templates, override the look */
body {
  background: var(--honey-bg);
  font-family: var(--body-font), system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

body.honeyshop {
  padding-top: var(--honey-navbar-height);
}

.container-one,
.container-two,
.container-three {
  padding-left: 16px;
  padding-right: 16px;
}

.breadcrumb-area {
  background: #fff;
  border-bottom: 1px solid var(--honey-border);
}

.shop-area,
.checkout-area,
.cart-area,
.track-order-area,
.wishlist-area,
.compare-area {
  background: transparent;
}

/* Cards / product blocks */
.global-card,
.single-product-item,
.single-blog,
.single-comment,
.single-review {
  border-radius: var(--honey-radius);
}

.global-card,
.shop-sidebar-content,
.checkout-wrapper,
.cart-wrapper,
.dashboard-inner,
.account-area-wrapper {
  background: #fff;
  border: 1px solid var(--honey-border);
  box-shadow: none;
}

.global-card.no-shadow {
  box-shadow: none !important;
}

.shop-sidebar-content,
.checkout-wrapper,
.cart-wrapper {
  border-radius: var(--honey-radius);
}

.global-card-thumb img,
.single-blog-thumb img {
  border-radius: calc(var(--honey-radius) - 2px);
}

/* Buttons */
.cmn-btn,
.btn-wrapper .cmn-btn,
.btn-wrapper button,
.btn,
button {
  border-radius: var(--honey-radius-sm);
}

.cmn-btn,
.btn-wrapper .cmn-btn {
  background: var(--honey-main);
  border-color: var(--honey-main);
}

.cmn-btn:hover,
.btn-wrapper .cmn-btn:hover {
  background: var(--honey-main);
  border-color: var(--honey-main);
  filter: brightness(0.95);
}

/* Forms */
input,
select,
textarea,
.form-control,
.nice-select {
  border-radius: var(--honey-radius-sm);
}

.form-control:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: var(--honey-main);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.06);
}

/* Tables (cart/checkout) */
table,
.table {
  border-radius: var(--honey-radius);
  overflow: hidden;
}

/* Make product thumbs feel modern */
.global-card-thumb,
.single-blog-thumb {
  overflow: hidden;
}

/* Only scoped tweaks; homepage uses Honeyshop blocks */
.honeyshop-home {
  background: var(--honey-bg);
}

.honeyshop-navbar {
  background: #fff;
  box-shadow: var(--honey-shadow);
  height: var(--honey-navbar-height);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.honeyshop-navbar .brand {
  color: var(--honey-main);
  font-weight: 800;
}

.honeyshop-navbar .brand img {
  height: 36px;
  width: auto;
  display: block;
}

.honeyshop-left {
  min-width: 0;
}

@media (max-width: 991.98px) {
  .honeyshop-navbar .brand {
    max-width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

/* Footer */
.honeyshop-footer {
  background: #fff;
  border-top: 1px solid var(--honey-border);
}

.honeyshop-footer .footer-top {
  padding-top: 50px;
  padding-bottom: 50px;
}

.honeyshop-footer .footer-bottom {
  border-top: 1px solid var(--honey-border);
  padding: 16px 0;
}

.honeyshop-footer .copyright-area {
  border-top: 1px solid var(--honey-border);
  padding: 18px 0 80px;
}

.honeyshop-footer a {
  color: inherit;
}

.honeyshop-footer a:hover {
  color: var(--honey-main);
}

/* Product details: hide gateway icons block on mobile */
@media (max-width: 991.98px) {
  .honeyshop-product-details .details-checkout-shop {
    display: none !important;
  }
}

/* PDP tabs: cleaner desktop spacing */
@media (min-width: 992px) {
  .honeyshop-product-details .details-tab-wrapper {
    padding: 18px 20px;
  }

  .honeyshop-product-details .tab-content-item {
    padding-top: 10px;
  }

  .honeyshop-product-details .description-tab-wrapper .col-lg-12.mt-4,
  .honeyshop-product-details .return-tab-wrapper .col-lg-12.mt-4 {
    margin-top: 12px !important;
  }

  .honeyshop-product-details .review-form.my-5 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
}

/* Breadcrumb (product pages): compact + modern */
body.honeyshop .breadcrumb-area.breadcrumb-product-area {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

body.honeyshop .breadcrumb-area.breadcrumb-product-area .breadcrumb-contents-title-two {
  margin: 0;
}

body.honeyshop .breadcrumb-area.breadcrumb-product-area .breadcrumb-contents-list {
  margin-top: 8px !important;
  margin-bottom: 0;
  flex-wrap: wrap;
  gap: 6px;
}

@media (min-width: 992px) {
  body.honeyshop .breadcrumb-area.breadcrumb-product-area .breadcrumb-contents-title-two {
    font-size: 30px;
    line-height: 1.25;
    margin-top: 0;
  }
}

body.honeyshop .breadcrumb-area.breadcrumb-product-area .breadcrumb-contents-list-item {
  font-size: 14px;
  font-weight: 700;
}

body.honeyshop .breadcrumb-area.breadcrumb-product-area .breadcrumb-contents-list-item:not(:last-child) {
  padding-right: 0;
}

body.honeyshop .breadcrumb-area.breadcrumb-product-area .breadcrumb-contents-list-item:not(:first-child) {
  padding-left: 0;
}

body.honeyshop .breadcrumb-area.breadcrumb-product-area .breadcrumb-contents-list-item:not(:last-child)::after {
  content: "/";
  position: static;
  display: inline-block;
  width: auto;
  height: auto;
  background-color: transparent;
  margin: 0 8px;
  opacity: .55;
  transform: none;
}

.honeyshop-navbar .nav-link {
  font-weight: 700;
}

.honeyshop-desktop-menu ul li a,
.honeyshop-desktop-menu li a {
  color: var(--heading-color);
  font-weight: 800;
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.honeyshop-desktop-menu ul li a:hover,
.honeyshop-desktop-menu li a:hover {
  background: rgba(0, 0, 0, 0.04);
  color: var(--honey-main);
}

.honeyshop-desktop-menu ul li.current-menu-item > a,
.honeyshop-desktop-menu ul li.active > a {
  background: rgba(0, 0, 0, 0.04);
  color: var(--honey-main);
}

.honeyshop-icon-btn {
  background: transparent;
  border: 0;
  color: var(--honey-main);
  position: relative;
}

.honeyshop-badge {
  position: absolute;
  top: -6px;
  left: -8px;
  background: var(--honey-main);
  color: #fff;
  border-radius: 999px;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: 800;
}

.honeyshop-search-btn {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.04);
}

.honeyshop-search-panel {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: all .18s ease;
  pointer-events: none;
}

body.honeyshop-search-open .honeyshop-search-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.honeyshop-search-form {
  display: flex;
  gap: 10px;
  background: #fff;
  border: 1px solid var(--honey-border);
  border-radius: var(--honey-radius);
  padding: 10px;
  box-shadow: var(--honey-shadow);
}

.honeyshop-search-form input {
  border: 0;
  background: transparent;
}

.honeyshop-search-form input:focus {
  box-shadow: none;
}

.honeyshop-search-submit {
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: var(--honey-radius-sm);
  background: var(--honey-main);
  color: #fff;
}

.honeyshop-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  transition: all .18s ease;
  z-index: 998;
}

body.honeyshop-menu-open .honeyshop-backdrop {
  opacity: 1;
  visibility: visible;
}

.honeyshop-mobile-drawer {
  position: fixed;
  top: 0;
  bottom: 0;
  width: min(340px, 86vw);
  background: #fff;
  box-shadow: 0 20px 60px rgba(0,0,0,0.25);
  z-index: 999;
  transform: translateX(110%);
  transition: transform .18s ease;
  display: flex;
  flex-direction: column;
}

html[dir="rtl"] .honeyshop-mobile-drawer { right: 0; }
html[dir="ltr"] .honeyshop-mobile-drawer { left: 0; transform: translateX(-110%); }

body.honeyshop-menu-open .honeyshop-mobile-drawer {
  transform: translateX(0);
}

.honeyshop-mobile-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid var(--honey-border);
}

.honeyshop-mobile-drawer-title {
  font-weight: 900;
  color: var(--heading-color);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.honeyshop-mobile-drawer-body {
  padding: 14px 16px;
  overflow: auto;
}

.honeyshop-mobile-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: var(--heading-color);
  font-weight: 900;
  padding: 12px 12px;
  border-radius: var(--honey-radius-sm);
  background: rgba(0,0,0,0.03);
  margin-bottom: 10px;
}

.honeyshop-mobile-divider {
  height: 1px;
  background: var(--honey-border);
  margin: 12px 0;
}

.honeyshop-mobile-menu li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: var(--heading-color);
  font-weight: 800;
  padding: 12px 10px;
  border-radius: var(--honey-radius-sm);
}

.honeyshop-mobile-menu li a:hover {
  background: rgba(0,0,0,0.03);
  color: var(--honey-main);
}

/* Shop page tighten + modern */
.shop-area.padding-top-100 { padding-top: 32px !important; }
.shop-area.padding-bottom-50 { padding-bottom: 32px !important; }

.honeyshop-shop-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.honeyshop-shop-title {
  font-weight: 900;
  color: var(--heading-color);
}

.honeyshop-category-chips {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
  overflow: auto;
  padding: 6px 2px;
}

.honeyshop-category-chip {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: #fff;
  border: 1px solid var(--honey-border);
  border-radius: 999px;
  font-weight: 900;
  color: var(--heading-color);
  text-decoration: none;
}

.honeyshop-category-chip:hover {
  color: var(--honey-main);
  border-color: rgba(0,0,0,0.10);
}

.honeyshop-category-chip .count {
  font-weight: 900;
  color: var(--honey-main);
  background: rgba(0,0,0,0.04);
  padding: 2px 8px;
  border-radius: 999px;
}

.honeyshop-slider {
  border-radius: var(--honey-radius);
  overflow: hidden;
}

/* Honeyshop homepage */
.honeyshop-home-container {
  padding-top: 18px;
  padding-bottom: 36px;
}

.honeyshop-section {
  margin-top: 28px;
}

.honeyshop-section-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.honeyshop-section-title {
  margin: 0;
  font-weight: 900;
  color: var(--heading-color);
  letter-spacing: 0;
}

.honeyshop-section-action {
  text-decoration: none;
  font-weight: 900;
  color: var(--honey-main);
  white-space: nowrap;
}

.honeyshop-section-action:hover {
  filter: brightness(0.95);
}

/* Slider */
.honeyshop-slider {
  position: relative;
  border: 1px solid var(--honey-border);
  background: #fff;
}

.honeyshop-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .5s ease;
  display: block;
}

.honeyshop-slide img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

.honeyshop-slider::after {
  content: "";
  display: block;
  height: 320px;
}

.honeyshop-slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 0;
  background: rgba(0, 0, 0, 0.42);
  color: #fff;
}

.honeyshop-slider-arrow:hover {
  background: rgba(0, 0, 0, 0.50);
}

.honeyshop-slider-arrow.prev {
  right: 12px;
}

.honeyshop-slider-arrow.next {
  left: 12px;
}

.honeyshop-slider-arrow.prev::before,
.honeyshop-slider-arrow.next::before {
  display: block;
  font-size: 26px;
  line-height: 42px;
  text-align: center;
  font-weight: 900;
}

.honeyshop-slider-arrow.prev::before { content: "›"; }
.honeyshop-slider-arrow.next::before { content: "‹"; }

.honeyshop-slider-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 2;
}

.honeyshop-slider-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background: #fff;
  opacity: .55;
}

.honeyshop-slider-dot.active {
  opacity: 1;
  background: var(--honey-main);
}

/* Product details (PDP) */
.honeyshop-product-details {
  --gl-star-size: 28px;
  --gl-tooltip-border-radius: 10px;
  --gl-tooltip-font-size: 0.875rem;
  --gl-tooltip-font-weight: 700;
  --gl-tooltip-line-height: 1;
  --gl-tooltip-margin: 10px;
  --gl-tooltip-padding: .35em .9em;
  --gl-tooltip-size: 6px;
}

.honeyshop-product-details .shop-details-area.padding-top-100 { padding-top: 32px !important; }
.honeyshop-product-details .shop-details-area.padding-bottom-50 { padding-bottom: 22px !important; }
.honeyshop-product-details .tab-details-tab-area.padding-top-50 { padding-top: 18px !important; }
.honeyshop-product-details .tab-details-tab-area.padding-bottom-50 { padding-bottom: 28px !important; }

.honeyshop-product-details .shop-details-top-slider,
.honeyshop-product-details .shop-details-bottom-slider-area {
  border-radius: var(--honey-radius);
}

.honeyshop-product-details .shop-details-top-slider {
  background: #fff;
  border: 1px solid var(--honey-border);
  overflow: hidden;
}

.honeyshop-product-details .shop-details-thumb-wrapper {
  border-radius: var(--honey-radius);
}

.honeyshop-product-details .single-shop-details-wrapper {
  background: #fff;
  border: 1px solid var(--honey-border);
  border-radius: var(--honey-radius);
  padding: 18px 16px;
}

.honeyshop-product-details .details-title {
  font-weight: 900;
  color: var(--heading-color);
}

.honeyshop-product-details .flash-prices {
  color: var(--honey-main) !important;
  font-weight: 900;
}

.honeyshop-product-details .flash-old-prices {
  color: #8a8a8a;
}

.honeyshop-product-details .details-tab-wrapper {
  background: #fff;
  border: 1px solid var(--honey-border);
  border-radius: var(--honey-radius);
  padding: 16px;
}

.honeyshop-product-details .details-tab {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border: 0;
  margin: 0;
}

.honeyshop-product-details .details-tab li {
  border: 1px solid var(--honey-border);
  background: rgba(0,0,0,0.02);
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 900;
  color: var(--heading-color);
}

.honeyshop-product-details .details-tab li.active {
  background: var(--honey-main);
  border-color: var(--honey-main);
  color: #fff;
}

.honeyshop-product-details .tabs-content,
.honeyshop-product-details .tab-content-item {
  border: 0;
}

.honeyshop-product-details .campaign_countdown_wrapper {
  text-align: center;
  z-index: 95;
}

.honeyshop-product-details .campaign_countdown_wrapper .global-timer .syotimer__body {
  gap: 10px 12px;
  justify-content: space-between;
}

.honeyshop-product-details .campaign_countdown_wrapper .global-timer .syotimer__body .syotimer-cell {
  background-color: rgba(0, 0, 0, 0.02);
  border: 1px solid var(--honey-border);
  border-radius: 14px;
  padding: 10px 16px;
  min-width: 92px;
}

.honeyshop-product-details .campaign_countdown_wrapper .global-timer .syotimer__body .syotimer-cell .syotimer-cell__value {
  font-size: 28px;
  line-height: 32px;
  font-weight: 900;
  color: var(--heading-color);
}

.honeyshop-product-details .campaign_countdown_wrapper .global-timer .syotimer__body .syotimer-cell .syotimer-cell__unit {
  font-size: 14px;
  line-height: 20px;
  font-weight: 900;
  color: #666;
}

.honeyshop-product-details .gl-star-rating--stars span { margin-right: 5px !important; }
html[dir="rtl"] .honeyshop-product-details .gl-star-rating--stars span { margin-right: 0 !important; margin-left: 5px !important; }

/* Features */
.honeyshop-features {
  margin-top: 16px;
  row-gap: 12px;
}

.honeyshop-feature {
  background: #fff;
  border: 1px solid var(--honey-border);
  border-radius: var(--honey-radius);
  padding: 14px 14px;
}

.honeyshop-feature-title {
  font-weight: 900;
  color: var(--honey-main);
}

.honeyshop-feature-text {
  margin-top: 6px;
  color: #666;
  line-height: 1.5;
}

/* Product grid/cards */
.honeyshop-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

@media (max-width: 1199px) {
  .honeyshop-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 991px) {
  .honeyshop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 575px) {
  .honeyshop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .honeyshop-slide img { height: 220px; }
  .honeyshop-slider::after { height: 220px; }
}

.honeyshop-product-card {
  background: #fff;
  border: 1px solid var(--honey-border);
  border-radius: var(--honey-radius);
  overflow: hidden;
}

.honeyshop-product-thumb {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
}

.honeyshop-product-thumb-inner {
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 170px;
}

.honeyshop-product-thumb-inner img {
  max-width: 100%;
  height: auto;
}

.honeyshop-product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--honey-main);
  color: #fff;
  font-weight: 900;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
}

.honeyshop-product-body {
  padding: 12px 12px 14px;
}

.honeyshop-product-title {
  display: block;
  font-weight: 900;
  color: var(--heading-color);
  text-decoration: none;
  min-height: 44px;
}

.honeyshop-product-title:hover {
  color: var(--honey-main);
}

.honeyshop-product-rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  font-weight: 900;
  color: #555;
}

.honeyshop-product-rating .star {
  color: #f2b01e;
  font-size: 14px;
  line-height: 1;
}

.honeyshop-product-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 10px;
}

.honeyshop-product-price .old {
  color: #888;
  text-decoration: line-through;
  font-weight: 800;
}

.honeyshop-product-price .current {
  color: var(--honey-main);
  font-weight: 900;
}

.honeyshop-product-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  text-decoration: none;
  background: var(--honey-main);
  color: #fff;
  font-weight: 900;
  border-radius: 999px;
  height: 44px;
}

.honeyshop-product-btn:hover {
  filter: brightness(0.95);
  color: #fff;
}

/* Popup */
.honeyshop-popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.honeyshop-popup-modal {
  background: #fff;
  width: min(520px, 92vw);
  border-radius: var(--honey-radius);
  border: 1px solid var(--honey-border);
  box-shadow: 0 10px 40px rgba(0,0,0,0.18);
  position: relative;
  text-align: center;
  padding: 22px 18px 18px;
}

.honeyshop-popup-close {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 0;
  background: var(--honey-main);
  color: #fff;
  font-size: 22px;
  line-height: 1;
}

.honeyshop-popup-image {
  margin-bottom: 10px;
}

.honeyshop-popup-title {
  color: var(--honey-main);
  font-weight: 900;
}

.honeyshop-popup-body {
  color: #444;
  margin: 10px 0 14px;
}

.honeyshop-popup-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--honey-main);
  color: #fff;
  padding: 10px 28px;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
}

.honeyshop-popup-btn:hover {
  filter: brightness(0.95);
  color: #fff;
}

@media (max-width: 991px) {
  .honeyshop-navbar {
    height: 60px;
  }
  .honeyshop-mobile-only {
    display: inline-flex;
  }
}
