/* SHHEK — Shop Page Styles (shop.css) */
/* Page-unique styles only */

.page-intro { padding: 2.5rem 0 1.25rem; }
.page-intro h1 { font-family: var(--ff-head); font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 400; color: var(--espresso); margin-bottom: 1rem; }
.page-intro p { font-size: var(--fs-md); color: var(--clr-muted); max-width: 55ch; line-height: 1.75; }

.shop-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.5rem 0; border-top: 1px solid var(--clr-border); border-bottom: 1px solid var(--clr-border); margin-bottom: 1rem; flex-wrap: wrap; }
.shop-count { font-size: var(--fs-xs); font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--clr-muted); position: relative; }
.shop-toolbar__right { display: flex; align-items: center; gap: 0.75rem; }

.sort-select {
  appearance: none; -webkit-appearance: none; background: none;
  border: 1.5px solid var(--clr-border); border-radius: var(--r-full);
  padding: 0.6rem 2.5rem 0.6rem 1.1rem; font-family: var(--ff-body);
  font-size: var(--fs-xs); font-weight: 600; letter-spacing: 0.08em;
  color: var(--espresso); cursor: pointer; outline: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234B4744' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 0.75rem center; background-size: 14px;
  transition: border-color var(--t-fast) var(--ease);
}
.sort-select:hover { border-color: var(--espresso); }
.sort-select:focus { border-color: var(--espresso); box-shadow: 0 0 0 3px rgba(184,138,106,0.12); }

.filter-toggle-btn {
  display: none; align-items: center; gap: 0.4rem;
  border: 1.5px solid var(--clr-border); border-radius: var(--r-full);
  padding: 0.6rem 1.1rem; font-family: var(--ff-body); font-size: var(--fs-xs);
  font-weight: 600; letter-spacing: 0.08em; color: var(--espresso); cursor: pointer;
  background: transparent; transition: all var(--t-fast) var(--ease);
}
.filter-toggle-btn svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2; }
.filter-toggle-btn:hover { background: var(--espresso); color: var(--white); border-color: var(--espresso); }
.filter-toggle-btn:active { transform: scale(0.97); }

.active-filters { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1.25rem; align-items: center; }
.active-filter {
  display: inline-flex; align-items: center; gap: 0.4rem;
  padding: 0.35rem 0.85rem; background: var(--warm-beige); border: 1px solid var(--clr-border);
  border-radius: var(--r-full); font-size: var(--fs-xs); font-weight: 600; color: var(--espresso);
}
.active-filter button { background: none; border: none; cursor: pointer; font-size: 14px; color: var(--clr-muted); line-height: 1; padding: 0; transition: color var(--t-fast) var(--ease); }
.active-filter button:hover { color: var(--espresso); }
.clear-all-filters { background: none; border: none; cursor: pointer; font-size: var(--fs-xs); font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--clr-accent); text-decoration: underline; text-underline-offset: 3px; transition: color var(--t-fast) var(--ease); font-family: var(--ff-body); }
.clear-all-filters:hover { color: var(--espresso); }

.shop-layout { display: grid; grid-template-columns: 260px 1fr; gap: 3.5rem; align-items: start; }

/* Filter Sidebar */
.filter-sidebar { position: sticky; top: calc(var(--header-h) + 2rem); }
.filter-sidebar__header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 1.25rem; border-bottom: 1px solid var(--clr-border); margin-bottom: 1.25rem; }
.filter-sidebar__title { font-size: var(--fs-xs); font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--espresso); }
.filter-clear-all { font-size: var(--fs-xs); font-weight: 600; color: var(--clr-muted); text-decoration: underline; cursor: pointer; background: none; border: none; font-family: var(--ff-body); transition: color var(--t-fast) var(--ease); }
.filter-clear-all:hover { color: var(--espresso); }

.filter-group { border-bottom: 1px solid var(--clr-border); }
.filter-group__trigger {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  padding: 1.15rem 0; background: none; border: none; cursor: pointer;
  font-family: var(--ff-body); font-size: var(--fs-base); font-weight: 600; letter-spacing: 0.06em;
  color: var(--espresso); text-align: left;
}
.chevron { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; transition: transform var(--t-normal) var(--ease); }
.filter-group__trigger.open .chevron { transform: rotate(180deg); }
.filter-group__body { overflow: hidden; max-height: 0; transition: max-height var(--t-normal) var(--ease); }

