/*
Theme Name: PDL Wholesale
Version: 1.0.0
Description: An original English wholesale catalog theme for pdl-b2b.com.
Author: PDL B2B
*/
:root{--ink:#172d27;--green:#176146;--mint:#edf5ef;--paper:#fff;--muted:#52645b;--line:#dce5de;--yellow:#f7f3df;--radius:4px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}a:hover{color:var(--green)}button,input,select,textarea{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #b57912;outline-offset:4px}img{max-width:100%;display:block}button{cursor:pointer}.wrap{max-width:1320px;margin:auto;padding:0 40px}.skip{position:absolute;left:20px;top:-100px;background:white;z-index:10;padding:10px}.skip:focus{top:10px}.topbar{background:var(--green);color:#fff;font-size:13px;letter-spacing:.05em;padding:8px 0}.topbar .wrap{display:flex;justify-content:space-between;gap:16px}.topbar a:hover{color:white;text-decoration:underline}.brandbar{display:flex;align-items:center;justify-content:space-between;gap:32px;min-height:106px}.logo{width:220px;height:64px;object-fit:contain}.brandnote{color:var(--muted);font-size:14px;margin-left:auto}.btn{display:inline-flex;justify-content:center;align-items:center;gap:22px;padding:14px 25px;min-height:50px;background:var(--green);color:#fff;border:1px solid var(--green);border-radius:var(--radius);font-weight:600;font-size:14px;transition:background .18s,transform .18s}.btn:hover{background:#104a35;color:#fff;transform:translateY(-1px)}.btn.light{background:#fff;color:var(--ink);border-color:#fff}.btn.outline{background:transparent;color:var(--green);border-color:var(--green)}.navshell{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.navigation{display:flex;gap:32px;align-items:center;min-height:58px;font-size:14px;font-weight:600}.navigation a{display:inline-flex;align-items:center;min-height:48px;white-space:nowrap}.navigation .nav-end{margin-left:auto}.menu-toggle{display:none;background:white;border:1px solid var(--line);padding:9px 13px}.hero{display:grid;grid-template-columns:1.02fr 1fr;margin-top:28px;min-height:455px;background:var(--mint);overflow:hidden;border-radius:5px}.hero-copy{padding:55px 48px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--green);margin:0 0 16px}.hero h1{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:clamp(40px,4.1vw,60px);line-height:1.08;letter-spacing:-.045em;margin:0 0 23px;max-width:530px}.hero-copy>p:not(.eyebrow){max-width:420px;color:var(--muted);margin:0 0 25px;font-size:16px}.hero-media{position:relative;min-width:0}.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-label{position:absolute;bottom:25px;left:25px;padding:9px 15px;background:#fffE;font-size:12px;color:#234736}.intro-strip{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--line);padding:25px 0;gap:20px}.intro-strip>div{display:flex;align-items:center;gap:14px;justify-content:center;font-size:14px}.intro-strip>div+div{border-left:1px solid var(--line)}.icon{width:25px;height:25px;flex:none;stroke:var(--green);stroke-width:1.5;fill:none}.section{padding:64px 0}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:26px}.section-head h2,h2{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:34px;letter-spacing:-.025em;line-height:1.2;margin:0 0 12px}.section-head p{margin:0;color:var(--muted)}.text-link{font-size:14px;border-bottom:1px solid var(--green);padding-bottom:4px;color:var(--green);font-weight:600;white-space:nowrap}.categories{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.category-card{display:block}.category-art{aspect-ratio:1.12;overflow:hidden;background:var(--mint);border-radius:4px}.category-art img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.category-card:hover img{transform:scale(1.04)}.category-card h3{font-size:18px;font-weight:600;margin:17px 0 3px;display:flex;justify-content:space-between}.category-card p{font-size:14px;color:var(--muted);margin:0}.category-art.household{background:var(--yellow);display:flex;align-items:center;justify-content:center}.household-type{font-family:Georgia,serif;font-size:42px;line-height:1.05;letter-spacing:-.04em;color:#5b653d;padding:30px}.household-type small{display:block;font-family:Arial,sans-serif;font-size:11px;letter-spacing:.14em;margin-bottom:25px}.note{font-size:12px;color:var(--muted);margin:19px 0 0}.wholesale-band{background:#173f31;color:#fff;padding:42px 46px;display:grid;grid-template-columns:1.2fr 1fr;gap:50px;border-radius:5px;align-items:center}.wholesale-band h2{font-size:36px;max-width:500px}.wholesale-band p{color:#d5e5db;max-width:440px;margin:0}.band-right{border-left:1px solid #ffffff3b;padding-left:45px}.band-right p{margin-bottom:22px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:42px;margin-top:32px}.step{border-top:1px solid var(--line);padding-top:20px}.step-num{font-size:13px;font-weight:700;color:var(--green)}.step h3{font-size:18px;font-weight:600;margin:14px 0 8px}.step p{font-size:15px;color:var(--muted);margin:0}.site-footer{background:#f4f7f4;border-top:1px solid var(--line);padding:45px 0 20px;margin-top:30px}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.4fr;gap:30px}.footer-grid .logo{width:190px;height:auto}.footer-grid h3{font-size:14px;margin:10px 0 15px}.footer-grid p,.footer-grid a:not(.brand){font-size:14px;color:var(--muted)}.footer-grid ul{list-style:none;padding:0;margin:0}.footer-grid li{margin:8px 0}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid var(--line);margin-top:35px;padding-top:18px;gap:20px;font-size:12px;color:var(--muted)}.page-heading{padding:42px 0 25px}.crumb{font-size:13px;color:var(--muted);margin-bottom:20px}.page-heading h1{font-family:Georgia,serif;font-size:46px;line-height:1.1;font-weight:400;letter-spacing:-.035em;margin:0 0 17px}.page-heading p{max-width:700px;color:var(--muted)}.content-page{max-width:860px;padding-bottom:45px}.content-page h2{font-size:28px;margin-top:30px}.content-page a{text-decoration:underline}.content-page li{margin:10px 0}.catalog-empty{background:var(--mint);padding:42px;margin:15px 0 45px}.catalog-empty p{max-width:620px;color:var(--muted)}.inquiry-layout{display:grid;grid-template-columns:1.5fr 1fr;gap:75px;padding:10px 0 60px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.field{display:flex;flex-direction:column;gap:7px;font-size:14px;font-weight:600}.field.full{grid-column:1/-1}.field input,.field select,.field textarea{width:100%;border:1px solid #b7c8bd;background:#fff;border-radius:3px;padding:12px;color:var(--ink);font-weight:400;font-size:16px}.field textarea{min-height:135px;resize:vertical}.check{display:flex;gap:12px;font-size:14px;font-weight:400;align-items:flex-start}.check input{width:18px;height:18px;margin-top:4px;flex:none}.check a{text-decoration:underline}.inquiry-aside{background:var(--mint);padding:30px;align-self:start}.inquiry-aside h2{font-size:27px}.inquiry-aside p{font-size:15px}.inquiry-aside a{text-decoration:underline;overflow-wrap:anywhere}.form-message{padding:17px 20px;border:1px solid var(--green);background:var(--mint);margin-bottom:25px}.form-message.error{border-color:#a63525;color:#872719;background:#fff5f3}.honey{position:absolute;left:-9999px;opacity:0}.search-box{display:flex;gap:12px;margin:0 0 30px}.search-box input{padding:12px;flex:1;min-width:0;border:1px solid var(--line)}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin:30px 0}.product-card{border:1px solid var(--line);padding:18px}.product-card img{width:100%;height:230px;object-fit:contain}.product-card h2{font-family:Arial,sans-serif;font-size:18px;letter-spacing:0}.product-card .text-link{display:inline-block;margin-top:8px}.product-single{display:grid;grid-template-columns:1fr 1fr;gap:60px;padding:30px 0 60px}.product-single img{max-height:500px;object-fit:contain;margin:auto}.product-single h1{font-family:Georgia,serif;font-size:38px;font-weight:400;line-height:1.2}.product-single .description{color:var(--muted);margin:25px 0}.pagination{margin-bottom:40px}.pagination .page-numbers{padding:10px 15px;border:1px solid var(--line);display:inline-block}.privacy-date{font-size:14px;color:var(--muted)}.wp-block-image img{height:auto}.screen-reader-text{clip-path:inset(50%);position:absolute;width:1px;height:1px;overflow:hidden}
@media(min-width:1500px){.hero{min-height:490px}}@media(max-width:1000px){.wrap{padding:0 25px}.brandnote{display:none}.navigation{gap:20px;font-size:13px}.hero-copy{padding:36px}.categories{gap:16px}.hero h1{font-size:45px}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-grid>div:last-child{grid-column:1/-1}.inquiry-layout{gap:35px}.products-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:700px){.wrap{padding:0 20px}.topbar{font-size:11px}.topbar .wrap>span:last-child{display:none}.brandbar{min-height:86px;gap:16px}.brandbar .logo{width:174px;height:54px}.brandbar>.btn{display:none}.menu-toggle{display:block}.navigation{display:none;align-items:stretch;padding-top:10px;padding-bottom:10px;gap:0;flex-direction:column}.navigation.open{display:flex}.navigation .nav-end{margin:0}.navigation a{font-size:15px}.hero{grid-template-columns:1fr;margin-top:20px}.hero-copy{padding:34px 27px}.hero h1{font-size:43px;max-width:400px}.hero-media{height:270px}.hero-label{bottom:17px;left:17px}.intro-strip{gap:12px;grid-template-columns:1fr;padding:20px 0}.intro-strip>div{justify-content:flex-start;font-size:13px}.intro-strip>div+div{border:0}.intro-strip .icon{width:21px;height:21px}.section{padding:42px 0}.section-head{align-items:flex-start}.section-head h2,h2{font-size:29px}.section-head p{font-size:14px}.section-head>.text-link{display:none}.categories{grid-template-columns:1fr 1fr;gap:24px 16px}.category-card h3{font-size:16px;margin-top:12px}.category-card p{font-size:13px}.household-type{font-size:28px;padding:20px}.household-type small{font-size:9px;margin-bottom:12px}.wholesale-band{grid-template-columns:1fr;gap:25px;padding:29px}.wholesale-band h2{font-size:30px}.band-right{padding:0;border:0}.steps{grid-template-columns:1fr;gap:24px}.footer-grid{grid-template-columns:1fr 1fr;gap:20px}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{flex-direction:column;gap:5px}.page-heading{padding-top:30px}.page-heading h1{font-size:36px}.inquiry-layout{grid-template-columns:1fr;gap:30px}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.catalog-empty{padding:27px}.products-grid{grid-template-columns:1fr 1fr;gap:15px}.product-card{padding:12px}.product-card img{height:160px}.product-single{grid-template-columns:1fr;gap:20px}.product-single h1{font-size:32px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.hero-media img{position:absolute;inset:0}
.check{flex-direction:row}
.account-links{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600;white-space:nowrap}.account-links a{display:inline-flex;align-items:center;min-height:44px;color:var(--green)}.account-links a:hover{text-decoration:underline}.account-links>span{color:#89958e}.account-anchor{display:block;scroll-margin-top:25px}.woocommerce-account #customer_login h2{font-size:30px}.woocommerce-account .woocommerce form.login,.woocommerce-account .woocommerce form.register{border:1px solid var(--line);background:#f8fbf8;padding:28px;border-radius:5px;margin-top:20px}.woocommerce-account .woocommerce-form-register .woocommerce-privacy-policy-text{margin:20px 0}.woocommerce-account .woocommerce-form-login .woocommerce-LostPassword a{text-decoration:underline}.woocommerce-account .woocommerce-MyAccount-content{min-height:250px}.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{font-weight:700;color:var(--green)}
@media(max-width:1200px){.brandnote{display:none}}@media(max-width:700px){.brandbar{flex-wrap:wrap;padding-top:12px;padding-bottom:8px}.brandbar>.brand{order:0}.brandbar>.pdl-cart-link{order:1}.brandbar>.menu-toggle{order:2}.brandbar>.account-links{order:3;flex-basis:100%;justify-content:flex-end;border-top:1px solid var(--line);margin-top:2px;gap:15px}.account-links a{min-height:38px}.woocommerce-account .woocommerce form.login,.woocommerce-account .woocommerce form.register{padding:22px}.woocommerce-account #customer_login .col-2{margin-top:32px}}
.cart-count{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--mint);min-width:25px;height:25px;font-size:13px}.commerce-page{padding-bottom:50px;min-height:250px}.commerce-page .woocommerce{width:100%}.woocommerce .price{color:var(--green);font-size:21px;font-weight:600;margin:12px 0 18px}.woocommerce .product-card .price{font-size:18px}.woocommerce .product-card a.button{display:inline-block;margin-top:12px}.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{background:var(--green);color:#fff;border-radius:4px;padding:14px 22px;font-weight:600;line-height:1.4;font-size:14px;border:1px solid var(--green);min-height:48px}.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.woocommerce #respond input#submit:hover,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{background:#104a35;color:white}.woocommerce button.button:disabled,.woocommerce button.button:disabled[disabled]{padding:14px 22px;color:white;opacity:.5}.woocommerce .quantity .qty{min-height:48px;border:1px solid #b7c8bd;border-radius:3px;width:75px;font-size:16px;margin-right:10px}.product-details form.cart{display:flex;flex-wrap:wrap;gap:15px;align-items:center;margin:25px 0}.product-details form.variations_form{display:block}.product-details form.variations_form .variations{width:100%;margin-bottom:18px}.product-details select{padding:12px;font:inherit;min-height:45px;border:1px solid #b7c8bd;background:#fff}.product-details .single_variation_wrap .quantity{display:inline-block}.product-photos .woocommerce-product-gallery{width:100%!important;float:none!important}.woocommerce .product-photos img{width:auto;max-width:100%;max-height:520px}.shipping-note{padding:18px 0;border-top:1px solid var(--line);font-size:14px;color:var(--muted)}.commerce-page .woocommerce-info,.commerce-page .woocommerce-message,.commerce-page .woocommerce-error{background:var(--mint);border-top-color:var(--green);font-size:15px}.commerce-page .woocommerce-info:before,.commerce-page .woocommerce-message:before{color:var(--green)}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{padding:12px;border:1px solid #b7c8bd;border-radius:3px;font-size:16px;min-height:46px}.woocommerce form .form-row label{font-size:14px;font-weight:600;margin-bottom:5px}.woocommerce form .form-row{padding:4px 0;margin-bottom:16px}.select2-container--default .select2-selection--single{height:46px;border:1px solid #b7c8bd;border-radius:3px}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:44px;padding-left:12px}.select2-container--default .select2-selection--single .select2-selection__arrow{height:44px}.woocommerce table.shop_table{border-color:var(--line);border-radius:4px;font-size:15px}.woocommerce table.shop_table th,.woocommerce table.shop_table td{padding:15px}.woocommerce #payment,.woocommerce-checkout #payment{background:var(--mint);border-radius:4px}.woocommerce-checkout #payment div.payment_box{background:#dae8dd;color:var(--ink)}.woocommerce-checkout #payment div.payment_box:before{border-bottom-color:#dae8dd}.woocommerce .col2-set .col-1,.woocommerce .col2-set .col-2{width:47%}.woocommerce-checkout #order_review_heading{margin-top:30px}.woocommerce-checkout #payment .payment_methods label{font-weight:600}.woocommerce-checkout #payment .payment_methods input{accent-color:var(--green)}.woocommerce .woocommerce-customer-details address{border:1px solid var(--line);padding:20px;line-height:1.8}.woocommerce ul.order_details{padding-left:0;display:flex;flex-wrap:wrap;gap:20px}.woocommerce ul.order_details li{line-height:1.8;margin:0 15px 0 0}.woocommerce .woocommerce-customer-details h2,.woocommerce .woocommerce-order-details h2{margin-top:30px}.woocommerce .woocommerce-MyAccount-navigation ul{list-style:none;padding:0}.woocommerce .woocommerce-MyAccount-navigation li{border-bottom:1px solid var(--line);padding:12px 0}.woocommerce .woocommerce-privacy-policy-text{font-size:14px}.woocommerce .cart-collaterals .cart_totals h2{font-size:28px}.woocommerce .cart .product-thumbnail img{width:80px}.woocommerce .cart .coupon #coupon_code{width:150px;min-height:48px}.woocommerce .product-card .added_to_cart{display:block;font-size:14px;text-decoration:underline;padding-top:8px}
@media(max-width:700px){.brandbar{gap:10px}.brandbar .logo{width:150px}.brandbar>.pdl-cart-link{display:inline-flex;padding:8px 10px;gap:7px;min-height:44px;margin-left:auto}.menu-toggle{font-size:14px;padding:8px 10px;min-height:44px}.woocommerce .col2-set .col-1,.woocommerce .col2-set .col-2{width:100%;float:none}.woocommerce .form-row-first,.woocommerce .form-row-last{width:100%!important;float:none!important}.woocommerce table.shop_table th,.woocommerce table.shop_table td{padding:12px}.woocommerce ul.order_details{display:block;margin-bottom:25px}.woocommerce ul.order_details li{float:none;border:0;margin-bottom:12px}.woocommerce .product-card a.button{padding:11px 13px}.woocommerce .product-card .price{font-size:17px}.woocommerce #payment #place_order{width:100%;margin-top:15px}.woocommerce .cart .coupon #coupon_code{width:48%}.woocommerce .cart-collaterals .cart_totals{width:100%;float:none}}
