/* =========================================
   SINGLE PRODUCT – CLEAN CSS (MOBILE FIRST)
   File: css/single-product-page.css
   ========================================= */

/* Page background and container */
#single-product-core-body {
}
#single-product-core-body .et_pb_row_0_tb_body {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  background: #229dbb;
  padding: 130px 0 60px !important;
  display: flex;
  justify-content: center;
}
body #single-product-core-body #single-product-gallery-column {background-color: #ffffff;border-radius: 20px;padding: 18px;padding-bottom: 26px;box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05);width: 95vw !important;margin: 0 auto !important;}

/* Info column card */
#single-product-info-column {
  background-color: #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 5px 18px 40px;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05);
}

/* =========================================
   GALLERY CARD & LAYOUT – MOBILE
   ========================================= */
#single-product-gallery .et_pb_module_inner {
  padding-bottom: 26px;
}

/* Thumbs + main image wrapper */
#single-product-gallery .bc-vertical-wrapper {
  display: flex;
  align-items: stretch;
  column-gap: 16px;
  position: relative;
}
div#single-product-gallery .slick-slide {
    padding: 0;
}
/* Thumbnails column */
#single-product-gallery .bc-vertical-slider-nav {
  flex: 0 0 120px;
  overflow: visible;
}
#single-product-gallery .bc-vertical-slider-nav .slick-slide { margin: 0; padding: 3px 0px; }
#single-product-gallery .bc-vertical-slider-nav .slick-slide > div {
  display: flex; justify-content: center; align-items: center; margin-left: 17px;
}
#single-product-gallery .bc-vertical-slider-nav .slick-slide img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  border: 2px solid transparent;
  object-fit: cover;
}
#single-product-gallery .bc-vertical-slider-nav .slick-slide.slick-current img,
#single-product-gallery .bc-vertical-slider-nav .slick-slide.slick-center img {
  border-color: #fb8500;
  box-shadow: 0 0 0 1px rgba(251, 133, 0, 0.35);
}

/* Main image slider */
#single-product-gallery .bc-vertical-slider-for { flex: 1; position: relative; margin-bottom: 0; }
#single-product-gallery .woocommerce-product-gallery__image img,
#single-product-gallery .bodycommerce-slider-cont img,
#single-product-gallery .single-product-main-image img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  object-fit: cover;
}
#single-product-gallery .woocommerce-product-gallery__image .large,
#single-product-gallery .bodycommerce-slider-cont .large { border-radius: 18px; }

/* =========================================
   ARROWS – MOBILE
   ========================================= */
#single-product-gallery .bc-vertical-slider-nav .slick-prev,
#single-product-gallery .bc-vertical-slider-nav .slick-next {
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 30;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background-color: #fb8500;
  background-image: linear-gradient(180deg, #fb8500 0%, #f44603 100%);
  box-shadow: 0 16px 44px rgba(244, 70, 3, 0.18);
  font-size: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#single-product-gallery .bc-vertical-slider-nav .slick-prev { left: 120% !important; }
#single-product-gallery .bc-vertical-slider-nav .slick-next { left: 425% !important; }

#single-product-gallery .bc-vertical-slider-nav .slick-prev::before,
#single-product-gallery .bc-vertical-slider-nav .slick-next::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform-origin: center;
  top: auto;
  bottom: auto;
}
#single-product-gallery .bc-vertical-slider-nav .slick-prev::before {transform: rotate(-135deg);left: 12px;}
#single-product-gallery .bc-vertical-slider-nav .slick-next::before {transform: rotate(45deg);right: 12px;}

#single-product-gallery .bc-vertical-slider-nav .slick-prev:hover,
#single-product-gallery .bc-vertical-slider-nav .slick-next:hover {
  background-image: linear-gradient(180deg, #ff9630 0%, #ff5a1e 100%);
  box-shadow: 0 18px 50px rgba(244, 70, 3, 0.24);
}

/* =========================================
   DOTS – MOBILE
   ========================================= */
