/** Shopify CDN: Minification failed

Line 1281:2 Unexpected "="

**/
/* ============================================
   UNIFIED LAYOUT SYSTEM — Side Padding Token
   ============================================ */

:root {
  --layout-side-padding: 20px;
}

@media (max-width: 1199px) {
  :root { --layout-side-padding: 24px; }
}

@media (max-width: 767px) {
  :root { --layout-side-padding: 16px; }
}

/* --- Header & Nav Menu (matches hero left edge) --- */
.header-top-bar .container-fluid,
#hongo-header .navbar .container-fluid,
body.sticky #hongo-header .container-fluid,
body.sticky-active #hongo-header .container-fluid,
body.sticky-animate #hongo-header .container-fluid {
  padding-left: var(--layout-side-padding) !important;
  padding-right: var(--layout-side-padding) !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* --- Hero stays intentionally full-bleed (no change needed) --- */

/* --- Icon Slider — align with header --- */
.icon-collection-list,
[class*="icon-collection"] {
  padding-left: var(--layout-side-padding) !important;
  padding-right: var(--layout-side-padding) !important;
  box-sizing: border-box;
  width: 100% !important;
}

/* --- All content sections — consistent side padding --- */
.featured-collection,
.featured-blog,
.newsletter,
.services,
.testimonial,
.counter,
.marquee,
[class*="section-title"] {
  padding-left: var(--layout-side-padding) !important;
  padding-right: var(--layout-side-padding) !important;
  box-sizing: border-box;
}

/* ============================================================
   PRODUCT STYLES
   ============================================================ */

.product-summary .cart-btn {
  color: #fff;
  background-color: var(--dark-color);
}

.header-top-right .cart .cart-text {
  position: relative;
  top: 5px;
}

.product-variants .variant-option input:checked + label .text-swatch,
.product-variants .variant-option:hover label .text-swatch {
  background-color: #fdfaf8 !important;
  color: #262626 !important;
}

.product-variants .variant-option label .text-swatch {
  margin-top: 8px;
  margin-bottom: 8px;
}

.product-footer .product-title {
  line-height: 20px;
}

.product-tabs .content-wrap p {
  margin-bottom: 10px;
}

.product-footer .price-item-wrapper .second-currency .currency-symbol {
  margin-left: 5px;
}

.product-box .product-footer .price-item.old-price {
  font-weight: 200 !important;
  color: #9ea3ae !important;
  letter-spacing: 0.5px !important;
  font-size: var(--font_size_plus1) !important;
  line-height: var(--font_size_plus7) !important;
}

/* product detail page */
.product .product-summary .price-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 80px;
  row-gap: 20px;
}

.product .product-summary .second-currency-wrapper .compare-second-currency span,
.product .product-summary .price__compare .price-compare-item span {
  text-decoration: line-through;
}

.product .product-summary .second-currency-wrapper .compare-second-currency,
.product .product-summary .price__compare .price-compare-item {
  font-size: var(--font_size_plus5);
  line-height: var(--font_size_plus10);
  color: #9ea3ae;
  text-decoration: line-through;
}

.product .price .price__compare:first-child {
  margin-left: 0;
}

.product-summary .price--on-sale .price__sale {
  margin-bottom: 28px;
  column-gap: 15px;
  row-gap: 12px;
}

