.elementor-882 .elementor-element.elementor-element-5cecb4d{--display:flex;}.elementor-882 .elementor-element.elementor-element-b640cdb{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:50px 50px;--row-gap:50px;--column-gap:50px;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-882 .elementor-element.elementor-element-7289550{--display:flex;}.elementor-882 .elementor-element.elementor-element-ca72901{--display:flex;}@media(min-width:768px){.elementor-882 .elementor-element.elementor-element-7289550{--width:20%;}.elementor-882 .elementor-element.elementor-element-ca72901{--width:80%;}}@media(max-width:767px){.elementor-882 .elementor-element.elementor-element-b640cdb{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for container, class: .elementor-element-5cecb4d *//* ============================================================
   SAKTYA — Collection/Category Archive Hero CSS
   Paste alongside the PHP snippet in the same CSS-snippet slot,
   or the Products Archive template's Custom CSS panel.
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Karla:wght@400;700&family=Gilda+Display&display=swap');

.sk-coll-hero {
  position: relative;
  width: 100%;
  background-color: #3D2A1E;
  background-image: url('https://saktya.com/wp-content/uploads/2026/08/lp.png');
  background-size: cover;
  background-position: center;
  font-family: 'Karla', Arial, sans-serif;
}
.sk-coll-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(30, 18, 10, 0.55);
}

.sk-coll-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 90rem;
  margin: 0 auto;
  padding: 2rem 3.75% 3.5rem;
}

.sk-coll-crumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #f0e4d8;
  margin-bottom: 2.5rem;
}
.sk-coll-crumb a { color: #ffffff; text-decoration: none; }
.sk-coll-crumb a:hover { text-decoration: underline; }
.sk-coll-crumb span { color: rgba(255,255,255,0.55); }

.sk-coll-hero-text { text-align: center; }

.sk-coll-eyebrow {
  font-size: 14px;
  font-weight: 700;
  color: #FFE783;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 0 0 0.75rem;
}

.sk-coll-title {
  font-family: 'Gilda Display', Georgia, serif;
  font-weight: 400;
  font-size: clamp(1.9rem, 4.5vw, 48px);
  color: #ffffff;
  margin: 0 0 1rem;
}
.sk-coll-qualifier {
  font-size: 0.55em;
  font-weight: 400;
  color: rgba(255,255,255,0.75);
  margin-left: 0.35rem;
}

.sk-coll-sub {
  font-size: 14px;
  font-weight: 400;
  color: #f0e4d8;
  line-height: 1.6;
  max-width: 34rem;
  margin: 0 auto;
}
.sk-coll-sub p { margin: 0; }

/* ================= Responsive ================= */
@media (max-width: 768px) {
  .sk-coll-hero-inner { padding: 1.75rem 5% 2.5rem; }
  .sk-coll-crumb { margin-bottom: 1.75rem; flex-wrap: wrap; }
  .sk-coll-qualifier { display: block; margin-left: 0; margin-top: 0.35rem; }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-b640cdb *//* ============================================================
   SAKTYA — Shop Archive Page CSS
   Paste into the same CSS-snippet slot as the PHP, or the
   Products Archive template's Custom CSS panel in Elementor.
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Karla:wght@400;500;600;700&family=Gilda+Display&display=swap');

.sk-shop-sidebar, .sk-shop-grid-wrap { font-family: 'Karla', Arial, sans-serif; color: #1a1a1a; }

/* ---------- Parent container width - matches header's 1440px / 54px convention ---------- */
.shop-arch {
  max-width: 1440px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 54px !important;
  padding-right: 54px !important;
  width: 100% !important;
}

/* ---------- Sidebar ---------- */
.sk-shop-sidebar { width: 100%; }

.sk-filter-block {
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding: 1.5rem 0;
}
.sk-filter-block:first-child { padding-top: 0; }

.sk-filter-toggle {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  background: none !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  cursor: pointer !important;
  font-family: 'Gilda Display', Georgia, serif !important;
  font-weight: 400 !important;
  font-size: 22px !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  color: #1a1a1a !important;
  padding: 0 !important;
  margin-bottom: 1rem !important;
}
.sk-filter-toggle:hover,
.sk-filter-toggle:focus,
.sk-filter-toggle:active,
.sk-filter-toggle:visited {
  background: none !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  color: #1a1a1a !important;
}
.sk-filter-toggle::after {
  content: '';
  width: 0.6rem;
  height: 0.6rem;
  border-right: 1.5px solid #1a1a1a;
  border-bottom: 1.5px solid #1a1a1a;
  transform: rotate(-135deg);
  transition: transform 0.2s ease;
}
.sk-filter-toggle.sk-active::after { transform: rotate(45deg); }
@media (prefers-reduced-motion: reduce) {
  .sk-filter-toggle::after { transition: none; }
}

.sk-filter-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.sk-filter-list.sk-collapsed { display: none; }
.sk-filter-list li a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.6);
  text-decoration: none;
}
.sk-filter-list li.sk-active a {
  color: #1a1a1a;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.sk-filter-list li a:hover { color: #1a1a1a; }
.sk-filter-list li.sk-all-products { padding-top: 0.6rem; border-top: 1px solid rgba(0,0,0,0.08); }

/* Price filter widget (real WooCommerce markup) */
.sk-price-widget-wrap.sk-collapsed,
.sk-color-widget-wrap.sk-collapsed { display: none; }

.sk-price-widget-wrap .price_slider_wrapper { width: 100%; }
.sk-price-widget-wrap .price_slider { margin-bottom: 1.25rem; }
.sk-price-widget-wrap .ui-slider {
  position: relative;
  height: 2px;
  background: #1a1a1a;
}
.sk-price-widget-wrap .ui-slider-range { position: absolute; height: 2px; background: #1a1a1a; }
.sk-price-widget-wrap .ui-slider-handle {
  position: absolute;
  top: -6px;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border: 1.5px solid #1a1a1a;
  border-radius: 2px;
  cursor: pointer;
  margin-left: -7px;
}
.sk-price-widget-wrap .price_slider_amount { display: flex; align-items: center; gap: 1rem; }
.sk-price-widget-wrap .price_slider_amount .button {
  background: #2A231D !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0 !important;
  font-family: 'Karla', Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  padding: 0.75rem 1.5rem !important;
  cursor: pointer;
}
.sk-price-widget-wrap .price_label {
  font-size: 13px;
  color: rgba(0,0,0,0.6);
}

/* Color attribute widget - restyled into dots via JS-added class */
.sk-color-widget-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.sk-color-widget-wrap li { margin: 0; }
.sk-color-widget-wrap .sk-color-dot {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  background: #ccc;
  text-indent: -9999px;
  overflow: hidden;
}
.sk-color-widget-wrap .sk-color-dot-bordered { border: 1px solid rgba(0,0,0,0.2); }
.sk-color-widget-wrap .chosen .sk-color-dot,
.sk-color-widget-wrap .sk-color-dot:hover {
  outline: 2px solid #4D3223;
  outline-offset: 2px;
}
.sk-color-widget-wrap .count { display: none; }

/* ---------- Toolbar ---------- */
.sk-shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.sk-shop-count {
  font-size: 13px;
  color: rgba(0,0,0,0.5);
  margin-right: auto;
}
.sk-shop-sort select {
  border: none;
  background: transparent;
  font-family: 'Karla', Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1a1a1a;
  cursor: pointer;
  padding-right: 1.5rem;
}

/* ---------- Product grid ---------- */
.sk-shop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 1.5rem;
}

.sk-shop-card {
  text-decoration: none;
  color: inherit;
  display: block;
}

.sk-shop-media {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #eee6d8;
  margin-bottom: 1rem;
}
.sk-shop-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s cubic-bezier(0.16,1,0.3,1);
}
@media (prefers-reduced-motion: reduce) {
  .sk-shop-media img { transition: none; }
}
.sk-shop-card:hover .sk-shop-media img { transform: scale(1.04); }

.sk-shop-badge {
  position: absolute;
  top: 0.9rem;
  left: 0.9rem;
  z-index: 2;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.4rem 0.65rem;
}
.sk-badge-new { background: #2A231D; color: #FFE783; }
.sk-badge-sale { background: #E8B95C; color: #2A231D; }

.sk-shop-name {
  font-size: 17px;
  font-weight: 500;
  color: #1a1a1a;
  margin: 0 0 0.15rem;
}
.sk-shop-cat {
  font-size: 13px;
  color: rgba(0,0,0,0.45);
  margin: 0 0 0.5rem;
}
.sk-shop-price {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
}
.sk-shop-price ins { text-decoration: none; }
.sk-shop-price del {
  font-size: 13px;
  font-weight: 700;
  color: rgba(0,0,0,0.35);
  margin-left: 0.35rem;
}

/* ---------- Pagination ---------- */
.sk-shop-pagination { margin-top: 3rem; text-align: center; }
.sk-shop-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  height: 2.25rem;
  margin: 0 0.2rem;
  font-family: 'Karla', Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
  text-decoration: none;
  border: 1px solid rgba(0,0,0,0.15);
}
.sk-shop-pagination .page-numbers.current {
  background: #2A231D;
  color: #ffffff;
  border-color: #2A231D;
}

/* ================= Responsive ================= */
@media (max-width: 991px) {
  .sk-shop-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem 1rem; }
}

@media (max-width: 560px) {
  .sk-shop-grid { grid-template-columns: 1fr 1fr; gap: 1rem 0.75rem; }
  .sk-shop-name { font-size: 14px; }
  .sk-shop-price { font-size: 14px; }
  .sk-filter-toggle { font-size: 19px; }
}

/* ---------- Mobile filter drawer ---------- */
.sk-mobile-filter-trigger,
.sk-mobile-filter-overlay,
.sk-mobile-filter-footer {
  display: none;
}

@media (max-width: 900px) {
  /* The sidebar becomes a bottom-sheet drawer, hidden off-screen by
     default. Using transform (not display:none) so the price-range
     slider widget - which measures its own width on load - never
     initializes inside a zero-width hidden container. */
  .sk-shop-sidebar {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    width: 100% !important;
    max-height: 82vh !important;
    overflow-y: auto !important;
    background: #ffffff !important;
    border-radius: 16px 16px 0 0 !important;
    box-shadow: 0 -8px 30px rgba(0,0,0,0.18) !important;
    padding: 1.5rem 1.25rem calc(1.25rem + env(safe-area-inset-bottom, 0px)) !important;
    z-index: 9999 !important;
    transform: translateY(100%);
    transition: transform 0.3s cubic-bezier(0.16,1,0.3,1);
  }
  @media (prefers-reduced-motion: reduce) {
    .sk-shop-sidebar { transition: none; }
  }
  .sk-shop-sidebar.sk-drawer-open {
    transform: translateY(0);
  }

  .sk-mobile-filter-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(20, 14, 8, 0.5);
    z-index: 9998;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
  @media (prefers-reduced-motion: reduce) {
    .sk-mobile-filter-overlay { transition: none; }
  }
  .sk-mobile-filter-overlay.sk-visible {
    opacity: 1;
    pointer-events: auto;
  }

  .sk-mobile-filter-trigger {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    position: fixed;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9000;
    background: #2A231D;
    color: #ffffff;
    border: none;
    border-radius: 999px;
    padding: 0.85rem 1.75rem;
    font-family: 'Karla', Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
    cursor: pointer;
  }
  .sk-mobile-filter-trigger svg { width: 1.1rem; height: 1.1rem; }
  .sk-mobile-filter-trigger:hover { background: #40342a; }

  .sk-mobile-filter-footer {
    display: block;
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 1.5rem -1.25rem calc(-1.25rem - env(safe-area-inset-bottom, 0px));
    padding: 1rem 1.25rem calc(1rem + env(safe-area-inset-bottom, 0px));
    background: #ffffff;
    border-top: 1px solid rgba(0,0,0,0.08);
  }
  .sk-mobile-filter-apply {
    display: block;
    width: 100%;
    background: #2A231D;
    color: #ffffff;
    border: none;
    border-radius: 0;
    font-family: 'Karla', Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding: 0.95rem;
    cursor: pointer;
  }
  .sk-mobile-filter-apply:hover { background: #40342a; }

  /* Leave room at the bottom of the page so the floating trigger
     button never sits on top of the last product row/pagination. */
  .sk-shop-grid-wrap {
    padding-bottom: 5rem;
    /* Full-bleed: breaks out of whatever left/right padding
       Elementor's own column settings apply, regardless of that
       value - then we set our own tight padding below instead. */
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    box-sizing: border-box !important;
  }
}/* End custom CSS */