#single-product-gallery .bc-vertical-slider-nav .slick-dots {
  position: absolute !important;
  left: 245% !important;
  bottom: -20px !important;
  z-index: 25;
  display: flex !important;
  justify-content: center;
  gap: 6px;
  padding: 0;
}
#single-product-gallery .bc-vertical-slider-nav .slick-dots li { margin: 0; }
#single-product-gallery .bc-vertical-slider-nav .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  padding: 0;
  font-size: 0;
  background: #e5e7eb !important;
}
#single-product-gallery .bc-vertical-slider-nav .slick-dots li.slick-active button { background: #fb8500 !important; }

/* =========================================
   BREADCRUMBS – MOBILE
   ========================================= */
#single-product-breadcrumbs nav.woocommerce-breadcrumb {
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-family: inherit;
}
#single-product-breadcrumbs .breadcrumb-item a {
  color: #9ca3af;
  text-decoration: none;
}
#single-product-breadcrumbs .breadcrumb-item a:hover { color: #111827; }
#single-product-breadcrumbs .delimiter { font-size: 0; }
#single-product-breadcrumbs .delimiter::before {
  content: ">";
  font-size: 11px;
  padding: 0 0.35em;
  color: #d1d5db;
}
#single-product-breadcrumbs .breadcrumb-item:last-child { color: #111827; }

/* =========================================
   TITLE & PRICE – MOBILE
   ========================================= */
#single-product-info-column .et_pb_module { margin-bottom: 18px; }
#single-product-title .product_title {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  color: #111827;
  margin: 0 0 8px;
  font-family: inherit;
}
#single-product-price p.price { margin: 0 0 16px; }

/* =========================================================
   IMPORTANT FIX:
   BodyCommerce swaps to .bodycommerce-changes-variation-price on variation select.
   Keep our UI visible, hide swap container.
   ========================================================= */
#single-product-price .bodycommerce-changes-variation-price { display: none !important; }
#single-product-price p.price { display: block !important; }

/* =========================================
   INFO BOXES – MOBILE
   ========================================= */
#modifications-product-tab .et_pb_code_inner {
  position: relative;
  margin-top: 12px;
  padding: 16px 18px;
  border-radius: 16px;
  background-color: #fff7eb;
  border-left: 4px solid #fb8500;
}
#modifications-product-tab .et_pb_code_inner strong {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #9ca3af;
  margin-bottom: 4px;
  font-family: inherit;
}
#modifications-product-tab .et_pb_code_inner p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #4b5563;
}
#modifications-product-tab .et_pb_code_inner p span { font-weight: 600; }

#assembly-product-tab .et_pb_code_inner {
  margin-top: 10px;
  padding: 12px 16px;
  border-radius: 14px;
  background-color: #f3f4f6;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.5;
}


.funkcjonalnosci-item {
    display: flex;
    align-items: center;
}

.funkcjonalnosci-icon img {
    width: 38px !important;
    height: 38px !important;
}

.funkcjonalnosci-name {
    padding-left: 10px;
    font-size: 14px;
}

div#custom-product-description p {
    font-size: 14px;
}

div#custom-product-description strong {
    font-size: 16px;
}

/* =========================================
   CATALOG UI: PRICE + VARIATIONS (MOBILE)
   ========================================= */
div#single-product-add-to-cart { margin-bottom: 0 !important; }

/* =========================================================
   NEW: Dual-currency + VAT price UI (4 prices)
   Markup is injected by JS in #single-product-price p.price
   ========================================================= */
#single-product-price .impr-price-source{ display:none !important; } /* <-- добавено */
#single-product-price .impr-price-pair{
  display:grid;
  gap:12px;
  line-height:1.1;
  width:100%;
}

#single-product-price .impr-price-block{
  width:100%;
  display: flex;
  flex-direction: column;
  gap:10px;
  border-radius:16px;
}

/* =========================================================
   ✅ NEW: Headings above price blocks
   (fixes your screenshot issue where "Цена в лева" appeared under the BGN cards)
   ========================================================= */
#single-product-price .impr-price-head{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:fit-content;
  padding: 6px 10px;
  border-radius:999px;
  font-size:10px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}

#single-product-price .impr-price-block--eur .impr-price-head{
  color: #111827;
}

#single-product-price .impr-price-block--bgn .impr-price-head{
  color:#111827;
}