.product .label-wrapper {
  gap: 15px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.product .label-wrapper span:first-child {
  margin-right: 0;
}

.product .price .price__compare s + span {
  text-decoration: line-through;
}

.product .price .custom-save-text-wrap,
.product .price .save-lable.badge {
  font-size: var(--font_size_minus3);
  line-height: var(--font_size_plus3);
  letter-spacing: 0.8px;
  border-radius: 2px;
  padding: 5px 10px;
  text-transform: capitalize;
  margin-left: 0;
}

.badge.sold-out {
  background-color: #db524c;
  color: #ffffff;
}

.product .price .custom-save-text-wrap {
  background-color: #62c169;
  color: #ffffff;
  display: flex;
  align-items: center;
  line-height: normal;
  gap: 5px;
}

.product .price .custom-save-text-wrap span:not(.custom-save-text) {
  text-transform: uppercase;
}

.product .price .custom-save-text-wrap svg {
  margin-right: 2px;
  height: 16px;
}

.product-summary .price .regular-price {
  font-size: var(--custom_price_font_size, 20px);
  line-height: normal;
  font-weight: var(--custom_price_weight, 400);
  color: var(--custom_price_color, #000000);
  position: relative;
  z-index: 1;
}

.price .regular-price sup {
  top: -.4em;
}

.product-summary .regular-price span.currency-symbol {
  margin-right: 30px;
  margin-left: 8px;
  margin-right: 0;
}

.product-summary .regular-price .second-currency span:first-child,
.product-summary .regular-price .product-price span:first-child {
  position: relative;
}

.regular-price .second-currency span:last-child {
  margin-right: 0;
}

.product-summary .regular-price .second-currency span:first-child:before,
.product-summary .product-price span:first-child:before {
  position: absolute;
  content: " ";
  height: 10px;
  width: 100%;
  left: 0;
  bottom: 6px;
  background-color: #ffcf2e;
  z-index: -1;
}

.regular-price span {
  display: inline-block;
}

.product-summary .regular-price {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  row-gap: 10px;
}

.product .price {
  background-color: #f1f6fe;
  padding: 25px 20px;
  border-radius: 4px;
}

/* Product card */
.product-footer .product-info {
  color: #444c5a;
  margin-bottom: 18px;
  font-weight: 300;
}

.recent-products .price-item.old-price,
.products .product-footer .price-item.old-price {
  color: #9ea3ae;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: var(--font_size_plus1);
  line-height: var(--font_size_plus7);
}

.product-footer .price-item.old-price .currency-symbol {
  text-decoration: line-through;
}

.product-footer .price-box .price-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  gap: 25px;
}

/* Footer/recent view product card */
.product-footer .custom-save-text-wrap {
  display: inline-flex;
  align-items: center;
  column-gap: 4px;
  background-color: #62c169;
  color: #ffffff;
  padding: 4px 8px;
  border-radius: 2px;
  font-size: var(--font_size_minus3);
  font-weight: 400;
  padding: 5px 10px;
  line-height: 1;
  flex-wrap: wrap;
  row-gap: 5px;
}

.product-footer .price-wrapper.regular-item-wrapper .price-item-wrapper,
.product-footer .custom-save-text-wrap svg {
  width: 16px;
  height: 16px;
}

.product-footer .price__compare {
  display: flex;
  align-items: left;
  flex-wrap: wrap;
  gap: 4px;
}

.product-footer .price__compare span:first-child {
  margin-right: 0;
}

.product-footer {
  text-align: left;
}

.product-footer .product-title {
  margin-bottom: 18px;
}

.product-footer .price-item-wrapper .compare-second-currency {
  font-size: var(--font_size_plus1);
  line-height: var(--font_size_plus7);
  color: #9ea3ae;
  font-weight: 200;
  letter-spacing: 0.5px;
  text-decoration: line-through;
}

.product-footer .price__compare .special-price {
  font-weight: 600;
  font-size: var(--font_size_plus6);
  color: var(--dark-color);
}

.product-footer .price-item-wrapper {
  font-weight: 600;
  font-size: var(--font_size_plus5);
  display: flex;
  flex-direction: column;
  gap: 4px;
  column-gap: 40px;
}

.lookbook-with-product .product-footer .price-item-wrapper .compare-second-currency,
.lookbook-with-product .pin-product .price__compare .old-price {
  font-size: var(--font_size_minus1) !important;
  line-height: var(--font_size_plus5) !important;
  color: #9ea3ae !important;
  font-weight: 200 !important;
  letter-spacing: 0.5px !important;
}

.product-footer .price-wrapper.regular-item-wrapper {
  margin-top: 0 !important;
}

.product-footer .price-wrapper.regular-item-wrapper .price-item-wrapper {
  display: flex;
  width: 100%;
  flex-direction: row;
}

.product-footer .price-wrapper > div {
  flex-direction: column;
  align-content: flex-start;
}

.product-footer .price-box .price-wrapper {
  gap: 20px;
  margin-top: 15px;
  column-gap: 40px;
  justify-content: space-between;
}

.product-box .badge {
  border-radius: 2px;
}

.product-footer .product-rating {
  margin-bottom: 15px;
  margin-top: 10px;
}

.product-box .box-inner:hover .product-hover {
  border: 1px solid rgba(235, 235, 235, 0.5);
}

.product-box .product-hover:before {
  box-shadow: 0 0 40px 32px rgba(235, 235, 235, 0.2);
}

.product-box .product-hover {
  transform: unset;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

/* sticky add to cart */
.sticky-addtocart .product-info .price__compare {
  font-size: var(--font_size_minus1);
  font-weight: 600;
  color: #9ea3ae;
}

.sticky-addtocart .regular-price {
  font-size: var(--font_size_plus3);
  font-weight: 600;
}

.sticky-addtocart .product-price {
  margin-right: 15px;
}

.sticky-addtocart .price__sale {
  margin-bottom: 8px;
}

.product-grid-wrapper .price__compare .price-item.old-price {
  color: #9ea3ae;
  font-weight: 500;
  font-size: var(--font_size_plus1);
  line-height: var(--font_size_plus7);
}

.product-footer .price-item-wrapper .compare-second-currency .currency-symbol {
  margin-left: 3px;
}

.col.product-box .product-footer {
  padding: 0 !important;
}

/* Change Add to cart color */
.product-summary .cart-btn {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}

.product-summary .cart-btn:hover {
  background-color: #425767 !important;
  border-color: #425767 !important;
}

/* Remove icon Add to cart */
.product-summary .cart-btn .feather-shopping-bag {
  display: none !important;
}

/* ============================================================
   HEADER STYLES
   ============================================================ */

.header-layout-style-2 .navbar-toggler-line,
.menu-hover .header-transparent,
.menu-hover .navbar .navbar-nav .simple-dropdown {
  background-color: #2e2f3c;
}

.header-layout-style-2 .navbar-right > div i {
  font-size: var(--font_size_plus7);
}

.header-layout-style-2 .navbar-right .account i {
  font-size: var(--font_size_plus10);
}

.header-layout-style-2 .header-top-bar {
  padding-bottom: 15px;
  padding-top: 15px;
}

/* ============================================================
   MOBILE HEADER LAYOUT
   ============================================================ */

@media (max-width: 767px) {
  .site-footer .footer-usp .row .col {
    justify-content: start !important;
  }
}

/* ============================================================
   MOBILE HEADER — Hyper style: burger+logo LEFT, icons RIGHT
   ============================================================ */

@media (max-width: 1199px) {
  .header-layout-style-2 .header-top-bar .row {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    min-height: 64px;
  }

  .header-layout-style-2 .header-top-bar .toggler-wrapper {
    flex: 0 0 auto !important;
    width: auto !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    align-self: center;
    background: transparent;
  }

  .navbar-toggler.toggle-mobile {
    padding: 8px !important;
    min-width: 40px;
    min-height: 40px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
  }

  .navbar-toggler.toggle-mobile .navbar-toggler-line {
    position: static !important;
    margin: 0 !important;
    top: auto !important;
    width: 20px !important;
    height: 2px !important;
    border-radius: 2px !important;
    background: #2e2f3c !important;
    display: block;
    transform: none;
  }

  .navbar-toggler.toggle-mobile .navbar-toggler-line:nth-child(4) {
    display: none !important;
  }

  .navbar-collapse-show .navbar-toggler.toggle-mobile .navbar-toggler-line:nth-child(4) {
    display: block !important;
  }

  .header-layout-style-2 .header-top-bar .logo {
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: none !important;
    display: flex !important;
    align-items: center;
    align-self: center;
    justify-content: center !important;
    text-align: center !important;
    padding: 0 !important;
    margin: 0 !important;
    transition: none !important;
    transform: none !important;
  }

  .navbar-brand img,
  .navbar-brand .default-logo {
    width: 84px !important;
    height: auto !important;
    max-height: 48px;
    object-fit: contain;
  }

  .header-layout-style-2 .header-top-bar .header-top-right {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    display: flex !important;
    align-items: center;
    align-self: center;
    justify-content: flex-end;
    padding: 0 !important;
  }

  .header-layout-style-2 .header-top-bar .header-top-right .navbar-right {
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .header-layout-style-2 .header-top-bar .header-top-right .cart {
    background: transparent !important;
    border-radius: 0 !important;
    width: auto !important;
    height: auto !important;
  }

  .header-layout-style-2 .header-top-bar .header-search {
    flex: 0 0 100% !important;
    width: 100% !important;
    order: 4;
    margin-top: 8px;
    padding: 0 !important;
    background: transparent !important;
    display: flex;
    align-items: center;
  }

  .header-search .minisearch-popup {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    background: transparent !important;
  }
}

/* ============================================================
   DESKTOP HEADER
   ============================================================ */

@media (min-width: 1200px) {
  .header-layout-style-2 .header-top-bar .row {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    min-height: 72px;
  }

  .header-layout-style-2 .header-top-bar .toggler-wrapper {
    display: none !important;
  }

  .header-layout-style-2 .header-top-bar .logo {
    flex: 0 0 auto !important;
    width: auto !important;
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
    text-align: left !important;
    padding: 0 !important;
    transition: none !important;
    transform: none !important;
  }

  .navbar-brand img,
  .navbar-brand .default-logo {
    width: 110px !important;
    height: auto !important;
    max-height: 56px;
    object-fit: contain;
  }

  .header-layout-style-2 .header-top-bar .header-search {
    flex: 1 1 auto !important;
    width: 0 !important;
    min-width: 200px !important;
    order: 2 !important;
    margin-top: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
  }

  .header-layout-style-2 .header-top-bar .header-top-right {
    flex: 0 0 auto !important;
    width: auto !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 !important;
  }

  .header-layout-style-2 .header-top-bar .header-top-right .navbar-right {
    display: flex;
    align-items: center;
    gap: 24px;
  }

  .header-layout-style-2 .header-top-bar .header-top-right .cart {
    background: transparent !important;
    border-radius: 0 !important;
    width: auto !important;
    height: auto !important;
  }

  /* Desktop count badges — perfect circles */
  #hongo-header .header-top-right .count,
  #hongo-header .navbar-right .count {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 10px !important;
    line-height: 1 !important;
    box-sizing: border-box;
  }
}

/* ============================================================
   SEARCH INPUT
   ============================================================ */

/* Kill search border — base.css sets border:1px solid */
.header-layout-style-2 .minisearch-popup .search-form-wrapper input[type="text"],
.header-search .search-form-wrapper input,
.header-search input.search-type-2,
.header-search input[name="q"],
#hongo-header .header-search input {
  background-color: #ededed !important;
  border: none !important;
  border-radius: 100px !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  font-size: 16px !important;
  padding: 12px 44px 12px 20px !important;
  width: 100% !important;
}

.header-search input.search-type-2:focus,
.header-search input[name="q"]:focus {
  background-color: #ededed !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.header-search.search-active input.search-type-2,
.header-search.search-active input[name="q"] {
  background-color: #ffffff !important;
  box-shadow: 0 0 0 1.5px #000000 !important;
}

/* Search overlay — white background */
.search-overlay {
  background-color: #ffffff !important;
  opacity: 1 !important;
}

body.active-search,
body.search-active {
  overflow: auto !important;
}

/* Search results */
.search-results-wrapper {
  padding: 0 !important;
  background: #ffffff !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  z-index: 1043;
}

.search-results-wrapper .search-results-inner {
  padding-top: 0 !important;
}

/* Search X clear button */
.search-clear-btn {
  flex: 0 0 auto;
  background: none;
  border: none;
  padding: 8px 0 8px 12px;
  cursor: pointer;
  color: #2e2f3c;
  font-size: 18px;
  line-height: 1;
  display: none;
  align-items: center;
}

.search-clear-btn.visible {
  display: flex;
}

/* iOS auto-zoom prevention */
.header-search input.search-type-2,
.header-search input[name="q"] {
  touch-action: manipulation;
}

/* ============================================================
   NAV DRAWER
   ============================================================ */

@media (max-width: 1199px) {
  .navbar-collapse-header .menu-close.back-wrapper {
    font-size: 20px !important;
    padding: 10px 12px !important;
    min-width: 44px;
    min-height: 44px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    opacity: 1 !important;
  }

  .navbar-collapse-header .menu-close.back-wrapper::after {
    font-size: 20px !important;
    color: #ffffff !important;
  }

  .navbar-collapse .navbar-nav .nav-item > .nav-link {
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #000000 !important;
    padding: 12px 20px !important;
    border-bottom: 1px solid #f0f0f0;
  }
}

/* Mobile menu font size */
.navbar .navbar-nav .nav-item .nav-link,
.back-wrapper,
header .navbar-right > div,
.navbar-collapse-header {
  font-size: 17px;
  line-height: 18px;
  letter-spacing: 0px;
}

/* ============================================================
   CLS PREVENTION
   ============================================================ */

img {
  height: auto;
}

img[src^="data:image/svg"] {
  width: 20px;
  height: 20px;
}

[class*="BottomSheet"],
[class*="bottomsheet"],
[class*="bottom-sheet"] {
  min-height: 0;
  contain: layout;
}

/* Kill non-composited skeleton shimmer */
[data-image-loading]:after {
  -webkit-animation: none !important;
  animation: none !important;
  background: rgba(22,24,35,0.03) !important;
}

/* ============================================================
   PREDICTIVE SEARCH RESULTS
   ============================================================ */

.predictive-search .row.row-cols-2,
.predictive-search .row {
  gap: 12px 0;
}

.predictive-search .col {
  padding: 0 6px;
}

.predictive-search .col a {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.predictive-search .col .product-thumbnail,
.predictive-search .col .product-image,
.predictive-search .col a > img,
.predictive-search .col a > .img-wrap img {
  width: 100% !important;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
}

.predictive-search .col .details {
  font-size: 13px;
  line-height: 1.3;
  font-weight: 500;
  color: #2e2f3c;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.predictive-search .col .price {
  font-size: 13px;
  font-weight: 700;
  color: #2e2f3c;
}

/* ============================================================
   FIRMNESS SELECTOR
   ============================================================ */

.product-variants .variant-option label .text-swatch,
.size-filter .variant-option label .text-swatch,
.product-variants .variant-option .text-swatch {
  border-radius: 8px !important;
}

[class*="firmness-bar__level-label-"] {
  display: none !important;
}

.firmness-bar-item {
  display: none;
}

.firmness-bar-item.active {
  display: block !important;
}

[class*="firmness-bar__level-"] {
  transition: none !important;
  z-index: 2 !important;
  position: relative !important;
}

[class*="firmness-bar__icon-"] {
  transition: background-color 0.2s ease, border-color 0.2s ease !important;
}

[class*="firmness-bar__track-"] {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 1 !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  left: 0;
  right: 0;
}

[class*="firmness-bar__selected-info-"] {
  position: relative;
  margin-top: 24px !important;
}

.firmness-arrow {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 14px solid #f1f6fe;
  transition: left 0.25s ease;
  pointer-events: none;
}

/* ============================================================
   PRODUCT VARIANTS
   ============================================================ */

.product-variants .variant-option .color-swatch,
.product-variants .variant-option .color-filter label {
  border-radius: 50% !important;
}

.nav-tabs .nav-link,
.feature-product-tab-style-1 .nav-tabs .nav-link,
.product-tabs .nav-tabs .nav-link,
.testimonial-tabs .nav-pills .nav-link {
  border-radius: 0 !important;
}

.qty-btn,
.quantity-input,
.quantity-selector input,
input[name="quantity"] {
  border-radius: 4px !important;
}

input[type="range"] {
  border-radius: 4px !important;
}

select {
  border-radius: 8px !important;
}

.search-form-wrapper input[type="text"],
.search-form-wrapper input[type="search"],
.header-search input,
input[name="q"] {
  border-radius: 50px !important;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="range"]),
textarea {
  border-radius: 12px !important;
}

/* ============================================================
   PRODUCT TABS
   ============================================================ */

@media (min-width: 768px) {
  .product-tabs .nav-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 0;
    border-bottom: 2px solid #e8e2dc;
    scrollbar-width: none;
  }

  .product-tabs .nav-tabs::-webkit-scrollbar { display: none; }

  .product-tabs .nav-tabs .nav-link {
    font-size: var(--font_size_plus2) !important;
    font-weight: var(--font-weight-500);
    color: #6b7280 !important;
    padding: 14px 24px !important;
    white-space: nowrap;
    border: none !important;
    border-bottom: 3px solid transparent !important;
    border-radius: 0 !important;
    background: transparent !important;
  }

  .product-tabs .nav-tabs .nav-link.active {
    color: #2e2f3c !important;
    font-weight: var(--font-weight-700) !important;
    border-bottom-color: #2e2f3c !important;
  }

  .product-tabs .tab-content {
    padding-top: 32px;
  }
}

/* ============================================================
   FEATURED PRODUCT TABS
   ============================================================ */

.feature-product-tab-style-1 .nav-tabs,
.featured-product-tab .nav-tabs {
  border-bottom: 2px solid #e8e2dc;
  gap: 0;
  overflow-x: auto;
  flex-wrap: nowrap;
  scrollbar-width: none;
}

.feature-product-tab-style-1 .nav-tabs .nav-link,
.featured-product-tab .nav-tabs .nav-link {
  font-size: var(--font_size_plus6) !important;
  font-weight: var(--font-weight-400);
  color: #9ea3ae !important;
  padding: 12px 20px !important;
  white-space: nowrap;
  border: none !important;
  border-radius: 0 !important;
  position: relative;
  transition: color 0.2s ease;
}

.feature-product-tab-style-1 .nav-tabs .nav-link.active,
.featured-product-tab .nav-tabs .nav-link.active {
  color: #2e2f3c !important;
  font-weight: var(--font-weight-700) !important;
  background: transparent !important;
}

.feature-product-tab-style-1 .nav-tabs .nav-link.active::after,
.featured-product-tab .nav-tabs .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 3px;
  background: #2e2f3c;
  border-radius: 3px 3px 0 0;
}

