.elementor-5890 .elementor-element.elementor-element-c5ad81e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;overflow:visible;}.elementor-5890 .elementor-element.elementor-element-47e2015{width:100%;max-width:100%;padding:0px 0px 0px 0px;}body.elementor-page-5890{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-47e2015 *//* UTILS */
* { box-sizing: border-box; }

/* ========================================
   1. SEAMLESS BACKGROUND FIX
   ======================================== */
.bw-fixed-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    /* The Continuous Gradient */
    background: linear-gradient(135deg, #FFF8F4, #F4E6DD, #F1DBCC);
    z-index: -1; /* Puts it behind everything */
    pointer-events: none;
}

/* ========================================
   THE "RED KILLER" (The Enforcer)
   ======================================== */
html body .bw-product-wrapper *:focus, 
html body .bw-product-wrapper *:active, 
html body .bw-product-wrapper *:focus-visible {
    outline: none !important;
    box-shadow: none !important; 
    -webkit-box-shadow: none !important;
    border-color: #C48C6A !important; 
    -webkit-tap-highlight-color: transparent !important;
}

html body .bw-qty-btn:focus, 
html body .bw-qty-btn:active,
html body .bw-qty-btn:hover {
    color: #C48C6A !important;
    background: transparent !important;
    outline: none !important;
}

html body .bw-accordion-header:focus, 
html body .bw-accordion-header:active,
html body .bw-accordion-header:hover {
    color: #C48C6A !important;
    background: transparent !important;
    outline: none !important;
}

/* ========================================
   WRAPPER & LAYOUT
   ======================================== */
.bw-product-wrapper {
  width: 100%;
  /* CRITICAL: Transparent so fixed bg shows through */
  background: transparent !important; 
  font-family: "Poppins", sans-serif;
  color: #4C3F3F;
  padding: 80px 20px;
  position: relative;
  
  /* Pulls content up to hide header gap if needed */
  margin-top: -30px; 
}

/* NOISE TEXTURE */
.bw-noise-overlay {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; opacity: 0.05;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='1'/%3E%3C/svg%3E");
    z-index: 0;
}

/* EDITORIAL CENTER LINE */
.bw-center-line {
    position: absolute; top: 0; left: 50%; width: 1px; height: 100%;
    background: rgba(196, 140, 106, 0.15); 
    z-index: 1; pointer-events: none;
}

/* CONTAINER */
.bw-product-container {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: stretch; 
  
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  
  padding: 60px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.8);
  box-shadow: 0 20px 50px rgba(196,140,106,0.08);
}

/* LEFT COLUMN - STICKY WRAPPER */
.bw-prod-image-col { position: relative; height: 100%; }

/* IMAGE CARD */
.bw-prod-image-card {
  position: -webkit-sticky; position: sticky; top: 100px; z-index: 10; align-self: start; 
  border-radius: 16px; overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.bw-prod-image-card img { width: 100%; height: auto; display: block; transition: transform 0.6s ease; }
.hover-float:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(76,63,63,0.15); }
.hover-float:hover img { transform: scale(1.03); }

