:root{--pdp-radius-card:12px;--pdp-shadow-card:0 1px 3px rgba(0,0,0,0.04),0 4px 16px rgba(0,0,0,0.03);--pdp-shadow-lg:0 4px 16px rgba(0,0,0,0.06),0 12px 32px rgba(0,0,0,0.04);--pdp-border:1px solid var(--wvh-gray-200,#E5E5E5)}.pdp-main{padding:0 0 var(--wvh-space-12,48px);background:var(--wvh-gray-100,#F5F5F5);overflow-x:hidden;overflow-x:clip}.pdp-main .container{max-width:1280px;margin:0 auto;padding:0 var(--wvh-space-6,24px);min-width:0}@media (max-width:767px){.pdp-main{padding:0 0 var(--wvh-space-8,32px)}.pdp-main .container{padding:0 var(--wvh-space-4,16px)}}.pdp-breadcrumb{font-size:13px;color:var(--wvh-gray-500,#777);margin-bottom:8px;display:flex;flex-wrap:wrap;align-items:center;gap:var(--wvh-space-2,8px)}.pdp-breadcrumb a{color:var(--wvh-gray-500,#777);transition:color 0.2s}.pdp-breadcrumb a:hover{color:var(--wvh-orange,#FF7900)}.pdp-breadcrumb__sep{color:var(--wvh-gray-300,#CCC)}.pdp-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:var(--wvh-space-8,32px);background:var(--wvh-white,#FFF);border-radius:var(--pdp-radius-card);padding:var(--wvh-space-6,24px)}@media (max-width:1024px){.pdp-hero{grid-template-columns:1fr;gap:var(--wvh-space-5,20px);padding:var(--wvh-space-4,16px);max-width:100%;overflow:hidden}}.pdp-gallery{position:relative;min-width:0;max-width:100%;overflow:hidden;width:100%}.pdp-gallery__badge{position:absolute;top:var(--wvh-space-3,12px);left:var(--wvh-space-3,12px);padding:6px 12px;background:var(--wvh-orange,#FF7900);color:var(--wvh-white,#FFF);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:0.5px;border-radius:var(--wvh-radius-sm,8px);z-index:10}.pdp-gallery__main{position:relative;background:var(--wvh-gray-100,#F5F5F5);border-radius:var(--pdp-radius-card);overflow:hidden;aspect-ratio:1}.pdp-gallery__image{width:100%;height:100%;object-fit:contain;transition:transform 0.3s ease}.pdp-gallery__main:hover .pdp-gallery__image{transform:scale(1.02)}.pdp-gallery__zoom{position:absolute;bottom:var(--wvh-space-3,12px);right:var(--wvh-space-3,12px);width:40px;height:40px;background:var(--wvh-white,#FFF);border-radius:var(--wvh-radius-sm,8px);display:flex;align-items:center;justify-content:center;color:var(--wvh-gray-600,#555);box-shadow:var(--pdp-shadow-card);transition:all 0.2s;border:none;cursor:pointer}.pdp-gallery__zoom svg{width:20px;height:20px;stroke:currentColor}.pdp-gallery__zoom:hover{background:var(--wvh-orange,#FF7900);color:var(--wvh-white,#FFF)}.pdp-gallery__thumbs{display:flex;gap:var(--wvh-space-2,8px);margin-top:var(--wvh-space-3,12px);overflow-x:auto;padding-bottom:var(--wvh-space-1,4px)}.pdp-gallery__thumb{flex:0 0 80px;aspect-ratio:1;border-radius:var(--wvh-radius-sm,8px);overflow:hidden;border:2px solid transparent;transition:border-color 0.2s,transform 0.2s;padding:0;background:none;cursor:pointer}.pdp-gallery__thumb img{width:100%;height:100%;object-fit:cover}.pdp-gallery__thumb:hover{border-color:var(--wvh-orange,#FF7900);transform:scale(1.05)}.pdp-gallery__thumb.is-active{border-color:var(--wvh-orange,#FF7900)}.pdp-gallery .woocommerce-product-gallery{max-width:100%!important;width:100%!important;margin:0;padding:0}.pdp-gallery .woocommerce-product-gallery__image{border-radius:var(--pdp-radius-card);overflow:hidden}.pdp-gallery .woocommerce-product-gallery__image img,.pdp-gallery .flex-viewport img{max-width:100%!important;height:auto!important}.pdp-gallery .flex-viewport{border-radius:var(--pdp-radius-card);background:var(--wvh-gray-100,#F5F5F5);max-width:100%!important}.pdp-gallery .flex-control-thumbs{display:flex;gap:var(--wvh-space-2,8px);margin-top:var(--wvh-space-3,12px);list-style:none;padding:0;flex-wrap:wrap}.pdp-gallery .flex-control-thumbs li{flex:0 0 80px}.pdp-gallery .flex-control-thumbs img{border-radius:var(--wvh-radius-sm,8px);border:2px solid var(--wvh-gray-200,#E5E5E5);cursor:pointer;transition:border-color 0.2s,transform 0.2s,box-shadow 0.2s;width:100%;aspect-ratio:1;object-fit:cover}.pdp-gallery .flex-control-thumbs img:hover{border-color:var(--wvh-orange,#FF7900);transform:scale(1.05);box-shadow:0 2px 8px rgba(0,0,0,0.1)}.pdp-gallery .flex-control-thumbs img.flex-active{border-color:var(--wvh-orange,#FF7900)}@media (min-width:1025px){.pdp-gallery{position:sticky;top:90px;align-self:start}}.pdp-info{display:flex;flex-direction:column;gap:0}.pdp-title{font-family:var(--wvh-font-body,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif);font-size:clamp(1.25rem,2.8vw,1.5rem);line-height:1.3;color:var(--wvh-black,#111);font-weight:700;letter-spacing:-0.01em;margin:0 0 6px}.pdp-rating-badge{display:inline-flex;align-items:center;gap:var(--wvh-space-2,8px);padding:6px 12px;background:var(--wvh-orange-light,#FFF4EB);border-radius:20px;text-decoration:none;transition:all 0.2s;margin-bottom:12px}.pdp-rating-badge:hover{background:var(--wvh-orange,#FF7900)}.pdp-rating-badge:hover .pdp-rating-badge__score,.pdp-rating-badge:hover .pdp-rating-badge__count{color:var(--wvh-white,#FFF)}.pdp-rating-badge:hover svg{fill:var(--wvh-white,#FFF)!important}.pdp-rating-badge__stars{display:flex;gap:1px}.pdp-rating-badge__score{font-size:14px;font-weight:700;color:var(--wvh-orange,#FF7900)}.pdp-rating-badge__count{font-size:13px;color:var(--wvh-gray-600,#555)}.pdp-reviews-link{font-size:13px;color:var(--wvh-gray-500,#777);text-decoration:underline;text-underline-offset:2px}.pdp-reviews-link:hover{color:var(--wvh-orange,#FF7900)}.pdp-short-desc{font-size:14px;color:var(--wvh-gray-600,#555);line-height:1.6;margin:0 0 20px;padding-bottom:16px;font-weight:400;border-bottom:1px solid var(--wvh-gray-200,#E5E5E5)}.pdp-short-desc p{margin:0}.pdp-short-desc p:first-child{font-size:14px;font-weight:500;color:var(--wvh-gray-700,#444);line-height:1.6}@media (max-width:767px){.pdp-short-desc{font-size:13px;margin-bottom:16px;padding-bottom:12px}.pdp-short-desc p:first-child{font-size:13px}}.pdp-price{display:flex;align-items:baseline;flex-wrap:wrap;gap:var(--wvh-space-2,8px);margin-bottom:16px;padding:20px 0 0}.pdp-price__label{font-size:15px;font-weight:500;color:var(--wvh-gray-500,#777)}.pdp-price__old,.pdp-price del{font-size:18px;color:var(--wvh-gray-500,#777);text-decoration:line-through;font-weight:400}.pdp-price del .woocommerce-Price-amount,.pdp-price del .woocommerce-Price-currencySymbol{font-size:inherit;color:inherit;font-weight:inherit}.pdp-price__current,.pdp-price ins,.pdp-price>.woocommerce-Price-amount{font-size:36px;font-weight:800;color:var(--wvh-orange,#FF7900);text-decoration:none}.pdp-price ins .woocommerce-Price-amount{font-size:inherit;color:inherit;font-weight:inherit}.pdp-price .wvh-price-dec{font-size:0.6em;vertical-align:baseline;font-weight:600;opacity:0.7}.pdp-price .price{display:flex;align-items:baseline;gap:var(--wvh-space-2,8px);font-size:36px;font-weight:800;color:var(--wvh-orange,#FF7900)}.pdp-price .price del{font-size:18px;color:var(--wvh-gray-500,#777);font-weight:400;text-decoration:line-through}.pdp-price .price del .woocommerce-Price-amount,.pdp-price .price del .woocommerce-Price-currencySymbol{font-size:inherit;color:inherit;font-weight:inherit}.pdp-price .price ins{text-decoration:none}.pdp-price.has-variation .pdp-price__label{display:none}.pdp-price__save{font-size:13px;font-weight:600;color:var(--wvh-success,#22c55e);background:rgba(34,197,94,0.1);padding:2px 8px;border-radius:4px}.pdp-variations{margin-bottom:var(--wvh-space-5,20px)}.pdp-variation{margin-bottom:var(--wvh-space-4,16px)}.pdp-variation__label{display:flex;align-items:center;justify-content:space-between;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:0.5px;color:var(--wvh-gray-600,#555);margin-bottom:var(--wvh-space-3,12px)}.pdp-variation__help{font-size:12px;font-weight:500;color:var(--wvh-orange,#FF7900);text-transform:none;letter-spacing:0}.pdp-variation__help:hover{text-decoration:underline}.pdp-info .variations{width:100%;margin-bottom:var(--wvh-space-4,16px)}.pdp-info .variations tr{display:flex;flex-direction:column;margin-bottom:var(--wvh-space-4,16px)}.pdp-info .variations td{display:block;padding:0}.pdp-info .variations .label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:0.5px;color:var(--wvh-gray-600,#555);margin-bottom:var(--wvh-space-3,12px);text-align:left}.pdp-info .variations select{width:100%;max-width:280px;padding:12px 14px;border:2px solid var(--wvh-gray-200,#E5E5E5);border-radius:var(--wvh-radius-sm,8px);font-size:14px;font-weight:500;background:var(--wvh-white,#FFF) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat right 12px center;padding-right:40px;appearance:none;cursor:pointer}.pdp-info .variations select:focus{outline:none;border-color:var(--wvh-orange,#FF7900)}.pdp-swatches{display:flex;flex-wrap:wrap;gap:var(--wvh-space-2,8px)}.pdp-swatch{display:inline-flex;align-items:center;justify-content:center;transition:all 0.2s ease;position:relative;border:none;background:none;padding:0;cursor:pointer}.pdp-swatch--size{min-width:48px;height:48px;padding:0 var(--wvh-space-4,16px);background:var(--wvh-gray-100,#F5F5F5);border:2px solid transparent;border-radius:var(--wvh-radius-sm,8px);font-size:14px;font-weight:600;color:var(--wvh-gray-700,#444)}.pdp-swatch--size:hover{background:var(--wvh-white,#FFF);border-color:var(--wvh-orange,#FF7900);color:var(--wvh-orange,#FF7900)}.pdp-swatch--size.is-selected{background:var(--wvh-orange,#FF7900);border-color:var(--wvh-orange,#FF7900);color:var(--wvh-white,#FFF);box-shadow:var(--wvh-shadow-orange,0 4px 16px rgba(255,121,0,0.25))}.pdp-swatch.is-disabled{opacity:0.4;cursor:not-allowed;pointer-events:none;position:relative}.pdp-swatch.is-disabled::before{content:'';position:absolute;top:50%;left:-2px;right:-2px;height:2px;background:var(--wvh-error,#ef4444);transform:rotate(-45deg);border-radius:1px}.pdp-info .woocommerce-variation-price{display:none}.pdp-info .woocommerce-variation-availability,.pdp-info .stock{display:none!important}.pdp-info .reset_variations{display:inline-block;font-size:12px;color:var(--wvh-gray-500,#777);text-decoration:underline;margin-top:var(--wvh-space-2,8px)}.pdp-cart-row{display:flex;gap:var(--wvh-space-3,12px);margin-bottom:var(--wvh-space-5,20px)}.pdp-info .woocommerce-variation-add-to-cart,.pdp-info form.cart:not(.variations_form){display:flex;align-items:center;gap:var(--wvh-space-3,12px);flex-wrap:wrap}.pdp-quantity,.pdp-info .quantity{display:flex;align-items:center;background:var(--wvh-gray-100,#F5F5F5);border-radius:var(--wvh-radius-sm,8px);overflow:hidden}.pdp-quantity__btn{width:44px;height:48px;font-size:18px;font-weight:600;color:var(--wvh-gray-600,#555);transition:all 0.2s;border:none;background:none;cursor:pointer}.pdp-quantity__btn:hover{background:var(--wvh-gray-200,#E5E5E5);color:var(--wvh-orange,#FF7900)}.pdp-quantity__input,.pdp-info .quantity .qty{width:56px;height:48px;border:none;background:transparent;text-align:center;font-size:15px;font-weight:600;color:var(--wvh-black,#111);-moz-appearance:textfield}.pdp-quantity__input::-webkit-outer-spin-button,.pdp-quantity__input::-webkit-inner-spin-button,.pdp-info .quantity .qty::-webkit-outer-spin-button,.pdp-info .quantity .qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.pdp-cart-section{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--wvh-gray-200,#E5E5E5)}.pdp-add-to-cart,.pdp-info .single_add_to_cart_button{flex:1;display:flex;align-items:center;justify-content:center;gap:var(--wvh-space-2,8px);height:54px;padding:0 var(--wvh-space-8,32px);background:var(--wvh-orange,#FF7900);color:var(--wvh-white,#FFF);font-size:16px;font-weight:700;border-radius:var(--wvh-radius-sm,8px);box-shadow:var(--wvh-shadow-orange,0 4px 16px rgba(255,121,0,0.25));transition:all 0.2s;border:none;cursor:pointer;min-width:0;width:100%}.pdp-add-to-cart:hover,.pdp-info .single_add_to_cart_button:hover{background:var(--wvh-orange-dark,#E56D00);transform:translateY(-1px);box-shadow:0 6px 20px rgba(255,121,0,0.35)}.pdp-add-to-cart svg{width:20px;height:20px}@media (max-width:767px){.pdp-cart-row,.pdp-info .woocommerce-variation-add-to-cart,.pdp-info form.cart:not(.variations_form){flex-direction:row;flex-wrap:nowrap;gap:var(--wvh-space-2,8px)}.pdp-quantity,.pdp-info .quantity{flex-shrink:0;width:auto}.pdp-quantity__btn{width:38px;height:44px}.pdp-quantity__input,.pdp-info .quantity .qty{width:40px;height:44px;font-size:14px}.pdp-add-to-cart,.pdp-info .single_add_to_cart_button{flex:1;min-width:0;height:50px;font-size:15px;border-radius:var(--wvh-radius-sm,8px)}}.pdp-hugo-card{position:relative;background:linear-gradient(135deg,var(--wvh-orange-light,#FFF4EB) 0%,#fff 100%);border:1px solid var(--wvh-gray-200,#E5E5E5);border-radius:var(--pdp-radius-card);padding:var(--wvh-space-4,16px);overflow:hidden}.pdp-hugo-card::before{content:'';position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--wvh-orange,#FF7900);border-radius:4px 0 0 4px}.pdp-hugo-card__info{display:flex;flex-direction:column}.pdp-hugo-card__info strong{font-size:13px;font-weight:700;color:var(--wvh-black,#111)}.pdp-hugo-card__info span{font-size:11px;color:var(--wvh-gray-500,#777)}.pdp-hugo-card--compact{padding:14px 16px}.pdp-hugo-card--compact .pdp-hugo-card__top{display:flex;align-items:center;gap:10px;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid var(--wvh-gray-200,#E5E5E5)}.pdp-hugo-card--compact img{width:44px;height:44px;border-radius:50%;border:2px solid var(--wvh-orange,#FF7900);object-fit:cover;box-shadow:0 2px 8px rgba(255,121,0,0.2);flex-shrink:0}.pdp-hugo-card--compact .pdp-hugo-card__info{flex:1;min-width:0}.pdp-hugo-card__wa-btn{display:inline-flex;align-items:center;gap:5px;padding:6px 11px;background:transparent;color:#25D366;font-size:12px;font-weight:600;border:1.5px solid #25D366;border-radius:6px;text-decoration:none;white-space:nowrap;flex-shrink:0;transition:all 0.2s}.pdp-hugo-card__wa-btn:hover{background:#25D366;color:#fff}.pdp-hugo-card__wa-btn svg{flex-shrink:0}.pdp-hugo-card__usps{display:grid;grid-template-columns:1fr 1fr;gap:6px 12px}.pdp-hugo-card__usp{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--wvh-gray-600,#555);line-height:1.3}.pdp-hugo-card__usp svg{flex-shrink:0;color:var(--wvh-success,#22c55e)}.pdp-hugo-card__usp--delivery span{font-weight:600;color:var(--wvh-success,#22c55e)}.pdp-hugo-card__usp--deal svg{color:var(--wvh-orange,#FF7900)}.pdp-hugo-card__usp--deal span{color:var(--wvh-black,#111)}.pdp-price__combo{display:block;font-size:12px;color:var(--wvh-gray-500,#777);margin-top:4px;width:100%}.pdp-price__combo strong{color:var(--wvh-orange,#FF7900)}.pdp-content{margin-top:var(--wvh-space-8,32px);background:var(--wvh-white,#FFF);border-radius:var(--pdp-radius-card);padding:var(--wvh-space-6,24px);box-shadow:var(--pdp-shadow-card);overflow-x:hidden;overflow-x:clip}@media (max-width:767px){.pdp-content{padding:var(--wvh-space-4,16px);margin-top:var(--wvh-space-6,24px)}}.pdp-tabs{display:flex;gap:var(--wvh-space-2,8px);border-bottom:var(--pdp-border);margin-bottom:var(--wvh-space-6,24px);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;background:var(--wvh-white,#FFF);position:sticky;top:60px;z-index:50;padding-top:var(--wvh-space-3,12px);margin-top:calc(-1 * var(--wvh-space-3,12px))}.pdp-tabs::-webkit-scrollbar{display:none}.pdp-tab{flex-shrink:0;padding:var(--wvh-space-3,12px) var(--wvh-space-4,16px);font-size:14px;font-weight:600;color:var(--wvh-gray-500,#777);border:none;background:none;border-bottom:2px solid transparent;margin-bottom:-1px;transition:all 0.2s;white-space:nowrap;cursor:pointer}.pdp-tab:hover{color:var(--wvh-orange,#FF7900)}.pdp-tab.is-active{color:var(--wvh-orange,#FF7900);border-bottom-color:var(--wvh-orange,#FF7900)}@media (max-width:767px){.pdp-tabs{top:56px;padding-left:var(--wvh-space-4,16px);padding-right:var(--wvh-space-8,32px);margin-left:calc(-1 * var(--wvh-space-4,16px));margin-right:calc(-1 * var(--wvh-space-4,16px));mask-image:linear-gradient(to right,black 85%,transparent 100%);-webkit-mask-image:linear-gradient(to right,black 85%,transparent 100%)}.pdp-tab{padding:var(--wvh-space-3,12px) var(--wvh-space-4,16px);font-size:13px}}.pdp-tab-content{display:none}.pdp-tab-content.is-active{display:block}.pdp-section-title{font-family:var(--wvh-font-heading,'Bebas Neue',Impact,sans-serif);font-size:1.5rem;color:var(--wvh-black,#111);text-transform:uppercase;letter-spacing:0.5px;margin-bottom:var(--wvh-space-5,20px)}.pdp-benefits-list{display:flex;flex-direction:column;gap:var(--wvh-space-4,16px);margin-bottom:var(--wvh-space-6,24px);list-style:none;padding:0}.pdp-benefits-list li{display:flex;align-items:flex-start;gap:var(--wvh-space-3,12px);font-size:15px;line-height:1.5}.pdp-benefits-list svg{flex-shrink:0;margin-top:2px}.pdp-benefits-list strong{color:var(--wvh-black,#111)}.pdp-for-who{padding:var(--wvh-space-4,16px);background:var(--wvh-gray-100,#F5F5F5);border-radius:var(--pdp-radius-card);font-size:14px}.pdp-for-who strong{color:var(--wvh-black,#111)}.pdp-specs-table{width:100%;border-collapse:collapse}.pdp-specs-table th,.pdp-specs-table td{padding:var(--wvh-space-3,12px) var(--wvh-space-4,16px);text-align:left;border-bottom:var(--pdp-border);font-size:14px}.pdp-specs-table th{width:40%;font-weight:600;color:var(--wvh-gray-600,#555);background:var(--wvh-gray-100,#F5F5F5)}.pdp-specs-table td{color:var(--wvh-black,#111)}.pdp-specs-table tr:last-child th,.pdp-specs-table tr:last-child td{border-bottom:none}@media (max-width:767px){.pdp-specs-table th,.pdp-specs-table td{padding:var(--wvh-space-3,12px)}.pdp-specs-table th{width:45%}}.pdp-trusted-reviews{margin-bottom:var(--wvh-space-8,32px);padding-bottom:var(--wvh-space-6,24px);border-bottom:var(--pdp-border)}.pdp-trusted-reviews etrusted-widget{display:block;width:100%}.pdp-reviews-heading{font-family:var(--wvh-font-heading,'Bebas Neue',Impact,sans-serif);font-size:1.25rem;color:var(--wvh-black,#111);text-transform:uppercase;letter-spacing:0.5px;margin-bottom:var(--wvh-space-4,16px)}.pdp-reviews-header{display:flex;align-items:center;justify-content:space-between;gap:var(--wvh-space-4,16px);margin-bottom:var(--wvh-space-6,24px);padding-bottom:var(--wvh-space-6,24px);border-bottom:var(--pdp-border)}.pdp-reviews-summary{display:flex;align-items:center;gap:var(--wvh-space-4,16px)}.pdp-reviews-score{font-size:48px;font-weight:700;color:var(--wvh-black,#111);line-height:1}.pdp-reviews-stars-big{display:flex;gap:4px}.pdp-reviews-stars-big svg{width:24px;height:24px}.pdp-reviews-count{font-size:13px;color:var(--wvh-gray-500,#777)}.pdp-btn{display:inline-flex;align-items:center;justify-content:center;padding:var(--wvh-space-3,12px) var(--wvh-space-5,20px);font-size:14px;font-weight:600;border-radius:var(--wvh-radius-sm,8px);transition:all 0.2s;border:none;cursor:pointer}.pdp-btn--outline{background:transparent;border:2px solid var(--wvh-gray-300,#CCC);color:var(--wvh-gray-700,#444)}.pdp-btn--outline:hover{border-color:var(--wvh-orange,#FF7900);color:var(--wvh-orange,#FF7900)}.pdp-reviews-list{display:flex;flex-direction:column;gap:var(--wvh-space-5,20px)}.pdp-review{padding-bottom:var(--wvh-space-5,20px);border-bottom:var(--pdp-border)}.pdp-review:last-child{border-bottom:none;padding-bottom:0}.pdp-review-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--wvh-space-3,12px);margin-bottom:var(--wvh-space-3,12px)}.pdp-review-author strong{display:block;font-size:14px;color:var(--wvh-black,#111)}.pdp-review-date{font-size:12px;color:var(--wvh-gray-500,#777)}.pdp-review-stars{display:flex;gap:2px}.pdp-review-stars svg{width:14px;height:14px}.pdp-review-text{font-size:14px;line-height:1.6;color:var(--wvh-gray-600,#555)}@media (max-width:767px){.pdp-reviews-header{flex-direction:column;align-items:flex-start}.pdp-reviews-summary{flex-wrap:wrap}}.pdp-shipping-info{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--wvh-space-4,16px);margin-bottom:var(--wvh-space-6,24px)}.pdp-shipping-block{padding:var(--wvh-space-5,20px);background:var(--wvh-white,#FFF);border:1px solid var(--wvh-gray-200,#E5E5E5);border-radius:var(--pdp-radius-card);box-shadow:var(--pdp-shadow-card)}.pdp-shipping-block h3{display:flex;align-items:center;gap:var(--wvh-space-2,8px);font-size:15px;font-weight:700;color:var(--wvh-black,#111);margin-bottom:var(--wvh-space-4,16px);padding-bottom:var(--wvh-space-3,12px);border-bottom:1px solid var(--wvh-gray-200,#E5E5E5)}.pdp-shipping-block h3 svg{flex-shrink:0;color:var(--wvh-orange,#FF7900)}.pdp-shipping-block ul{display:flex;flex-direction:column;gap:var(--wvh-space-3,12px);list-style:none;padding:0;margin:0}.pdp-shipping-block li{font-size:14px;color:var(--wvh-gray-600,#555);line-height:1.5;padding-left:var(--wvh-space-5,20px);position:relative}.pdp-shipping-block li::before{content:'';position:absolute;left:0;top:6px;width:8px;height:8px;background:var(--wvh-success,#22c55e);border-radius:50%}.pdp-shipping-block li strong{color:var(--wvh-black,#111)}.pdp-shipping-block li a{color:var(--wvh-orange,#FF7900);font-weight:500;text-decoration:underline;text-underline-offset:2px}.pdp-shipping-block li a:hover{color:var(--wvh-orange-dark,#E56D00)}.pdp-shipping-contact{text-align:center;font-size:14px;color:var(--wvh-gray-600,#555);padding-top:var(--wvh-space-4,16px);border-top:1px solid var(--wvh-gray-200,#E5E5E5)}.pdp-shipping-contact a{color:var(--wvh-orange,#FF7900);font-weight:500}.pdp-shipping-contact a:hover{text-decoration:underline}@media (max-width:1024px){.pdp-shipping-info{grid-template-columns:1fr;gap:var(--wvh-space-3,12px)}}.pdp-shipping-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--wvh-space-5,20px);margin-bottom:var(--wvh-space-6,24px)}.pdp-shipping-card{padding:var(--wvh-space-5,20px);background:var(--wvh-white,#FFF);border:1px solid var(--wvh-gray-200,#E5E5E5);border-radius:var(--pdp-radius-card);box-shadow:var(--pdp-shadow-card)}.pdp-shipping-icon{width:48px;height:48px;background:var(--wvh-orange-light,#FFF4EB);border-radius:var(--wvh-radius-sm,8px);display:flex;align-items:center;justify-content:center;margin-bottom:var(--wvh-space-4,16px);color:var(--wvh-orange,#FF7900)}.pdp-shipping-card h3{font-size:16px;font-weight:700;color:var(--wvh-black,#111);margin-bottom:var(--wvh-space-3,12px)}.pdp-shipping-card ul{display:flex;flex-direction:column;gap:var(--wvh-space-2,8px);list-style:none;padding:0}.pdp-shipping-card li{font-size:14px;color:var(--wvh-gray-600,#555);padding-left:var(--wvh-space-4,16px);position:relative}.pdp-shipping-card li::before{content:'✓';position:absolute;left:0;color:var(--wvh-success,#22c55e);font-size:12px;font-weight:700}.pdp-shipping-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:12px 0 8px}.pdp-shipping-table{width:100%;border-collapse:collapse;font-size:13px;min-width:420px}.pdp-shipping-table thead th{font-size:11px;text-transform:uppercase;letter-spacing:0.4px;color:var(--wvh-gray-400,#999);font-weight:600;padding:6px 8px;border-bottom:2px solid var(--wvh-gray-100,#f0f0f0);text-align:left}.pdp-shipping-table tbody td{padding:8px;border-bottom:1px solid var(--wvh-gray-100,#f5f5f5);color:var(--wvh-gray-600,#555)}.pdp-shipping-table tbody td:first-child{font-weight:600;color:var(--wvh-black,#111)}.pdp-shipping-link{text-align:center}.pdp-shipping-link a{font-size:14px;color:var(--wvh-orange,#FF7900);font-weight:500}.pdp-shipping-link a:hover{text-decoration:underline}@media (max-width:767px){.pdp-shipping-grid{grid-template-columns:1fr}}.pdp-sticky-cart{display:none;position:fixed;bottom:0;left:0;right:0;background:var(--wvh-white,#FFF);padding:var(--wvh-space-3,12px) var(--wvh-space-4,16px);box-shadow:0 -4px 16px rgba(0,0,0,0.1);z-index:90;gap:var(--wvh-space-3,12px);align-items:center;transform:translateY(100%);transition:transform 0.3s ease}.pdp-sticky-cart.is-visible{transform:translateY(0)}.pdp-sticky-cart__info{flex:1;min-width:0}.pdp-sticky-cart__price{display:block;font-size:18px;font-weight:700;color:var(--wvh-orange,#FF7900)}.pdp-sticky-cart__name{display:block;font-size:12px;color:var(--wvh-gray-500,#777);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pdp-sticky-cart__btn{flex-shrink:0;padding:var(--wvh-space-3,12px) var(--wvh-space-5,20px);background:var(--wvh-orange,#FF7900);color:var(--wvh-white,#FFF);font-size:14px;font-weight:700;border-radius:var(--wvh-radius-sm,8px);border:none;cursor:pointer}@media (max-width:767px){.pdp-sticky-cart{display:flex}.pdp-main{padding-bottom:80px}}.pdp-main .woocommerce-tabs{display:none}.pdp-main .hugo-widget,.pdp-main .bundle-suggestion{display:none}.pdp-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.pdp-main *:focus-visible{outline:2px solid var(--wvh-orange,#FF7900);outline-offset:2px}.delivery-countdown{display:flex;align-items:center;gap:8px;padding:8px 0;color:var(--wvh-gray-600,#555);margin:4px 0;font-size:13px;line-height:1.4}.delivery-countdown--static{color:var(--wvh-gray-600,#555)}.delivery-countdown__icon{font-size:1rem;flex-shrink:0}.delivery-countdown__text{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px}.delivery-countdown__time{font-family:'Courier New',monospace;font-size:13px;font-weight:700;color:var(--wvh-success,#22c55e);letter-spacing:0.5px;white-space:nowrap}.delivery-countdown__highlight{font-weight:700;color:var(--wvh-success,#22c55e)}.delivery-countdown__sub{display:block;width:100%;font-size:11px;opacity:0.7;margin-top:2px}@media (max-width:767px){.delivery-countdown{font-size:12px}.delivery-countdown__time{font-size:12px}}@media (prefers-reduced-motion:reduce){.pdp-main *,.pdp-main *::before,.pdp-main *::after{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important}}.pdp-review-incentive{display:flex;gap:14px;align-items:flex-start;padding:20px;background:linear-gradient(135deg,#fff7ed 0%,#fffbf5 100%);border:1.5px solid #FF7900;border-radius:12px;margin-bottom:20px}.pdp-review-incentive__icon{font-size:2rem;flex-shrink:0;line-height:1}.pdp-review-incentive__body strong{display:block;font-size:15px;color:#111;margin-bottom:8px}.pdp-review-incentive__body p{font-size:14px;color:#555;margin:0;line-height:1.5}.pdp-review-incentive__body a{color:#FF7900;font-weight:600;text-decoration:underline;text-underline-offset:2px}@media (max-width:767px){.pdp-combo-banner{font-size:12px;padding:9px 12px}.pdp-review-incentive{flex-direction:column;gap:10px;padding:16px}}
@media (max-width:767px){.pdp-hugo-card__usps{grid-template-columns:1fr;gap:5px}.pdp-hugo-card--compact{padding:12px 14px}}.pdp-bolcom-reviews{background:#fffbf5;border:1.5px solid #FF7900;border-radius:12px;padding:20px 24px;margin-bottom:24px}.pdp-bolcom-reviews__header{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:12px;flex-wrap:wrap}.pdp-bolcom-reviews__title{font-size:16px;font-weight:700;color:#111;margin:0}.pdp-bolcom-reviews__source{font-size:12px;color:#888;white-space:nowrap}.pdp-bolcom-reviews__rating{display:flex;align-items:center;gap:8px;margin-bottom:16px;flex-wrap:wrap}.pdp-bolcom-reviews__stars{display:flex;gap:2px}.pdp-bolcom-reviews__score{font-size:22px;font-weight:700;color:#FF7900}.pdp-bolcom-reviews__count{font-size:13px;color:#666}.pdp-bolcom-reviews__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.pdp-bolcom-reviews__item{display:flex;align-items:flex-start;gap:8px;font-size:14px;color:#444;line-height:1.4}.pdp-bolcom-reviews__item svg{flex-shrink:0;margin-top:2px}.pdp-bolcom-reviews__item strong{color:#111}@media (max-width:767px){.pdp-bolcom-reviews{padding:16px}.pdp-bolcom-reviews__header{flex-direction:column;gap:4px}.pdp-bolcom-reviews__score{font-size:18px}}
.woocommerce-Tabs-panel ul:not(.pdp-bolcom-reviews__list){list-style-type:disc;padding-left:20px;margin:12px 0}.woocommerce-Tabs-panel ul:not(.pdp-bolcom-reviews__list) li{margin-bottom:6px;padding-left:4px}.pdp-trusted-reviews--shipping{margin-top:var(--wvh-space-8,32px);padding-top:var(--wvh-space-6,24px);border-top:var(--pdp-border);border-bottom:none;margin-bottom:0;padding-bottom:0}
.delivery-urgency{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--wvh-gray-500,#777);margin:0 0 6px;padding-left:2px}.delivery-urgency strong{color:var(--wvh-gray-700,#444);font-weight:600}.delivery-urgency__dot{width:5px;height:5px;border-radius:50%;background:var(--wvh-success,#22c55e);flex-shrink:0}
.pdp-hugo-card__google-badge{margin-top:12px;min-height:0;transition:min-height .3s}.pdp-hugo-card__google-badge:not(:empty){min-height:28px}@media (max-width:767px){.pdp-hugo-card__google-badge{display:none}}
.pdp-hugo-trust{display:flex;align-items:center;gap:12px;margin:0;padding:14px 0 0;border-top:1px solid #f0f0f0;margin-top:12px}.pdp-hugo-trust__photo{flex-shrink:0;width:36px;height:36px;border-radius:50%;overflow:hidden;border:2px solid var(--wvh-orange,#FF7900);box-shadow:0 0 0 3px rgba(255,121,0,0.12)}.pdp-hugo-trust__photo img{width:100%;height:100%;object-fit:cover;object-position:top}.pdp-hugo-trust__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.pdp-hugo-trust__intro{font-size:12px;font-weight:700;color:var(--wvh-gray-800,#333);line-height:1.2}.pdp-hugo-trust__usps{display:flex;flex-wrap:wrap;gap:2px 10px}.pdp-hugo-trust__usp{display:inline-flex;align-items:center;gap:3px;font-size:11px;color:var(--wvh-gray-600,#555);line-height:1.3;white-space:nowrap}.pdp-hugo-trust__usp svg{flex-shrink:0;color:var(--wvh-orange,#FF7900)}.pdp-hugo-trust__usp--deal svg{color:var(--wvh-orange,#FF7900)}.pdp-hugo-trust__usp--deal{color:var(--wvh-gray-700,#444);font-weight:500}@media (max-width:767px){.pdp-hugo-trust{gap:10px;align-items:flex-start}.pdp-hugo-trust__photo{width:34px;height:34px;margin-top:2px}.pdp-hugo-trust__intro{font-size:11px}.pdp-hugo-trust__usps{flex-direction:column;gap:3px}.pdp-hugo-trust__usp{font-size:11px}}
.pdp-why-product{margin:0;padding:16px 0 12px;border-top:none}.pdp-why-product__title{font-size:14px;font-weight:700;color:var(--wvh-black,#111);margin:0 0 10px}.pdp-why-product__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.pdp-why-product__list li{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:var(--wvh-gray-700,#444);line-height:1.4}.pdp-why-product__list li::before{content:'';flex-shrink:0;width:16px;height:16px;margin-top:1px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2322c55e' stroke-width='3'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") no-repeat center/contain}@media (max-width:767px){.pdp-why-product{padding:12px 0 0}.pdp-why-product__title{font-size:13px;margin-bottom:8px}.pdp-why-product__list li{font-size:12px}}
.wvh-promo-banner{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border-radius:10px;margin:10px 0 4px}.wvh-promo-banner--lente{background:linear-gradient(135deg,#f0fdf4 0%,#ecfdf5 50%,#f0fdf4 100%);border:1.5px solid #86efac}.wvh-promo-banner__icon{font-size:22px;line-height:1;flex-shrink:0;margin-top:1px}.wvh-promo-banner__body{flex:1;min-width:0}.wvh-promo-banner__title{display:block;font-size:14px;font-weight:700;color:#166534;margin-bottom:3px}.wvh-promo-banner__text{margin:0;font-size:13px;line-height:1.5;color:#15803d}.wvh-promo-banner__code{display:inline-block;background:#166534;color:#fff;padding:1px 8px;border-radius:4px;font-size:13px;font-weight:700;letter-spacing:0.5px;font-family:inherit}.wvh-promo-banner--wide{max-width:1280px;margin:0 auto 16px;padding:16px 24px;gap:14px}.wvh-promo-banner--wide .wvh-promo-banner__icon{font-size:26px}.wvh-promo-banner--wide .wvh-promo-banner__title{font-size:16px;margin-bottom:4px}.wvh-promo-banner--wide .wvh-promo-banner__text{font-size:14px}@media (max-width:767px){.wvh-promo-banner{padding:12px 14px;gap:10px}.wvh-promo-banner__title{font-size:13px}.wvh-promo-banner__text{font-size:12px}.wvh-promo-banner--wide{margin:0 16px 12px;padding:12px 14px}.wvh-promo-banner--wide .wvh-promo-banner__title{font-size:14px}.wvh-promo-banner--wide .wvh-promo-banner__text{font-size:13px}}
.pdp-description{font-size:15px;line-height:1.7;color:var(--wvh-gray-600,#555)}.pdp-description h2{font-family:var(--wvh-font-heading,'Bebas Neue',Impact,sans-serif);font-size:1.4rem;color:var(--wvh-black,#111);text-transform:uppercase;letter-spacing:0.5px;margin:32px 0 16px;padding-bottom:10px;border-bottom:2px solid var(--wvh-orange-light,#FFF4EB)}.pdp-description h2:first-child{margin-top:0}.pdp-description h3{font-size:1.1rem;font-weight:700;color:var(--wvh-black,#111);margin:24px 0 12px}.pdp-description p{margin:0 0 16px}.pdp-description ul{padding-left:0;list-style:none;margin:0 0 20px}.pdp-description ul li{position:relative;padding-left:24px;margin-bottom:10px;line-height:1.6}.pdp-description ul li::before{content:'';position:absolute;left:0;top:8px;width:8px;height:8px;background:var(--wvh-orange,#FF7900);border-radius:50%}.pdp-description ul li strong{color:var(--wvh-black,#111)}@media (max-width:767px){.pdp-description{font-size:14px}.pdp-description h2{font-size:1.2rem;margin:24px 0 12px}}
.pdp-main .pdp-price .wvh-price-dec{opacity:1;color:#b85500;font-weight:700}.pdp-tabs .pdp-tab{color:#595959}.pdp-tabs .pdp-tab:hover,.pdp-tabs .pdp-tab.is-active{color:var(--wvh-orange,#FF7900)}.woocommerce-breadcrumb a,.pdp-main .woocommerce-breadcrumb a{display:inline-block;min-height:44px;padding:12px 8px;line-height:20px;box-sizing:border-box}

/* PDP breadcrumb + hero spacing (compact, no 44px touch targets on breadcrumb links) */
.pdp-breadcrumb {
    font-size: 13px;
    color: #757575;
    padding: 8px 0 4px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    line-height: 1.4;
}
.pdp-breadcrumb a {
    color: #595959;
    text-decoration: none;
    transition: color 0.2s;
    display: inline-block;
    min-height: 0;
    padding: 4px 4px;
    line-height: 1.4;
    box-sizing: border-box;
}
.pdp-breadcrumb a:hover {
    color: #ff7900;
}
.pdp-breadcrumb__sep {
    color: #b3b3b3;
    margin: 0 4px;
    font-size: 12px;
}
.pdp-hero {
    padding: 20px;
}
@media (max-width: 767px) {
    .pdp-breadcrumb {
        font-size: 12px;
        padding: 6px 0 2px;
        line-height: 1.35;
    }
    .pdp-breadcrumb a {
        padding: 3px 3px;
        min-height: 0;
    }
    .pdp-breadcrumb__sep {
        margin: 0 3px;
    }
    .pdp-hero {
        padding: 12px;
    }
}

/* =============================================================
   Lighthouse 2026-05-18 accessibility contrast + touch-target fixes
   PDP-specifieke elementen: badges, price, tabs, sticky cart, quantity.
   ============================================================= */

/* "Exclusief verkrijgbaar bij WinkelvanHugo" badge — was inline color:#e56d00
   op #fff8f0 = 3.4:1 fail. Donkerder oranje + iets donkerdere bg = 5.2:1. */
.pdp-exclusive-badge{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;background:#fef3e2;border:1px solid #f8c47b;border-radius:6px;font-size:11px;font-weight:600;color:#a8480a;margin-bottom:8px}

/* Delivery countdown highlight — was #22c55e op wit (1.9:1 fail).
   Donkerder groen #15803d = 5.7:1 op wit. */
.delivery-countdown__highlight,.delivery-countdown__time{color:#15803d!important}
.pdp-hugo-card__usp--delivery span{color:#15803d!important}

/* PDP tab actief — was #FF7900 op wit = 4.43:1 (borderline fail bij 14px regular).
   Donkerder oranje #d4670d = 5.0:1 op wit, behoudt brand-look. */
.pdp-tab.is-active{color:#d4670d!important}

/* PDP sticky cart price — zelfde fix als pdp-tab. */
.pdp-sticky-cart__price{color:#d4670d!important}

/* Related-product price — zelfde fix. */
.wvh-related__price{color:#d4670d!important}

/* Disabled add-to-cart "In winkelwagen" — toon dat het disabled is met
   donkergrijze tekst i.p.v. lichtgrijs (Lighthouse flagde de disabled state). */
.single_add_to_cart_button.disabled,
.single_add_to_cart_button.wc-variation-selection-needed{
    background:#e5e7eb!important;
    color:#374151!important;
    box-shadow:none!important;
    cursor:not-allowed
}

/* Quantity buttons WCAG 2.5.5 touch target ≥ 44×44.
   Was 38×44 op mobile en de input was 40×44 — beide te smal voor finger taps. */
@media (max-width:767px){
    .pdp-quantity__btn{width:44px!important;height:44px!important;min-width:44px}
    .pdp-quantity__input,.pdp-info .quantity .qty{width:48px!important;height:44px!important;min-width:44px}
}

/* Hoofdprijs op PDP — #FF7900 op wit = 4.43:1, technisch genoeg voor 36px/800
   weight (large bold) maar Lighthouse flagde 'm. Donkerdere variant. */
.pdp-price__current,.pdp-price ins,.pdp-price>.woocommerce-Price-amount,.pdp-price .price{color:#d4670d!important}
.pdp-price .price ins{color:#d4670d!important}

/* Rating badge score — bestaande #FF7900 op #FFF4EB = 3.4:1 fail bij 14px. */
.pdp-rating-badge__score{color:#a8480a!important}

/* Hugo card delivery USP en related "shipping" labels — donkerder groen. */
.pdp-hugo-card__usp--delivery span,.product-card__shipping{color:#15803d!important}