.filter-check {
  display: flex; align-items: center; gap: 0.6rem; padding: 0.55rem 0;
  font-size: var(--fs-sm); color: var(--charcoal); cursor: pointer;
  transition: all var(--t-fast) var(--ease);
}
.filter-check:hover { color: var(--espresso); opacity: 0.7; }
.filter-check input { 
  appearance: none;
  -webkit-appearance: none;
  width: 14px; 
  height: 14px; 
  border: 1.5px solid var(--clr-border); 
  border-radius: 2px; /* Sharp minimal border radius */
  cursor: pointer; 
  flex-shrink: 0; 
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--t-fast) var(--ease);
  background: transparent;
}
.filter-check input:checked {
  background: var(--charcoal);
  border-color: var(--charcoal);
}
.filter-check input:checked::after {
  content: '';
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
  margin-bottom: 2px;
}

.filter-colors { display: flex; flex-wrap: wrap; gap: 0.5rem; padding: 4px 4px 1rem 4px; }
.filter-color {
  width: 26px; height: 26px; border-radius: 50%; border: 2px solid transparent;
  cursor: pointer; outline-offset: 2px; transition: all var(--t-fast) var(--ease);
}
.filter-color.active { outline: 2px solid var(--espresso); }
.filter-color:hover { transform: scale(1.15); }
.filter-color:active { transform: scale(0.9); }

.filter-sizes { display: flex; flex-wrap: wrap; gap: 0.4rem; padding-bottom: 1rem; }
.filter-size {
  min-width: 44px; height: 36px; padding: 0 0.6rem; border: 1.5px solid var(--clr-border);
  border-radius: var(--r-sm); font-size: var(--fs-xs); font-weight: 600; letter-spacing: 0.06em;
  color: var(--clr-muted); cursor: pointer; background: transparent; font-family: var(--ff-body);
  transition: all var(--t-fast) var(--ease);
}
.filter-size:hover { border-color: var(--espresso); color: var(--espresso); }
.filter-size:active { transform: scale(0.95); }
.filter-size.active { background: var(--espresso); color: var(--white); border-color: var(--espresso); }

.price-inputs { display: flex; align-items: center; gap: 0.75rem; padding-bottom: 1rem; }
.price-dash { color: var(--clr-muted); }
.price-input-wrap { display: flex; align-items: center; border: 1.5px solid var(--clr-border); border-radius: var(--r-sm); overflow: hidden; flex: 1; transition: border-color var(--t-fast) var(--ease); }
.price-input-wrap:focus-within { border-color: var(--espresso); }
.price-input-wrap span { padding: 0.5rem 0.6rem; font-size: var(--fs-xs); color: var(--clr-muted); flex-shrink: 0; }
.price-input-wrap input { border: none; outline: none; background: transparent; font-family: var(--ff-body); font-size: var(--fs-xs); color: var(--espresso); width: 100%; padding: 0.5rem 0.4rem; }

/* Product grid */
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; } /* Tightened for cohesive layout */

/* Load more */
.load-more-section { text-align: center; padding: 4rem 0; }
.load-more-track { height: 4px; background: var(--warm-beige); border-radius: var(--r-full); overflow: hidden; max-width: 360px; margin: 0 auto 1rem; }
.load-more-bar { height: 100%; background: var(--clay); border-radius: var(--r-full); transition: width 0.5s var(--ease); }
.load-more-text { font-size: var(--fs-sm); color: var(--clr-muted); margin-bottom: 1.25rem; }
.load-more-text strong { color: var(--espresso); }
.load-more-btn {
  display: inline-flex; align-items: center; padding: 0.9rem 2.5rem;
  border: 1.5px solid var(--espresso); border-radius: var(--r-full); background: transparent;
  font-family: var(--ff-body); font-size: var(--fs-xs); font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--espresso); cursor: pointer;
  transition: all var(--t-normal) var(--ease);
}
.load-more-btn:hover { background: var(--espresso); color: var(--white); transform: translateY(-1px); }
.load-more-btn:active { transform: scale(0.97); }
.load-more-btn:disabled { opacity: 0.4; cursor: not-allowed; transform: none; }

