/*
Theme Name: DetailX
Theme URI: https://detailx.ancorathemes.com/
Description: DetailX is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: AncoraThemes
Author URI: https://ancorathemes.com/
Version: 1.10.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: detailx
*/
/* TABLE OF CONTENTS:

1. Reset tags and predefined classes
2+ See in the active skin styles

-------------------------------------------------------------- */
/* 1. Reset tags
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, video, audio,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, address, section {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  outline: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

applet, object, iframe, video, audio,
fieldset, form, label, legend, input, textarea, button,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
}

html {
  font-size: 100%;
  /*62.5%;*/
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units
										   http://clagnut.com/blog/348/#c790 */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/
										   controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html:not(.edit-post-visual-editor) {
  height: 100%;
  overflow-y: scroll !important;
  overflow-x: hidden;
}

html:not(.edit-post-visual-editor),
body:not(.edit-post-visual-editor) {
  margin: 0;
  padding: 0;
  width: 100%;
}

div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
  font-family: inherit;
  font-size: 1em;
  line-height: inherit;
}

div.ui-widget,
div.ui-widget .ui-widget,
div.ui-widget .ui-widget-header,
div.ui-widget .ui-widget-content,
div.ui-accordion .ui-accordion-header,
div.ui-state-default,
div.ui-widget-content .ui-state-default,
div.ui-widget-header .ui-state-default {
  color: inherit;
  background: none;
  border-style: none;
  border-radius: 0;
}

div.ui-datepicker {
  background-color: #fff;
}

div.ui-accordion .ui-accordion-header {
  padding: 0;
}

div.ui-accordion .ui-accordion-header-icon {
  display: none;
}

div.ui-tabs,
div.ui-tabs .ui-tabs-panel,
div.ui-tabs .ui-tabs-nav {
  padding: 0;
}

div.ui-tabs .ui-tabs-nav li {
  float: none;
  margin: 0;
}

div.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: none;
}

/* Predefined classes for users
-------------------------------------------------------------- */
/* Round object corners */
.rounded_none {
  border-radius: 0;
}

.rounded_tiny {
  border-radius: 4px;
}

.rounded_small {
  border-radius: 6px;
}

.rounded_medium {
  border-radius: 10px;
}

.rounded_large {
  border-radius: 15px;
}

.rounded {
  border-radius: 50%;
}

/* Overflow hidden */
.overflow_hidden {
  overflow: hidden !important;
}

.overflow_x_hidden {
  overflow-x: hidden !important;
}

.overflow_y_hidden {
  overflow-y: hidden !important;
}
/*# sourceMappingURL=style.css.map */


  :root { --brand:#559a45; --ink:#1b1b1b; --muted:#6e6e6e; --line:#e9ece8; --bg:#f4f6f3; }
  .elube-shell{max-width:1240px;margin:0 auto;padding:28px 16px;background:#ffffff00}
  .elube-bar{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:12px}
  .elube-title{font-size:clamp(26px,4vw,44px);font-weight:800;letter-spacing:.02em;margin:0;text-transform:uppercase;color:#1a1a1a}
  .elube-pdf{display:inline-flex;align-items:center;gap:10px;padding:12px 16px;border-radius:14px;border:2px solid var(--brand);color:var(--brand);text-decoration:none;font-weight:700;background:#fff;transition:.2s}
  .elube-pdf:hover{background:var(--brand);color:#fff}
  .elube-grid{display:grid;grid-template-columns: 520px 1fr;gap:24px}
  @media (max-width:1000px){ .elube-grid{grid-template-columns:1fr} }

  /* Left: packshot card */
  .shot-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px;min-height:580px;display:flex;align-items:center;justify-content:center}
  .shot-card .img-wrap{display:grid;place-items:center;background:#fafafa;border-radius:14px;border:1px dashed #dfe4df;padding:18px;width:100%;height:auto}
  .shot-card img{max-width:100%;height:auto;display:block}

  /* Right: big summary card */
  .summary-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px 22px 28px;min-height:580px}
  .summary-head{display:flex;align-items:center;justify-content:flex-start;gap:14px;margin-bottom:12px}
  .summary-h{font-size:28px;font-weight:900;margin:0;color:var(--brand);letter-spacing:.03em}
  .size-row{display:flex;gap:10px;margin:10px 0 18px;flex-wrap:wrap}

  .chip{border:2px solid var(--brand);background:#fff;color:var(--brand);padding:10px 16px;border-radius:999px;font-weight:800;cursor:pointer}
  .chip[aria-pressed="true"]{background:var(--brand);color:#fff}

  .other-card{border:1px solid var(--line);border-radius:14px;padding:16px 18px;max-width:600px}
  .other-card h5{margin:0 0 10px;font-size:13px;letter-spacing:.08em;color:#2b2b2b;text-transform:uppercase}
  .other-card .kv{margin:6px 0;color:#1f1f1f}
  .muted{color:#6b6b6b}

  .desc-wrap{margin-top:22px; background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px 22px 28px;min-height:auto;}
  .desc-wrap h3{display:none} /* heading hidden – the green “Product summary” is the hero */
  .entry-content{font-size:16px;line-height:1.7;color:#222}
  .entry-content p{margin:0 0 12px}

