/* DIPANI Product Detail Pro – V3 reference stylesheet */
.dpp-product-page{--dpp-shadow:0 8px 24px rgba(0,0,0,.06);background:#fff;color:var(--dpp-text);}
.dpp-product-page *, .dpp-product-page *::before, .dpp-product-page *::after{box-sizing:border-box}
.dpp-product-page .dpp-page{width:min(var(--dpp-page-width),calc(100% - 32px));margin:0 auto;padding:18px 0 40px;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--dpp-text)}
.dpp-product-page .dpp-page img{max-width:100%;height:auto;display:block}
.dpp-product-page .dpp-page a{text-decoration:none;color:inherit}
.dpp-product-page .dpp-page button,.dpp-product-page .dpp-page input,.dpp-product-page .dpp-page textarea,.dpp-product-page .dpp-page select{font:inherit}
.dpp-product-page .dpp-muted{color:var(--dpp-muted)}
.dpp-product-page .dpp-card{background:#fff;border:1px solid var(--dpp-line);border-radius:var(--dpp-radius);box-shadow:var(--dpp-shadow)}
.dpp-product-page .dpp-breadcrumb{display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:var(--dpp-muted);font-size:12px;margin:0 0 18px}
.dpp-product-page .dpp-breadcrumb a:hover{color:var(--dpp-green-800)}
.dpp-product-page .dpp-crumb-sep{opacity:.55}

/* Main two-column structure */
.dpp-product-page .dpp-product-grid{display:grid;grid-template-columns:minmax(0,2.1fr) minmax(360px,.9fr);gap:24px;align-items:stretch}
.dpp-product-page .dpp-left-column,.dpp-product-page .dpp-right-column{min-width:0;display:flex;flex-direction:column;height:100%}
.dpp-product-page .dpp-right-column{gap:16px}

/* Gallery */
.dpp-product-page .dpp-gallery-wrap{display:grid;grid-template-columns:96px minmax(0,1fr);gap:16px}
.dpp-product-page .dpp-thumbs{display:flex;flex-direction:column;gap:12px}
.dpp-product-page .dpp-thumb{border:2px solid transparent!important;border-radius:12px!important;overflow:hidden;background:#f2f2f2!important;aspect-ratio:1;padding:0!important;display:grid;place-items:center;color:var(--dpp-green-950);box-shadow:none!important}
.dpp-product-page .dpp-thumb.is-active{border-color:var(--dpp-green-800)!important}
.dpp-product-page .dpp-thumb img{width:100%;height:100%;object-fit:cover}
.dpp-product-page .dpp-video-thumb span{font-size:28px}
.dpp-product-page .dpp-main-media{position:relative;border-radius:18px;overflow:hidden;min-height:560px;background:#eee}
.dpp-product-page .dpp-main-media>img{width:100%;height:100%;min-height:560px;object-fit:cover}
.dpp-product-page .dpp-badge{position:absolute;top:16px;left:16px;background:var(--dpp-red);color:#fff;border-radius:9px;padding:8px 12px;font-weight:800;z-index:3}
.dpp-product-page .dpp-video-btn{position:absolute;left:16px;top:60px;background:rgba(0,0,0,.76)!important;color:#fff!important;border:1px solid rgba(255,255,255,.55)!important;border-radius:8px!important;padding:8px 12px!important;z-index:3}
.dpp-product-page .dpp-heart,.dpp-product-page .dpp-zoom{position:absolute;width:44px;height:44px;border-radius:50%!important;border:0!important;background:#fff!important;box-shadow:0 4px 14px rgba(0,0,0,.12)!important;display:grid;place-items:center;padding:0!important;z-index:3}
.dpp-product-page .dpp-heart{right:16px;top:16px;color:var(--dpp-red)!important;font-size:27px}
.dpp-product-page .dpp-heart.is-active{background:var(--dpp-red)!important;color:#fff!important}
.dpp-product-page .dpp-zoom{right:16px;bottom:16px;color:#111!important;font-size:20px}

/* Media modal */
.dpp-product-page .dpp-media-modal[hidden]{display:none!important}
.dpp-product-page .dpp-media-modal{position:fixed;inset:0;background:rgba(0,0,0,.86);z-index:999999;display:grid;place-items:center;padding:40px}
.dpp-product-page .dpp-media-modal-inner{width:min(1100px,92vw);height:min(720px,78vh);display:grid;place-items:center}
.dpp-product-page .dpp-media-modal-inner img,.dpp-product-page .dpp-media-modal-inner iframe,.dpp-product-page .dpp-media-modal-inner video{max-width:100%;max-height:100%;width:100%;height:100%;object-fit:contain;border:0}
.dpp-product-page .dpp-media-close{position:absolute;top:20px;right:24px;color:#fff!important;background:transparent!important;border:0!important;font-size:42px;padding:0!important}

/* Comparison */
.dpp-product-page .dpp-compare{margin-top:20px;padding:18px;flex:0 0 auto}
.dpp-product-page .dpp-section-head{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px}
.dpp-product-page .dpp-section-head h2{font-size:20px;line-height:1.25;font-weight:900;margin:0}
.dpp-product-page .dpp-section-head>a,.dpp-product-page .dpp-section-head>span{color:var(--dpp-green-800);font-size:12px;font-weight:800;white-space:nowrap}
.dpp-product-page .dpp-compare-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.dpp-product-page .dpp-offer{display:block;border:1px solid var(--dpp-line);border-radius:13px;padding:16px;min-width:0;background:#fff;color:var(--dpp-text);transition:.18s ease}
.dpp-product-page a.dpp-offer:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.08)}
.dpp-product-page .dpp-offer.is-best{border:2px solid var(--dpp-green-700)}
.dpp-product-page .dpp-offer-shop{font-size:13px;font-weight:800;display:flex;align-items:center;gap:6px;min-height:24px}
.dpp-product-page .dpp-top-price{font-size:10px;color:#fff;background:var(--dpp-green-800);border-radius:999px;padding:3px 7px}
.dpp-product-page .dpp-offer-price{font-size:24px;font-weight:900;margin:12px 0 6px;line-height:1.1}
.dpp-product-page .dpp-offer-price del{font-size:14px;color:var(--dpp-muted)}
.dpp-product-page .dpp-offer-price ins{text-decoration:none}
.dpp-product-page .dpp-offer-free{font-size:12px;color:var(--dpp-green-700);font-weight:800}
.dpp-product-page .dpp-offer-shipping,.dpp-product-page .dpp-offer-delivery{font-size:12px;color:var(--dpp-muted);margin-top:4px}
.dpp-product-page .dpp-offer-rating{font-size:12px;margin-top:12px}
.dpp-product-page .dpp-stars{color:var(--dpp-yellow);letter-spacing:2px;white-space:nowrap}

/* Tabs + description */
.dpp-product-page .dpp-content-tabs{display:flex;flex-direction:column;flex:1 1 auto;min-height:0}
.dpp-product-page .dpp-tabs{margin-top:22px;display:flex;gap:22px;border-bottom:1px solid var(--dpp-line);overflow:auto;flex:0 0 auto}
.dpp-product-page .dpp-tab{padding:14px 0!important;border:0!important;border-radius:0!important;background:transparent!important;color:var(--dpp-text)!important;font-size:13px!important;white-space:nowrap;box-shadow:none!important}
.dpp-product-page .dpp-tab.is-active{color:var(--dpp-green-800)!important;border-bottom:3px solid var(--dpp-green-800)!important;font-weight:800}
.dpp-product-page .dpp-tab-panel[hidden]{display:none!important}
.dpp-product-page .dpp-description{padding:26px 24px 28px;min-height:760px;flex:1 1 auto;display:flex;flex-direction:column;justify-content:flex-start;border-top-left-radius:0;border-top-right-radius:0}
.dpp-product-page .dpp-description h2{margin:0 0 18px;font-size:24px;line-height:1.25}
.dpp-product-page .dpp-description-copy{font-size:14px;line-height:1.75;color:#374151;margin:0 0 24px}
.dpp-product-page .dpp-description-copy p:first-child{margin-top:0}
.dpp-product-page .dpp-description-copy p:last-child{margin-bottom:0}
.dpp-product-page .dpp-specs{display:grid;grid-template-columns:1fr 1fr;gap:16px 32px;margin-top:8px;margin-bottom:18px}
.dpp-product-page .dpp-spec{font-size:14px;line-height:1.75}
.dpp-product-page .dpp-spec::before{content:"✓";color:var(--dpp-green-700);font-weight:900;margin-right:9px}
.dpp-product-page .dpp-note{margin-top:auto;background:var(--dpp-green-100);color:#355d3d;padding:16px 18px;border-radius:10px;font-size:13px;line-height:1.6}
.dpp-product-page .dpp-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:24px}
.dpp-product-page .dpp-detail-grid>div{border:1px solid var(--dpp-line);border-radius:10px;padding:14px;display:flex;flex-direction:column;gap:5px}
.dpp-product-page .dpp-detail-grid span{font-size:12px;color:var(--dpp-muted)}
.dpp-product-page .dpp-secondary-button{display:inline-flex!important;align-items:center;justify-content:center;border:1px solid var(--dpp-green-800)!important;background:#fff!important;color:var(--dpp-green-800)!important;border-radius:10px!important;padding:12px 18px!important;font-weight:800!important;width:auto!important}
.dpp-product-page .dpp-downloads{display:grid;gap:10px}.dpp-product-page .dpp-downloads a{border:1px solid var(--dpp-line);padding:12px 14px;border-radius:10px;color:var(--dpp-green-800);font-weight:700}
.dpp-product-page .dpp-question{border-bottom:1px solid var(--dpp-line);padding:14px 0}.dpp-product-page .dpp-question p{margin:6px 0}.dpp-product-page .dpp-answer{background:var(--dpp-green-100);padding:10px;border-radius:8px;margin-top:8px;font-size:13px}
.dpp-product-page .dpp-qna-form{display:grid;gap:10px;margin-top:20px}.dpp-product-page .dpp-qna-form textarea,.dpp-product-page .dpp-qna-form input{width:100%;border:1px solid var(--dpp-line);border-radius:9px;padding:11px 12px;background:#fff}.dpp-product-page .dpp-form-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.dpp-product-page .dpp-form-message{font-size:13px;margin:0;color:var(--dpp-green-700)}

/* Buy box */
.dpp-product-page .dpp-buybox{padding:22px;flex:0 0 auto}
.dpp-product-page .dpp-buybox-topline{display:flex;justify-content:space-between;align-items:center;gap:10px}
.dpp-product-page .dpp-badge-static{display:inline-flex;background:var(--dpp-red);color:#fff;border-radius:8px;padding:6px 10px;font-weight:800;font-size:12px}
.dpp-product-page .dpp-sku{font-size:11px;color:var(--dpp-muted)}
.dpp-product-page .dpp-buybox h1{font-size:26px;line-height:1.15;margin:10px 0 8px;letter-spacing:-.4px}
.dpp-product-page .dpp-subtitle{color:#4b5563;font-size:14px;line-height:1.5}.dpp-product-page .dpp-subtitle p{margin:0}
.dpp-product-page .dpp-rating-line{margin:12px 0;font-size:14px;display:flex;align-items:center;gap:6px;flex-wrap:wrap}
.dpp-product-page .dpp-sellerline{font-size:13px;margin:10px 0 18px;display:flex;align-items:center;gap:6px;flex-wrap:wrap}
.dpp-product-page .dpp-vendor-badges{display:inline-flex;align-items:center;gap:5px}.dpp-product-page .dpp-native-dokan-badge{width:24px;height:24px;object-fit:contain}.dpp-product-page .dpp-vendor-badge{display:inline-flex;align-items:center;border:1px solid var(--dpp-line);background:#f7f8f7;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:700}.dpp-product-page .dpp-vendor-featured{color:var(--dpp-green-800)}
.dpp-product-page .dpp-main-price{font-size:34px;font-weight:900;letter-spacing:-1px;margin:10px 0 4px;line-height:1.15}.dpp-product-page .dpp-main-price del{font-size:16px;color:var(--dpp-muted)}.dpp-product-page .dpp-main-price ins{text-decoration:none}
.dpp-product-page .dpp-tax-note{font-size:11px;color:var(--dpp-muted);margin-bottom:8px}
.dpp-product-page .dpp-stock{font-weight:700;font-size:13px}.dpp-product-page .dpp-stock.is-in-stock{color:var(--dpp-green-700)}.dpp-product-page .dpp-stock.is-out-stock{color:var(--dpp-red)}
.dpp-product-page .dpp-tiers{border:1px solid var(--dpp-line);border-radius:13px;padding:14px;margin:18px 0}
.dpp-product-page .dpp-tier-head,.dpp-product-page .dpp-tier-row{display:grid;grid-template-columns:1fr 100px 72px;gap:8px;align-items:center}
.dpp-product-page .dpp-tier-head{font-size:10px;color:var(--dpp-muted);padding:10px 0 4px}.dpp-product-page .dpp-tier-row{padding:9px 0;border-bottom:1px solid #f0f0f0;font-size:13px}.dpp-product-page .dpp-tier-row:last-child{border-bottom:0}.dpp-product-page .dpp-tier-row>:nth-child(3){text-align:right}.dpp-product-page .dpp-save{color:var(--dpp-red);font-weight:800;background:#fff0f0;border-radius:999px;padding:3px 6px;justify-self:end}
.dpp-product-page .dpp-qty-line{display:flex;align-items:center;justify-content:space-between;margin:14px 0}.dpp-product-page .dpp-qty-line .quantity{margin:0!important}.dpp-product-page .dpp-qty-line input.qty{width:90px!important;height:42px;border:1px solid var(--dpp-line)!important;border-radius:9px!important;background:#fff!important;color:var(--dpp-text)!important;padding:6px!important}
.dpp-product-page .dpp-btn{width:100%!important;border:0!important;border-radius:10px!important;padding:14px 16px!important;font-weight:900!important;font-size:16px!important;min-height:50px;display:flex!important;align-items:center;justify-content:center;line-height:1.2!important;box-shadow:none!important}
.dpp-product-page .dpp-btn-cart{background:var(--dpp-green-800)!important;color:#fff!important}.dpp-product-page .dpp-btn-buy{background:var(--dpp-red)!important;color:#fff!important;margin-top:10px!important}
.dpp-product-page .dpp-native-purchase form.cart{margin:16px 0 0!important}.dpp-product-page .dpp-native-purchase .single_add_to_cart_button{width:100%!important;border-radius:10px!important;background:var(--dpp-green-800)!important;color:#fff!important;padding:14px 16px!important;font-weight:900!important}.dpp-product-page .dpp-native-purchase table.variations{margin-bottom:12px;width:100%}.dpp-product-page .dpp-native-purchase select{width:100%;border:1px solid var(--dpp-line);border-radius:9px;padding:9px;background:#fff}

/* Price history */
.dpp-product-page .dpp-chart-card{padding:18px;flex:0 0 auto}.dpp-product-page .dpp-chart-card h3{margin:0 0 8px;font-size:16px}.dpp-product-page .dpp-chart-legend{font-size:11px;color:var(--dpp-muted);display:flex;align-items:center;gap:6px}.dpp-product-page .dpp-red-dot{width:8px;height:3px;border-radius:99px;background:var(--dpp-red)}
.dpp-product-page .dpp-price-chart{width:100%;height:190px;display:block;margin:4px 0}.dpp-product-page .dpp-grid-line{stroke:var(--dpp-line);stroke-width:1}.dpp-product-page .dpp-price-line{fill:none;stroke:var(--dpp-red);stroke-width:4;stroke-linejoin:round;stroke-linecap:round}.dpp-product-page .dpp-price-dot{fill:#fff;stroke:var(--dpp-red);stroke-width:3}.dpp-product-page .dpp-chart-meta{display:flex;justify-content:space-between;gap:14px;font-size:13px;margin-top:9px}.dpp-product-page .dpp-lowest{color:var(--dpp-green-700);font-weight:900}

/* Seller card: flex-grow removes the old empty gap */
.dpp-product-page .dpp-seller-card{padding:22px;min-height:360px;display:flex;flex-direction:column;gap:10px;flex:1 1 auto}
.dpp-product-page .dpp-seller-title{display:flex;align-items:center;gap:12px}.dpp-product-page .dpp-seller-avatar img{border-radius:50%}.dpp-product-page .dpp-seller-card h3{margin:0;font-size:20px;line-height:1.25}.dpp-product-page .dpp-check{font-size:13px;margin:5px 0}.dpp-product-page .dpp-check::before{content:"✓";color:var(--dpp-green-700);font-weight:900;margin-right:8px}
.dpp-product-page .dpp-contact-wrap{margin-top:auto}.dpp-product-page .dpp-contact-vendor{width:100%!important;border:1px solid var(--dpp-line)!important;background:#fff!important;color:var(--dpp-text)!important;border-radius:10px!important;padding:14px!important;font-weight:900!important;box-shadow:none!important}

/* Trust banner */
.dpp-product-page .dpp-trust-banner{margin-top:8px;min-height:180px;border-radius:18px;overflow:hidden;position:relative;background-image:linear-gradient(90deg,rgba(0,59,37,.98) 0%,rgba(0,59,37,.82) 48%,rgba(0,59,37,.18) 78%),var(--dpp-banner-image,linear-gradient(90deg,var(--dpp-green-950),var(--dpp-green-700)));background-position:center;background-size:cover;color:#fff;padding:28px;display:flex;flex-direction:column;justify-content:center}
.dpp-product-page .dpp-trust-banner h2{font-size:28px;margin:0 0 6px;color:#fff}.dpp-product-page .dpp-trust-banner p{margin:0 0 26px;color:#fff}.dpp-product-page .dpp-trusts{display:flex;gap:34px;flex-wrap:wrap;font-weight:700}

/* Seller products */
.dpp-product-page .dpp-related{padding:20px;margin-top:16px}.dpp-product-page .dpp-product-slider{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin-top:12px}.dpp-product-page .dpp-product-card{border:1px solid var(--dpp-line);border-radius:12px;overflow:hidden;background:#fff;min-width:0}.dpp-product-page .dpp-product-card>a>img{aspect-ratio:1.3/1;object-fit:cover;width:100%;height:auto}.dpp-product-page .dpp-product-card-body{padding:10px}.dpp-product-page .dpp-product-card-name{font-size:12px;line-height:1.4;display:block;min-height:34px}.dpp-product-page .dpp-product-card-price{font-weight:900;margin-top:6px;font-size:14px}.dpp-product-page .dpp-product-card-rating{font-size:10px;margin-top:4px}.dpp-product-page .dpp-product-card-rating .dpp-stars{letter-spacing:1px}

/* Reviews */
.dpp-product-page .dpp-reviews{padding:22px;margin-top:16px}.dpp-product-page .dpp-review-grid{display:grid;grid-template-columns:320px repeat(3,minmax(0,1fr));gap:14px;align-items:stretch}.dpp-product-page .dpp-review-summary{border:1px solid var(--dpp-line);border-radius:14px;padding:20px;display:flex;flex-direction:column;justify-content:space-between;min-height:260px}.dpp-product-page .dpp-review-summary h2{font-size:20px;margin:0 0 14px}.dpp-product-page .dpp-score{font-size:58px;line-height:1;font-weight:900;margin-bottom:8px}.dpp-product-page .dpp-stars-large{font-size:24px}.dpp-product-page .dpp-review-sub{margin:10px 0 18px;color:#4b5563;font-size:14px}.dpp-product-page .dpp-rating-dist{display:grid;gap:10px;margin-top:6px}.dpp-product-page .dpp-dist-row{display:grid;grid-template-columns:58px minmax(70px,1fr) 34px;gap:10px;align-items:center;font-size:12px;color:#374151}.dpp-product-page .dpp-bar{height:8px;background:#edf0f2;border-radius:999px;overflow:hidden}.dpp-product-page .dpp-fill{height:100%;background:var(--dpp-green-700);border-radius:999px}.dpp-product-page .dpp-review-card{border:1px solid var(--dpp-line);border-radius:12px;padding:16px;min-height:260px}.dpp-product-page .dpp-review-card-head{display:flex;justify-content:space-between;gap:8px;align-items:flex-start}.dpp-product-page .dpp-review-card-head time{font-size:10px;color:var(--dpp-muted)}.dpp-product-page .dpp-review-card small{display:block;color:var(--dpp-green-700);margin:6px 0 10px;font-size:11px}.dpp-product-page .dpp-review-card p{font-size:12px;line-height:1.55;color:#374151;margin:10px 0 0}

/* Wishlist shortcode */
.dpp-wishlist-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.dpp-wishlist-card{border:1px solid #e5e7eb;border-radius:12px;padding:12px;display:grid;gap:8px}.dpp-wishlist-card img{width:100%;height:auto}

/* Keep standard Woo notices neat */
.dpp-product-page .woocommerce-error,.dpp-product-page .woocommerce-info,.dpp-product-page .woocommerce-message{border-radius:10px;margin-bottom:16px}

@media(max-width:1100px){
  .dpp-product-page .dpp-product-grid{grid-template-columns:1fr}
  .dpp-product-page .dpp-right-column,.dpp-product-page .dpp-left-column{height:auto}
  .dpp-product-page .dpp-description,.dpp-product-page .dpp-seller-card{min-height:auto;flex:auto}
  .dpp-product-page .dpp-compare-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dpp-product-page .dpp-product-slider{grid-template-columns:repeat(3,minmax(0,1fr))}
  .dpp-product-page .dpp-review-grid{grid-template-columns:1fr 1fr}.dpp-product-page .dpp-review-summary{grid-column:1/-1}
}
@media(max-width:720px){
  .dpp-product-page .dpp-page{width:min(100% - 20px,var(--dpp-page-width));padding-top:10px}
  .dpp-product-page .dpp-gallery-wrap{grid-template-columns:1fr}
  .dpp-product-page .dpp-thumbs{order:2;flex-direction:row;overflow:auto}.dpp-product-page .dpp-thumb{min-width:76px;width:76px}
  .dpp-product-page .dpp-main-media,.dpp-product-page .dpp-main-media>img{min-height:380px}
  .dpp-product-page .dpp-compare-grid{grid-template-columns:1fr}
  .dpp-product-page .dpp-tabs{gap:18px}
  .dpp-product-page .dpp-specs,.dpp-product-page .dpp-detail-grid,.dpp-product-page .dpp-form-row{grid-template-columns:1fr}
  .dpp-product-page .dpp-product-slider{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dpp-product-page .dpp-review-grid{grid-template-columns:1fr}.dpp-product-page .dpp-review-summary{grid-column:auto}
  .dpp-product-page .dpp-main-price{font-size:30px}.dpp-product-page .dpp-buybox h1{font-size:22px}
  .dpp-product-page .dpp-tier-head,.dpp-product-page .dpp-tier-row{grid-template-columns:1fr 92px 62px}
  .dpp-product-page .dpp-trusts{gap:14px}.dpp-product-page .dpp-trust-banner h2{font-size:24px}
  .dpp-wishlist-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
.dpp-product-page .dpp-purchase-area .quantity.dpp-enhanced{display:inline-flex!important;align-items:center;border:1px solid var(--dpp-line);border-radius:9px;overflow:hidden;background:#fff}
.dpp-product-page .dpp-purchase-area .quantity.dpp-enhanced input.qty{border:0!important;border-left:1px solid var(--dpp-line)!important;border-right:1px solid var(--dpp-line)!important;border-radius:0!important;width:56px!important;height:40px!important;margin:0!important;box-shadow:none!important}
.dpp-product-page .dpp-qty-btn{width:40px!important;height:40px!important;padding:0!important;border:0!important;border-radius:0!important;background:#fff!important;color:var(--dpp-text)!important;font-size:20px!important;line-height:1!important;box-shadow:none!important}


/* === v0.2.0 visual/runtime hardening === */
html.dpp-modal-open,html.dpp-modal-open body{overflow:hidden!important}
body.dpp-product-page .site-content,
body.dpp-product-page #content,
body.dpp-product-page .container,
body.dpp-product-page .content-area{max-width:none!important;width:100%!important}
body.dpp-product-page .dpp-page{direction:ltr!important;clear:both}
body.dpp-product-page .dpp-page *{direction:ltr}
body.dpp-product-page .dpp-main-price .woocommerce-Price-amount,
body.dpp-product-page .dpp-offer-price .woocommerce-Price-amount,
body.dpp-product-page .dpp-chart-meta .woocommerce-Price-amount,
body.dpp-product-page .dpp-tier-row .woocommerce-Price-amount{direction:ltr!important;unicode-bidi:isolate!important;display:inline-block!important}

/* Exact gallery proportions: never let portrait/large source images stretch the page. */
body.dpp-product-page .dpp-main-media{height:560px!important;min-height:560px!important;max-height:560px!important;display:grid;place-items:center;background:#fff;border:1px solid var(--dpp-line)}
body.dpp-product-page .dpp-main-media>img{width:100%!important;height:100%!important;min-height:0!important;max-height:560px!important;object-fit:contain!important;object-position:center!important;transition:opacity .16s ease,transform .16s ease;cursor:zoom-in}
body.dpp-product-page .dpp-main-media>img.is-switching{opacity:.35;transform:scale(.995)}
body.dpp-product-page .dpp-thumbs{max-height:560px;overflow:auto;scrollbar-width:thin;padding-right:2px}
body.dpp-product-page .dpp-thumb{width:96px!important;height:96px!important;min-height:96px!important;aspect-ratio:auto!important;flex:0 0 96px!important}
body.dpp-product-page .dpp-thumb img{width:100%!important;height:100%!important;object-fit:contain!important;background:#fff}
body.dpp-product-page .dpp-gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%!important;border:1px solid var(--dpp-line)!important;background:rgba(255,255,255,.96)!important;color:var(--dpp-text)!important;box-shadow:0 4px 14px rgba(0,0,0,.10)!important;z-index:4;font-size:30px;line-height:1;padding:0!important;display:grid;place-items:center;opacity:0;transition:.15s ease}
body.dpp-product-page .dpp-main-media:hover .dpp-gallery-nav{opacity:1}
body.dpp-product-page .dpp-gallery-prev{left:16px} body.dpp-product-page .dpp-gallery-next{right:16px}

/* Modal/zoom: force above WordPress admin bar, Listeo and Elementor overlays. */
body.dpp-product-page .dpp-media-modal{z-index:2147483000!important;backdrop-filter:blur(3px)}
body.dpp-product-page .dpp-media-modal-inner{width:min(1280px,88vw)!important;height:min(820px,84vh)!important;background:transparent}
body.dpp-product-page .dpp-media-modal-inner img{width:100%!important;height:100%!important;object-fit:contain!important;cursor:default}
body.dpp-product-page .dpp-modal-nav{position:absolute;top:50%;transform:translateY(-50%);width:54px;height:54px;border-radius:50%!important;border:1px solid rgba(255,255,255,.4)!important;background:rgba(0,0,0,.35)!important;color:#fff!important;font-size:42px;line-height:1;z-index:3;padding:0!important}
body.dpp-product-page .dpp-modal-prev{left:24px} body.dpp-product-page .dpp-modal-next{right:24px}
body.dpp-product-page .dpp-modal-counter{position:absolute;bottom:18px;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.55);color:#fff;border-radius:999px;padding:6px 12px;font-size:12px}

/* Right side must remain complete and visible while long descriptions scroll. */
body.dpp-product-page .dpp-product-grid{align-items:start!important}
body.dpp-product-page .dpp-left-column{height:auto!important}
body.dpp-product-page .dpp-right-column{height:auto!important;align-self:start!important;position:sticky!important;top:18px!important;gap:16px!important}
body.admin-bar.dpp-product-page .dpp-right-column{top:50px!important}
body.dpp-product-page .dpp-buybox{position:static!important;width:100%!important}
body.dpp-product-page .dpp-buybox,
body.dpp-product-page .dpp-chart-card,
body.dpp-product-page .dpp-seller-card{flex:none!important}
body.dpp-product-page .dpp-seller-card{min-height:0!important}
body.dpp-product-page .dpp-purchase-area{display:block!important;margin-top:16px!important}
body.dpp-product-page .dpp-simple-cart{display:block!important;margin:0!important;padding:0!important}
body.dpp-product-page .dpp-purchase-unavailable{margin-top:14px;border:1px solid #f2c7c7;background:#fff5f5;color:#8d1f1f;padding:12px 14px;border-radius:10px;font-size:13px;font-weight:700}

/* Keep reference proportions but avoid artificial giant holes in real product descriptions. */
body.dpp-product-page .dpp-content-tabs{flex:none!important}
body.dpp-product-page .dpp-description{min-height:360px!important;height:auto!important;flex:none!important}
body.dpp-product-page .dpp-description .dpp-note{margin-top:28px!important}

/* Cards and spacing closer to V3 reference. */
body.dpp-product-page .dpp-card{box-shadow:0 7px 22px rgba(0,0,0,.055)!important}
body.dpp-product-page .dpp-compare{min-height:200px}
body.dpp-product-page .dpp-offer{min-height:150px}
body.dpp-product-page .dpp-rating-line .dpp-stars{font-size:15px}
body.dpp-product-page .dpp-main-price{white-space:normal!important;display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}

@media(max-width:1100px){
  body.dpp-product-page .dpp-right-column{position:static!important;top:auto!important}
  body.dpp-product-page .dpp-main-media{height:520px!important;min-height:520px!important;max-height:520px!important}
  body.dpp-product-page .dpp-main-media>img{max-height:520px!important}
}
@media(max-width:720px){
  body.dpp-product-page .dpp-main-media{height:390px!important;min-height:390px!important;max-height:390px!important}
  body.dpp-product-page .dpp-main-media>img{max-height:390px!important}
  body.dpp-product-page .dpp-thumbs{max-height:none;padding-bottom:4px}
  body.dpp-product-page .dpp-thumb{width:76px!important;height:76px!important;min-height:76px!important;flex-basis:76px!important}
  body.dpp-product-page .dpp-gallery-nav{opacity:1;width:36px;height:36px;font-size:26px}
  body.dpp-product-page .dpp-modal-nav{width:44px;height:44px;font-size:34px}
  body.dpp-product-page .dpp-modal-prev{left:8px} body.dpp-product-page .dpp-modal-next{right:8px}
}

/* 0.3.0 targeted fixes: gallery hover/zoom, seller links, Dokan wholesale display, logos, uncropped seller products. */
body.dpp-product-page .dpp-thumb{cursor:pointer!important;pointer-events:auto!important}
body.dpp-product-page .dpp-thumb:hover,body.dpp-product-page .dpp-thumb:focus-visible{border-color:var(--dpp-green-700)!important;outline:none!important}
body.dpp-product-page .dpp-thumb img{image-rendering:auto!important;backface-visibility:hidden}
body.dpp-product-page #dpp-main-image{cursor:zoom-in!important;pointer-events:auto!important}
body.dpp-product-page .dpp-vendor-link{position:relative;z-index:6;pointer-events:auto!important;color:var(--dpp-green-950)!important;font-weight:800;text-decoration:none!important;cursor:pointer}
body.dpp-product-page .dpp-vendor-link:hover{text-decoration:underline!important;color:var(--dpp-green-700)!important}
body.dpp-product-page .dpp-wholesale-label{display:inline-flex;align-items:center;margin-left:6px;padding:2px 6px;border-radius:999px;background:#fff3c4;color:#6f5200;font-size:9px;font-style:normal;font-weight:900;vertical-align:middle}
body.dpp-product-page .dpp-tier-row.is-wholesale{background:#fffdf3;margin-inline:-6px;padding-inline:6px;border-radius:7px}
body.dpp-product-page .dpp-owner-preview-note{margin-top:9px;padding:9px 11px;border-radius:9px;background:#f5f7f6;color:#52605a;font-size:11px;line-height:1.45;border:1px solid var(--dpp-line)}
body.dpp-product-page .dpp-simple-cart.is-owner-preview .dpp-btn[disabled]{opacity:.72;cursor:not-allowed!important;filter:saturate(.7)}
body.dpp-product-page .dpp-native-status{margin-top:12px}
body.dpp-product-page .dpp-shop-logo{width:26px;height:26px;flex:0 0 26px;border-radius:7px;border:1px solid var(--dpp-line);background:#fff;display:grid;place-items:center;overflow:hidden;font-size:12px;font-weight:900;color:var(--dpp-green-950)}
body.dpp-product-page .dpp-shop-logo img{width:100%!important;height:100%!important;object-fit:contain!important;padding:2px;background:#fff}
body.dpp-product-page .dpp-shop-logo>span{display:grid;place-items:center;width:100%;height:100%}
body.dpp-product-page .dpp-product-card-image{display:grid!important;place-items:center;height:154px;background:#fff;overflow:hidden;border-bottom:1px solid #f0f1f1}
body.dpp-product-page .dpp-product-card-image img{width:100%!important;height:100%!important;max-width:100%!important;max-height:154px!important;object-fit:contain!important;object-position:center!important;padding:6px;background:#fff}
@media(max-width:720px){body.dpp-product-page .dpp-product-card-image{height:132px}body.dpp-product-page .dpp-product-card-image img{max-height:132px!important}}


/* === v0.4.0 targeted correctness fixes: truthful stars, native Dokan enquiry/report, sharper media === */
body.dpp-product-page .dpp-buybox-actions{display:flex;align-items:flex-end;justify-content:flex-end;gap:8px;flex-wrap:wrap;margin-left:auto}
body.dpp-product-page .dpp-native-report-abuse{font-size:11px;line-height:1.2;color:var(--dpp-muted)}
body.dpp-product-page .dpp-native-report-abuse a,
body.dpp-product-page .dpp-native-report-abuse button{display:inline-flex!important;align-items:center!important;gap:5px!important;background:transparent!important;color:var(--dpp-muted)!important;border:0!important;padding:3px 0!important;margin:0!important;box-shadow:none!important;font-size:11px!important;font-weight:700!important;text-decoration:none!important;min-height:0!important}
body.dpp-product-page .dpp-native-report-abuse a:hover,
body.dpp-product-page .dpp-native-report-abuse button:hover{color:var(--dpp-red)!important;text-decoration:underline!important}
body.dpp-product-page .dpp-native-report-abuse a::before,
body.dpp-product-page .dpp-native-report-abuse button::before{content:"⚑";color:var(--dpp-red);font-size:13px}

body.dpp-product-page .dpp-contact-wrap{margin-top:auto;width:100%}
body.dpp-product-page .dpp-native-product-enquiry{width:100%}
body.dpp-product-page .dpp-native-product-enquiry button,
body.dpp-product-page .dpp-native-product-enquiry .button,
body.dpp-product-page .dpp-native-product-enquiry a.button,
body.dpp-product-page .dpp-contact-vendor{width:100%!important;min-height:48px!important;display:flex!important;align-items:center!important;justify-content:center!important;border:1px solid var(--dpp-line)!important;border-radius:10px!important;background:#fff!important;color:var(--dpp-text)!important;font-weight:900!important;box-shadow:none!important;text-decoration:none!important}
body.dpp-product-page .dpp-native-product-enquiry button:hover,
body.dpp-product-page .dpp-native-product-enquiry .button:hover,
body.dpp-product-page .dpp-contact-vendor:hover{border-color:var(--dpp-green-700)!important;color:var(--dpp-green-800)!important}

body.dpp-product-page .dpp-stars-meter{display:inline-flex;align-items:center;gap:2px;white-space:nowrap;vertical-align:middle}
body.dpp-product-page .dpp-stars-meter .dpp-star{font-size:1em;line-height:1;color:#d6d9dd}
body.dpp-product-page .dpp-stars-meter .dpp-star.is-full{color:var(--dpp-yellow)}
body.dpp-product-page .dpp-stars-meter .dpp-star.is-half{position:relative;color:#d6d9dd}
body.dpp-product-page .dpp-stars-meter .dpp-star.is-half::before{content:"★";position:absolute;left:0;top:0;width:52%;overflow:hidden;color:var(--dpp-yellow)}
body.dpp-product-page .dpp-stars-large .dpp-stars-meter{font-size:24px}
body.dpp-product-page .dpp-product-card-rating .dpp-stars-meter{font-size:12px}
body.dpp-product-page .dpp-offer-rating .dpp-stars-meter{font-size:13px}

/* Keep original source crisp and make the zoom image use practically all available viewport space. */
body.dpp-product-page #dpp-main-image{image-rendering:auto!important;transform:translateZ(0)}
body.dpp-product-page .dpp-media-modal-inner{width:min(1500px,94vw)!important;height:min(900px,90vh)!important;display:grid!important;place-items:center!important}
body.dpp-product-page .dpp-media-modal-inner img{max-width:100%!important;max-height:100%!important;width:auto!important;height:auto!important;object-fit:contain!important;image-rendering:auto!important}

/* Related product photos must never be cropped. */
body.dpp-product-page .dpp-product-card-image{background:#fff!important}
body.dpp-product-page .dpp-product-card-image img{object-fit:contain!important;object-position:center!important;width:100%!important;height:100%!important;padding:4px!important}

/* === v0.5.0 HARD FIX: clickable gallery, body-level lightbox, guaranteed product report === */
html.dpp-modal-open,body.dpp-modal-open,html.dpp-report-open,body.dpp-report-open{overflow:hidden!important}

body.dpp-product-page .dpp-gallery-wrap{isolation:isolate}
body.dpp-product-page .dpp-thumbs{position:relative;z-index:12}
body.dpp-product-page .dpp-thumb{position:relative!important;z-index:12!important;cursor:pointer!important;pointer-events:auto!important;text-decoration:none!important;touch-action:manipulation}
body.dpp-product-page .dpp-thumb::before,body.dpp-product-page .dpp-thumb::after{pointer-events:none!important}
body.dpp-product-page .dpp-thumb img{pointer-events:none!important;user-select:none!important;-webkit-user-drag:none!important;object-fit:contain!important;background:#fff!important}
body.dpp-product-page .dpp-thumb.is-active{border-color:var(--dpp-green-800)!important;box-shadow:0 0 0 1px var(--dpp-green-800)!important}

body.dpp-product-page .dpp-main-media{position:relative!important;display:block!important;height:560px!important;min-height:560px!important;max-height:560px!important;overflow:hidden!important;background:#fff!important}
body.dpp-product-page .dpp-main-image-link{display:grid!important;place-items:center!important;width:100%!important;height:100%!important;position:relative!important;z-index:1!important;cursor:zoom-in!important;background:#fff!important;text-decoration:none!important;pointer-events:auto!important}
body.dpp-product-page .dpp-main-image-link>img,
body.dpp-product-page #dpp-main-image{display:block!important;width:100%!important;height:100%!important;min-width:0!important;min-height:0!important;max-width:100%!important;max-height:560px!important;object-fit:contain!important;object-position:center!important;cursor:zoom-in!important;pointer-events:none!important;transition:opacity .12s ease,transform .12s ease!important}
body.dpp-product-page #dpp-main-image.is-switching{opacity:.7!important;transform:scale(.997)!important}
body.dpp-product-page .dpp-heart,body.dpp-product-page .dpp-video-btn,body.dpp-product-page .dpp-gallery-nav,body.dpp-product-page .dpp-zoom{z-index:20!important;pointer-events:auto!important}

/* Full-screen gallery is moved directly under BODY by JS to defeat theme clipping. */
body.dpp-product-page .dpp-media-modal{position:fixed!important;inset:0!important;z-index:2147483640!important;background:rgba(7,11,9,.96)!important;padding:0!important;display:grid!important;grid-template-rows:64px minmax(0,1fr) 92px!important;grid-template-columns:1fr!important;place-items:stretch!important;backdrop-filter:blur(4px)}
body.dpp-product-page .dpp-media-modal[hidden]{display:none!important}
body.dpp-product-page .dpp-media-toolbar{height:64px;display:flex;align-items:center;justify-content:center;gap:18px;padding:0 84px;color:#fff;position:relative;z-index:5}
body.dpp-product-page .dpp-modal-counter{position:static!important;transform:none!important;background:rgba(255,255,255,.12)!important;color:#fff!important;border-radius:999px!important;padding:6px 12px!important;font-size:13px!important}
body.dpp-product-page .dpp-modal-help{font-size:12px;color:rgba(255,255,255,.72)}
body.dpp-product-page .dpp-media-close{position:absolute!important;right:20px!important;top:8px!important;width:48px!important;height:48px!important;display:grid!important;place-items:center!important;border-radius:50%!important;background:rgba(255,255,255,.10)!important;color:#fff!important;border:1px solid rgba(255,255,255,.18)!important;font-size:36px!important;line-height:1!important;z-index:10!important}
body.dpp-product-page .dpp-media-stage{min-height:0!important;min-width:0!important;display:grid!important;place-items:center!important;overflow:hidden!important;padding:10px 90px 16px!important;cursor:default!important}
body.dpp-product-page .dpp-media-modal-inner{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;display:grid!important;place-items:center!important;overflow:hidden!important;background:transparent!important}
body.dpp-product-page .dpp-media-modal-inner.is-zoomed{display:block!important;overflow:auto!important;text-align:center!important}
body.dpp-product-page .dpp-media-modal-inner .dpp-modal-image{display:block!important;margin:auto!important;width:auto!important;height:auto!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;cursor:zoom-in!important;box-shadow:0 14px 55px rgba(0,0,0,.38)}
body.dpp-product-page .dpp-media-modal-inner .dpp-modal-image.is-zoomed{max-width:none!important;max-height:none!important;width:auto!important;height:auto!important;cursor:zoom-out!important}
body.dpp-product-page .dpp-modal-nav{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;width:56px!important;height:56px!important;border-radius:50%!important;border:1px solid rgba(255,255,255,.24)!important;background:rgba(255,255,255,.10)!important;color:#fff!important;font-size:40px!important;line-height:1!important;z-index:12!important;display:grid!important;place-items:center!important;padding:0!important}
body.dpp-product-page .dpp-modal-prev{left:20px!important}body.dpp-product-page .dpp-modal-next{right:20px!important}
body.dpp-product-page .dpp-modal-thumbs{height:92px;display:flex;align-items:center;justify-content:center;gap:8px;overflow-x:auto;padding:10px 20px 14px;z-index:6;background:rgba(0,0,0,.22)}
body.dpp-product-page .dpp-modal-thumb{width:66px!important;height:66px!important;flex:0 0 66px!important;border:2px solid transparent!important;border-radius:9px!important;background:#fff!important;padding:2px!important;overflow:hidden!important;opacity:.68!important}
body.dpp-product-page .dpp-modal-thumb.is-active{border-color:#fff!important;opacity:1!important}
body.dpp-product-page .dpp-modal-thumb img{width:100%!important;height:100%!important;object-fit:contain!important;background:#fff!important;pointer-events:none!important}

/* Product report button is always rendered by DPP; not dependent on optional Dokan shortcodes. */
body.dpp-product-page .dpp-report-product{display:inline-flex!important;align-items:center!important;gap:5px!important;border:0!important;background:transparent!important;color:var(--dpp-muted)!important;padding:3px 0!important;margin:0!important;min-height:0!important;font-size:11px!important;font-weight:800!important;box-shadow:none!important;cursor:pointer!important;white-space:nowrap!important}
body.dpp-product-page .dpp-report-product:hover{color:var(--dpp-red)!important;text-decoration:underline!important}
body.dpp-product-page .dpp-report-modal{position:fixed!important;inset:0!important;z-index:2147483638!important;background:rgba(5,12,8,.76)!important;display:grid!important;place-items:center!important;padding:20px!important;backdrop-filter:blur(3px)}
body.dpp-product-page .dpp-report-modal[hidden]{display:none!important}
body.dpp-product-page .dpp-report-dialog{width:min(620px,96vw)!important;max-height:90vh!important;overflow:auto!important;background:#fff!important;border-radius:16px!important;padding:26px!important;box-shadow:0 30px 90px rgba(0,0,0,.34)!important;position:relative!important}
body.dpp-product-page .dpp-report-dialog h2{margin:0 40px 8px 0!important;font-size:24px!important}
body.dpp-product-page .dpp-report-intro{margin:0 0 18px!important;color:#5f6874!important;font-size:13px!important;line-height:1.55!important}
body.dpp-product-page .dpp-report-close{position:absolute!important;right:12px!important;top:10px!important;width:40px!important;height:40px!important;border-radius:50%!important;border:0!important;background:#f2f4f3!important;color:#111!important;font-size:28px!important;display:grid!important;place-items:center!important;padding:0!important}
body.dpp-product-page .dpp-report-form{display:grid!important;gap:14px!important}
body.dpp-product-page .dpp-report-form label{display:grid!important;gap:6px!important;font-size:13px!important;font-weight:800!important;color:#202730!important}
body.dpp-product-page .dpp-report-form input,body.dpp-product-page .dpp-report-form select,body.dpp-product-page .dpp-report-form textarea{width:100%!important;border:1px solid #dfe3e6!important;border-radius:9px!important;background:#fff!important;padding:11px 12px!important;color:#111827!important;font-weight:400!important;outline:none!important}
body.dpp-product-page .dpp-report-form input:focus,body.dpp-product-page .dpp-report-form select:focus,body.dpp-product-page .dpp-report-form textarea:focus{border-color:var(--dpp-green-700)!important;box-shadow:0 0 0 3px rgba(7,138,73,.10)!important}
body.dpp-product-page .dpp-report-two{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important}
body.dpp-product-page .dpp-report-submit{background:var(--dpp-red)!important;color:#fff!important;margin-top:2px!important}
body.dpp-product-page .dpp-report-message{margin:0!important;font-size:13px!important;color:var(--dpp-green-800)!important;min-height:18px!important}

@media(max-width:1100px){
  body.dpp-product-page .dpp-main-media{height:520px!important;min-height:520px!important;max-height:520px!important}
  body.dpp-product-page .dpp-main-image-link>img,body.dpp-product-page #dpp-main-image{max-height:520px!important}
}
@media(max-width:720px){
  body.dpp-product-page .dpp-main-media{height:390px!important;min-height:390px!important;max-height:390px!important}
  body.dpp-product-page .dpp-main-image-link>img,body.dpp-product-page #dpp-main-image{max-height:390px!important}
  body.dpp-product-page .dpp-media-modal{grid-template-rows:54px minmax(0,1fr) 82px!important}
  body.dpp-product-page .dpp-media-toolbar{height:54px;padding:0 62px 0 12px;justify-content:flex-start}
  body.dpp-product-page .dpp-modal-help{display:none}
  body.dpp-product-page .dpp-media-close{right:8px!important;top:6px!important;width:42px!important;height:42px!important}
  body.dpp-product-page .dpp-media-stage{padding:6px 8px 12px!important}
  body.dpp-product-page .dpp-modal-prev{left:8px!important}body.dpp-product-page .dpp-modal-next{right:8px!important}
  body.dpp-product-page .dpp-modal-nav{width:42px!important;height:42px!important;font-size:30px!important;background:rgba(0,0,0,.44)!important}
  body.dpp-product-page .dpp-modal-thumbs{height:82px;justify-content:flex-start}
  body.dpp-product-page .dpp-report-two{grid-template-columns:1fr!important}
}

/* === v0.6.0 gallery runtime: independent of bundled JS/minifiers === */
html.dpp-v6-lightbox-open,body.dpp-v6-lightbox-open{overflow:hidden!important}
body.dpp-product-page .dpp-gallery-v6 .dpp-thumb{pointer-events:auto!important;cursor:pointer!important;position:relative!important;z-index:40!important}
body.dpp-product-page .dpp-gallery-v6 .dpp-thumb img{pointer-events:none!important;width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;background:#fff!important;image-rendering:auto!important}
body.dpp-product-page .dpp-gallery-v6 .dpp-main-image-link{pointer-events:auto!important;cursor:zoom-in!important;z-index:2!important}
body.dpp-product-page .dpp-gallery-v6 [data-dpp-main-image]{pointer-events:none!important;object-fit:contain!important;background:#fff!important;image-rendering:auto!important}
.dpp-gallery-lightbox{position:fixed!important;inset:0!important;z-index:2147483646!important;background:rgba(5,9,7,.97)!important;display:grid!important;grid-template-columns:1fr!important;grid-template-rows:64px minmax(0,1fr) 92px!important;color:#fff!important;pointer-events:auto!important}
.dpp-gallery-lightbox[hidden]{display:none!important}
.dpp-v6-lightbox-toolbar{display:flex!important;align-items:center!important;justify-content:center!important;gap:16px!important;position:relative!important;padding:8px 84px!important;background:rgba(0,0,0,.28)!important}
.dpp-v6-counter{font-weight:800!important;font-size:13px!important;background:rgba(255,255,255,.12)!important;border-radius:999px!important;padding:7px 12px!important}
.dpp-v6-zoom-tools{display:flex!important;align-items:center!important;gap:6px!important}
.dpp-v6-zoom-tools button,.dpp-v6-close{border:1px solid rgba(255,255,255,.22)!important;background:rgba(255,255,255,.10)!important;color:#fff!important;box-shadow:none!important}
.dpp-v6-zoom-tools button{height:38px!important;min-width:42px!important;border-radius:9px!important;padding:0 12px!important;font-weight:800!important}
.dpp-v6-close{position:absolute!important;right:16px!important;top:8px!important;width:48px!important;height:48px!important;border-radius:50%!important;font-size:34px!important;line-height:1!important;display:grid!important;place-items:center!important;padding:0!important}
.dpp-v6-stage{min-width:0!important;min-height:0!important;overflow:hidden!important;display:grid!important;place-items:center!important;padding:14px 86px!important;touch-action:none!important;cursor:default!important}
.dpp-v6-stage.is-zoomed{cursor:grab!important}.dpp-v6-stage.is-dragging{cursor:grabbing!important}
.dpp-v6-canvas{max-width:100%!important;max-height:100%!important;width:100%!important;height:100%!important;display:grid!important;place-items:center!important;transform-origin:center center!important;will-change:transform!important}
.dpp-v6-full-image{display:block!important;max-width:100%!important;max-height:100%!important;width:auto!important;height:auto!important;object-fit:contain!important;object-position:center!important;user-select:none!important;-webkit-user-drag:none!important;box-shadow:0 16px 60px rgba(0,0,0,.38)!important}
.dpp-v6-nav{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;width:58px!important;height:58px!important;border-radius:50%!important;border:1px solid rgba(255,255,255,.22)!important;background:rgba(255,255,255,.10)!important;color:#fff!important;font-size:42px!important;line-height:1!important;display:grid!important;place-items:center!important;padding:0!important;z-index:8!important}
.dpp-v6-prev{left:16px!important}.dpp-v6-next{right:16px!important}
.dpp-v6-lightbox-thumbs{height:92px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;overflow-x:auto!important;padding:10px 20px!important;background:rgba(0,0,0,.30)!important}
.dpp-v6-lightbox-thumb{width:68px!important;height:68px!important;flex:0 0 68px!important;padding:2px!important;border:2px solid transparent!important;border-radius:9px!important;overflow:hidden!important;background:#fff!important;opacity:.72!important}
.dpp-v6-lightbox-thumb.is-active{border-color:#fff!important;opacity:1!important}
.dpp-v6-lightbox-thumb img{width:100%!important;height:100%!important;object-fit:contain!important;background:#fff!important;pointer-events:none!important}
@media(max-width:720px){.dpp-gallery-lightbox{grid-template-rows:58px minmax(0,1fr) 78px!important}.dpp-v6-lightbox-toolbar{padding:6px 64px 6px 10px!important;justify-content:flex-start!important}.dpp-v6-zoom-tools{margin-left:auto!important}.dpp-v6-stage{padding:10px 12px!important}.dpp-v6-nav{width:44px!important;height:44px!important;font-size:34px!important;background:rgba(0,0,0,.42)!important}.dpp-v6-prev{left:6px!important}.dpp-v6-next{right:6px!important}.dpp-v6-lightbox-thumbs{height:78px!important;justify-content:flex-start!important}.dpp-v6-lightbox-thumb{width:58px!important;height:58px!important;flex-basis:58px!important}}

/* === v0.7.0 gallery layout: thumbnails UNDER the main image === */
body.dpp-product-page .dpp-gallery-v7{
  display:flex!important;flex-direction:column!important;gap:14px!important;
  width:100%!important;min-width:0!important;overflow:visible!important;
}
body.dpp-product-page .dpp-gallery-v7 .dpp-main-media{order:1!important;width:100%!important;margin:0!important}
body.dpp-product-page .dpp-gallery-v7 .dpp-thumbs{
  order:2!important;display:flex!important;flex-direction:row!important;align-items:stretch!important;
  gap:10px!important;width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;
  padding:2px 2px 10px!important;margin:0!important;position:relative!important;z-index:30!important;
  scrollbar-width:thin!important;scrollbar-color:#9ca3af transparent!important;overscroll-behavior-x:contain!important;
  -webkit-overflow-scrolling:touch!important;
}
body.dpp-product-page .dpp-gallery-v7 .dpp-thumbs::-webkit-scrollbar{height:8px!important}
body.dpp-product-page .dpp-gallery-v7 .dpp-thumbs::-webkit-scrollbar-track{background:transparent!important}
body.dpp-product-page .dpp-gallery-v7 .dpp-thumbs::-webkit-scrollbar-thumb{background:#9ca3af!important;border-radius:999px!important}
body.dpp-product-page .dpp-gallery-v7 .dpp-thumb{
  flex:0 0 96px!important;width:96px!important;height:96px!important;min-width:96px!important;min-height:96px!important;
  max-width:96px!important;max-height:96px!important;aspect-ratio:1/1!important;display:grid!important;place-items:center!important;
  border:2px solid #e5e7eb!important;border-radius:12px!important;background:#fff!important;overflow:hidden!important;
  cursor:pointer!important;pointer-events:auto!important;position:relative!important;z-index:31!important;box-shadow:none!important;touch-action:manipulation!important;
}
body.dpp-product-page .dpp-gallery-v7 .dpp-thumb:hover,
body.dpp-product-page .dpp-gallery-v7 .dpp-thumb:focus-visible{border-color:var(--dpp-green-700)!important;outline:none!important;box-shadow:0 0 0 2px rgba(7,138,73,.10)!important}
body.dpp-product-page .dpp-gallery-v7 .dpp-thumb.is-active{border-color:var(--dpp-green-800)!important;box-shadow:0 0 0 1px var(--dpp-green-800)!important}
body.dpp-product-page .dpp-gallery-v7 .dpp-thumb img{
  width:100%!important;height:100%!important;padding:4px!important;object-fit:contain!important;object-position:center!important;
  background:#fff!important;pointer-events:none!important;
}
body.dpp-product-page .dpp-gallery-v7 .dpp-main-image-link{
  position:absolute!important;inset:0!important;width:100%!important;height:100%!important;display:grid!important;place-items:center!important;
  z-index:2!important;pointer-events:auto!important;cursor:zoom-in!important;
}
body.dpp-product-page .dpp-gallery-v7 .dpp-main-image-link>img{
  width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;padding:18px!important;
  object-fit:contain!important;object-position:center!important;background:#fff!important;pointer-events:none!important;
}
body.dpp-product-page .dpp-gallery-v7 .dpp-heart,
body.dpp-product-page .dpp-gallery-v7 .dpp-video-btn,
body.dpp-product-page .dpp-gallery-v7 .dpp-gallery-nav,
body.dpp-product-page .dpp-gallery-v7 .dpp-zoom,
body.dpp-product-page .dpp-gallery-v7 .dpp-badge{z-index:50!important;pointer-events:auto!important}
@media(max-width:720px){
  body.dpp-product-page .dpp-gallery-v7{gap:10px!important}
  body.dpp-product-page .dpp-gallery-v7 .dpp-thumbs{gap:8px!important;padding-bottom:8px!important}
  body.dpp-product-page .dpp-gallery-v7 .dpp-thumb{flex-basis:78px!important;width:78px!important;height:78px!important;min-width:78px!important;min-height:78px!important;max-width:78px!important;max-height:78px!important}
  body.dpp-product-page .dpp-gallery-v7 .dpp-main-image-link>img{padding:10px!important}
}


/* === v0.8.0 targeted UI fixes: centered bottom thumbnails, smaller main image, reliable report button, sale-price styling === */
body.dpp-product-page .dpp-gallery-wrap,
.dpp-product-page .dpp-gallery-wrap{display:flex!important;flex-direction:column!important;align-items:center!important;gap:16px!important}
body.dpp-product-page .dpp-gallery-wrap .dpp-main-media,
.dpp-product-page .dpp-gallery-wrap .dpp-main-media{order:1!important;width:min(100%,980px)!important;height:480px!important;min-height:480px!important;max-height:480px!important;margin:0 auto!important;background:#f7f7f7!important}
body.dpp-product-page .dpp-gallery-wrap .dpp-main-image-link,
.dpp-product-page .dpp-gallery-wrap .dpp-main-image-link{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:100%!important}
body.dpp-product-page .dpp-gallery-wrap .dpp-main-media img[data-dpp-main-image],
body.dpp-product-page .dpp-gallery-wrap .dpp-main-media > img,
.dpp-product-page .dpp-gallery-wrap .dpp-main-media img[data-dpp-main-image],
.dpp-product-page .dpp-gallery-wrap .dpp-main-media > img{display:block!important;width:100%!important;height:100%!important;min-height:0!important;max-height:100%!important;object-fit:contain!important;object-position:center center!important;margin:0 auto!important;padding:18px!important}
body.dpp-product-page .dpp-gallery-wrap .dpp-thumbs,
.dpp-product-page .dpp-gallery-wrap .dpp-thumbs{order:2!important;display:flex!important;flex-direction:row!important;justify-content:center!important;align-items:center!important;gap:14px!important;flex-wrap:nowrap!important;overflow-x:auto!important;overflow-y:hidden!important;max-width:min(100%,980px)!important;width:100%!important;padding:4px 6px 2px!important;margin:0 auto!important;scrollbar-width:thin}
body.dpp-product-page .dpp-gallery-wrap .dpp-thumb,
.dpp-product-page .dpp-gallery-wrap .dpp-thumb{width:96px!important;height:96px!important;min-height:96px!important;flex:0 0 96px!important}
body.dpp-product-page .dpp-gallery-wrap .dpp-thumb img,
.dpp-product-page .dpp-gallery-wrap .dpp-thumb img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important;padding:6px!important;background:#fff!important}
body.dpp-product-page .dpp-buybox .dpp-main-price del,
.dpp-product-page .dpp-buybox .dpp-main-price del{color:#c62828!important;text-decoration-color:#c62828!important;text-decoration-thickness:2px!important;text-decoration-line:line-through!important;opacity:1!important}
body.dpp-product-page .dpp-buybox .dpp-main-price ins,
.dpp-product-page .dpp-buybox .dpp-main-price ins{color:var(--dpp-text)!important;text-decoration:none!important;font-weight:900!important}
body.dpp-product-page .dpp-report-product,
.dpp-product-page .dpp-report-product{position:relative!important;z-index:12!important;pointer-events:auto!important}
body.dpp-product-page .dpp-report-modal[hidden],
.dpp-product-page .dpp-report-modal[hidden]{display:none!important}
body.dpp-product-page .dpp-report-modal,
.dpp-product-page .dpp-report-modal{position:fixed!important;inset:0!important;background:rgba(0,0,0,.52)!important;z-index:2147483646!important;padding:24px!important;display:grid!important;place-items:center!important}
body.dpp-product-page .dpp-report-dialog,
.dpp-product-page .dpp-report-dialog{position:relative!important;width:min(560px,calc(100vw - 28px))!important;max-height:min(88vh,820px)!important;overflow:auto!important;background:#fff!important;border-radius:18px!important;padding:22px!important;box-shadow:0 20px 60px rgba(0,0,0,.28)!important}
body.dpp-product-page .dpp-report-dialog label,
.dpp-product-page .dpp-report-dialog input,
.dpp-product-page .dpp-report-dialog select,
body.dpp-product-page .dpp-report-dialog textarea{display:block!important;width:100%!important}
body.dpp-product-page .dpp-report-dialog input,
body.dpp-product-page .dpp-report-dialog select,
body.dpp-product-page .dpp-report-dialog textarea{margin-top:7px!important;border:1px solid var(--dpp-line)!important;border-radius:10px!important;padding:11px 12px!important;background:#fff!important}
body.dpp-product-page .dpp-report-two{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important}
body.dpp-product-page .dpp-report-close{position:absolute!important;top:10px!important;right:14px!important;border:0!important;background:transparent!important;font-size:34px!important;line-height:1!important;padding:0!important;color:var(--dpp-text)!important;cursor:pointer!important}
@media (max-width: 720px){
  body.dpp-product-page .dpp-gallery-wrap .dpp-main-media,
  .dpp-product-page .dpp-gallery-wrap .dpp-main-media{height:360px!important;min-height:360px!important;max-height:360px!important;width:100%!important}
  body.dpp-product-page .dpp-gallery-wrap .dpp-thumb,
  .dpp-product-page .dpp-gallery-wrap .dpp-thumb{width:78px!important;height:78px!important;min-height:78px!important;flex-basis:78px!important}
  body.dpp-product-page .dpp-report-two{grid-template-columns:1fr!important}
}


/* === v0.9.0 hard fixes: smaller full-product view, no-JS report modal, unmistakable Woo sale strike === */
body.dpp-product-page .dpp-gallery-v8 .dpp-main-media{
  width:min(100%,860px)!important;
  height:410px!important;
  min-height:410px!important;
  max-height:410px!important;
  margin-inline:auto!important;
  background:#fff!important;
}
body.dpp-product-page .dpp-gallery-v8 .dpp-main-image-link{
  position:absolute!important;
  inset:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:100%!important;
}
body.dpp-product-page .dpp-gallery-v8 .dpp-main-image-link > img{
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  min-height:0!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  padding:28px!important;
  background:#fff!important;
}
body.dpp-product-page .dpp-gallery-v8 .dpp-thumbs{
  width:min(100%,860px)!important;
  max-width:860px!important;
  justify-content:center!important;
  margin:0 auto!important;
}
body.dpp-product-page .dpp-real-old-price{
  position:relative!important;
  display:inline-block!important;
  color:#6b7280!important;
  text-decoration:none!important;
  font-size:18px!important;
  font-weight:800!important;
  line-height:1.2!important;
  opacity:1!important;
  padding-inline:1px!important;
}
body.dpp-product-page .dpp-real-old-price::after{
  content:""!important;
  position:absolute!important;
  left:-2px!important;
  right:-2px!important;
  top:50%!important;
  height:3px!important;
  background:#e41e24!important;
  transform:translateY(-50%) rotate(-2deg)!important;
  border-radius:999px!important;
  pointer-events:none!important;
}
body.dpp-product-page .dpp-real-sale-price{
  display:inline-block!important;
  color:var(--dpp-text)!important;
  text-decoration:none!important;
  font-size:34px!important;
  font-weight:900!important;
  line-height:1.1!important;
}
body.dpp-product-page .dpp-report-modal{display:none!important}
body.dpp-product-page .dpp-report-modal:target{
  position:fixed!important;
  inset:0!important;
  display:grid!important;
  place-items:center!important;
  z-index:2147483646!important;
  background:rgba(0,0,0,.55)!important;
  padding:24px!important;
}
body.dpp-product-page .dpp-report-product{
  display:inline-flex!important;
  align-items:center!important;
  gap:4px!important;
  cursor:pointer!important;
  position:relative!important;
  z-index:20!important;
  pointer-events:auto!important;
  color:var(--dpp-muted)!important;
  font-weight:800!important;
  font-size:11px!important;
}
body.dpp-product-page .dpp-report-product:hover{color:var(--dpp-red)!important;text-decoration:underline!important}
body.dpp-product-page .dpp-report-sent{font-size:10px;color:var(--dpp-green-700);font-weight:800;white-space:nowrap}
body.dpp-product-page .dpp-report-dialog{position:relative!important}
body.dpp-product-page .dpp-report-close{display:grid!important;place-items:center!important;text-decoration:none!important}
@media(max-width:1100px){
  body.dpp-product-page .dpp-gallery-v8 .dpp-main-media{width:min(100%,780px)!important;height:390px!important;min-height:390px!important;max-height:390px!important}
  body.dpp-product-page .dpp-gallery-v8 .dpp-thumbs{width:min(100%,780px)!important;max-width:780px!important}
}
@media(max-width:720px){
  body.dpp-product-page .dpp-gallery-v8 .dpp-main-media{width:100%!important;height:320px!important;min-height:320px!important;max-height:320px!important}
  body.dpp-product-page .dpp-gallery-v8 .dpp-main-image-link > img{padding:14px!important}
  body.dpp-product-page .dpp-real-sale-price{font-size:30px!important}
}

body.dpp-product-page .dpp-real-old-price .woocommerce-Price-amount,
body.dpp-product-page .dpp-real-old-price .woocommerce-Price-currencySymbol{
  color:inherit!important;font-size:inherit!important;font-weight:inherit!important;line-height:inherit!important;
}
body.dpp-product-page .dpp-real-sale-price .woocommerce-Price-amount,
body.dpp-product-page .dpp-real-sale-price .woocommerce-Price-currencySymbol{
  color:inherit!important;font-size:inherit!important;font-weight:inherit!important;line-height:inherit!important;
}


/* === v1.0.0 native WooCommerce gallery + DIPANI-facing wording === */
body.dpp-product-page .dpp-native-gallery-shell{
  width:100%!important;
  display:block!important;
}
body.dpp-product-page .dpp-native-gallery-frame{
  position:relative!important;
  width:100%!important;
  max-width:100%!important;
  margin:0 auto!important;
}
body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery{
  width:100%!important;
  float:none!important;
  margin:0!important;
  opacity:1!important;
}
body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__wrapper{
  margin:0!important;
}
body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__image{
  width:100%!important;
  background:#fff!important;
  border:1px solid var(--dpp-line)!important;
  border-radius:18px!important;
  overflow:hidden!important;
}
body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__image > a{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:470px!important;
  background:#fff!important;
}
body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__image img{
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:470px!important;
  object-fit:contain!important;
  object-position:center center!important;
  padding:18px!important;
  background:#fff!important;
}
body.dpp-product-page .dpp-native-gallery-frame .flex-viewport{
  border-radius:18px!important;
  overflow:hidden!important;
}
body.dpp-product-page .dpp-native-gallery-frame .flex-control-nav.flex-control-thumbs{
  position:static!important;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  gap:14px!important;
  flex-wrap:wrap!important;
  width:100%!important;
  max-width:100%!important;
  margin:16px auto 0!important;
  padding:0!important;
}
body.dpp-product-page .dpp-native-gallery-frame .flex-control-thumbs li{
  float:none!important;
  width:96px!important;
  height:96px!important;
  flex:0 0 96px!important;
  margin:0!important;
  border:2px solid var(--dpp-line)!important;
  border-radius:12px!important;
  overflow:hidden!important;
  background:#fff!important;
}
body.dpp-product-page .dpp-native-gallery-frame .flex-control-thumbs li:has(img.flex-active){
  border-color:var(--dpp-green-800)!important;
}
body.dpp-product-page .dpp-native-gallery-frame .flex-control-thumbs img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  padding:5px!important;
  background:#fff!important;
  opacity:1!important;
  cursor:pointer!important;
}
body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__trigger{
  right:16px!important;
  bottom:16px!important;
  top:auto!important;
  left:auto!important;
  z-index:20!important;
}
body.dpp-product-page .dpp-native-gallery-frame .dpp-heart{
  right:16px!important;
  top:16px!important;
  z-index:30!important;
}
body.dpp-product-page .dpp-native-gallery-frame .dpp-badge{
  left:16px!important;
  top:16px!important;
  z-index:30!important;
}
body.dpp-product-page .dpp-native-gallery-frame .dpp-native-video-link{
  left:16px!important;
  top:60px!important;
  z-index:30!important;
  text-decoration:none!important;
}

/* WooCommerce PhotoSwipe: always fit the complete original image at the initial view. */
body.dpp-product-page .pswp{
  z-index:2147483646!important;
}
body.dpp-product-page .pswp__img{
  object-fit:contain!important;
}
body.dpp-product-page .pswp__bg{
  background:rgba(7,12,10,.96)!important;
}

/* Fallback report screen is server-rendered and does not depend on JS/hash targets. */
body.dpp-product-page .dpp-report-modal{
  position:fixed!important;
  inset:0!important;
  display:grid!important;
  place-items:center!important;
  padding:24px!important;
  z-index:2147483646!important;
  background:rgba(0,0,0,.58)!important;
}
body.dpp-product-page .dpp-report-dialog{
  position:relative!important;
  width:min(560px,calc(100vw - 32px))!important;
  max-height:88vh!important;
  overflow:auto!important;
  padding:24px!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 24px 70px rgba(0,0,0,.30)!important;
}
body.dpp-product-page .dpp-report-close{
  position:absolute!important;
  right:16px!important;
  top:10px!important;
  color:var(--dpp-text)!important;
  font-size:34px!important;
  line-height:1!important;
  text-decoration:none!important;
}
body.dpp-product-page .dpp-report-product{
  pointer-events:auto!important;
  cursor:pointer!important;
}

/* Keep real WooCommerce sale markup clear: old price crossed out, current price dominant. */
body.dpp-product-page .dpp-main-price del,
body.dpp-product-page .dpp-real-old-price{
  display:inline-flex!important;
  color:#b42318!important;
  text-decoration-line:line-through!important;
  text-decoration-color:#b42318!important;
  text-decoration-thickness:2.5px!important;
  opacity:1!important;
  font-weight:700!important;
}
body.dpp-product-page .dpp-main-price ins,
body.dpp-product-page .dpp-real-sale-price{
  display:inline-flex!important;
  text-decoration:none!important;
  color:var(--dpp-text)!important;
  font-weight:900!important;
}

@media(max-width:720px){
  body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__image > a{
    height:350px!important;
  }
  body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__image img{
    max-height:350px!important;
    padding:10px!important;
  }
  body.dpp-product-page .dpp-native-gallery-frame .flex-control-nav.flex-control-thumbs{
    gap:8px!important;
    flex-wrap:nowrap!important;
    overflow-x:auto!important;
    justify-content:flex-start!important;
  }
  body.dpp-product-page .dpp-native-gallery-frame .flex-control-thumbs li{
    width:78px!important;
    height:78px!important;
    flex-basis:78px!important;
  }
}


/* === v1.0.1: product report moved below stock line inside buybox === */
body.dpp-product-page .dpp-buybox-topline .dpp-report-product,
body.dpp-product-page .dpp-buybox-topline .dpp-native-report-abuse{
  display:none!important;
}
body.dpp-product-page .dpp-report-slot{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:8px!important;
  margin:10px 0 2px!important;
  padding-top:8px!important;
  border-top:1px solid #eef0ef!important;
}
body.dpp-product-page .dpp-report-slot .dpp-report-product{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  padding:7px 10px!important;
  border:1px solid var(--dpp-line)!important;
  border-radius:9px!important;
  background:#fff!important;
  color:var(--dpp-muted)!important;
  font-size:12px!important;
  font-weight:800!important;
  line-height:1.2!important;
  text-decoration:none!important;
  cursor:pointer!important;
  pointer-events:auto!important;
  position:relative!important;
  z-index:20!important;
  box-shadow:none!important;
}
body.dpp-product-page .dpp-report-slot .dpp-report-product:hover{
  color:var(--dpp-red)!important;
  border-color:#efb3b3!important;
  background:#fff8f8!important;
}
body.dpp-product-page .dpp-report-slot .dpp-report-sent{
  color:var(--dpp-green-700)!important;
  font-size:12px!important;
  font-weight:800!important;
}


/* === v1.0.2 based strictly on user-supplied 1.0.1 build ===
 * Only: tighter native Woo gallery + reliable inline product report.
 */
body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery{
  width:min(100%,900px)!important;
  max-width:900px!important;
  margin:0 auto!important;
}
body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__image,
body.dpp-product-page .dpp-native-gallery-frame .flex-viewport{
  width:100%!important;
  max-width:900px!important;
  margin-inline:auto!important;
}
body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__image > a{
  height:420px!important;
  min-height:420px!important;
  max-height:420px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  background:#fff!important;
}
body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__image img{
  width:auto!important;
  height:auto!important;
  max-width:100%!important;
  max-height:420px!important;
  object-fit:contain!important;
  object-position:center!important;
  margin:auto!important;
  padding:18px!important;
  background:#fff!important;
}
body.dpp-product-page .dpp-native-gallery-frame .flex-control-nav.flex-control-thumbs{
  justify-content:center!important;
  flex-wrap:wrap!important;
  max-width:900px!important;
  margin:14px auto 0!important;
}
body.dpp-product-page .dpp-native-gallery-frame .flex-control-thumbs li{
  width:88px!important;
  height:88px!important;
  flex:0 0 88px!important;
}
body.dpp-product-page .dpp-native-gallery-frame .flex-control-thumbs img{
  object-fit:contain!important;
  padding:5px!important;
  background:#fff!important;
}

/* Report form: native HTML details/summary, no JS, no modal, no page-open link. */
body.dpp-product-page .dpp-report-slot{
  display:block!important;
  margin:10px 0 2px!important;
  padding-top:8px!important;
  border-top:1px solid #eef0ef!important;
}
body.dpp-product-page .dpp-report-inline{
  width:100%!important;
  margin:0!important;
}
body.dpp-product-page .dpp-report-inline > summary{
  list-style:none!important;
}
body.dpp-product-page .dpp-report-inline > summary::-webkit-details-marker{display:none!important}
body.dpp-product-page .dpp-report-slot .dpp-report-product{
  width:max-content!important;
  margin-left:auto!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  padding:7px 10px!important;
  border:1px solid var(--dpp-line)!important;
  border-radius:9px!important;
  background:#fff!important;
  color:var(--dpp-muted)!important;
  font-size:12px!important;
  font-weight:800!important;
  line-height:1.2!important;
  cursor:pointer!important;
  user-select:none!important;
}
body.dpp-product-page .dpp-report-inline[open] .dpp-report-product{
  color:var(--dpp-red)!important;
  border-color:#efb3b3!important;
  background:#fff8f8!important;
}
body.dpp-product-page .dpp-report-inline-panel{
  margin-top:10px!important;
  padding:14px!important;
  border:1px solid var(--dpp-line)!important;
  border-radius:12px!important;
  background:#fafbfa!important;
}
body.dpp-product-page .dpp-report-inline-panel h3{margin:0 0 5px!important;font-size:16px!important}
body.dpp-product-page .dpp-report-inline-panel p{margin:0 0 12px!important;font-size:12px!important;color:var(--dpp-muted)!important}
body.dpp-product-page .dpp-report-inline-form{display:grid!important;gap:10px!important}
body.dpp-product-page .dpp-report-inline-form label{display:block!important;font-size:12px!important;font-weight:700!important}
body.dpp-product-page .dpp-report-inline-form input,
body.dpp-product-page .dpp-report-inline-form select,
body.dpp-product-page .dpp-report-inline-form textarea{
  display:block!important;
  width:100%!important;
  margin-top:5px!important;
  padding:9px 10px!important;
  border:1px solid var(--dpp-line)!important;
  border-radius:8px!important;
  background:#fff!important;
  color:var(--dpp-text)!important;
}
body.dpp-product-page .dpp-report-inline-form .dpp-btn{min-height:42px!important;font-size:13px!important;padding:10px 12px!important}
body.dpp-product-page .dpp-report-success{margin-bottom:10px!important;padding:8px 10px!important;border-radius:8px!important;background:#edf7ef!important;color:var(--dpp-green-700)!important;font-size:12px!important;font-weight:800!important}
body.dpp-product-page .dpp-report-error{margin-bottom:10px!important;padding:8px 10px!important;border-radius:8px!important;background:#fff0f0!important;color:var(--dpp-red)!important;font-size:12px!important;font-weight:800!important}
/* No legacy report overlay in this build. */
body.dpp-product-page .dpp-report-modal{display:none!important}

@media(max-width:1100px){
  body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery{max-width:780px!important}
  body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__image > a{height:390px!important;min-height:390px!important;max-height:390px!important}
  body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__image img{max-height:390px!important}
}
@media(max-width:720px){
  body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__image > a{height:320px!important;min-height:320px!important;max-height:320px!important}
  body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__image img{max-height:320px!important;padding:10px!important}
  body.dpp-product-page .dpp-native-gallery-frame .flex-control-nav.flex-control-thumbs{flex-wrap:nowrap!important;overflow-x:auto!important;justify-content:flex-start!important}
  body.dpp-product-page .dpp-native-gallery-frame .flex-control-thumbs li{width:76px!important;height:76px!important;flex-basis:76px!important}
  body.dpp-product-page .dpp-report-two{grid-template-columns:1fr!important}
}


/* === v1.0.3 targeted fixes only: share, vendor link, report reason select, hover magnifier === */
body.dpp-product-page .dpp-native-gallery-frame .dpp-gallery-top-actions{
  position:absolute!important;
  top:16px!important;
  right:16px!important;
  z-index:45!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  pointer-events:auto!important;
}
body.dpp-product-page .dpp-native-gallery-frame .dpp-gallery-top-actions .dpp-heart,
body.dpp-product-page .dpp-native-gallery-frame .dpp-gallery-top-actions .dpp-share{
  position:static!important;
  width:44px!important;
  height:44px!important;
  border-radius:50%!important;
  border:1px solid rgba(17,24,39,.07)!important;
  background:#fff!important;
  box-shadow:0 4px 14px rgba(0,0,0,.12)!important;
  display:grid!important;
  place-items:center!important;
  padding:0!important;
  margin:0!important;
  pointer-events:auto!important;
  cursor:pointer!important;
}
body.dpp-product-page .dpp-native-gallery-frame .dpp-gallery-top-actions .dpp-heart{
  color:var(--dpp-red)!important;
  font-size:27px!important;
}
body.dpp-product-page .dpp-native-gallery-frame .dpp-gallery-top-actions .dpp-heart.is-active{
  background:var(--dpp-red)!important;
  color:#fff!important;
}
body.dpp-product-page .dpp-native-gallery-frame .dpp-gallery-top-actions .dpp-share{
  color:var(--dpp-green-950)!important;
  font-size:20px!important;
  font-weight:900!important;
}
body.dpp-product-page .dpp-native-gallery-frame .dpp-gallery-top-actions .dpp-share:hover,
body.dpp-product-page .dpp-native-gallery-frame .dpp-gallery-top-actions .dpp-share.is-copied{
  color:var(--dpp-green-700)!important;
  border-color:rgba(7,138,73,.28)!important;
}

body.dpp-product-page .dpp-native-gallery-frame .dpp-hover-zoom{
  position:absolute!important;
  right:18px!important;
  bottom:126px!important;
  z-index:44!important;
  width:46px!important;
  height:46px!important;
  border-radius:50%!important;
  border:1px solid rgba(17,24,39,.08)!important;
  background:rgba(255,255,255,.97)!important;
  color:#111827!important;
  box-shadow:0 4px 14px rgba(0,0,0,.13)!important;
  display:grid!important;
  place-items:center!important;
  padding:0!important;
  font-size:24px!important;
  line-height:1!important;
  cursor:zoom-in!important;
  pointer-events:auto!important;
  opacity:0!important;
  visibility:hidden!important;
  transform:translateY(5px)!important;
  transition:opacity .16s ease, transform .16s ease, visibility .16s ease!important;
}
body.dpp-product-page .dpp-native-gallery-frame:hover .dpp-hover-zoom,
body.dpp-product-page .dpp-native-gallery-frame:focus-within .dpp-hover-zoom{
  opacity:1!important;
  visibility:visible!important;
  transform:translateY(0)!important;
}
/* Keep WooCommerce's native trigger available for JS/PhotoSwipe, but do not show a second magnifier. */
body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__trigger{
  opacity:0!important;
  pointer-events:none!important;
}

body.dpp-product-page .dpp-sellerline{
  position:relative!important;
  z-index:30!important;
  pointer-events:auto!important;
}
body.dpp-product-page .dpp-sellerline .dpp-vendor-link{
  display:inline-flex!important;
  align-items:center!important;
  position:relative!important;
  z-index:31!important;
  pointer-events:auto!important;
  cursor:pointer!important;
  color:var(--dpp-green-950)!important;
  text-decoration:none!important;
}
body.dpp-product-page .dpp-sellerline .dpp-vendor-link:hover,
body.dpp-product-page .dpp-sellerline .dpp-vendor-link:focus-visible{
  color:var(--dpp-green-700)!important;
  text-decoration:underline!important;
  outline:none!important;
}

body.dpp-product-page .dpp-report-inline-form .dpp-report-reason-label{
  display:block!important;
  width:100%!important;
}
body.dpp-product-page .dpp-report-inline-form .dpp-report-reason-label > span:first-child{
  display:block!important;
  margin-bottom:6px!important;
}
body.dpp-product-page .dpp-report-select-wrap{
  position:relative!important;
  display:block!important;
  width:100%!important;
  height:46px!important;
  min-height:46px!important;
}
body.dpp-product-page .dpp-report-select-wrap::after{
  content:""!important;
  position:absolute!important;
  right:16px!important;
  top:50%!important;
  width:8px!important;
  height:8px!important;
  border-right:2px solid #4b5563!important;
  border-bottom:2px solid #4b5563!important;
  transform:translateY(-65%) rotate(45deg)!important;
  pointer-events:none!important;
  z-index:3!important;
}
body.dpp-product-page .dpp-report-inline-form .dpp-report-select-wrap select[name="reason"]{
  display:block!important;
  position:relative!important;
  visibility:visible!important;
  opacity:1!important;
  width:100%!important;
  height:46px!important;
  min-height:46px!important;
  max-height:46px!important;
  margin:0!important;
  padding:0 44px 0 13px!important;
  border:1px solid #d9dee3!important;
  border-radius:10px!important;
  background:#fff!important;
  color:var(--dpp-text)!important;
  font-size:13px!important;
  line-height:44px!important;
  box-shadow:0 2px 5px rgba(0,0,0,.04)!important;
  appearance:none!important;
  -webkit-appearance:none!important;
  -moz-appearance:none!important;
  cursor:pointer!important;
  z-index:2!important;
}
body.dpp-product-page .dpp-report-inline-form .dpp-report-select-wrap select[name="reason"]:focus{
  border-color:var(--dpp-green-700)!important;
  box-shadow:0 0 0 3px rgba(7,138,73,.10)!important;
  outline:none!important;
}

@media(max-width:720px){
  body.dpp-product-page .dpp-native-gallery-frame .dpp-gallery-top-actions{top:10px!important;right:10px!important;gap:7px!important}
  body.dpp-product-page .dpp-native-gallery-frame .dpp-gallery-top-actions .dpp-heart,
  body.dpp-product-page .dpp-native-gallery-frame .dpp-gallery-top-actions .dpp-share{width:40px!important;height:40px!important}
  body.dpp-product-page .dpp-native-gallery-frame .dpp-hover-zoom{right:12px!important;bottom:100px!important;opacity:1!important;visibility:visible!important;transform:none!important}
}


/* === v1.0.4 targeted fixes only: native zoom cursor, real share icon/menu, outline/filled wishlist heart === */
/* Remove the custom side magnifier completely. */
body.dpp-product-page .dpp-hover-zoom{display:none!important}

/* The magnifier now follows the mouse naturally via the browser's zoom-in cursor.
   Clicking anywhere on the active WooCommerce image still opens the native lightbox. */
body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__image > a,
body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__image.flex-active-slide > a{
  cursor:zoom-in!important;
}
/* Do not display a second, fixed WooCommerce magnifier button. */
body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__trigger{
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
}

/* Top actions remain together: share first, wishlist second. */
body.dpp-product-page .dpp-native-gallery-frame .dpp-gallery-top-actions{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
}
body.dpp-product-page .dpp-share-menu{
  position:relative!important;
  margin:0!important;
  padding:0!important;
}
body.dpp-product-page .dpp-share-menu > summary{
  list-style:none!important;
}
body.dpp-product-page .dpp-share-menu > summary::-webkit-details-marker{display:none!important}
body.dpp-product-page .dpp-share-toggle,
body.dpp-product-page .dpp-native-gallery-frame .dpp-gallery-top-actions .dpp-heart{
  position:static!important;
  width:44px!important;
  height:44px!important;
  min-width:44px!important;
  min-height:44px!important;
  border-radius:50%!important;
  border:1px solid rgba(17,24,39,.08)!important;
  background:#fff!important;
  box-shadow:0 4px 14px rgba(0,0,0,.12)!important;
  display:grid!important;
  place-items:center!important;
  padding:0!important;
  margin:0!important;
  cursor:pointer!important;
  color:var(--dpp-green-950)!important;
}
body.dpp-product-page .dpp-share-toggle svg{
  width:22px!important;
  height:22px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.9!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
body.dpp-product-page .dpp-share-toggle:hover,
body.dpp-product-page .dpp-share-menu[open] .dpp-share-toggle{
  color:var(--dpp-green-700)!important;
  border-color:rgba(7,138,73,.30)!important;
}
body.dpp-product-page .dpp-share-popover{
  position:absolute!important;
  top:52px!important;
  right:0!important;
  z-index:2147483000!important;
  width:180px!important;
  padding:7px!important;
  border:1px solid var(--dpp-line)!important;
  border-radius:12px!important;
  background:#fff!important;
  box-shadow:0 14px 38px rgba(0,0,0,.16)!important;
  display:grid!important;
  gap:3px!important;
}
body.dpp-product-page .dpp-share-popover a,
body.dpp-product-page .dpp-share-popover button{
  width:100%!important;
  min-height:38px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  padding:8px 10px!important;
  border:0!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:none!important;
  color:var(--dpp-text)!important;
  font-size:13px!important;
  font-weight:700!important;
  text-decoration:none!important;
  cursor:pointer!important;
}
body.dpp-product-page .dpp-share-popover a:hover,
body.dpp-product-page .dpp-share-popover button:hover{
  background:var(--dpp-green-100)!important;
  color:var(--dpp-green-800)!important;
}

/* Wishlist: only the heart itself is red. Inactive = red outline, active = red fill. */
body.dpp-product-page .dpp-native-gallery-frame .dpp-gallery-top-actions .dpp-heart{
  color:var(--dpp-red)!important;
  background:#fff!important;
}
body.dpp-product-page .dpp-native-gallery-frame .dpp-gallery-top-actions .dpp-heart svg{
  width:23px!important;
  height:23px!important;
  fill:transparent!important;
  stroke:var(--dpp-red)!important;
  stroke-width:1.9!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  transition:fill .16s ease, transform .16s ease!important;
}
body.dpp-product-page .dpp-native-gallery-frame .dpp-gallery-top-actions .dpp-heart.is-active{
  background:#fff!important;
  color:var(--dpp-red)!important;
}
body.dpp-product-page .dpp-native-gallery-frame .dpp-gallery-top-actions .dpp-heart.is-active svg{
  fill:var(--dpp-red)!important;
  stroke:var(--dpp-red)!important;
}
body.dpp-product-page .dpp-native-gallery-frame .dpp-gallery-top-actions .dpp-heart:active svg{
  transform:scale(.90)!important;
}

@media(max-width:720px){
  body.dpp-product-page .dpp-share-toggle,
  body.dpp-product-page .dpp-native-gallery-frame .dpp-gallery-top-actions .dpp-heart{
    width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;
  }
  body.dpp-product-page .dpp-share-popover{top:48px!important;width:168px!important}
}


/* === v1.0.5 targeted fixes only: vendor link restored + zoom cursor across the full image card === */
/* The whole large-image card uses the zoom-in cursor, including white space around contained images. */
body.dpp-product-page .dpp-native-gallery-frame,
body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery,
body.dpp-product-page .dpp-native-gallery-frame .flex-viewport,
body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__wrapper,
body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__image,
body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__image > a,
body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__image > a > img{
  cursor:zoom-in!important;
}
/* Interactive controls keep their normal hand cursor and are never covered by the zoom cursor layer. */
body.dpp-product-page .dpp-native-gallery-frame .dpp-gallery-top-actions,
body.dpp-product-page .dpp-native-gallery-frame .dpp-gallery-top-actions *,
body.dpp-product-page .dpp-native-gallery-frame .flex-control-thumbs,
body.dpp-product-page .dpp-native-gallery-frame .flex-control-thumbs *{
  cursor:pointer!important;
}

/* Seller name is an actual shop link and stays above any theme/card overlay. */
body.dpp-product-page .dpp-sellerline{
  position:relative!important;
  z-index:100!important;
  isolation:isolate!important;
  pointer-events:auto!important;
}
body.dpp-product-page .dpp-sellerline .dpp-vendor-link,
body.dpp-product-page .dpp-seller-card .dpp-vendor-link{
  display:inline-flex!important;
  align-items:center!important;
  position:relative!important;
  z-index:101!important;
  pointer-events:auto!important;
  cursor:pointer!important;
  color:var(--dpp-green-950)!important;
  font-weight:800!important;
  text-decoration:none!important;
}
body.dpp-product-page .dpp-sellerline .dpp-vendor-link:hover,
body.dpp-product-page .dpp-sellerline .dpp-vendor-link:focus-visible,
body.dpp-product-page .dpp-seller-card .dpp-vendor-link:hover,
body.dpp-product-page .dpp-seller-card .dpp-vendor-link:focus-visible{
  color:var(--dpp-green-700)!important;
  text-decoration:underline!important;
  outline:none!important;
}


/* === v1.0.6 targeted fixes only: full seller click target + immediately visible image-card actions === */
body.dpp-product-page .dpp-sellerline{
  position:relative!important;
  z-index:220!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  pointer-events:auto!important;
}
body.dpp-product-page .dpp-sellerline .dpp-seller-shop-link{
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  min-height:36px!important;
  padding:4px 2px!important;
  position:relative!important;
  z-index:221!important;
  pointer-events:auto!important;
  cursor:pointer!important;
  color:var(--dpp-text)!important;
  text-decoration:none!important;
}
body.dpp-product-page .dpp-sellerline .dpp-seller-shop-link b{
  color:var(--dpp-green-950)!important;
  font-weight:900!important;
}
body.dpp-product-page .dpp-sellerline .dpp-seller-shop-link:hover,
body.dpp-product-page .dpp-sellerline .dpp-seller-shop-link:focus-visible{
  text-decoration:none!important;
  outline:none!important;
}
body.dpp-product-page .dpp-sellerline .dpp-seller-shop-link:hover b,
body.dpp-product-page .dpp-sellerline .dpp-seller-shop-link:focus-visible b{
  color:var(--dpp-green-700)!important;
  text-decoration:underline!important;
}

/* No delayed reveal: wishlist/share controls are present immediately on the whole image card. */
body.dpp-product-page .dpp-native-gallery-frame .dpp-gallery-top-actions{
  display:flex!important;
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
  transition:none!important;
  pointer-events:auto!important;
  z-index:250!important;
}
body.dpp-product-page .dpp-native-gallery-frame .dpp-gallery-top-actions .dpp-heart,
body.dpp-product-page .dpp-native-gallery-frame .dpp-gallery-top-actions .dpp-share-menu,
body.dpp-product-page .dpp-native-gallery-frame .dpp-gallery-top-actions .dpp-share-toggle{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transition:none!important;
}

/* The complete large image card is a zoom target; no dead white area around contained images. */
body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery,
body.dpp-product-page .dpp-native-gallery-frame .flex-viewport,
body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__wrapper,
body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__image,
body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__image > a{
  cursor:zoom-in!important;
}


/* === v1.0.7 ONLY: restore native WooCommerce magnifier + slightly larger contained product image === */

/* Make the main product image area larger, but never crop the product. */
body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery{
  width:min(100%,980px)!important;
  max-width:980px!important;
  margin-inline:auto!important;
}
body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__image,
body.dpp-product-page .dpp-native-gallery-frame .flex-viewport{
  width:100%!important;
  max-width:980px!important;
  margin-inline:auto!important;
}
body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__image > a,
body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__image.flex-active-slide > a{
  height:500px!important;
  min-height:500px!important;
  max-height:500px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  background:#fff!important;
  cursor:zoom-in!important;
}
body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__image img{
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:500px!important;
  object-fit:contain!important;
  object-position:center center!important;
  padding:12px!important;
  margin:auto!important;
  background:#fff!important;
}

/* Restore WooCommerce's own magnifier trigger.
   Hidden at rest, immediately visible anywhere over the large image card. */
body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__trigger{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:auto!important;
  position:absolute!important;
  right:18px!important;
  bottom:18px!important;
  top:auto!important;
  left:auto!important;
  z-index:245!important;
  transition:opacity .08s linear,visibility .08s linear!important;
}
body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery:hover .woocommerce-product-gallery__trigger,
body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery:focus-within .woocommerce-product-gallery__trigger,
body.dpp-product-page .dpp-native-gallery-frame:hover .woocommerce-product-gallery__trigger{
  opacity:1!important;
  visibility:visible!important;
}

/* Keep all existing top-right wishlist/share controls untouched. */
body.dpp-product-page .dpp-native-gallery-frame .dpp-gallery-top-actions{
  z-index:250!important;
}

/* Tablet/mobile: still show the whole image. */
@media(max-width:1100px){
  body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__image > a,
  body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__image.flex-active-slide > a{
    height:460px!important;
    min-height:460px!important;
    max-height:460px!important;
  }
  body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__image img{
    max-height:460px!important;
  }
}
@media(max-width:720px){
  body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__image > a,
  body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__image.flex-active-slide > a{
    height:360px!important;
    min-height:360px!important;
    max-height:360px!important;
  }
  body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__image img{
    max-height:360px!important;
    padding:8px!important;
  }
  body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__trigger{
    opacity:1!important;
    visibility:visible!important;
    right:12px!important;
    bottom:12px!important;
  }
}


/* === v1.0.8 ONLY: product thumbnails as a single-row horizontal slider === */
body.dpp-product-page .dpp-native-gallery-frame .dpp-thumb-slider{
  position:relative!important;
  width:min(100%,980px)!important;
  margin:16px auto 0!important;
  padding:0 46px!important;
}
body.dpp-product-page .dpp-native-gallery-frame .dpp-thumb-slider .flex-control-nav.flex-control-thumbs{
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  justify-content:flex-start!important;
  align-items:center!important;
  gap:14px!important;
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  padding:4px 2px!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  scroll-behavior:smooth!important;
  scrollbar-width:none!important;
  -ms-overflow-style:none!important;
}
body.dpp-product-page .dpp-native-gallery-frame .dpp-thumb-slider .flex-control-thumbs::-webkit-scrollbar{
  display:none!important;
}
body.dpp-product-page .dpp-native-gallery-frame .dpp-thumb-slider .flex-control-thumbs li{
  float:none!important;
  flex:0 0 96px!important;
  width:96px!important;
  min-width:96px!important;
  max-width:96px!important;
  height:96px!important;
  margin:0!important;
}
body.dpp-product-page .dpp-thumb-slider-arrow{
  position:absolute!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  width:36px!important;
  height:36px!important;
  border:1px solid var(--dpp-line)!important;
  border-radius:50%!important;
  background:#fff!important;
  color:var(--dpp-text)!important;
  box-shadow:0 4px 14px rgba(0,0,0,.10)!important;
  display:grid!important;
  place-items:center!important;
  padding:0!important;
  margin:0!important;
  z-index:20!important;
  font-size:25px!important;
  line-height:1!important;
  cursor:pointer!important;
}
body.dpp-product-page .dpp-thumb-slider-prev{left:2px!important}
body.dpp-product-page .dpp-thumb-slider-next{right:2px!important}
body.dpp-product-page .dpp-thumb-slider-arrow[disabled]{
  opacity:.28!important;
  cursor:default!important;
}
@media(max-width:720px){
  body.dpp-product-page .dpp-native-gallery-frame .dpp-thumb-slider{
    padding:0 38px!important;
  }
  body.dpp-product-page .dpp-native-gallery-frame .dpp-thumb-slider .flex-control-nav.flex-control-thumbs{
    gap:8px!important;
  }
  body.dpp-product-page .dpp-native-gallery-frame .dpp-thumb-slider .flex-control-thumbs li{
    flex-basis:78px!important;
    width:78px!important;
    min-width:78px!important;
    max-width:78px!important;
    height:78px!important;
  }
  body.dpp-product-page .dpp-thumb-slider-arrow{
    width:32px!important;
    height:32px!important;
    font-size:22px!important;
  }
}


/* === v1.0.9 ONLY: remove visible zoom icon; keep magnifier as mouse cursor + make seller row a reliable click target === */

/* The native WooCommerce zoom/lightbox remains active when the main image is clicked,
   but its floating magnifier button is hidden. The magnifier is communicated by the cursor itself. */
body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__trigger{
  display:none!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery,
body.dpp-product-page .dpp-native-gallery-frame .flex-viewport,
body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__wrapper,
body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__image,
body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__image > a,
body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__image img{
  cursor:zoom-in!important;
}

/* Entire “Verkauft von + Händler” row is now one reliable click target. */
body.dpp-product-page .dpp-sellerline[data-dpp-seller-row="1"]{
  cursor:pointer!important;
  position:relative!important;
  z-index:999!important;
  pointer-events:auto!important;
}
body.dpp-product-page .dpp-sellerline[data-dpp-seller-row="1"] *{
  pointer-events:auto!important;
}
body.dpp-product-page .dpp-sellerline[data-dpp-seller-row="1"]:hover .dpp-seller-shop-link b{
  color:var(--dpp-green-700)!important;
  text-decoration:underline!important;
}


/* === v1.0.10 ONLY: restore native WooCommerce magnifier + harden full seller-row link === */

/* Restore WooCommerce's own gallery trigger exactly as the zoom/lightbox entry point.
   Do not replace it with a custom icon. */
body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__trigger{
  display:block!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  position:absolute!important;
  top:16px!important;
  right:16px!important;
  bottom:auto!important;
  left:auto!important;
  z-index:240!important;
  cursor:zoom-in!important;
}

/* Keep zoom cursor across the large product image/card as a second visual cue. */
body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery,
body.dpp-product-page .dpp-native-gallery-frame .flex-viewport,
body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__wrapper,
body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__image,
body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__image > a,
body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__image img{
  cursor:zoom-in!important;
}

/* Entire seller row is a real anchor target. No theme/listing overlay can make only the text dead. */
body.dpp-product-page .dpp-sellerline-clickable{
  position:relative!important;
  isolation:isolate!important;
  z-index:60!important;
  cursor:pointer!important;
}
body.dpp-product-page .dpp-sellerline-clickable .dpp-sellerline-copy,
body.dpp-product-page .dpp-sellerline-clickable .dpp-vendor-badges{
  position:relative!important;
  z-index:1!important;
  pointer-events:none!important;
}
body.dpp-product-page .dpp-sellerline-clickable .dpp-sellerline-overlay-link{
  position:absolute!important;
  inset:-7px -8px!important;
  z-index:10!important;
  display:block!important;
  pointer-events:auto!important;
  cursor:pointer!important;
  border-radius:10px!important;
  background:transparent!important;
}
body.dpp-product-page .dpp-sellerline-clickable:hover .dpp-sellerline-copy b,
body.dpp-product-page .dpp-sellerline-clickable:focus-within .dpp-sellerline-copy b{
  color:var(--dpp-green-700)!important;
  text-decoration:underline!important;
}


/* === v1.0.11 ROOT FIX: native WooCommerce gallery init + real seller anchor === */

/* The actual WooCommerce trigger is created by wc-single-product after gallery init.
   Keep it visible and clickable; later rules intentionally override older experimental rules. */
body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__trigger{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  position:absolute!important;
  top:auto!important;
  right:18px!important;
  bottom:18px!important;
  left:auto!important;
  width:44px!important;
  height:44px!important;
  z-index:300!important;
  border-radius:50%!important;
  background:#fff!important;
  color:#111!important;
  box-shadow:0 4px 14px rgba(0,0,0,.12)!important;
  cursor:zoom-in!important;
  text-decoration:none!important;
}
body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__trigger span{
  font-size:19px!important;
  line-height:1!important;
}
body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__image > a,
body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__image img{
  cursor:zoom-in!important;
}

/* The visible seller text itself is the anchor — no transparent overlay, no JS redirect. */
body.dpp-product-page .dpp-sellerline{
  position:relative!important;
  z-index:500!important;
  pointer-events:auto!important;
}
body.dpp-product-page .dpp-sellerline .dpp-seller-shop-link{
  display:inline-flex!important;
  align-items:center!important;
  gap:5px!important;
  position:relative!important;
  z-index:501!important;
  pointer-events:auto!important;
  cursor:pointer!important;
  color:var(--dpp-text)!important;
  text-decoration:none!important;
}
body.dpp-product-page .dpp-sellerline .dpp-seller-shop-link b{
  color:var(--dpp-green-950)!important;
  font-weight:900!important;
}
body.dpp-product-page .dpp-sellerline .dpp-seller-shop-link:hover b,
body.dpp-product-page .dpp-sellerline .dpp-seller-shop-link:focus-visible b{
  color:var(--dpp-green-700)!important;
  text-decoration:underline!important;
}
body.dpp-product-page .dpp-sellerline .dpp-vendor-badges{
  position:relative!important;
  z-index:501!important;
}


/* === v1.0.12 FINAL FIX ONLY: explicit plus magnifier + actual seller storefront link === */

/* Remove the native trigger that was visually colliding with the thumbnail slider arrow. */
body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__trigger{
  display:none!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
}

/* Clear, independent zoom-plus control at the right-middle of the LARGE image area. */
body.dpp-product-page .dpp-native-gallery-frame .dpp-direct-zoom{
  position:absolute!important;
  right:18px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  width:48px!important;
  height:48px!important;
  border:1px solid rgba(17,24,39,.10)!important;
  border-radius:50%!important;
  background:#fff!important;
  color:var(--dpp-green-950)!important;
  box-shadow:0 6px 20px rgba(0,0,0,.13)!important;
  display:grid!important;
  place-items:center!important;
  padding:0!important;
  margin:0!important;
  z-index:320!important;
  cursor:pointer!important;
  opacity:.96!important;
  visibility:visible!important;
  pointer-events:auto!important;
}
body.dpp-product-page .dpp-native-gallery-frame .dpp-direct-zoom svg{
  width:24px!important;
  height:24px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.9!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  pointer-events:none!important;
}
body.dpp-product-page .dpp-native-gallery-frame .dpp-direct-zoom:hover{
  color:var(--dpp-green-700)!important;
  transform:translateY(-50%) scale(1.04)!important;
}

/* Clicking the product itself is also obviously zoomable. */
body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__image > a,
body.dpp-product-page .dpp-native-gallery-frame .woocommerce-product-gallery__image img{
  cursor:zoom-in!important;
}

/* Simple full-screen view: whole image always visible, never cropped. */
html.dpp-direct-lightbox-open,
body.dpp-direct-lightbox-open{overflow:hidden!important}
body.dpp-product-page .dpp-direct-lightbox[hidden]{display:none!important}
body.dpp-product-page .dpp-direct-lightbox{
  position:fixed!important;
  inset:0!important;
  z-index:2147483646!important;
  display:grid!important;
  place-items:center!important;
  background:rgba(5,10,8,.95)!important;
  padding:72px 84px 68px!important;
}
body.dpp-product-page .dpp-direct-lightbox-stage{
  width:100%!important;
  height:100%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
}
body.dpp-product-page .dpp-direct-lightbox-stage img{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  background:transparent!important;
}
body.dpp-product-page .dpp-direct-lightbox-close,
body.dpp-product-page .dpp-direct-lightbox-prev,
body.dpp-product-page .dpp-direct-lightbox-next{
  position:absolute!important;
  z-index:4!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid rgba(255,255,255,.28)!important;
  background:rgba(255,255,255,.10)!important;
  color:#fff!important;
  box-shadow:none!important;
  cursor:pointer!important;
}
body.dpp-product-page .dpp-direct-lightbox-close{
  top:20px!important;right:22px!important;width:48px!important;height:48px!important;border-radius:50%!important;font-size:35px!important;line-height:1!important;padding:0!important
}
body.dpp-product-page .dpp-direct-lightbox-prev,
body.dpp-product-page .dpp-direct-lightbox-next{
  top:50%!important;transform:translateY(-50%)!important;width:52px!important;height:52px!important;border-radius:50%!important;font-size:38px!important;line-height:1!important;padding:0!important
}
body.dpp-product-page .dpp-direct-lightbox-prev{left:18px!important}
body.dpp-product-page .dpp-direct-lightbox-next{right:18px!important}
body.dpp-product-page .dpp-direct-lightbox-counter{
  position:absolute!important;top:22px!important;left:50%!important;transform:translateX(-50%)!important;color:#fff!important;background:rgba(0,0,0,.36)!important;border-radius:999px!important;padding:7px 13px!important;font-size:13px!important;font-weight:800!important
}

/* Make the entire visible “Verkauft von … + Badge” row one real clickable anchor. */
body.dpp-product-page .dpp-buybox a.dpp-sellerline-full-link{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  flex-wrap:wrap!important;
  width:max-content!important;
  max-width:100%!important;
  position:relative!important;
  z-index:1000!important;
  pointer-events:auto!important;
  cursor:pointer!important;
  color:var(--dpp-text)!important;
  text-decoration:none!important;
}
body.dpp-product-page .dpp-buybox a.dpp-sellerline-full-link *{
  pointer-events:none!important;
}
body.dpp-product-page .dpp-buybox a.dpp-sellerline-full-link .dpp-sellerline-copy b{
  color:var(--dpp-green-950)!important;
  font-weight:900!important;
}
body.dpp-product-page .dpp-buybox a.dpp-sellerline-full-link:hover .dpp-sellerline-copy b,
body.dpp-product-page .dpp-buybox a.dpp-sellerline-full-link:focus-visible .dpp-sellerline-copy b{
  color:var(--dpp-green-700)!important;
  text-decoration:underline!important;
}

@media(max-width:720px){
  body.dpp-product-page .dpp-native-gallery-frame .dpp-direct-zoom{right:12px!important;width:44px!important;height:44px!important}
  body.dpp-product-page .dpp-direct-lightbox{padding:64px 52px 58px!important}
  body.dpp-product-page .dpp-direct-lightbox-prev{left:6px!important}
  body.dpp-product-page .dpp-direct-lightbox-next{right:6px!important}
}


/* === v1.0.13 ONLY: reliable seller-name link + readable diagonal old-price strike === */
body.dpp-product-page .dpp-buybox .dpp-sellerline{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  flex-wrap:wrap!important;
  position:relative!important;
  z-index:1200!important;
  pointer-events:auto!important;
}
body.dpp-product-page .dpp-buybox .dpp-sellerline-label{
  color:var(--dpp-text)!important;
  pointer-events:none!important;
}
body.dpp-product-page .dpp-buybox a.dpp-vendor-shop-link{
  display:inline-flex!important;
  align-items:center!important;
  position:relative!important;
  z-index:1201!important;
  pointer-events:auto!important;
  cursor:pointer!important;
  color:var(--dpp-green-950)!important;
  text-decoration:none!important;
  font-weight:900!important;
  padding:3px 2px!important;
  margin:-3px -2px!important;
  border-radius:5px!important;
}
body.dpp-product-page .dpp-buybox a.dpp-vendor-shop-link:hover,
body.dpp-product-page .dpp-buybox a.dpp-vendor-shop-link:focus-visible{
  color:var(--dpp-green-700)!important;
  text-decoration:underline!important;
  outline:none!important;
}
body.dpp-product-page .dpp-buybox .dpp-vendor-badges{
  position:relative!important;
  z-index:1201!important;
}

/* Old price remains fully legible; the cancellation line is slightly diagonal. */
body.dpp-product-page .dpp-main-price del.dpp-real-old-price{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  color:#c62828!important;
  text-decoration:none!important;
  opacity:1!important;
  font-weight:700!important;
  line-height:1.15!important;
  overflow:visible!important;
}
body.dpp-product-page .dpp-main-price del.dpp-real-old-price::after{
  content:""!important;
  position:absolute!important;
  left:-3%!important;
  top:53%!important;
  width:106%!important;
  height:2.5px!important;
  border-radius:99px!important;
  background:#d71920!important;
  transform:rotate(-4deg)!important;
  transform-origin:center!important;
  pointer-events:none!important;
}


/* === v1.0.14 ONLY: seller row is one real, high-priority storefront link === */
body.dpp-product-page .dpp-buybox a.dpp-sellerline-all-link{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  flex-wrap:wrap!important;
  position:relative!important;
  z-index:2147483000!important;
  pointer-events:auto!important;
  cursor:pointer!important;
  touch-action:manipulation!important;
  color:var(--dpp-text)!important;
  text-decoration:none!important;
  width:max-content!important;
  max-width:100%!important;
  isolation:isolate!important;
}
/* Children cannot steal the pointer; the anchor itself always receives the click. */
body.dpp-product-page .dpp-buybox a.dpp-sellerline-all-link > *{
  pointer-events:none!important;
}
body.dpp-product-page .dpp-buybox a.dpp-sellerline-all-link .dpp-vendor-shop-link b{
  color:var(--dpp-green-950)!important;
  font-weight:900!important;
}
body.dpp-product-page .dpp-buybox a.dpp-sellerline-all-link:hover .dpp-vendor-shop-link b,
body.dpp-product-page .dpp-buybox a.dpp-sellerline-all-link:focus-visible .dpp-vendor-shop-link b{
  color:var(--dpp-green-700)!important;
  text-decoration:underline!important;
}


/* === v1.0.15 ONLY: guaranteed seller-store navigation hit area === */
body.dpp-product-page .dpp-buybox a[data-dpp-seller-row-link="1"]{
  position:relative!important;
  z-index:2147483646!important;
  pointer-events:auto!important;
  cursor:pointer!important;
  user-select:none!important;
  -webkit-user-select:none!important;
}
body.dpp-product-page .dpp-buybox a[data-dpp-seller-row-link="1"]::after{
  content:""!important;
  position:absolute!important;
  inset:-8px -10px!important;
  z-index:1!important;
  pointer-events:auto!important;
  background:transparent!important;
}
body.dpp-product-page .dpp-buybox a[data-dpp-seller-row-link="1"] > *{
  position:relative!important;
  z-index:2!important;
  pointer-events:none!important;
}


/* === v1.0.18: local DIPANI quality-banner image === */
body.dpp-product-page .dpp-trust-banner{
  min-height:220px!important;
  background-image:
    linear-gradient(
      90deg,
      rgba(0,59,37,.98) 0%,
      rgba(0,59,37,.93) 30%,
      rgba(0,59,37,.72) 48%,
      rgba(0,59,37,.28) 68%,
      rgba(0,59,37,.08) 100%
    ),
    var(--dpp-banner-image)!important;
  background-size:cover!important;
  background-position:center 50%!important;
  background-repeat:no-repeat!important;
  padding:30px 34px!important;
}
body.dpp-product-page .dpp-trust-banner h2,
body.dpp-product-page .dpp-trust-banner p,
body.dpp-product-page .dpp-trust-banner .dpp-trusts{
  position:relative!important;
  z-index:2!important;
  max-width:720px!important;
}
@media(max-width:720px){
  body.dpp-product-page .dpp-trust-banner{
    min-height:235px!important;
    background-position:62% center!important;
    padding:24px!important;
  }
}


/* === v1.0.19: trust banner adjusted so the DIPANI Drogri sign remains visible === */
body.dpp-product-page .dpp-trust-banner{
  min-height:230px!important;
  background-image:
    linear-gradient(
      90deg,
      rgba(0,59,37,.96) 0%,
      rgba(0,59,37,.90) 22%,
      rgba(0,59,37,.70) 36%,
      rgba(0,59,37,.32) 50%,
      rgba(0,59,37,.10) 66%,
      rgba(0,59,37,.04) 100%
    ),
    var(--dpp-banner-image)!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
  background-position:center 24%!important;
  padding:30px 34px!important;
}
body.dpp-product-page .dpp-trust-banner h2,
body.dpp-product-page .dpp-trust-banner p,
body.dpp-product-page .dpp-trust-banner .dpp-trusts{
  max-width:560px!important;
}
@media(max-width:980px){
  body.dpp-product-page .dpp-trust-banner{
    background-position:58% 22%!important;
  }
}
@media(max-width:720px){
  body.dpp-product-page .dpp-trust-banner{
    min-height:235px!important;
    background-position:66% 20%!important;
    padding:24px!important;
  }
  body.dpp-product-page .dpp-trust-banner h2,
  body.dpp-product-page .dpp-trust-banner p,
  body.dpp-product-page .dpp-trust-banner .dpp-trusts{
    max-width:100%!important;
  }
}


/* === v1.0.20: packaged trust-banner image shows full DIPANI Drogri sign === */
body.dpp-product-page .dpp-trust-banner{
  min-height:230px!important;
  background-image:var(--dpp-banner-image)!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
  background-position:center center!important;
  padding:30px 34px!important;
}
body.dpp-product-page .dpp-trust-banner h2,
body.dpp-product-page .dpp-trust-banner p,
body.dpp-product-page .dpp-trust-banner .dpp-trusts{
  position:relative!important;
  z-index:2!important;
  max-width:560px!important;
}
@media(max-width:720px){
  body.dpp-product-page .dpp-trust-banner{
    min-height:235px!important;
    padding:24px!important;
    background-position:center center!important;
  }
  body.dpp-product-page .dpp-trust-banner h2,
  body.dpp-product-page .dpp-trust-banner p,
  body.dpp-product-page .dpp-trust-banner .dpp-trusts{
    max-width:100%!important;
  }
}

/* === v1.0.23: exact supplied wide banner image === */
body.dpp-product-page .dpp-trust-banner{
  min-height:230px !important;
  background-image:var(--dpp-banner-image) !important;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
  padding:30px 34px !important;
}
body.dpp-product-page .dpp-trust-banner h2,
body.dpp-product-page .dpp-trust-banner p,
body.dpp-product-page .dpp-trust-banner .dpp-trusts{
  position:relative !important;
  z-index:2 !important;
  max-width:560px !important;
}
@media(max-width:720px){
  body.dpp-product-page .dpp-trust-banner{
    min-height:235px !important;
    padding:24px !important;
    background-position:center center !important;
  }
  body.dpp-product-page .dpp-trust-banner h2,
  body.dpp-product-page .dpp-trust-banner p,
  body.dpp-product-page .dpp-trust-banner .dpp-trusts{
    max-width:100% !important;
  }
}


/* === v1.0.24: force exact selected hardware banner === */
body.dpp-product-page section.dpp-trust-banner{
  min-height:230px !important;
  background-image: var(--dpp-banner-image) !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  padding: 30px 34px !important;
  overflow: hidden !important;
}
body.dpp-product-page section.dpp-trust-banner::before,
body.dpp-product-page section.dpp-trust-banner::after{
  content: none !important;
  display: none !important;
}
body.dpp-product-page section.dpp-trust-banner h2,
body.dpp-product-page section.dpp-trust-banner p,
body.dpp-product-page section.dpp-trust-banner .dpp-trusts{
  position: relative !important;
  z-index: 2 !important;
  max-width: 560px !important;
}
@media(max-width:720px){
  body.dpp-product-page section.dpp-trust-banner{
    min-height:235px !important;
    padding:24px !important;
    background-position:center center !important;
  }
  body.dpp-product-page section.dpp-trust-banner h2,
  body.dpp-product-page section.dpp-trust-banner p,
  body.dpp-product-page section.dpp-trust-banner .dpp-trusts{
    max-width:100% !important;
  }
}


/* === v1.0.25: stronger CTA colors like the main page style === */
body.dpp-product-page .dpp-btn,
body.dpp-product-page .dpp-native-purchase .single_add_to_cart_button{
  text-shadow:none!important;
  box-shadow:none!important;
}

body.dpp-product-page .dpp-btn-cart,
body.dpp-product-page .dpp-native-purchase .single_add_to_cart_button{
  background:#0f8a48!important;
  border-color:#0f8a48!important;
  color:#ffffff!important;
}

body.dpp-product-page .dpp-btn-cart:hover,
body.dpp-product-page .dpp-btn-cart:focus-visible,
body.dpp-product-page .dpp-native-purchase .single_add_to_cart_button:hover,
body.dpp-product-page .dpp-native-purchase .single_add_to_cart_button:focus-visible{
  background:#0b733c!important;
  border-color:#0b733c!important;
  color:#ffffff!important;
}

body.dpp-product-page .dpp-btn-buy{
  background:#d94f56!important;
  border-color:#d94f56!important;
  color:#ffffff!important;
}

body.dpp-product-page .dpp-btn-buy:hover,
body.dpp-product-page .dpp-btn-buy:focus-visible{
  background:#bf3f46!important;
  border-color:#bf3f46!important;
  color:#ffffff!important;
}

body.dpp-product-page .dpp-native-preview-note,
body.dpp-product-page .dpp-seller-preview-note,
body.dpp-product-page .dpp-preview-note{
  background:#f5f7f8!important;
  border:1px solid #d9e0e3!important;
  color:#4b5563!important;
  border-radius:12px!important;
}


/* === v1.0.26: exact DIPANI CTA colors also in seller preview === */
/* The buttons were pale because the seller-preview state reduced opacity/saturation.
   Keep them disabled functionally, but show the exact live DIPANI colors. */
body.dpp-product-page .dpp-simple-cart.is-owner-preview .dpp-btn[disabled],
body.dpp-product-page .dpp-simple-cart.is-owner-preview .dpp-btn[aria-disabled="true"]{
  opacity:1!important;
  filter:none!important;
  -webkit-filter:none!important;
  color:#ffffff!important;
  -webkit-text-fill-color:#ffffff!important;
  text-shadow:none!important;
  box-shadow:none!important;
}

/* Exact palette used by the product page reference. */
body.dpp-product-page .dpp-simple-cart.is-owner-preview .dpp-btn-cart[disabled],
body.dpp-product-page .dpp-simple-cart.is-owner-preview .dpp-btn-cart[aria-disabled="true"],
body.dpp-product-page .dpp-btn-cart,
body.dpp-product-page .dpp-native-purchase .single_add_to_cart_button{
  background:#006b3c!important;
  background-color:#006b3c!important;
  border-color:#006b3c!important;
  color:#ffffff!important;
}

body.dpp-product-page .dpp-simple-cart.is-owner-preview .dpp-btn-buy[disabled],
body.dpp-product-page .dpp-simple-cart.is-owner-preview .dpp-btn-buy[aria-disabled="true"],
body.dpp-product-page .dpp-btn-buy{
  background:#e41e24!important;
  background-color:#e41e24!important;
  border-color:#e41e24!important;
  color:#ffffff!important;
}

/* Prevent theme/browser disabled-button styling from washing the colors out. */
body.dpp-product-page button.dpp-btn:disabled{
  opacity:1!important;
  filter:none!important;
  -webkit-filter:none!important;
}
/* ============================================================
 * DIPANI – SINGLE PRODUCT IMAGE ROOT FIX
 *
 * Nur wenn das Produkt genau EIN Bild besitzt.
 * Mehrbild-Galerien bleiben unverändert.
 * ============================================================ */


/* Gesamte native Galerie */
body.dpp-product-page
.dpp-native-gallery-shell.dpp-single-image
.woocommerce-product-gallery{
    display:block!important;

    width:min(100%,980px)!important;
    max-width:980px!important;

    margin:0 auto!important;
    float:none!important;

    opacity:1!important;

    overflow:visible!important;
}


/* FlexSlider-Viewport */
body.dpp-product-page
.dpp-native-gallery-shell.dpp-single-image
.flex-viewport{
    display:block!important;

    width:100%!important;
    max-width:100%!important;

    height:auto!important;

    margin:0!important;

    overflow:hidden!important;

    border-radius:18px!important;
}


/*
 * WICHTIGSTER FIX:
 *
 * WooCommerce/FlexSlider berechnet den Wrapper bei
 * .woocommerce-product-gallery--columns-4 teilweise wie eine
 * Mehrbildgalerie.
 *
 * Bei genau einem Bild erzwingen wir einen normalen
 * 100%-Wrapper.
 */
body.dpp-product-page
.dpp-native-gallery-shell.dpp-single-image
.woocommerce-product-gallery__wrapper{
    display:block!important;

    width:100%!important;
    min-width:100%!important;
    max-width:100%!important;

    height:auto!important;

    margin:0!important;

    padding:0!important;

    transform:none!important;
    -webkit-transform:none!important;

    left:auto!important;

    float:none!important;
}


/* Der eine WooCommerce-Slide */
body.dpp-product-page
.dpp-native-gallery-shell.dpp-single-image
.woocommerce-product-gallery__wrapper
> .woocommerce-product-gallery__image{
    display:block!important;

    width:100%!important;
    min-width:100%!important;
    max-width:100%!important;

    flex:0 0 100%!important;

    float:none!important;

    margin:0!important;

    padding:0!important;

    position:relative!important;

    background:#fff!important;

    border:1px solid var(--dpp-line)!important;
    border-radius:18px!important;

    overflow:hidden!important;
}


/* Bild-Link nimmt die komplette Galeriefläche ein */
body.dpp-product-page
.dpp-native-gallery-shell.dpp-single-image
.woocommerce-product-gallery__wrapper
> .woocommerce-product-gallery__image
> a{
    display:flex!important;

    align-items:center!important;
    justify-content:center!important;

    width:100%!important;
    min-width:100%!important;
    max-width:100%!important;

    height:500px!important;
    min-height:500px!important;
    max-height:500px!important;

    margin:0!important;
    padding:0!important;

    background:#fff!important;

    overflow:hidden!important;

    cursor:zoom-in!important;
}


/*
 * Sichtbares Hauptbild.
 *
 * width/height 100% funktionieren hier jetzt korrekt,
 * weil Wrapper und Slide vorher wirklich auf 100%
 * zurückgesetzt wurden.
 */
body.dpp-product-page
.dpp-native-gallery-shell.dpp-single-image
.woocommerce-product-gallery__wrapper
> .woocommerce-product-gallery__image
> a
> img:not(.zoomImg){
    display:block!important;

    width:100%!important;
    height:100%!important;

    min-width:0!important;
    min-height:0!important;

    max-width:100%!important;
    max-height:500px!important;

    margin:0 auto!important;
    padding:18px!important;

    object-fit:contain!important;
    object-position:center center!important;

    background:#fff!important;

    cursor:zoom-in!important;
}


/*
 * Bei einem Bild brauchen wir überhaupt keine
 * Thumbnail-Navigation.
 */
body.dpp-product-page
.dpp-native-gallery-shell.dpp-single-image
.flex-control-nav.flex-control-thumbs,

body.dpp-product-page
.dpp-native-gallery-shell.dpp-single-image
.dpp-thumb-slider,

body.dpp-product-page
.dpp-native-gallery-shell.dpp-single-image
.dpp-thumb-slider-arrow{
    display:none!important;
}


/* Lightbox: bei nur einem Bild keine Pfeile */
body.dpp-product-page
.dpp-direct-lightbox.dpp-single-image
.dpp-direct-lightbox-prev,

body.dpp-product-page
.dpp-direct-lightbox.dpp-single-image
.dpp-direct-lightbox-next{
    display:none!important;
}


/* ============================================================
 * TABLET
 * ============================================================ */

@media(max-width:1100px){

    body.dpp-product-page
    .dpp-native-gallery-shell.dpp-single-image
    .woocommerce-product-gallery__wrapper
    > .woocommerce-product-gallery__image
    > a{
        height:460px!important;
        min-height:460px!important;
        max-height:460px!important;
    }

    body.dpp-product-page
    .dpp-native-gallery-shell.dpp-single-image
    .woocommerce-product-gallery__wrapper
    > .woocommerce-product-gallery__image
    > a
    > img:not(.zoomImg){
        max-height:460px!important;
    }

}


/* ============================================================
 * MOBILE
 * ============================================================ */

@media(max-width:720px){

    body.dpp-product-page
    .dpp-native-gallery-shell.dpp-single-image
    .woocommerce-product-gallery{
        width:100%!important;
        max-width:100%!important;
    }

    body.dpp-product-page
    .dpp-native-gallery-shell.dpp-single-image
    .woocommerce-product-gallery__wrapper
    > .woocommerce-product-gallery__image
    > a{
        height:360px!important;
        min-height:360px!important;
        max-height:360px!important;
    }

    body.dpp-product-page
    .dpp-native-gallery-shell.dpp-single-image
    .woocommerce-product-gallery__wrapper
    > .woocommerce-product-gallery__image
    > a
    > img:not(.zoomImg){
        max-height:360px!important;
        padding:10px!important;
    }

}
/* ============================================================
 * PREISVERGLEICH – BUTTON / BADGE / LIEFERANTENLINK FIX
 * ============================================================ */

body.dpp-product-page .dpp-offer{
    position:relative!important;
    overflow:hidden!important;
}

body.dpp-product-page .dpp-offer-head{
    display:flex!important;
    align-items:flex-start!important;
    justify-content:space-between!important;
    gap:14px!important;
}

body.dpp-product-page .dpp-offer-shop{
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
    min-width:0!important;
    flex:1 1 auto!important;
}

body.dpp-product-page .dpp-offer-vendor-link{
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
    min-width:0!important;
    text-decoration:none!important;
    position:relative!important;
    z-index:5!important;
    pointer-events:auto!important;
}

body.dpp-product-page .dpp-offer-vendor-link img{
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    border-radius:50%!important;
    object-fit:cover!important;
    display:block!important;
}

body.dpp-product-page .dpp-offer-vendor-name{
    display:block!important;
    font-size:14px!important;
    font-weight:800!important;
    line-height:1.25!important;
    color:var(--dpp-text)!important;
    word-break:normal!important;
    overflow-wrap:normal!important;
}

body.dpp-product-page .dpp-offer-vendor-link:hover .dpp-offer-vendor-name{
    color:var(--dpp-green-800)!important;
}

/* Grünes Badge / "Aktuelles Angebot" */
body.dpp-product-page .dpp-top-price{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 auto!important;

    min-width:170px!important;
    min-height:64px!important;
    padding:0 18px!important;

    border-radius:999px!important;

    white-space:nowrap!important;
    word-break:normal!important;
    overflow-wrap:normal!important;

    text-align:center!important;
    line-height:1!important;
    font-size:14px!important;
    font-weight:800!important;
}

/* Angebots-Button */
body.dpp-product-page .dpp-offer-main-btn{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    min-height:44px!important;
    margin-top:12px!important;
    padding:12px 16px!important;

    border:1px solid var(--dpp-line)!important;
    border-radius:10px!important;
    background:#fff!important;
    color:var(--dpp-text)!important;

    font-size:14px!important;
    font-weight:800!important;
    text-decoration:none!important;

    position:relative!important;
    z-index:5!important;
    pointer-events:auto!important;
}

body.dpp-product-page .dpp-offer-main-btn:hover{
    border-color:var(--dpp-green-800)!important;
    color:var(--dpp-green-800)!important;
}

/* Falls ein unsichtbares Overlay darüber liegt */
body.dpp-product-page .dpp-offer a,
body.dpp-product-page .dpp-offer button{
    position:relative!important;
    z-index:5!important;
    pointer-events:auto!important;
}

@media(max-width:720px){
    body.dpp-product-page .dpp-offer-head{
        flex-direction:column!important;
        align-items:flex-start!important;
    }

    body.dpp-product-page .dpp-top-price{
        min-width:160px!important;
        min-height:56px!important;
        font-size:13px!important;
    }
}
/* ============================================================
 * DIPANI – PREISVERGLEICH V2
 * Verkäufer klickbar + schöne Buttons + keine Textumbrüche
 * ============================================================ */

body.dpp-product-page .dpp-compare-grid .dpp-offer{
    display:flex!important;
    flex-direction:column!important;
    min-height:292px!important;
    padding:18px!important;
    position:relative!important;
}


/* Verkäufer-Zeile */
body.dpp-product-page .dpp-offer-shop-row{
    display:flex!important;
    align-items:center!important;
    width:100%!important;
    min-height:48px!important;
}


/* Logo + Verkäufername */
body.dpp-product-page .dpp-offer-vendor-link{
    display:flex!important;
    align-items:center!important;
    gap:10px!important;

    width:max-content!important;
    max-width:100%!important;

    position:relative!important;
    z-index:20!important;

    color:var(--dpp-text)!important;
    text-decoration:none!important;

    cursor:pointer!important;
    pointer-events:auto!important;
}

body.dpp-product-page a.dpp-offer-vendor-link:hover
.dpp-offer-vendor-name{
    color:var(--dpp-green-800)!important;
    text-decoration:underline!important;
}


/* Logo */
body.dpp-product-page
.dpp-offer-vendor-link
.dpp-shop-logo{
    flex:0 0 42px!important;

    width:42px!important;
    height:42px!important;

    display:grid!important;
    place-items:center!important;

    border:1px solid #e2e5e7!important;
    border-radius:9px!important;

    overflow:hidden!important;
    background:#fff!important;
}

body.dpp-product-page
.dpp-offer-vendor-link
.dpp-shop-logo img{
    width:100%!important;
    height:100%!important;

    object-fit:contain!important;

    padding:3px!important;
}


/* Verkäufername */
body.dpp-product-page .dpp-offer-vendor-name{
    display:block!important;

    color:var(--dpp-text)!important;

    font-size:14px!important;
    font-weight:800!important;
    line-height:1.3!important;

    word-break:normal!important;
    overflow-wrap:normal!important;
}


/* ============================================================
 * GRÜNER "AKTUELLES ANGEBOT"-BUTTON
 * ============================================================ */

body.dpp-product-page .dpp-current-offer-button{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    width:100%!important;
    min-height:42px!important;

    margin:14px 0 4px!important;
    padding:10px 16px!important;

    border:0!important;
    border-radius:10px!important;

    background:#007a43!important;
    color:#fff!important;

    font-size:13px!important;
    font-weight:900!important;
    line-height:1!important;

    text-align:center!important;
    text-decoration:none!important;

    white-space:nowrap!important;
    word-break:normal!important;
    overflow-wrap:normal!important;

    cursor:pointer!important;
    pointer-events:auto!important;

    position:relative!important;
    z-index:20!important;

    box-shadow:none!important;
}

body.dpp-product-page
a.dpp-current-offer-button:hover{
    background:#006437!important;
    color:#fff!important;
}


/* ============================================================
 * UNTERER ANGEBOTSBUTTON
 * ============================================================ */

body.dpp-product-page .dpp-offer-main-btn{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;

    width:100%!important;
    min-height:42px!important;

    margin-top:auto!important;
    padding:10px 14px!important;

    border:1.5px solid var(--dpp-green-800)!important;
    border-radius:10px!important;

    background:#fff!important;
    color:var(--dpp-green-800)!important;

    font-size:12px!important;
    font-weight:900!important;
    line-height:1!important;

    white-space:nowrap!important;

    text-align:center!important;
    text-decoration:none!important;

    cursor:pointer!important;
    pointer-events:auto!important;

    position:relative!important;
    z-index:20!important;

    box-shadow:none!important;
}

body.dpp-product-page
a.dpp-offer-main-btn:hover{
    background:var(--dpp-green-800)!important;
    color:#fff!important;
}


/* Nicht klickbare Variante */
body.dpp-product-page
.dpp-offer-main-btn.is-disabled,
body.dpp-product-page
.dpp-current-offer-button.is-disabled{
    opacity:.55!important;
    cursor:default!important;
    pointer-events:none!important;
}


/* Preis / Infos */
body.dpp-product-page .dpp-offer-price{
    margin-top:15px!important;
}

body.dpp-product-page .dpp-offer-free{
    margin-bottom:10px!important;
}

body.dpp-product-page .dpp-offer-rating{
    margin-bottom:14px!important;
}


/* Altes Hover-CSS war nur für <a class="dpp-offer"> gedacht */
body.dpp-product-page article.dpp-offer:hover{
    transform:translateY(-2px)!important;
    box-shadow:0 8px 20px rgba(0,0,0,.08)!important;
}


/* ============================================================
 * MOBILE
 * ============================================================ */

@media(max-width:720px){

    body.dpp-product-page
    .dpp-compare-grid
    .dpp-offer{
        min-height:0!important;
    }

    body.dpp-product-page
    .dpp-current-offer-button,
    body.dpp-product-page
    .dpp-offer-main-btn{
        white-space:nowrap!important;
    }
}