/* ============================================================
   CATEGORY CIRCLES — horizontal scroll
   ============================================================ */

@media (max-width: 991px) {
  .categorie-list-style-3 .row,
  .icon-collection-list .row,
  .shop-by-category .row,
  .category-section .row {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding-bottom: 8px;
    gap: 0;
  }

  .categorie-list-style-3 .row::-webkit-scrollbar,
  .icon-collection-list .row::-webkit-scrollbar,
  .shop-by-category .row::-webkit-scrollbar,
  .category-section .row::-webkit-scrollbar {
    display: none;
  }

  .categorie-list-style-3 .col,
  .icon-collection-list .col,
  .shop-by-category .col,
  .category-section .category-item {
    flex: 0 0 auto;
    width: auto;
    min-width: 80px;
    scroll-snap-align: start;
  }

  .category-section {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}

/* ============================================================
   SWIPER / SLIDERS
   ============================================================ */

.swiper-container, .swiper-wrapper, .swiper {
  touch-action: pan-y;
}

/* ============================================================
   FOOTER
   ============================================================ */

.site-footer,
.custom-footer {
  background-color: #f5f0eb;
  color: #2e2f3c;
}

/* ============================================================
   MISC SECTION STYLES
   ============================================================ */

.services-box-style-01 figure {
  position: relative;
  overflow: hidden;
  border-radius: 100px;
}

.outside-box-right-30 {
  margin-right: -10vw;
}

.sold-product-count {
  color: var(--red);
  margin-bottom: 10px;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  display: flex;
  align-items: center;
}

.element.style {
  border-radius: 35px;
  border-width: 0px;
}

/* ============================================================
   RESPONSIVE OVERRIDES
   ============================================================ */

@media (max-width: 1199px) {
  .product-footer .product-title {
    line-height: var(--font_size_plus7);
    font-size: var(--font_size_plus2);
  }

  .breadcrumb-alt .page-title h1,
  .very-small-section-top {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .products .product-footer .price-item.old-price {
    font-size: var(--font_size);
    margin-right: 0;
  }

  .product-footer .price-item-wrapper,
  .product-footer .price__compare .special-price {
    font-size: var(--font_size_plus5);
  }

  .featured-product-tab-main .container .row .col-12 {
    padding: 0;
  }
}

@media (max-width: 575px) {
  .product-footer .price-wrapper.regular-item-wrapper .price-item-wrapper,
  .product-footer .price-box .price-wrapper {
    flex-wrap: wrap;
  }

  .product-footer .price-box .price-wrapper {
    gap: 15px;
    column-gap: 30px;
    justify-content: flex-start;
  }

  .trust-badge {
    display: flex !important;
    padding: 0px 0px;
    margin-bottom: 15px;
    flex-direction: row;
    align-content: flex-start;
    flex-wrap: wrap;
  }

  .product .product-summary .price-wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
    row-gap: 20px;
  }

  .product-summary .product-info-overview {
    margin-bottom: 25px;
    line-height: var(--font_size_plus6);
  }

  .product-variants .variant-option .text-swatch {
    font-size: 15px;
    line-height: normal;
    text-transform: none;
    border: 1px solid var(--extra-medium-gray);
    padding: 5px 9px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 400;
  }

  .product-footer .product-title {
    line-height: var(--font_size_plus);
    font-size: var(--font_size_plus1);
    margin-bottom: 18px;
  }

  .product-footer .price-item-wrapper,
  .product-footer .price__compare .special-price {
    font-size: var(--font_size_plus5);
  }
}

@media (max-width: 479px) {
  .deal-products.deal-product-style-2 .product-box .box-inner {
    padding: 20px 0px;
  }
}

@media (max-width: 991px) {
  .deal-products .product-box .product-title {
    padding: 10px 0 !important;
  }
}

/* ============================================================
   ★ PERMANENT LOGO SHIFT FIX
   ============================================================ */

@media (min-width: 992px) {
  #hongo-header .container-fluid,
  body.sticky-active #hongo-header .container-fluid,
  body.sticky-animate #hongo-header .container-fluid {
    max-width: 100% !important;
    padding-left: var(--layout-side-padding) !important;
    padding-right: var(--layout-side-padding) !important;
  }
}