/* Scroll to top */
.scroll-top { position: fixed; bottom: 2rem; right: 2rem; width: 44px; height: 44px; background: var(--espresso); color: var(--white); border: none; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: var(--sh-md); opacity: 0; pointer-events: none; transform: translateY(10px); transition: all var(--t-normal) var(--ease); z-index: 50; }
.scroll-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.scroll-top:hover { background: var(--charcoal); transform: translateY(-2px); box-shadow: var(--sh-lg); }
.scroll-top svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 2; }

/* Filter drawer overlay */
.filter-overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(42,37,34,0.6); backdrop-filter: blur(4px); z-index: 99; opacity: 0; visibility: hidden; transition: all var(--t-normal) var(--ease); }
.filter-overlay.open { opacity: 1; visibility: visible; }
.filter-sidebar__close { display: none; background: none; border: none; font-size: 1.5rem; cursor: pointer; color: var(--espresso); line-height: 1; }
.filter-sidebar__content { display: contents; }
.filter-sidebar__footer { display: none; padding: 1.25rem; border-top: 1px solid var(--clr-border); background: var(--ivory); position: sticky; bottom: 0; margin-top: auto; }
.apply-filters-btn { width: 100%; padding: 1.15rem; background: var(--espresso); color: var(--white); border: none; border-radius: var(--r-full); font-size: var(--fs-xs); font-weight: 700; text-transform: uppercase; cursor: pointer; transition: background var(--t-fast) var(--ease); }
.apply-filters-btn:hover { background: var(--charcoal); }

@media (max-width: 1024px) {
  .shop-layout { grid-template-columns: 1fr; }
  .filter-sidebar {
    position: fixed; top: 0; right: 0; bottom: 0; width: 85%; max-width: 380px;
    background: var(--ivory); z-index: 100; display: flex; flex-direction: column;
    transform: translateX(100%); transition: transform var(--t-normal) var(--ease);
    box-shadow: -4px 0 24px rgba(0,0,0,0.1);
  }
  .filter-sidebar.open { transform: translateX(0); }
  .filter-sidebar__header { padding: 1.25rem; margin-bottom: 0; }
  .filter-sidebar__content { display: block; flex: 1; overflow-y: auto; padding: 0 1.25rem 2rem; }
  .filter-sidebar__close { display: block; }
  .filter-sidebar__footer { display: block; }
  .filter-clear-all { display: none; }
  .filter-toggle-btn { display: flex; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
}
@media (max-width: 768px) {
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
  .page-intro h1 { font-size: 1.8rem; }
}
@media (max-width: 480px) {
  .product-grid { gap: 0.75rem; }
  .load-more-section { padding: 2.5rem 0; }
}




/* Shop.css*/

.shhek-pagination {
    margin: 34px 0 20px;
    text-align: center;
}

.shhek-pagination ul {
    display: flex;
    justify-content: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.shhek-pagination a,
.shhek-pagination span {
    width: 44px;
    height: 44px;
    border: 1px solid #eee1dc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1c1b1a;
    text-decoration: none;
    font-weight: 600;
}

.shhek-pagination .current,
.shhek-pagination a:hover {
    background: #1c1b1a;
    color: #fff;
    border-color: #1c1b1a;
}

.shhek-qv-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.55);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.shhek-qv-modal {
    width: min(1080px, 96vw);
    background: #fff;
    border-radius: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    position: relative;
}

.shhek-qv-close {
    position: absolute;
    top: 28px;
    right: 28px;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: #f4ebe7;
    font-size: 24px;
    cursor: pointer;
    z-index: 2;
}

.shhek-qv-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shhek-qv-info {
    padding: 70px 56px;
}

@media(max-width: 767px) {
    .shhek-qv-modal {
        grid-template-columns: 1fr;
        max-height: 90vh;
        overflow-y: auto;
    }

    .shhek-qv-info {
        padding: 34px 22px;
    }

    .shhek-qv-img img {
        height: 360px;
    }
}



#productGrid .pc.reveal {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

#productGrid .pc {
    display: block !important;
}

#productGrid .pc__img-wrap {
    position: relative;
    display: block !important;
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: #f6f1ee;
}

#productGrid .pc__img-wrap a {
    display: block !important;
    width: 100%;
    height: 100%;
}

#productGrid .pc__img-wrap img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    opacity: 1 !important;
    visibility: visible !important;
}

















/* SHHEK — Shop Page Styles (shop.css) */
/* Page-unique styles only */