/* --- IMPORTANT: keep heading on top (no column-reverse) --- */
#single-product-price .impr-price-block--bgn{
  flex-direction: column; /* was: column-reverse */
}
/* preserve your visual order (gross first, then net) without breaking the heading */
#single-product-price .impr-price-block--bgn .impr-price-cell--gross{order: 2;}
#single-product-price .impr-price-block--bgn .impr-price-cell--net{order: 1;}

#single-product-price .impr-price-cell{
  border-radius:14px;
  padding:12px 12px;
  display:flex;
  gap:10px;
  align-items:center;
  justify-content:space-between;
}

#single-product-price .impr-price-val{
  font-weight:900;
  letter-spacing:.2px;
  line-height:1.05;
  white-space:nowrap;
  display:inline-flex;
  align-items:baseline;
}

#single-product-price .impr-vat-tag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:6px 10px;
  border-radius:999px;
  font-size:11px;
  font-weight:900;
  letter-spacing:.10em;
  text-transform:uppercase;
  white-space:nowrap;
}

#single-product-price .impr-cur-left{ margin-right:4px; }
#single-product-price .impr-cur-right{ margin-left:4px; }
#single-product-price .impr-sep{ margin:0 6px; opacity:.75; }

/* EUR (PRIMARY) */
#single-product-price .impr-price-cell--eur{
  color:#ffffff;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 10px 22px rgba(0,0,0,.08);
}
#single-product-price .impr-price-cell--eur.impr-price-cell--net{
  background: #40b6d2;
  background-image: linear-gradient(180deg, #40b6d2 0%, #219ebc 100%);
}
#single-product-price .impr-price-cell--eur.impr-price-cell--gross{
  background:#fb8500;
  background-image: linear-gradient(180deg, #fb8500 0%, #f44603 100%);
  background: #219ebc;
  background-image: linear-gradient(180deg, #219ebc 0%, #126b80 100%);
}
#single-product-price .impr-price-cell--eur .impr-price-val{ font-size:22px; }
#single-product-price .impr-price-cell--eur .impr-vat-tag{
  background:rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.22);
  color:#ffffff;
  box-shadow:none;
}

/* BGN (SECONDARY) */
#single-product-price .impr-price-cell--bgn{
  background:#ffffff;
  border:1px solid rgba(17,24,39,.10);
  color:#111827;
  box-shadow:0 8px 18px rgba(0,0,0,.05);
}
#single-product-price .impr-price-cell--bgn.impr-price-cell--gross{ background:#f9fafb; }
#single-product-price .impr-price-cell--bgn.impr-price-cell--net{ background:#ffffff; opacity:.92; }
#single-product-price .impr-price-cell--bgn .impr-price-val{ font-size:14px; }
#single-product-price .impr-price-cell--bgn .impr-vat-tag{
  background:#ffffff;
  border:1px solid rgba(17,24,39,.14);
  color:#111827;
  box-shadow:none;
}

/* --- Variations dropdown --- */
#single-product-add-to-cart form.variations_form { width: 100%; margin: 0 !important; }

#single-product-add-to-cart form.variations_form table.variations,
#single-product-add-to-cart form.variations_form table.variations tbody,
#single-product-add-to-cart form.variations_form table.variations tr,
#single-product-add-to-cart form.variations_form table.variations th,
#single-product-add-to-cart form.variations_form table.variations td {
  display: block;
  width: 100%;
}

#single-product-add-to-cart form.variations_form table.variations {
  border: 0;
  margin: 0 0 14px 0;
}

#single-product-add-to-cart form.variations_form table.variations tr { margin-bottom: 12px; }
#single-product-add-to-cart form.variations_form table.variations th.label { padding: 0 0 8px 0 !important; }

#single-product-add-to-cart form.variations_form table.variations th.label label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #0b1a0f;
  margin: 0;
}

#single-product-add-to-cart form.variations_form table.variations td.value { padding: 0 !important; }
#single-product-add-to-cart form.variations_form table.variations td.value > span { display: block; width: 100%; }

/* Fake UI select wrapper */
#single-product-add-to-cart form.variations_form .impr-select-wrap {
  position: relative;
  width: 100%;
  min-height: 48px;
  border-radius: 30px;
  border: 1px solid #e3e6ea;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24'%3E%3Cpath fill='%23111a12' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 18px 18px;
}