* ============================================
   UNIFIED LAYOUT SYSTEM — Side Padding Token
   ============================================ */

:root {
  --layout-side-padding: 20px;
}

@media (max-width: 1199px) {
  :root { --layout-side-padding: 24px; }
}

@media (max-width: 767px) {
  :root { --layout-side-padding: 16px; }
}

/* --- Header & Nav Menu (matches hero left edge) --- */
.header-top-bar .container-fluid,
#hongo-header .navbar .container-fluid,
body.sticky #hongo-header .container-fluid,
body.sticky-active #hongo-header .container-fluid,
body.sticky-animate #hongo-header .container-fluid {
  padding-left: var(--layout-side-padding) !important;
  padding-right: var(--layout-side-padding) !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* --- Hero stays intentionally full-bleed (no change needed) --- */

/* --- Icon Slider — align with header --- */
.icon-collection-list,
[class*="icon-collection"] {
  padding-left: var(--layout-side-padding) !important;
  padding-right: var(--layout-side-padding) !important;
  box-sizing: border-box;
  width: 100% !important;
}

/* --- All content sections — consistent side padding --- */
.featured-collection,
.featured-blog,
.newsletter,
.services,
.testimonial,
.counter,
.marquee,
[class*="section-title"] {
  padding-left: var(--layout-side-padding) !important;
  padding-right: var(--layout-side-padding) !important;
  box-sizing: border-box;
}

