.ba-accessories-source{display:none!important}

/* ==========================================================
   Bridartis Accessories 1.2.0
   Reference layout: product description left / accessories right.
   Does not modify product.tpl.
   ========================================================== */
.bp-product-lower.ba-reference-layout{
  align-items:flex-start!important;
  margin-top:28px!important;
  row-gap:0!important;
}
.bp-product-lower.ba-reference-layout>.bp-product-tabs-col,
.bp-product-lower.ba-reference-layout>.ba-accessories-column{
  display:flex!important;
  min-width:0!important;
}

/* LEFT PANEL ------------------------------------------------ */
.bp-product-lower.ba-reference-layout .bp-product-tabs-card{
  width:100%!important;
  padding:0!important;
  overflow:hidden!important;
  border-radius:22px!important;
  border:1px solid rgba(113,108,91,.14)!important;
  background:#fff!important;
  box-shadow:0 16px 44px rgba(61,57,42,.045)!important;
}
.bp-product-lower.ba-reference-layout .bp-product-tabs .nav-tabs{
  min-height:70px!important;
  display:flex!important;
  align-items:center!important;
  flex-wrap:nowrap!important;
  gap:6px!important;
  padding:0 28px!important;
  margin:0!important;
  border-bottom:1px solid rgba(113,108,91,.12)!important;
  overflow-x:auto!important;
  scrollbar-width:none;
}
.bp-product-lower.ba-reference-layout .bp-product-tabs .nav-tabs::-webkit-scrollbar{display:none}
.bp-product-lower.ba-reference-layout .bp-product-tabs .nav-tabs .nav-item{flex:0 0 auto!important;margin:0!important}
.bp-product-lower.ba-reference-layout .bp-product-tabs .nav-tabs .nav-link{
  position:relative!important;
  min-height:70px!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:9px!important;
  padding:0 9px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#34352f!important;
  font:700 13px/1.1 "Manrope",Arial,sans-serif!important;
  letter-spacing:.035em!important;
  text-transform:uppercase!important;
  white-space:nowrap!important;
}
.bp-product-lower.ba-reference-layout .bp-product-tabs .nav-tabs .nav-link:after{
  content:"";
  position:absolute;
  left:7px;right:7px;bottom:0;
  height:3px;background:transparent;
}
.bp-product-lower.ba-reference-layout .bp-product-tabs .nav-tabs .nav-link.active:after,
.bp-product-lower.ba-reference-layout .bp-product-tabs .nav-tabs .nav-link:hover:after{background:#637048}
.bp-product-lower.ba-reference-layout .bp-tab-icon{
  width:22px!important;height:22px!important;flex:0 0 22px!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  color:#b89455!important;
}
.bp-product-lower.ba-reference-layout .bp-tab-icon svg{width:21px!important;height:21px!important}
.bp-product-lower.ba-reference-layout .tab-content{padding:28px 30px 30px!important}

/* Reference description: compact summary + photo */
.bp-product-lower.ba-reference-layout #description .ba-description-grid{
  display:grid;
  grid-template-columns:minmax(0,1.48fr) minmax(250px,.92fr);
  gap:30px;
  align-items:stretch;
  min-height:390px;
}
.bp-product-lower.ba-reference-layout #description .ba-description-copy{
  position:relative;
  min-width:0;
  display:flex;
  flex-direction:column;
}
.bp-product-lower.ba-reference-layout #description .ba-description-copy-inner{
  position:relative;
  max-height:340px;
  overflow:hidden;
  color:#33342f;
  transition:max-height .25s ease;
}
.bp-product-lower.ba-reference-layout #description .ba-description-copy:not(.is-expanded):not(.is-short) .ba-description-copy-inner:after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:0;
  height:74px;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(255,255,255,0),#fff 82%);
}
.bp-product-lower.ba-reference-layout #description .ba-description-copy.is-expanded .ba-description-copy-inner{max-height:1600px}
.bp-product-lower.ba-reference-layout #description .ba-description-copy-inner,
.bp-product-lower.ba-reference-layout #description .ba-description-copy-inner p,
.bp-product-lower.ba-reference-layout #description .ba-description-copy-inner li{
  font-size:14px!important;
  line-height:1.72!important;
}
.bp-product-lower.ba-reference-layout #description .ba-description-copy-inner p{margin:0 0 13px!important}
.bp-product-lower.ba-reference-layout #description .ba-description-copy-inner p:first-child{margin-top:0!important}
.bp-product-lower.ba-reference-layout #description .ba-description-copy-inner strong{font-weight:750!important;color:#282923!important}
.ba-description-toggle{
  align-self:flex-start;
  margin:14px 0 0;
  padding:0 0 2px;
  border:0;
  border-bottom:1px solid rgba(95,103,71,.35);
  background:transparent;
  color:#5f6747;
  font:700 11px/1.4 "Manrope",Arial,sans-serif;
  letter-spacing:.07em;
  text-transform:uppercase;
  cursor:pointer;
}
.ba-description-toggle:hover{color:#b69255;border-color:#b69255}
.bp-product-lower.ba-reference-layout #description .ba-description-media{
  height:390px;
  border-radius:18px;
  overflow:hidden;
  background:#f5f1ea;
}
.bp-product-lower.ba-reference-layout #description .ba-description-media img{
  display:block;width:100%;height:100%;object-fit:cover;
}