#single-product-add-to-cart form.variations_form .impr-select-wrap.is-placeholder {
  border-color: rgba(255, 255, 255, 0.25);
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E"),
    linear-gradient(180deg, #fb8500 0%, #f44603 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: right 14px center, center;
  background-size: 18px 18px, cover;
  box-shadow: 0 16px 44px rgba(244, 70, 3, 0.18);
}

#single-product-add-to-cart form.variations_form .impr-select-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding: 12px 44px 12px 14px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2px;
  pointer-events: none;
  color: #111a12;
}
#single-product-add-to-cart form.variations_form .impr-select-wrap.is-placeholder .impr-select-overlay { color: #ffffff; }

#single-product-add-to-cart form.variations_form .impr-select-wrap select {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  opacity: 0;
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  border: 0;
  background: transparent;
  cursor: pointer;
}
#single-product-add-to-cart form.variations_form .impr-select-wrap:focus-within {
  box-shadow: 0 0 0 3px rgba(17, 26, 18, 0.15), 0 8px 22px rgba(0, 0, 0, 0.08);
  border-color: #111a12;
}

#single-product-add-to-cart form.variations_form a.reset_variations {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 10px 12px;
  border: 1px solid #e3e6ea;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
  color: #ffffff;
  background: linear-gradient(180deg, #fb8500 0%, #f44603 100%);
  box-shadow: 0 16px 44px rgba(244, 70, 3, 0.18);
  border-color: rgba(255, 255, 255, 0.10);
  border-radius: 40px;
}
#single-product-add-to-cart form.variations_form a.reset_variations:active { transform: translateY(1px); }

/* Catalog mode: hide quantity + any submit/add-to-cart UI */
#single-product-add-to-cart .quantity,
#single-product-add-to-cart .variations_button,
#single-product-add-to-cart .single_add_to_cart_button,
#single-product-add-to-cart button[type="submit"] {
  display: none !important;
}

/* Hide Woo variation duplicate price under dropdown */
#single-product-add-to-cart .single_variation_wrap .woocommerce-variation-price,
#single-product-add-to-cart .single_variation_wrap .woocommerce-variation-price .price,
#single-product-add-to-cart .single_variation_wrap .woocommerce-variation-price .amount {
  display: none !important;
}
#single-product-add-to-cart .single_variation_wrap .woocommerce-variation.single_variation {
  display: none !important;
}

/* =========================================
   DESCRIPTIONS – MOBILE
   ========================================= */
#single-product-smalldescription .woocommerce-product-details__short-description,
#single-product-description .woocommerce-product-details__short-description {
  font-size: 14px;
  line-height: 1.7;
  color: #4b5563;
  font-family: inherit;
}
#single-product-smalldescription .woocommerce-product-details__short-description p,
#single-product-description .woocommerce-product-details__short-description p { margin-bottom: 6px; }
#single-product-smalldescription { margin-top: 6px; }
#single-product-description {
  margin-top: 32px;
  border-top: 1px solid #e5e7eb;
  padding-top: 24px;
}
#single-product-core-body .woocommerce-product-details__short-description strong {
  font-weight: 600;
  color: #111827;
}

/* ==========================================================================
   Mount price UI inside #price-mount (your styling kept)
   ========================================================================== */
#price-mount .et_pb_tab_content [id="mount-price"]{
  padding:0;
  background:transparent;
  border:0;
  box-shadow:none;
}
#price-mount .impr-mount-prices{ display:grid; gap:12px; }
#price-mount .impr-mount-block{ width:100%; border-radius:16px; overflow:hidden; }
#price-mount .impr-mount-cells{ display:grid; gap:10px; }
#price-mount .impr-mount-block--bgn .impr-mount-cells{display: flex;flex-direction: column-reverse;}
#price-mount .impr-mount-cell{
  border-radius:14px;
  padding:12px 12px;
  display:flex;
  flex-direction: row;
  gap:8px;
  align-items: center;
  justify-content: space-between;
}
#price-mount .impr-mount-val{
  font-weight:900;
  letter-spacing:.2px;
  line-height:1.05;
  white-space:nowrap;
}
#price-mount .impr-vat-tag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:6px 10px;
  border-radius:999px;
  font-size:11px;
  font-weight:900;
  letter-spacing:.10em;
  text-transform:uppercase;
  white-space:nowrap;
}
#price-mount .impr-cur-left{ margin-right:4px; }
#price-mount .impr-cur-right{ margin-left:4px; }

