.wdr-wrap{
  --wdr-green:#064c37;
  --wdr-green-2:#0b6848;
  --wdr-leaf:#b9e64a;
  --wdr-ink:#10251c;
  --wdr-muted:#64736c;
  --wdr-soft:#f5f8f3;
  --wdr-soft-2:#eef5ed;
  --wdr-line:#dfe7df;
  --wdr-gold:#e8a512;
  color:var(--wdr-ink);
  font-family:inherit;
}
.wdr-wrap *{box-sizing:border-box}
.wdr-section-head{display:flex;justify-content:space-between;gap:28px;align-items:flex-end;margin-bottom:24px}
.wdr-kicker{display:inline-block;font-size:11px;line-height:1.2;letter-spacing:.14em;font-weight:800;color:var(--wdr-green);text-transform:uppercase;margin-bottom:9px}
.wdr-section-head h2{margin:0;font-size:34px;line-height:1.08;color:var(--wdr-ink)}
.wdr-section-head p{margin:9px 0 0;color:var(--wdr-muted);font-size:15px}
.wdr-head-rating{display:flex;align-items:center;gap:10px;white-space:nowrap;padding-bottom:3px}
.wdr-head-rating strong{font-size:17px}.wdr-head-rating>span:last-child{font-size:13px;color:var(--wdr-muted)}