/* RIGHT PANEL ---------------------------------------------- */
.ba-accessories-column{display:flex!important;min-width:0!important}
.ba-accessories-panel{
  width:100%;
  min-height:455px;
  background:#fff;
  border:1px solid rgba(113,108,91,.14);
  border-radius:22px;
  padding:22px 22px 16px;
  box-shadow:0 16px 44px rgba(61,57,42,.045);
  overflow:hidden;
  display:flex;
  flex-direction:column;
}
.ba-accessories-head{
  flex:0 0 auto;
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  min-height:32px;margin-bottom:18px;
}
.ba-accessories-head h2{
  margin:0;color:#2b2c27;font:800 14px/1.2 "Manrope",Arial,sans-serif;
  letter-spacing:.045em;text-transform:uppercase;
}
.ba-accessories-all{
  display:inline-flex;align-items:center;gap:9px;color:#625f55;
  font:700 12px/1.2 "Manrope",Arial,sans-serif;text-decoration:none!important;white-space:nowrap;
}
.ba-accessories-all span{font-size:18px;line-height:1;transform:translateY(-1px)}
.ba-accessories-all:hover{color:#b69255}
.ba-accessories-viewport{
  flex:1 1 auto;
  min-height:0;
  width:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;
  scrollbar-width:none;overscroll-behavior-inline:contain;
}
.ba-accessories-viewport::-webkit-scrollbar{display:none}
.ba-accessories-track{
  display:grid!important;
  grid-auto-flow:column!important;
  grid-auto-columns:calc((100% - 24px)/3)!important;
  grid-template-rows:100%;
  gap:12px!important;
  width:auto!important;
  height:100%;
}
.ba-accessory-card{
  min-width:0!important;width:auto!important;height:100%!important;flex:none!important;
  scroll-snap-align:start;background:#fff;border:0;border-radius:15px;overflow:hidden;
  display:grid;
  grid-template-rows:minmax(0,1fr) 118px;
}
.ba-accessory-image{
  display:block;width:100%;height:100%;min-height:0;border-radius:14px;overflow:hidden;background:#f4f1eb;
}
.ba-accessory-image img{
  width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease;
}
.ba-accessory-card:hover .ba-accessory-image img{transform:scale(1.025)}
.ba-accessory-body{padding:14px 2px 2px;display:flex;flex-direction:column;min-height:0}
.ba-accessory-body h3{
  min-height:42px;margin:0 0 12px;font:650 13px/1.45 "Manrope",Arial,sans-serif;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
}
.ba-accessory-body h3 a{color:#292a25;text-decoration:none!important}
.ba-accessory-bottom{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:8px}
.ba-accessory-price{display:flex;align-items:baseline;gap:4px;min-width:0}
.ba-accessory-price strong{font:800 19px/1 "Manrope",Arial,sans-serif;color:#161713;white-space:nowrap}
.ba-accessory-price small{font:500 10px/1 "Manrope",Arial,sans-serif;color:#969287;white-space:nowrap}
.ba-accessory-heart{
  width:36px;height:36px;flex:0 0 36px;display:inline-flex;align-items:center;justify-content:center;
  color:#69724e;text-decoration:none!important;border-radius:50%;
}
.ba-accessory-heart:hover{background:#f7f4ed;color:#b69255}
.ba-accessory-heart svg{width:27px;height:27px}
.ba-accessories-dots{
  flex:0 0 16px;
  display:flex;justify-content:center;align-items:center;gap:8px;min-height:16px;margin-top:14px;
}
.ba-accessories-dot{width:9px;height:9px;border:1px solid #7e7c73;border-radius:50%;background:transparent;padding:0}
.ba-accessories-dot.is-active{background:#58663a;border-color:#58663a}
.ba-accessories-empty{
  flex:1;min-height:280px;display:flex;flex-direction:column;justify-content:center;align-items:center;
  text-align:center;padding:28px 18px;color:#77766d;
}
.ba-accessories-empty strong{color:#2d2d27;font-size:17px;margin-bottom:8px}
.ba-accessories-empty p{max-width:34ch;margin:0;font-size:13px;line-height:1.7}

@media(min-width:1200px){
  .bp-product-lower.ba-reference-layout>.bp-product-tabs-col.ba-tabs-narrow{
    flex:0 0 58.333333%!important;max-width:58.333333%!important;
  }
  .bp-product-lower.ba-reference-layout>.ba-accessories-column{
    flex:0 0 41.666667%!important;max-width:41.666667%!important;
  }
}
@media(max-width:1399.98px){
  .bp-product-lower.ba-reference-layout .bp-product-tabs .nav-tabs{padding:0 20px!important;gap:2px!important}
  .bp-product-lower.ba-reference-layout .bp-product-tabs .nav-tabs .nav-link{font-size:11px!important;gap:6px!important;padding:0 7px!important}
  .bp-product-lower.ba-reference-layout .bp-tab-icon{width:19px!important;height:19px!important;flex-basis:19px!important}
  .bp-product-lower.ba-reference-layout .bp-tab-icon svg{width:19px!important;height:19px!important}
  .bp-product-lower.ba-reference-layout #description .ba-description-grid{grid-template-columns:minmax(0,1.28fr) minmax(220px,.88fr);gap:22px}
  .bp-product-lower.ba-reference-layout #description .ba-description-copy-inner{max-height:320px}
  .bp-product-lower.ba-reference-layout #description .ba-description-media{height:370px}
  .ba-accessories-panel{padding:20px 18px 15px}
  .ba-accessories-track{grid-auto-columns:calc((100% - 20px)/3)!important;gap:10px!important}
  .ba-accessory-card{grid-template-rows:minmax(0,1fr) 108px}
  .ba-accessory-body h3{font-size:12px;min-height:40px}
  .ba-accessory-price strong{font-size:17px}
}
@media(max-width:1199.98px){
  .bp-product-lower.ba-reference-layout{display:flex!important;flex-direction:column!important}
  .bp-product-lower.ba-reference-layout>.bp-product-tabs-col,
  .bp-product-lower.ba-reference-layout>.ba-accessories-column{
    flex:0 0 100%!important;max-width:100%!important;width:100%!important;
  }
  .ba-accessories-column{margin-top:22px}
  .ba-accessories-panel{height:auto!important;min-height:480px}
  .ba-accessories-track{grid-auto-columns:calc((100% - 28px)/3)!important;gap:14px!important;min-height:390px}
  .ba-accessory-body h3{font-size:14px}
  .ba-accessory-price strong{font-size:19px}
}
@media(max-width:767.98px){
  .bp-product-lower.ba-reference-layout .bp-product-tabs .nav-tabs{min-height:58px!important;padding:0 12px!important}
  .bp-product-lower.ba-reference-layout .bp-product-tabs .nav-tabs .nav-link{min-height:58px!important;font-size:10px!important}
  .bp-product-lower.ba-reference-layout .tab-content{padding:20px 18px 22px!important}
  .bp-product-lower.ba-reference-layout #description .ba-description-grid{grid-template-columns:1fr;gap:18px;min-height:0}
  .bp-product-lower.ba-reference-layout #description .ba-description-media{height:280px;order:-1}
  .bp-product-lower.ba-reference-layout #description .ba-description-copy-inner{max-height:300px}
  .ba-accessories-panel{height:auto!important;min-height:0;border-radius:20px;padding:18px 15px}
  .ba-accessories-head{align-items:center}
  .ba-accessories-viewport{height:430px;flex:none}
  .ba-accessories-track{grid-auto-columns:78%!important;grid-template-rows:100%;gap:12px!important;min-height:0}
  .ba-accessory-card{grid-template-rows:minmax(0,1fr) 108px}
  .ba-accessory-body h3{font-size:15px;min-height:44px}
  .ba-accessory-price strong{font-size:20px}
}