.page-intro { padding: 2.5rem 0 1.25rem; }
.page-intro h1 { font-family: var(--ff-head); font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 400; color: var(--espresso); margin-bottom: 1rem; }
.page-intro p { font-size: var(--fs-md); color: var(--clr-muted); max-width: 55ch; line-height: 1.75; }

.shop-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.5rem 0; border-top: 1px solid var(--clr-border); border-bottom: 1px solid var(--clr-border); margin-bottom: 1rem; flex-wrap: wrap; }
.shop-count { font-size: var(--fs-xs); font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--clr-muted); position: relative; }
.shop-toolbar__right { display: flex; align-items: center; gap: 0.75rem; }

.sort-select {
  appearance: none; -webkit-appearance: none; background: none;
  border: 1.5px solid var(--clr-border); border-radius: var(--r-full);
  padding: 0.6rem 2.5rem 0.6rem 1.1rem; font-family: var(--ff-body);
  font-size: var(--fs-xs); font-weight: 600; letter-spacing: 0.08em;
  color: var(--espresso); cursor: pointer; outline: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234B4744' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 0.75rem center; background-size: 14px;
  transition: border-color var(--t-fast) var(--ease);
}
.sort-select:hover { border-color: var(--espresso); }
.sort-select:focus { border-color: var(--espresso); box-shadow: 0 0 0 3px rgba(184,138,106,0.12); }

.filter-toggle-btn {
  display: none; align-items: center; gap: 0.4rem;
  border: 1.5px solid var(--clr-border); border-radius: var(--r-full);
  padding: 0.6rem 1.1rem; font-family: var(--ff-body); font-size: var(--fs-xs);
  font-weight: 600; letter-spacing: 0.08em; color: var(--espresso); cursor: pointer;
  background: transparent; transition: all var(--t-fast) var(--ease);
}
.filter-toggle-btn svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2; }
.filter-toggle-btn:hover { background: var(--espresso); color: var(--white); border-color: var(--espresso); }
.filter-toggle-btn:active { transform: scale(0.97); }

.active-filters { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1.25rem; align-items: center; }
.active-filter {
  display: inline-flex; align-items: center; gap: 0.4rem;
  padding: 0.35rem 0.85rem; background: var(--warm-beige); border: 1px solid var(--clr-border);
  border-radius: var(--r-full); font-size: var(--fs-xs); font-weight: 600; color: var(--espresso);
}
.active-filter button { background: none; border: none; cursor: pointer; font-size: 14px; color: var(--clr-muted); line-height: 1; padding: 0; transition: color var(--t-fast) var(--ease); }
.active-filter button:hover { color: var(--espresso); }
.clear-all-filters { background: none; border: none; cursor: pointer; font-size: var(--fs-xs); font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--clr-accent); text-decoration: underline; text-underline-offset: 3px; transition: color var(--t-fast) var(--ease); font-family: var(--ff-body); }
.clear-all-filters:hover { color: var(--espresso); }

.shop-layout { display: grid; grid-template-columns: 260px 1fr; gap: 3.5rem; align-items: start; }

/* Filter Sidebar */
.filter-sidebar { position: sticky; top: calc(var(--header-h) + 2rem); }
.filter-sidebar__header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 1.25rem; border-bottom: 1px solid var(--clr-border); margin-bottom: 1.25rem; }
.filter-sidebar__title { font-size: var(--fs-xs); font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--espresso); }
.filter-clear-all { font-size: var(--fs-xs); font-weight: 600; color: var(--clr-muted); text-decoration: underline; cursor: pointer; background: none; border: none; font-family: var(--ff-body); transition: color var(--t-fast) var(--ease); }
.filter-clear-all:hover { color: var(--espresso); }

.filter-group { border-bottom: 1px solid var(--clr-border); }
.filter-group__trigger {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  padding: 1.15rem 0; background: none; border: none; cursor: pointer;
  font-family: var(--ff-body); font-size: var(--fs-base); font-weight: 600; letter-spacing: 0.06em;
  color: var(--espresso); text-align: left;
}
.chevron { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; transition: transform var(--t-normal) var(--ease); }
.filter-group__trigger.open .chevron { transform: rotate(180deg); }
.filter-group__body { overflow: hidden; max-height: 0; transition: max-height var(--t-normal) var(--ease); }