#price-mount .impr-mount-cell--eur{
  color: #111827;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 10px 22px rgba(0,0,0,.08);
}
#price-mount .impr-mount-cell--eur.impr-mount-cell--net{
  background: #fff7eb;
  background-image: linear-gradient(180deg, #fff7eb 0%, #ffefd9 100%);
}
#price-mount .impr-mount-cell--eur.impr-mount-cell--gross{
  background: #fff7eb;
  background-image: linear-gradient(180deg, #fff7eb 0%, #ffdcb0 100%);
}
#price-mount .impr-mount-cell--eur .impr-mount-val{ font-size:20px; }
#price-mount .impr-mount-cell--eur .impr-vat-tag{
  background:rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.22);
  color: #000000;
  box-shadow:none;
}

#price-mount .impr-mount-block--bgn{
  background:#ffffff;
  box-shadow:0 10px 22px rgba(0,0,0,.06);
}
#price-mount .impr-mount-cell--bgn{
  background:#ffffff;
  border:1px solid rgba(17,24,39,.10);
  color:#111827;
  box-shadow:0 8px 18px rgba(0,0,0,.05);
}
#price-mount .impr-mount-cell--bgn.impr-mount-cell--gross{ background:#f9fafb; }
#price-mount .impr-mount-cell--bgn.impr-mount-cell--net{ background:#ffffff; opacity:.92; }
#price-mount .impr-mount-cell--bgn .impr-mount-val{ font-size:14px; }
#price-mount .impr-mount-cell--bgn .impr-vat-tag{
  background:#ffffff;
  border:1px solid rgba(17,24,39,.14);
  color:#111827;
  box-shadow:none;
}

/* Tabs UI (title-only tab + +/- indicators) */
#price-mount{
  border-radius:20px;
  overflow:hidden;
  background:#ffffff;
  border:1px solid rgba(17,24,39,.10);
  box-shadow:0 10px 24px rgba(0,0,0,.06);
}
#price-mount .et_pb_tabs_controls{
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
  background:#fff7eb;
}
#price-mount .et_pb_tabs_controls > li{
  position:relative;
  margin:0 !important;
  padding:0 !important;
  border-bottom:1px solid rgba(251,133,0,.14);
}
#price-mount .et_pb_tabs_controls > li > a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:14px 46px 14px 16px;
  text-decoration:none !important;
  font-weight:800;
  font-size:14px;
  color:#111827;
  background:transparent;
}
#price-mount .et_pb_tabs_controls > li.impr-tab-heading{
  background: #239ebb !important;
  border-bottom:1px solid rgba(251,133,0,.10);
}
#price-mount .et_pb_tabs_controls > li.impr-tab-heading > a{
  padding:12px 16px;
  background:transparent !important;
  color: rgb(255 255 255) !important;
  font-size:12px;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:900;
}
#price-mount .et_pb_tabs_controls > li:not(.impr-tab-heading)::after{
  content:"+";
  position:absolute;
  right:16px;
  top:50%;
  transform:translateY(-50%);
  width:26px;
  height:26px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  font-size:16px;
  line-height:1;
  color:#fb8500;
  background:rgba(251,133,0,.12);
  border:1px solid rgba(251,133,0,.20);
}
#price-mount .et_pb_tabs_controls > li.et_pb_tab_active > a{
  background:rgba(255,255,255,.70);
}
#price-mount .et_pb_tabs_controls > li.et_pb_tab_active:not(.impr-tab-heading)::after{
  content:"–";
  color:#f44603;
  background:rgba(244,70,3,.10);
  border-color:rgba(244,70,3,.18);
}
#price-mount .et_pb_tabs_controls > li:not(.impr-tab-heading) > a:hover{
  background:rgba(251,133,0,.08);
}
#price-mount .et_pb_all_tabs{ background:#ffffff; }
#price-mount .et_pb_tab{ padding:14px 14px 16px; }
#price-mount .et_pb_tab_0_tb_body{ padding:0 !important; }

