.phb-homepage,.phb-homepage *{box-sizing:border-box}
.phb-homepage{max-width:1240px;margin:0 auto;padding:0 20px 40px;overflow-x:clip}
.phb-section,.phb-hero,.phb-services{margin-top:28px}
.phb-section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 18px}
.phb-section-head h2{margin:0;font-size:34px;font-weight:700;color:var(--contrast);line-height:1.15}
.phb-arrows{display:flex;gap:10px;align-items:center}
.phb-arrow,.phb-hero-arrow{width:46px;height:46px;border:1px solid #d9dee5;background:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0;color:var(--contrast);transition:border-color .18s ease,background .18s ease,transform .18s ease}
.phb-arrow:hover,.phb-hero-arrow:hover{background:#f7f8fa;border-color:var(--accent);transform:translateY(-1px)}
.phb-arrow-svg,.phb-hero-arrow-icon{width:18px;height:18px;display:block}
.phb-hero-slider{position:relative;overflow:hidden;background:#f5f5f5}
.phb-hero-slide{display:none;position:relative;width:100%;background:#f5f5f5}
.phb-hero-slide.is-active{display:block}
.phb-hero-slide,.phb-hero-slide:hover{text-decoration:none}
.phb-hero-image{display:block;width:100%;height:560px;object-fit:cover;object-position:center center}
.phb-hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3}
.phb-hero-arrow.prev{left:16px}
.phb-hero-arrow.next{right:16px}
.phb-dots{display:flex;justify-content:center;gap:8px;margin-top:14px}
.phb-dot{width:10px;height:10px;background:#cfd6de;cursor:pointer;border:none;padding:0}
.phb-dot.is-active{background:var(--accent)}
.phb-services{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.phb-service-box{background:#fff;border:1px solid #e5e7eb;display:flex;flex-direction:column;min-width:0;padding:18px 16px;gap:12px;min-height:132px;box-shadow:0 1px 2px rgba(0,0,0,.04)}
.phb-service-top{display:flex;align-items:center;gap:12px;padding:0;border-bottom:0;min-height:0}
.phb-service-bottom{padding:0;min-height:0;display:flex;align-items:flex-start}
.phb-service-icon{width:40px;height:40px;flex:0 0 40px;color:var(--accent);display:inline-flex;align-items:center;justify-content:center;background:color-mix(in srgb, var(--accent) 10%, white);border:1px solid color-mix(in srgb, var(--accent) 18%, white)}
.phb-service-svg{width:20px;height:20px;display:block}
.phb-service-box h3{margin:0;font-size:18px;font-weight:700;color:var(--contrast);line-height:1.25}
.phb-service-box p{margin:0;color:var(--contrast);font-size:14px;line-height:1.55;opacity:.82}
.phb-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.phb-grid-item{min-width:0}
.phb-product-card{border:1px solid #f2f5f8;padding:14px;background:#fff;min-height:100%;height:100%;display:flex;flex-direction:column;width:100%}
.phb-product-image{display:flex;align-items:center;justify-content:center;height:210px;margin-bottom:14px;background:#fff;overflow:hidden}
.phb-product-image img{max-width:100%;max-height:190px;width:auto;height:auto;display:block}
.phb-product-title{font-size:14px;line-height:1.35;font-weight:600;margin:0 0 10px;min-height:38px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.phb-product-title a{text-decoration:none;color:var(--contrast)}
.phb-product-rating{min-height:22px;margin-bottom:8px}
.phb-product-price{font-size:20px;font-weight:700;color:var(--accent);margin-bottom:14px;line-height:1.2}
.phb-product-price del{font-size:14px;color:#999;margin-right:6px}
.phb-product-price ins{text-decoration:none}
.phb-product-btn{margin-top:auto}
.phb-product-btn .button,.phb-product-btn a.button,.phb-product-btn .added_to_cart{display:flex;width:100%;min-height:42px;align-items:center;justify-content:center;text-align:center;padding:10px 12px;background:var(--accent);color:#fff;border:1px solid var(--accent);text-decoration:none;font-weight:700;box-shadow:none;line-height:1.2;font-size:14px}
.phb-product-btn .button:hover,.phb-product-btn a.button:hover,.phb-product-btn .added_to_cart:hover{background:var(--contrast);border-color:var(--contrast);color:#fff}
.phb-product-btn .added_to_cart{margin-top:8px;background:#fff;color:var(--contrast);border-color:#e3e7eb}
.phb-carousel{display:flex;gap:18px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;padding:2px 0 6px;width:100%;max-width:100%;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}
.phb-carousel::-webkit-scrollbar{height:8px}
.phb-carousel::-webkit-scrollbar-thumb{background:#d8dde3}
.phb-brand-item{flex:0 0 auto;width:210px;height:110px;border:1px solid #f2f5f8;display:flex;align-items:center;justify-content:center;background:#fff;padding:16px}
.phb-brand-item img{max-width:100%;max-height:64px;width:auto;height:auto;display:block}

@media (max-width:1200px){.phb-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.phb-services{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:991px){.phb-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:767px){.phb-homepage{padding:0 20px 28px}.phb-section,.phb-hero,.phb-services{margin-top:22px}.phb-section-head{margin-bottom:14px}.phb-section-head h2{font-size:24px}.phb-hero-image{height:auto;aspect-ratio:16/9;object-fit:contain;background:#fff}.phb-services{grid-template-columns:1fr;gap:12px}.phb-service-box{min-height:0;padding:16px 14px}.phb-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.phb-product-image{height:180px}.phb-product-image img{max-height:160px}.phb-brand-item{width:170px;height:96px}}
@media (max-width:480px){.phb-homepage{padding:0 20px 24px}.phb-product-title{font-size:13px;min-height:36px}.phb-product-price{font-size:18px}}

.phb-hero-arrow{display:none !important}

/* Notification bar */
.phb-notice-bar{background:var(--accent);color:#fff;text-align:center;font-size:14px;font-weight:700;line-height:1.4;padding:12px 20px}
.phb-notice-bar a,.phb-notice-bar span{color:#fff;text-decoration:none;display:block}

/* Footer */
.phb-footer-shortcode,.phb-footer-shortcode *{box-sizing:border-box}
.phb-footer-shortcode{margin-top:40px;background:#111827;color:#fff}
.phb-footer-container{width:100%;max-width:1240px;margin:0 auto;padding:0 20px}
.phb-footer-main{padding:44px 0 30px}
.phb-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.1fr;gap:28px}
.phb-footer-col h3,.phb-footer-col h4{margin:0 0 14px;color:#fff;font-weight:700}
.phb-footer-col h3{font-size:26px;line-height:1.15}
.phb-footer-col h4{font-size:17px}
.phb-footer-col p,.phb-footer-col li,.phb-footer-col a{font-size:14px;line-height:1.7;color:rgba(255,255,255,.84);text-decoration:none}
.phb-footer-col ul{list-style:none;margin:0;padding:0}
.phb-footer-col li+li{margin-top:8px}
.phb-footer-col a:hover{color:#fff}
.phb-footer-contact strong{color:#fff}
.phb-footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding:16px 0}
.phb-footer-bottom p{margin:0;font-size:13px;line-height:1.5;color:rgba(255,255,255,.72)}

/* WhatsApp */
.phb-whatsapp-fixed{position:fixed;right:20px;bottom:20px;z-index:99998;display:inline-flex;align-items:center;gap:10px;padding:14px 16px;background:#25D366;color:#fff;text-decoration:none;font-weight:700;box-shadow:0 12px 30px rgba(0,0,0,.18); border-radius:3px;}
.phb-whatsapp-fixed:hover{color:#fff;transform:translateY(-1px)}
.phb-whatsapp-svg{width:22px;height:22px;display:block;flex:0 0 22px}

/* WooCommerce single */
.single-product .site-main,.tax-product_cat .site-main,.post-type-archive-product .site-main{max-width:1240px;margin:0 auto;padding:0 20px 40px}
.single-product .woocommerce-breadcrumb,.tax-product_cat .woocommerce-breadcrumb,.post-type-archive-product .woocommerce-breadcrumb{font-size:13px;color:#667085;margin:18px 0 20px}
.single-product .woocommerce-breadcrumb a,.tax-product_cat .woocommerce-breadcrumb a,.post-type-archive-product .woocommerce-breadcrumb a{color:#667085;text-decoration:none}
.single-product div.product .onsale,.archive .products .onsale,.tax-product_cat .products .onsale,.post-type-archive-product .products .onsale{background:var(--accent);color:#fff;font-size:12px;font-weight:700;line-height:1.2;padding:6px 10px;min-height:auto;min-width:auto;border:none;box-shadow:none}
.single-product .woocommerce-product-gallery{border:1px solid #f2f5f8;background:#fff;padding:14px;position:relative}
.single-product .woocommerce-product-gallery__wrapper{margin:0}
.single-product .woocommerce-product-gallery__image{background:#fff}
.single-product .woocommerce-product-gallery__image a,.single-product .woocommerce-product-gallery__image img{display:block}
.single-product .woocommerce-product-gallery__image img{width:auto;max-width:100%;height:auto;object-fit:contain}
.single-product .summary{border:1px solid #f2f5f8;background:#fff;padding:22px}
.single-product .product_title{margin:0 0 14px;font-size:32px;line-height:1.2;font-weight:700;color:var(--contrast)}
.single-product .summary .price{margin:0 0 18px;font-size:30px;font-weight:800;color:var(--accent)}
.single-product .summary .price del{font-size:18px;color:#98a2b3}
.single-product .summary .price ins{text-decoration:none}
.single-product .woocommerce-product-details__short-description{font-size:15px;line-height:1.75;color:#344054;margin-bottom:22px}
.single-product form.cart{display:grid;grid-template-columns:96px minmax(0,1fr);gap:14px;align-items:stretch}
.single-product form.cart .quantity{margin:0 !important;float:none !important;width:96px;min-width:96px}
.single-product form.cart .qty{border:1px solid #d0d5dd;padding:0 12px;height:56px;min-height:56px;width:100%;background:#fff;color:var(--contrast);margin:0}
.single-product form.cart .single_add_to_cart_button{grid-column:2;border:1px solid #ffb836;background:#ffb836;color:#fff;font-weight:700;min-height:56px;height:56px;width:100%;display:inline-flex;align-items:center;justify-content:center;padding:0 28px;white-space:nowrap;margin:0 !important}
.single-product form.cart .single_add_to_cart_button:hover{background:#ffb836;border-color:#ffb836;color:#fff}
.single-product form.cart .phb-single-whatsapp-btn{grid-column:1 / -1;border:1px solid #25D366;background:#25D366;color:#fff;text-decoration:none;font-weight:700;min-height:56px;height:56px;width:100%;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 22px;white-space:nowrap;box-sizing:border-box;margin:0; border-radius: 3px;}
.single-product form.cart .phb-single-whatsapp-btn:hover{color:#fff;filter:brightness(.96)}
.phb-single-whatsapp-svg{width:20px;height:20px;display:block;flex:0 0 20px}
.single-product .product_meta{padding-top:18px;border-top:1px solid #f2f5f8;font-size:14px;color:#667085}
.single-product .product_meta a{color:var(--contrast);text-decoration:none;font-weight:600}
.single-product .woocommerce-tabs{margin-top:8px;border:1px solid #f2f5f8;background:#fff;padding:0}
.single-product .woocommerce-tabs ul.tabs{border-bottom:1px solid #f2f5f8;padding:0 24px !important;margin:0 !important}
.single-product .woocommerce-tabs ul.tabs::before,.single-product .woocommerce-tabs ul.tabs::after{display:none !important}
.single-product .woocommerce-tabs ul.tabs li{border:0 !important;background:transparent !important}
.single-product .woocommerce-tabs ul.tabs li a{font-weight:700;color:#667085}
.single-product .woocommerce-tabs ul.tabs li.active a{color:var(--accent)}
.single-product .woocommerce-Tabs-panel{padding:32px}
.single-product .woocommerce-Tabs-panel h2:first-child{margin-top:0}
.single-product .woocommerce-Tabs-panel h2,.single-product .woocommerce-Tabs-panel h3,.single-product .woocommerce-Tabs-panel h4{color:var(--contrast)}
.single-product .woocommerce-Tabs-panel p,.single-product .woocommerce-Tabs-panel li{line-height:1.8;color:#344054}
.single-product .related.products{margin-top:30px}
.single-product .related.products>h2,.tax-product_cat .woocommerce-products-header__title,.post-type-archive-product .page-title{font-size:34px;line-height:1.15;margin:0 0 18px;color:var(--contrast)}
.single-product .related.products ul.products,.tax-product_cat ul.products,.post-type-archive-product ul.products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.single-product .related.products ul.products::before,.single-product .related.products ul.products::after,.tax-product_cat ul.products::before,.tax-product_cat ul.products::after,.post-type-archive-product ul.products::before,.post-type-archive-product ul.products::after{display:none !important}
.single-product .related.products ul.products li.product,.tax-product_cat ul.products li.product,.post-type-archive-product ul.products li.product{width:100% !important;margin:0 !important;float:none !important;border:1px solid #f2f5f8;background:#fff;padding:18px;display:flex;flex-direction:column;min-width:0;height:100%}
.single-product .related.products ul.products li.product .woocommerce-LoopProduct-link,.tax-product_cat ul.products li.product .woocommerce-LoopProduct-link,.post-type-archive-product ul.products li.product .woocommerce-LoopProduct-link{display:flex;flex-direction:column;flex:1;text-decoration:none}
.single-product .related.products ul.products li.product img,.tax-product_cat ul.products li.product img,.post-type-archive-product ul.products li.product img{width:100%;height:220px;object-fit:contain;background:#fff;border:1px solid #f1f3f6;padding:14px;margin:0 0 16px !important}
.single-product .related.products ul.products li.product .woocommerce-loop-product__title,.tax-product_cat ul.products li.product .woocommerce-loop-product__title,.post-type-archive-product ul.products li.product .woocommerce-loop-product__title{font-size:14px;line-height:1.45;font-weight:700;color:var(--contrast);margin:0 0 12px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:61px}
.single-product .related.products ul.products li.product .price,.tax-product_cat ul.products li.product .price,.post-type-archive-product ul.products li.product .price{margin-top:auto;padding-top:2px;min-height:52px}
.single-product .related.products ul.products li.product > .button,.tax-product_cat ul.products li.product > .button,.post-type-archive-product ul.products li.product > .button{display:flex;align-items:center;justify-content:center;width:100%;min-height:48px;margin-top:14px;background:var(--accent);border:1px solid var(--accent);color:#fff;font-weight:700;text-decoration:none}
.single-product .related.products ul.products li.product > .button:hover,.tax-product_cat ul.products li.product > .button:hover,.post-type-archive-product ul.products li.product > .button:hover{background:var(--contrast);border-color:var(--contrast);color:#fff}

/* WooCommerce archives */
.tax-product_cat .woocommerce-products-header,.post-type-archive-product .woocommerce-products-header{padding:24px 0 14px}
.tax-product_cat .term-description,.post-type-archive-product .term-description{max-width:980px;font-size:15px;line-height:1.8;color:#475467}
.tax-product_cat .woocommerce-result-count,.post-type-archive-product .woocommerce-result-count{margin:0;color:#667085;font-size:14px}
.tax-product_cat .woocommerce-ordering,.post-type-archive-product .woocommerce-ordering{margin:0 0 24px}
.tax-product_cat .woocommerce-ordering .orderby,.post-type-archive-product .woocommerce-ordering .orderby{border:1px solid #d0d5dd;background:#fff;min-width:240px;padding:10px 14px}
.tax-product_cat ul.products li.product,.post-type-archive-product ul.products li.product,.single-product .related.products ul.products li.product{border:1px solid #f2f5f8;background:#fff;padding:14px;box-sizing:border-box}
.tax-product_cat ul.products li.product img,.post-type-archive-product ul.products li.product img,.single-product .related.products ul.products li.product img{background:#fff;padding:8px;border:1px solid #f1f3f5;margin-bottom:12px;width:auto;max-width:100%;height:auto;object-fit:contain}
.tax-product_cat ul.products li.product .woocommerce-loop-product__title,.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,.single-product .related.products ul.products li.product .woocommerce-loop-product__title{font-size:15px;line-height:1.4;font-weight:700;color:var(--contrast);margin:0 0 10px}
.tax-product_cat ul.products li.product .price,.post-type-archive-product ul.products li.product .price,.single-product .related.products ul.products li.product .price{font-size:22px;font-weight:800;line-height:1.2;color:var(--accent);margin:0 0 14px}
.tax-product_cat ul.products li.product .price del,.post-type-archive-product ul.products li.product .price del,.single-product .related.products ul.products li.product .price del{font-size:14px;color:#98a2b3;margin-right:6px}
.tax-product_cat ul.products li.product .price ins,.post-type-archive-product ul.products li.product .price ins,.single-product .related.products ul.products li.product .price ins{text-decoration:none}
.tax-product_cat ul.products li.product .button,.post-type-archive-product ul.products li.product .button,.single-product .related.products ul.products li.product .button{background:var(--accent);border:1px solid var(--accent);color:#fff;font-weight:700;text-decoration:none;box-shadow:none}
.tax-product_cat ul.products li.product .button:hover,.post-type-archive-product ul.products li.product .button:hover,.single-product .related.products ul.products li.product .button:hover{background:var(--contrast);border-color:var(--contrast);color:#fff}

@media (max-width:1200px){.phb-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:767px){.phb-footer-main{padding:32px 0 24px}.phb-footer-grid{grid-template-columns:1fr;gap:24px}.phb-whatsapp-fixed{right:16px;bottom:16px;padding:12px 14px}.phb-whatsapp-fixed span{display:none}.single-product .site-main,.tax-product_cat .site-main,.post-type-archive-product .site-main{padding:0 20px 28px}.single-product .summary{padding:18px}.single-product .product_title,.single-product .related.products>h2,.tax-product_cat .woocommerce-products-header__title,.post-type-archive-product .page-title{font-size:26px}.single-product .summary .price{font-size:26px}.single-product .woocommerce-tabs ul.tabs{padding:0 18px !important;overflow:auto}.single-product .woocommerce-Tabs-panel{padding:20px 18px}.single-product form.cart{grid-template-columns:1fr;gap:10px}.single-product form.cart .quantity,.single-product form.cart .single_add_to_cart_button,.single-product form.cart .phb-single-whatsapp-btn{width:100%;min-width:0}.single-product form.cart .single_add_to_cart_button,.single-product form.cart .phb-single-whatsapp-btn{grid-column:auto}.single-product form.cart .qty{width:100%}.single-product .related.products ul.products,.tax-product_cat ul.products,.post-type-archive-product ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.single-product .related.products ul.products li.product,.tax-product_cat ul.products li.product,.post-type-archive-product ul.products li.product{padding:14px}.single-product .related.products ul.products li.product img,.tax-product_cat ul.products li.product img,.post-type-archive-product ul.products li.product img{height:170px}.single-product .related.products ul.products li.product .woocommerce-loop-product__title,.tax-product_cat ul.products li.product .woocommerce-loop-product__title,.post-type-archive-product ul.products li.product .woocommerce-loop-product__title{min-height:58px;-webkit-line-clamp:3}}
@media (max-width:520px){.tax-product_cat .woocommerce-ordering .orderby,.post-type-archive-product .woocommerce-ordering .orderby{min-width:100%;width:100%}}

@media (max-width:1024px){.single-product .related.products ul.products,.tax-product_cat ul.products,.post-type-archive-product ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}}


/* Archive cards refinements */
.tax-product_cat ul.products li.product,.post-type-archive-product ul.products li.product{padding:16px !important;display:flex !important;flex-direction:column;gap:0;box-sizing:border-box}
.tax-product_cat ul.products li.product .woocommerce-LoopProduct-link,.post-type-archive-product ul.products li.product .woocommerce-LoopProduct-link{display:flex !important;flex-direction:column;flex:1 1 auto;text-decoration:none;padding:0 !important;margin:0 !important}
.tax-product_cat ul.products li.product .woocommerce-LoopProduct-link img,.post-type-archive-product ul.products li.product .woocommerce-LoopProduct-link img{display:block;margin:0 0 14px !important}
.tax-product_cat ul.products li.product .woocommerce-loop-product__title,.post-type-archive-product ul.products li.product .woocommerce-loop-product__title{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:60px;margin:0 0 10px !important}
.tax-product_cat ul.products li.product .price,.post-type-archive-product ul.products li.product .price{display:block;margin:0 0 14px !important;min-height:28px}
.tax-product_cat ul.products li.product > .button,.post-type-archive-product ul.products li.product > .button{margin-top:auto !important;min-height:52px !important;height:52px !important;padding:0 18px !important;display:flex !important;align-items:center !important;justify-content:center !important;text-align:center !important;line-height:1.2 !important;width:100% !important}

/* Single product cart row */
.single-product form.cart{display:flex !important;flex-wrap:wrap !important;align-items:stretch !important;gap:14px !important}
.single-product form.cart .quantity{flex:0 0 120px !important;max-width:120px !important;width:120px !important;min-width:120px !important}
.single-product form.cart .single_add_to_cart_button{flex:1 1 0 !important;grid-column:auto !important;width:auto !important;margin:0 !important}
.single-product form.cart .phb-single-whatsapp-btn{flex:0 0 100% !important;grid-column:auto !important}
.single-product form.cart .quantity .qty{text-align:center;-moz-appearance:auto;appearance:auto}

/* Cart page */
.woocommerce-cart .wp-block-woocommerce-cart.alignwide{box-sizing:border-box}
.woocommerce-cart .wc-block-cart,.woocommerce-cart .wc-block-components-sidebar-layout{gap:28px}
.woocommerce-cart .wc-block-cart-items,.woocommerce-cart .wc-block-components-totals-wrapper,.woocommerce-cart .wc-block-cart__sidebar{background:#fff}
.woocommerce-cart .wc-block-cart__submit-button,.woocommerce-cart .wc-block-components-button.wp-element-button,.woocommerce-cart .wc-block-components-button:not(.is-link){background:var(--accent) !important;border-color:var(--accent) !important;color:#fff !important;box-shadow:none !important;text-decoration:none !important}
.woocommerce-cart .wc-block-cart__submit-button:hover,.woocommerce-cart .wc-block-components-button.wp-element-button:hover{background:var(--contrast) !important;border-color:var(--contrast) !important;color:#fff !important}
.woocommerce-cart .wc-block-cart-item__quantity,.woocommerce-cart .wc-block-cart-item__wrap{gap:12px}
.woocommerce-cart .wc-block-components-quantity-selector{border-color:#d0d5dd !important;min-height:44px}
.woocommerce-cart .wc-block-cart-item__remove-link{color:var(--contrast) !important}

/* Promotions shortcode */
.phb-promotions-page{padding:20px 0}
.phb-promotions-head{margin-bottom:18px}
.phb-product-grid--archive{grid-template-columns:repeat(4,minmax(0,1fr))}
.phb-pagination{margin-top:28px}
.phb-pagination .page-numbers{list-style:none;display:flex;flex-wrap:wrap;gap:10px;padding:0;margin:0}
.phb-pagination .page-numbers li{margin:0}
.phb-pagination .page-numbers a,.phb-pagination .page-numbers span{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;padding:0 14px;border:1px solid #d0d5dd;background:#fff;color:var(--contrast);text-decoration:none;font-weight:700}
.phb-pagination .page-numbers .current{background:var(--accent);border-color:var(--accent);color:#fff}

@media (max-width:1024px){
  .phb-product-grid--archive{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:767px){
  .woocommerce-cart .wp-block-woocommerce-cart.alignwide{padding:20px !important}
  .single-product form.cart .quantity,.single-product form.cart .single_add_to_cart_button,.single-product form.cart .phb-single-whatsapp-btn{flex:0 0 100% !important;max-width:100% !important;width:100% !important}
  .phb-product-grid--archive{grid-template-columns:repeat(2,minmax(0,1fr))}
}


/* Strong storefront/product grid harmonization */
.phb-homepage .phb-product-price,
.phb-promotions-wrap .phb-product-price,
.tax-product_cat ul.products li.product .price,
.post-type-archive-product ul.products li.product .price,
.single-product .related.products ul.products li.product .price{color:#00a86b !important;font-size:22px !important;font-weight:800 !important;line-height:1.2 !important;display:flex;flex-wrap:wrap;align-items:baseline;gap:8px}
.phb-homepage .phb-product-price ins,
.phb-promotions-wrap .phb-product-price ins,
.tax-product_cat ul.products li.product .price ins,
.post-type-archive-product ul.products li.product .price ins,
.single-product .related.products ul.products li.product .price ins{text-decoration:none !important;color:#00a86b !important;font-weight:800 !important}
.phb-homepage .phb-product-price bdi,
.phb-promotions-wrap .phb-product-price bdi,
.tax-product_cat ul.products li.product .price bdi,
.post-type-archive-product ul.products li.product .price bdi,
.single-product .related.products ul.products li.product .price bdi{color:#00a86b !important}
.phb-homepage .phb-product-price del,
.phb-promotions-wrap .phb-product-price del,
.tax-product_cat ul.products li.product .price del,
.post-type-archive-product ul.products li.product .price del,
.single-product .related.products ul.products li.product .price del{font-size:14px !important;color:#98a2b3 !important;font-weight:700 !important;opacity:1 !important}
.phb-homepage .phb-product-price del bdi,
.phb-promotions-wrap .phb-product-price del bdi,
.tax-product_cat ul.products li.product .price del bdi,
.post-type-archive-product ul.products li.product .price del bdi,
.single-product .related.products ul.products li.product .price del bdi{color:#98a2b3 !important}

.phb-homepage .phb-product-btn .button,
.phb-homepage .phb-product-btn a.button,
.phb-promotions-wrap .phb-product-btn .button,
.phb-promotions-wrap .phb-product-btn a.button,
.phb-promotions-wrap .phb-product-btn .added_to_cart,
.tax-product_cat ul.products li.product .button,
.post-type-archive-product ul.products li.product .button,
.single-product .related.products ul.products li.product .button{width:100% !important;min-height:54px !important;height:54px !important;padding:0 18px !important;display:flex !important;align-items:center !important;justify-content:center !important;text-align:center !important;line-height:1.2 !important;background:var(--accent) !important;border:1px solid var(--accent) !important;color:#fff !important;font-weight:700 !important;text-decoration:none !important;box-shadow:none !important;margin-top:auto !important}
.phb-homepage .phb-product-btn .button:hover,
.phb-homepage .phb-product-btn a.button:hover,
.phb-promotions-wrap .phb-product-btn .button:hover,
.phb-promotions-wrap .phb-product-btn a.button:hover,
.phb-promotions-wrap .phb-product-btn .added_to_cart:hover,
.tax-product_cat ul.products li.product .button:hover,
.post-type-archive-product ul.products li.product .button:hover,
.single-product .related.products ul.products li.product .button:hover{background:var(--contrast) !important;border-color:var(--contrast) !important;color:#fff !important}

.phb-promotions-wrap{max-width:1240px;margin:0 auto;padding:0 20px 40px}
.phb-promotions-head{margin-top:8px}

.tax-product_cat ul.products,
.post-type-archive-product ul.products,
.single-product .related.products ul.products{display:grid !important;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px !important}
.tax-product_cat ul.products li.product,
.post-type-archive-product ul.products li.product,
.single-product .related.products ul.products li.product,
.phb-promotions-wrap .phb-product-card{padding:16px !important;display:flex !important;flex-direction:column !important;min-width:0 !important;height:100% !important;box-sizing:border-box !important}
.tax-product_cat ul.products li.product .woocommerce-LoopProduct-link,
.post-type-archive-product ul.products li.product .woocommerce-LoopProduct-link,
.single-product .related.products ul.products li.product .woocommerce-LoopProduct-link{display:flex !important;flex-direction:column !important;flex:1 1 auto !important;min-width:0 !important;text-decoration:none !important}
.tax-product_cat ul.products li.product img,
.post-type-archive-product ul.products li.product img,
.single-product .related.products ul.products li.product img{display:block !important;width:100% !important;max-width:100% !important;height:220px !important;object-fit:contain !important;margin:0 0 14px !important;padding:12px !important}
.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
.single-product .related.products ul.products li.product .woocommerce-loop-product__title{display:-webkit-box !important;-webkit-line-clamp:2 !important;-webkit-box-orient:vertical !important;overflow:hidden !important;min-height:44px !important;margin:0 0 12px !important}
.tax-product_cat ul.products li.product .price,
.post-type-archive-product ul.products li.product .price,
.single-product .related.products ul.products li.product .price{margin:0 0 14px !important;min-height:30px !important}

.hm-header-shortcode .hm-top-right a{color:inherit;text-decoration:none;font-weight:700}

@media (max-width:1280px){
  .tax-product_cat ul.products,
  .post-type-archive-product ul.products,
  .single-product .related.products ul.products,
  .phb-product-grid--archive{grid-template-columns:repeat(4,minmax(0,1fr)) !important}
}
@media (max-width:1024px){
  .tax-product_cat ul.products,
  .post-type-archive-product ul.products,
  .single-product .related.products ul.products,
  .phb-product-grid--archive{grid-template-columns:repeat(3,minmax(0,1fr)) !important}
}
@media (max-width:767px){
  .tax-product_cat ul.products,
  .post-type-archive-product ul.products,
  .single-product .related.products ul.products,
  .phb-product-grid--archive{grid-template-columns:repeat(2,minmax(0,1fr)) !important}
  .tax-product_cat ul.products li.product,
  .post-type-archive-product ul.products li.product,
  .single-product .related.products ul.products li.product,
  .phb-promotions-wrap .phb-product-card{padding:14px !important}
  .tax-product_cat ul.products li.product img,
  .post-type-archive-product ul.products li.product img,
  .single-product .related.products ul.products li.product img{height:180px !important}
}
@media (max-width:420px){
  .tax-product_cat ul.products,
  .post-type-archive-product ul.products,
  .single-product .related.products ul.products,
  .phb-product-grid--archive{grid-template-columns:1fr !important}
}

/* v10 fixes */
.hm-top-right a{display:inline-flex;align-items:center;gap:8px;text-decoration:none}
.hm-phone-svg{width:16px;height:16px;display:block}

/* Single price same as cards */
.single-product .summary .price{color:#00a86b !important;font-size:22px !important;font-weight:800 !important;line-height:1.2 !important;display:flex;flex-wrap:wrap;align-items:baseline;gap:8px;margin:0 0 18px !important}
.single-product .summary .price ins{text-decoration:none !important;color:#00a86b !important;font-weight:800 !important}
.single-product .summary .price bdi{color:#00a86b !important}
.single-product .summary .price del{font-size:14px !important;color:#98a2b3 !important;font-weight:700 !important;opacity:1 !important}
.single-product .summary .price del bdi{color:#98a2b3 !important}

/* Unified promo badge */
.single-product div.product .onsale,
.archive .products .onsale,
.tax-product_cat .products .onsale,
.post-type-archive-product .products .onsale,
.wc-block-grid__product-onsale,
.wc-block-grid .wc-block-grid__product-onsale,
.woocommerce-cart .wc-block-grid__product-onsale{background:var(--accent) !important;color:#fff !important;font-size:12px !important;font-weight:700 !important;line-height:1.2 !important;padding:6px 10px !important;min-height:auto !important;min-width:auto !important;border:none !important;box-shadow:none !important;border-radius:0 !important;left:12px !important;top:12px !important;margin:0 !important}
.wc-block-grid__product-onsale span,.woocommerce-cart .wc-block-grid__product-onsale span{color:#fff !important}

/* Cart product recommendations same style */
.woocommerce-cart .wc-block-grid__products{display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:18px !important}
.woocommerce-cart .wc-block-grid__product{width:100% !important;max-width:none !important;flex:none !important;margin:0 !important;float:none !important;border:1px solid #f2f5f8 !important;background:#fff !important;padding:16px !important;display:flex !important;flex-direction:column !important;min-width:0 !important;height:100% !important;box-sizing:border-box !important;position:relative !important}
.woocommerce-cart .wc-block-grid__product-link{display:flex !important;flex-direction:column !important;flex:1 1 auto !important;min-width:0 !important;text-decoration:none !important}
.woocommerce-cart .wc-block-grid__product-image{margin:0 0 16px !important;border:1px solid #f1f3f6;padding:14px;background:#fff}
.woocommerce-cart .wc-block-grid__product-image img{width:100% !important;height:220px !important;object-fit:contain !important;margin:0 !important}
.woocommerce-cart .wc-block-grid__product-title{font-size:14px !important;line-height:1.45 !important;font-weight:700 !important;color:var(--contrast) !important;display:-webkit-box !important;-webkit-line-clamp:3 !important;-webkit-box-orient:vertical !important;overflow:hidden !important;min-height:60px !important;margin:0 0 12px !important}
.woocommerce-cart .wc-block-grid__product-price{color:#00a86b !important;font-size:22px !important;font-weight:800 !important;line-height:1.2 !important;display:flex !important;flex-wrap:wrap !important;align-items:baseline !important;gap:8px !important;margin:0 0 14px !important}
.woocommerce-cart .wc-block-grid__product-price ins{text-decoration:none !important;color:#00a86b !important;font-weight:800 !important}
.woocommerce-cart .wc-block-grid__product-price bdi{color:#00a86b !important}
.woocommerce-cart .wc-block-grid__product-price del{font-size:14px !important;color:#98a2b3 !important;font-weight:700 !important;opacity:1 !important}
.woocommerce-cart .wc-block-grid__product-price del bdi{color:#98a2b3 !important}
.woocommerce-cart .wc-block-grid__product-add-to-cart,.woocommerce-cart .wc-block-grid__product-add-to-cart .wp-block-button__link{margin-top:auto !important}
.woocommerce-cart .wc-block-grid__product-add-to-cart .wp-block-button__link{width:100% !important;min-height:54px !important;height:54px !important;padding:0 18px !important;display:flex !important;align-items:center !important;justify-content:center !important;text-align:center !important;line-height:1.2 !important;background:var(--accent) !important;border:1px solid var(--accent) !important;color:#fff !important;font-weight:700 !important;text-decoration:none !important;box-shadow:none !important;border-radius:0 !important}
.woocommerce-cart .wc-block-grid__product-add-to-cart .wp-block-button__link:hover{background:var(--contrast) !important;border-color:var(--contrast) !important;color:#fff !important}

/* Archive and related max 4 per line */
.tax-product_cat ul.products,
.post-type-archive-product ul.products,
.single-product .related.products ul.products{grid-template-columns:repeat(4,minmax(0,1fr)) !important}
.phb-product-grid--archive{grid-template-columns:repeat(4,minmax(0,1fr)) !important}

/* Hide single tab headings */
.single-product .woocommerce-Tabs-panel--description > h2,
.single-product .woocommerce-Tabs-panel--reviews > .woocommerce-Reviews-title{display:none !important}

@media (max-width:1024px){
  .woocommerce-cart .wc-block-grid__products{grid-template-columns:repeat(3,minmax(0,1fr)) !important}
}
@media (max-width:767px){
  .woocommerce-cart .wc-block-grid__products{grid-template-columns:repeat(2,minmax(0,1fr)) !important}
}
@media (max-width:520px){
  .woocommerce-cart .wc-block-grid__products{grid-template-columns:1fr !important}
}


/* v12 fixes */
.single-product form.cart .single_add_to_cart_button,
.single-product form.cart .single_add_to_cart_button.button,
.single-product form.cart button.single_add_to_cart_button{
  background: #ffb836 !important;
  border-color: #ffb836 !important;
  color: #fff !important;
  box-shadow: none !important;
}
.single-product form.cart .single_add_to_cart_button:hover,
.single-product form.cart .single_add_to_cart_button.button:hover,
.single-product form.cart button.single_add_to_cart_button:hover{
  background: #ffb836 !important;
  border-color: #ffb836 !important;
  color: #fff !important;
}

.single-product .site-main,
.tax-product_cat .site-main,
.post-type-archive-product .site-main,
.phb-promotions-wrap,
.woocommerce-cart .wp-block-woocommerce-cart.alignwide{
  padding:20px!important;
  box-sizing: border-box !important;
}

.single-product .woocommerce-tabs .panel,
.woocommerce div.product .woocommerce-tabs .panel{
  padding: 20px !important;
  border: 1px solid #f2f5f8;
}

.single-product div.product .onsale,
.archive .products .onsale,
.tax-product_cat .products .onsale,
.post-type-archive-product .products .onsale,
.wc-block-grid__product-onsale,
.wc-block-grid .wc-block-grid__product-onsale,
.woocommerce-cart .wc-block-grid__product-onsale{
  left: auto !important;
  top: auto !important;
}

.woocommerce-cart .wc-block-cart,
.woocommerce-cart .wc-block-components-sidebar-layout{
  gap: initial !important;
}

.phb-promotions-wrap .phb-promotions-head{
  display: none !important;
}


/* v13 single product tabs */
.single-product .woocommerce-tabs{border:0px;background:#fff !important;padding:0 !important;margin-top:24px !important}
.single-product .woocommerce-tabs ul.tabs{display:flex !important;gap:12px !important;padding:0 !important;margin:0 0 -1px !important;overflow-x:auto !important;background:transparent !important}
.single-product .woocommerce-tabs ul.tabs li{margin:0 !important;padding:0 !important;border:0 !important;background:transparent !important;float:none !important}
.single-product .woocommerce-tabs ul.tabs li::before,.single-product .woocommerce-tabs ul.tabs li::after{display:none !important}
.single-product .woocommerce-tabs ul.tabs li a{display:block !important;padding:18px 32px !important;background:#f2f5f8 !important;color:var(--contrast) !important;font-size:16px !important;font-weight:700 !important;text-transform:uppercase !important;letter-spacing:.03em !important}
.single-product .woocommerce-tabs ul.tabs li.active a{background:var(--accent) !important;border-color:var(--accent) !important;color:#fff !important}
.single-product .woocommerce-Tabs-panel{padding:28px 32px !important;border-top:0 !important}
.single-product .woocommerce-Tabs-panel p,.single-product .woocommerce-Tabs-panel li{font-size:16px !important;line-height:1.9 !important;color:var(--contrast) !important}
@media (max-width:767px){.single-product .woocommerce-tabs ul.tabs{gap:8px !important}.single-product .woocommerce-tabs ul.tabs li a{padding:14px 18px !important;font-size:14px !important}.single-product .woocommerce-Tabs-panel{padding:20px !important}}

/* v13 header behavior */
.hm-header-shortcode .hm-top-left{font-weight:700;gap:0;color:var(--contrast)}
.hm-header-shortcode .hm-top-left span{display:block}
@media (min-width:768px){.hm-header-shortcode .hm-cats{display:none !important}.hm-header-shortcode .hm-nav-row{grid-template-columns:1fr !important}.hm-header-shortcode .hm-mainmenu{justify-content:flex-start !important;gap:24px !important;flex-wrap:wrap !important}}
@media (max-width:767px){.hm-header-shortcode .hm-cats{display:block !important}.hm-header-shortcode .hm-mainmenu{display:none !important}}


/* v1.8.0 layout updates */
.phb-homepage .phb-section .phb-product-grid{grid-template-columns:repeat(4,minmax(0,1fr)) !important}
.phb-homepage .phb-brand-item img{max-width:100%;max-height:72px;width:auto;height:auto;object-fit:contain}
.phb-homepage .phb-carousel.phb-brands-carousel{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.phb-homepage .phb-brand-item{width:auto !important;height:110px;display:flex;align-items:center;justify-content:center;border:1px solid #f2f5f8;background:#fff;padding:18px}
@media (max-width:1024px){
  .phb-homepage .phb-carousel.phb-brands-carousel{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:767px){
  .phb-homepage .phb-carousel.phb-brands-carousel{grid-template-columns:repeat(2,minmax(0,1fr))}
}


/* v1.9.3 responsive product grids */
.phb-homepage .phb-section,
.tax-product_cat .site-main,
.post-type-archive-product .site-main{
  overflow-x:hidden;
}

.phb-homepage .phb-product-grid,
.tax-product_cat ul.products,
.post-type-archive-product ul.products{
  width:100% !important;
  max-width:100% !important;
  margin:0 !important;
}

.phb-homepage .phb-grid-item,
.tax-product_cat ul.products li.product,
.post-type-archive-product ul.products li.product{
  min-width:0 !important;
  width:100% !important;
  margin:0 !important;
  float:none !important;
}

.phb-homepage .phb-product-card,
.tax-product_cat ul.products li.product,
.post-type-archive-product ul.products li.product{
  height:100% !important;
}

.phb-homepage .phb-product-image,
.tax-product_cat ul.products li.product .woocommerce-LoopProduct-link img,
.post-type-archive-product ul.products li.product .woocommerce-LoopProduct-link img{
  width:100% !important;
  max-width:100% !important;
}

.phb-homepage .phb-product-image img,
.tax-product_cat ul.products li.product img,
.post-type-archive-product ul.products li.product img{
  display:block !important;
  max-width:100% !important;
  width:auto !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

@media (min-width:1281px){
  .phb-homepage .phb-section .phb-product-grid,
  .tax-product_cat ul.products,
  .post-type-archive-product ul.products{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  }
}

@media (max-width:1279px) and (min-width:992px){
  .phb-homepage .phb-section .phb-product-grid,
  .tax-product_cat ul.products,
  .post-type-archive-product ul.products{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:16px !important;
  }
}

@media (max-width:991px) and (min-width:768px){
  .phb-homepage .phb-section .phb-product-grid,
  .tax-product_cat ul.products,
  .post-type-archive-product ul.products{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:14px !important;
  }

  .phb-homepage .phb-product-image,
  .tax-product_cat ul.products li.product img,
  .post-type-archive-product ul.products li.product img{
    height:190px !important;
  }
}

@media (max-width:767px){
  .phb-homepage .phb-section .phb-product-grid,
  .tax-product_cat ul.products,
  .post-type-archive-product ul.products{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:12px !important;
  }

  .phb-homepage .phb-product-card,
  .tax-product_cat ul.products li.product,
  .post-type-archive-product ul.products li.product{
    padding:12px !important;
  }

  .phb-homepage .phb-product-image,
  .tax-product_cat ul.products li.product img,
  .post-type-archive-product ul.products li.product img{
    height:160px !important;
    margin-bottom:12px !important;
  }

  .phb-homepage .phb-product-title,
  .tax-product_cat ul.products li.product .woocommerce-loop-product__title,
  .post-type-archive-product ul.products li.product .woocommerce-loop-product__title{
    min-height:40px !important;
    font-size:13px !important;
    line-height:1.35 !important;
    margin-bottom:10px !important;
  }

  .phb-homepage .phb-product-price,
  .tax-product_cat ul.products li.product .price,
  .post-type-archive-product ul.products li.product .price{
    font-size:18px !important;
    margin-bottom:12px !important;
  }

  .phb-homepage .phb-product-btn .button,
  .phb-homepage .phb-product-btn a.button,
  .tax-product_cat ul.products li.product .button,
  .post-type-archive-product ul.products li.product .button{
    min-height:46px !important;
    height:46px !important;
    font-size:13px !important;
    padding:0 12px !important;
  }
.tax-product_cat ul.products, .post-type-archive-product ul.products, .single-product .related.products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
}

@media (max-width:480px){
  .phb-homepage .phb-homepage,
  .single-product .site-main,
  .tax-product_cat .site-main,
  .post-type-archive-product .site-main,
  .phb-promotions-wrap{
    padding-left:14px !important;
    padding-right:14px !important;
  }

  .phb-homepage .phb-section .phb-product-grid,
  .tax-product_cat ul.products,
  .post-type-archive-product ul.products{
    grid-template-columns:1fr !important;
  }

  .phb-homepage .phb-product-image,
  .tax-product_cat ul.products li.product img,
  .post-type-archive-product ul.products li.product img{
    height:210px !important;
  }

.tax-product_cat ul.products, .post-type-archive-product ul.products, .single-product .related.products ul.products {
    grid-template-columns: 1fr !important;
}
}

.woocommerce div.product form.cart::after, .woocommerce div.product form.cart::before {
    display: none!important;
}


/* v29 fixes */
.single-product form.cart .quantity input.qty[type="number"]::-webkit-outer-spin-button,
.single-product form.cart .quantity input.qty[type="number"]::-webkit-inner-spin-button{
  -webkit-appearance: auto !important;
  margin: 0;
  opacity: 1 !important;
}
.single-product form.cart .quantity input.qty[type="number"]{
  appearance: auto !important;
  -moz-appearance: number-input !important;
}
.single-product form.cart .single_add_to_cart_button,
.single-product form.cart .single_add_to_cart_button.button,
.single-product form.cart button.single_add_to_cart_button,
.phb-homepage .phb-product-btn .button,
.phb-homepage .phb-product-btn a.button,
.phb-promotions-wrap .phb-product-btn .button,
.phb-promotions-wrap .phb-product-btn a.button,
.phb-promotions-wrap .phb-product-btn .added_to_cart,
.tax-product_cat ul.products li.product .button,
.post-type-archive-product ul.products li.product .button,
.single-product .related.products ul.products li.product .button,
.single-product form.cart .phb-single-whatsapp-btn,
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained,
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained,
input[type="submit"],
input[type="button"],
input[type="reset"]{
  border-radius: 3px !important;
}

.wc-block-checkout__billing-fields .wc-block-components-address-form, .wc-block-checkout__shipping-fields .wc-block-components-address-form {
        gap: 12px!important;
    }
.wp-block-woocommerce-checkout {

    padding-top: 0px;
    padding: 20px;
}
.single-product form.cart .quantity input.qty[type="number"] {
    border-radius: 3px;
}
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    background: var(--accent)!important;
}
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:hover {
    background: var(--contrast) !important;
}