.elementor-855 .elementor-element.elementor-element-e0c8682{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-2c08e34 *//* ============================================================
   SAKTYA — Single Product Page CSS
   Paste this into the SAME place as the PHP snippet's plugin
   (WPCode has a separate "CSS Snippet" type), or into the
   Elementor Single Product template's Custom CSS panel.
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Karla:wght@400;500;600;700&family=Gilda+Display&display=swap');
.sk-product-page {
  font-family: 'Karla', Arial, sans-serif;
  color: #1a1a1a;
  max-width: 90rem;
  margin: 0 auto;
  padding: 2rem 3.75% 4rem;
}
/* ---------- Breadcrumb ---------- */
.yith-wcwl-icon-svg{
    margin-left:9px !important;
}
.sk-product-crumb {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.45);
  margin-bottom: 2rem;
}
.sk-product-crumb a { color: #2A231D; text-decoration: none; }
.sk-product-crumb a:hover { text-decoration: underline; }
/* ---------- Grid ---------- */
.sk-product-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 3.5rem !important;
}
.sk-product-grid > * {
  float: none !important;
  width: auto !important;
}
/* ---------- Gallery ---------- */
.sk-product-gallery { position: relative; width: 100% !important; }
.sk-product-gallery .woocommerce-product-gallery {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  opacity: 1 !important; /* Woo sets 0 until slider inits */
}
.sk-product-gallery .flex-viewport { width: 100%; }
/* Do NOT set width on __wrapper — flexslider sets it inline */
.sk-product-gallery .woocommerce-product-gallery__image {
  margin-bottom: 0.75rem;
}
.sk-product-gallery .woocommerce-product-gallery__image img,
.sk-product-gallery .woocommerce-product-gallery__image a {
  display: block;
  width: 100%;
  height: auto;
}
.sk-product-gallery .flex-control-thumbs {
  display: flex;
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.sk-product-gallery .flex-control-thumbs li {
  flex: 1 1 0;
  width: auto !important;   /* override Woo's inline 33.3% + float */
  float: none !important;
  margin: 0 !important;
}
.sk-product-gallery .flex-control-thumbs img {
  width: 100%;
  cursor: pointer;
  opacity: 0.7;
}
.sk-product-gallery .flex-control-thumbs img.flex-active,
.sk-product-gallery .flex-control-thumbs img:hover { opacity: 1; }
.sk-product-wishlist {
  position: absolute !important;
  top: 4.25rem !important;
  right: 1rem !important;
  z-index: 5;
}
.sk-product-wishlist .yith-wcwl-add-to-wishlist,
.sk-product-wishlist .yith-wcwl-add-button,
.sk-product-wishlist a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 2.5rem !important;
  height: 2.5rem !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  overflow: hidden;
}
.sk-product-wishlist svg,
.sk-product-wishlist i,
.sk-product-wishlist .yith-wcwl-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.1rem !important;
  line-height: 1 !important;
  width: 1.1rem !important;
  height: 1.1rem !important;
  margin: 0 !important;
  padding: 0 !important;
}
.sk-product-wishlist .yith-wcwl-icon::before {
  font-size: 1.1rem !important;
  line-height: 1 !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  vertical-align: middle !important;
}
/* ---------- Info column ---------- */
.sk-product-meta-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.sk-product-cat {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.sk-product-rating .star-rating { color: #E8B95C; }
.sk-product-rating .woocommerce-review-link {
  font-size: 13px;
  color: rgba(0,0,0,0.5);
  margin-left: 0.4rem;
}
.sk-product-title {
  font-family: 'Gilda Display', Georgia, serif;
  font-weight: 400;
  font-size: clamp(1.8rem, 3vw, 40px);
  color: #4D3223;
  margin: 0.4rem 0 0.6rem;
}
.sk-product-sku {
  font-size: 13px;
  color: rgba(0,0,0,0.5);
  margin: 0 0 1rem;
}
.sk-product-price {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
.sk-product-price ins { text-decoration: none; color: #1a1a1a; }
.sk-product-price del {
  font-size: 15px;
  font-weight: 700;
  color: rgba(0,0,0,0.35);
  margin-left: 0.5rem;
}
.sk-product-desc h4 {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 0.5rem;
}
.sk-product-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #2a221a;
  max-width: 34rem;
  margin-bottom: 1.25rem;
}
.sk-product-stock {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 1.5rem;
}
.sk-product-stock .in-stock { color: #2f6b3a; }
.sk-product-stock .out-of-stock { color: #a6342a; }
/* ---------- Cart form + Buy Now ---------- */
.sk-qty-label {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
  margin: 0 0 0.75rem !important;
}
.sk-product-cart-form form.cart {
  align-items: stretch !important;
  gap: 1rem !important;
  flex-wrap: wrap !important;
  margin-bottom: 0.75rem !important;
}
/* Quantity stepper: one bordered box holding minus / number / plus */
.sk-product-cart-form .quantity {
  display: flex !important;
  align-items: center !important;
  border: 1px solid rgba(0,0,0,0.2) !important;
  height: 3.6rem !important;
  flex: 0 0 auto !important;
  background: #ffffff !important;
}
.sk-product-cart-form .quantity input.qty {
  width: 3.5rem !important;
  height: 100% !important;
  border: none !important;
  background: transparent !important;
  text-align: center !important;
  font-family: 'Karla', Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #1a1a1a !important;
  -moz-appearance: textfield !important;
}
.sk-product-cart-form .quantity input.qty::-webkit-inner-spin-button,
.sk-product-cart-form .quantity input.qty::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}
.sk-qty-btn {
  width: 2.75rem !important;
  height: 100% !important;
  border: none !important;
  background: transparent !important;
  font-family: 'Karla', Arial, sans-serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #1a1a1a !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
}
.sk-qty-btn:hover { background: #f5f0e8 !important; }
.sk-product-cart-form button.single_add_to_cart_button {
  background: #ffffff !important;
  color: #4D3223 !important;
  border: 1px solid rgba(0,0,0,0.2) !important;
  font-family: 'Karla', Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  padding: 0 2rem !important;
  height: 3.6rem !important;
  cursor: pointer !important;
  flex: 1 1 auto !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-transform: none !important;
}
.sk-product-cart-form button.single_add_to_cart_button:hover { background: #f5f0e8 !important; }
.sk-buy-now-btn {
  display: block !important;
  width: 100% !important;
  background: #2A231D !important;
  color: #ffffff !important;
  border: none !important;
  font-family: 'Karla', Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  padding: 0.95rem 2rem !important;
  cursor: pointer !important;
  margin-top: 0.75rem !important;
  border-radius: 0 !important;
}
.sk-buy-now-btn:hover { background: #40342a; }
/* Strip the theme's own default background/border around the variations
   area - that's what was causing the boxy gray panel look. */
.sk-product-cart-form .variations,
.sk-product-cart-form table.variations,
.sk-product-cart-form .variations tbody,
.sk-product-cart-form .variations tr,
.sk-product-cart-form .variations td {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
  display: block !important;
  width: auto !important;
}
.sk-swatch-container {
  margin-bottom: 1.5rem;
}
/* Color swatches - rendered by our own PHP/JS, one per variation image */
.sk-swatch-heading {
  font-size: 14px;
  margin: 0.75rem 0 0.5rem;
}
.sk-swatch-label { font-weight: 700; margin-right: 0.35rem; }
.sk-swatch-name { color: rgba(0,0,0,0.6); }
.sk-swatch-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 0 0 1.5rem;
}
.sk-swatch {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.15);
  background-size: cover;
  background-position: center;
  cursor: pointer;
  padding: 0;
  transition: outline-color 0.15s ease;
}
.sk-swatch.sk-active,
.sk-swatch:hover {
  outline: 2px solid #4D3223;
  outline-offset: 2px;
}
/* ---------- Delivery row ---------- */
.sk-delivery-row {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: 14px;
  padding: 1rem 0;
  border-top: 1px solid rgba(0,0,0,0.08);
  margin-bottom: 1.5rem;
}
.sk-delivery-row a { color: #1a1a1a; text-decoration: underline; }
/* ---------- Trust icons row ---------- */
.sk-product-trust-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  background: #f7f5f2;
  padding: 1.25rem 0.75rem;
  margin-bottom: 1.5rem;
}
.sk-pt-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.6rem;
  padding: 0 0.75rem;
  border-left: 1px solid rgba(0,0,0,0.1);
}
.sk-pt-item:first-child { border-left: none; }
.sk-pt-item img { width: 1.75rem; height: 1.75rem; flex-shrink: 0; }
.sk-pt-item strong {
  display: block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2A231D;
}
.sk-pt-item span { display: block; font-size: 9px; color: rgba(0,0,0,0.55); }
/* ---------- Share row ---------- */
.sk-share-row {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  font-size: 14px;
}
.sk-share-row .sk-share-label { font-weight: 600; margin-right: 0.25rem; }
.sk-share-row a {
  display: inline-flex;
  line-height: 0;
}
.sk-share-row a img {
  width: 20px;
  height: 20px;
  display: block;
}
/* ---------- Tabs ---------- */
.sk-product-tabs { margin-top: 3.5rem; }
.sk-tab-nav { display: flex; border-bottom: 1px solid rgba(0,0,0,0.1); }
.sk-tab-btn {
  background: none;
  border: none;
  padding: 0.9rem 1.75rem;
  font-family: 'Karla', Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: rgba(0,0,0,0.5);
  cursor: pointer;
}
.sk-tab-btn.sk-active { background: #2A231D; color: #ffffff; }
.sk-tab-panel { display: none; padding: 1.75rem 0; }
.sk-tab-panel.sk-active { display: block; }
.sk-attr-table {
  width: 100%;
  max-width: 42rem;
  border-collapse: collapse;
}
.sk-attr-table th,
.sk-attr-table td {
  padding: 0.85rem 1.1rem;
  font-size: 14px;
  border: 1px solid rgba(0,0,0,0.12);
  text-align: left;
  font-weight: 400;
}
.sk-attr-table th { color: rgba(0,0,0,0.55); width: 30%; }
/* ---------- Often Bought Together (custom-built, not WooCommerce's default markup) ---------- */
.sk-related-wrap { margin-top: 4rem; }
.sk-related-wrap h2 {
  font-family: 'Gilda Display', Georgia, serif;
  font-weight: 400;
  font-size: clamp(1.6rem, 3vw, 34px);
  color: #4D3223;
  margin: 0 0 2rem;
}
.sk-related-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.sk-related-card {
  text-decoration: none;
  color: inherit;
  display: block;
}
.sk-related-media {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #eee6d8;
  margin-bottom: 1rem;
}
.sk-related-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sk-related-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  background: #E8B95C;
  color: #2A231D;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.35rem 0.6rem;
  z-index: 2;
}
.sk-related-name {
  font-size: 18px;
  font-weight: 700;
  color: rgba(0,0,0,0.85);
  margin: 0 0 0.25rem;
}
.sk-related-price {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.sk-related-price ins { text-decoration: none; color: #1a1a1a; }
.sk-related-price del {
  font-size: 13px;
  font-weight: 700;
  color: rgba(0,0,0,0.35);
  margin-left: 0.35rem;
}
/* ================= Responsive ================= */
@media (max-width: 900px) {
  .sk-product-grid { grid-template-columns: 1fr !important; gap: 2rem !important; }
  .sk-product-trust-row { grid-template-columns: repeat(2, 1fr); }
  .sk-pt-item { border-left: none; padding: 0.75rem 0; border-top: 1px solid rgba(0,0,0,0.1); }
  .sk-pt-item:nth-child(-n+2) { border-top: none; }
  .sk-related-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .sk-product-page { padding: 1.25rem 5% 3rem; }
  .sk-product-title { font-size: 1.6rem !important; margin: 0.3rem 0 0.5rem; }
  .sk-product-price { font-size: 19px; margin-bottom: 1rem; }
  .sk-share-row { gap: 1.1rem; }
  .sk-share-row a img { width: 26px; height: 26px; }
  .sk-product-desc { margin-bottom: 1rem; }
  .sk-qty-label { font-size: 17px !important; margin-bottom: 0.5rem !important; }
  .sk-swatch-container { margin-bottom: 1.1rem; }
  .sk-swatch { width: 2.15rem; height: 2.15rem; }
  .sk-product-cart-form .quantity,
  .sk-product-cart-form button.single_add_to_cart_button,
  .sk-buy-now-btn { height: 3.15rem !important; }
  .sk-delivery-row { margin-bottom: 1.1rem; padding: 0.75rem 0; }
  .sk-product-trust-row { margin-bottom: 1.1rem; }
  .sk-related-wrap { margin-top: 2.75rem; }
  .sk-product-wishlist { top: 3.75rem !important; right: 0.75rem !important; }
}
@media (max-width: 560px) {
  .sk-product-cart-form form.cart { flex-direction: column; align-items: stretch; }
  .sk-delivery-row { flex-direction: column; align-items: flex-start; gap: 0.4rem; }
  .sk-product-trust-row { grid-template-columns: 1fr; }
  .sk-pt-item {
    flex-direction: row;
    text-align: left;
    border-left: none;
    border-top: 1px solid rgba(0,0,0,0.1);
    padding: 0.65rem 0;
  }
  .sk-pt-item:first-child { border-top: none; }
  .sk-related-grid { grid-template-columns: 1fr 1fr; gap: 1rem; }
}



@media (max-width: 900px) {
 
  /* ---------- Additional Information, moved inline by the script ---------- */
  .sk-product-info .sk-product-tabs {
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
  .sk-product-info .sk-tab-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .sk-product-info .sk-tab-btn {
    padding: 0.8rem 0.5rem;
    font-size: 13px;
    letter-spacing: 0.02em;
  }
  .sk-product-info .sk-tab-panel {
    padding: 1.25rem 0 0.5rem;
  }
  .sk-product-info .sk-attr-table th,
  .sk-product-info .sk-attr-table td {
    padding: 0.7rem 0.85rem;
    font-size: 13px;
  }
 
  /* ---------- Colour swatches sit above the sticky bar ---------- */
  .sk-product-info > .sk-swatch-container {
    margin-bottom: 1.25rem;
  }
 
  /* ---------- Sticky cart bar ----------
     position:sticky keeps it inside .sk-product-info, so it releases at the
     end of that column rather than following you down the whole page.       */
  .sk-product-info {
    padding-bottom: 1rem;
  }
  .sk-product-cart-form {
    position: sticky;
    bottom: 0;
    z-index: 20;
    background: #ffffff;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 0.7rem 5% calc(0.7rem + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);
  }
 
  /* the label wastes vertical space in a bar */
  .sk-product-cart-form .sk-qty-label {
    display: none !important;
  }
 
  /* quantity and Add to Cart share one row, Buy It Now sits under them */
  .sk-product-cart-form form.cart {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    flex-wrap: nowrap !important;
    gap: 0.6rem !important;
    margin-bottom: 0.6rem !important;
  }
  .sk-product-cart-form .quantity {
    height: 3rem !important;
    flex: 0 0 auto !important;
  }
  .sk-product-cart-form .quantity input.qty {
    width: 2.4rem !important;
    font-size: 16px !important;
  }
  .sk-product-cart-form .sk-qty-btn {
    width: 2.25rem !important;
    font-size: 18px !important;
  }
    .sk-product-cart-form {
    position: sticky;
    bottom: 0;
    z-index: 20;
    background: transparent;
    width: auto;
    margin-left: 0;
    padding: 0.7rem 0 calc(0.7rem + env(safe-area-inset-bottom, 0px));
  }
  /* full-bleed background without moving the content */
  .sk-product-cart-form::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50vw;
    right: -50vw;
    background: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);
    z-index: -1;
    pointer-events: none;
  }
  /* Woo and themes often pad form.cart, which indents the row */
  .sk-product-cart-form form.cart {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }
  .sk-buy-now-btn {
    width: 100% !important;
    max-width: 100% !important;
  }
  .sk-buy-now-btn {
    margin-top: 0 !important;
    padding: 0.85rem 1rem !important;
    font-size: 16px !important;
  }
 
  /* variation dropdowns must not live inside the bar; the swatch script
     hides the colour one, this catches any others */
  .sk-product-cart-form .variations {
    margin-bottom: 0.6rem !important;
  }
}
 
/* the 560px rule in the original CSS stacks form.cart into a column,
   which would break the bar. Override it. */
@media (max-width: 560px) {
  .sk-product-cart-form form.cart {
    flex-direction: row !important;
    align-items: stretch !important;
  }
  .sk-product-cart-form button.single_add_to_cart_button {
    font-size: 15px !important;
    padding: 0 0.75rem !important;
  }
}
 
/* short screens: a sticky bar eats too much of the viewport, so release it */
@media (max-width: 900px) and (max-height: 520px) {
  .sk-product-cart-form {
    position: static;
    width: auto;
    margin-left: 0;
    padding: 0;
    border-top: none;
    box-shadow: none;
  }
  .sk-product-cart-form .sk-qty-label {
    display: block !important;
  }
}/* End custom CSS */