/* ============================================================
   PRODUCT STYLES
   ============================================================ */

.product-summary .cart-btn {
  color: #fff;
  background-color: var(--dark-color);
}

.header-top-right .cart .cart-text {
  position: relative;
  top: 5px;
}

.product-variants .variant-option input:checked + label .text-swatch,
.product-variants .variant-option:hover label .text-swatch {
  background-color: #fdfaf8 !important;
  color: #262626 !important;
}

.product-variants .variant-option label .text-swatch {
  margin-top: 8px;
  margin-bottom: 8px;
}

.product-footer .product-title {
  line-height: 20px;
}

.product-tabs .content-wrap p {
  margin-bottom: 10px;
}

.product-footer .price-item-wrapper .second-currency .currency-symbol {
  margin-left: 5px;
}

.product-box .product-footer .price-item.old-price {
  font-weight: 200 !important;
  color: #9ea3ae !important;
  letter-spacing: 0.5px !important;
  font-size: var(--font_size_plus1) !important;
  line-height: var(--font_size_plus7) !important;
}

/* product detail page */
.product .product-summary .price-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 80px;
  row-gap: 20px;
}

.product .product-summary .second-currency-wrapper .compare-second-currency span,
.product .product-summary .price__compare .price-compare-item span {
  text-decoration: line-through;
}

.product .product-summary .second-currency-wrapper .compare-second-currency,
.product .product-summary .price__compare .price-compare-item {
  font-size: var(--font_size_plus5);
  line-height: var(--font_size_plus10);
  color: #9ea3ae;
  text-decoration: line-through;
}

.product .price .price__compare:first-child {
  margin-left: 0;
}

.product-summary .price--on-sale .price__sale {
  margin-bottom: 28px;
  column-gap: 15px;
  row-gap: 12px;
}