/* ==========================================================================
   [Impresia] Attached files -> Mobile modal (Divi Accordion)
   - Keeps only the first title visible as a button
   - Opens a fullscreen modal with all file sections expanded
   ========================================================================== */

  /* Hide all accordion items except the first (the trigger button) */
  #product-attached-files .et_pb_accordion_item:not(:first-child){
    display:none !important;
  }

  /* Make the first item look like a button */
  #product-attached-files .et_pb_accordion_item:first-child{
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
    margin:0 !important;
    padding:0 !important;
  }

  /* Hide first item content (it’s empty anyway) */
  #product-attached-files .et_pb_accordion_item:first-child .et_pb_toggle_content{
    display:none !important;
  }

  /* Remove Divi default toggle icon (if any) */
  #product-attached-files .et_pb_accordion_item:first-child .et_pb_toggle_title:before,
  #product-attached-files .et_pb_accordion_item:first-child .et_pb_toggle_title:after{
    display:none !important;
    content:none !important;
  }

  /* Trigger button style */
  #product-attached-files .et_pb_accordion_item:first-child .et_pb_toggle_title{
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:100%;
    margin:0 !important;
    padding: 7px 16px !important;
    border-radius:999px;
    cursor: pointer !important;
    user-select:none;
    color: #FFFFFF !important;
    border:1px solid rgba(255,255,255,.12);
    background:#fb8500;
    background-image:linear-gradient(180deg, #fb8500 0%, #f44603 100%);
    box-shadow:0 16px 44px rgba(244,70,3,.18);
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.2px;
  }

/* Icons group for Attached Files trigger */
#product-attached-files .et_pb_accordion_item:first-child .et_pb_toggle_title{
  gap: 10px; /* allow icons spacing */
}

#product-attached-files .impr-files-icons{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-left:auto; /* push icons to the far right */
}

#product-attached-files .impr-files-icons .impr-ico{
  width:30px;
  height:30px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;

  background:rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.22);
  color:#ffffff;
}

#product-attached-files .impr-files-icons svg{
  display:block;
}

  /* Small “open” hint icon on the right (fallback if ever used) */
  #product-attached-files .et_pb_accordion_item:first-child .et_pb_toggle_title .impr-files-btn-ico{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:30px;
    height:30px;
    border-radius:999px;

    background:rgba(255,255,255,.18);
    border:1px solid rgba(255,255,255,.22);

    font-size:16px;
    line-height:1;
    font-weight:900;
  }

  /* ===== Modal base ===== */
  html.impr-modal-open,
  body.impr-modal-open{
    overflow:hidden !important;
  }

  #impr-files-modal{
    position:fixed;
    inset:0;
    z-index:999999;
    display:none;
  }
  #impr-files-modal.is-open{
    display:flex;
  }

  #impr-files-modal .impr-modal-backdrop{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.55);
  }

  #impr-files-modal .impr-modal-panel{
    position:relative;
    z-index:2;

    width:calc(100% - 24px);
    height:calc(100% - 24px);
    margin:12px;

    border-radius:20px;
    overflow:hidden;

    background:#ffffff;
    border:1px solid rgba(17,24,39,.10);
    box-shadow:0 18px 60px rgba(0,0,0,.25);

    display:flex;
    flex-direction:column;
  }

  /* Header */
  #impr-files-modal .impr-modal-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:14px 14px;
    border-bottom:1px solid rgba(251,133,0,.14);
    background: #40b6d2;
    background-image: linear-gradient(180deg, #40b6d2 0%, #219ebc 100%);
  }

  #impr-files-modal .impr-modal-title{
    font-weight:900;
    font-size:14px;
    letter-spacing:.08em;
    text-transform:uppercase;
    color: #ffffff;
  }

  #impr-files-modal .impr-modal-close{
    appearance:none;
    border:0;
    background:#ffffff;
    border:1px solid rgba(17,24,39,.12);
    width:38px;
    height:38px;
    border-radius:999px;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;

    font-size:20px;
    line-height:1;
    font-weight:900;
    color:#111827;

    box-shadow:0 10px 22px rgba(0,0,0,.08);
  }

  /* Body */
  #impr-files-modal .impr-modal-body{
    padding:14px;
    overflow:auto;
    -webkit-overflow-scrolling:touch;
  }

  /* Sections */
  #impr-files-modal .impr-file-item{
    border-radius:16px;
    overflow:hidden;
    background:#ffffff;
    border:1px solid rgba(17,24,39,.10);
    box-shadow:0 10px 22px rgba(0,0,0,.06);
    margin-bottom:12px;
  }

  #impr-files-modal .impr-file-head{
    padding:12px 12px;
    font-weight:900;
    font-size:14px;
    color: #ffffff;
    border-bottom:1px solid rgba(251,133,0,.14);
    background: #40b6d2;
    background-image: linear-gradient(180deg, #40b6d2 0%, #219ebc 100%);
  }

  #impr-files-modal .impr-file-links{
    padding:12px;
    display:grid;
    gap:10px;
  }

  /* Link style */
  #impr-files-modal a.impr-file-link{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;

    padding:12px 12px;
    border-radius:14px;

    text-decoration:none !important;

    background:#ffffff;
    border:1px solid rgba(17,24,39,.10);
    box-shadow:0 8px 18px rgba(0,0,0,.05);

    color:#111827;
    font-weight:800;
    font-size:13px;
  }

  #impr-files-modal a.impr-file-link .impr-link-text{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }

  #impr-files-modal a.impr-file-link .impr-link-ico{
    flex:0 0 auto;
    width:26px;
    height:26px;
    border-radius:999px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(251,133,0,.12);
    color: #ffffff;
    font-weight:900;
    font-size:14px;
    line-height:1;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background-color: #fb8500;
    background-image: linear-gradient(180deg, #fb8500 0%, #f44603 100%);
    box-shadow: 0 16px 44px rgba(244, 70, 3, 0.18);
  }

  /* Tiny press feedback */
  #impr-files-modal a.impr-file-link:active{
    transform:translateY(1px);
  }