.bw-badge {
  position: absolute; top: 20px; left: 20px;
  background: #fff; padding: 8px 16px;
  border-radius: 50px; font-size: 11px;
  text-transform: uppercase; letter-spacing: 2px;
  font-weight: 700; color: #C48C6A;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* --- BREADCRUMBS (Centered) --- */
.bw-breadcrumbs {
    display: block; width: 100%;
    text-align: center !important; 
    margin-bottom: 25px !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 10px !important; 
    text-transform: uppercase !important;
    color: #8B7E7E !important;
    letter-spacing: 2px !important; 
    font-weight: 600 !important;
}
.bw-breadcrumbs a { color: #8B7E7E !important; text-decoration: none; transition: 0.3s; }
.bw-breadcrumbs a:hover { color: #C48C6A !important; }
.bw-breadcrumbs .sep { margin: 0 8px !important; color: #C48C6A !important; opacity: 0.5 !important; font-family: "Poppins", sans-serif !important; }
.bw-breadcrumbs .current { color: #8B7E7E !important; font-weight: 600 !important; }


/* --- PRODUCT TITLE (Centered) --- */
.bw-prod-title { 
    font-family: "Playfair Display", serif; 
    font-size: 38px; 
    line-height: 1.2; 
    margin: 0 0 15px 0; 
    color: #4C3F3F; 
    text-align: center !important;
}

/* DETAILS (Centered) */
.bw-prod-price { 
    font-size: 26px; font-weight: 500; color: #C48C6A; margin-bottom: 30px; 
    font-family: "Playfair Display", serif; 
    text-align: center;
}

.bw-prod-desc { 
    font-size: 15px; line-height: 1.8; color: #6C5656; margin-bottom: 35px; 
    text-align: center;
}

/* NOTE BOX */
.bw-note-box {
    background: rgba(255, 248, 244, 0.8);
    border-left: 3px solid #C48C6A; padding: 20px;
    border-radius: 4px; margin-bottom: 30px; display: flex; gap: 15px; align-items: start;
    border: 1px solid rgba(196,140,106,0.1);
}
.bw-note-icon { font-size: 20px; color: #C48C6A; line-height: 1; }
.bw-note-box p { font-size: 13px; color: #6C5656; margin: 0; line-height: 1.6; text-align: left; }
.bw-note-box u { text-decoration-color: #C48C6A; text-decoration-thickness: 1px; text-underline-offset: 3px; }

/* QTY & BUTTON */
.bw-action-row { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 20px; }
.bw-qty-wrapper { display: flex; align-items: center; border: 1px solid #ddd; border-radius: 50px; padding: 5px; background: #fff; box-shadow: 0 5px 15px rgba(0,0,0,0.03); }

/* QTY BUTTON */
.bw-qty-btn { 
    width: 40px; height: 40px; border-radius: 50%; border: none; 
    background: transparent; color: #4C3F3F; font-size: 18px; 
    cursor: pointer; display: flex; align-items: center; justify-content: center; 
    transition: 0.2s;
}
.bw-qty-btn:hover { background: #F4E6DD; color: #C48C6A; }

/* WIDER INPUT FIX */
#qtyInput { 
    width: 60px; text-align: center; border: none; 
    font-family: "Poppins", sans-serif; font-weight: 600; 
    font-size: 16px; color: #4C3F3F; outline: none; background: transparent; 
}
#qtyInput::-webkit-outer-spin-button, #qtyInput::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.bw-add-btn {
  flex-grow: 1; background: linear-gradient(135deg, #C48C6A, #A86F4E) !important;
  color: #fff !important; border: none; border-radius: 50px;
  padding: 0 40px; font-family: "Poppins", sans-serif;
  font-weight: 700; text-transform: uppercase; letter-spacing: 2px;
  font-size: 12px; cursor: pointer; transition: 0.3s;
  box-shadow: 0 10px 25px rgba(196,140,106,0.3);
  display: flex; align-items: center; justify-content: center; height: 52px;
}
.bw-add-btn:hover { transform: translateY(-3px); box-shadow: 0 15px 35px rgba(196,140,106,0.4); }
.bw-add-btn:disabled { background: #ccc !important; cursor: not-allowed; transform: none; box-shadow: none; }

/* FEEDBACK */
.bw-cart-feedback { margin-top: 15px; font-size: 13px; color: #4C3F3F; text-align: center; height: 20px; font-weight: 600; opacity: 0; transition: opacity 0.3s; }
.bw-cart-feedback.show { opacity: 1; }
.bw-view-cart-link { color: #C48C6A; text-decoration: underline; margin-left: 5px; }

/* ACCORDIONS */
.bw-accordion-group { margin-top: 50px; border-top: 1px solid rgba(196,140,106,0.1); }
.bw-accordion-item { border-bottom: 1px solid rgba(196,140,106,0.1); }
.bw-accordion-header {
  width: 100%; text-align: left; background: transparent; border: none;
  padding: 25px 0; font-family: "Poppins", sans-serif; font-weight: 600;
  font-size: 14px; color: #4C3F3F !important;
  cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; letter-spacing: 0.5px;
  transition: 0.3s;
  outline: none !important;
}
.bw-accordion-header:hover { color: #C48C6A !important; }

.bw-icon { color: #C48C6A; font-size: 18px; transition: 0.3s; }
.bw-accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; font-size: 14px; color: #6C5656; line-height: 1.7; text-align: left; }
.bw-accordion-item.active .bw-accordion-content { max-height: 300px; padding-bottom: 25px; }
.bw-accordion-item.active .bw-icon { transform: rotate(45deg); }

/* MOBILE */
@media (max-width: 900px) {
  .bw-product-container { grid-template-columns: 1fr; padding: 30px; gap: 40px; align-items: start; }
  .bw-prod-image-card { position: static; }
  .bw-action-row { flex-direction: column; }
  .bw-qty-wrapper { width: 100%; justify-content: space-between; margin-bottom: 10px; }
  .bw-add-btn { width: 100%; }
}/* End custom CSS */