.product .label-wrapper {
  gap: 15px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.product .label-wrapper span:first-child {
  margin-right: 0;
}

.product .price .price__compare s + span {
  text-decoration: line-through;
}

.product .price .custom-save-text-wrap,
.product .price .save-lable.badge {
  font-size: var(--font_size_minus3);
  line-height: var(--font_size_plus3);
  letter-spacing: 0.8px;
  border-radius: 2px;
  padding: 5px 10px;
  text-transform: capitalize;
  margin-left: 0;
}

.badge.sold-out {
  background-color: #db524c;
  color: #ffffff;
}

.product .price .custom-save-text-wrap {
  background-color: #62c169;
  color: #ffffff;
  display: flex;
  align-items: center;
  line-height: normal;
  gap: 5px;
}

.product .price .custom-save-text-wrap span:not(.custom-save-text) {
  text-transform: uppercase;
}

.product .price .custom-save-text-wrap svg {
  margin-right: 2px;
  height: 16px;
}

.product-summary .price .regular-price {
  font-size: var(--custom_price_font_size, 20px);
  line-height: normal;
  font-weight: var(--custom_price_weight, 400);
  color: var(--custom_price_color, #000000);
  position: relative;
  z-index: 1;
}

.price .regular-price sup {
  top: -.4em;
}

.product-summary .regular-price span.currency-symbol {
  margin-right: 30px;
  margin-left: 8px;
  margin-right: 0;
}

.product-summary .regular-price .second-currency span:first-child,
.product-summary .regular-price .product-price span:first-child {
  position: relative;
}

.regular-price .second-currency span:last-child {
  margin-right: 0;
}

.product-summary .regular-price .second-currency span:first-child:before,
.product-summary .product-price span:first-child:before {
  position: absolute;
  content: " ";
  height: 10px;
  width: 100%;
  left: 0;
  bottom: 6px;
  background-color: #ffcf2e;
  z-index: -1;
}

.regular-price span {
  display: inline-block;
}

.product-summary .regular-price {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  row-gap: 10px;
}

.product .price {
  background-color: #f1f6fe;
  padding: 25px 20px;
  border-radius: 4px;
}

/* Product card */
.product-footer .product-info {
  color: #444c5a;
  margin-bottom: 18px;
  font-weight: 300;
}

.recent-products .price-item.old-price,
.products .product-footer .price-item.old-price {
  color: #9ea3ae;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: var(--font_size_plus1);
  line-height: var(--font_size_plus7);
}

.product-footer .price-item.old-price .currency-symbol {
  text-decoration: line-through;
}

.product-footer .price-box .price-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  gap: 25px;
}

/* Footer/recent view product card */
.product-footer .custom-save-text-wrap {
  display: inline-flex;
  align-items: center;
  column-gap: 4px;
  background-color: #62c169;
  color: #ffffff;
  padding: 4px 8px;
  border-radius: 2px;
  font-size: var(--font_size_minus3);
  font-weight: 400;
  padding: 5px 10px;
  line-height: 1;
  flex-wrap: wrap;
  row-gap: 5px;
}

.product-footer .price-wrapper.regular-item-wrapper .price-item-wrapper,
.product-footer .custom-save-text-wrap svg {
  width: 16px;
  height: 16px;
}

.product-footer .price__compare {
  display: flex;
  align-items: left;
  flex-wrap: wrap;
  gap: 4px;
}

.product-footer .price__compare span:first-child {
  margin-right: 0;
}

.product-footer {
  text-align: left;
}

.product-footer .product-title {
  margin-bottom: 18px;
}

.product-footer .price-item-wrapper .compare-second-currency {
  font-size: var(--font_size_plus1);
  line-height: var(--font_size_plus7);
  color: #9ea3ae;
  font-weight: 200;
  letter-spacing: 0.5px;
  text-decoration: line-through;
}

.product-footer .price__compare .special-price {
  font-weight: 600;
  font-size: var(--font_size_plus6);
  color: var(--dark-color);
}

.product-footer .price-item-wrapper {
  font-weight: 600;
  font-size: var(--font_size_plus5);
  display: flex;
  flex-direction: column;
  gap: 4px;
  column-gap: 40px;
}

.lookbook-with-product .product-footer .price-item-wrapper .compare-second-currency,
.lookbook-with-product .pin-product .price__compare .old-price {
  font-size: var(--font_size_minus1) !important;
  line-height: var(--font_size_plus5) !important;
  color: #9ea3ae !important;
  font-weight: 200 !important;
  letter-spacing: 0.5px !important;
}

.product-footer .price-wrapper.regular-item-wrapper {
  margin-top: 0 !important;
}

.product-footer .price-wrapper.regular-item-wrapper .price-item-wrapper {
  display: flex;
  width: 100%;
  flex-direction: row;
}

.product-footer .price-wrapper > div {
  flex-direction: column;
  align-content: flex-start;
}

.product-footer .price-box .price-wrapper {
  gap: 20px;
  margin-top: 15px;
  column-gap: 40px;
  justify-content: space-between;
}

.product-box .badge {
  border-radius: 2px;
}

.product-footer .product-rating {
  margin-bottom: 15px;
  margin-top: 10px;
}

.product-box .box-inner:hover .product-hover {
  border: 1px solid rgba(235, 235, 235, 0.5);
}

.product-box .product-hover:before {
  box-shadow: 0 0 40px 32px rgba(235, 235, 235, 0.2);
}

.product-box .product-hover {
  transform: unset;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

/* sticky add to cart */
.sticky-addtocart .product-info .price__compare {
  font-size: var(--font_size_minus1);
  font-weight: 600;
  color: #9ea3ae;
}

.sticky-addtocart .regular-price {
  font-size: var(--font_size_plus3);
  font-weight: 600;
}

.sticky-addtocart .product-price {
  margin-right: 15px;
}

.sticky-addtocart .price__sale {
  margin-bottom: 8px;
}

.product-grid-wrapper .price__compare .price-item.old-price {
  color: #9ea3ae;
  font-weight: 500;
  font-size: var(--font_size_plus1);
  line-height: var(--font_size_plus7);
}

.product-footer .price-item-wrapper .compare-second-currency .currency-symbol {
  margin-left: 3px;
}

.col.product-box .product-footer {
  padding: 0 !important;
}

/* Change Add to cart color */
.product-summary .cart-btn {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}

.product-summary .cart-btn:hover {
  background-color: #425767 !important;
  border-color: #425767 !important;
}

/* Remove icon Add to cart */
.product-summary .cart-btn .feather-shopping-bag {
  display: none !important;
}

/* ============================================================
   HEADER STYLES
   ============================================================ */

.header-layout-style-2 .navbar-toggler-line,
.menu-hover .header-transparent,
.menu-hover .navbar .navbar-nav .simple-dropdown {
  background-color: #2e2f3c;
}

.header-layout-style-2 .navbar-right > div i {
  font-size: var(--font_size_plus7);
}

.header-layout-style-2 .navbar-right .account i {
  font-size: var(--font_size_plus10);
}

.header-layout-style-2 .header-top-bar {
  padding-bottom: 15px;
  padding-top: 15px;
}

/* ============================================================
   MOBILE HEADER LAYOUT
   ============================================================ */

@media (max-width: 767px) {
  .site-footer .footer-usp .row .col {
    justify-content: start !important;
  }
}

/* ============================================================
   MOBILE HEADER — Hyper style: burger+logo LEFT, icons RIGHT
   ============================================================ */

@media (max-width: 1199px) {
  .header-layout-style-2 .header-top-bar .row {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    min-height: 64px;
  }

  .header-layout-style-2 .header-top-bar .toggler-wrapper {
    flex: 0 0 auto !important;
    width: auto !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    align-self: center;
    background: transparent;
  }

  .navbar-toggler.toggle-mobile {
    padding: 8px !important;
    min-width: 40px;
    min-height: 40px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
  }

  .navbar-toggler.toggle-mobile .navbar-toggler-line {
    position: static !important;
    margin: 0 !important;
    top: auto !important;
    width: 20px !important;
    height: 2px !important;
    border-radius: 2px !important;
    background: #2e2f3c !important;
    display: block;
    transform: none;
  }

  .navbar-toggler.toggle-mobile .navbar-toggler-line:nth-child(4) {
    display: none !important;
  }

  .navbar-collapse-show .navbar-toggler.toggle-mobile .navbar-toggler-line:nth-child(4) {
    display: block !important;
  }

  .header-layout-style-2 .header-top-bar .logo {
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: none !important;
    display: flex !important;
    align-items: center;
    align-self: center;
    justify-content: center !important;
    text-align: center !important;
    padding: 0 !important;
    margin: 0 !important;
    transition: none !important;
    transform: none !important;
  }

  .navbar-brand img,
  .navbar-brand .default-logo {
    width: 84px !important;
    height: auto !important;
    max-height: 48px;
    object-fit: contain;
  }

  .header-layout-style-2 .header-top-bar .header-top-right {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    display: flex !important;
    align-items: center;
    align-self: center;
    justify-content: flex-end;
    padding: 0 !important;
  }

  .header-layout-style-2 .header-top-bar .header-top-right .navbar-right {
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .header-layout-style-2 .header-top-bar .header-top-right .cart {
    background: transparent !important;
    border-radius: 0 !important;
    width: auto !important;
    height: auto !important;
  }

  .header-layout-style-2 .header-top-bar .header-search {
    flex: 0 0 100% !important;
    width: 100% !important;
    order: 4;
    margin-top: 8px;
    padding: 0 !important;
    background: transparent !important;
    display: flex;
    align-items: center;
  }

  .header-search .minisearch-popup {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    background: transparent !important;
  }
}

/* ============================================================
   DESKTOP HEADER
   ============================================================ */

@media (min-width: 1200px) {
  .header-layout-style-2 .header-top-bar .row {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    min-height: 72px;
  }

  .header-layout-style-2 .header-top-bar .toggler-wrapper {
    display: none !important;
  }

  .header-layout-style-2 .header-top-bar .logo {
    flex: 0 0 auto !important;
    width: auto !important;
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
    text-align: left !important;
    padding: 0 !important;
    transition: none !important;
    transform: none !important;
  }

  .navbar-brand img,
  .navbar-brand .default-logo {
    width: 110px !important;
    height: auto !important;
    max-height: 56px;
    object-fit: contain;
  }

  .header-layout-style-2 .header-top-bar .header-search {
    flex: 1 1 auto !important;
    width: 0 !important;
    min-width: 200px !important;
    order: 2 !important;
    margin-top: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
  }

  .header-layout-style-2 .header-top-bar .header-top-right {
    flex: 0 0 auto !important;
    width: auto !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 !important;
  }

  .header-layout-style-2 .header-top-bar .header-top-right .navbar-right {
    display: flex;
    align-items: center;
    gap: 24px;
  }

  .header-layout-style-2 .header-top-bar .header-top-right .cart {
    background: transparent !important;
    border-radius: 0 !important;
    width: auto !important;
    height: auto !important;
  }

  /* Desktop count badges — perfect circles */
  #hongo-header .header-top-right .count,
  #hongo-header .navbar-right .count {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 10px !important;
    line-height: 1 !important;
    box-sizing: border-box;
  }
}

/* ============================================================
   SEARCH INPUT
   ============================================================ */

/* Kill search border — base.css sets border:1px solid */
.header-layout-style-2 .minisearch-popup .search-form-wrapper input[type="text"],
.header-search .search-form-wrapper input,
.header-search input.search-type-2,
.header-search input[name="q"],
#hongo-header .header-search input {
  background-color: #ededed !important;
  border: none !important;
  border-radius: 100px !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  font-size: 16px !important;
  padding: 12px 44px 12px 20px !important;
  width: 100% !important;
}

.header-search input.search-type-2:focus,
.header-search input[name="q"]:focus {
  background-color: #ededed !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.header-search.search-active input.search-type-2,
.header-search.search-active input[name="q"] {
  background-color: #ffffff !important;
  box-shadow: 0 0 0 1.5px #000000 !important;
}

/* Search overlay — white background */
.search-overlay {
  background-color: #ffffff !important;
  opacity: 1 !important;
}

body.active-search,
body.search-active {
  overflow: auto !important;
}

/* Search results */
.search-results-wrapper {
  padding: 0 !important;
  background: #ffffff !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  z-index: 1043;
}

.search-results-wrapper .search-results-inner {
  padding-top: 0 !important;
}

/* Search X clear button */
.search-clear-btn {
  flex: 0 0 auto;
  background: none;
  border: none;
  padding: 8px 0 8px 12px;
  cursor: pointer;
  color: #2e2f3c;
  font-size: 18px;
  line-height: 1;
  display: none;
  align-items: center;
}

.search-clear-btn.visible {
  display: flex;
}

/* iOS auto-zoom prevention */
.header-search input.search-type-2,
.header-search input[name="q"] {
  touch-action: manipulation;
}

/* ============================================================
   NAV DRAWER
   ============================================================ */

@media (max-width: 1199px) {
  .navbar-collapse-header .menu-close.back-wrapper {
    font-size: 20px !important;
    padding: 10px 12px !important;
    min-width: 44px;
    min-height: 44px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    opacity: 1 !important;
  }

  .navbar-collapse-header .menu-close.back-wrapper::after {
    font-size: 20px !important;
    color: #ffffff !important;
  }

  .navbar-collapse .navbar-nav .nav-item > .nav-link {
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #000000 !important;
    padding: 12px 20px !important;
    border-bottom: 1px solid #f0f0f0;
  }
}

/* Mobile menu font size */
.navbar .navbar-nav .nav-item .nav-link,
.back-wrapper,
header .navbar-right > div,
.navbar-collapse-header {
  font-size: 17px;
  line-height: 18px;
  letter-spacing: 0px;
}

/* ============================================================
   CLS PREVENTION
   ============================================================ */

img {
  height: auto;
}

img[src^="data:image/svg"] {
  width: 20px;
  height: 20px;
}

[class*="BottomSheet"],
[class*="bottomsheet"],
[class*="bottom-sheet"] {
  min-height: 0;
  contain: layout;
}

/* Kill non-composited skeleton shimmer */
[data-image-loading]:after {
  -webkit-animation: none !important;
  animation: none !important;
  background: rgba(22,24,35,0.03) !important;
}

/* ============================================================
   PREDICTIVE SEARCH RESULTS
   ============================================================ */

.predictive-search .row.row-cols-2,
.predictive-search .row {
  gap: 12px 0;
}

.predictive-search .col {
  padding: 0 6px;
}

.predictive-search .col a {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.predictive-search .col .product-thumbnail,
.predictive-search .col .product-image,
.predictive-search .col a > img,
.predictive-search .col a > .img-wrap img {
  width: 100% !important;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
}

.predictive-search .col .details {
  font-size: 13px;
  line-height: 1.3;
  font-weight: 500;
  color: #2e2f3c;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.predictive-search .col .price {
  font-size: 13px;
  font-weight: 700;
  color: #2e2f3c;
}

/* ============================================================
   FIRMNESS SELECTOR
   ============================================================ */

.product-variants .variant-option label .text-swatch,
.size-filter .variant-option label .text-swatch,
.product-variants .variant-option .text-swatch {
  border-radius: 8px !important;
}

[class*="firmness-bar__level-label-"] {
  display: none !important;
}

.firmness-bar-item {
  display: none;
}

.firmness-bar-item.active {
  display: block !important;
}

[class*="firmness-bar__level-"] {
  transition: none !important;
  z-index: 2 !important;
  position: relative !important;
}

[class*="firmness-bar__icon-"] {
  transition: background-color 0.2s ease, border-color 0.2s ease !important;
}

[class*="firmness-bar__track-"] {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 1 !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  left: 0;
  right: 0;
}

[class*="firmness-bar__selected-info-"] {
  position: relative;
  margin-top: 24px !important;
}

.firmness-arrow {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 14px solid #f1f6fe;
  transition: left 0.25s ease;
  pointer-events: none;
}

/* ============================================================
   PRODUCT VARIANTS
   ============================================================ */

.product-variants .variant-option .color-swatch,
.product-variants .variant-option .color-filter label {
  border-radius: 50% !important;
}

.nav-tabs .nav-link,
.feature-product-tab-style-1 .nav-tabs .nav-link,
.product-tabs .nav-tabs .nav-link,
.testimonial-tabs .nav-pills .nav-link {
  border-radius: 0 !important;
}

.qty-btn,
.quantity-input,
.quantity-selector input,
input[name="quantity"] {
  border-radius: 4px !important;
}

input[type="range"] {
  border-radius: 4px !important;
}

select {
  border-radius: 8px !important;
}

.search-form-wrapper input[type="text"],
.search-form-wrapper input[type="search"],
.header-search input,
input[name="q"] {
  border-radius: 50px !important;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="range"]),
textarea {
  border-radius: 12px !important;
}

/* ============================================================
   PRODUCT TABS
   ============================================================ */

@media (min-width: 768px) {
  .product-tabs .nav-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 0;
    border-bottom: 2px solid #e8e2dc;
    scrollbar-width: none;
  }

  .product-tabs .nav-tabs::-webkit-scrollbar { display: none; }

  .product-tabs .nav-tabs .nav-link {
    font-size: var(--font_size_plus2) !important;
    font-weight: var(--font-weight-500);
    color: #6b7280 !important;
    padding: 14px 24px !important;
    white-space: nowrap;
    border: none !important;
    border-bottom: 3px solid transparent !important;
    border-radius: 0 !important;
    background: transparent !important;
  }

  .product-tabs .nav-tabs .nav-link.active {
    color: #2e2f3c !important;
    font-weight: var(--font-weight-700) !important;
    border-bottom-color: #2e2f3c !important;
  }

  .product-tabs .tab-content {
    padding-top: 32px;
  }
}

/* ============================================================
   FEATURED PRODUCT TABS
   ============================================================ */

.feature-product-tab-style-1 .nav-tabs,
.featured-product-tab .nav-tabs {
  border-bottom: 2px solid #e8e2dc;
  gap: 0;
  overflow-x: auto;
  flex-wrap: nowrap;
  scrollbar-width: none;
}

.feature-product-tab-style-1 .nav-tabs .nav-link,
.featured-product-tab .nav-tabs .nav-link {
  font-size: var(--font_size_plus6) !important;
  font-weight: var(--font-weight-400);
  color: #9ea3ae !important;
  padding: 12px 20px !important;
  white-space: nowrap;
  border: none !important;
  border-radius: 0 !important;
  position: relative;
  transition: color 0.2s ease;
}

.feature-product-tab-style-1 .nav-tabs .nav-link.active,
.featured-product-tab .nav-tabs .nav-link.active {
  color: #2e2f3c !important;
  font-weight: var(--font-weight-700) !important;
  background: transparent !important;
}

.feature-product-tab-style-1 .nav-tabs .nav-link.active::after,
.featured-product-tab .nav-tabs .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 3px;
  background: #2e2f3c;
  border-radius: 3px 3px 0 0;
}