.wdr-stars{position:relative;display:inline-block;line-height:1;letter-spacing:2px;font-size:18px;white-space:nowrap;vertical-align:middle}
.wdr-stars-base{color:#dfe3df}.wdr-stars-fill{position:absolute;left:0;top:0;overflow:hidden;color:var(--wdr-gold);white-space:nowrap}

.wdr-summary{display:grid;grid-template-columns:210px minmax(260px,1fr) 260px;gap:28px;align-items:center;padding:28px;border:1px solid var(--wdr-line);border-radius:20px;background:linear-gradient(135deg,#fff 0%,#fbfcfa 100%);box-shadow:0 10px 30px rgba(12,61,43,.04)}
.wdr-score-card{text-align:center;padding:8px 22px;border-right:1px solid var(--wdr-line)}
.wdr-score-label{display:block;font-size:12px;color:var(--wdr-muted);font-weight:700;margin-bottom:7px}
.wdr-score-number{font-size:54px;line-height:.95;font-weight:800;letter-spacing:-.04em;color:var(--wdr-ink);margin-bottom:10px}
.wdr-score-count{display:block;color:var(--wdr-muted);font-size:13px;margin-top:8px}
.wdr-bars{display:grid;gap:9px}
.wdr-bar{display:grid;grid-template-columns:44px 1fr 28px;gap:10px;align-items:center;font-size:13px;color:#52635b}
.wdr-bar>span b{color:var(--wdr-gold)}
.wdr-bar i{height:9px;border-radius:999px;background:#edf0ed;overflow:hidden;display:block}
.wdr-bar i b{display:block;height:100%;background:linear-gradient(90deg,#e9a50f,#f2bd35);border-radius:999px}
.wdr-bar em{font-style:normal;text-align:right;color:var(--wdr-muted)}
.wdr-summary-action{background:var(--wdr-soft);border:1px solid #e2eadf;border-radius:16px;padding:18px;display:flex;flex-direction:column;align-items:flex-start}
.wdr-summary-icon{width:34px;height:34px;border-radius:50%;background:#e7f4e6;color:var(--wdr-green);display:grid;place-items:center;font-weight:800;margin-bottom:10px}
.wdr-summary-action strong{font-size:15px}.wdr-summary-action>span{font-size:13px;color:var(--wdr-muted);margin:4px 0 13px}
.wdr-write,.wdr-submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--wdr-green);color:#fff!important;padding:12px 17px;border-radius:10px;text-decoration:none;border:0;font-weight:800;line-height:1.2;box-shadow:none;transition:.2s ease}
.wdr-write:hover,.wdr-submit:hover{background:var(--wdr-green-2);transform:translateY(-1px)}

.wdr-list-head{display:flex;justify-content:space-between;align-items:center;gap:18px;margin:34px 0 6px}
.wdr-list-head>div{display:flex;align-items:baseline;gap:10px}.wdr-list-head strong{font-size:19px}.wdr-list-head>div span{font-size:13px;color:var(--wdr-muted)}
.wdr-sort-label{display:flex;align-items:center;gap:9px;font-size:12px;color:var(--wdr-muted)}
.wdr-sort{border:1px solid var(--wdr-line);border-radius:9px;background:#fff;padding:9px 32px 9px 11px;color:var(--wdr-ink);font:inherit;font-size:13px;min-height:38px}

.wdr-list{display:grid;gap:14px}
.wdr-review{padding:22px 22px 18px;border:1px solid var(--wdr-line);border-radius:16px;background:#fff;transition:.2s ease}
.wdr-review:hover{border-color:#cbdacb;box-shadow:0 8px 26px rgba(10,69,48,.045)}
.wdr-review-top{display:flex;gap:12px;align-items:center}
.wdr-avatar{width:42px;height:42px;min-width:42px;border-radius:50%;background:#eaf5e9;color:var(--wdr-green);display:grid;place-items:center;font-weight:800;font-size:16px}
.wdr-author{min-width:0;flex:1}.wdr-author-line{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.wdr-author-line strong{font-size:15px;color:var(--wdr-ink)}
.wdr-verified{background:#e7f5e8;color:var(--wdr-green);font-size:11px;font-weight:800;padding:4px 8px;border-radius:999px}
.wdr-review-meta{display:flex;align-items:center;gap:10px;margin-top:4px}.wdr-review-meta .wdr-stars{font-size:15px;letter-spacing:1.5px}.wdr-review-meta time{color:#7a8881;font-size:12px}
.wdr-content{margin:15px 0 0;color:#33463d;font-size:14px;line-height:1.68}.wdr-content p:last-child{margin-bottom:0}
.wdr-photos{display:flex;gap:9px;flex-wrap:wrap;margin-top:15px}.wdr-photos a{display:block}.wdr-photos img{width:94px;height:94px;object-fit:cover;border-radius:12px;border:1px solid var(--wdr-line)}
.wdr-reply{margin-top:16px;padding:15px 16px;background:var(--wdr-soft);border:1px solid #e2eadf;border-radius:12px;color:#3a4c43}.wdr-reply-head{display:flex;align-items:center;gap:7px;color:var(--wdr-green);margin-bottom:5px}.wdr-reply p{margin:4px 0 0}
.wdr-review-footer{margin-top:16px;padding-top:13px;border-top:1px solid #edf1ed;display:flex;align-items:center;gap:10px;color:#7a8781;font-size:12px}
.wdr-helpful{background:#fff;border:1px solid var(--wdr-line);border-radius:999px;padding:7px 11px;color:#405148;font:inherit;font-size:12px;cursor:pointer;transition:.2s ease}.wdr-helpful:hover,.wdr-helpful.is-done{border-color:#b9d5bc;background:#f2f8f2;color:var(--wdr-green)}.wdr-helpful b{font-weight:700}
.wdr-empty{text-align:center;padding:44px 20px;border:1px dashed #cfd9d0;border-radius:16px;background:#fbfcfb}.wdr-empty>span{font-size:36px;color:var(--wdr-gold)}.wdr-empty h3{margin:8px 0 4px}.wdr-empty p{margin:0;color:var(--wdr-muted)}

.wdr-form{margin-top:34px;padding:28px;border:1px solid var(--wdr-line);border-radius:20px;background:linear-gradient(135deg,#f7faf6 0%,#eef6ed 100%)}
.wdr-form-head{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;margin-bottom:20px}.wdr-form-head h3{font-size:25px;line-height:1.1;margin:0;color:var(--wdr-ink)}.wdr-form-head p{margin:7px 0 0;color:var(--wdr-muted);font-size:14px}.wdr-form-shield{width:40px;height:40px;min-width:40px;border-radius:50%;display:grid;place-items:center;background:#dff1df;color:var(--wdr-green);font-weight:900}
.wdr-rating-label,.wdr-fields label>span,.wdr-textarea-label>span{display:block;font-size:12px;font-weight:800;color:#405047;margin-bottom:7px}
.wdr-rating-input{display:flex;align-items:center;gap:5px;margin:0 0 18px}.wdr-rating-input button{border:0;background:none;color:#d6ddd7;font-size:34px;line-height:1;padding:0;cursor:pointer}.wdr-rating-input button.on{color:var(--wdr-gold)}.wdr-rating-input>span{font-size:12px;color:var(--wdr-muted);margin-left:7px}
.wdr-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}.wdr-form input,.wdr-form textarea{width:100%;border:1px solid #cdd8cf;border-radius:10px;padding:12px 13px;background:#fff;color:var(--wdr-ink);font:inherit;box-shadow:none}.wdr-form textarea{resize:vertical;min-height:124px}.wdr-form input:focus,.wdr-form textarea:focus{outline:none;border-color:#7db28c;box-shadow:0 0 0 3px rgba(32,122,74,.08)}
.wdr-upload{display:flex;align-items:center;gap:11px;margin:13px 0 0;padding:12px 14px;background:#fff;border:1px dashed #cbd8cd;border-radius:11px;cursor:pointer}.wdr-upload-icon{width:30px;height:30px;border-radius:8px;background:#edf6ec;display:grid;place-items:center;color:var(--wdr-green);font-size:20px}.wdr-upload>span:nth-child(2){display:flex;flex-direction:column}.wdr-upload strong{font-size:13px}.wdr-upload small{font-size:11px;color:var(--wdr-muted);margin-top:2px}.wdr-upload input{width:auto;margin-left:auto;border:0;padding:0;background:none;font-size:12px}
.wdr-submit-row{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:18px}.wdr-submit-row small{color:var(--wdr-muted);font-size:11px}.wdr-submit{padding:13px 19px}

@media(max-width:900px){
  .wdr-summary{grid-template-columns:180px 1fr}.wdr-summary-action{grid-column:1/-1;flex-direction:row;align-items:center;gap:10px}.wdr-summary-action .wdr-summary-icon{margin:0}.wdr-summary-action>span{margin:0;flex:1}.wdr-write{margin-left:auto}
}
@media(max-width:720px){
  .wdr-section-head{display:block;margin-bottom:18px}.wdr-section-head h2{font-size:28px}.wdr-head-rating{margin-top:13px;white-space:normal;flex-wrap:wrap}
  .wdr-summary{grid-template-columns:1fr;gap:20px;padding:20px;border-radius:16px}.wdr-score-card{border-right:0;border-bottom:1px solid var(--wdr-line);padding:0 0 20px}.wdr-score-number{font-size:48px}
  .wdr-summary-action{grid-column:auto;display:block;text-align:center}.wdr-summary-action .wdr-summary-icon{margin:0 auto 9px}.wdr-summary-action>span{display:block;margin:5px 0 13px}.wdr-write{width:100%;margin:0}
  .wdr-list-head{align-items:flex-start;flex-direction:column;margin-top:28px}.wdr-sort-label{width:100%;justify-content:space-between}.wdr-sort{flex:1;max-width:220px}
  .wdr-review{padding:18px 16px;border-radius:14px}.wdr-avatar{width:38px;height:38px;min-width:38px}.wdr-review-footer{align-items:flex-start;flex-direction:column}.wdr-helpful{width:auto}
  .wdr-form{padding:20px 16px;border-radius:16px}.wdr-form-head h3{font-size:22px}.wdr-form-shield{width:36px;height:36px;min-width:36px}.wdr-fields{grid-template-columns:1fr}.wdr-rating-input button{font-size:31px}.wdr-upload{align-items:flex-start;flex-wrap:wrap}.wdr-upload input{margin:5px 0 0;width:100%}.wdr-submit-row{align-items:flex-start;flex-direction:column}.wdr-submit{width:100%}
}

/* v1.0.7 – Premium product-detail tabs. Make tab navigation unmistakably clickable. */
.single-product .woocommerce-tabs.wc-tabs-wrapper > ul.tabs,
.single-product .woocommerce-tabs > ul.tabs,
.single-product ul.wc-tabs {
  display:flex !important;
  align-items:center !important;
  flex-wrap:wrap !important;
  gap:10px !important;
  margin:0 0 24px !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  overflow:visible !important;
}
.single-product .woocommerce-tabs.wc-tabs-wrapper > ul.tabs::before,
.single-product .woocommerce-tabs.wc-tabs-wrapper > ul.tabs::after,
.single-product .woocommerce-tabs > ul.tabs::before,
.single-product .woocommerce-tabs > ul.tabs::after,
.single-product ul.wc-tabs::before,
.single-product ul.wc-tabs::after {
  display:none !important;
  content:none !important;
}
.single-product .woocommerce-tabs ul.tabs > li,
.single-product ul.wc-tabs > li {
  float:none !important;
  display:block !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}
.single-product .woocommerce-tabs ul.tabs > li::before,
.single-product .woocommerce-tabs ul.tabs > li::after,
.single-product ul.wc-tabs > li::before,
.single-product ul.wc-tabs > li::after {
  display:none !important;
  content:none !important;
}
.single-product .woocommerce-tabs ul.tabs > li > a,
.single-product ul.wc-tabs > li > a {
  position:relative !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  min-height:48px !important;
  padding:12px 18px !important;
  border:1px solid #d9e4db !important;
  border-radius:12px !important;
  background:#f7faf6 !important;
  color:#173126 !important;
  font-size:14px !important;
  font-weight:800 !important;
  line-height:1.2 !important;
  text-decoration:none !important;
  box-shadow:0 2px 8px rgba(10,69,48,.035) !important;
  transition:border-color .18s ease,background .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease !important;
  cursor:pointer !important;
  white-space:nowrap !important;
}
.single-product .woocommerce-tabs ul.tabs > li > a:hover,
.single-product .woocommerce-tabs ul.tabs > li > a:focus-visible,
.single-product ul.wc-tabs > li > a:hover,
.single-product ul.wc-tabs > li > a:focus-visible {
  border-color:#76a98a !important;
  background:#edf6ed !important;
  color:#064c37 !important;
  box-shadow:0 5px 16px rgba(10,69,48,.075) !important;
  transform:translateY(-1px) !important;
  outline:none !important;
}
.single-product .woocommerce-tabs ul.tabs > li.active > a,
.single-product ul.wc-tabs > li.active > a {
  border-color:#064c37 !important;
  background:#064c37 !important;
  color:#fff !important;
  box-shadow:0 7px 18px rgba(6,76,55,.14) !important;
}
.single-product .woocommerce-tabs ul.tabs > li.reviews_tab > a,
.single-product ul.wc-tabs > li.reviews_tab > a {
  padding-right:12px !important;
}
.wdr-tab-star {
  color:#e8a512;
  font-size:17px;
  line-height:1;
  margin-right:1px;
}
.active > a .wdr-tab-star { color:#ffd76a; }
.wdr-tab-count {
  display:inline-grid;
  place-items:center;
  min-width:25px;
  height:25px;
  padding:0 7px;
  border-radius:999px;
  background:#e3f3de;
  color:#064c37;
  font-size:12px;
  font-weight:900;
  line-height:1;
}
.active > a .wdr-tab-count {
  background:#b9e64a;
  color:#0b392b;
}
.single-product .woocommerce-tabs ul.tabs > li > a:focus-visible,
.single-product ul.wc-tabs > li > a:focus-visible {
  box-shadow:0 0 0 3px rgba(6,76,55,.14),0 5px 16px rgba(10,69,48,.075) !important;
}

@media(max-width:720px){
  .single-product .woocommerce-tabs.wc-tabs-wrapper > ul.tabs,
  .single-product .woocommerce-tabs > ul.tabs,
  .single-product ul.wc-tabs {
    flex-wrap:nowrap !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    gap:8px !important;
    margin-bottom:18px !important;
    padding:2px 2px 7px !important;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
  }
  .single-product .woocommerce-tabs ul.tabs::-webkit-scrollbar,
  .single-product ul.wc-tabs::-webkit-scrollbar { display:none; }
  .single-product .woocommerce-tabs ul.tabs > li,
  .single-product ul.wc-tabs > li { flex:0 0 auto !important; }
  .single-product .woocommerce-tabs ul.tabs > li > a,
  .single-product ul.wc-tabs > li > a {
    min-height:46px !important;
    padding:11px 15px !important;
    font-size:13px !important;
    border-radius:11px !important;
  }
  .single-product .woocommerce-tabs ul.tabs > li.reviews_tab > a,
  .single-product ul.wc-tabs > li.reviews_tab > a { padding-right:10px !important; }
  .wdr-tab-count { min-width:24px;height:24px;font-size:11px; }
}


/* v1.0.8: clearer PDP rating below product title */
.single-product .cbdh-pdp-rating .cbdh-stars{
  font-size:16px !important;
  letter-spacing:.8px !important;
}
.single-product .cbdh-pdp-rating{
  gap:8px !important;
  font-size:12px !important;
}
.single-product .cbdh-pdp-rating strong{font-size:13px !important;}
@media(max-width:720px){
  .single-product .cbdh-pdp-rating .cbdh-stars{font-size:15px !important;}
}


/* v1.0.9: rating row is always visible, including zero-review products */
.single-product .cbdh-pdp-rating.wdr-pdp-rating-empty{display:flex !important;opacity:1 !important;visibility:visible !important;}
.single-product .cbdh-pdp-rating.wdr-pdp-rating-empty .cbdh-stars{color:#d8ded9 !important;}
.single-product .cbdh-pdp-rating.wdr-pdp-rating-empty .cbdh-stars>span{width:0 !important;color:#f2a32b !important;}