.filter-check {
  display: flex; align-items: center; gap: 0.6rem; padding: 0.55rem 0;
  font-size: var(--fs-sm); color: var(--charcoal); cursor: pointer;
  transition: all var(--t-fast) var(--ease);
}
.filter-check:hover { color: var(--espresso); opacity: 0.7; }
.filter-check input { 
  appearance: none;
  -webkit-appearance: none;
  width: 14px; 
  height: 14px; 
  border: 1.5px solid var(--clr-border); 
  border-radius: 2px; /* Sharp minimal border radius */
  cursor: pointer; 
  flex-shrink: 0; 
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--t-fast) var(--ease);
  background: transparent;
}
.filter-check input:checked {
  background: var(--charcoal);
  border-color: var(--charcoal);
}
.filter-check input:checked::after {
  content: '';
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
  margin-bottom: 2px;
}

.filter-colors { display: flex; flex-wrap: wrap; gap: 0.5rem; padding: 4px 4px 1rem 4px; }
.filter-color {
  width: 26px; height: 26px; border-radius: 50%; border: 2px solid transparent;
  cursor: pointer; outline-offset: 2px; transition: all var(--t-fast) var(--ease);
}
.filter-color.active { outline: 2px solid var(--espresso); }
.filter-color:hover { transform: scale(1.15); }
.filter-color:active { transform: scale(0.9); }

.filter-sizes { display: flex; flex-wrap: wrap; gap: 0.4rem; padding-bottom: 1rem; }
.filter-size {
  min-width: 44px; height: 36px; padding: 0 0.6rem; border: 1.5px solid var(--clr-border);
  border-radius: var(--r-sm); font-size: var(--fs-xs); font-weight: 600; letter-spacing: 0.06em;
  color: var(--clr-muted); cursor: pointer; background: transparent; font-family: var(--ff-body);
  transition: all var(--t-fast) var(--ease);
}
.filter-size:hover { border-color: var(--espresso); color: var(--espresso); }
.filter-size:active { transform: scale(0.95); }
.filter-size.active { background: var(--espresso); color: var(--white); border-color: var(--espresso); }

.price-inputs { display: flex; align-items: center; gap: 0.75rem; padding-bottom: 1rem; }
.price-dash { color: var(--clr-muted); }
.price-input-wrap { display: flex; align-items: center; border: 1.5px solid var(--clr-border); border-radius: var(--r-sm); overflow: hidden; flex: 1; transition: border-color var(--t-fast) var(--ease); }
.price-input-wrap:focus-within { border-color: var(--espresso); }
.price-input-wrap span { padding: 0.5rem 0.6rem; font-size: var(--fs-xs); color: var(--clr-muted); flex-shrink: 0; }
.price-input-wrap input { border: none; outline: none; background: transparent; font-family: var(--ff-body); font-size: var(--fs-xs); color: var(--espresso); width: 100%; padding: 0.5rem 0.4rem; }

/* Product grid */
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; } /* Tightened for cohesive layout */

/* Load more */
.load-more-section { text-align: center; padding: 4rem 0; }
.load-more-track { height: 4px; background: var(--warm-beige); border-radius: var(--r-full); overflow: hidden; max-width: 360px; margin: 0 auto 1rem; }
.load-more-bar { height: 100%; background: var(--clay); border-radius: var(--r-full); transition: width 0.5s var(--ease); }
.load-more-text { font-size: var(--fs-sm); color: var(--clr-muted); margin-bottom: 1.25rem; }
.load-more-text strong { color: var(--espresso); }
.load-more-btn {
  display: inline-flex; align-items: center; padding: 0.9rem 2.5rem;
  border: 1.5px solid var(--espresso); border-radius: var(--r-full); background: transparent;
  font-family: var(--ff-body); font-size: var(--fs-xs); font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--espresso); cursor: pointer;
  transition: all var(--t-normal) var(--ease);
}
.load-more-btn:hover { background: var(--espresso); color: var(--white); transform: translateY(-1px); }
.load-more-btn:active { transform: scale(0.97); }
.load-more-btn:disabled { opacity: 0.4; cursor: not-allowed; transform: none; }