/* ============================================================
   CATEGORY CIRCLES — horizontal scroll
   ============================================================ */

@media (max-width: 991px) {
  .categorie-list-style-3 .row,
  .icon-collection-list .row,
  .shop-by-category .row,
  .category-section .row {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding-bottom: 8px;
    gap: 0;
  }

  .categorie-list-style-3 .row::-webkit-scrollbar,
  .icon-collection-list .row::-webkit-scrollbar,
  .shop-by-category .row::-webkit-scrollbar,
  .category-section .row::-webkit-scrollbar {
    display: none;
  }

  .categorie-list-style-3 .col,
  .icon-collection-list .col,
  .shop-by-category .col,
  .category-section .category-item {
    flex: 0 0 auto;
    width: auto;
    min-width: 80px;
    scroll-snap-align: start;
  }

  .category-section {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}

/* ============================================================
   SWIPER / SLIDERS
   ============================================================ */

.swiper-container, .swiper-wrapper, .swiper {
  touch-action: pan-y;
}

/* ============================================================
   FOOTER
   ============================================================ */

.site-footer,
.custom-footer {
  background-color: #f5f0eb;
  color: #2e2f3c;
}

/* ============================================================
   MISC SECTION STYLES
   ============================================================ */

.services-box-style-01 figure {
  position: relative;
  overflow: hidden;
  border-radius: 100px;
}

.outside-box-right-30 {
  margin-right: -10vw;
}

.sold-product-count {
  color: var(--red);
  margin-bottom: 10px;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  display: flex;
  align-items: center;
}

.element.style {
  border-radius: 35px;
  border-width: 0px;
}

/* ============================================================
   RESPONSIVE OVERRIDES
   ============================================================ */

@media (max-width: 1199px) {
  .product-footer .product-title {
    line-height: var(--font_size_plus7);
    font-size: var(--font_size_plus2);
  }

  .breadcrumb-alt .page-title h1,
  .very-small-section-top {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .products .product-footer .price-item.old-price {
    font-size: var(--font_size);
    margin-right: 0;
  }

  .product-footer .price-item-wrapper,
  .product-footer .price__compare .special-price {
    font-size: var(--font_size_plus5);
  }

  .featured-product-tab-main .container .row .col-12 {
    padding: 0;
  }
}

@media (max-width: 575px) {
  .product-footer .price-wrapper.regular-item-wrapper .price-item-wrapper,
  .product-footer .price-box .price-wrapper {
    flex-wrap: wrap;
  }

  .product-footer .price-box .price-wrapper {
    gap: 15px;
    column-gap: 30px;
    justify-content: flex-start;
  }

  .trust-badge {
    display: flex !important;
    padding: 0px 0px;
    margin-bottom: 15px;
    flex-direction: row;
    align-content: flex-start;
    flex-wrap: wrap;
  }

  .product .product-summary .price-wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
    row-gap: 20px;
  }

  .product-summary .product-info-overview {
    margin-bottom: 25px;
    line-height: var(--font_size_plus6);
  }

  .product-variants .variant-option .text-swatch {
    font-size: 15px;
    line-height: normal;
    text-transform: none;
    border: 1px solid var(--extra-medium-gray);
    padding: 5px 9px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 400;
  }

  .product-footer .product-title {
    line-height: var(--font_size_plus);
    font-size: var(--font_size_plus1);
    margin-bottom: 18px;
  }

  .product-footer .price-item-wrapper,
  .product-footer .price__compare .special-price {
    font-size: var(--font_size_plus5);
  }
}

@media (max-width: 479px) {
  .deal-products.deal-product-style-2 .product-box .box-inner {
    padding: 20px 0px;
  }
}

@media (max-width: 991px) {
  .deal-products .product-box .product-title {
    padding: 10px 0 !important;
  }
}

/* ============================================================
   ★ PERMANENT LOGO SHIFT FIX
   ============================================================ */

@media (min-width: 992px) {
  #hongo-header .container-fluid,
  body.sticky-active #hongo-header .container-fluid,
  body.sticky-animate #hongo-header .container-fluid {
    max-width: 100% !important;
    padding-left: var(--layout-side-padding) !important;
    padding-right: var(--layout-side-padding) !important;
  }
}