/* =========================================
   MIN-WIDTH 600PX – TABLET SMALL / PHABLET
   ========================================= */
@media (min-width: 600px) {
  #single-product-core-body {padding: 50px 0 70px !important;}

  #single-product-gallery .et_pb_module_inner {
    border-radius: 22px;
    padding: 20px;
    padding-bottom: 42px;
    box-shadow: 0 6px 22px rgba(15, 23, 42, 0.05);
  }

  #single-product-info-column {
    border-radius: 22px;
    padding: 20px 22px 42px;
    box-shadow: 0 6px 22px rgba(15, 23, 42, 0.05);
  }

  #single-product-gallery .bc-vertical-slider-nav { flex: 0 0 130px; }
  #single-product-title .product_title { font-size: 24px; }

  /* price UI scale */
  #single-product-price .impr-price-cell--eur .impr-price-val{ font-size:24px; }
  #single-product-price .impr-price-cell--bgn .impr-price-val{ font-size:15px; }

  /* headings scale */
  #single-product-price .impr-price-block::before{ font-size: 22px; }
}

/* =========================================
   MIN-WIDTH 981PX – DESKTOP
   ========================================= */
@media (min-width: 981px) {
  #single-product-core-body {padding: 60px 0 80px !important;}

  #single-product-core-body .et_pb_row_0_tb_body {
    padding: 0;
    display: flex;
    gap: 56px;
    align-items: flex-start;
  }

  #single-product-gallery-column { flex: 0 0 58%; margin-bottom: 0; }

  #single-product-info-column {
    flex: 0 0 42%;
    border-radius: 24px;
    padding: 24px 28px 28px;
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.05);
  }

  #single-product-gallery .et_pb_module_inner {
    border-radius: 24px;
    padding: 24px;
    padding-bottom: 44px;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
  }

  #single-product-gallery .bc-vertical-slider-nav { flex: 0 0 150px; }

  /* price UI scale */
  #single-product-price .impr-price-cell--eur .impr-price-val{ font-size:26px; }
  #single-product-price .impr-price-cell--bgn .impr-price-val{ font-size:16px; }

  /* headings scale */
  #single-product-price .impr-price-block::before{ font-size: 24px; }
}