/* Scroll to top */
.scroll-top { position: fixed; bottom: 2rem; right: 2rem; width: 44px; height: 44px; background: var(--espresso); color: var(--white); border: none; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: var(--sh-md); opacity: 0; pointer-events: none; transform: translateY(10px); transition: all var(--t-normal) var(--ease); z-index: 50; }
.scroll-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.scroll-top:hover { background: var(--charcoal); transform: translateY(-2px); box-shadow: var(--sh-lg); }
.scroll-top svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 2; }

/* Filter drawer overlay */
.filter-overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(42,37,34,0.6); backdrop-filter: blur(4px); z-index: 99; opacity: 0; visibility: hidden; transition: all var(--t-normal) var(--ease); }
.filter-overlay.open { opacity: 1; visibility: visible; }
.filter-sidebar__close { display: none; background: none; border: none; font-size: 1.5rem; cursor: pointer; color: var(--espresso); line-height: 1; }
.filter-sidebar__content { display: contents; }
.filter-sidebar__footer { display: none; padding: 1.25rem; border-top: 1px solid var(--clr-border); background: var(--ivory); position: sticky; bottom: 0; margin-top: auto; }
.apply-filters-btn { width: 100%; padding: 1.15rem; background: var(--espresso); color: var(--white); border: none; border-radius: var(--r-full); font-size: var(--fs-xs); font-weight: 700; text-transform: uppercase; cursor: pointer; transition: background var(--t-fast) var(--ease); }
.apply-filters-btn:hover { background: var(--charcoal); }

@media (max-width: 1024px) {
  .shop-layout { grid-template-columns: 1fr; }
  .filter-sidebar {
    position: fixed; top: 0; right: 0; bottom: 0; width: 85%; max-width: 380px;
    background: var(--ivory); z-index: 100; display: flex; flex-direction: column;
    transform: translateX(100%); transition: transform var(--t-normal) var(--ease);
    box-shadow: -4px 0 24px rgba(0,0,0,0.1);
  }
  .filter-sidebar.open { transform: translateX(0); }
  .filter-sidebar__header { padding: 1.25rem; margin-bottom: 0; }
  .filter-sidebar__content { display: block; flex: 1; overflow-y: auto; padding: 0 1.25rem 2rem; }
  .filter-sidebar__close { display: block; }
  .filter-sidebar__footer { display: block; }
  .filter-clear-all { display: none; }
  .filter-toggle-btn { display: flex; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
}
@media (max-width: 768px) {
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
  .page-intro h1 { font-size: 1.8rem; }
}
@media (max-width: 480px) {
  .product-grid { gap: 0.75rem; }
  .load-more-section { padding: 2.5rem 0; }
}




/* Shop.css*/

.shhek-pagination {
    margin: 34px 0 20px;
    text-align: center;
}

.shhek-pagination ul {
    display: flex;
    justify-content: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.shhek-pagination a,
.shhek-pagination span {
    width: 44px;
    height: 44px;
    border: 1px solid #eee1dc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1c1b1a;
    text-decoration: none;
    font-weight: 600;
}

.shhek-pagination .current,
.shhek-pagination a:hover {
    background: #1c1b1a;
    color: #fff;
    border-color: #1c1b1a;
}

.shhek-qv-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.55);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.shhek-qv-modal {
    width: min(1080px, 96vw);
    background: #fff;
    border-radius: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    position: relative;
}

.shhek-qv-close {
    position: absolute;
    top: 28px;
    right: 28px;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: #f4ebe7;
    font-size: 24px;
    cursor: pointer;
    z-index: 2;
}

.shhek-qv-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shhek-qv-info {
    padding: 70px 56px;
}

@media(max-width: 767px) {
    .shhek-qv-modal {
        grid-template-columns: 1fr;
        max-height: 90vh;
        overflow-y: auto;
    }

    .shhek-qv-info {
        padding: 34px 22px;
    }

    .shhek-qv-img img {
        height: 360px;
    }
}



#productGrid .pc.reveal {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

#productGrid .pc {
    display: block !important;
}

#productGrid .pc__img-wrap {
    position: relative;
    display: block !important;
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: #f6f1ee;
}

#productGrid .pc__img-wrap a {
    display: block !important;
    width: 100%;
    height: 100%;
}

#productGrid .pc__img-wrap img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    opacity: 1 !important;
    visibility: visible !important;
}





.shhek-qv-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.65);
    z-index:999999;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:40px;
}

.shhek-qv-modal{
    width:100%;
    max-width:1100px;
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    display:grid;
    grid-template-columns:1fr 1fr;
    position:relative;
}