/* ============================================================
   HEADER — Bootstrap col-* specificity nuclear fix
   ============================================================ */

@media (max-width: 1199px) {
  #hongo-header .header-top-bar .row,
  .header-layout-style-2 .header-top-bar .row {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
  }

  #hongo-header .header-top-bar .toggler-wrapper,
  .header-layout-style-2 .header-top-bar .col-md-6.toggler-wrapper,
  .header-layout-style-2 .header-top-bar .col-auto.toggler-wrapper,
  .header-layout-style-2 .header-top-bar .toggler-wrapper {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    order: 1 !important;
  }

  #hongo-header .header-top-bar .logo,
  .header-layout-style-2 .header-top-bar .col-md-6.logo,
  .header-layout-style-2 .header-top-bar .col-auto.logo,
  .header-layout-style-2 .header-top-bar .col.logo,
  .header-layout-style-2 .header-top-bar .logo {
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    order: 2 !important;
    text-align: center !important;
    justify-content: center !important;
    padding: 0 !important;
  }

  #hongo-header .header-top-bar .header-top-right,
  .header-layout-style-2 .header-top-bar .col-auto.header-top-right,
  .header-layout-style-2 .header-top-bar .col.header-top-right,
  .header-layout-style-2 .header-top-bar .header-top-right {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    order: 3 !important;
    padding: 0 !important;
  }

  #hongo-header .header-top-bar .header-search,
  .header-layout-style-2 .header-top-bar .col.header-search,
  .header-layout-style-2 .header-top-bar .col-12.header-search,
  .header-layout-style-2 .header-top-bar .header-search {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    order: 10 !important;
    margin-top: 8px !important;
    padding: 0 !important;
  }
}

/* ============================================================
   CRITICAL: Logo min-width:0 prevents row overflow on mobile
   Logo was 270px causing burger+logo+icons > 390px viewport
   ============================================================ */
@media (max-width: 1199px) {

  /* Ensure first row (burger+logo+icons) never wraps */
  .header-layout-style-2 .header-top-bar .toggler-wrapper,
  .header-layout-style-2 .header-top-bar .logo,
  .header-layout-style-2 .header-top-bar .header-top-right {
    align-self: center !important;
  }
}

/* ============================================================
   CRITICAL FIX: Logo max-width to keep icons on same row
   Row is 310px, burger=40px, icons=117px → logo max = 153px
   Logo was expanding to 270px pushing icons to second row
   ============================================================ */
@media (max-width: 1199px) {
  .header-layout-style-2 .header-top-bar .logo,
  #hongo-header .header-top-bar .logo {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: none !important;
    overflow: visible !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  /* Logo image — fixed width, no overflow */
  .header-layout-style-2 .header-top-bar .logo .navbar-brand img,
  #hongo-header .header-top-bar .logo .navbar-brand img {
    width: 84px !important;
    max-width: 84px !important;
    display: block;
  }
}