.shhek-qv-img{
    position:relative;
    overflow:hidden;
    height:650px;
}

.shhek-qv-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.shhek-qv-info{
    padding:60px;
    overflow:auto;
}

.shhek-qv-close{
    position:absolute;
    right:20px;
    top:20px;
    z-index:99;
}








body .shhek-qv-overlay {
    position: fixed !important;
    inset: 0 !important;
    z-index: 999999 !important;
    background: rgba(0,0,0,.62) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 34px !important;
}

body .shhek-qv-modal {
    width: min(1080px, 94vw) !important;
    max-height: 86vh !important;
    background: #fff !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    position: relative !important;
    box-shadow: 0 28px 80px rgba(0,0,0,.28) !important;
}

body .shhek-qv-img {
    height: 620px !important;
    overflow: hidden !important;
}

body .shhek-qv-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

body .shhek-qv-info {
    padding: 70px 56px !important;
    overflow-y: auto !important;
}

body .shhek-qv-close {
    position: absolute !important;
    top: 28px !important;
    right: 28px !important;
    width: 44px !important;
    height: 44px !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: #f4ebe7 !important;
    color: #1c1b1a !important;
    font-size: 24px !important;
    line-height: 44px !important;
    text-align: center !important;
    cursor: pointer !important;
    z-index: 10 !important;
}

body .shhek-qv-info .product-category {
    display: block !important;
    margin-bottom: 22px !important;
    color: #f1b7aa !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: .16em !important;
    text-transform: uppercase !important;
}

body .shhek-qv-info .product-title {
    margin: 0 0 18px !important;
    font-size: 34px !important;
    line-height: 1.15 !important;
    font-weight: 500 !important;
}

body .shhek-qv-info .product-rating {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 22px !important;
}

body .shhek-qv-info .rating-stars {
    display: flex !important;
    gap: 3px !important;
}

body .shhek-qv-info .rating-stars svg {
    width: 14px !important;
    height: 14px !important;
    fill: #f1b7aa !important;
}

body .shhek-qv-info .rating-count {
    font-size: 14px !important;
    color: #333 !important;
}

body .shhek-qv-info .product-price-wrap {
    margin: 0 0 28px !important;
}

body .shhek-qv-info .product-price {
    display: block !important;
    font-size: 28px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
}

body .shhek-qv-info .option-group {
    margin: 24px 0 !important;
}

body .shhek-qv-info .option-label {
    margin: 0 0 12px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: .12em !important;
    text-transform: uppercase !important;
}

body .shhek-qv-info .color-swatches {
    display: flex !important;
    gap: 10px !important;
    align-items: center !important;
}

body .shhek-qv-info .color-dot {
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
    border: 1px solid #ddd !important;
    padding: 0 !important;
    cursor: pointer !important;
}

body .shhek-qv-info .size-row {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
}

body .shhek-qv-info .sz-btn {
    min-width: 50px !important;
    height: 42px !important;
    border: 1px solid #e6ddd8 !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #1c1b1a !important;
    font-size: 13px !important;
    cursor: pointer !important;
}

body .shhek-qv-info .product-actions-wrap {
    margin-top: 34px !important;
}

body .shhek-qv-info .product-actions {
    display: block !important;
}

body .shhek-qv-info .add-bag-btn {
    width: 100% !important;
    min-height: 58px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #1c1b1a !important;
    color: #fff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: .16em !important;
    text-transform: uppercase !important;
}

body .shhek-qv-info .qv-full-details {
    display: block !important;
    margin-top: 18px !important;
    text-align: center !important;
    color: #1c1b1a !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: .12em !important;
    text-transform: uppercase !important;
    text-decoration: underline !important;
}

body .shhek-qv-info .screen-reader-text {
    display: none !important;
}

@media (max-width: 767px) {
    body .shhek-qv-overlay {
        padding: 16px !important;
        align-items: flex-start !important;
        overflow-y: auto !important;
    }

    body .shhek-qv-modal {
        grid-template-columns: 1fr !important;
        max-height: none !important;
    }

    body .shhek-qv-img {
        height: 380px !important;
    }

    body .shhek-qv-info {
        padding: 34px 22px !important;
    }

    body .shhek-qv-info .product-title {
        font-size: 28px !important;
    }
}





