@charset "UTF-8";
:root{
  --bg:#f6f7f7;
  --surface:#fff;
  --surface-2:#edf4f6;
  --blue:#7fb2c1;
  --blue-dark:#3d7890;
  --blue-soft:#d9ebf0;
  --orange:#ff965d;
  --orange-dark:#f27636;
  --text:#1f2b30;
  --muted:#798991;
  --line:rgba(73,120,136,.16);
  --shadow:0 18px 46px rgba(39,63,72,.08);
  --shadow-soft:0 10px 26px rgba(39,63,72,.06);
  --radius-xl:46px;
  --radius-lg:28px;
  --radius-md:18px;
  --container:1500px;
  --font:"Vazirmatn","Yekan Bakh","IRANSans",Tahoma,Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;direction:rtl}
body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font);line-height:1.85;overflow-x:hidden;text-align:right}
a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}img,svg{display:block}img{max-width:100%;height:auto}svg{width:1em;height:1em;fill:currentColor}.container{width:min(var(--container),calc(100% - 92px));margin-inline:auto}.site-page{min-height:100vh;overflow:hidden}.site-header{position:sticky;top:0;z-index:100;background:rgba(246,247,247,.9);backdrop-filter:blur(16px);transition:.25s ease;box-shadow:0 0 0 rgba(0,0,0,0)}.site-header.is-scrolled{box-shadow:0 14px 34px rgba(31,43,48,.08);background:rgba(246,247,247,.97)}
/* Header desktop */
.desktop-header{height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand-logo{display:flex;align-items:center;justify-content:flex-start;width:132px;min-width:132px}.brand-logo img{width:118px;height:auto;object-fit:contain}.header-search{height:46px;width:min(520px,40vw);background:#fff;border-radius:999px;box-shadow:var(--shadow-soft);display:flex;align-items:center;gap:10px;padding:6px 18px 6px 7px;direction:rtl}.header-search input{border:0;outline:0;background:transparent;flex:1;min-width:0;font-size:13px;color:var(--text);text-align:right}.header-search input::placeholder{color:#acb7bb}.header-search button{width:35px;height:35px;border:0;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--orange),#ffb483);color:#fff;font-size:20px;box-shadow:0 6px 16px rgba(255,150,93,.28)}.support-phone{display:flex;align-items:center;gap:10px;direction:ltr;min-width:152px}.support-phone span:last-child{direction:rtl;text-align:right;line-height:1.25}.support-phone strong{display:block;color:var(--orange-dark);font-size:13px;letter-spacing:.2px}.support-phone small{display:block;color:var(--muted);font-size:11px}.phone-icon{width:34px;height:34px;border-radius:50%;background:#fff0e8;color:var(--orange);display:grid;place-items:center;font-size:18px}.desktop-nav-wrap{height:58px;background:rgba(255,255,255,.65);border-radius:0 0 26px 26px;display:flex;align-items:center;justify-content:space-between;padding-inline:16px;box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}.desktop-nav{display:flex;align-items:center;gap:24px;color:#29363b;font-size:14px}.desktop-nav a{position:relative;white-space:nowrap;display:inline-flex;align-items:center;gap:6px}.desktop-nav a.active::after{content:"";position:absolute;right:0;left:0;margin:auto;bottom:-17px;width:26px;height:3px;border-radius:99px;background:var(--orange)}.nav-category{color:var(--orange-dark);font-weight:800}.nav-category svg{font-size:18px}.desktop-actions{display:flex;gap:10px;align-items:center}.small-pill{height:36px;border-radius:12px;background:var(--surface);box-shadow:var(--shadow-soft);display:inline-flex;align-items:center;gap:8px;padding:0 14px;font-size:13px;color:#405158}.cart-pill svg{font-size:18px;color:var(--orange)}
.mobile-header,.mobile-menu{display:none}
/* Hero */
main{padding-top:10px}.hero-section{min-height:428px;display:grid;grid-template-columns:1fr 1.05fr;align-items:center;gap:56px;padding-block:46px 26px;position:relative}.hero-copy{max-width:650px}.eyebrow{display:inline-block;color:var(--orange);font-weight:800;font-size:15px;margin-bottom:4px}.hero-copy h1{font-size:58px;line-height:1.15;margin:0 0 16px;color:var(--blue-dark);font-weight:900;letter-spacing:-2px}.hero-copy p{font-size:17px;color:#35494f;margin:0;max-width:720px}.hero-actions{display:flex;align-items:center;gap:22px;margin-top:34px}.btn{min-width:146px;height:46px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:15px;color:#fff;box-shadow:0 12px 28px rgba(59,114,132,.13)}.btn-blue{background:var(--blue)}.btn-orange{background:var(--orange)}.hero-visual{position:relative;min-height:370px;display:grid;place-items:center}.hero-image-card{width:292px;height:292px;border-radius:32px;background:linear-gradient(145deg,#d7e8ed,#f4f8f9);box-shadow:var(--shadow);display:grid;place-items:center;z-index:2;overflow:visible}.hero-image-card img{width:360px;max-width:none;filter:drop-shadow(0 18px 14px rgba(34,48,52,.1))}.hero-back-img{position:absolute;opacity:.55;filter:blur(.2px);z-index:1}.hero-back-img img{width:305px}.hero-back-left{right:42px;top:72px;transform:rotate(-7deg)}.hero-back-right{left:42px;top:100px;transform:scaleX(-1) rotate(6deg)}.slider-side{position:absolute;right:0;top:50%;width:42px;height:84px;border:0;background:transparent;color:var(--blue-dark);font-size:56px;line-height:1;z-index:4}.hero-dots{position:absolute;bottom:7px;display:flex;align-items:center;gap:10px;direction:ltr}.hero-dots span{width:9px;height:15px;border-radius:10px;background:#d4e3e8}.hero-dots .active{height:24px;background:var(--blue-dark)}
/* Titles & shared carousel */
.section-title{display:flex;align-items:center;gap:10px}.section-title.center{justify-content:center;text-align:center;margin-bottom:28px}.section-title.right{justify-content:flex-start;margin-bottom:12px}.section-title i{width:34px;height:5px;background:linear-gradient(90deg,var(--orange),#ffc4a4);border-radius:99px;display:block}.section-title.center i{position:absolute;transform:translateY(-28px);width:38px}.section-title h2{font-size:27px;line-height:1.4;margin:0;font-weight:900;color:#1e2b2f}.carousel-wrap,.reviews-wrap{position:relative;display:flex;align-items:center;gap:18px}.scroll-track{overflow-x:auto;overflow-y:visible;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;direction:rtl}.scroll-track::-webkit-scrollbar{display:none}.round-nav{width:38px;height:38px;border:0;border-radius:50%;background:var(--blue);color:#fff;display:grid;place-items:center;box-shadow:var(--shadow-soft);font-size:24px;line-height:1;flex:0 0 38px;z-index:2}.round-nav:hover{background:var(--orange)}
/* Categories */
.categories-section{padding-top:26px}.category-track{display:grid;grid-auto-flow:column;grid-auto-columns:138px;gap:22px;padding:8px 2px 24px}.category-card{scroll-snap-align:center;min-height:172px;color:#26363b;transition:.2s ease;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:10px;text-align:center;background:transparent!important;box-shadow:none!important;border:0!important}.category-card:hover{transform:translateY(-4px)}.category-thumb{width:126px;height:126px;aspect-ratio:1/1;border-radius:16px;background:#fff;box-shadow:var(--shadow-soft);display:flex;align-items:center;justify-content:center;padding:0;overflow:hidden;flex:0 0 auto}.category-thumb img,.category-card img{width:100%;height:100%;max-width:none;max-height:none;display:block;object-fit:cover;object-position:center;border-radius:inherit}.category-title{font-size:13px;font-weight:800;color:#2e3d42;line-height:1.75;text-align:center;display:block;background:transparent;box-shadow:none;margin-top:2px;max-width:138px;min-height:46px}.category-no-image{width:100%;height:100%;display:block;background:linear-gradient(145deg,#ffffff,#eef6f8);position:relative}.category-no-image::before{content:"";position:absolute;width:44px;height:44px;border-radius:14px;border:2px dashed var(--blue-soft);left:50%;top:50%;transform:translate(-50%,-50%)}
/* Deal carousel */
.deals-section{margin-top:48px}.deal-carousel-shell{position:relative;display:flex;align-items:center;gap:18px}.deal-track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(250px,1fr);grid-template-columns:repeat(3,1fr) 300px;grid-auto-columns:270px;gap:26px;flex:1;padding:16px 2px 28px;align-items:stretch}.product-card{position:relative;background:#fff;border-radius:22px;box-shadow:var(--shadow-soft);border:1px solid rgba(255,255,255,.7);transition:.25s ease;text-align:right;scroll-snap-align:center}.product-card:hover,.active-card{transform:translateY(-6px);box-shadow:0 18px 46px rgba(52,83,94,.12);border-color:rgba(255,150,93,.35)}.deal-card{min-height:255px;padding:16px 16px 36px}.product-card figure{margin:0;display:grid;place-items:center;background:#f8fafb;border-radius:15px;overflow:hidden}.deal-card figure{height:126px}.deal-card figure img{max-height:116px;object-fit:contain}.heart{position:absolute;top:14px;left:14px;width:28px;height:28px;border:0;background:transparent;color:var(--orange);font-size:22px;display:grid;place-items:center;z-index:2}.heart.is-liked{color:#e25555}.deal-card h3,.product-item h3{font-size:14px;line-height:1.8;margin:13px 0 8px;color:#243236;font-weight:800}.price-line,.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:8px;direction:rtl}.price-line strong,.product-bottom strong{font-size:15px;font-weight:900;color:#17252a}.price-line del{font-size:12px;color:#a6afb3}.discount-meta{display:flex;align-items:center;justify-content:space-between;margin-top:4px}.discount-meta span{background:var(--orange);color:#fff;border-radius:999px;padding:2px 10px;font-size:11px;font-weight:900}.discount-meta small{color:var(--orange-dark);font-size:12px}.cart-circle{position:absolute;right:50%;bottom:-17px;transform:translateX(50%);width:38px;height:38px;border:4px solid var(--bg);border-radius:50%;background:var(--blue);color:#fff;display:grid;place-items:center}.cart-circle svg{font-size:18px}.special-offer-card{border-radius:24px;background:linear-gradient(145deg,#ffad7c,#fb8849);min-height:255px;padding:34px 28px;color:#fff;display:grid;place-items:center;text-align:center;position:relative;overflow:hidden;scroll-snap-align:center}.special-offer-card::before{content:"% % % % % %";position:absolute;inset:20px;color:rgba(255,255,255,.14);font-size:42px;letter-spacing:18px;line-height:2;transform:rotate(-18deg)}.special-offer-card span,.special-offer-card strong,.special-offer-card .timer,.offer-buttons{position:relative;z-index:1}.special-offer-card span{font-size:28px;font-weight:900;line-height:1}.special-offer-card strong{font-size:31px;line-height:1;font-weight:900;margin-top:-6px}.timer{font-size:26px;font-weight:900;direction:ltr;background:#fff;color:#a96d4c;border-radius:999px;padding:4px 18px}.offer-buttons{display:flex;gap:10px}.offer-buttons button{width:36px;height:36px;border:0;border-radius:10px;background:#fff;color:var(--orange);font-size:22px;display:grid;place-items:center}
/* Products */
.products-section{margin-top:70px}.product-track{display:grid;grid-auto-flow:column;grid-auto-columns:248px;gap:24px;flex:1;padding:18px 4px 36px}.product-item{min-height:286px;padding:14px 14px 20px}.product-item figure{height:138px}.product-item figure img{max-height:128px;object-fit:contain}.product-tag{display:inline-flex;background:#fff0e8;color:var(--orange);border-radius:999px;padding:2px 12px;font-size:12px;font-weight:800;margin-top:11px}.product-bottom{border-top:1px solid #eef3f5;margin-top:8px;padding-top:10px}.cart-square{width:30px;height:30px;border:0;border-radius:9px;background:var(--blue);color:#fff;display:grid;place-items:center}.view-product{height:30px;margin-top:10px;border-radius:999px;background:var(--orange);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800}.tabs{margin:-8px auto 8px;width:max-content;max-width:90%;background:#fff;border-radius:13px;padding:7px;display:flex;gap:6px;box-shadow:var(--shadow-soft)}.tabs button{border:0;background:transparent;border-radius:10px;height:35px;padding-inline:24px;color:#7f8b8f;font-weight:700}.tabs .active{background:var(--blue);color:#fff}.second-products{margin-top:72px}
/* About */
.about-section{margin-top:76px;background:#eef3f4;border-radius:55px;padding:54px 0}.about-card{display:grid;grid-template-columns:1fr 1.6fr;gap:70px;align-items:center}.stats-boxes{display:grid;grid-template-columns:repeat(2,150px);gap:18px;justify-content:center}.stats-boxes div{min-height:82px;border-radius:14px;background:var(--blue);color:#fff;display:grid;place-items:center;text-align:center;padding:10px;clip-path:polygon(10% 0,100% 0,90% 100%,0 100%)}.stats-boxes div:nth-child(1),.stats-boxes div:nth-child(4){background:var(--orange)}.stats-boxes strong{font-size:32px;line-height:1;font-weight:900;direction:ltr}.stats-boxes span{font-size:13px;font-weight:700}.about-copy p{margin:0;color:#3d4d52;font-size:15px;text-align:justify}.more-link,.center-more{display:inline-flex;align-items:center;justify-content:center;min-width:128px;height:35px;margin-top:17px;border-radius:999px;background:var(--blue);color:#fff;font-size:13px;font-weight:800}.center-more{margin:22px auto 0;display:flex;width:max-content;background:var(--orange)}
/* Why */
.why-section{margin-top:72px;display:grid;grid-template-columns:2fr 1fr;gap:46px;align-items:center}.why-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.why-card{background:#dfeef3;border-radius:100px 100px 22px 22px;min-height:210px;padding:35px 18px 24px;text-align:center;color:#26363b;box-shadow:var(--shadow-soft);transition:.2s}.why-card.active,.why-card:hover{background:var(--blue-dark);color:#fff;transform:translateY(-6px)}.why-card span{width:54px;height:54px;border-radius:50%;margin:0 auto 12px;background:rgba(255,255,255,.35);display:grid;place-items:center;color:inherit}.why-card svg{font-size:31px}.why-card h3{margin:0 0 6px;font-size:18px}.why-card p{margin:0;font-size:12px;line-height:1.8}.why-copy p{margin:0;color:#4c5b60}
/* FAQ */
.faq-section{margin-top:82px}.faq-list{width:min(820px,100%);margin-inline:auto;display:grid;gap:13px}.faq-item{border-radius:17px;background:var(--blue);color:#fff;overflow:hidden;box-shadow:var(--shadow-soft)}.faq-item.is-open{background:#fff;color:#223238}.faq-question{width:100%;border:0;background:transparent;color:inherit;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 20px;text-align:right;font-weight:900}.faq-question b{width:28px;height:28px;border-radius:50%;background:var(--orange);color:#fff;display:grid;place-items:center;line-height:1;flex:0 0 28px}.faq-item p{display:none;margin:0;padding:0 20px 20px;color:#4d5b60;font-size:14px}.faq-item.is-open p{display:block}
/* Reviews */
.reviews-section{margin-top:80px}.reviews-wrap{background:#dbeaf0;border-radius:45px;padding:28px}.review-track{display:grid;grid-auto-flow:column;grid-auto-columns:31%;gap:28px;flex:1;padding:10px}.review-card{scroll-snap-align:center;background:#fff;border-radius:16px;box-shadow:var(--shadow-soft);padding:22px;position:relative}.review-card::before{content:"“";position:absolute;right:22px;top:-2px;font-size:75px;color:#c8e2ea;font-family:serif;line-height:1}.review-card img{width:34px;height:34px;border-radius:50%;object-fit:cover;float:left}.review-card h3{font-size:14px;margin:8px 0 0}.review-card span{color:#f6a25f;font-size:12px}.review-card p{clear:both;margin:12px 0 0;color:#536369;font-size:13px}
/* Blog */
.blog-section{margin-top:76px}.blog-grid{display:grid;grid-template-columns:1fr 1fr 2fr;gap:22px;align-items:stretch}.blog-card{background:#fff;border-radius:18px;box-shadow:var(--shadow-soft);overflow:hidden;padding:0 0 18px}.blog-card img{width:100%;height:190px;object-fit:cover}.blog-card span{display:block;color:#9da7ab;font-size:12px;margin:14px 18px 2px}.blog-card h3{font-size:17px;line-height:1.8;margin:0 18px 10px}.blog-card a{margin-inline:18px;color:var(--blue-dark);font-weight:800;font-size:13px}.blog-card.wide{position:relative;min-height:280px;padding:0}.blog-card.wide img{height:100%;position:absolute;inset:0}.blog-card.wide::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(10,20,25,.7),rgba(10,20,25,.1))}.blog-card.wide h3,.blog-card.wide a{position:relative;z-index:1;color:#fff}.blog-card.wide h3{margin-top:190px}
/* Footer */
.site-footer{position:relative;margin-top:90px;background:#dcebf0;border-radius:70px 70px 0 0;padding:72px 0 0}.back-to-top{position:absolute;top:-27px;left:50%;transform:translateX(-50%);width:58px;height:58px;border:0;border-radius:50%;background:#fff;color:var(--blue-dark);box-shadow:var(--shadow);font-size:32px;line-height:1}.footer-inner{display:grid;grid-template-columns:1.5fr .8fr 1fr .8fr;gap:44px}.footer-about img{width:120px;margin-bottom:18px}.footer-about p{color:#425158;font-size:14px;margin:0 0 16px;text-align:justify}.footer-about a{background:var(--blue);color:#fff;border-radius:999px;padding:8px 22px;display:inline-flex;font-size:13px;font-weight:800}.footer-links,.footer-contact,.footer-symbols{display:flex;flex-direction:column;gap:8px}.site-footer h3{font-size:23px;line-height:1.3;margin:0 0 12px;color:#1d2b31}.footer-links a{color:#314348;font-weight:700}.footer-contact p{margin:0;color:#405158;font-size:14px}.footer-symbols{align-items:flex-start}.footer-symbols img{width:90px;background:#fff;border-radius:10px;padding:5px}.copyright{margin-top:42px;padding:12px 20px;text-align:center;background:rgba(255,255,255,.48);font-size:12px;color:#5d6b70}
/* Animation */
.reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.reveal.is-visible{opacity:1;transform:none}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}
@media (max-width:1200px){.container{width:min(100% - 48px,1100px)}.hero-copy h1{font-size:48px}.hero-section{gap:30px}.product-track{grid-auto-columns:230px}.why-section{grid-template-columns:1fr}.blog-grid{grid-template-columns:1fr 1fr}.blog-card.wide{grid-column:1 / -1}.footer-inner{grid-template-columns:1fr 1fr}}
@media (max-width:768px){
  :root{--bg:#f7f8f8}.container{width:100%;padding-inline:28px}.desktop-header,.desktop-nav-wrap{display:none}.site-header{position:relative;background:transparent;box-shadow:none;padding:16px 0 0}.mobile-header{display:block;padding-inline:14px}.mobile-search-row{display:flex;align-items:center;gap:10px;direction:rtl}.mobile-menu-btn{display:grid;width:44px;height:44px;border:0;border-radius:12px;background:#fff;box-shadow:var(--shadow-soft);place-items:center;padding:10px;flex:0 0 44px}.mobile-menu-btn span{width:22px;height:2px;border-radius:5px;background:var(--orange);display:block}.mobile-search{height:44px;flex:1;min-width:0;border-radius:999px;background:#fff;box-shadow:var(--shadow-soft);display:flex;align-items:center;padding:5px 14px 5px 5px;gap:8px;direction:rtl}.mobile-search input{border:0;outline:0;background:transparent;flex:1;min-width:0;font-size:12px;text-align:right;color:var(--text)}.mobile-search input::placeholder{color:#b0babd}.mobile-search button{width:34px;height:34px;border:0;border-radius:50%;background:linear-gradient(135deg,var(--orange),#ffb284);color:#fff;display:grid;place-items:center;font-size:18px;flex:0 0 34px}.mobile-brand{display:flex;justify-content:center;margin:20px auto 4px;width:170px}.mobile-brand img{width:160px;height:auto}.mobile-menu{display:flex;position:absolute;right:14px;left:14px;top:66px;background:#fff;border-radius:18px;box-shadow:0 22px 55px rgba(31,43,48,.15);padding:16px;z-index:50;flex-direction:column;gap:6px;transform:translateY(-10px);opacity:0;visibility:hidden;transition:.2s;text-align:right}.mobile-menu.is-open{opacity:1;visibility:visible;transform:none}.mobile-menu a{padding:10px 12px;border-radius:12px;color:#2f4147;font-weight:800}.mobile-menu a:hover,.mobile-login{background:#eef5f7;color:var(--blue-dark)}
  main{padding-top:0}.hero-section{min-height:auto;grid-template-columns:1fr;padding:6px 0 0;gap:10px;text-align:center}.hero-copy{padding-inline:20px;max-width:none;text-align:center;display:flex;flex-direction:column;align-items:center}.eyebrow{font-size:13px}.hero-copy h1{font-size:36px;letter-spacing:-1px;margin-bottom:11px}.hero-copy p{font-size:13.8px;line-height:2;text-align:center;color:#4b5b60;max-width:340px}.hero-actions{gap:14px;margin-top:22px;justify-content:center}.btn{height:42px;min-width:116px;font-size:13px}.hero-visual{order:2;min-height:230px;margin-top:0}.hero-image-card{width:170px;height:170px;border-radius:24px}.hero-image-card img{width:226px}.hero-back-img img{width:170px}.hero-back-left{right:4px;top:45px}.hero-back-right{left:3px;top:54px}.slider-side{display:none}.hero-dots{bottom:2px}.hero-dots span{width:7px;height:12px}.hero-dots .active{height:20px}
  .section-title h2{font-size:20px}.section-title.center{margin-bottom:15px}.section-title.center i{transform:translateY(-22px);width:32px;height:4px}.categories-section{padding-top:52px}.carousel-wrap{gap:8px;padding-inline:10px}.round-nav{width:31px;height:31px;flex-basis:31px;font-size:20px}.category-track{grid-auto-columns:98px;gap:12px;padding:6px 0 24px}.category-card{min-height:138px;gap:8px}.category-thumb{width:88px;height:88px;border-radius:13px;padding:0}.category-thumb img,.category-card img{width:100%;height:100%;max-width:none;max-height:none;object-fit:cover}.category-title{font-size:10.5px;line-height:1.7;max-width:98px;min-height:38px}.category-no-image{width:100%;height:100%}
  .deals-section{margin-top:22px}.deal-carousel-shell{gap:8px;padding-inline:10px}.deal-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc(50% - 10px);grid-template-columns:none;gap:14px;align-items:stretch;padding:14px 2px 30px}.deal-card{min-height:252px;padding:12px 12px 34px;border-radius:18px}.deal-card figure{height:112px}.deal-card figure img{max-height:105px}.deal-card h3{font-size:11.8px;line-height:1.9;margin-top:10px}.price-line{flex-direction:column;align-items:flex-start;gap:0}.price-line strong{font-size:13px}.price-line del{font-size:10px}.discount-meta span{font-size:10px}.discount-meta small{font-size:10px}.special-offer-card{grid-row:auto;min-height:252px;padding:26px 13px;border-radius:18px;order:-1}.special-offer-card span{font-size:25px}.special-offer-card strong{font-size:25px}.timer{font-size:18px;padding-inline:10px;white-space:nowrap}.deal-prev,.deal-next{align-self:center}
  .products-section{margin-top:50px}.product-wrap{padding-inline:10px}.product-track{grid-auto-columns:calc(50% - 10px);gap:14px;padding:14px 2px 34px}.product-item{min-height:268px;border-radius:17px;padding:11px 11px 17px}.product-item figure{height:116px}.product-item figure img{max-height:106px}.product-tag{font-size:10px;padding:1px 9px}.product-item h3{font-size:11.5px;line-height:1.9}.product-bottom strong{font-size:12.5px}.view-product{height:28px;font-size:10.5px}.tabs{max-width:calc(100% - 52px);overflow:auto}.tabs button{height:31px;padding-inline:16px;font-size:11px;white-space:nowrap}
  .about-section{margin-top:42px;border-radius:34px;padding:34px 0}.about-card{grid-template-columns:1fr;gap:22px;text-align:center}.stats-boxes{grid-template-columns:1fr 1fr;gap:12px}.stats-boxes div{min-height:62px}.stats-boxes strong{font-size:25px}.stats-boxes span{font-size:11px}.about-copy{text-align:center}.about-copy .section-title{justify-content:center}.about-copy p{text-align:center;font-size:12.8px;line-height:2}.more-link{height:32px;font-size:11px}.second-products{margin-top:54px}
  .why-section{margin-top:44px;grid-template-columns:1fr;gap:22px}.why-cards{grid-template-columns:repeat(2,1fr);gap:12px;order:2}.why-card{min-height:156px;border-radius:58px 58px 18px 18px;padding:25px 10px 16px}.why-card span{width:42px;height:42px}.why-card h3{font-size:14px}.why-card p{font-size:10.5px}.why-copy{order:1;text-align:center}.why-copy .section-title{justify-content:center}.why-copy p{font-size:12.5px;line-height:2}.faq-section{margin-top:54px}.faq-list{padding-inline:0;gap:10px}.faq-question{padding:12px 13px;font-size:11.8px;line-height:1.9}.faq-question b{width:25px;height:25px;flex-basis:25px}.faq-item p{font-size:11.5px;line-height:2;padding:0 13px 14px}.reviews-section{margin-top:54px}.reviews-section .section-title{justify-content:center}.reviews-wrap{border-radius:28px;padding:16px 8px}.review-track{grid-auto-columns:78%;gap:14px;padding:8px}.review-card{padding:18px}.review-card h3{font-size:12px}.review-card p{font-size:11px;line-height:1.9}.blog-section{margin-top:52px}.blog-section .section-title{justify-content:center}.blog-grid{grid-template-columns:1fr;gap:14px}.blog-card img{height:170px}.blog-card h3{font-size:13px}.blog-card.wide{min-height:230px}.blog-card.wide h3{margin-top:150px}.site-footer{margin-top:70px;border-radius:48px 48px 0 0;padding-top:58px}.footer-inner{grid-template-columns:1fr;text-align:center;gap:26px}.footer-about img{margin-inline:auto;width:122px}.footer-about p{text-align:center;font-size:12px;line-height:2}.footer-links,.footer-contact,.footer-symbols{align-items:center}.site-footer h3{font-size:22px}.footer-contact p{font-size:12px}.footer-symbols{flex-direction:column}.footer-symbols img{width:96px}.copyright{font-size:10.5px;line-height:1.8}.back-to-top{width:52px;height:52px;top:-25px}
}
@media (max-width:390px){.container{padding-inline:20px}.product-track,.deal-track{grid-auto-columns:calc(55% - 8px)}.mobile-brand{width:150px}.mobile-brand img{width:146px}.hero-copy h1{font-size:32px}.hero-copy p{font-size:12.5px}.category-track{grid-auto-columns:92px}.category-thumb{width:82px;height:82px}.stats-boxes{grid-template-columns:1fr 1fr}.why-cards{grid-template-columns:1fr 1fr}}

/* WordPress/WooCommerce v1 integration fixes */
:root{
  --pab-primary:var(--blue-dark);
  --pab-secondary:var(--blue);
  --pab-accent:var(--orange);
  --pab-bg:var(--bg);
  --pab-text:var(--text);
  --pab-muted:var(--muted);
  --pab-border:var(--line);
}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.pab-menu{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:24px}.pab-menu li{margin:0;padding:0}.pab-menu a{display:inline-flex;align-items:center;color:inherit}.desktop-nav .pab-menu{display:flex;align-items:center;gap:24px}.desktop-nav .pab-menu .current-menu-item>a,.desktop-nav .pab-menu a:hover{color:var(--orange-dark)}.mobile-menu .pab-menu{display:flex;flex-direction:column;align-items:stretch;gap:6px}.mobile-menu .pab-menu a{display:block;padding:10px 12px;border-radius:12px;color:#2f4147;font-weight:800}.mobile-cart-link{width:44px;height:44px;display:grid;place-items:center;border-radius:12px;background:#fff;color:var(--orange);box-shadow:var(--shadow-soft);position:relative;flex:0 0 44px}.mobile-cart-link svg{font-size:20px}.pab-cart-count{min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--orange);color:#fff;display:inline-grid;place-items:center;font-size:11px;line-height:1}.mobile-cart-link .pab-cart-count{position:absolute;top:-5px;left:-4px}.cart-pill .pab-cart-count{margin-right:2px}.product-card .product-tag a,.product-item .product-tag a{color:#fff}.price-line{min-height:28px}.price-line .price{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.price-line ins{text-decoration:none}.price-line del{color:#aeb9bd}.price-line .amount{font-weight:900;color:#1d2b31;font-size:15px}.deal-card .price-line .amount{font-size:14px}.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:8px}.product-bottom .cart-circle{position:static;transform:none;text-decoration:none;border:0}.product-bottom .cart-circle.added{display:grid}.added_to_cart.wc-forward{display:none!important}.woocommerce-loop-product__link{display:block}.product-item figure a,.deal-card figure a{display:grid;place-items:center;width:100%;height:100%}.product-item h3 a,.deal-card h3 a{color:inherit}.special-offer-card{scroll-snap-align:start}.blog-card>a:first-child{display:block}.blog-card>a:first-child img{width:100%;height:190px;object-fit:cover}.blog-card.wide>a:first-child img{height:100%;position:absolute;inset:0}.blog-card.wide>a:first-child{position:absolute;inset:0}.blog-card.wide span{position:relative;z-index:2;color:#fff;margin-top:160px}.blog-card.wide h3,.blog-card.wide h3 a,.blog-card.wide>a:last-child{position:relative;z-index:2;color:#fff}.footer-menu{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.footer-menu li{margin:0}.pab-basic-page{padding:70px 0;min-height:50vh}.pab-entry{background:#fff;border-radius:24px;box-shadow:var(--shadow-soft);padding:28px}.pab-entry h1{margin-top:0;color:var(--blue-dark)}.pab-entry-content{line-height:2.1}.woocommerce img,.woocommerce-page img{height:auto}.woocommerce .button,.woocommerce-page .button{border-radius:999px!important;background:var(--orange)!important;color:#fff!important;font-weight:800!important}.woocommerce .woocommerce-breadcrumb{font-size:13px;color:var(--muted);margin:24px auto}.woocommerce-notices-wrapper{width:min(var(--container),calc(100% - 92px));margin:0 auto}.woocommerce-message,.woocommerce-info,.woocommerce-error{border:0;border-radius:18px;box-shadow:var(--shadow-soft);background:#fff;color:var(--text)}.woocommerce-message::before,.woocommerce-info::before{color:var(--blue-dark)}.woocommerce-error::before{color:var(--orange-dark)}
@media (max-width:768px){.desktop-nav .pab-menu{gap:0}.mobile-search-row{grid-template-columns:44px 1fr 44px}.mobile-menu .pab-menu{width:100%}.product-bottom{align-items:center}.price-line .price{flex-direction:column;align-items:flex-start;gap:0}.blog-card.wide span{margin-top:138px}.woocommerce-notices-wrapper{width:calc(100% - 40px)}.pab-basic-page{padding:40px 20px}.pab-entry{padding:20px;border-radius:18px}.footer-menu{align-items:center}.mobile-search{padding-right:12px}}

/* v1.3.0 - WooCommerce sale deals carousel layout */
.deal-carousel-shell{display:grid;grid-template-columns:38px minmax(0,1fr) 38px;align-items:center;gap:18px}.deal-stage{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px;align-items:stretch;min-width:0}.deal-products-viewport{grid-column:span 3;min-width:0;overflow:hidden}.deal-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 52px)/3);grid-template-columns:none;gap:26px;flex:initial;width:100%;padding:16px 2px 28px;align-items:stretch;overflow-x:auto}.special-offer-card,.deal-card{width:100%;min-width:0;box-sizing:border-box}.special-offer-card{height:100%;min-height:255px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.special-offer-card span{font-size:clamp(22px,1.85vw,28px);line-height:1.2}.special-offer-card strong{font-size:clamp(24px,2.05vw,31px);line-height:1.2;margin-top:0}.timer{display:inline-flex;align-items:center;justify-content:center;direction:ltr;unicode-bidi:isolate;white-space:nowrap;flex-wrap:nowrap;width:max-content;max-width:100%;font-size:clamp(16px,1.75vw,26px);line-height:1.1;padding:7px 18px}.deal-empty{min-height:255px;border-radius:22px;background:#fff;box-shadow:var(--shadow-soft);display:flex;align-items:center;justify-content:center;text-align:center;color:var(--muted);font-size:14px;font-weight:800;padding:20px;scroll-snap-align:center}.deal-card{scroll-snap-align:start}
@media (max-width:768px){.deal-carousel-shell{display:block;padding-inline:10px}.deal-prev,.deal-next{display:none!important}.deal-stage{display:block;min-width:0}.special-offer-card{width:100%;min-height:148px;margin-bottom:14px;border-radius:22px;padding:22px 16px;gap:8px}.special-offer-card span{font-size:clamp(20px,6vw,25px)}.special-offer-card strong{font-size:clamp(21px,6.4vw,26px)}.timer{font-size:clamp(13px,4.5vw,18px);padding:6px 12px}.deal-products-viewport{position:relative;overflow:hidden;margin-inline:-10px;padding-inline:10px}.deal-products-viewport:after{content:"";position:absolute;top:0;bottom:0;left:0;width:84px;pointer-events:none;background:linear-gradient(90deg,var(--bg) 0%,rgba(246,247,247,.86) 38%,rgba(246,247,247,0) 100%);z-index:4}.deal-track{grid-auto-columns:66%;grid-template-columns:none;gap:14px;padding:8px 0 32px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:10px}.deal-card{min-height:252px;border-radius:18px}.deal-empty{grid-auto-columns:66%;min-height:190px;border-radius:18px}}
@media (max-width:390px){.deal-products-viewport .deal-track{grid-auto-columns:68%}.timer{font-size:clamp(12px,4.2vw,16px);padding-inline:10px}}


/* Version 1.4 - amazing deals card refinement */
.deal-stage{grid-template-columns:323px minmax(0,1fr);gap:24px;align-items:start}
.deal-products-viewport{grid-column:auto;min-width:0;overflow:hidden}
.deal-track{grid-auto-columns:323px;gap:24px;padding:10px 2px 34px;scroll-padding-inline:2px}
.special-offer-card{width:323px;max-width:100%;height:400px;min-height:400px;padding:34px 24px 30px;border-radius:24px;justify-self:start;align-self:start}
.special-offer-card::before{font-size:40px;letter-spacing:16px;line-height:1.8}
.timer{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;flex-wrap:nowrap;gap:8px;max-width:100%}
.deal-card{width:323px;max-width:323px;min-width:323px;height:431px;min-height:431px;padding:18px 18px 30px;border-radius:28px;border:1.5px solid rgba(243,133,67,.42);box-shadow:0 10px 28px rgba(39,63,72,.08);display:flex;flex-direction:column;position:relative;overflow:visible}
.deal-card:hover{transform:translateY(-4px);border-color:#f38543}
.deal-card figure{height:182px;background:transparent;border-radius:18px;display:grid;place-items:center;margin-bottom:10px}
.deal-card figure img{max-width:100%;max-height:168px;object-fit:contain}
.deal-card h3{min-height:72px;margin:0 0 8px;font-size:17px;line-height:1.9;font-weight:700;color:#2c2f33}
.deal-card .heart{top:16px;left:16px;font-size:28px;color:#f38543;width:30px;height:30px}
.deal-pricing{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-top:2px}
.deal-price-stack{display:flex;flex-direction:column;align-items:flex-start;gap:2px;min-width:0;flex:1}
.deal-sale-price,.deal-regular-price{display:flex;align-items:flex-end;gap:6px;line-height:1}
.deal-sale-price .toman-icon,.deal-regular-price .toman-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}
.deal-sale-price .toman-icon svg,.deal-regular-price .toman-icon svg{width:18px;height:auto}
.deal-sale-price .amount-text{font-size:20px;font-weight:900;color:#1f2227;letter-spacing:-.5px}
.deal-regular-price del{font-size:13px;color:#b7b0ad;text-decoration-color:#e7a787;text-decoration-thickness:2px}
.deal-percent-badge{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:60px;height:30px;border-radius:999px;background:#f6a16d;color:#fff;padding:0 10px;flex:0 0 auto;align-self:flex-start}
.deal-percent-badge svg{width:12px;height:13px}
.deal-percent-badge b{font-size:16px;font-weight:800;line-height:1;color:#fff}
.deal-progress-meta{margin-top:auto;padding-top:14px}
.deal-progress-label{display:block;color:#f38543;font-size:14px;font-weight:700;text-align:right;margin-bottom:8px}
.deal-progress-bar{display:block;height:4px;background:#ededed;border-radius:999px;overflow:hidden}
.deal-progress-bar>span{display:block;height:100%;background:#f38543;border-radius:999px}
.deal-bottom{justify-content:center;border-top:0;margin-top:0;padding-top:0;min-height:54px}
.deal-bottom .cart-circle{position:absolute;right:50%;bottom:-26px;transform:translateX(50%);width:62px;height:62px;border-radius:50%;background:var(--blue);box-shadow:0 12px 22px rgba(61,120,144,.26);display:grid;place-items:center;border:6px solid var(--bg);text-decoration:none}
.deal-bottom .cart-circle svg{width:29px;height:29px}

@media (max-width:1280px){
  .deal-stage{grid-template-columns:290px minmax(0,1fr)}
  .special-offer-card{width:290px;height:400px;min-height:400px}
  .deal-track{grid-auto-columns:290px}
  .deal-card{width:290px;max-width:290px;min-width:290px;height:431px;min-height:431px}
}
@media (max-width:768px){
  .special-offer-card{width:100%;height:auto;min-height:170px;padding:24px 16px;border-radius:22px}
  .deal-products-viewport{position:relative;overflow:hidden;margin-inline:-10px;padding-inline:10px}
  .deal-track{grid-auto-columns:calc(62% + 8px);gap:14px;padding:8px 0 42px}
  .deal-card{width:auto;max-width:none;min-width:0;height:431px;min-height:431px;padding:16px 14px 30px;border-radius:24px}
  .deal-card h3{font-size:15px;min-height:64px}
  .deal-sale-price .amount-text{font-size:17px}
  .deal-regular-price del{font-size:12px}
  .deal-percent-badge{min-width:52px;height:28px;padding:0 8px}
  .deal-percent-badge b{font-size:14px}
  .deal-progress-label{font-size:13px}
  .deal-bottom .cart-circle{width:58px;height:58px;bottom:-24px;border-width:5px}
}
@media (max-width:390px){
  .deal-track{grid-auto-columns:calc(68% + 4px)}
  .deal-card{height:408px;min-height:408px}
  .deal-card figure{height:160px}
  .deal-card figure img{max-height:150px}
  .deal-card h3{font-size:14px;line-height:1.8;min-height:58px}
  .deal-sale-price .amount-text{font-size:16px}
  .deal-progress-label{font-size:12px}
}


/* Version 1.5 - amazing deals arrows removed and card shape refined */
.deal-carousel-shell{display:block;padding-inline:0!important}
.deal-stage{display:grid;grid-template-columns:323px minmax(0,1fr);gap:24px;align-items:start}
.deal-products-viewport{grid-column:auto;min-width:0;overflow:hidden}
.deal-track{grid-auto-columns:323px;gap:24px;padding:10px 2px 42px;scroll-padding-inline:2px}
.deal-card{border:1.5px solid transparent!important;box-shadow:0 10px 28px rgba(39,63,72,.08);position:relative;overflow:visible}
.deal-card:hover,.deal-card.active-card{border-color:#f38543!important}
.deal-card .heart{left:auto;right:16px;color:#f38543;z-index:5}
.deal-card::after{content:"";position:absolute;left:50%;bottom:-1px;transform:translateX(-50%);width:132px;height:44px;background:var(--bg);border-top-left-radius:999px;border-top-right-radius:999px;z-index:2;pointer-events:none}
.deal-bottom{position:relative;z-index:3}
.deal-bottom .cart-circle{z-index:4}
.deal-bottom .cart-circle{bottom:-28px;width:64px;height:64px;border-width:6px;box-shadow:0 12px 26px rgba(61,120,144,.26)}
.deal-bottom .cart-circle svg{width:29px;height:29px}

@media (max-width:768px){
  .deal-stage{display:block;min-width:0}
  .deal-track{grid-auto-columns:66%;gap:14px;padding:8px 0 42px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:10px}
  .deal-card{border-color:transparent!important}
  .deal-card:hover,.deal-card.active-card{border-color:#f38543!important}
  .deal-card::after{width:120px;height:40px}
  .deal-bottom .cart-circle{width:60px;height:60px;bottom:-25px;border-width:5px}
}
@media (max-width:390px){
  .deal-track{grid-auto-columns:68%}
  .deal-card::after{width:112px;height:36px}
}


/* Version 1.7 - Digi Hamishe font and Persian digit presentation */
@font-face{
  font-family:"Digi Hamishe";
  src:url("https://pichabzarbazar.com/wp-content/uploads/2026/07/Digi-Hamishe-Regular.otf") format("opentype"),
      url("https://pichabzarbazar.com/wp-content/uploads/2026/07/Digi-Hamishe-Regular.ttf") format("truetype");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Digi Hamishe";
  src:url("https://pichabzarbazar.com/wp-content/uploads/2026/07/Digi-Hamishe-Bold.otf") format("opentype"),
      url("https://pichabzarbazar.com/wp-content/uploads/2026/07/Digi-Hamishe-Bold.ttf") format("truetype");
  font-weight:700;
  font-style:normal;
  font-display:swap;
}
:root{--font:"Digi Hamishe",Tahoma,Arial,sans-serif}
body,button,input,select,textarea{font-family:var(--font)!important}


/* Version 1.8 - deal price row in one RTL line */
.deal-pricing{
  direction:rtl;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  flex-wrap:nowrap;
  width:100%;
  min-width:0;
  margin-top:4px;
}
.deal-price-stack{
  direction:rtl;
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:flex-start;
  gap:12px;
  flex-wrap:nowrap;
  min-width:0;
  flex:1 1 auto;
  overflow:hidden;
}
.deal-sale-price{
  direction:rtl;
  display:inline-flex;
  align-items:flex-end;
  justify-content:flex-start;
  gap:7px;
  flex:0 1 auto;
  min-width:0;
  white-space:nowrap;
  line-height:1;
}
.deal-sale-price .currency-word{
  color:#b3b4b8;
  font-size:18px;
  font-weight:800;
  line-height:1.05;
  flex:0 0 auto;
}
.deal-sale-price .amount-text{
  color:#1f2227;
  font-size:26px;
  font-weight:900;
  letter-spacing:0;
  line-height:1;
  white-space:nowrap;
}
.deal-regular-price{
  position:relative;
  display:inline-flex;
  align-items:center;
  flex:0 1 auto;
  min-width:0;
  white-space:nowrap;
  color:#b3b4b8;
  line-height:1;
}
.deal-regular-price del{
  color:#b3b4b8;
  font-size:19px;
  font-weight:800;
  text-decoration:none;
  line-height:1;
}
.deal-regular-price:after{
  content:"";
  position:absolute;
  right:-4px;
  left:-4px;
  top:48%;
  height:3px;
  border-radius:999px;
  background:#f0ad89;
  transform:rotate(-7deg);
  transform-origin:center;
}
.deal-percent-badge{
  flex:0 0 auto;
  margin-inline-start:auto;
}
@media (max-width:768px){
  .deal-pricing{gap:7px}
  .deal-price-stack{gap:7px}
  .deal-sale-price{gap:4px}
  .deal-sale-price .currency-word{font-size:13px}
  .deal-sale-price .amount-text{font-size:18px}
  .deal-regular-price del{font-size:14px}
  .deal-percent-badge{min-width:48px;height:26px;padding:0 7px;gap:4px}
  .deal-percent-badge b{font-size:13px}
}
@media (max-width:390px){
  .deal-pricing{gap:5px}
  .deal-price-stack{gap:5px}
  .deal-sale-price .currency-word{font-size:12px}
  .deal-sale-price .amount-text{font-size:16px}
  .deal-regular-price del{font-size:12px}
  .deal-percent-badge{min-width:44px;height:24px;padding:0 6px}
  .deal-percent-badge b{font-size:12px}
  .deal-percent-badge svg{width:10px;height:11px}
}


/* Version 1.9 - deal pricing order and toman SVG icon */
.deal-pricing{
  direction:rtl;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:12px;
  flex-wrap:nowrap;
  white-space:nowrap;
}
.deal-pricing .deal-percent-badge{
  order:0;
  margin:0;
  flex:0 0 auto;
}
.deal-pricing .deal-percent-badge svg{display:none}
.deal-price-stack{
  order:1;
  direction:rtl;
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:flex-start;
  gap:12px;
  flex:1 1 auto;
  min-width:0;
  overflow:hidden;
  white-space:nowrap;
}
.deal-regular-price{
  order:0;
  flex:0 1 auto;
}
.deal-sale-price{
  order:1;
  direction:rtl;
  display:inline-flex;
  align-items:flex-end;
  justify-content:flex-start;
  gap:7px;
  flex:0 1 auto;
  min-width:0;
  white-space:nowrap;
}
.deal-sale-price .toman-icon{
  display:inline-flex;
  align-items:flex-end;
  justify-content:center;
  flex:0 0 auto;
  width:20px;
  height:25px;
  color:#1f2227;
}
.deal-sale-price .toman-icon svg{
  width:20px;
  height:25px;
  display:block;
}
.deal-sale-price .currency-word{display:none!important}
.deal-sale-price .amount-text{
  color:#1f2227;
  font-size:26px;
  font-weight:900;
  line-height:1;
  white-space:nowrap;
}
@media (max-width:768px){
  .deal-pricing{gap:7px}
  .deal-price-stack{gap:7px}
  .deal-sale-price{gap:4px}
  .deal-sale-price .amount-text{font-size:18px}
  .deal-sale-price .toman-icon,.deal-sale-price .toman-icon svg{width:15px;height:19px}
}
@media (max-width:390px){
  .deal-pricing{gap:5px}
  .deal-price-stack{gap:5px}
  .deal-sale-price .amount-text{font-size:16px}
  .deal-sale-price .toman-icon,.deal-sale-price .toman-icon svg{width:13px;height:17px}
}


/* Version 1.10 - use PNG toman icon instead of inline SVG */
.deal-sale-price .toman-icon svg,
.deal-regular-price .toman-icon svg{display:none!important}
.deal-sale-price .toman-icon,
.deal-regular-price .toman-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:25px;flex:0 0 20px;line-height:1}
.deal-sale-price .toman-icon img,
.deal-regular-price .toman-icon img{display:block;width:20px;height:25px;object-fit:contain;max-width:none}
@media (max-width:768px){.deal-sale-price .toman-icon,.deal-regular-price .toman-icon{width:16px;height:20px;flex-basis:16px}.deal-sale-price .toman-icon img,.deal-regular-price .toman-icon img{width:16px;height:20px}}
@media (max-width:390px){.deal-sale-price .toman-icon,.deal-regular-price .toman-icon{width:14px;height:18px;flex-basis:14px}.deal-sale-price .toman-icon img,.deal-regular-price .toman-icon img{width:14px;height:18px}}


/* Version 1.11 - deal carousel controls, timer circles, faded hover border */
.special-offer-card .timer{
  background:transparent!important;
  color:#fff;
  padding:0!important;
  border-radius:0;
  gap:8px;
  direction:ltr;
  width:auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.timer .timer-unit{
  width:52px;
  height:52px;
  border-radius:50%;
  background:#fff;
  color:#9c6a4f;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  font-weight:900;
  line-height:1;
  box-shadow:0 8px 18px rgba(92,66,48,.08);
}
.timer i{
  color:#fff;
  font-style:normal;
  font-size:24px;
  font-weight:900;
  line-height:1;
}
.deal-offer-nav{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  margin-top:6px;
  direction:ltr;
}
.deal-offer-nav button{
  width:38px;
  height:38px;
  border:0;
  border-radius:9px;
  background:#fff;
  color:#f38543;
  display:grid;
  place-items:center;
  font-size:25px;
  line-height:1;
  box-shadow:0 7px 15px rgba(92,66,48,.08);
}
.deal-offer-nav button:hover{background:#f9f9f9;transform:translateY(-1px)}
.deal-card{
  border:1.5px solid transparent!important;
  background:#fff;
}
.deal-card:hover,.deal-card.active-card{
  border-color:transparent!important;
  background:
    linear-gradient(#fff,#fff) padding-box,
    linear-gradient(180deg, rgba(243,133,67,0) 0%, rgba(243,133,67,.10) 32%, rgba(243,133,67,.46) 68%, rgba(243,133,67,.95) 100%) border-box;
}
.deal-card:hover::before,.deal-card.active-card::before{
  content:"";
  position:absolute;
  top:-2px;
  left:18px;
  right:18px;
  height:10px;
  background:#fff;
  z-index:2;
  pointer-events:none;
}
.deal-card .heart{right:16px!important;left:auto!important}
.deal-pricing{
  display:grid!important;
  grid-template-columns:auto minmax(12px,1fr) auto;
  align-items:center;
  gap:0;
  width:100%;
  direction:rtl;
}
.deal-pricing .deal-percent-badge{
  grid-column:1;
  justify-self:start;
  margin:0!important;
}
.deal-price-stack{
  grid-column:3;
  justify-self:end;
  flex:0 0 auto!important;
  overflow:visible!important;
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  gap:10px!important;
  direction:rtl;
}
.deal-regular-price:after{
  background:rgba(240,173,137,.50)!important;
}
.deal-track.is-dragging{
  cursor:grabbing;
  scroll-snap-type:none;
  user-select:none;
}
.deal-track{cursor:grab}

@media (max-width:768px){
  .timer .timer-unit{width:42px;height:42px;font-size:18px}
  .timer i{font-size:20px}
  .deal-offer-nav{display:none}
  .deal-pricing{grid-template-columns:auto minmax(8px,1fr) auto}
  .deal-price-stack{gap:6px!important}
}
@media (max-width:390px){
  .timer .timer-unit{width:36px;height:36px;font-size:15px}
  .timer i{font-size:18px}
  .deal-price-stack{gap:5px!important}
}


/* Version 1.12 - timer-colored deal arrows and refined inner bottom curve */
.special-offer-card{--pab-timer-unit-color:#9c6a4f}
.timer .timer-unit{color:var(--pab-timer-unit-color,#9c6a4f)}
.deal-offer-nav button{color:var(--pab-timer-unit-color,#9c6a4f)!important}

.deal-card{
  --pab-card-r:28px;
  --pab-cut-s:46px;
  --pab-cut-a:18deg;
  --pab-cut-p:50%;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  overflow:visible!important;
  isolation:isolate;
}
.deal-card > *{position:relative;z-index:2}
.deal-card::before,
.deal-card:hover::before,
.deal-card.active-card::before{
  content:"";
  position:absolute;
  inset:0;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:auto;
  height:auto;
  z-index:0;
  pointer-events:none;
  border-radius:var(--pab-card-r);
  background:#fff;
  border:1.5px solid transparent;
  box-shadow:0 10px 28px rgba(39,63,72,.08);
  --_m:calc(100% - var(--pab-card-r)),#000 calc(100% - 1px),#0000;
  --_d:calc((var(--pab-cut-s) + var(--pab-card-r))*cos(var(--pab-cut-a)));
  -webkit-mask:
    radial-gradient(var(--pab-card-r) at calc(var(--pab-cut-p) + var(--_d)) var(--_m)),
    radial-gradient(var(--pab-card-r) at calc(var(--pab-cut-p) - var(--_d)) var(--_m)),
    radial-gradient(var(--pab-cut-s) at var(--pab-cut-p) calc(100% + sin(var(--pab-cut-a))*var(--pab-cut-s)),#0000 100%,#000 calc(100% + 1px)) 0 calc(var(--pab-card-r)*(sin(var(--pab-cut-a)) - 1)) no-repeat,
    linear-gradient(90deg,#000 calc(var(--pab-cut-p) - var(--_d)),#0000 0 calc(var(--pab-cut-p) + var(--_d)),#000 0);
  mask:
    radial-gradient(var(--pab-card-r) at calc(var(--pab-cut-p) + var(--_d)) var(--_m)),
    radial-gradient(var(--pab-card-r) at calc(var(--pab-cut-p) - var(--_d)) var(--_m)),
    radial-gradient(var(--pab-cut-s) at var(--pab-cut-p) calc(100% + sin(var(--pab-cut-a))*var(--pab-cut-s)),#0000 100%,#000 calc(100% + 1px)) 0 calc(var(--pab-card-r)*(sin(var(--pab-cut-a)) - 1)) no-repeat,
    linear-gradient(90deg,#000 calc(var(--pab-cut-p) - var(--_d)),#0000 0 calc(var(--pab-cut-p) + var(--_d)),#000 0);
}
.deal-card:hover::before,
.deal-card.active-card::before{
  background:
    linear-gradient(#fff,#fff) padding-box,
    linear-gradient(180deg,rgba(243,133,67,0) 0%,rgba(243,133,67,0) 20%,rgba(243,133,67,.10) 48%,rgba(243,133,67,.48) 74%,rgba(243,133,67,.96) 100%) border-box;
  box-shadow:0 18px 46px rgba(52,83,94,.12);
}
.deal-card::after,
.deal-card:hover::after,
.deal-card.active-card::after{display:none!important;content:none!important}
.deal-bottom{position:relative;z-index:4;margin-top:0!important;min-height:54px!important}
.deal-bottom .cart-circle{
  position:absolute!important;
  right:50%!important;
  bottom:-51px!important;
  transform:translateX(50%)!important;
  z-index:5!important;
  width:64px!important;
  height:64px!important;
  border-radius:50%!important;
  border:0!important;
  background:var(--blue)!important;
  box-shadow:0 14px 28px rgba(61,120,144,.28)!important;
}

@media (max-width:768px){
  .deal-card{--pab-card-r:24px;--pab-cut-s:42px;--pab-cut-a:18deg}
  .deal-bottom .cart-circle{width:60px!important;height:60px!important;bottom:-51px!important;border:0!important}
}
@media (max-width:390px){
  .deal-card{--pab-card-r:22px;--pab-cut-s:38px;--pab-cut-a:18deg}
  .deal-bottom .cart-circle{width:56px!important;height:56px!important;bottom:-51px!important}
}


/* Version 1.13 - clickable product cards, working home tabs, unified cart icon */
.cart-circle svg{width:29px!important;height:29px!important;color:#fff!important;fill:none!important;pointer-events:none}
.cart-circle svg path{fill:currentColor!important;stroke:none!important}
.product-card-link-overlay{display:none}
@media (min-width:769px){
  .product-card-link-overlay{display:block;position:absolute;inset:0;z-index:1;border-radius:inherit;text-indent:-9999px;overflow:hidden}
  .product-card > :not(.product-card-link-overlay),
  .product-item > :not(.product-card-link-overlay){position:relative;z-index:2}
  .product-card .cart-circle,
  .product-item .cart-circle,
  .product-card .heart,
  .product-item .heart,
  .product-card a:not(.product-card-link-overlay),
  .product-item a:not(.product-card-link-overlay){position:relative;z-index:5}
}
.cart-circle.button{padding:0!important;min-width:0!important;line-height:1!important}
.cart-circle.loading{opacity:.65;pointer-events:none}
.product-track.is-loading{opacity:.55;pointer-events:none;transition:opacity .18s ease}
.products-empty{min-height:220px;border-radius:22px;background:#fff;box-shadow:var(--shadow-soft);display:flex;align-items:center;justify-content:center;text-align:center;color:var(--muted);font-size:14px;font-weight:800;padding:20px;scroll-snap-align:start}
.tabs button{transition:.18s ease}
.tabs button:not(.active):hover{background:#f3f8fa;color:var(--blue-dark)}
.deal-bottom .cart-circle{bottom:-51px!important;border:0!important}
@media (max-width:768px){
  .deal-bottom .cart-circle{bottom:-51px!important;border:0!important}
  .products-section .product-wrap{display:block!important;overflow:hidden;margin-inline:-10px;padding-inline:10px}
  .products-section .product-wrap .round-nav{display:none!important}
  .products-section .product-track{grid-auto-columns:66%!important;gap:14px!important;padding:8px 0 42px!important;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-inline:10px}
  .products-section .product-item{scroll-snap-align:start}
}
@media (max-width:390px){
  .products-section .product-track{grid-auto-columns:68%!important}
}

/* Version 1.12.1 - mobile category visibility refinement retained */
@media (max-width:768px){
  .category-wrap .round-nav{display:none!important}
  .category-wrap{display:block!important;padding-inline:10px!important}
  .category-track{grid-auto-columns:calc((100% - 32.4px) / 3.7)!important;gap:12px!important;padding:6px 0 24px!important}
  .category-card{max-width:100%!important}
  .category-thumb{width:100%!important;height:auto!important;aspect-ratio:1/1!important}
}
@media (max-width:390px){
  .category-track{grid-auto-columns:calc((100% - 32.4px) / 3.7)!important}
}


/* Version 1.13.1 - Ajax mini-cart popup and corrected cart SVG coloring */
.cart-circle svg{width:29px!important;height:29px!important;color:#fff!important;fill:none!important;pointer-events:none}
.cart-circle svg path{fill:currentColor!important;stroke:none!important}
.product-bottom .cart-circle.added{display:grid!important}
.added_to_cart.wc-forward{display:none!important}

#custom-thank-you-overlay{position:fixed;inset:0;background:rgba(31,43,48,.46);backdrop-filter:blur(4px) saturate(130%);-webkit-backdrop-filter:blur(4px) saturate(130%);opacity:0;transition:opacity .25s ease;z-index:9998}
#custom-thank-you-overlay.is-visible{opacity:1}
#custom-thank-you-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-46%) scale(.96);width:92%;max-width:560px;background:var(--surface);color:var(--text);direction:rtl;border-radius:var(--radius-md);box-shadow:0 22px 60px rgba(31,43,48,.22);border:1px solid var(--line);padding:20px 20px 16px;z-index:9999;opacity:0;transition:transform .25s ease,opacity .25s ease;font-family:inherit;text-align:right}
#custom-thank-you-popup.is-visible{opacity:1;transform:translate(-50%,-50%) scale(1)}
#ctp-close{position:absolute;top:10px;left:10px;border:0;background:transparent;cursor:pointer;font-size:24px;line-height:1;color:var(--muted);padding:4px 8px}
#ctp-close:hover{color:var(--orange-dark)}
#ctp-header{display:flex;gap:12px;align-items:center;margin-bottom:12px}
#ctp-icon{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;background:var(--blue-soft);color:var(--blue-dark);border-radius:12px;flex:0 0 42px}
#ctp-title{font-size:18px;font-weight:900;color:var(--text)}
#ctp-sub{font-size:14px;color:var(--muted)}
#ctp-product{display:flex;gap:12px;align-items:center;margin:8px 0 14px;background:var(--surface-2);border:1px solid var(--line);border-radius:14px;padding:10px 12px}
#ctp-product img{width:56px;height:56px;object-fit:cover;border-radius:12px;border:1px solid rgba(61,120,144,.14);background:#fff}
#ctp-product .name{font-weight:900;line-height:1.6;color:var(--text)}
#ctp-product .price{font-size:13px;color:var(--muted);margin-top:4px}
#ctp-mini{border:1px solid var(--line);border-radius:14px;overflow:hidden;background:var(--surface);margin-bottom:12px}
#ctp-mini .mini-head{padding:10px 12px;background:var(--surface-2);border-bottom:1px solid var(--line);font-size:13px;color:var(--blue-dark);font-weight:900}
#ctp-mini .mini-wrap{max-height:240px;overflow:auto}.ctp-list{list-style:none;margin:0;padding:0}.ctp-item{display:grid;grid-template-columns:84px 1fr;align-items:stretch;gap:12px;padding:10px 12px;border-bottom:1px solid var(--line);min-height:84px}.ctp-item:last-child{border-bottom:0}.ctp-thumb{width:84px;height:84px;border-radius:12px;overflow:hidden;border:1px solid var(--line);background:#fff}.ctp-thumb img{width:100%;height:100%;object-fit:cover;display:block}.ctp-body{display:flex;flex-direction:column;justify-content:space-between;min-width:0}.ctp-name{font-weight:800;line-height:1.6;color:var(--text)}.ctp-unit{font-size:13px;color:var(--muted);margin-top:4px}.ctp-meta{display:flex;gap:12px;font-size:13px;color:var(--muted);margin-top:8px}.ctp-qty::before{content:"\062A\0639\062F\0627\062F: "}.ctp-remove{background:none;border:0;color:var(--orange-dark);padding:0;cursor:pointer;font-size:13px;align-self:flex-start;margin-top:6px;font-weight:800}.ctp-remove:hover{text-decoration:underline}.ctp-total{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:var(--surface-2);border-top:1px solid var(--line);font-weight:900;color:var(--text)}#ctp-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.ctp-btn{appearance:none;border-radius:999px;padding:10px 16px;cursor:pointer;font-weight:900;border:1px solid transparent;text-decoration:none;display:inline-flex;align-items:center;gap:6px;line-height:1.6}.ctp-btn--ghost{background:var(--surface-2);border-color:var(--line);color:var(--blue-dark)}.ctp-btn--primary{background:var(--blue);color:#fff!important;box-shadow:0 10px 24px rgba(61,120,144,.20)}.ctp-btn--accent{background:var(--orange);color:#fff!important;box-shadow:0 10px 24px rgba(242,118,54,.20)}
@media (max-width:400px){#ctp-product{flex-wrap:wrap}#ctp-actions{justify-content:center}.ctp-item{grid-template-columns:72px 1fr}.ctp-thumb{width:72px;height:72px}}


/* Version 1.13.2 - classic product cards and desktop add-to-cart click fix */
.cart-circle svg{width:29px!important;height:29px!important;color:#fff!important;fill:none!important;pointer-events:none}
.cart-circle svg path{fill:currentColor!important;stroke:none!important}
.product-item{position:relative;background:var(--surface)!important;border:1px solid rgba(121,137,145,.22)!important;border-radius:26px!important;box-shadow:none!important;text-align:right;scroll-snap-align:start;transition:min-height .26s ease, transform .24s ease, box-shadow .24s ease, border-color .24s ease;padding:16px 16px 24px!important;overflow:visible}
.product-item figure{height:218px!important;margin:0!important;background:#f8f8f8!important;border-radius:14px!important;overflow:hidden;display:grid!important;place-items:center!important;position:relative}
.product-item figure img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;padding:12px!important}
.product-item h3{font-size:15px!important;line-height:1.9!important;font-weight:500!important;color:var(--text)!important;margin:14px 0 20px!important;min-height:58px!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.product-item .product-tag{position:absolute;top:252px;left:16px;z-index:4;background:var(--orange)!important;color:#fff!important;border-radius:6px!important;padding:2px 18px!important;min-width:84px;justify-content:center;font-size:13px!important;font-weight:800!important;line-height:1.8!important;margin:0!important}
.product-item .product-tag a{color:#fff!important}
.product-item .product-info-row{border-top:1px solid rgba(121,137,145,.24);padding-top:18px;margin-top:4px;display:flex;align-items:center;justify-content:space-between;gap:12px;direction:rtl;position:relative;z-index:5}
.product-item .price-line{min-height:42px;margin:0!important;padding:0!important;border:0!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;direction:rtl;flex:1;min-width:0}
.product-item .price-line .price{display:flex!important;align-items:center!important;gap:6px!important;flex-wrap:wrap!important;direction:rtl}
.product-item .price-line .amount{font-size:22px!important;font-weight:900!important;color:var(--text)!important;letter-spacing:1px}
.product-item .price-line del .amount{font-size:13px!important;color:#aeb9bd!important;font-weight:600!important}
.product-item .cart-circle{position:relative!important;right:auto!important;bottom:auto!important;transform:none!important;width:48px!important;height:48px!important;min-width:48px!important;border-radius:11px!important;background:var(--blue)!important;color:#fff!important;border:0!important;box-shadow:none!important;display:grid!important;place-items:center!important;z-index:8!important;cursor:pointer!important;padding:0!important;text-decoration:none!important}
.product-item .cart-circle:hover{background:var(--blue-dark)!important}
.product-item .view-product{width:min(235px,84%)!important;height:42px!important;margin:18px auto 0!important;border-radius:999px!important;background:var(--orange)!important;color:#fff!important;font-size:15px!important;font-weight:900!important;align-items:center!important;justify-content:center!important;position:relative;z-index:6;box-shadow:0 12px 24px rgba(255,150,93,.24);transition:opacity .22s ease, max-height .22s ease, transform .22s ease, margin .22s ease}
.product-item::after{content:"";position:absolute;left:25%;right:25%;bottom:-2px;height:4px;border-radius:999px;background:var(--orange);opacity:0;transform:scaleX(.75);transition:opacity .22s ease, transform .22s ease;z-index:3}
.product-actions{position:absolute;top:26px;right:26px;z-index:8;display:flex;flex-direction:column;gap:8px;opacity:0;transform:translateY(-4px);pointer-events:none;transition:opacity .22s ease, transform .22s ease}
.product-action{width:32px;height:32px;border-radius:10px;background:rgba(255,255,255,.92);box-shadow:0 8px 20px rgba(31,43,48,.08);display:grid!important;place-items:center;color:var(--text)!important;font-size:21px!important;line-height:1!important;text-decoration:none!important;border:0!important;position:relative;z-index:9}
.product-action svg{width:18px;height:18px;fill:none!important;stroke:currentColor!important}
.product-action:hover{color:var(--orange-dark)!important;background:#fff}
.product-card-link-overlay{cursor:pointer}
.product-item .product-card-link-overlay{z-index:1!important}
.product-item > :not(.product-card-link-overlay){position:relative;z-index:2}
.product-item .product-actions,.product-item .cart-circle,.product-item .view-product{z-index:8!important}
@media (min-width:769px){
  .product-item{min-height:402px!important}
  .product-item:hover{min-height:472px!important;transform:translateY(-6px);border-color:rgba(255,150,93,.42)!important;box-shadow:0 18px 46px rgba(52,83,94,.12)!important}
  .product-item .view-product{opacity:0;max-height:0;height:0!important;margin-top:0!important;overflow:hidden;pointer-events:none;transform:translateY(-8px)}
  .product-item:hover .view-product{opacity:1;max-height:48px;height:42px!important;margin-top:18px!important;pointer-events:auto;transform:translateY(0)}
  .product-item:hover::after{opacity:1;transform:scaleX(1)}
  .product-item:hover .product-actions{opacity:1;transform:translateY(0);pointer-events:auto}
}
@media (max-width:768px){
  .product-item{border-radius:22px!important;padding:13px 13px 18px!important;min-height:360px!important}
  .product-item figure{height:178px!important;border-radius:13px!important}
  .product-item .product-tag{top:207px;left:13px;font-size:12px!important;min-width:74px;padding:1px 12px!important}
  .product-item h3{font-size:13px!important;min-height:52px!important;margin:12px 0 15px!important}
  .product-item .product-info-row{padding-top:14px}
  .product-item .price-line .amount{font-size:18px!important}
  .product-item .cart-circle{width:44px!important;height:44px!important;min-width:44px!important}
  .product-item .view-product{display:none!important}
  .product-actions{display:none!important}
}

/* Version 1.13.2 hotfix - keep quick action buttons absolute above product card */
.product-item>.product-actions{position:absolute!important;top:26px!important;right:26px!important;z-index:9!important}
.product-item>.product-actions .product-action{position:relative!important;z-index:10!important}
@media (max-width:768px){.product-item>.product-actions{display:none!important}}


/* Version 1.13.3 - product card hover isolation, category badge placement, quick icon alignment */
.products-section .product-track,
.second-products .product-track{align-items:start!important}
.products-section .product-item,
.second-products .product-item{align-self:start!important}
@media (min-width:769px){
  .products-section .product-item:hover,
  .second-products .product-item:hover{z-index:20!important}
}
.product-item .product-tag{
  position:static!important;
  top:auto!important;
  left:auto!important;
  right:auto!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:max-content!important;
  max-width:100%!important;
  min-width:84px!important;
  margin:14px 0 0 auto!important;
  text-align:right!important;
  background:var(--orange)!important;
  color:#fff!important;
  border-radius:6px!important;
  padding:2px 18px!important;
  font-size:13px!important;
  font-weight:800!important;
  line-height:1.8!important;
}
.product-item .product-tag a{color:#fff!important;text-decoration:none!important}
.product-item h3{margin-top:12px!important}
.product-item>.product-actions{
  position:absolute!important;
  top:26px!important;
  right:26px!important;
  left:auto!important;
  z-index:9!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:8px!important;
}
.product-item>.product-actions .product-action,
.product-item>.product-actions .heart{
  position:relative!important;
  top:auto!important;
  right:auto!important;
  bottom:auto!important;
  left:auto!important;
  width:32px!important;
  height:32px!important;
  min-width:32px!important;
  margin:0!important;
  display:grid!important;
  place-items:center!important;
  transform:none!important;
}
@media (max-width:768px){
  .product-item .product-tag{
    position:static!important;
    margin:12px 0 0 auto!important;
    min-width:74px!important;
    padding:1px 12px!important;
    font-size:12px!important;
  }
  .product-item>.product-actions{display:none!important}
}


/* Version 1.13.4 - hover expansion without layout shift + quick view popup */
@media (min-width:769px){
  .products-section .product-wrap,
  .second-products .product-wrap{overflow:visible!important}
  .products-section .product-track,
  .second-products .product-track{align-items:start!important;overflow-x:auto!important;overflow-y:hidden!important;padding-bottom:108px!important;margin-bottom:-108px!important}
  .products-section .product-item,
  .second-products .product-item{
    min-height:402px!important;
    height:402px!important;
    background:transparent!important;
    border-color:transparent!important;
    box-shadow:none!important;
    isolation:isolate!important;
    overflow:visible!important;
    transition:transform .24s ease!important;
  }
  .products-section .product-item::before,
  .second-products .product-item::before{
    content:"";
    position:absolute;
    inset:0;
    background:var(--surface);
    border:1px solid rgba(121,137,145,.22);
    border-radius:26px;
    z-index:0;
    pointer-events:none;
    transition:bottom .24s ease,border-color .24s ease,box-shadow .24s ease;
  }
  .products-section .product-item:hover,
  .second-products .product-item:hover{
    min-height:402px!important;
    height:402px!important;
    transform:translateY(-6px)!important;
    z-index:40!important;
    border-color:transparent!important;
    box-shadow:none!important;
  }
  .products-section .product-item:hover::before,
  .second-products .product-item:hover::before{
    bottom:-72px;
    border-color:rgba(255,150,93,.42);
    box-shadow:0 18px 46px rgba(52,83,94,.12);
  }
  .products-section .product-item>.product-card-link-overlay,
  .second-products .product-item>.product-card-link-overlay{z-index:1!important}
  .products-section .product-item>:not(.product-card-link-overlay),
  .second-products .product-item>:not(.product-card-link-overlay){position:relative;z-index:2}
  .products-section .product-item .view-product,
  .second-products .product-item .view-product{
    position:absolute!important;
    left:50%!important;
    right:auto!important;
    bottom:-54px!important;
    width:min(235px,84%)!important;
    height:42px!important;
    margin:0!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transform:translate(-50%,-8px)!important;
    max-height:none!important;
    overflow:hidden!important;
    z-index:8!important;
  }
  .products-section .product-item:hover .view-product,
  .second-products .product-item:hover .view-product{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:translate(-50%,0)!important;
  }
  .products-section .product-item::after,
  .second-products .product-item::after{bottom:-74px!important;z-index:4!important}
  .products-section .product-item:hover::after,
  .second-products .product-item:hover::after{opacity:1!important;transform:scaleX(1)!important}
}

#pab-quick-overlay{position:fixed;inset:0;background:rgba(31,43,48,.48);backdrop-filter:blur(5px) saturate(125%);-webkit-backdrop-filter:blur(5px) saturate(125%);opacity:0;transition:opacity .22s ease;z-index:9996}
#pab-quick-overlay.is-visible{opacity:1}
#pab-quick-modal{position:fixed;top:50%;left:50%;width:min(940px,92vw);max-height:88vh;overflow:auto;direction:rtl;text-align:right;background:var(--surface);color:var(--text);border:1px solid var(--line);border-radius:26px;box-shadow:0 28px 80px rgba(31,43,48,.28);z-index:9997;opacity:0;transform:translate(-50%,-46%) scale(.96);transition:opacity .22s ease,transform .22s ease;font-family:inherit}
#pab-quick-modal.is-visible{opacity:1;transform:translate(-50%,-50%) scale(1)}
.pab-qv-close{position:absolute;top:14px;left:14px;width:36px;height:36px;border:0;border-radius:12px;background:var(--surface-2);color:var(--muted);font-size:26px;line-height:1;cursor:pointer;z-index:3}
.pab-qv-close:hover{color:var(--orange-dark);background:#fff}
.pab-qv-head{padding:18px 22px 12px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding-left:60px}
.pab-qv-head span{background:var(--orange);color:#fff;border-radius:999px;padding:4px 13px;font-size:12px;font-weight:900}
.pab-qv-head b{font-size:18px;color:var(--blue-dark);font-weight:900;line-height:1.7}
.pab-qv-body{padding:22px}.pab-qv-loading,.pab-qv-error{min-height:180px;display:grid;place-items:center;color:var(--muted);font-weight:900;text-align:center;background:var(--surface-2);border-radius:18px}
.pab-qv-grid{display:grid;grid-template-columns:minmax(290px,42%) 1fr;gap:24px;align-items:start}.pab-qv-gallery{min-width:0}.pab-qv-image-main{height:340px;background:#f8f8f8;border-radius:20px;display:grid;place-items:center;overflow:hidden;border:1px solid rgba(121,137,145,.12)}.pab-qv-image-main img{width:100%;height:100%;object-fit:contain;padding:18px}.pab-qv-thumbs{display:grid;grid-auto-flow:column;grid-auto-columns:72px;gap:10px;overflow:auto;padding:12px 2px 2px;scrollbar-width:none}.pab-qv-thumbs::-webkit-scrollbar{display:none}.pab-qv-thumb{width:72px;height:72px;border:1px solid var(--line);border-radius:14px;background:#fff;padding:5px;cursor:pointer;display:grid;place-items:center}.pab-qv-thumb img{width:100%;height:100%;object-fit:contain}.pab-qv-thumb.is-active{border-color:var(--orange);box-shadow:0 8px 18px rgba(255,150,93,.18)}.pab-qv-summary{min-width:0}.pab-qv-category{display:inline-flex;background:var(--orange);color:#fff;border-radius:8px;padding:3px 15px;font-size:13px;font-weight:900;margin-bottom:10px}.pab-qv-category a{color:#fff!important;text-decoration:none!important}.pab-qv-summary h3{margin:0 0 12px;font-size:22px;line-height:1.8;font-weight:900;color:var(--text)}.pab-qv-price{font-size:20px;font-weight:900;color:var(--text);margin-bottom:8px}.pab-qv-price del{color:#aeb9bd;font-size:14px;margin-inline-end:8px}.pab-qv-price ins{text-decoration:none}.pab-qv-stock{margin:7px 0 12px;color:var(--blue-dark);font-size:13px;font-weight:900}.pab-qv-stock .out-of-stock{color:var(--orange-dark)}.pab-qv-desc{color:var(--muted);line-height:2;font-size:14px;margin:12px 0}.pab-qv-desc p{margin:0 0 8px}.pab-qv-specs{border:1px solid var(--line);background:var(--surface-2);border-radius:18px;padding:13px;margin:14px 0}.pab-qv-specs>strong{display:block;color:var(--blue-dark);font-size:14px;margin-bottom:8px}.pab-qv-specs div{display:grid;grid-template-columns:120px 1fr;gap:10px;border-top:1px solid rgba(121,137,145,.16);padding:8px 0;font-size:13px}.pab-qv-specs div:first-of-type{border-top:0}.pab-qv-specs span{color:var(--muted)}.pab-qv-specs b{color:var(--text);font-weight:800}.pab-qv-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.pab-qv-add-to-cart,.pab-qv-full{min-height:46px;border-radius:999px;padding:10px 18px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;text-decoration:none!important;font-weight:900!important;line-height:1.6!important;border:0!important}.pab-qv-add-to-cart{background:var(--blue)!important;color:#fff!important;box-shadow:0 12px 26px rgba(61,120,144,.22)}.pab-qv-add-to-cart:hover{background:var(--blue-dark)!important}.pab-qv-add-to-cart svg{width:22px!important;height:22px!important;color:#fff!important;fill:none!important}.pab-qv-add-to-cart svg path{fill:currentColor!important;stroke:none!important}.pab-qv-full{background:var(--orange)!important;color:#fff!important;box-shadow:0 12px 26px rgba(255,150,93,.22)}
@media (max-width:768px){#pab-quick-modal{width:94vw;max-height:90vh;border-radius:22px}.pab-qv-head{padding:16px 16px 10px;padding-left:56px}.pab-qv-body{padding:16px}.pab-qv-grid{grid-template-columns:1fr;gap:16px}.pab-qv-image-main{height:260px}.pab-qv-summary h3{font-size:18px}.pab-qv-specs div{grid-template-columns:1fr;gap:4px}.pab-qv-actions{display:grid}.pab-qv-add-to-cart,.pab-qv-full{width:100%}}


/* Version 1.13.5 - product card badge, price, toman icon and no overflow fix */
.product-item .product-tag,
.products-section .product-item .product-tag,
.second-products .product-item .product-tag{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:max-content!important;
  max-width:100%!important;
  min-width:84px!important;
  background:var(--orange)!important;
  background-color:var(--orange)!important;
  color:#fff!important;
  border-radius:6px!important;
  padding:2px 18px!important;
  margin:14px 0 0 auto!important;
  text-align:right!important;
  font-size:13px!important;
  font-weight:800!important;
  line-height:1.8!important;
  box-shadow:none!important;
  opacity:1!important;
}
.product-item .product-tag a,
.products-section .product-item .product-tag a,
.second-products .product-item .product-tag a{color:#fff!important;text-decoration:none!important;background:transparent!important}
.product-item .product-info-row,
.products-section .product-item .product-info-row,
.second-products .product-item .product-info-row{
  direction:ltr!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  width:100%!important;
  box-sizing:border-box!important;
  margin-top:auto!important;
  padding-top:16px!important;
  border-top:1px solid rgba(121,137,145,.24)!important;
  overflow:visible!important;
}
.product-item .price-line,
.products-section .product-item .price-line,
.second-products .product-item .price-line{
  direction:ltr!important;
  flex:1 1 auto!important;
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
}
.product-item .card-price-stack{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;gap:2px!important;direction:rtl!important;line-height:1.2!important}
.product-item .card-sale-price{display:flex!important;align-items:flex-end!important;justify-content:flex-start!important;gap:5px!important;direction:rtl!important;white-space:nowrap!important;color:var(--text)!important}
.product-item .card-sale-price .amount-text{font-size:15px!important;font-weight:900!important;color:var(--text)!important;letter-spacing:0!important;line-height:1.2!important}
.product-item .card-sale-price .toman-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:16px!important;height:20px!important;flex:0 0 16px!important;line-height:1!important}
.product-item .card-sale-price .toman-icon img{display:block!important;width:16px!important;height:20px!important;max-width:none!important;object-fit:contain!important}
.product-item .card-regular-price{display:flex!important;align-items:center!important;justify-content:flex-start!important;line-height:1!important;color:#aeb9bd!important}
.product-item .card-regular-price del{font-size:12px!important;color:#aeb9bd!important;text-decoration-thickness:1px!important}
.product-item .price-line .woocommerce-Price-currencySymbol{display:none!important}
.product-item .price-line .amount{font-size:15px!important;font-weight:900!important;color:var(--text)!important;letter-spacing:0!important}
.product-item .cart-circle{order:2!important;flex:0 0 48px!important}
.product-item .price-line{order:1!important}
@media (min-width:769px){
  .products-section .product-track,
  .second-products .product-track{align-items:start!important;overflow-x:auto!important;overflow-y:hidden!important;padding-bottom:96px!important;margin-bottom:-96px!important}
  .products-section .product-item,
  .second-products .product-item{
    height:456px!important;
    min-height:456px!important;
    display:flex!important;
    flex-direction:column!important;
    padding:16px 16px 24px!important;
    box-sizing:border-box!important;
    overflow:visible!important;
    transform:none!important;
  }
  .products-section .product-item:hover,
  .second-products .product-item:hover{
    height:456px!important;
    min-height:456px!important;
    transform:translateY(-6px)!important;
  }
  .products-section .product-item::before,
  .second-products .product-item::before{inset:0!important;bottom:0!important}
  .products-section .product-item:hover::before,
  .second-products .product-item:hover::before{bottom:-72px!important}
  .products-section .product-item figure,
  .second-products .product-item figure{height:200px!important;flex:0 0 200px!important}
  .products-section .product-item h3,
  .second-products .product-item h3{font-size:15px!important;min-height:56px!important;margin:12px 0 14px!important;flex:0 0 auto!important}
  .products-section .product-item .product-info-row,
  .second-products .product-item .product-info-row{flex:0 0 auto!important}
  .products-section .product-item .view-product,
  .second-products .product-item .view-product{bottom:-54px!important}
}
@media (max-width:768px){
  .product-item .product-tag{background:var(--orange)!important;color:#fff!important;margin:12px 0 0 auto!important}
  .product-item .card-sale-price .amount-text{font-size:13px!important}
  .product-item .card-sale-price .toman-icon,.product-item .card-sale-price .toman-icon img{width:14px!important;height:18px!important;flex-basis:14px!important}
  .product-item .cart-circle{order:2!important;flex:0 0 44px!important}
  .product-item .price-line{order:1!important}
}


/* Version 1.13.6 - compact product cards, hover cleanup, smaller cart button */
.products-section .product-item:hover,
.second-products .product-item:hover,
.products-section .product-item.product-card:hover,
.second-products .product-item.product-card:hover{
  box-shadow:none!important;
  border-color:transparent!important;
}
.products-section .product-item:hover::before,
.second-products .product-item:hover::before{
  border-color:transparent!important;
  box-shadow:none!important;
}
.products-section .product-item::before,
.second-products .product-item::before{
  box-shadow:none!important;
}
.products-section .product-item .cart-circle,
.second-products .product-item .cart-circle{
  width:38px!important;
  height:38px!important;
  min-width:38px!important;
  flex:0 0 38px!important;
  border-radius:10px!important;
  box-shadow:none!important;
}
.products-section .product-item .cart-circle svg,
.second-products .product-item .cart-circle svg{
  width:22px!important;
  height:22px!important;
}
.products-section .product-item .product-info-row,
.second-products .product-item .product-info-row{
  margin-top:8px!important;
  padding-top:8px!important;
  gap:8px!important;
}
.products-section .product-item .price-line,
.second-products .product-item .price-line{
  justify-content:flex-start!important;
  text-align:left!important;
}
.products-section .product-item .card-price-stack,
.second-products .product-item .card-price-stack,
.products-section .product-item .card-sale-price,
.second-products .product-item .card-sale-price{
  align-items:flex-start!important;
  justify-content:flex-start!important;
}
.products-section .product-item h3,
.second-products .product-item h3{
  display:block!important;
  min-height:0!important;
  height:auto!important;
  margin:8px 0 4px!important;
  line-height:1.65!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.products-section .product-item h3 a,
.second-products .product-item h3 a{
  display:block!important;
  width:100%!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}
.products-section .product-item::after,
.second-products .product-item::after{
  left:30%!important;
  right:30%!important;
  width:auto!important;
}
.products-section .product-item .view-product,
.second-products .product-item .view-product{
  width:60%!important;
  max-width:60%!important;
  min-width:0!important;
  font-size:13px!important;
  box-shadow:none!important;
}
.deal-bottom .cart-circle,
.deal-bottom .cart-circle:hover,
.deal-bottom .cart-circle.added,
.deal-bottom .cart-circle.loading{
  box-shadow:none!important;
}
@media (min-width:769px){
  .products-section .product-track,
  .second-products .product-track{
    padding-bottom:78px!important;
    margin-bottom:-78px!important;
  }
  .products-section .product-item,
  .second-products .product-item{
    height:382px!important;
    min-height:382px!important;
    padding:16px 16px 20px!important;
  }
  .products-section .product-item:hover,
  .second-products .product-item:hover{
    height:382px!important;
    min-height:382px!important;
    transform:translateY(-6px)!important;
    box-shadow:none!important;
  }
  .products-section .product-item:hover::before,
  .second-products .product-item:hover::before{
    bottom:-58px!important;
  }
  .products-section .product-item figure,
  .second-products .product-item figure{
    height:190px!important;
    flex:0 0 190px!important;
  }
  .products-section .product-item figure img,
  .second-products .product-item figure img{
    max-height:180px!important;
  }
  .products-section .product-item .view-product,
  .second-products .product-item .view-product{
    bottom:-43px!important;
    height:38px!important;
  }
  .products-section .product-item:hover .view-product,
  .second-products .product-item:hover .view-product{
    height:38px!important;
    margin-top:0!important;
  }
  .products-section .product-item::after,
  .second-products .product-item::after{
    bottom:-57px!important;
  }
}
@media (max-width:768px){
  .products-section .product-item .cart-circle,
  .second-products .product-item .cart-circle{
    width:38px!important;
    height:38px!important;
    min-width:38px!important;
    flex:0 0 38px!important;
  }
  .products-section .product-item .cart-circle svg,
  .second-products .product-item .cart-circle svg{
    width:21px!important;
    height:21px!important;
  }
  .products-section .product-item h3,
  .second-products .product-item h3{
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
}


/* Version 1.13.7 - desktop drag, faster quick view, wishlist */
.scroll-track{cursor:grab;-webkit-user-select:none;user-select:none}
.scroll-track.is-dragging{cursor:grabbing;scroll-behavior:auto!important}
.scroll-track.is-dragging a,.scroll-track.is-dragging button{pointer-events:none}
.product-item .price-line,.products-section .product-item .price-line,.second-products .product-item .price-line{direction:ltr!important}
.pab-wishlist-toggle{cursor:pointer;font-family:inherit}
button.heart,button.product-action{appearance:none;-webkit-appearance:none;border:0;text-decoration:none}
.pab-wishlist-toggle.is-liked{color:var(--orange-dark)!important}
.wishlist-pill .pab-wishlist-count{margin-right:4px}
.mobile-wishlist-link{display:block;margin:8px 12px 0;padding:10px 12px;border-radius:12px;background:#fff0e8;color:var(--orange-dark);font-weight:900;text-align:center}
.pab-wishlist-page{padding:54px 0 80px;min-height:48vh}
.pab-wishlist-panel{background:#fff;border-radius:28px;box-shadow:var(--shadow-soft);padding:24px;position:relative;overflow:hidden}
.pab-wishlist-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}
.pab-wishlist-head h1{margin:0;color:var(--blue-dark);font-size:28px;line-height:1.4;font-weight:950}
.pab-wishlist-head p{margin:4px 0 0;color:var(--muted);font-size:14px}
.pab-wishlist-clear{border:1px solid rgba(255,150,93,.32);background:#fff0e8;color:var(--orange-dark);border-radius:999px;height:38px;padding:0 18px;font-weight:900;cursor:pointer}
.pab-wishlist-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.pab-wishlist-card{background:var(--bg);border-radius:20px;padding:14px;display:flex;flex-direction:column;gap:10px;min-height:100%;position:relative}
.pab-wishlist-card figure{margin:0;background:#fff;border-radius:16px;height:150px;display:grid;place-items:center;overflow:hidden}
.pab-wishlist-card figure img{max-width:100%;max-height:140px;object-fit:contain}
.pab-wishlist-card h3{margin:0;color:var(--text);font-size:14px;font-weight:900;line-height:1.7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pab-wishlist-card h3 a{color:inherit;text-decoration:none}
.pab-wishlist-price{font-size:14px;font-weight:900;color:var(--blue-dark);min-height:28px}
.pab-wishlist-actions{display:grid;grid-template-columns:1fr 42px;gap:8px;align-items:center;margin-top:auto}
.pab-wishlist-add-cart{height:38px;border-radius:999px!important;background:var(--blue)!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:12px!important;font-weight:900!important;text-decoration:none!important;border:0!important}
.pab-wishlist-remove{width:42px;height:38px;border:0;border-radius:12px;background:#fff;color:var(--orange-dark);font-size:20px;line-height:1;cursor:pointer}
.pab-wishlist-empty,.pab-wishlist-loading{background:var(--bg);border-radius:18px;padding:28px;text-align:center;color:var(--muted);font-weight:800}
@media (max-width:992px){.pab-wishlist-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:560px){.pab-wishlist-panel{padding:18px;border-radius:22px}.pab-wishlist-head{align-items:flex-start;flex-direction:column}.pab-wishlist-grid{grid-template-columns:1fr}.pab-wishlist-card{display:grid;grid-template-columns:110px 1fr;align-items:center}.pab-wishlist-card figure{height:110px}.pab-wishlist-card figure img{max-height:100px}.pab-wishlist-actions{grid-column:2}}


/* Version 1.13.8 - force global header visibility on all templates */
body .site-page > .site-header[data-header]{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  transform:none!important;
  pointer-events:auto!important;
}
@media (min-width:769px){
  body .site-page > .site-header[data-header] .desktop-header,
  body .site-page > .site-header[data-header] .desktop-nav-wrap{display:flex!important;visibility:visible!important;opacity:1!important}
  body .site-page > .site-header[data-header] .mobile-header{display:none!important}
  body .site-page > .site-header[data-header] .mobile-menu{display:none!important}
}
@media (max-width:768px){
  body .site-page > .site-header[data-header]{position:relative!important;background:transparent!important;box-shadow:none!important;padding:16px 0 0!important}
  body .site-page > .site-header[data-header] .desktop-header,
  body .site-page > .site-header[data-header] .desktop-nav-wrap{display:none!important}
  body .site-page > .site-header[data-header] .mobile-header{display:block!important;visibility:visible!important;opacity:1!important}
  body .site-page > .site-header[data-header] .mobile-menu{display:flex!important}
  body .site-page > .site-header[data-header] .mobile-menu:not(.is-open){opacity:0!important;visibility:hidden!important;transform:translateY(-10px)!important}
  body .site-page > .site-header[data-header] .mobile-menu.is-open{opacity:1!important;visibility:visible!important;transform:none!important}
}


/* Version 1.13.9 - robust product carousel dragging and global header visibility */
.scroll-track,.product-track,.deal-track,.category-track,.review-track{
  cursor:grab!important;
  -webkit-user-select:none!important;
  user-select:none!important;
  -webkit-overflow-scrolling:touch!important;
  touch-action:pan-x pan-y!important;
}
.scroll-track.is-dragging,.product-track.is-dragging,.deal-track.is-dragging,.category-track.is-dragging,.review-track.is-dragging{
  cursor:grabbing!important;
  scroll-behavior:auto!important;
  scroll-snap-type:none!important;
}
.scroll-track.is-dragging a,.scroll-track.is-dragging button,
.product-track.is-dragging a,.product-track.is-dragging button,
.deal-track.is-dragging a,.deal-track.is-dragging button,
.category-track.is-dragging a,.category-track.is-dragging button,
.review-track.is-dragging a,.review-track.is-dragging button{
  pointer-events:none!important;
}
.scroll-track img,.product-track img,.deal-track img,.category-track img,.review-track img{
  -webkit-user-drag:none!important;
  user-drag:none!important;
}
html body.pab-rtl .site-page{overflow-x:hidden!important;overflow-y:visible!important}
html body.pab-rtl .site-page > header.site-header[data-header],
html body.pab-rtl header.site-header[data-header]{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  transform:none!important;
  pointer-events:auto!important;
  z-index:99999!important;
}
@media (min-width:769px){
  html body.pab-rtl header.site-header[data-header] .desktop-header,
  html body.pab-rtl header.site-header[data-header] .desktop-nav-wrap{display:flex!important;visibility:visible!important;opacity:1!important}
  html body.pab-rtl header.site-header[data-header] .mobile-header,
  html body.pab-rtl header.site-header[data-header] .mobile-menu{display:none!important}
}
@media (max-width:768px){
  html body.pab-rtl header.site-header[data-header]{display:block!important;position:relative!important;padding:16px 0 0!important}
  html body.pab-rtl header.site-header[data-header] .desktop-header,
  html body.pab-rtl header.site-header[data-header] .desktop-nav-wrap{display:none!important}
  html body.pab-rtl header.site-header[data-header] .mobile-header{display:block!important;visibility:visible!important;opacity:1!important}
}


/* Version 1.14.0 - corrected drag direction UX, cart previews, mobile menu logo, stable deal heights */
@media (min-width:769px){
  .deals-section .special-offer-card{height:431px!important;min-height:431px!important;align-self:start!important}
  .desktop-actions{position:relative!important}
  .pab-header-mini-cart{position:absolute;top:calc(100% + 12px);left:0;width:min(382px,calc(100vw - 28px));background:var(--surface,#fff);border-radius:18px;box-shadow:0 18px 48px rgba(31,43,48,.14);border:1px solid rgba(76,135,161,.14);padding:12px;z-index:100000;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease;pointer-events:none;direction:rtl;text-align:right}
  .pab-header-mini-cart.is-visible{opacity:1;visibility:visible;transform:none;pointer-events:auto}
  .pab-header-mini-title{font-weight:900;color:var(--blue-dark,#2d647c);font-size:15px;margin:0 0 8px;padding:0 2px 8px;border-bottom:1px solid rgba(76,135,161,.12)}
  .pab-header-mini-cart #ctp-mini,.pab-header-mini-cart .mini-wrap{margin:0!important;border:0!important;background:transparent!important;max-height:320px;overflow:auto}
  .pab-header-mini-cart .mini-head{display:none!important}
  .pab-header-mini-cart .ctp-list{padding:0!important;margin:0!important}
  .pab-header-mini-cart .ctp-item{grid-template-columns:64px 1fr!important;gap:10px!important;padding:9px 2px!important;min-height:70px!important}
  .pab-header-mini-cart .ctp-thumb{width:64px!important;height:64px!important;border-radius:12px!important}
  .pab-header-mini-cart .ctp-name{font-size:12.5px!important;line-height:1.7!important;color:var(--text,#1e2b2f)!important}
  .pab-header-mini-cart .ctp-unit,.pab-header-mini-cart .ctp-meta,.pab-header-mini-cart .ctp-remove{font-size:12px!important}
  .pab-header-mini-cart .ctp-total{border-radius:12px!important;margin-top:8px!important;background:var(--blue-soft,#eef5f7)!important;color:var(--blue-dark,#2d647c)!important}
  .pab-header-mini-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}
  .pab-header-mini-actions a{height:38px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:12px;text-decoration:none;color:#fff;background:var(--blue,#4c87a1)}
  .pab-header-mini-actions a:last-child{background:var(--orange,#f38543)}
  .pab-header-mini-loading{padding:18px;text-align:center;color:var(--muted,#708086);font-size:13px}
}
@media (max-width:768px){
  .mobile-brand{display:none!important}
  .mobile-menu-logo{display:flex!important;align-items:center;justify-content:center;width:94px;margin:0 auto 8px!important;padding:4px 0 10px!important;background:transparent!important}
  .mobile-menu-logo img{width:84px!important;height:auto!important;display:block!important;object-fit:contain!important}
  .mobile-menu .pab-menu{border-top:1px solid rgba(76,135,161,.10);padding-top:8px!important}
}
@media (min-width:769px){.mobile-menu-logo{display:none!important}}
#custom-thank-you-popup.is-cart-only #ctp-product{display:none!important}

/* Version 1.14.1 - header search, login popup, account menu, card click, mobile spacing */
.product-item figure a,
.product-item h3 a,
.deal-card figure a,
.deal-card h3 a,
.product-item .product-card-link-overlay,
.deal-card .product-card-link-overlay{
  pointer-events:auto!important;
  cursor:pointer!important;
}
.product-track:not(.is-dragging) .product-item figure a,
.product-track:not(.is-dragging) .product-item h3 a,
.deal-track:not(.is-dragging) .deal-card figure a,
.deal-track:not(.is-dragging) .deal-card h3 a{z-index:12!important}

@media (max-width:768px){
  body.home main{padding-top:50px!important}
  .product-item .product-info-row,
  .products-section .product-item .product-info-row,
  .second-products .product-item .product-info-row{direction:ltr!important;justify-content:space-between!important}
  .product-item .price-line,
  .products-section .product-item .price-line,
  .second-products .product-item .price-line{direction:ltr!important;justify-content:flex-start!important;text-align:left!important;margin-left:0!important;margin-right:auto!important;order:1!important}
  .product-item .card-price-stack,
  .products-section .product-item .card-price-stack,
  .second-products .product-item .card-price-stack,
  .product-item .card-sale-price,
  .products-section .product-item .card-sale-price,
  .second-products .product-item .card-sale-price{align-items:flex-start!important;justify-content:flex-start!important}
  .product-item .cart-circle,
  .products-section .product-item .cart-circle,
  .second-products .product-item .cart-circle{order:2!important}
}

.wishlist-pill .pab-wishlist-count,
.mobile-wishlist-link .pab-wishlist-count{
  min-width:18px!important;
  height:18px!important;
  padding:0 5px!important;
  border-radius:999px!important;
  background:var(--orange)!important;
  color:#fff!important;
  display:inline-grid!important;
  place-items:center!important;
  font-size:11px!important;
  line-height:1!important;
  font-weight:900!important;
  margin-right:4px!important;
}

.account-menu-wrap{position:relative;display:inline-flex;align-items:center;z-index:100002}.account-pill{white-space:nowrap}.account-dropdown{position:absolute;top:calc(100% + 10px);left:0;min-width:190px;background:var(--surface);border:1px solid var(--line);border-radius:16px;box-shadow:0 18px 46px rgba(31,43,48,.12);padding:8px;opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s ease;z-index:100003;text-align:right;direction:rtl}.account-menu-wrap:hover .account-dropdown,.account-menu-wrap:focus-within .account-dropdown{opacity:1;visibility:visible;transform:none}.account-dropdown a{display:flex;align-items:center;min-height:38px;padding:7px 12px;border-radius:12px;color:var(--text);font-size:13px;font-weight:900}.account-dropdown a:hover{background:var(--surface-2);color:var(--orange-dark)}.mobile-account-box{background:#fff;border-radius:16px;padding:8px;margin-top:8px}.mobile-account-links{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:6px}.mobile-account-links a{background:var(--surface-2)!important;color:var(--blue-dark)!important;text-align:center!important;font-size:12px!important;padding:8px!important}.mobile-login.is-logged-in{display:block;text-align:center;background:#fff0e8!important;color:var(--orange-dark)!important;font-weight:900!important}

.pab-login-overlay{position:fixed;inset:0;background:rgba(31,43,48,.48);backdrop-filter:blur(5px) saturate(125%);-webkit-backdrop-filter:blur(5px) saturate(125%);z-index:100000;opacity:0;visibility:hidden;transition:.2s ease}.pab-login-overlay.is-visible{opacity:1;visibility:visible}.pab-login-popup{position:fixed;top:50%;left:50%;width:min(440px,92vw);max-height:88vh;overflow:auto;transform:translate(-50%,-46%) scale(.96);opacity:0;visibility:hidden;z-index:100001;background:var(--surface);border:1px solid var(--line);border-radius:24px;box-shadow:0 26px 80px rgba(31,43,48,.24);padding:22px;direction:rtl;text-align:right;transition:.22s ease}.pab-login-popup.is-visible{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}.pab-login-close{position:absolute;top:12px;left:12px;width:36px;height:36px;border:0;border-radius:12px;background:var(--surface-2);color:var(--muted);font-size:25px;line-height:1;display:grid;place-items:center}.pab-login-close:hover{color:var(--orange-dark);background:#fff}.pab-login-head{padding-left:44px;margin-bottom:16px}.pab-login-head strong{display:block;color:var(--blue-dark);font-size:22px;font-weight:950;line-height:1.6}.pab-login-head span{display:block;color:var(--muted);font-size:13px}.pab-login-form-wrap{background:var(--surface-2);border-radius:18px;padding:16px;border:1px solid var(--line)}.pab-login-form-wrap form,.pab-login-form-wrap p{margin:0}.pab-login-form-wrap input[type="text"],.pab-login-form-wrap input[type="tel"],.pab-login-form-wrap input[type="number"],.pab-login-form-wrap input[type="password"],.pab-login-form-wrap input[type="email"]{width:100%!important;height:46px!important;border:1px solid var(--line)!important;border-radius:14px!important;background:#fff!important;color:var(--text)!important;padding:0 14px!important;outline:0!important;text-align:right!important;margin:6px 0 10px!important}.pab-login-form-wrap input:focus{border-color:var(--blue)!important;box-shadow:0 0 0 4px rgba(127,178,193,.16)!important}.pab-login-form-wrap button,.pab-login-form-wrap input[type="submit"],.pab-login-form-wrap .button{width:100%!important;min-height:44px!important;border:0!important;border-radius:999px!important;background:var(--orange)!important;color:#fff!important;font-weight:900!important;box-shadow:none!important;margin-top:8px!important}.pab-login-form-wrap a{color:var(--blue-dark)!important;font-weight:900!important}.pab-login-open{overflow:hidden!important}

.header-search,.mobile-search{position:relative}.pab-search-results{position:absolute;top:calc(100% + 10px);right:0;left:0;min-width:min(520px,92vw);background:var(--surface);border:1px solid var(--line);border-radius:18px;box-shadow:0 22px 60px rgba(31,43,48,.14);padding:10px;z-index:100004;opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s ease;text-align:right;direction:rtl;max-height:430px;overflow:auto}.pab-search-results.is-visible{opacity:1;visibility:visible;transform:none}.mobile-search .pab-search-results{position:fixed;top:74px;right:12px;left:12px;min-width:0;max-height:70vh}.pab-search-group{display:flex;flex-direction:column;gap:6px}.pab-search-group + .pab-search-group{border-top:1px solid var(--line);margin-top:10px;padding-top:10px}.pab-search-group>strong{color:var(--blue-dark);font-size:13px;font-weight:950;padding:0 4px 3px}.pab-search-product{display:grid!important;grid-template-columns:54px 1fr;gap:10px;align-items:center;border-radius:14px;padding:8px;color:var(--text)!important}.pab-search-product:hover,.pab-search-cat:hover{background:var(--surface-2)}.pab-search-thumb{width:54px;height:54px;border-radius:12px;background:#fff;border:1px solid rgba(76,135,161,.12);display:grid;place-items:center;overflow:hidden}.pab-search-thumb img{width:100%;height:100%;object-fit:contain;padding:4px}.pab-search-meta{min-width:0}.pab-search-meta b{display:block;font-size:13px;line-height:1.7;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pab-search-meta small{display:block;color:var(--orange-dark);font-size:12px;font-weight:800;line-height:1.5}.pab-search-cat{display:flex!important;align-items:center;gap:7px;min-height:36px;border-radius:12px;padding:7px 10px;color:var(--text)!important;font-weight:900;font-size:13px}.pab-search-cat span{width:22px;height:22px;display:grid;place-items:center;border-radius:8px;background:#fff0e8;color:var(--orange-dark)}.pab-search-empty,.pab-search-loading{padding:16px;text-align:center;color:var(--muted);font-size:13px;font-weight:900;background:var(--surface-2);border-radius:14px}

.woocommerce-account .woocommerce{display:grid;grid-template-columns:280px 1fr;gap:24px;align-items:start;width:min(var(--container),calc(100% - 92px));margin:34px auto 80px}.woocommerce-account .woocommerce-MyAccount-navigation{background:var(--surface);border-radius:24px;box-shadow:var(--shadow-soft);border:1px solid var(--line);padding:14px}.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:7px}.woocommerce-account .woocommerce-MyAccount-navigation a{display:flex;align-items:center;min-height:42px;border-radius:14px;padding:8px 12px;font-weight:900;color:var(--text)}.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,.woocommerce-account .woocommerce-MyAccount-navigation a:hover{background:var(--blue-soft);color:var(--blue-dark)}.woocommerce-account .woocommerce-MyAccount-navigation-link--downloads{display:none!important}.woocommerce-account .woocommerce-MyAccount-content{background:var(--surface);border-radius:24px;box-shadow:var(--shadow-soft);border:1px solid var(--line);padding:24px;min-height:320px}.woocommerce-account .woocommerce-MyAccount-content h2,.woocommerce-account .woocommerce-MyAccount-content h3{color:var(--blue-dark);font-weight:950}.woocommerce-account .woocommerce-MyAccount-content table{border-collapse:separate!important;border-spacing:0 8px!important;border:0!important}.woocommerce-account .woocommerce-MyAccount-content table tr{background:var(--surface-2)}.woocommerce-account .woocommerce-MyAccount-content table td,.woocommerce-account .woocommerce-MyAccount-content table th{border:0!important;padding:12px!important}.woocommerce-account .woocommerce-MyAccount-content input,.woocommerce-account .woocommerce-MyAccount-content textarea,.woocommerce-account .woocommerce-MyAccount-content select{border:1px solid var(--line)!important;border-radius:14px!important;background:#fff!important;min-height:42px!important;padding:8px 12px!important}.woocommerce-account .woocommerce-MyAccount-content button.button,.woocommerce-account .woocommerce-MyAccount-content .button{background:var(--orange)!important;color:#fff!important;border:0!important;box-shadow:none!important}.woocommerce-account .woocommerce-Addresses{display:grid;grid-template-columns:1fr 1fr;gap:16px}.woocommerce-account .woocommerce-Address{background:var(--surface-2);border-radius:18px;padding:16px;border:1px solid var(--line)}@media(max-width:900px){.woocommerce-account .woocommerce{display:block;width:min(100% - 32px,var(--container));margin-top:24px}.woocommerce-account .woocommerce-MyAccount-navigation{margin-bottom:16px}.woocommerce-account .woocommerce-MyAccount-navigation ul{display:grid;grid-template-columns:1fr 1fr}.woocommerce-account .woocommerce-MyAccount-content{padding:18px}.woocommerce-account .woocommerce-Addresses{grid-template-columns:1fr}}


/* Version 1.14.2 - login modal centering, mobile card actions, and final link/price fixes */
.pab-login-popup{
  top:50%!important;
  left:50%!important;
  transform:translate(-50%,-50%) scale(.96)!important;
  max-height:calc(100dvh - 32px)!important;
  overflow:auto!important;
  box-sizing:border-box!important;
  overscroll-behavior:contain!important;
}
.pab-login-popup.is-visible{transform:translate(-50%,-50%) scale(1)!important}
@supports not (height:100dvh){.pab-login-popup{max-height:calc(100vh - 32px)!important}}
@media (max-width:768px){
  .pab-login-popup{width:calc(100vw - 24px)!important;max-height:calc(100dvh - 24px)!important;padding:18px 14px 14px!important;border-radius:22px!important}
  .pab-login-head{padding-left:38px!important;margin-bottom:12px!important}
  .pab-login-head strong{font-size:18px!important}
  .pab-login-form-wrap{padding:12px!important;border-radius:16px!important}
}

@media (max-width:768px){
  .products-section .product-item>.product-actions,
  .second-products .product-item>.product-actions,
  .product-item>.product-actions{
    display:flex!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:none!important;
    top:12px!important;
    right:12px!important;
    left:12px!important;
    justify-content:space-between!important;
    z-index:30!important;
  }
  .products-section .product-item>.product-actions .product-action,
  .products-section .product-item>.product-actions .heart,
  .second-products .product-item>.product-actions .product-action,
  .second-products .product-item>.product-actions .heart,
  .product-item>.product-actions .product-action,
  .product-item>.product-actions .heart{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }
  .product-item .product-info-row,
  .products-section .product-item .product-info-row,
  .second-products .product-item .product-info-row{
    direction:ltr!important;
  }
  .product-item .price-line,
  .products-section .product-item .price-line,
  .second-products .product-item .price-line{
    direction:ltr!important;
    text-align:left!important;
    justify-content:flex-start!important;
    align-items:center!important;
    margin-left:0!important;
    margin-right:auto!important;
  }
  .product-item .card-price-stack,
  .products-section .product-item .card-price-stack,
  .second-products .product-item .card-price-stack,
  .product-item .card-sale-price,
  .products-section .product-item .card-sale-price,
  .second-products .product-item .card-sale-price{
    direction:ltr!important;
    text-align:left!important;
    align-items:center!important;
    justify-content:flex-start!important;
  }
}


/* Version 1.14.3 - FAQ settings layout, login modal placement, and mobile price alignment */
.faq-question{justify-content:flex-start!important;text-align:right!important}
.faq-question span{display:block;min-width:0;line-height:inherit}
.faq-question b{order:2!important;margin-right:auto!important;margin-left:0!important}
.pab-login-overlay{position:fixed!important;inset:0!important;z-index:9998!important}
.pab-login-popup{
  position:fixed!important;
  top:50%!important;
  left:50%!important;
  right:auto!important;
  bottom:auto!important;
  transform:translate(-50%,-50%) scale(.96)!important;
  width:min(440px,92vw)!important;
  max-height:calc(100dvh - 32px)!important;
  overflow:auto!important;
  z-index:9999!important;
}
.pab-login-popup.is-visible{transform:translate(-50%,-50%) scale(1)!important}
@supports not (height:100dvh){.pab-login-popup{max-height:calc(100vh - 32px)!important}}
@media (max-width:768px){
  .pab-login-popup{width:calc(100vw - 24px)!important;max-height:calc(100dvh - 24px)!important}
  .product-item .price-line,
  .products-section .product-item .price-line,
  .second-products .product-item .price-line{
    direction:rtl!important;
    justify-content:flex-end!important;
    text-align:left!important;
    margin-left:0!important;
    margin-right:auto!important;
  }
  .product-item .card-price-stack,
  .products-section .product-item .card-price-stack,
  .second-products .product-item .card-price-stack,
  .product-item .card-sale-price,
  .products-section .product-item .card-sale-price,
  .second-products .product-item .card-sale-price{
    direction:rtl!important;
    justify-content:flex-end!important;
    align-items:center!important;
    text-align:left!important;
  }
}


/* Version 1.14.4 - mobile card alignment, FAQ accordion polish, and theme settings support */
@media (max-width:768px){
  .product-item>.product-actions,
  .products-section .product-item>.product-actions,
  .second-products .product-item>.product-actions{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:7px!important;
    width:auto!important;
    left:auto!important;
    right:12px!important;
    top:12px!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:none!important;
  }
  .product-item .product-info-row,
  .products-section .product-item .product-info-row,
  .second-products .product-item .product-info-row{
    direction:ltr!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:8px!important;
  }
  .product-item .price-line,
  .products-section .product-item .price-line,
  .second-products .product-item .price-line{
    direction:rtl!important;
    flex:1 1 auto!important;
    width:auto!important;
    min-width:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    text-align:left!important;
    margin:0!important;
  }
  .product-item .card-price-stack,
  .products-section .product-item .card-price-stack,
  .second-products .product-item .card-price-stack{
    width:100%!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:center!important;
    text-align:left!important;
    direction:rtl!important;
  }
  .product-item .card-sale-price,
  .products-section .product-item .card-sale-price,
  .second-products .product-item .card-sale-price{
    width:auto!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    text-align:left!important;
    direction:rtl!important;
    margin-left:0!important;
    margin-right:0!important;
  }
}
.faq-question{flex-direction:row!important}.faq-question b{order:2!important;margin-right:auto!important;margin-left:0!important}.faq-item.is-open .faq-question b{background:var(--orange-dark)}
.pab-custom-products{margin-top:54px}.pab-custom-products .section-title{margin-bottom:18px}


/* Version 1.14.5 - nav styling, settings-driven footer/header, and mobile price side fix */
.brand-logo-text{font-weight:950;color:var(--blue-dark);font-size:18px;white-space:nowrap}.desktop-nav-wrap{background:#EAEAEA!important;box-shadow:none!important}.desktop-nav{gap:14px!important}.desktop-nav .pab-menu{list-style:none!important;margin:0!important;padding:0!important;display:flex!important;align-items:center!important;gap:24px!important}.desktop-nav .pab-menu li{margin:0!important;padding:0!important}.desktop-nav a{transition:color .2s ease!important}.desktop-nav .pab-menu a::after,.desktop-nav a.nav-category::after{content:"";position:absolute;right:0;left:0;bottom:-18px;width:100%;height:3px;border-radius:99px;background:var(--orange);opacity:0;transform:scaleX(.45);transition:opacity .2s ease,transform .2s ease;transform-origin:center}.desktop-nav .pab-menu a:hover,.desktop-nav .pab-menu li.current-menu-item>a{color:var(--orange)!important}.desktop-nav .pab-menu a:hover::after,.desktop-nav .pab-menu li.current-menu-item>a::after,.desktop-nav a.nav-category:hover::after{opacity:1;transform:scaleX(1)}.desktop-nav a.active::after{width:100%!important;bottom:-18px!important}.nav-category{color:#000!important;font-weight:900!important}.nav-category:hover{color:var(--orange)!important}.nav-category-dots{width:18px!important;height:18px!important;fill:currentColor!important;flex:0 0 18px!important}.desktop-nav-separator{display:inline-flex;align-items:center;justify-content:center;height:24px;color:#98999D;font-weight:500;font-size:18px;line-height:1;margin:0 2px 0 0}.footer-menu{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.footer-menu a,.footer-links>a{color:#314348;font-weight:700}.footer-about img{max-width:120px;height:auto}.footer-symbols img{width:90px;height:auto;object-fit:contain}
@media (max-width:768px){
  .product-item .product-info-row,.products-section .product-item .product-info-row,.second-products .product-item .product-info-row{direction:rtl!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important}
  .product-item .product-info-row .cart-circle,.products-section .product-item .product-info-row .cart-circle,.second-products .product-item .product-info-row .cart-circle{order:1!important;flex:0 0 38px!important}
  .product-item .price-line,.products-section .product-item .price-line,.second-products .product-item .price-line{order:2!important;flex:1 1 auto!important;min-width:0!important;width:auto!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;text-align:left!important;direction:rtl!important;margin-right:auto!important;margin-left:0!important}
  .product-item .card-price-stack,.products-section .product-item .card-price-stack,.second-products .product-item .card-price-stack{width:100%!important;display:flex!important;flex-direction:column!important;align-items:flex-end!important;justify-content:center!important;text-align:left!important;direction:rtl!important}
  .product-item .card-sale-price,.products-section .product-item .card-sale-price,.second-products .product-item .card-sale-price{width:auto!important;display:inline-flex!important;align-items:center!important;justify-content:flex-end!important;text-align:left!important;direction:rtl!important;margin:0!important}
}


/* Version 1.14.6 - real product sold progress module */
.pab-product-sold-progress{
  width:100%;
  margin-top:14px;
  direction:rtl;
  position:relative;
  z-index:3;
}
.pab-product-sold-progress .pab-sold-percent{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:4px;
  font-size:15px;
  font-weight:800;
  line-height:1.7;
  color:var(--pab-sold-progress-text-color,#f47b3d);
  margin-bottom:8px;
  text-align:left;
  direction:rtl;
}
.pab-product-sold-progress .pab-sold-percent-number,
.pab-product-sold-progress .pab-sold-percent-text{color:var(--pab-sold-progress-text-color,#f47b3d)}
.pab-product-sold-progress .pab-progress-track{
  width:100%;
  height:7px;
  background:#f1f1f1;
  border-radius:999px;
  overflow:hidden;
  position:relative;
  direction:rtl;
}
.pab-product-sold-progress .pab-progress-fill{
  display:block;
  width:var(--pab-sold-progress-width,0%);
  height:100%;
  background:var(--pab-sold-progress-color,#f47b3d);
  border-radius:999px;
  transition:width .3s ease;
  margin-right:0;
  margin-left:auto;
}
.product-item .pab-product-sold-progress{margin-top:10px}
.product-item .pab-product-sold-progress .pab-sold-percent{font-size:13px;margin-bottom:6px;justify-content:flex-start}
.product-item .pab-product-sold-progress .pab-progress-track{height:6px}
.deal-card .pab-product-sold-progress{margin-top:10px}
.deal-card .pab-product-sold-progress .pab-sold-percent{font-size:14px;justify-content:flex-start;margin-bottom:7px}
@media (max-width:768px){
  .pab-product-sold-progress{margin-top:10px}
  .pab-product-sold-progress .pab-sold-percent{font-size:13px;margin-bottom:6px}
  .pab-product-sold-progress .pab-progress-track{height:6px}
  .product-item .pab-product-sold-progress{margin-top:8px}
  .product-item .pab-product-sold-progress .pab-sold-percent{font-size:11.5px}
  .deal-card .pab-product-sold-progress .pab-sold-percent{font-size:12.5px}
}


/* Version 1.14.7 - remove amazing discount progress bar and reverse sold progress fill direction */
.deal-progress-meta{display:none!important}
.pab-product-sold-progress .pab-progress-track{direction:ltr!important}
.pab-product-sold-progress .pab-progress-fill{margin-left:0!important;margin-right:auto!important}


/* Version 1.14.8 - product hover spacing, mobile tap expansion, and about section direction */
@media (min-width:769px){
  .products-section .product-track,
  .second-products .product-track{
    padding-bottom:64px!important;
    margin-bottom:-64px!important;
  }
  .products-section .product-item:hover::before,
  .second-products .product-item:hover::before{
    bottom:-42px!important;
  }
  .products-section .product-item .view-product,
  .second-products .product-item .view-product{
    bottom:-31px!important;
    height:36px!important;
    margin-top:0!important;
  }
  .products-section .product-item:hover .view-product,
  .second-products .product-item:hover .view-product{
    height:36px!important;
    margin-top:0!important;
  }
  .products-section .product-item::after,
  .second-products .product-item::after{
    bottom:-45px!important;
  }
}
@media (max-width:768px){
  .products-section .product-wrap,
  .second-products .product-wrap{
    overflow:visible!important;
  }
  .products-section .product-track,
  .second-products .product-track{
    overflow-x:auto!important;
    overflow-y:visible!important;
    padding-bottom:62px!important;
    margin-bottom:-48px!important;
    align-items:start!important;
  }
  .products-section .product-item,
  .second-products .product-item{
    position:relative!important;
    overflow:visible!important;
    transition:transform .22s ease!important;
  }
  .products-section .product-item:hover,
  .products-section .product-item.is-mobile-expanded,
  .second-products .product-item:hover,
  .second-products .product-item.is-mobile-expanded{
    transform:translateY(-4px)!important;
    z-index:45!important;
    box-shadow:none!important;
  }
  .products-section .product-item::before,
  .second-products .product-item::before{
    transition:bottom .22s ease!important;
    box-shadow:none!important;
  }
  .products-section .product-item:hover::before,
  .products-section .product-item.is-mobile-expanded::before,
  .second-products .product-item:hover::before,
  .second-products .product-item.is-mobile-expanded::before{
    bottom:-42px!important;
    box-shadow:none!important;
    border-color:transparent!important;
  }
  .products-section .product-item .view-product,
  .second-products .product-item .view-product,
  .product-item .view-product{
    display:flex!important;
    position:absolute!important;
    left:50%!important;
    right:auto!important;
    bottom:-31px!important;
    width:60%!important;
    max-width:60%!important;
    min-width:0!important;
    height:34px!important;
    margin:0!important;
    font-size:11px!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transform:translate(-50%,-6px)!important;
    z-index:35!important;
    box-shadow:none!important;
  }
  .products-section .product-item:hover .view-product,
  .products-section .product-item.is-mobile-expanded .view-product,
  .second-products .product-item:hover .view-product,
  .second-products .product-item.is-mobile-expanded .view-product,
  .product-item:hover .view-product,
  .product-item.is-mobile-expanded .view-product{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:translate(-50%,0)!important;
  }
  .products-section .product-item::after,
  .second-products .product-item::after{
    bottom:-45px!important;
  }
  .products-section .product-item:hover::after,
  .products-section .product-item.is-mobile-expanded::after,
  .second-products .product-item:hover::after,
  .second-products .product-item.is-mobile-expanded::after{
    opacity:1!important;
    transform:scaleX(1)!important;
  }
}
.about-card{
  direction:ltr!important;
  grid-template-columns:1.45fr 1fr!important;
}
.about-card .stats-boxes,
.about-card .about-copy{
  direction:rtl!important;
}
.about-card .stats-boxes{grid-column:1!important;grid-row:1!important}
.about-card .about-copy{grid-column:2!important;grid-row:1!important;text-align:right!important}
.about-card .about-copy .section-title{justify-content:flex-start!important}
@media (max-width:768px){
  .about-card{direction:rtl!important;grid-template-columns:1fr!important}
  .about-card .about-copy,
  .about-card .stats-boxes{grid-column:auto!important;grid-row:auto!important}
  .about-card .about-copy{text-align:center!important}
  .about-card .about-copy .section-title{justify-content:center!important}
}

/* Version 1.14.8.1 - mobile expanded card background support */
@media (max-width:768px){
  .products-section .product-item::before,
  .second-products .product-item::before{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    background:var(--surface)!important;
    border:1px solid transparent!important;
    border-radius:22px!important;
    z-index:0!important;
    pointer-events:none!important;
  }
  .products-section .product-item>:not(.product-card-link-overlay),
  .second-products .product-item>:not(.product-card-link-overlay){
    position:relative!important;
    z-index:2!important;
  }
}


/* Version 1.14.9 - mobile product controls, configurable sold progress thickness, and why-section direction */
.pab-product-sold-progress .pab-progress-track{height:var(--pab-sold-progress-height,7px)!important}
.product-item .pab-product-sold-progress .pab-progress-track{height:var(--pab-sold-progress-height,6px)!important}
@media (max-width:768px){
  .products-section .product-item .view-product,
  .second-products .product-item .view-product,
  .product-item .view-product{
    left:50%!important;
    right:auto!important;
    margin-right:0!important;
    margin-left:0!important;
    transform:translate(-50%,-6px)!important;
    justify-content:center!important;
    text-align:center!important;
  }
  .products-section .product-item:hover .view-product,
  .products-section .product-item.is-mobile-expanded .view-product,
  .second-products .product-item:hover .view-product,
  .second-products .product-item.is-mobile-expanded .view-product,
  .product-item:hover .view-product,
  .product-item.is-mobile-expanded .view-product{
    transform:translate(-50%,0)!important;
  }
  .products-section .product-item>.product-actions,
  .second-products .product-item>.product-actions,
  .product-item>.product-actions{
    right:12px!important;
    left:auto!important;
    top:12px!important;
    width:36px!important;
    max-width:36px!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:7px!important;
    margin:0!important;
  }
}
@media (min-width:769px){
  .why-section{direction:ltr!important;grid-template-columns:2fr 1fr!important}
  .why-section .why-cards{grid-column:1!important;grid-row:1!important;direction:rtl!important}
  .why-section .why-copy{grid-column:2!important;grid-row:1!important;direction:rtl!important;text-align:right!important}
  .why-section .why-copy .section-title{justify-content:flex-start!important}
}
@media (max-width:1200px){
  .why-section{direction:rtl!important;grid-template-columns:1fr!important}
  .why-section .why-cards,.why-section .why-copy{grid-column:auto!important;grid-row:auto!important}
}

/* Version 1.14.10 - keep mobile View Product button centered inside the product card */
@media (max-width:768px){
  .products-section .product-item,
  .second-products .product-item,
  .product-item{
    box-sizing:border-box!important;
  }
  .products-section .product-item:hover,
  .products-section .product-item.is-mobile-expanded,
  .second-products .product-item:hover,
  .second-products .product-item.is-mobile-expanded,
  .product-item:hover,
  .product-item.is-mobile-expanded{
    padding-bottom:64px!important;
  }
  .products-section .product-item .view-product,
  .second-products .product-item .view-product,
  .product-item .view-product{
    position:absolute!important;
    right:50%!important;
    left:auto!important;
    bottom:16px!important;
    width:60%!important;
    max-width:60%!important;
    min-width:0!important;
    height:34px!important;
    margin:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    transform:translateX(50%) translateY(-6px)!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    z-index:35!important;
    box-shadow:none!important;
  }
  .products-section .product-item:hover .view-product,
  .products-section .product-item.is-mobile-expanded .view-product,
  .second-products .product-item:hover .view-product,
  .second-products .product-item.is-mobile-expanded .view-product,
  .product-item:hover .view-product,
  .product-item.is-mobile-expanded .view-product{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:translateX(50%) translateY(0)!important;
  }
  .products-section .product-item::after,
  .second-products .product-item::after,
  .product-item::after{
    bottom:4px!important;
  }
}

/* Version 1.14.11 - keep quick/wishlist actions on top of product image and move image closer to card top */
.product-item{
  padding-top:8px!important;
  position:relative!important;
}
.product-item figure{
  margin-top:0!important;
  position:relative!important;
  z-index:2!important;
}
.product-item .product-card-link-overlay{
  z-index:1!important;
}
.product-item>.product-actions,
.products-section .product-item>.product-actions,
.second-products .product-item>.product-actions{
  position:absolute!important;
  top:18px!important;
  right:20px!important;
  left:auto!important;
  z-index:80!important;
  pointer-events:auto!important;
}
.product-item>.product-actions .product-action,
.product-item>.product-actions .heart,
.products-section .product-item>.product-actions .product-action,
.second-products .product-item>.product-actions .product-action{
  position:relative!important;
  z-index:81!important;
  pointer-events:auto!important;
}
.product-item figure a,
.product-item figure img{
  position:relative!important;
  z-index:2!important;
}
@media (max-width:768px){
  .products-section .product-item,
  .second-products .product-item,
  .product-item{
    padding-top:8px!important;
  }
  .products-section .product-item figure,
  .second-products .product-item figure,
  .product-item figure{
    margin-top:0!important;
    z-index:2!important;
  }
  .products-section .product-item>.product-actions,
  .second-products .product-item>.product-actions,
  .product-item>.product-actions{
    display:flex!important;
    top:15px!important;
    right:15px!important;
    left:auto!important;
    z-index:90!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
    pointer-events:auto!important;
  }
}


/* Version 1.14.13 - tighter and softer about statistics cards */
.stats-boxes{
  position:relative!important;
  width:100%!important;
  max-width:560px!important;
  min-height:315px!important;
  margin:24px auto!important;
  padding:20px!important;
  direction:rtl!important;
  background:transparent!important;
  display:block!important;
  grid-template-columns:none!important;
  gap:0!important;
  justify-content:initial!important;
  overflow:visible!important;
  box-sizing:border-box!important;
}
.stats-boxes > div{
  position:absolute!important;
  width:222px!important;
  height:112px!important;
  min-height:0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  color:#fff!important;
  text-align:center!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
  box-shadow:none!important;
  padding:10px!important;
  background:none!important;
  transform-origin:center!important;
}
.stats-boxes > div strong{
  display:block!important;
  font-size:42px!important;
  line-height:1!important;
  font-weight:900!important;
  color:#fff!important;
  letter-spacing:-1px!important;
  direction:ltr!important;
}
.stats-boxes > div span{
  display:block!important;
  font-size:22px!important;
  line-height:1.35!important;
  font-weight:800!important;
  color:#fff!important;
  white-space:nowrap!important;
}
.stats-boxes > div:nth-child(1){
  top:0!important;
  left:122px!important;
  right:auto!important;
  bottom:auto!important;
  background:linear-gradient(180deg,#ffb07f 0%,#fb935b 100%)!important;
  border-radius:26px!important;
  clip-path:none!important;
  transform:none!important;
}
.stats-boxes > div:nth-child(2){
  top:30px!important;
  right:40px!important;
  left:auto!important;
  bottom:auto!important;
  width:206px!important;
  height:108px!important;
  background:#9ec7d3!important;
  border-radius:20px!important;
  clip-path:polygon(7% 0,82% 10%,98% 74%,90% 100%,8% 100%,0 88%,0 16%)!important;
  transform:rotate(1deg)!important;
}
.stats-boxes > div:nth-child(3){
  left:54px!important;
  bottom:20px!important;
  right:auto!important;
  top:auto!important;
  width:206px!important;
  height:108px!important;
  background:#9ec7d3!important;
  border-radius:20px!important;
  clip-path:polygon(5% 0,82% 0,98% 18%,94% 86%,84% 100%,20% 85%,0 25%,0 10%)!important;
  transform:rotate(5deg)!important;
}
.stats-boxes > div:nth-child(4){
  right:116px!important;
  bottom:0!important;
  left:auto!important;
  top:auto!important;
  background:linear-gradient(180deg,#ffb07f 0%,#fb935b 100%)!important;
  border-radius:26px!important;
  clip-path:none!important;
  transform:none!important;
}
@media (max-width:768px){
  .stats-boxes{
    max-width:100%!important;
    min-height:auto!important;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:18px!important;
    padding:20px 14px!important;
    margin:24px auto!important;
  }
  .stats-boxes > div{
    position:relative!important;
    top:auto!important;
    right:auto!important;
    bottom:auto!important;
    left:auto!important;
    width:100%!important;
    height:110px!important;
    min-height:110px!important;
  }
  .stats-boxes > div strong{font-size:36px!important;}
  .stats-boxes > div span{
    font-size:18px!important;
    white-space:normal!important;
  }
}
@media (max-width:420px){
  .stats-boxes{grid-template-columns:1fr!important;}
  .stats-boxes > div{
    max-width:280px!important;
    margin:0 auto!important;
  }
}


/* Version 1.14.13 - tighter spacing and softer blue card corners */
@media (min-width:769px){
  .stats-boxes{max-width:560px!important;min-height:315px!important;margin:24px auto!important;}
  .stats-boxes > div{width:222px!important;height:112px!important;border-radius:26px!important;}
  .stats-boxes > div strong{font-size:42px!important;}
  .stats-boxes > div span{font-size:22px!important;}
  .stats-boxes > div:nth-child(1){left:122px!important;border-radius:26px!important;}
  .stats-boxes > div:nth-child(2){top:30px!important;right:40px!important;width:206px!important;height:108px!important;border-radius:28px!important;clip-path:polygon(7% 0,82% 10%,98% 74%,90% 100%,8% 100%,0 88%,0 16%)!important;}
  .stats-boxes > div:nth-child(3){left:54px!important;bottom:20px!important;width:206px!important;height:108px!important;border-radius:28px!important;clip-path:polygon(5% 0,82% 0,98% 18%,94% 86%,84% 100%,20% 85%,0 25%,0 10%)!important;}
  .stats-boxes > div:nth-child(4){right:116px!important;border-radius:26px!important;}
}


/* Version 1.14.14 - exact 30px spacing for statistics cards */
@media (min-width:769px){
  .stats-boxes{
    max-width:514px!important;
    min-height:254px!important;
    height:254px!important;
    margin:24px auto!important;
    padding:0!important;
    overflow:visible!important;
  }
  .stats-boxes > div{
    width:222px!important;
    height:112px!important;
    min-height:112px!important;
    overflow:visible!important;
    z-index:1!important;
  }
  .stats-boxes > div strong{font-size:42px!important;}
  .stats-boxes > div span{font-size:22px!important;}
  .stats-boxes > div:nth-child(1){
    top:0!important;
    left:20px!important;
    right:auto!important;
    bottom:auto!important;
    border-radius:26px!important;
    clip-path:none!important;
    transform:none!important;
  }
  .stats-boxes > div:nth-child(2){
    top:0!important;
    right:20px!important;
    left:auto!important;
    bottom:auto!important;
    width:222px!important;
    height:112px!important;
    background:transparent!important;
    border-radius:28px!important;
    clip-path:none!important;
    transform:none!important;
  }
  .stats-boxes > div:nth-child(2)::before{
    content:"";
    position:absolute;
    inset:0;
    background:#9ec7d3;
    border-radius:28px 34px 26px 30px;
    transform:skewX(-12deg) rotate(1deg);
    transform-origin:center;
    z-index:-1;
  }
  .stats-boxes > div:nth-child(3){
    left:20px!important;
    bottom:0!important;
    right:auto!important;
    top:auto!important;
    width:222px!important;
    height:112px!important;
    background:transparent!important;
    border-radius:28px!important;
    clip-path:none!important;
    transform:none!important;
  }
  .stats-boxes > div:nth-child(3)::before{
    content:"";
    position:absolute;
    inset:0;
    background:#9ec7d3;
    border-radius:30px 28px 34px 26px;
    transform:skewX(12deg) rotate(5deg);
    transform-origin:center;
    z-index:-1;
  }
  .stats-boxes > div:nth-child(4){
    right:20px!important;
    bottom:0!important;
    left:auto!important;
    top:auto!important;
    width:222px!important;
    height:112px!important;
    border-radius:26px!important;
    clip-path:none!important;
    transform:none!important;
  }
}

/* Version 1.14.15 - configurable why-card texts and reviews layout */
.review-card::before{content:none!important;display:none!important}
.review-card{padding:24px 22px 22px!important;min-height:168px;overflow:hidden}
.review-quote-icon{position:absolute;top:14px;left:16px;width:42px;height:34px;display:block;z-index:1;pointer-events:none;opacity:.95}
.review-quote-icon img{width:100%;height:100%;object-fit:contain;display:block}
.review-card .review-avatar{width:42px!important;height:42px!important;border-radius:50%;object-fit:cover;float:none!important;display:block;margin:0 0 12px auto;border:2px solid #e5f1f5;background:#e5f1f5}
.review-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:8px;padding-left:52px;direction:rtl}
.review-head h3{margin:0!important;font-size:14px!important;font-weight:900;color:#26363b;text-align:right;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.review-head span{margin-right:auto;color:var(--orange)!important;font-size:13px!important;font-weight:900;white-space:nowrap;text-align:left;direction:ltr;unicode-bidi:isolate}
.review-card p{clear:none!important;margin:14px 0 0!important;color:#536369;font-size:13px;line-height:2;text-align:right}
.review-card>strong{display:none!important}
@media(max-width:768px){.review-card{padding:22px 18px!important}.review-quote-icon{top:12px;left:14px;width:36px;height:30px}.review-head{padding-left:44px}.review-card .review-avatar{width:38px!important;height:38px!important}.review-head h3{font-size:12.5px!important}.review-head span{font-size:12px!important}}
.review-quote-icon img{float:none!important;margin:0!important;border:0!important;background:transparent!important}


/* Version 1.14.17 - footer spacing, visible social placeholders and developer credit */
.review-quote-icon{overflow:visible!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
.review-quote-icon img{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:contain!important;border-radius:0!important;float:none!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;display:block!important}

.pab-footer.site-footer{position:relative!important;margin:130px auto 56px!important;width:calc(100% - 112px)!important;max-width:calc(100% - 112px)!important;min-height:520px!important;padding:138px 0 0!important;background:#8FB9C6!important;color:#1e2b32!important;border-radius:0 0 56px 56px!important;overflow:visible!important;isolation:isolate!important;box-shadow:none!important;direction:rtl!important}
.pab-footer.site-footer::before{content:"";position:absolute;z-index:-1;left:0;right:0;top:-88px;height:168px;background:#8FB9C6;border-radius:50% 50% 0 0/100% 100% 0 0;clip-path:polygon(0 100%,0 86%,14% 73%,32% 55%,45% 34%,50% 22%,55% 34%,68% 55%,86% 73%,100% 86%,100% 100%);pointer-events:none}
.pab-footer.site-footer::after{content:"";position:absolute;inset:0;z-index:-2;background:#8FB9C6;border-radius:0 0 56px 56px;pointer-events:none}
.pab-footer .pab-footer-backtop,.pab-footer .back-to-top{position:absolute!important;top:-112px!important;left:50%!important;right:auto!important;transform:translateX(-50%)!important;width:74px!important;height:74px!important;border-radius:50%!important;border:0!important;background:#fff!important;color:#4f879c!important;display:grid!important;place-items:center!important;box-shadow:0 22px 55px rgba(79,135,156,.34),0 0 0 14px rgba(255,255,255,.18)!important;z-index:6!important;cursor:pointer!important;font-size:0!important;line-height:1!important}
.pab-footer .pab-footer-backtop svg,.pab-footer .back-to-top svg{width:34px!important;height:34px!important;fill:currentColor!important;display:block!important}
.pab-footer-inner.footer-inner{position:relative!important;z-index:2!important;width:min(100% - 120px,1540px)!important;display:grid!important;grid-template-columns:1.28fr .8fr 1.12fr .78fr!important;gap:56px!important;align-items:start!important;direction:rtl!important;text-align:right!important;padding:0 0 88px!important}
.pab-footer-column{min-width:0!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:12px!important;text-align:right!important;color:#1e2b32!important}
.pab-footer-about{padding-inline-start:20px!important}.pab-footer-logo{width:auto!important;max-width:178px!important;height:auto!important;max-height:92px!important;object-fit:contain!important;margin:0 0 18px!important;display:block!important;border-radius:0!important;background:transparent!important;padding:0!important;box-shadow:none!important}.pab-footer-logo-text{font-size:26px!important;font-weight:950!important;color:#ff9f5a!important;margin-bottom:16px!important}.pab-footer-about p{margin:0 0 18px!important;color:#21333b!important;font-size:15px!important;font-weight:500!important;line-height:2.15!important;text-align:right!important;max-width:420px!important}.pab-footer-more,.footer-about a.pab-footer-more{height:58px!important;min-width:184px!important;border-radius:999px!important;background:#7faec0!important;color:#fff!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0 28px!important;font-size:16px!important;font-weight:900!important;text-decoration:none!important;box-shadow:none!important;transition:transform .2s ease,background .2s ease!important}.pab-footer-more:hover{transform:translateY(-2px)!important;background:#6fa2b6!important;color:#fff!important}
.pab-footer-title,.site-footer h3.pab-footer-title{position:relative!important;display:flex!important;align-items:center!important;gap:12px!important;margin:0 0 22px!important;color:#1f2d35!important;font-size:25px!important;line-height:1.35!important;font-weight:950!important;text-align:right!important}.pab-footer-title span{width:9px!important;height:43px!important;border-radius:999px!important;background:#ff9f5a!important;box-shadow:0 0 16px rgba(255,159,90,.78)!important;order:2!important;flex:0 0 9px!important}.pab-footer-links .footer-menu{list-style:none!important;margin:0!important;padding:0!important;display:flex!important;flex-direction:column!important;gap:20px!important;align-items:flex-start!important}.pab-footer-links .footer-menu li{margin:0!important;padding:0!important}.pab-footer-links .footer-menu a{position:relative!important;display:inline-flex!important;align-items:center!important;gap:16px!important;color:#20333b!important;font-size:17px!important;font-weight:900!important;text-decoration:none!important;transition:color .2s ease!important}.pab-footer-links .footer-menu a::before{content:"";width:32px!important;height:8px!important;border-radius:999px!important;background:#467e93!important;box-shadow:0 0 13px rgba(70,126,147,.35)!important;flex:0 0 32px!important}.pab-footer-links .footer-menu a:hover{color:#fff!important}
.pab-footer-contact p{display:flex!important;align-items:flex-start!important;gap:13px!important;margin:0 0 16px!important;color:#21333b!important;font-size:16px!important;font-weight:600!important;line-height:1.9!important;text-align:right!important;max-width:460px!important}.pab-footer-contact p i{width:38px!important;height:30px!important;border-radius:8px!important;background:#4b879d!important;color:#11232b!important;display:grid!important;place-items:center!important;flex:0 0 38px!important;box-shadow:0 4px 10px rgba(75,135,157,.22)!important}.pab-footer-contact p i svg{width:21px!important;height:21px!important;fill:currentColor!important}.pab-footer-contact p span{display:block!important;min-width:0!important}
.pab-footer-symbol-list{display:flex!important;flex-direction:column!important;gap:18px!important;align-items:center!important}.pab-footer-symbol-list span{width:112px!important;height:100px!important;border-radius:12px!important;background:#fff!important;box-shadow:0 16px 34px rgba(25,45,55,.13)!important;display:grid!important;place-items:center!important;padding:8px!important}.pab-footer-symbol-list img,.pab-footer .footer-symbols img{width:92px!important;max-width:100%!important;height:82px!important;object-fit:contain!important;border-radius:0!important;background:transparent!important;padding:0!important;box-shadow:none!important;margin:0!important}
.pab-footer-socials{position:absolute!important;z-index:4!important;left:58px!important;top:178px!important;display:flex!important;flex-direction:column!important;gap:30px!important;align-items:center!important}.pab-footer-socials a,.pab-footer-socials span{width:62px!important;height:62px!important;border-radius:50%!important;background:#79aebf!important;color:#fff!important;display:grid!important;place-items:center!important;text-decoration:none!important;box-shadow:none!important;transition:transform .2s ease,background .2s ease!important}.pab-footer-socials a:hover{transform:translateY(-3px)!important;background:#6aa0b4!important}.pab-footer-socials span{cursor:default!important;opacity:1!important}.pab-footer-socials svg{width:31px!important;height:31px!important;fill:currentColor!important;display:block!important}.pab-footer-copyright.copyright{position:relative!important;z-index:3!important;width:max-content!important;max-width:calc(100% - 40px)!important;margin:-42px auto 0!important;padding:18px 68px!important;border-radius:32px 32px 0 0!important;background:linear-gradient(180deg,#fbfbfb 0%,#cfd5d8 100%)!important;color:#1e2b32!important;text-align:center!important;font-size:15px!important;font-weight:700!important;line-height:1.8!important;box-shadow:0 -8px 24px rgba(25,45,55,.18)!important}.pab-footer-credit{position:relative!important;z-index:3!important;width:max-content!important;max-width:calc(100% - 40px)!important;margin:10px auto 26px!important;text-align:center!important}.pab-footer-credit a{display:inline-flex!important;align-items:center!important;justify-content:center!important;color:#1e2b32!important;background:rgba(255,255,255,.58)!important;border-radius:999px!important;padding:10px 30px!important;font-size:13px!important;font-weight:800!important;line-height:1.8!important;text-decoration:none!important;transition:background .2s ease,color .2s ease!important}.pab-footer-credit a:hover{background:#fff!important;color:#ff8f4d!important}
@media(max-width:1200px){.pab-footer.site-footer{width:calc(100% - 72px)!important;max-width:calc(100% - 72px)!important;margin-bottom:42px!important}.pab-footer-inner.footer-inner{width:min(100% - 64px,1040px)!important;grid-template-columns:1fr 1fr!important;gap:44px 70px!important}.pab-footer-socials{left:26px!important;top:160px!important}.pab-footer.site-footer{min-height:0!important}}
@media(max-width:768px){.pab-footer.site-footer{width:calc(100% - 24px)!important;max-width:calc(100% - 24px)!important;margin-top:96px!important;margin-bottom:24px!important;padding-top:104px!important;border-radius:0 0 38px 38px!important}.pab-footer.site-footer::before{top:-62px!important;height:120px!important;clip-path:polygon(0 100%,0 82%,18% 70%,36% 52%,50% 28%,64% 52%,82% 70%,100% 82%,100% 100%)!important}.pab-footer .pab-footer-backtop,.pab-footer .back-to-top{top:-84px!important;width:58px!important;height:58px!important;box-shadow:0 14px 35px rgba(79,135,156,.28),0 0 0 10px rgba(255,255,255,.14)!important}.pab-footer .pab-footer-backtop svg,.pab-footer .back-to-top svg{width:28px!important;height:28px!important}.pab-footer-inner.footer-inner{width:min(100% - 32px,520px)!important;grid-template-columns:1fr!important;gap:32px!important;text-align:center!important;padding-bottom:34px!important}.pab-footer-column{align-items:center!important;text-align:center!important}.pab-footer-title,.site-footer h3.pab-footer-title{justify-content:center!important;font-size:21px!important;margin-bottom:12px!important}.pab-footer-about p,.pab-footer-contact p{text-align:center!important;max-width:100%!important;font-size:13px!important}.pab-footer-links .footer-menu{align-items:center!important;gap:14px!important}.pab-footer-links .footer-menu a{font-size:14px!important}.pab-footer-links .footer-menu a::before{width:24px!important;height:7px!important}.pab-footer-contact p{justify-content:center!important;align-items:center!important;flex-direction:column!important;gap:8px!important;margin-bottom:12px!important}.pab-footer-symbol-list{flex-direction:row!important;justify-content:center!important;flex-wrap:wrap!important}.pab-footer-socials{position:relative!important;left:auto!important;top:auto!important;flex-direction:row!important;justify-content:center!important;gap:18px!important;margin:8px auto 22px!important}.pab-footer-socials a,.pab-footer-socials span{width:50px!important;height:50px!important}.pab-footer-socials svg{width:25px!important;height:25px!important}.pab-footer-copyright.copyright{margin:8px auto 0!important;border-radius:999px!important;padding:13px 20px!important;font-size:12px!important;max-width:calc(100% - 32px)!important}.pab-footer-credit{max-width:calc(100% - 32px)!important;margin:8px auto 20px!important}.pab-footer-credit a{font-size:11.5px!important;padding:9px 16px!important;white-space:normal!important}}
@media(max-width:420px){.pab-footer-inner.footer-inner{width:min(100% - 24px,360px)!important}.pab-footer-logo{max-width:138px!important}.pab-footer-more{height:48px!important;min-width:160px!important;font-size:13px!important}.pab-footer-symbol-list span{width:100px!important;height:92px!important}.pab-footer-copyright.copyright{font-size:11px!important;line-height:1.9!important}}

/* Version 1.14.18 - smoother footer wave and merged copyright/credit capsule */
.pab-footer.site-footer{
  padding-top:128px!important;
  margin-bottom:56px!important;
  overflow:visible!important;
}
.pab-footer.site-footer::before{
  top:-95px!important;
  height:185px!important;
  border-radius:0!important;
  clip-path:path('M 0 185 L 0 132 C 210 132 390 130 560 104 C 700 82 825 52 960 8 C 1095 52 1220 82 1360 104 C 1530 130 1710 132 1920 132 L 1920 185 Z')!important;
}
.pab-footer .pab-footer-backtop,
.pab-footer .back-to-top{
  top:-120px!important;
}
.pab-footer-copyright.copyright{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  margin:-42px auto 28px!important;
  padding:16px 58px 14px!important;
  border-radius:32px 32px 0 0!important;
  min-width:min(520px,calc(100% - 56px))!important;
  width:max-content!important;
  max-width:calc(100% - 56px)!important;
}
.pab-footer-copyright-text{
  display:block!important;
  color:#1e2b32!important;
  font-size:14px!important;
  font-weight:800!important;
  line-height:1.85!important;
}
.pab-footer-credit-link{
  display:block!important;
  color:#1e2b32!important;
  text-decoration:none!important;
  font-size:12.5px!important;
  font-weight:850!important;
  line-height:1.8!important;
  transition:color .2s ease!important;
}
.pab-footer-credit-link:hover{color:#ff8f4d!important}
.pab-footer-credit{display:none!important}
@supports not (clip-path:path('M 0 0 L 1 1')){
  .pab-footer.site-footer::before{
    clip-path:polygon(0 100%,0 74%,14% 72%,28% 66%,42% 52%,50% 8%,58% 52%,72% 66%,86% 72%,100% 74%,100% 100%)!important;
    border-radius:0!important;
  }
}
@media(max-width:1200px){
  .pab-footer.site-footer::before{
    clip-path:path('M 0 165 L 0 124 C 150 124 300 118 430 96 C 540 76 655 48 768 12 C 881 48 996 76 1106 96 C 1236 118 1386 124 1536 124 L 1536 165 Z')!important;
  }
}
@media(max-width:768px){
  .pab-footer.site-footer{padding-top:104px!important;margin-bottom:24px!important}
  .pab-footer.site-footer::before{
    top:-66px!important;
    height:128px!important;
    clip-path:path('M 0 128 L 0 92 C 42 92 96 88 142 72 C 190 54 225 34 256 8 C 287 34 322 54 370 72 C 416 88 470 92 512 92 L 512 128 Z')!important;
  }
  .pab-footer .pab-footer-backtop,
  .pab-footer .back-to-top{top:-88px!important}
  .pab-footer-copyright.copyright{
    min-width:0!important;
    width:calc(100% - 36px)!important;
    max-width:calc(100% - 36px)!important;
    margin:10px auto 22px!important;
    border-radius:24px!important;
    padding:13px 16px!important;
    gap:4px!important;
  }
  .pab-footer-copyright-text{font-size:11.5px!important;line-height:1.9!important}
  .pab-footer-credit-link{font-size:10.8px!important;line-height:1.9!important}
}


/* Version 1.14.19 - compact footer typography and sample-like top roof */
.pab-footer.site-footer{
  margin-top:86px!important;
  min-height:350px!important;
  padding-top:76px!important;
  background:#8FB9C6!important;
  border-radius:0 0 44px 44px!important;
}
.pab-footer.site-footer::before{
  top:-62px!important;
  height:126px!important;
  background:#8FB9C6!important;
  border-radius:0!important;
  clip-path:polygon(0 100%,0 46%,34% 46%,50% 6%,66% 46%,100% 46%,100% 100%)!important;
}
.pab-footer.site-footer::after{border-radius:0 0 44px 44px!important}
.pab-footer .pab-footer-backtop,
.pab-footer .back-to-top{
  top:-86px!important;
  width:54px!important;
  height:54px!important;
  box-shadow:0 14px 34px rgba(79,135,156,.25),0 0 0 10px rgba(255,255,255,.16)!important;
}
.pab-footer .pab-footer-backtop svg,
.pab-footer .back-to-top svg{width:24px!important;height:24px!important}
.pab-footer-inner.footer-inner{
  width:min(100% - 110px,1380px)!important;
  gap:44px!important;
  padding-bottom:46px!important;
  align-items:start!important;
}
.pab-footer-logo{max-width:116px!important;height:auto!important;margin-bottom:12px!important}
.pab-footer-logo-text{font-size:18px!important;margin-bottom:10px!important}
.pab-footer-about p{
  font-size:10.5px!important;
  line-height:2.05!important;
  max-width:340px!important;
  margin-bottom:12px!important;
}
.pab-footer-more,
.footer-about a.pab-footer-more{
  height:40px!important;
  min-width:138px!important;
  padding:0 18px!important;
  font-size:11px!important;
}
.pab-footer-title,
.site-footer h3.pab-footer-title{
  font-size:14px!important;
  line-height:1.4!important;
  gap:7px!important;
  margin-bottom:14px!important;
}
.pab-footer-title span{
  width:5px!important;
  height:26px!important;
  flex-basis:5px!important;
  box-shadow:0 0 10px rgba(255,159,90,.65)!important;
}
.pab-footer-links .footer-menu{gap:10px!important}
.pab-footer-links .footer-menu a{
  font-size:11px!important;
  line-height:1.65!important;
  gap:9px!important;
  font-weight:850!important;
}
.pab-footer-links .footer-menu a::before{
  width:18px!important;
  height:5px!important;
  flex-basis:18px!important;
}
.pab-footer-contact p{
  font-size:10.5px!important;
  line-height:1.85!important;
  gap:8px!important;
  margin-bottom:9px!important;
  max-width:360px!important;
}
.pab-footer-contact p i{
  width:24px!important;
  height:22px!important;
  flex-basis:24px!important;
  border-radius:6px!important;
}
.pab-footer-contact p i svg{width:14px!important;height:14px!important}
.pab-footer-symbol-list{gap:12px!important}
.pab-footer-symbol-list span{
  width:82px!important;
  height:74px!important;
  border-radius:9px!important;
  padding:6px!important;
}
.pab-footer-symbol-list img,
.pab-footer .footer-symbols img{
  width:68px!important;
  height:60px!important;
}
.pab-footer-socials{
  left:40px!important;
  top:128px!important;
  gap:20px!important;
}
.pab-footer-socials a,
.pab-footer-socials span{
  width:40px!important;
  height:40px!important;
}
.pab-footer-socials svg{width:20px!important;height:20px!important}
.pab-footer-copyright.copyright{
  margin:-28px auto 22px!important;
  padding:10px 38px 9px!important;
  min-width:min(410px,calc(100% - 56px))!important;
  border-radius:22px 22px 0 0!important;
  gap:2px!important;
}
.pab-footer-copyright-text{font-size:10.5px!important;line-height:1.7!important}
.pab-footer-credit-link{font-size:9.5px!important;line-height:1.7!important}
@media(max-width:1200px){
  .pab-footer.site-footer{min-height:0!important;padding-top:82px!important}
  .pab-footer.site-footer::before{top:-58px!important;height:118px!important;clip-path:polygon(0 100%,0 50%,32% 50%,50% 8%,68% 50%,100% 50%,100% 100%)!important}
  .pab-footer .pab-footer-backtop,.pab-footer .back-to-top{top:-80px!important}
  .pab-footer-inner.footer-inner{width:min(100% - 64px,1040px)!important;gap:32px 56px!important}
}
@media(max-width:768px){
  .pab-footer.site-footer{margin-top:78px!important;padding-top:76px!important;border-radius:0 0 30px 30px!important}
  .pab-footer.site-footer::before{top:-48px!important;height:96px!important;clip-path:polygon(0 100%,0 56%,28% 56%,50% 8%,72% 56%,100% 56%,100% 100%)!important}
  .pab-footer .pab-footer-backtop,.pab-footer .back-to-top{top:-68px!important;width:48px!important;height:48px!important}
  .pab-footer-inner.footer-inner{width:min(100% - 30px,520px)!important;gap:24px!important;padding-bottom:30px!important}
  .pab-footer-title,.site-footer h3.pab-footer-title{font-size:13.5px!important;margin-bottom:10px!important}
  .pab-footer-about p,.pab-footer-contact p{font-size:10.5px!important;line-height:1.9!important}
  .pab-footer-links .footer-menu a{font-size:10.8px!important}
  .pab-footer-socials{gap:14px!important;margin:4px auto 16px!important}
  .pab-footer-socials a,.pab-footer-socials span{width:38px!important;height:38px!important}
  .pab-footer-copyright.copyright{border-radius:18px!important;margin:6px auto 18px!important;padding:10px 14px!important}
}


/* Version 1.14.20 - polygon clipped footer roof and unified 14px footer typography */
.pab-footer.site-footer{
  position:relative!important;
  isolation:isolate!important;
  background:transparent!important;
  overflow:visible!important;
  margin-top:70px!important;
  min-height:0!important;
  padding-top:92px!important;
  border-radius:0 0 44px 44px!important;
  box-shadow:none!important;
}
.pab-footer.site-footer::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  top:0!important;
  right:0!important;
  bottom:0!important;
  left:0!important;
  width:100%!important;
  height:100%!important;
  z-index:0!important;
  background:#8FB9C6!important;
  border-radius:0 0 44px 44px!important;
  clip-path:polygon(50% 0, 100% 25%, 100% 100%, 0 100%, 0 25%)!important;
}
.pab-footer.site-footer::after{display:none!important}
.pab-footer.site-footer > *,
.pab-footer-inner.footer-inner,
.pab-footer-socials,
.pab-footer-copyright.copyright{
  position:relative!important;
  z-index:2!important;
}
.pab-footer .pab-footer-backtop,
.pab-footer .back-to-top{
  top:-30px!important;
  z-index:5!important;
}
.pab-footer,
.pab-footer *:not(svg):not(path){
  font-size:14px!important;
  font-weight:500!important;
}
.pab-footer-title,
.site-footer h3.pab-footer-title,
.pab-footer-links .footer-menu a,
.pab-footer-about p,
.pab-footer-contact p,
.pab-footer-more,
.footer-about a.pab-footer-more,
.pab-footer-copyright-text,
.pab-footer-credit-link{
  font-size:14px!important;
  font-weight:500!important;
}
.pab-footer-title,
.site-footer h3.pab-footer-title{
  line-height:1.5!important;
  margin-bottom:14px!important;
}
.pab-footer-about p,
.pab-footer-contact p,
.pab-footer-links .footer-menu a{
  line-height:1.9!important;
}
.pab-footer-inner.footer-inner{
  padding-top:0!important;
  padding-bottom:46px!important;
}
.pab-footer-copyright.copyright{
  font-size:14px!important;
  font-weight:500!important;
  margin:-28px auto 22px!important;
}
.pab-footer-credit-link:hover{color:#ff8f4d!important}
@media(max-width:1200px){
  .pab-footer.site-footer{
    padding-top:88px!important;
    margin-top:64px!important;
    border-radius:0 0 38px 38px!important;
  }
  .pab-footer.site-footer::before{
    border-radius:0 0 38px 38px!important;
    clip-path:polygon(50% 0, 100% 24%, 100% 100%, 0 100%, 0 24%)!important;
  }
  .pab-footer .pab-footer-backtop,
  .pab-footer .back-to-top{top:-28px!important}
}
@media(max-width:768px){
  .pab-footer.site-footer{
    margin-top:58px!important;
    padding-top:82px!important;
    border-radius:0 0 30px 30px!important;
  }
  .pab-footer.site-footer::before{
    border-radius:0 0 30px 30px!important;
    clip-path:polygon(50% 0, 100% 18%, 100% 100%, 0 100%, 0 18%)!important;
  }
  .pab-footer .pab-footer-backtop,
  .pab-footer .back-to-top{top:-26px!important}
  .pab-footer,
  .pab-footer *:not(svg):not(path){
    font-size:14px!important;
    font-weight:500!important;
  }
  .pab-footer-copyright.copyright{font-size:14px!important;font-weight:500!important}
}


/* Version 1.14.21 - compact footer height, left socials, linked contacts and title markers */
.pab-footer.site-footer{
  margin-top:58px!important;
  margin-bottom:40px!important;
  padding-top:56px!important;
  padding-bottom:0!important;
  min-height:0!important;
  border-radius:0 0 40px 40px!important;
}
.pab-footer.site-footer::before{
  clip-path:polygon(50% 0,100% 23%,100% 100%,0 100%,0 23%)!important;
  border-radius:0 0 40px 40px!important;
}
.pab-footer .pab-footer-backtop,
.pab-footer .back-to-top{
  top:-28px!important;
  width:48px!important;
  height:48px!important;
  box-shadow:0 10px 26px rgba(79,135,156,.22),0 0 0 8px rgba(255,255,255,.14)!important;
}
.pab-footer .pab-footer-backtop svg,
.pab-footer .back-to-top svg{width:22px!important;height:22px!important}
.pab-footer-inner.footer-inner{
  width:min(100% - 92px,1360px)!important;
  grid-template-columns:1.22fr .78fr 1.05fr .72fr!important;
  gap:28px!important;
  padding:0 0 22px!important;
  align-items:start!important;
}
.pab-footer-column{gap:6px!important}
.pab-footer-about{padding-inline-start:8px!important}
.pab-footer-logo{max-width:104px!important;max-height:54px!important;margin-bottom:8px!important}
.pab-footer-logo-text{font-size:14px!important;margin-bottom:7px!important;font-weight:500!important}
.pab-footer-about p{margin:0 0 8px!important;max-width:330px!important;line-height:1.65!important;font-size:14px!important;font-weight:500!important}
.pab-footer-more,.footer-about a.pab-footer-more{height:34px!important;min-width:122px!important;padding:0 16px!important;font-size:14px!important;font-weight:500!important}
.pab-footer-title,.site-footer h3.pab-footer-title{
  direction:rtl!important;
  display:flex!important;
  flex-direction:row!important;
  justify-content:flex-start!important;
  align-items:center!important;
  gap:7px!important;
  margin:0 0 8px!important;
  font-size:14px!important;
  font-weight:500!important;
  line-height:1.5!important;
}
.pab-footer-title span{
  order:0!important;
  width:5px!important;
  height:24px!important;
  flex:0 0 5px!important;
  margin:0!important;
  border-radius:999px!important;
  background:#ff9f5a!important;
  box-shadow:0 0 9px rgba(255,159,90,.55)!important;
}
.pab-footer-links .footer-menu{gap:5px!important}
.pab-footer-links .footer-menu a{gap:7px!important;line-height:1.55!important;font-size:14px!important;font-weight:500!important}
.pab-footer-links .footer-menu a::before{width:15px!important;height:4px!important;flex:0 0 15px!important}
.pab-footer-contact p{gap:7px!important;margin:0 0 5px!important;line-height:1.55!important;max-width:340px!important;font-size:14px!important;font-weight:500!important}
.pab-footer-contact p i{width:23px!important;height:21px!important;flex:0 0 23px!important;border-radius:6px!important}
.pab-footer-contact p i svg{width:13px!important;height:13px!important}
.pab-footer-contact-link{display:inline-flex!important;color:inherit!important;text-decoration:none!important;font-size:14px!important;font-weight:500!important;line-height:inherit!important}
.pab-footer-contact-link:hover{color:#fff!important}
.pab-footer-symbol-list{gap:8px!important}
.pab-footer-symbol-list span{width:74px!important;height:66px!important;padding:5px!important;border-radius:8px!important}
.pab-footer-symbol-list img,.pab-footer .footer-symbols img{width:62px!important;height:54px!important}
.pab-footer-socials{
  position:absolute!important;
  z-index:4!important;
  left:28px!important;
  right:auto!important;
  top:112px!important;
  display:flex!important;
  flex-direction:column!important;
  gap:14px!important;
  align-items:center!important;
  justify-content:flex-start!important;
  margin:0!important;
}
.pab-footer-socials a,.pab-footer-socials span{width:36px!important;height:36px!important}
.pab-footer-socials svg{width:18px!important;height:18px!important}
.pab-footer-copyright.copyright{
  margin:-18px auto 18px!important;
  padding:8px 32px!important;
  min-width:min(390px,calc(100% - 48px))!important;
  max-width:calc(100% - 48px)!important;
  gap:1px!important;
  border-radius:20px 20px 0 0!important;
  line-height:1.55!important;
  font-size:14px!important;
  font-weight:500!important;
}
.pab-footer-copyright-text,.pab-footer-credit-link{font-size:14px!important;font-weight:500!important;line-height:1.55!important}
@media(max-width:1200px){
  .pab-footer.site-footer{padding-top:62px!important;margin-top:54px!important;margin-bottom:32px!important}
  .pab-footer-inner.footer-inner{width:min(100% - 56px,1040px)!important;grid-template-columns:1fr 1fr!important;gap:22px 44px!important;padding-bottom:22px!important}
  .pab-footer-socials{left:20px!important;top:106px!important}
}
@media(max-width:768px){
  .pab-footer.site-footer{width:calc(100% - 22px)!important;max-width:calc(100% - 22px)!important;margin-top:50px!important;margin-bottom:22px!important;padding-top:54px!important;border-radius:0 0 28px 28px!important}
  .pab-footer.site-footer::before{clip-path:polygon(50% 0,100% 18%,100% 100%,0 100%,0 18%)!important;border-radius:0 0 28px 28px!important}
  .pab-footer .pab-footer-backtop,.pab-footer .back-to-top{top:-25px!important;width:44px!important;height:44px!important}
  .pab-footer-inner.footer-inner{width:min(100% - 28px,520px)!important;grid-template-columns:1fr!important;gap:18px!important;padding-bottom:18px!important;text-align:center!important}
  .pab-footer-title,.site-footer h3.pab-footer-title{justify-content:center!important;margin-bottom:7px!important}
  .pab-footer-column{align-items:center!important;text-align:center!important}
  .pab-footer-about p,.pab-footer-contact p{text-align:center!important;justify-content:center!important;max-width:100%!important;line-height:1.7!important}
  .pab-footer-contact p{flex-direction:row!important;align-items:center!important}
  .pab-footer-links .footer-menu{align-items:center!important;gap:6px!important}
  .pab-footer-symbol-list{flex-direction:row!important;justify-content:center!important;flex-wrap:wrap!important}
  .pab-footer-socials{position:relative!important;left:auto!important;right:auto!important;top:auto!important;flex-direction:row!important;gap:12px!important;margin:0 auto 10px!important}
  .pab-footer-socials a,.pab-footer-socials span{width:34px!important;height:34px!important}
  .pab-footer-copyright.copyright{width:calc(100% - 34px)!important;min-width:0!important;max-width:calc(100% - 34px)!important;margin:6px auto 14px!important;border-radius:18px!important;padding:9px 12px!important}
}


/* Version 1.14.22 - footer compact polygon, socials placement, backtop and title markers */
.pab-footer.site-footer{
  margin-top:64px!important;
  margin-bottom:34px!important;
  padding-top:38px!important;
  padding-bottom:0!important;
  min-height:0!important;
}
.pab-footer.site-footer::before{
  top:-46px!important;
  height:86px!important;
  clip-path:polygon(50% 0,100% 15%,100% 100%,0 100%,0 15%)!important;
}
.pab-footer .pab-footer-backtop,.pab-footer .back-to-top{
  display:grid!important;
  top:-65px!important;
  width:48px!important;
  height:48px!important;
  box-shadow:none!important;
}
.pab-footer-inner.footer-inner{
  padding:0 0 12px!important;
  gap:22px!important;
}
.pab-footer-column{gap:4px!important}
.pab-footer-about p{margin-bottom:6px!important;line-height:1.55!important}
.pab-footer-more,.footer-about a.pab-footer-more{height:30px!important;min-width:112px!important;padding:0 14px!important}
.pab-footer-title,.site-footer h3.pab-footer-title{
  gap:6px!important;
  margin-bottom:5px!important;
  flex-direction:row!important;
}
.pab-footer-title span{
  order:2!important;
  width:5px!important;
  height:22px!important;
  flex:0 0 5px!important;
}
.pab-footer-links .footer-menu{gap:3px!important}
.pab-footer-links .footer-menu a{line-height:1.45!important}
.pab-footer-contact p{margin-bottom:3px!important;line-height:1.45!important}
.pab-footer-symbol-list{gap:6px!important}
.pab-footer-symbol-list span{width:68px!important;height:60px!important}
.pab-footer-symbol-list img,.pab-footer .footer-symbols img{width:56px!important;height:50px!important}
.pab-footer-socials{
  position:absolute!important;
  left:22px!important;
  right:auto!important;
  top:88px!important;
  transform:none!important;
  margin:0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  gap:10px!important;
  text-align:left!important;
}
.pab-footer-socials a,.pab-footer-socials span{width:34px!important;height:34px!important}
.pab-footer-socials svg{width:17px!important;height:17px!important}
.pab-footer-copyright.copyright{
  margin:-8px auto 12px!important;
  padding:7px 24px!important;
  line-height:1.45!important;
  border-radius:18px 18px 0 0!important;
}
@media(max-width:1200px){
  .pab-footer.site-footer{margin-top:56px!important;padding-top:34px!important}
  .pab-footer.site-footer::before{top:-40px!important;height:74px!important;clip-path:polygon(50% 0,100% 15%,100% 100%,0 100%,0 15%)!important}
  .pab-footer .pab-footer-backtop,.pab-footer .back-to-top{top:-58px!important}
  .pab-footer-socials{left:16px!important;top:78px!important}
}
@media(max-width:768px){
  .pab-footer.site-footer{margin-top:48px!important;margin-bottom:18px!important;padding-top:34px!important}
  .pab-footer.site-footer::before{top:-34px!important;height:64px!important;clip-path:polygon(50% 0,100% 10%,100% 100%,0 100%,0 10%)!important}
  .pab-footer .pab-footer-backtop,.pab-footer .back-to-top{top:-52px!important;width:40px!important;height:40px!important;box-shadow:none!important}
  .pab-footer-inner.footer-inner{gap:14px!important;padding-bottom:12px!important}
  .pab-footer-title,.site-footer h3.pab-footer-title{justify-content:center!important;margin-bottom:5px!important}
  .pab-footer-title span{order:2!important}
  .pab-footer-socials{
    position:relative!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    transform:none!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:center!important;
    gap:10px!important;
    width:100%!important;
    margin:2px auto 0!important;
    order:3!important;
    grid-column:1/-1!important;
    text-align:center!important;
  }
  .pab-footer-socials a,.pab-footer-socials span{width:34px!important;height:34px!important}
  .pab-footer-symbols{order:4!important}
  .pab-footer-copyright.copyright{margin:4px auto 12px!important;padding:8px 12px!important}
}


/* Version 1.14.23 - unified footer background and restored back-to-top */
.pab-footer.site-footer{
  position:relative!important;
  isolation:isolate!important;
  overflow:visible!important;
  background:transparent!important;
  margin-top:64px!important;
  margin-bottom:34px!important;
  padding-top:48px!important;
  padding-bottom:0!important;
  min-height:0!important;
  border-radius:0 0 40px 40px!important;
  box-shadow:none!important;
}
.pab-footer.site-footer::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  top:0!important;
  right:0!important;
  bottom:0!important;
  left:0!important;
  width:100%!important;
  height:100%!important;
  z-index:0!important;
  display:block!important;
  background:#8CB4C3!important;
  clip-path:polygon(50% 0,100% 15%,100% 100%,0 100%,0 15%)!important;
  border-radius:0 0 40px 40px!important;
  pointer-events:none!important;
}
.pab-footer.site-footer::after{display:none!important}
.pab-footer.site-footer > :not(.pab-footer-backtop):not(.back-to-top),
.pab-footer-inner.footer-inner,
.pab-footer-socials,
.pab-footer-copyright.copyright{
  position:relative!important;
  z-index:2!important;
}
.pab-footer .pab-footer-backtop,
.pab-footer .back-to-top{
  position:absolute!important;
  top:-24px!important;
  left:50%!important;
  right:auto!important;
  transform:translateX(-50%)!important;
  width:46px!important;
  height:46px!important;
  border:0!important;
  border-radius:50%!important;
  background:#fff!important;
  color:#4f879c!important;
  display:grid!important;
  place-items:center!important;
  z-index:30!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  cursor:pointer!important;
  box-shadow:none!important;
  font-size:0!important;
  line-height:1!important;
}
.pab-footer .pab-footer-backtop svg,
.pab-footer .back-to-top svg{
  width:22px!important;
  height:22px!important;
  display:block!important;
  fill:currentColor!important;
}
.pab-footer-inner.footer-inner{
  padding-top:0!important;
  padding-bottom:14px!important;
}
@media(max-width:1200px){
  .pab-footer.site-footer{padding-top:44px!important;margin-top:58px!important;margin-bottom:28px!important}
  .pab-footer.site-footer::before{clip-path:polygon(50% 0,100% 15%,100% 100%,0 100%,0 15%)!important;border-radius:0 0 34px 34px!important}
  .pab-footer .pab-footer-backtop,.pab-footer .back-to-top{top:-23px!important;width:44px!important;height:44px!important}
}
@media(max-width:768px){
  .pab-footer.site-footer{padding-top:38px!important;margin-top:52px!important;margin-bottom:18px!important;border-radius:0 0 28px 28px!important}
  .pab-footer.site-footer::before{clip-path:polygon(50% 0,100% 10%,100% 100%,0 100%,0 10%)!important;border-radius:0 0 28px 28px!important}
  .pab-footer .pab-footer-backtop,.pab-footer .back-to-top{top:-21px!important;width:40px!important;height:40px!important;box-shadow:none!important}
  .pab-footer .pab-footer-backtop svg,.pab-footer .back-to-top svg{width:20px!important;height:20px!important}
  .pab-footer-inner.footer-inner{padding-bottom:12px!important}
}


/* Version 1.14.24 - footer final grid placement and configurable slopes */
.pab-footer.site-footer{
  background:transparent!important;
  --pab-footer-bg:#8CB4C3;
}
.pab-footer.site-footer::before{
  background:var(--pab-footer-bg)!important;
  clip-path:polygon(50% 0,100% var(--pab-footer-slope-desktop,15%),100% 100%,0 100%,0 var(--pab-footer-slope-desktop,15%))!important;
  border-radius:0 0 40px 40px!important;
}
.pab-footer-inner.footer-inner{
  direction:ltr!important;
  grid-template-columns:minmax(110px,.62fr) minmax(215px,1.05fr) minmax(165px,.82fr) minmax(300px,1.35fr)!important;
  align-items:start!important;
  gap:22px 46px!important;
}
.pab-footer-about{grid-column:4!important;grid-row:1!important;direction:rtl!important;text-align:right!important;align-items:flex-start!important;justify-self:stretch!important}
.pab-footer-links{grid-column:3!important;grid-row:1!important;direction:rtl!important;text-align:right!important;align-items:flex-start!important;justify-self:stretch!important}
.pab-footer-contact{grid-column:2!important;grid-row:1!important;direction:rtl!important;text-align:right!important;align-items:flex-start!important;justify-self:stretch!important}
.pab-footer-symbols{grid-column:1!important;grid-row:1!important;direction:rtl!important;text-align:right!important;align-items:flex-start!important;justify-self:start!important;order:0!important}
.pab-footer-symbol-list{align-items:flex-start!important;justify-content:flex-start!important}
.pab-footer-socials{
  grid-column:1!important;
  grid-row:1!important;
  position:absolute!important;
  left:18px!important;
  right:auto!important;
  top:78px!important;
  transform:none!important;
  align-items:flex-start!important;
  text-align:left!important;
  justify-content:flex-start!important;
}
.pab-footer-title,.site-footer h3.pab-footer-title{direction:rtl!important;flex-direction:row!important;justify-content:flex-start!important;text-align:right!important}
.pab-footer-title span{order:2!important;margin-inline-start:0!important;margin-inline-end:0!important}
.pab-footer-copyright.copyright{clear:both!important}
@media(max-width:1200px){
  .pab-footer-inner.footer-inner{grid-template-columns:minmax(120px,.75fr) minmax(230px,1fr) minmax(150px,.78fr) minmax(260px,1.2fr)!important;gap:20px 34px!important}
  .pab-footer-socials{left:14px!important;top:72px!important}
}
@media(max-width:900px){
  .pab-footer-inner.footer-inner{grid-template-columns:1fr 1fr!important;direction:rtl!important}
  .pab-footer-about{grid-column:auto!important;grid-row:auto!important;order:1!important}
  .pab-footer-links{grid-column:auto!important;grid-row:auto!important;order:2!important}
  .pab-footer-contact{grid-column:auto!important;grid-row:auto!important;order:3!important}
  .pab-footer-symbols{grid-column:auto!important;grid-row:auto!important;order:5!important}
  .pab-footer-socials{position:relative!important;left:auto!important;right:auto!important;top:auto!important;grid-column:1/-1!important;order:4!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;text-align:center!important;margin:4px auto!important}
}
@media(max-width:768px){
  .pab-footer.site-footer::before{clip-path:polygon(50% 0,100% var(--pab-footer-slope-mobile,10%),100% 100%,0 100%,0 var(--pab-footer-slope-mobile,10%))!important}
  .pab-footer-inner.footer-inner{grid-template-columns:1fr!important;direction:rtl!important}
  .pab-footer-about,.pab-footer-links,.pab-footer-contact,.pab-footer-symbols{grid-column:1!important;align-items:center!important;text-align:center!important;justify-self:center!important}
  .pab-footer-about{order:1!important}.pab-footer-links{order:2!important}.pab-footer-contact{order:3!important}.pab-footer-socials{order:4!important}.pab-footer-symbols{order:5!important}
  .pab-footer-symbol-list{align-items:center!important;justify-content:center!important}
}


/* Version 1.14.25 - footer symbols alignment and safe social settings */
.pab-footer-symbols{align-items:flex-end!important;}
.pab-footer-symbol-list{align-items:flex-end!important;justify-content:flex-end!important;}
@media(max-width:768px){
  .pab-footer-symbols{align-items:center!important;}
  .pab-footer-symbol-list{align-items:center!important;justify-content:center!important;}
}

/* Version 1.14.26 - footer symbols fix, WooCommerce pages, checkout steps, and FAQ page */
.pab-footer-symbols{
  grid-column:1!important;
  grid-row:1!important;
  direction:rtl!important;
  text-align:right!important;
  justify-self:end!important;
  order:0!important;
}
.pab-footer-symbols,.pab-footer-symbol-list{align-items:unset!important}
.pab-footer-symbol-list{justify-content:flex-start!important}

/* Woo purchase steps */
.pab-purchase-steps{width:min(var(--container),calc(100% - 92px));margin:26px auto 18px;background:var(--surface);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow-soft);padding:14px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px;position:relative;direction:rtl}
.pab-purchase-steps:before{content:"";position:absolute;left:52px;right:52px;top:36px;height:4px;background:var(--blue-soft);border-radius:999px;z-index:0}.pab-purchase-step{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:9px;text-decoration:none!important;color:var(--muted);font-size:14px;font-weight:900;min-height:42px;border-radius:16px;background:#fff;border:1px solid rgba(61,120,144,.08)}.pab-purchase-step i{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--surface-2);color:var(--blue-dark);font-style:normal;font-size:13px;font-weight:950}.pab-purchase-step.is-current{color:var(--orange-dark);background:#fff7f1;border-color:rgba(255,150,93,.22)}.pab-purchase-step.is-current i,.pab-purchase-step.is-done i{background:linear-gradient(135deg,var(--orange),var(--orange-dark));color:#fff}.pab-purchase-step.is-done{color:var(--blue-dark)}

/* Compact cart / checkout / thank you */
.woocommerce-cart .woocommerce,.woocommerce-checkout .woocommerce{width:min(var(--container),calc(100% - 92px));margin:0 auto 80px}.woocommerce-cart table.shop_table,.woocommerce-checkout-review-order table.shop_table{border:0!important;border-collapse:separate!important;border-spacing:0 10px!important}.woocommerce-cart table.shop_table th,.woocommerce-checkout-review-order table.shop_table th{border:0!important;color:var(--blue-dark);font-size:13px;font-weight:900}.woocommerce-cart table.shop_table td,.woocommerce-checkout-review-order table.shop_table td{border:0!important;background:var(--surface);padding:12px!important;vertical-align:middle;box-shadow:var(--shadow-soft)}.woocommerce-cart table.shop_table tr td:first-child{border-radius:0 16px 16px 0!important}.woocommerce-cart table.shop_table tr td:last-child{border-radius:16px 0 0 16px!important}.woocommerce-cart .cart-collaterals .cart_totals,.woocommerce-checkout #order_review,.woocommerce-checkout .woocommerce-billing-fields,.woocommerce-checkout .woocommerce-shipping-fields,.woocommerce-checkout .woocommerce-additional-fields,.woocommerce-order{background:var(--surface);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow-soft);padding:18px}.woocommerce-cart .cart-collaterals .cart_totals h2,.woocommerce-checkout h3{font-size:18px;color:var(--blue-dark);font-weight:950}.woocommerce-cart .quantity .qty{width:72px;border:1px solid var(--line);border-radius:12px;min-height:38px;text-align:center}.woocommerce-cart .coupon{display:flex;gap:8px;flex-wrap:wrap}.woocommerce-cart .coupon input{min-height:42px;border:1px solid var(--line);border-radius:14px;padding:7px 12px}.woocommerce-cart .checkout-button,.woocommerce-checkout #place_order{width:100%;min-height:46px;border-radius:999px!important;background:linear-gradient(135deg,var(--orange),var(--orange-dark))!important;color:#fff!important;font-weight:950!important;box-shadow:none!important}.woocommerce-checkout form.checkout{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:22px;align-items:start}.woocommerce-checkout #order_review_heading{display:none}.woocommerce-checkout .form-row input.input-text,.woocommerce-checkout .form-row textarea,.woocommerce-checkout .select2-container .select2-selection--single{border:1px solid var(--line)!important;border-radius:14px!important;min-height:42px!important;background:#fff!important;padding:8px 12px!important;box-shadow:none!important}.woocommerce-checkout .select2-container .select2-selection--single{display:flex!important;align-items:center}.woocommerce-order-overview{background:var(--surface-2);border-radius:18px;padding:14px!important}.woocommerce-thankyou-order-received{background:#eff8f2;border-radius:20px;padding:16px 18px;color:#207444;font-weight:900;text-align:center}

/* Better account page */
.woocommerce-account .woocommerce-MyAccount-navigation{background:linear-gradient(180deg,#fff,#f6fafb);border-radius:28px;position:sticky;top:18px}.woocommerce-account .woocommerce-MyAccount-navigation a:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--orange);opacity:.55;margin-left:8px}.woocommerce-account .woocommerce-MyAccount-content{background:linear-gradient(180deg,#fff,#fbfdfd);border-radius:28px}.woocommerce-account .woocommerce-MyAccount-content p{line-height:2}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info{background:var(--surface-2);box-shadow:none;border-radius:18px}.woocommerce-account fieldset{border:1px solid var(--line);border-radius:18px;padding:16px;margin-top:18px}.woocommerce-account legend{font-weight:950;color:var(--blue-dark);padding:0 8px}

/* Full FAQ page */
.pab-full-faq-page{padding:34px 0 86px}.pab-faq-hero{background:linear-gradient(135deg,var(--blue-soft),#fff6ef);border-radius:36px;padding:42px 36px;text-align:center;box-shadow:var(--shadow-soft)}.pab-faq-hero span{color:var(--orange-dark);font-weight:950}.pab-faq-hero h1{margin:10px 0 12px;color:var(--blue-dark);font-size:34px;font-weight:950}.pab-faq-hero p{max-width:780px;margin:0 auto 24px;line-height:2;color:#47585f}.pab-faq-search{width:min(680px,100%);height:52px;margin:auto;background:#fff;border:1px solid var(--line);border-radius:999px;display:flex;align-items:center;gap:10px;padding:4px 18px;box-shadow:var(--shadow-soft)}.pab-faq-search input{border:0;outline:0;background:transparent;flex:1;height:100%;text-align:right;font:inherit;color:var(--text)}.pab-faq-search i{width:36px;height:36px;border-radius:50%;background:var(--orange);color:#fff;display:grid;place-items:center;font-style:normal}.pab-faq-layout{display:grid;grid-template-columns:270px 1fr;gap:24px;margin-top:28px;align-items:start}.pab-faq-cats{position:sticky;top:18px;background:#fff;border:1px solid var(--line);border-radius:24px;padding:12px;box-shadow:var(--shadow-soft);display:grid;gap:8px}.pab-faq-cats button{border:0;border-radius:14px;background:var(--surface-2);min-height:40px;text-align:right;padding:8px 12px;font-weight:900;color:var(--text);cursor:pointer}.pab-faq-cats button.is-active,.pab-faq-cats button:hover{background:var(--orange);color:#fff}.pab-faq-accordion{display:grid;gap:12px}.pab-faq-card{background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow-soft);overflow:hidden}.pab-faq-card[hidden]{display:none}.pab-faq-card-question{width:100%;border:0;background:transparent;padding:16px 18px;display:flex;align-items:center;justify-content:space-between;gap:14px;text-align:right;cursor:pointer;color:var(--text);font-weight:950}.pab-faq-card-question span{display:grid;gap:5px}.pab-faq-card-question em{font-style:normal;color:var(--orange-dark);font-size:12px}.pab-faq-card-question b{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:var(--blue);color:#fff;flex:0 0 28px}.pab-faq-card-answer{display:none;padding:0 18px 17px}.pab-faq-card.is-open .pab-faq-card-answer{display:block}.pab-faq-card-answer p{margin:0;line-height:2;color:#53636a}.pab-faq-empty{background:#fff;border-radius:18px;padding:22px;text-align:center;color:var(--muted);box-shadow:var(--shadow-soft)}

@media(max-width:900px){.pab-purchase-steps,.woocommerce-cart .woocommerce,.woocommerce-checkout .woocommerce{width:calc(100% - 30px)}.woocommerce-checkout form.checkout{display:block}.woocommerce-checkout #order_review{margin-top:18px}.woocommerce-account .woocommerce-MyAccount-navigation{position:static}.pab-faq-layout{grid-template-columns:1fr}.pab-faq-cats{position:static;display:flex;overflow:auto}.pab-faq-cats button{white-space:nowrap;flex:0 0 auto}.pab-faq-hero{padding:30px 18px;border-radius:26px}.pab-faq-hero h1{font-size:25px}.pab-purchase-steps{grid-template-columns:1fr;gap:8px}.pab-purchase-steps:before{display:none}}

@media(max-width:768px){.pab-footer-symbols{grid-column:auto!important;grid-row:auto!important;justify-self:center!important;align-items:center!important;text-align:center!important}.pab-footer-socials{justify-self:center!important}}


/* Version 1.14.27 - checkout two-column layout and login logo refinement */
body.login h1 a{background-size:contain!important;background-position:center!important;background-repeat:no-repeat!important;width:190px!important;height:96px!important}
.woocommerce-checkout .woocommerce{width:min(var(--container),calc(100% - 72px))!important;margin:0 auto 72px!important}
.woocommerce-checkout form.checkout{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(330px,420px)!important;
  gap:18px!important;
  align-items:start!important;
  direction:rtl!important;
}
.woocommerce-checkout #customer_details{
  grid-column:1!important;
  display:flex!important;
  flex-direction:column!important;
  gap:14px!important;
  width:100%!important;
  float:none!important;
}
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2{
  width:100%!important;
  float:none!important;
  clear:both!important;
  margin:0!important;
}
.woocommerce-checkout #order_review{
  grid-column:2!important;
  grid-row:1!important;
  margin:0!important;
  position:sticky!important;
  top:18px!important;
  align-self:start!important;
}
.woocommerce-checkout #order_review_heading{display:none!important}
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-checkout #order_review{
  background:#fff!important;
  border:1px solid var(--line)!important;
  border-radius:22px!important;
  box-shadow:0 14px 34px rgba(39,63,72,.08)!important;
  padding:16px!important;
}
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-additional-fields h3,
.woocommerce-checkout #order_review h3{font-size:17px!important;font-weight:900!important;margin:0 0 14px!important;color:var(--blue-dark)!important}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px 12px!important;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper:before,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper:after{display:none!important}
.woocommerce-checkout .form-row{
  width:auto!important;
  float:none!important;
  clear:none!important;
  margin:0!important;
  padding:0!important;
}
.woocommerce-checkout .form-row-wide,
.woocommerce-checkout #billing_address_1_field,
.woocommerce-checkout #billing_address_2_field,
.woocommerce-checkout #shipping_address_1_field,
.woocommerce-checkout #shipping_address_2_field{grid-column:1/-1!important}
.woocommerce-checkout #billing_country_field,
.woocommerce-checkout #billing_email_field,
.woocommerce-checkout #shipping_country_field{display:none!important}
.woocommerce-checkout .form-row label{display:block!important;margin:0 0 6px!important;font-size:12px!important;font-weight:800!important;color:var(--blue-dark)!important}
.woocommerce-checkout .form-row .required{color:var(--orange-dark)!important;text-decoration:none!important}
.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row textarea,
.woocommerce-checkout .form-row select,
.woocommerce-checkout .select2-container .select2-selection--single{
  min-height:40px!important;
  height:40px!important;
  border:1px solid rgba(61,120,144,.18)!important;
  border-radius:13px!important;
  background:#fff!important;
  color:var(--text)!important;
  font-size:13px!important;
  font-weight:600!important;
  box-shadow:none!important;
}
.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row textarea,
.woocommerce-checkout .form-row select{padding:7px 11px!important}
.woocommerce-checkout .select2-container .select2-selection--single{display:flex!important;align-items:center!important;padding:0 10px!important}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered{padding:0!important;line-height:38px!important;color:var(--text)!important}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow{height:38px!important;left:8px!important;right:auto!important}
.woocommerce-checkout .woocommerce-additional-fields textarea{height:96px!important;min-height:96px!important;resize:vertical!important}
.woocommerce-checkout-review-order table.shop_table{margin:0!important;border-spacing:0 8px!important}
.woocommerce-checkout-review-order table.shop_table th{font-size:12px!important;font-weight:800!important;padding:8px!important}
.woocommerce-checkout-review-order table.shop_table td{font-size:13px!important;padding:10px!important;box-shadow:none!important;background:var(--surface-2)!important}
.woocommerce-checkout #payment{background:var(--surface-2)!important;border-radius:18px!important;padding:12px!important;margin-top:12px!important}
.woocommerce-checkout #payment ul.payment_methods{padding:0!important;border:0!important}
.woocommerce-checkout #payment div.payment_box{border-radius:14px!important;background:#fff!important;color:var(--text)!important;font-size:13px!important}
.woocommerce-checkout #place_order{min-height:42px!important;font-size:14px!important;margin-top:10px!important}
@media(max-width:900px){
  .woocommerce-checkout .woocommerce{width:calc(100% - 28px)!important;margin-bottom:44px!important}
  .woocommerce-checkout form.checkout{display:block!important}
  .woocommerce-checkout #customer_details{display:flex!important;gap:12px!important}
  .woocommerce-checkout #order_review{position:static!important;margin-top:14px!important}
}
@media(max-width:520px){
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper{grid-template-columns:1fr!important}
  .woocommerce-checkout .form-row-wide,
  .woocommerce-checkout #billing_address_1_field,
  .woocommerce-checkout #billing_address_2_field,
  .woocommerce-checkout #shipping_address_1_field,
  .woocommerce-checkout #shipping_address_2_field{grid-column:auto!important}
  .woocommerce-checkout .woocommerce-billing-fields,
  .woocommerce-checkout .woocommerce-additional-fields,
  .woocommerce-checkout #order_review{padding:13px!important;border-radius:18px!important}
}


/* Version 1.14.28 - login logo, order details and My Account layout */
.woocommerce-checkout .pab-field-hidden{display:none!important}
.woocommerce-order-details,
.woocommerce-customer-details{background:var(--surface)!important;border:1px solid var(--line)!important;border-radius:24px!important;box-shadow:var(--shadow-soft)!important;padding:18px!important;margin:18px 0!important;overflow:hidden!important}
.woocommerce-order-details__title,
.woocommerce-column__title{font-size:18px!important;font-weight:950!important;color:var(--blue-dark)!important;margin:0 0 14px!important}
.woocommerce-order-details table.shop_table,
.woocommerce table.woocommerce-table--order-details{border:0!important;border-collapse:separate!important;border-spacing:0 8px!important;margin:0!important;width:100%!important}
.woocommerce-order-details table.shop_table th,
.woocommerce-order-details table.shop_table td,
.woocommerce table.woocommerce-table--order-details th,
.woocommerce table.woocommerce-table--order-details td{border:0!important;padding:10px 12px!important;font-size:13px!important;vertical-align:middle!important}
.woocommerce-order-details table.shop_table thead th,
.woocommerce table.woocommerce-table--order-details thead th{background:var(--blue-soft)!important;color:var(--blue-dark)!important;font-weight:900!important}
.woocommerce-order-details table.shop_table tbody td,
.woocommerce table.woocommerce-table--order-details tbody td{background:#fff!important;box-shadow:0 6px 18px rgba(39,63,72,.05)!important}
.woocommerce-order-details table.shop_table tfoot th,
.woocommerce-order-details table.shop_table tfoot td,
.woocommerce table.woocommerce-table--order-details tfoot th,
.woocommerce table.woocommerce-table--order-details tfoot td{background:var(--surface-2)!important;font-weight:850!important;color:var(--text)!important}
.woocommerce-order-details table.shop_table tr > *:first-child{border-radius:0 14px 14px 0!important}
.woocommerce-order-details table.shop_table tr > *:last-child{border-radius:14px 0 0 14px!important}
.woocommerce-order-details .product-name a{color:var(--blue-dark)!important;font-weight:850!important;text-decoration:none!important}
body.woocommerce-account .pab-entry-content>.woocommerce,
.pab-entry-content>.woocommerce:has(.woocommerce-MyAccount-navigation){display:grid!important;grid-template-columns:280px minmax(0,1fr)!important;gap:22px!important;align-items:start!important;width:min(var(--container),calc(100% - 92px))!important;margin:34px auto 80px!important}
.pab-entry-content .woocommerce-MyAccount-navigation{float:none!important;width:auto!important;margin:0!important;background:linear-gradient(180deg,#fff,#f6fafb)!important;border:1px solid var(--line)!important;border-radius:28px!important;box-shadow:var(--shadow-soft)!important;padding:14px!important;position:sticky!important;top:18px!important}
.pab-entry-content .woocommerce-MyAccount-content{float:none!important;margin:0!important;min-width:0!important;background:linear-gradient(180deg,#fff,#fbfdfd)!important;border:1px solid var(--line)!important;border-radius:28px!important;box-shadow:var(--shadow-soft)!important;padding:24px!important;min-height:320px!important}
.pab-entry-content .woocommerce-MyAccount-navigation ul{list-style:none!important;margin:0!important;padding:0!important;display:flex!important;flex-direction:column!important;gap:7px!important}
.pab-entry-content .woocommerce-MyAccount-navigation a{display:flex!important;align-items:center!important;gap:8px!important;min-height:42px!important;border-radius:14px!important;padding:8px 12px!important;font-weight:900!important;color:var(--text)!important;text-decoration:none!important}
.pab-entry-content .woocommerce-MyAccount-navigation a:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--orange);opacity:.55;flex:0 0 8px}
.pab-entry-content .woocommerce-MyAccount-navigation .is-active a,
.pab-entry-content .woocommerce-MyAccount-navigation a:hover{background:var(--blue-soft)!important;color:var(--blue-dark)!important}
.pab-entry-content .woocommerce-MyAccount-navigation-link--downloads{display:none!important}
.pab-entry-content .woocommerce-MyAccount-content p{line-height:2!important}
.pab-entry-content .woocommerce-MyAccount-content .woocommerce-info{background:var(--surface-2)!important;border:0!important;box-shadow:none!important;border-radius:18px!important;padding:14px!important}
.pab-entry-content .woocommerce-MyAccount-content table{border:0!important;border-collapse:separate!important;border-spacing:0 8px!important}
.pab-entry-content .woocommerce-MyAccount-content table th,
.pab-entry-content .woocommerce-MyAccount-content table td{border:0!important;background:var(--surface-2)!important;padding:12px!important}
@media(max-width:900px){
  body.woocommerce-account .pab-entry-content>.woocommerce,
  .pab-entry-content>.woocommerce:has(.woocommerce-MyAccount-navigation){display:block!important;width:calc(100% - 30px)!important;margin:22px auto 60px!important}
  .pab-entry-content .woocommerce-MyAccount-navigation{position:static!important;margin-bottom:16px!important}
  .pab-entry-content .woocommerce-MyAccount-navigation ul{display:grid!important;grid-template-columns:1fr 1fr!important}
  .pab-entry-content .woocommerce-MyAccount-content{padding:18px!important}
  .woocommerce-order-details,.woocommerce-customer-details{padding:14px!important;border-radius:18px!important;overflow:auto!important}
}

/* Version 1.14.29 - strict My Account two-column layout */
body.woocommerce-account .pab-entry-content > .woocommerce,
.pab-entry-content > .woocommerce.pab-myaccount-layout{
  display:flex!important;
  flex-direction:row!important;
  gap:24px!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  width:min(var(--container),calc(100% - 92px))!important;
  margin:34px auto 80px!important;
  direction:rtl!important;
  clear:both!important;
}
body.woocommerce-account .pab-entry-content > .woocommerce > nav.woocommerce-MyAccount-navigation,
.pab-entry-content > .woocommerce.pab-myaccount-layout > nav.woocommerce-MyAccount-navigation{
  flex:0 0 270px!important;
  width:270px!important;
  max-width:270px!important;
  float:none!important;
  margin:0!important;
  order:1!important;
}
body.woocommerce-account .pab-entry-content > .woocommerce > .woocommerce-MyAccount-content,
.pab-entry-content > .woocommerce.pab-myaccount-layout > .woocommerce-MyAccount-content{
  flex:1 1 auto!important;
  width:auto!important;
  min-width:0!important;
  float:none!important;
  margin:0!important;
  order:2!important;
}
body.woocommerce-account .pab-entry-content > .woocommerce:before,
body.woocommerce-account .pab-entry-content > .woocommerce:after,
.pab-entry-content > .woocommerce.pab-myaccount-layout:before,
.pab-entry-content > .woocommerce.pab-myaccount-layout:after{display:none!important;content:none!important}
@media(max-width:900px){
  body.woocommerce-account .pab-entry-content > .woocommerce,
  .pab-entry-content > .woocommerce.pab-myaccount-layout{display:block!important;width:calc(100% - 30px)!important;margin:22px auto 60px!important}
  body.woocommerce-account .pab-entry-content > .woocommerce > nav.woocommerce-MyAccount-navigation,
  .pab-entry-content > .woocommerce.pab-myaccount-layout > nav.woocommerce-MyAccount-navigation{width:100%!important;max-width:none!important;flex:none!important;margin-bottom:16px!important}
  body.woocommerce-account .pab-entry-content > .woocommerce > .woocommerce-MyAccount-content,
  .pab-entry-content > .woocommerce.pab-myaccount-layout > .woocommerce-MyAccount-content{width:100%!important;flex:none!important}
}

/* Version 1.14.35 - keep about stats desktop-like on mobile */
@media (max-width:768px){
  .about-section .stats-boxes,
  .about-card .stats-boxes{
    position:relative!important;
    display:block!important;
    width:min(calc(100vw - 44px),514px)!important;
    max-width:514px!important;
    height:auto!important;
    min-height:0!important;
    aspect-ratio:514/254!important;
    margin:20px auto 8px!important;
    padding:0!important;
    overflow:visible!important;
    direction:rtl!important;
    grid-template-columns:none!important;
    gap:0!important;
    box-sizing:border-box!important;
  }
  .about-section .stats-boxes > div,
  .about-card .stats-boxes > div{
    position:absolute!important;
    width:43.2%!important;
    height:44.1%!important;
    min-height:0!important;
    max-width:none!important;
    margin:0!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:clamp(3px,1.5vw,8px)!important;
    padding:clamp(5px,2vw,10px)!important;
    box-sizing:border-box!important;
    overflow:visible!important;
    text-align:center!important;
    color:#fff!important;
  }
  .about-section .stats-boxes > div strong,
  .about-card .stats-boxes > div strong{
    font-size:clamp(24px,8.5vw,42px)!important;
    line-height:1!important;
    font-weight:900!important;
    color:#fff!important;
    white-space:nowrap!important;
  }
  .about-section .stats-boxes > div span,
  .about-card .stats-boxes > div span{
    font-size:clamp(10px,3.7vw,22px)!important;
    line-height:1.35!important;
    font-weight:800!important;
    color:#fff!important;
    white-space:nowrap!important;
  }
  .about-section .stats-boxes > div:nth-child(1),
  .about-card .stats-boxes > div:nth-child(1){
    top:0!important;
    left:3.9%!important;
    right:auto!important;
    bottom:auto!important;
    background:linear-gradient(180deg,#ffb07f 0%,#fb935b 100%)!important;
    border-radius:clamp(14px,5vw,26px)!important;
    clip-path:none!important;
    transform:none!important;
  }
  .about-section .stats-boxes > div:nth-child(2),
  .about-card .stats-boxes > div:nth-child(2){
    top:0!important;
    right:3.9%!important;
    left:auto!important;
    bottom:auto!important;
    background:transparent!important;
    border-radius:clamp(14px,5vw,28px)!important;
    clip-path:none!important;
    transform:none!important;
  }
  .about-section .stats-boxes > div:nth-child(2)::before,
  .about-card .stats-boxes > div:nth-child(2)::before{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    background:#9ec7d3!important;
    border-radius:clamp(16px,5.5vw,28px) clamp(18px,6vw,34px) clamp(15px,5vw,26px) clamp(17px,5.5vw,30px)!important;
    transform:skewX(-12deg) rotate(1deg)!important;
    transform-origin:center!important;
    z-index:-1!important;
  }
  .about-section .stats-boxes > div:nth-child(3),
  .about-card .stats-boxes > div:nth-child(3){
    left:3.9%!important;
    bottom:0!important;
    right:auto!important;
    top:auto!important;
    background:transparent!important;
    border-radius:clamp(14px,5vw,28px)!important;
    clip-path:none!important;
    transform:none!important;
  }
  .about-section .stats-boxes > div:nth-child(3)::before,
  .about-card .stats-boxes > div:nth-child(3)::before{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    background:#9ec7d3!important;
    border-radius:clamp(17px,5.5vw,30px) clamp(16px,5vw,28px) clamp(18px,6vw,34px) clamp(15px,5vw,26px)!important;
    transform:skewX(12deg) rotate(5deg)!important;
    transform-origin:center!important;
    z-index:-1!important;
  }
  .about-section .stats-boxes > div:nth-child(4),
  .about-card .stats-boxes > div:nth-child(4){
    right:3.9%!important;
    bottom:0!important;
    left:auto!important;
    top:auto!important;
    background:linear-gradient(180deg,#ffb07f 0%,#fb935b 100%)!important;
    border-radius:clamp(14px,5vw,26px)!important;
    clip-path:none!important;
    transform:none!important;
  }
}
@media (max-width:420px){
  .about-section .stats-boxes,
  .about-card .stats-boxes{
    width:min(calc(100vw - 34px),390px)!important;
    grid-template-columns:none!important;
  }
  .about-section .stats-boxes > div,
  .about-card .stats-boxes > div{
    max-width:none!important;
    margin:0!important;
  }
}
@media (max-width:340px){
  .about-section .stats-boxes > div span,
  .about-card .stats-boxes > div span{font-size:10px!important;}
  .about-section .stats-boxes > div strong,
  .about-card .stats-boxes > div strong{font-size:23px!important;}
}

/* Version 1.14.36 - product image area, deal-only sold progress, why-card custom icons, stable mobile stats colors */
.product-item:not(.deal-card) figure,
.products-section .product-item:not(.deal-card) figure,
.second-products .product-item:not(.deal-card) figure{
  background:#fff!important;
}
.product-item:not(.deal-card) figure a,
.products-section .product-item:not(.deal-card) figure a,
.second-products .product-item:not(.deal-card) figure a{
  padding:0!important;
  background:#fff!important;
}
.product-item:not(.deal-card) figure img,
.products-section .product-item:not(.deal-card) figure img,
.second-products .product-item:not(.deal-card) figure img{
  padding:0!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  background:#fff!important;
}
.product-item:not(.deal-card) .pab-product-sold-progress,
.products-section .product-item:not(.deal-card) .pab-product-sold-progress,
.second-products .product-item:not(.deal-card) .pab-product-sold-progress{
  display:none!important;
}
.why-card .why-card-icon{
  overflow:hidden!important;
}
.why-card .why-card-icon img{
  width:34px!important;
  height:34px!important;
  max-width:34px!important;
  max-height:34px!important;
  object-fit:contain!important;
  display:block!important;
}
@media (max-width:768px){
  .why-card .why-card-icon img{
    width:27px!important;
    height:27px!important;
    max-width:27px!important;
    max-height:27px!important;
  }
  .about-section .stats-boxes > div:nth-child(2),
  .about-card .stats-boxes > div:nth-child(2),
  .about-section .stats-boxes > div:nth-child(3),
  .about-card .stats-boxes > div:nth-child(3){
    background:#9ec7d3!important;
  }
  .about-section .stats-boxes > div:nth-child(2)::before,
  .about-card .stats-boxes > div:nth-child(2)::before,
  .about-section .stats-boxes > div:nth-child(3)::before,
  .about-card .stats-boxes > div:nth-child(3)::before{
    background:#9ec7d3!important;
  }
}

/* Version 1.14.37 - blog cards, Jalali meta, single post, related carousel and archive */
.blog-card,
.pab-blog-card{
  position:relative!important;
  overflow:hidden!important;
  background:#fff!important;
  border-radius:22px!important;
  padding:0 0 18px!important;
}
.blog-card > a:first-child,
.blog-card .pab-blog-card-thumb{
  display:block!important;
  width:100%!important;
  height:190px!important;
  margin:0!important;
  overflow:hidden!important;
  border-radius:22px 22px 0 0!important;
  background:#eef5f7!important;
}
.blog-card > a:first-child img,
.blog-card .pab-blog-card-thumb img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  border-radius:22px 22px 0 0!important;
  transform:translateZ(0)!important;
}
.blog-card .pab-blog-date,
.blog-card span.pab-blog-date{
  display:block!important;
  color:#7d8d94!important;
  font-size:12px!important;
  font-weight:500!important;
  margin:14px 18px 2px!important;
}
.blog-card h3 a{
  margin:0!important;
  color:inherit!important;
  font-size:inherit!important;
  font-weight:inherit!important;
}
.blog-card .pab-blog-more,
.blog-card > a:last-child{
  display:inline-flex!important;
  align-items:center!important;
  width:max-content!important;
  margin-inline:18px!important;
  color:var(--blue-dark)!important;
  font-weight:800!important;
  font-size:13px!important;
}
.blog-card .pab-blog-excerpt{
  margin:0 18px 14px!important;
  color:#64767d!important;
  font-size:13px!important;
  line-height:2!important;
}
.blog-card.wide{
  min-height:280px!important;
  padding:0!important;
  border-radius:22px!important;
}
.blog-card.wide > a:first-child,
.blog-card.wide .pab-blog-card-thumb{
  position:absolute!important;
  inset:0!important;
  height:100%!important;
  border-radius:22px!important;
}
.blog-card.wide > a:first-child img,
.blog-card.wide .pab-blog-card-thumb img{
  border-radius:22px!important;
}
.blog-card.wide::after{
  z-index:1!important;
  pointer-events:none!important;
}
.blog-card.wide .pab-blog-date,
.blog-card.wide span{
  position:relative!important;
  z-index:2!important;
  color:#fff!important;
  margin:160px 18px 2px!important;
}
.blog-card.wide h3,
.blog-card.wide h3 a,
.blog-card.wide .pab-blog-more,
.blog-card.wide > a:last-child{
  position:relative!important;
  z-index:2!important;
  color:#fff!important;
}
.blog-card.wide h3{margin-top:0!important;}

.pab-single-post-page{
  padding:54px 0 78px!important;
}
.pab-single-post,
.pab-post-comments,
.pab-related-posts,
.pab-blog-archive-hero,
.pab-empty-blog{
  background:#fff!important;
  border-radius:28px!important;
  box-shadow:var(--shadow-soft)!important;
}
.pab-single-post{
  overflow:hidden!important;
}
.pab-single-post-header{
  padding:34px 34px 24px!important;
  text-align:right!important;
}
.pab-post-category{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:34px!important;
  padding:0 16px!important;
  border-radius:999px!important;
  background:rgba(244,123,61,.12)!important;
  color:var(--orange-dark)!important;
  font-size:13px!important;
  font-weight:800!important;
  margin-bottom:14px!important;
}
.pab-single-post h1{
  margin:0 0 16px!important;
  color:#20333b!important;
  font-size:clamp(28px,3.4vw,46px)!important;
  line-height:1.65!important;
  font-weight:900!important;
}
.pab-post-meta{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
}
.pab-post-meta span{
  display:inline-flex!important;
  align-items:center!important;
  min-height:34px!important;
  padding:0 13px!important;
  border-radius:999px!important;
  background:#f3f7f8!important;
  color:#617177!important;
  font-size:13px!important;
  font-weight:600!important;
}
.pab-single-post-thumb{
  margin:0!important;
  width:100%!important;
  max-height:520px!important;
  overflow:hidden!important;
  background:#eef5f7!important;
}
.pab-single-post-thumb img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-height:520px!important;
  object-fit:cover!important;
}
.pab-single-post-content{
  padding:34px!important;
  font-size:16px!important;
  line-height:2.25!important;
  color:#2f4147!important;
}
.pab-single-post-content h2,
.pab-single-post-content h3,
.pab-single-post-content h4{
  color:#20333b!important;
  line-height:1.8!important;
  margin-top:28px!important;
}
.pab-single-post-content img{
  max-width:100%!important;
  border-radius:20px!important;
  height:auto!important;
}
.pab-post-page-links{padding:0 34px 34px!important;}
.pab-related-posts{
  position:relative!important;
  margin-top:34px!important;
  padding:28px!important;
  overflow:hidden!important;
}
.pab-related-posts .section-title{margin-bottom:20px!important;}
.pab-related-head-actions{
  position:absolute!important;
  top:25px!important;
  left:28px!important;
  display:flex!important;
  gap:8px!important;
  z-index:2!important;
}
.pab-related-head-actions button{
  width:38px!important;
  height:38px!important;
  border:0!important;
  border-radius:50%!important;
  background:#f3f7f8!important;
  color:var(--blue-dark)!important;
  font-size:24px!important;
  line-height:1!important;
  cursor:pointer!important;
}
.pab-related-blog-track{
  display:grid!important;
  grid-auto-flow:column!important;
  grid-auto-columns:calc((100% - 66px) / 4)!important;
  gap:22px!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  scroll-snap-type:x mandatory!important;
  scroll-padding-inline:2px!important;
  padding:4px 2px 14px!important;
  scrollbar-width:none!important;
}
.pab-related-blog-track::-webkit-scrollbar{display:none!important;}
.pab-related-blog-card{
  scroll-snap-align:start!important;
  box-shadow:0 10px 28px rgba(32,51,59,.08)!important;
}
.pab-related-blog-card > a:first-child,
.pab-related-blog-card .pab-blog-card-thumb{height:150px!important;}
.pab-related-blog-card h3{font-size:14px!important;line-height:1.9!important;}
.pab-post-comments{
  margin-top:34px!important;
  padding:28px!important;
}
.pab-comments-area .comments-title,
.pab-comments-area .comment-reply-title{
  color:#20333b!important;
  font-size:22px!important;
  line-height:1.8!important;
  margin:0 0 18px!important;
}
.pab-comment-list{
  list-style:none!important;
  margin:0 0 24px!important;
  padding:0!important;
  display:grid!important;
  gap:14px!important;
}
.pab-comment-list .comment-body{
  background:#f6fafb!important;
  border-radius:20px!important;
  padding:18px!important;
  color:#2f4147!important;
}
.pab-comments-area input[type="text"],
.pab-comments-area input[type="email"],
.pab-comments-area input[type="url"],
.pab-comments-area textarea{
  width:100%!important;
  border:1px solid #e0ebef!important;
  border-radius:16px!important;
  background:#fbfdfe!important;
  padding:12px 14px!important;
  outline:none!important;
}
.pab-comments-area textarea{min-height:140px!important;}
.pab-comments-area .submit{
  border:0!important;
  border-radius:999px!important;
  background:var(--orange)!important;
  color:#fff!important;
  padding:12px 24px!important;
  font-weight:800!important;
  cursor:pointer!important;
}

.pab-blog-archive-page{
  padding:54px 0 82px!important;
}
.pab-blog-archive-hero{
  padding:30px!important;
  margin-bottom:28px!important;
}
.pab-blog-archive-hero h1{font-size:34px!important;line-height:1.7!important;margin:0!important;}
.pab-blog-archive-hero p{
  margin:12px 0 0!important;
  color:#617177!important;
  font-size:15px!important;
  line-height:2!important;
}
.pab-blog-archive-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:22px!important;
}
.pab-archive-blog-card{
  min-height:100%!important;
}
.pab-archive-blog-card > a:first-child,
.pab-archive-blog-card .pab-blog-card-thumb{height:210px!important;}
.pab-archive-blog-card h3{font-size:16px!important;line-height:1.9!important;}
.pab-blog-pagination{
  margin-top:30px!important;
  display:flex!important;
  justify-content:center!important;
}
.pab-blog-pagination ul{
  list-style:none!important;
  margin:0!important;
  padding:8px!important;
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  background:#fff!important;
  border-radius:999px!important;
  box-shadow:var(--shadow-soft)!important;
}
.pab-blog-pagination li{margin:0!important;}
.pab-blog-pagination a,
.pab-blog-pagination span{
  min-width:36px!important;
  height:36px!important;
  padding:0 12px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:999px!important;
  color:#2f4147!important;
  font-size:13px!important;
  font-weight:800!important;
}
.pab-blog-pagination .current{
  background:var(--orange)!important;
  color:#fff!important;
}
.pab-empty-blog{
  padding:28px!important;
  color:#617177!important;
  text-align:center!important;
}
@media (max-width:1100px){
  .pab-blog-archive-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .pab-related-blog-track{grid-auto-columns:calc((100% - 22px) / 2)!important;}
}
@media (max-width:768px){
  .blog-grid{grid-template-columns:1fr!important;}
  .blog-card,
  .pab-blog-card{border-radius:18px!important;}
  .blog-card > a:first-child,
  .blog-card .pab-blog-card-thumb{height:180px!important;border-radius:18px 18px 0 0!important;}
  .blog-card > a:first-child img,
  .blog-card .pab-blog-card-thumb img{border-radius:18px 18px 0 0!important;}
  .blog-card.wide{min-height:245px!important;border-radius:18px!important;}
  .blog-card.wide > a:first-child,
  .blog-card.wide .pab-blog-card-thumb,
  .blog-card.wide > a:first-child img,
  .blog-card.wide .pab-blog-card-thumb img{border-radius:18px!important;}
  .blog-card.wide .pab-blog-date,
  .blog-card.wide span{margin-top:145px!important;}
  .pab-single-post-page,.pab-blog-archive-page{padding:34px 0 58px!important;}
  .pab-single-post-header,.pab-single-post-content,.pab-post-comments,.pab-related-posts,.pab-blog-archive-hero{padding:18px!important;border-radius:20px!important;}
  .pab-single-post h1{font-size:24px!important;}
  .pab-post-meta{gap:7px!important;}
  .pab-post-meta span{font-size:11.5px!important;min-height:30px!important;padding:0 10px!important;}
  .pab-single-post-content{font-size:14px!important;line-height:2.2!important;}
  .pab-single-post-thumb,.pab-single-post-thumb img{max-height:280px!important;}
  .pab-related-head-actions{display:none!important;}
  .pab-related-blog-track{grid-auto-columns:66%!important;gap:14px!important;padding-bottom:10px!important;}
  .pab-related-blog-card > a:first-child,.pab-related-blog-card .pab-blog-card-thumb{height:140px!important;}
  .pab-blog-archive-grid{grid-template-columns:1fr!important;gap:16px!important;}
  .pab-blog-archive-hero h1{font-size:24px!important;}
  .pab-archive-blog-card > a:first-child,.pab-archive-blog-card .pab-blog-card-thumb{height:190px!important;}
  .pab-blog-pagination ul{border-radius:24px!important;}
}

/* Version 1.14.38 - blog route fix, 404, shop cards and quick-view cleanup */
.pab-not-found{
  min-height:56vh!important;
  display:grid!important;
  place-items:center!important;
  padding:56px 0 76px!important;
}
.pab-not-found-card{
  width:min(720px,100%)!important;
  background:linear-gradient(145deg,#fff,#f7fbfc)!important;
  border:1px solid rgba(121,137,145,.16)!important;
  border-radius:32px!important;
  box-shadow:var(--shadow-soft)!important;
  padding:42px 34px!important;
  text-align:center!important;
  position:relative!important;
  overflow:hidden!important;
}
.pab-not-found-card::before{
  content:""!important;
  position:absolute!important;
  width:220px!important;
  height:220px!important;
  border-radius:50%!important;
  background:rgba(158,199,211,.28)!important;
  right:-70px!important;
  top:-90px!important;
}
.pab-not-found-code{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:116px!important;
  height:62px!important;
  padding:0 22px!important;
  border-radius:999px!important;
  background:var(--orange)!important;
  color:#fff!important;
  font-size:30px!important;
  line-height:1!important;
  font-weight:950!important;
  margin-bottom:16px!important;
  position:relative!important;
  z-index:1!important;
}
.pab-not-found h1{
  margin:0 0 12px!important;
  color:var(--blue-dark)!important;
  font-size:30px!important;
  line-height:1.8!important;
  font-weight:950!important;
  position:relative!important;
  z-index:1!important;
}
.pab-not-found p{
  margin:0 auto 24px!important;
  max-width:540px!important;
  color:#607179!important;
  font-size:15px!important;
  line-height:2.1!important;
  position:relative!important;
  z-index:1!important;
}
.pab-not-found-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:12px!important;
  flex-wrap:wrap!important;
  position:relative!important;
  z-index:1!important;
}
.pab-not-found-actions .btn,
.pab-not-found-actions a{
  min-width:174px!important;
  height:46px!important;
  border-radius:999px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 22px!important;
  text-decoration:none!important;
  font-size:13px!important;
  font-weight:900!important;
  border:0!important;
}
.pab-not-found-actions .btn-blue{
  background:var(--blue)!important;
  color:#fff!important;
}
.pab-not-found-actions .btn-blue:hover{background:var(--blue-dark)!important;color:#fff!important}
.woocommerce-shop .pab-woo-page,
.post-type-archive-product .pab-woo-page,
.tax-product_cat .pab-woo-page,
.tax-product_tag .pab-woo-page{padding-top:28px!important}
.woocommerce ul.products,
.woocommerce-page ul.products{
  list-style:none!important;
  margin:26px 0 40px!important;
  padding:0!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:24px!important;
  align-items:stretch!important;
  clear:both!important;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after{display:none!important;content:none!important}
.woocommerce ul.products li.product.product-item.pab-shop-product-card,
.woocommerce-page ul.products li.product.product-item.pab-shop-product-card{
  float:none!important;
  width:auto!important;
  margin:0!important;
  padding:15px 15px 48px!important;
  min-height:330px!important;
  display:flex!important;
  flex-direction:column!important;
  border-radius:24px!important;
  background:#fff!important;
  box-shadow:var(--shadow-soft)!important;
  border:1px solid rgba(255,255,255,.72)!important;
  text-align:right!important;
  overflow:visible!important;
}
.woocommerce ul.products li.product.product-item.pab-shop-product-card:hover,
.woocommerce-page ul.products li.product.product-item.pab-shop-product-card:hover{
  transform:translateY(-6px)!important;
  border-color:rgba(255,150,93,.35)!important;
  box-shadow:0 18px 46px rgba(52,83,94,.12)!important;
}
.woocommerce ul.products li.product.product-item.pab-shop-product-card figure,
.woocommerce-page ul.products li.product.product-item.pab-shop-product-card figure{
  height:190px!important;
  padding:0!important;
  margin:0 0 8px!important;
  background:#fff!important;
  border-radius:17px!important;
  overflow:hidden!important;
}
.woocommerce ul.products li.product.product-item.pab-shop-product-card figure a,
.woocommerce-page ul.products li.product.product-item.pab-shop-product-card figure a,
.woocommerce ul.products li.product.product-item.pab-shop-product-card figure img,
.woocommerce-page ul.products li.product.product-item.pab-shop-product-card figure img{
  width:100%!important;
  height:100%!important;
  display:block!important;
}
.woocommerce ul.products li.product.product-item.pab-shop-product-card figure img,
.woocommerce-page ul.products li.product.product-item.pab-shop-product-card figure img{
  object-fit:contain!important;
  padding:0!important;
  margin:0!important;
  background:#fff!important;
}
.woocommerce ul.products li.product.product-item.pab-shop-product-card h3,
.woocommerce-page ul.products li.product.product-item.pab-shop-product-card h3{
  min-height:50px!important;
  margin:8px 0 10px!important;
  font-size:14px!important;
  line-height:1.8!important;
  font-weight:900!important;
}
.woocommerce ul.products li.product.product-item.pab-shop-product-card h3 a,
.woocommerce-page ul.products li.product.product-item.pab-shop-product-card h3 a{color:#223035!important;text-decoration:none!important}
.woocommerce ul.products li.product.product-item.pab-shop-product-card .button,
.woocommerce-page ul.products li.product.product-item.pab-shop-product-card .button{margin:0!important}
.woocommerce ul.products li.product.product-item.pab-shop-product-card .added_to_cart,
.woocommerce-page ul.products li.product.product-item.pab-shop-product-card .added_to_cart{display:none!important}
.woocommerce ul.products li.product.product-item.pab-shop-product-card .pab-product-sold-progress,
.woocommerce-page ul.products li.product.product-item.pab-shop-product-card .pab-product-sold-progress{display:none!important}
#pab-quick-modal .pab-qv-stock,
#pab-quick-modal .discount-meta{display:none!important}
#pab-quick-modal .pab-qv-image-main{
  background:#fff!important;
}
#pab-quick-modal .pab-qv-image-main img{
  background:#fff!important;
}
@media (max-width:1200px){
  .woocommerce ul.products,
  .woocommerce-page ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:20px!important}
}
@media (max-width:768px){
  .pab-not-found{padding:34px 0 58px!important}
  .pab-not-found-card{padding:28px 18px!important;border-radius:24px!important}
  .pab-not-found h1{font-size:23px!important}
  .pab-not-found-actions{display:grid!important;grid-template-columns:1fr!important}
  .pab-not-found-actions .btn,.pab-not-found-actions a{width:100%!important;min-width:0!important}
  .woocommerce ul.products,
  .woocommerce-page ul.products{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:14px!important;
    margin-top:18px!important;
  }
  .woocommerce ul.products li.product.product-item.pab-shop-product-card,
  .woocommerce-page ul.products li.product.product-item.pab-shop-product-card{
    min-height:285px!important;
    padding:11px 11px 42px!important;
    border-radius:20px!important;
  }
  .woocommerce ul.products li.product.product-item.pab-shop-product-card figure,
  .woocommerce-page ul.products li.product.product-item.pab-shop-product-card figure{height:145px!important;border-radius:15px!important}
  .woocommerce ul.products li.product.product-item.pab-shop-product-card h3,
  .woocommerce-page ul.products li.product.product-item.pab-shop-product-card h3{font-size:12px!important;min-height:44px!important}
}
@media (max-width:420px){
  .woocommerce ul.products,
  .woocommerce-page ul.products{gap:12px!important}
  .woocommerce ul.products li.product.product-item.pab-shop-product-card figure,
  .woocommerce-page ul.products li.product.product-item.pab-shop-product-card figure{height:128px!important}
}

/* Version 1.14.39 - enhanced product archive controls, view modes, pagination, and archive card polish */
.pab-shop-archive-enhanced .pab-woo-page,
.woocommerce-shop .pab-woo-page,
.post-type-archive-product .pab-woo-page,
.tax-product_cat .pab-woo-page,
.tax-product_tag .pab-woo-page{
  padding-top:34px!important;
  padding-bottom:76px!important;
}
.pab-shop-archive-enhanced .page-title,
.woocommerce-shop .page-title,
.post-type-archive-product .page-title,
.tax-product_cat .page-title,
.tax-product_tag .page-title{
  width:100%!important;
  margin:0 0 18px!important;
  padding:24px 28px!important;
  border-radius:28px!important;
  background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(236,248,251,.92))!important;
  border:1px solid rgba(61,120,144,.12)!important;
  box-shadow:var(--shadow-soft)!important;
  color:var(--blue-dark)!important;
  font-size:30px!important;
  font-weight:950!important;
  line-height:1.6!important;
}
.pab-shop-topbar{
  width:100%!important;
  margin:0 0 24px!important;
  padding:12px!important;
  border-radius:24px!important;
  background:rgba(255,255,255,.96)!important;
  border:1px solid rgba(61,120,144,.12)!important;
  box-shadow:var(--shadow-soft)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  flex-wrap:wrap!important;
  direction:rtl!important;
  clear:both!important;
}
.pab-shop-result-count{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:40px!important;
  padding:0 14px!important;
  border-radius:999px!important;
  background:#f4fafc!important;
  border:1px solid rgba(61,120,144,.12)!important;
  color:#50656d!important;
  white-space:nowrap!important;
  flex:0 0 auto!important;
}
.pab-shop-result-count .woocommerce-result-count,
.woocommerce .pab-shop-result-count .woocommerce-result-count{
  margin:0!important;
  float:none!important;
  font-size:13px!important;
  font-weight:750!important;
  line-height:1.8!important;
  color:inherit!important;
}
.pab-mobile-filter-toggle{
  min-height:40px!important;
  border:0!important;
  border-radius:999px!important;
  background:var(--blue)!important;
  color:#fff!important;
  padding:0 16px!important;
  display:none!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  font-size:13px!important;
  font-weight:900!important;
  cursor:pointer!important;
  box-shadow:none!important;
}
.pab-mobile-filter-toggle span{font-size:18px!important;line-height:1!important}
.pab-shop-order-tabs{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:7px!important;
  flex:1 1 460px!important;
  min-width:280px!important;
  overflow-x:auto!important;
  padding:2px!important;
  scrollbar-width:thin!important;
}
.pab-shop-order-tabs a{
  min-height:38px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 14px!important;
  border-radius:999px!important;
  background:#f7fbfc!important;
  border:1px solid transparent!important;
  color:#41545b!important;
  font-size:13px!important;
  font-weight:850!important;
  line-height:1.6!important;
  white-space:nowrap!important;
  text-decoration:none!important;
  transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease!important;
}
.pab-shop-order-tabs a:hover,
.pab-shop-order-tabs a.is-active{
  background:var(--orange)!important;
  color:#fff!important;
  border-color:rgba(242,118,54,.20)!important;
  transform:translateY(-1px)!important;
}
.pab-shop-view-options{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:7px!important;
  flex:0 0 auto!important;
}
.pab-shop-view-btn{
  min-height:40px!important;
  padding:0 10px!important;
  border-radius:14px!important;
  background:#f4fafc!important;
  border:1px solid rgba(61,120,144,.12)!important;
  color:var(--blue-dark)!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  font-size:12px!important;
  font-weight:850!important;
  line-height:1.6!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  transition:background .2s ease,color .2s ease,border-color .2s ease!important;
}
.pab-shop-view-btn svg{width:18px!important;height:18px!important;fill:currentColor!important;display:block!important;flex:0 0 18px!important}
.pab-shop-view-btn:hover,
.pab-shop-view-btn.is-active{
  background:var(--blue)!important;
  color:#fff!important;
  border-color:var(--blue)!important;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering{
  float:none!important;
  margin:0 0 18px!important;
  padding:10px!important;
  border-radius:22px!important;
  background:#fff!important;
  border:1px solid rgba(61,120,144,.12)!important;
  box-shadow:var(--shadow-soft)!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
}
.woocommerce .woocommerce-ordering select.orderby,
.woocommerce-page .woocommerce-ordering select.orderby{
  min-height:42px!important;
  border:1px solid rgba(61,120,144,.14)!important;
  border-radius:14px!important;
  background:#f7fbfc!important;
  color:#26373d!important;
  padding:0 14px!important;
  font-size:13px!important;
  font-weight:850!important;
  outline:none!important;
  cursor:pointer!important;
}
.pab-shop-archive-enhanced .woocommerce-ordering{display:none!important}
body.pab-shop-view-grid .woocommerce ul.products,
body.pab-shop-view-grid .woocommerce-page ul.products,
body.pab-shop-view-grid3 .woocommerce ul.products,
body.pab-shop-view-grid3 .woocommerce-page ul.products,
body.pab-shop-view-grid2 .woocommerce ul.products,
body.pab-shop-view-grid2 .woocommerce-page ul.products,
body.pab-shop-view-list .woocommerce ul.products,
body.pab-shop-view-list .woocommerce-page ul.products{
  width:100%!important;
  float:none!important;
  clear:both!important;
}
body.pab-shop-view-grid .woocommerce ul.products,
body.pab-shop-view-grid .woocommerce-page ul.products{grid-template-columns:repeat(4,minmax(0,1fr))!important}
body.pab-shop-view-grid3 .woocommerce ul.products,
body.pab-shop-view-grid3 .woocommerce-page ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}
body.pab-shop-view-grid2 .woocommerce ul.products,
body.pab-shop-view-grid2 .woocommerce-page ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}
body.pab-shop-view-list .woocommerce ul.products,
body.pab-shop-view-list .woocommerce-page ul.products{
  grid-template-columns:1fr!important;
  gap:18px!important;
}
.woocommerce ul.products li.product.product-item.pab-shop-product-card figure,
.woocommerce-page ul.products li.product.product-item.pab-shop-product-card figure,
.related.products ul.products li.product.product-item figure,
.upsells.products ul.products li.product.product-item figure,
.cross-sells ul.products li.product.product-item figure{
  background:#fff!important;
  padding:0!important;
  overflow:hidden!important;
}
.woocommerce ul.products li.product.product-item.pab-shop-product-card figure img,
.woocommerce-page ul.products li.product.product-item.pab-shop-product-card figure img,
.related.products ul.products li.product.product-item figure img,
.upsells.products ul.products li.product.product-item figure img,
.cross-sells ul.products li.product.product-item figure img{
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  padding:0!important;
  background:#fff!important;
}
body.pab-shop-view-list .woocommerce ul.products li.product.product-item.pab-shop-product-card,
body.pab-shop-view-list .woocommerce-page ul.products li.product.product-item.pab-shop-product-card{
  display:grid!important;
  grid-template-columns:220px minmax(0,1fr) 210px!important;
  grid-template-rows:auto auto 1fr auto!important;
  column-gap:22px!important;
  row-gap:8px!important;
  align-items:center!important;
  min-height:230px!important;
  padding:16px 16px 18px!important;
}
body.pab-shop-view-list .woocommerce ul.products li.product.product-item.pab-shop-product-card figure,
body.pab-shop-view-list .woocommerce-page ul.products li.product.product-item.pab-shop-product-card figure{
  grid-column:1!important;
  grid-row:1 / span 4!important;
  height:198px!important;
  margin:0!important;
}
body.pab-shop-view-list .woocommerce ul.products li.product.product-item.pab-shop-product-card .product-tag,
body.pab-shop-view-list .woocommerce-page ul.products li.product.product-item.pab-shop-product-card .product-tag,
body.pab-shop-view-list .woocommerce ul.products li.product.product-item.pab-shop-product-card h3,
body.pab-shop-view-list .woocommerce-page ul.products li.product.product-item.pab-shop-product-card h3{
  grid-column:2!important;
}
body.pab-shop-view-list .woocommerce ul.products li.product.product-item.pab-shop-product-card h3,
body.pab-shop-view-list .woocommerce-page ul.products li.product.product-item.pab-shop-product-card h3{
  min-height:0!important;
  margin:4px 0 8px!important;
  font-size:17px!important;
}
body.pab-shop-view-list .woocommerce ul.products li.product.product-item.pab-shop-product-card .discount-meta,
body.pab-shop-view-list .woocommerce-page ul.products li.product.product-item.pab-shop-product-card .discount-meta{
  grid-column:2!important;
  max-width:220px!important;
}
body.pab-shop-view-list .woocommerce ul.products li.product.product-item.pab-shop-product-card .product-info-row,
body.pab-shop-view-list .woocommerce-page ul.products li.product.product-item.pab-shop-product-card .product-info-row{
  grid-column:3!important;
  grid-row:1 / span 3!important;
  align-self:center!important;
  margin:0!important;
  padding:14px!important;
  border:1px solid rgba(61,120,144,.12)!important;
  border-radius:18px!important;
  background:#f8fbfc!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-items:center!important;
}
body.pab-shop-view-list .woocommerce ul.products li.product.product-item.pab-shop-product-card .view-product,
body.pab-shop-view-list .woocommerce-page ul.products li.product.product-item.pab-shop-product-card .view-product{
  grid-column:3!important;
  grid-row:4!important;
  width:100%!important;
  max-width:210px!important;
  margin:0!important;
  opacity:1!important;
  visibility:visible!important;
  height:40px!important;
  pointer-events:auto!important;
  transform:none!important;
}
body.pab-shop-view-list .woocommerce ul.products li.product.product-item.pab-shop-product-card:hover,
body.pab-shop-view-list .woocommerce-page ul.products li.product.product-item.pab-shop-product-card:hover{
  min-height:230px!important;
}
.woocommerce nav.woocommerce-pagination,
.woocommerce-pagination{
  width:100%!important;
  margin:34px 0 0!important;
  clear:both!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce-pagination ul.page-numbers{
  border:0!important;
  margin:0!important;
  padding:8px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  border-radius:999px!important;
  background:#fff!important;
  box-shadow:var(--shadow-soft)!important;
  list-style:none!important;
}
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-pagination ul.page-numbers li{
  border:0!important;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce-pagination .page-numbers{
  width:40px!important;
  height:40px!important;
  min-width:40px!important;
  border-radius:50%!important;
  border:1px solid rgba(61,120,144,.12)!important;
  background:#f7fbfc!important;
  color:#33474f!important;
  display:grid!important;
  place-items:center!important;
  padding:0!important;
  font-size:14px!important;
  font-weight:900!important;
  line-height:1!important;
  text-decoration:none!important;
  transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease!important;
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce-pagination a.page-numbers:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-pagination .page-numbers.current{
  background:var(--orange)!important;
  color:#fff!important;
  border-color:var(--orange)!important;
  transform:translateY(-1px)!important;
}
.woocommerce-pagination .next,
.woocommerce-pagination .prev{
  background:var(--blue)!important;
  color:#fff!important;
  border-color:var(--blue)!important;
}
@media (max-width:1200px){
  .pab-shop-topbar{align-items:flex-start!important}
  .pab-shop-order-tabs{order:3!important;flex-basis:100%!important;width:100%!important}
  body.pab-shop-view-grid .woocommerce ul.products,
  body.pab-shop-view-grid .woocommerce-page ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  body.pab-shop-view-list .woocommerce ul.products li.product.product-item.pab-shop-product-card,
  body.pab-shop-view-list .woocommerce-page ul.products li.product.product-item.pab-shop-product-card{grid-template-columns:190px minmax(0,1fr) 190px!important}
  body.pab-shop-view-list .woocommerce ul.products li.product.product-item.pab-shop-product-card figure,
  body.pab-shop-view-list .woocommerce-page ul.products li.product.product-item.pab-shop-product-card figure{height:180px!important}
}
@media (max-width:768px){
  .pab-shop-archive-enhanced .page-title,
  .woocommerce-shop .page-title,
  .post-type-archive-product .page-title,
  .tax-product_cat .page-title,
  .tax-product_tag .page-title{
    padding:18px!important;
    border-radius:22px!important;
    font-size:24px!important;
    margin-bottom:14px!important;
  }
  .pab-shop-topbar{padding:10px!important;border-radius:20px!important;gap:10px!important}
  .pab-mobile-filter-toggle{display:inline-flex!important;order:1!important;flex:1 1 auto!important}
  .pab-shop-result-count{order:2!important;flex:1 1 auto!important;min-width:0!important;padding:0 10px!important}
  .pab-shop-result-count .woocommerce-result-count{font-size:11.5px!important;white-space:normal!important;text-align:center!important}
  .pab-shop-order-tabs{order:3!important;flex-basis:100%!important;min-width:0!important;gap:6px!important}
  .pab-shop-order-tabs a{font-size:11.5px!important;min-height:34px!important;padding:0 11px!important}
  .pab-shop-view-options{order:4!important;flex-basis:100%!important;width:100%!important;justify-content:center!important;overflow-x:auto!important;padding-bottom:2px!important}
  .pab-shop-view-btn{min-height:36px!important;font-size:11px!important;padding:0 9px!important;border-radius:12px!important}
  .pab-shop-view-btn svg{width:16px!important;height:16px!important}
  body.pab-shop-view-grid .woocommerce ul.products,
  body.pab-shop-view-grid3 .woocommerce ul.products,
  body.pab-shop-view-grid2 .woocommerce ul.products,
  body.pab-shop-view-grid .woocommerce-page ul.products,
  body.pab-shop-view-grid3 .woocommerce-page ul.products,
  body.pab-shop-view-grid2 .woocommerce-page ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.pab-shop-view-list .woocommerce ul.products li.product.product-item.pab-shop-product-card,
  body.pab-shop-view-list .woocommerce-page ul.products li.product.product-item.pab-shop-product-card{
    display:grid!important;
    grid-template-columns:128px minmax(0,1fr)!important;
    grid-template-rows:auto auto auto auto!important;
    column-gap:12px!important;
    row-gap:6px!important;
    min-height:178px!important;
    padding:10px!important;
  }
  body.pab-shop-view-list .woocommerce ul.products li.product.product-item.pab-shop-product-card figure,
  body.pab-shop-view-list .woocommerce-page ul.products li.product.product-item.pab-shop-product-card figure{
    grid-column:1!important;
    grid-row:1 / span 4!important;
    height:136px!important;
  }
  body.pab-shop-view-list .woocommerce ul.products li.product.product-item.pab-shop-product-card .product-tag,
  body.pab-shop-view-list .woocommerce-page ul.products li.product.product-item.pab-shop-product-card .product-tag,
  body.pab-shop-view-list .woocommerce ul.products li.product.product-item.pab-shop-product-card h3,
  body.pab-shop-view-list .woocommerce-page ul.products li.product.product-item.pab-shop-product-card h3,
  body.pab-shop-view-list .woocommerce ul.products li.product.product-item.pab-shop-product-card .discount-meta,
  body.pab-shop-view-list .woocommerce-page ul.products li.product.product-item.pab-shop-product-card .discount-meta,
  body.pab-shop-view-list .woocommerce ul.products li.product.product-item.pab-shop-product-card .product-info-row,
  body.pab-shop-view-list .woocommerce-page ul.products li.product.product-item.pab-shop-product-card .product-info-row,
  body.pab-shop-view-list .woocommerce ul.products li.product.product-item.pab-shop-product-card .view-product,
  body.pab-shop-view-list .woocommerce-page ul.products li.product.product-item.pab-shop-product-card .view-product{
    grid-column:2!important;
    grid-row:auto!important;
  }
  body.pab-shop-view-list .woocommerce ul.products li.product.product-item.pab-shop-product-card h3,
  body.pab-shop-view-list .woocommerce-page ul.products li.product.product-item.pab-shop-product-card h3{font-size:12px!important;line-height:1.7!important;margin:2px 0!important}
  body.pab-shop-view-list .woocommerce ul.products li.product.product-item.pab-shop-product-card .product-info-row,
  body.pab-shop-view-list .woocommerce-page ul.products li.product.product-item.pab-shop-product-card .product-info-row{
    padding:0!important;
    border:0!important;
    background:transparent!important;
    flex-direction:row!important;
  }
  body.pab-shop-view-list .woocommerce ul.products li.product.product-item.pab-shop-product-card .view-product,
  body.pab-shop-view-list .woocommerce-page ul.products li.product.product-item.pab-shop-product-card .view-product{display:none!important}
  .woocommerce nav.woocommerce-pagination ul,
  .woocommerce-pagination ul.page-numbers{gap:6px!important;padding:6px!important;max-width:100%!important;overflow-x:auto!important}
  .woocommerce nav.woocommerce-pagination ul li a,
  .woocommerce nav.woocommerce-pagination ul li span,
  .woocommerce-pagination .page-numbers{width:34px!important;height:34px!important;min-width:34px!important;font-size:12.5px!important}
}
@media (max-width:420px){
  body.pab-shop-view-grid .woocommerce ul.products,
  body.pab-shop-view-grid3 .woocommerce ul.products,
  body.pab-shop-view-grid2 .woocommerce ul.products,
  body.pab-shop-view-grid .woocommerce-page ul.products,
  body.pab-shop-view-grid3 .woocommerce-page ul.products,
  body.pab-shop-view-grid2 .woocommerce-page ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
  .pab-shop-view-btn span{display:none!important}
  .pab-shop-view-btn{width:38px!important;padding:0!important}
}

/* Version 1.14.40 - functional shop views, AJAX filters, quick-view discount */
#pab-quick-modal .discount-meta.pab-qv-discount{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  width:max-content!important;
  margin:0 0 12px!important;
  padding:6px 10px!important;
  border-radius:999px!important;
  background:rgba(244,123,61,.12)!important;
  color:var(--orange)!important;
  font-size:12px!important;
  font-weight:800!important;
}
#pab-quick-modal .discount-meta.pab-qv-discount span{font-size:14px!important;font-weight:900!important;color:var(--orange)!important}
#pab-quick-modal .discount-meta.pab-qv-discount small{font-size:11px!important;font-weight:700!important;color:#6a7b82!important}
.pab-shop-layout{
  width:100%!important;
  display:grid!important;
  grid-template-columns:minmax(230px,270px) minmax(0,1fr)!important;
  gap:24px!important;
  align-items:start!important;
  margin-top:22px!important;
}
.pab-shop-results{min-width:0!important;position:relative!important}
.pab-shop-results.is-loading::before{
  content:'\062F\0631 \062D\0627\0644 \0628\0631\0648\0632\0631\0633\0627\0646\06CC \0645\062D\0635\0648\0644\0627\062A\2026'!important;
  position:absolute!important;
  inset:0!important;
  z-index:15!important;
  display:grid!important;
  place-items:center!important;
  min-height:240px!important;
  border-radius:24px!important;
  background:rgba(248,251,252,.82)!important;
  backdrop-filter:blur(6px)!important;
  color:#31454d!important;
  font-weight:800!important;
}
.pab-shop-filter-panel{
  position:sticky!important;
  top:110px!important;
  align-self:start!important;
  border-radius:24px!important;
  background:#fff!important;
  box-shadow:0 16px 42px rgba(50,78,88,.10)!important;
  border:1px solid rgba(61,120,144,.10)!important;
  padding:12px!important;
  max-height:calc(100vh - 130px)!important;
  overflow:auto!important;
  scrollbar-width:thin!important;
  z-index:10!important;
}
.pab-shop-filter-form{display:flex!important;flex-direction:column!important;gap:10px!important;margin:0!important}
.pab-filter-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  padding:6px 2px 10px!important;
  border-bottom:1px solid rgba(61,120,144,.10)!important;
}
.pab-filter-head strong{font-size:15px!important;font-weight:900!important;color:#223035!important}
.pab-filter-close{display:none!important;border:0!important;background:#f4f8f9!important;color:#223035!important;width:34px!important;height:34px!important;border-radius:12px!important;font-size:22px!important;line-height:1!important;cursor:pointer!important}
.pab-filter-group{
  background:#f8fbfc!important;
  border:1px solid rgba(61,120,144,.09)!important;
  border-radius:18px!important;
  padding:10px!important;
}
.pab-filter-group > strong,
.pab-filter-group > label:first-child{
  display:block!important;
  margin:0 0 9px!important;
  font-size:12.5px!important;
  font-weight:900!important;
  color:#233842!important;
}
.pab-filter-search input[type="search"]{
  width:100%!important;
  height:38px!important;
  border-radius:13px!important;
  border:1px solid rgba(61,120,144,.14)!important;
  background:#fff!important;
  padding:0 12px!important;
  font-size:12px!important;
  outline:none!important;
}
.pab-filter-search input[type="search"]:focus{border-color:var(--orange)!important;box-shadow:0 0 0 3px rgba(244,123,61,.12)!important}
.pab-filter-chip-list{display:flex!important;flex-wrap:wrap!important;gap:7px!important}
.pab-filter-chip{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  min-height:28px!important;
  padding:4px 8px!important;
  border-radius:999px!important;
  border:1px solid rgba(61,120,144,.16)!important;
  background:#fff!important;
  color:#31454d!important;
  font-size:11px!important;
  font-weight:700!important;
  cursor:pointer!important;
  transition:background .2s ease,border-color .2s ease,color .2s ease!important;
}
.pab-filter-chip input{accent-color:var(--orange)!important;margin:0!important;width:13px!important;height:13px!important;flex:0 0 13px!important}
.pab-filter-chip:has(input:checked){background:rgba(244,123,61,.12)!important;border-color:rgba(244,123,61,.45)!important;color:#df672b!important}
.pab-range-values{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:8px!important;
  margin-bottom:8px!important;
}
.pab-range-values span{
  min-height:25px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 8px!important;
  border-radius:999px!important;
  background:#fff!important;
  border:1px solid rgba(61,120,144,.12)!important;
  color:#253b44!important;
  font-size:10.5px!important;
  font-weight:800!important;
  white-space:nowrap!important;
}
.pab-range-controls{
  position:relative!important;
  height:34px!important;
  display:grid!important;
  align-items:center!important;
}
.pab-range-controls::before{
  content:''!important;
  position:absolute!important;
  left:5px!important;
  right:5px!important;
  top:50%!important;
  height:5px!important;
  border-radius:999px!important;
  background:rgba(61,120,144,.16)!important;
  transform:translateY(-50%)!important;
}
.pab-range-controls input[type="range"]{
  position:absolute!important;
  inset-inline:0!important;
  width:100%!important;
  margin:0!important;
  background:transparent!important;
  pointer-events:none!important;
  appearance:none!important;
  -webkit-appearance:none!important;
}
.pab-range-controls input[type="range"]::-webkit-slider-thumb{
  appearance:none!important;
  -webkit-appearance:none!important;
  width:18px!important;
  height:18px!important;
  border-radius:50%!important;
  background:var(--orange)!important;
  border:3px solid #fff!important;
  box-shadow:0 4px 12px rgba(244,123,61,.35)!important;
  cursor:grab!important;
  pointer-events:auto!important;
}
.pab-range-controls input[type="range"]::-moz-range-thumb{
  width:18px!important;
  height:18px!important;
  border-radius:50%!important;
  background:var(--orange)!important;
  border:3px solid #fff!important;
  box-shadow:0 4px 12px rgba(244,123,61,.35)!important;
  cursor:grab!important;
  pointer-events:auto!important;
}
.pab-filter-actions{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;margin-top:2px!important}
.pab-filter-submit,
.pab-filter-reset{
  height:40px!important;
  border-radius:13px!important;
  border:0!important;
  cursor:pointer!important;
  font-size:12px!important;
  font-weight:900!important;
}
.pab-filter-submit{background:var(--orange)!important;color:#fff!important;box-shadow:0 10px 22px rgba(244,123,61,.20)!important}
.pab-filter-reset{background:#fff!important;color:#41545b!important;border:1px solid rgba(61,120,144,.12)!important}
.pab-shop-empty-results{
  min-height:220px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:24px!important;
  background:#fff!important;
  border:1px solid rgba(61,120,144,.10)!important;
  box-shadow:var(--shadow-soft)!important;
  color:#40535b!important;
  font-size:15px!important;
  font-weight:900!important;
}
.pab-shop-view-btn.is-active{pointer-events:none!important}
body.pab-shop-view-grid .pab-shop-results ul.products{grid-template-columns:repeat(4,minmax(0,1fr))!important}
body.pab-shop-view-grid3 .pab-shop-results ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}
body.pab-shop-view-grid2 .pab-shop-results ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}
body.pab-shop-view-list .pab-shop-results ul.products{grid-template-columns:1fr!important}
body.pab-shop-view-list .pab-shop-results ul.products li.product.product-item.pab-shop-product-card{
  width:100%!important;
  max-width:none!important;
  display:grid!important;
  grid-template-columns:220px minmax(0,1fr) 210px!important;
  grid-template-rows:auto auto auto auto!important;
  column-gap:18px!important;
  row-gap:8px!important;
}
body.pab-shop-view-list .pab-shop-results ul.products li.product.product-item.pab-shop-product-card figure{grid-column:1!important;grid-row:1 / span 4!important;height:210px!important;margin:0!important}
body.pab-shop-view-list .pab-shop-results ul.products li.product.product-item.pab-shop-product-card .product-actions{right:18px!important;left:auto!important;top:18px!important}
body.pab-shop-view-list .pab-shop-results ul.products li.product.product-item.pab-shop-product-card .product-tag,
body.pab-shop-view-list .pab-shop-results ul.products li.product.product-item.pab-shop-product-card h3,
body.pab-shop-view-list .pab-shop-results ul.products li.product.product-item.pab-shop-product-card .discount-meta{grid-column:2!important}
body.pab-shop-view-list .pab-shop-results ul.products li.product.product-item.pab-shop-product-card .product-info-row{grid-column:3!important;grid-row:1 / span 3!important}
body.pab-shop-view-list .pab-shop-results ul.products li.product.product-item.pab-shop-product-card .view-product{grid-column:3!important;grid-row:4!important;opacity:1!important;visibility:visible!important;transform:none!important;pointer-events:auto!important}
@media (max-width:1280px){
  .pab-shop-layout{grid-template-columns:240px minmax(0,1fr)!important;gap:18px!important}
  body.pab-shop-view-grid .pab-shop-results ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media (max-width:992px){
  .pab-shop-layout{grid-template-columns:1fr!important}
  .pab-shop-filter-panel{
    position:fixed!important;
    top:0!important;
    right:0!important;
    bottom:0!important;
    width:min(86vw,320px)!important;
    max-height:none!important;
    border-radius:24px 0 0 24px!important;
    transform:translateX(105%)!important;
    transition:transform .22s ease!important;
    z-index:9999!important;
  }
  .pab-shop-filter-panel.is-open{transform:translateX(0)!important}
  .pab-filter-close{display:inline-grid!important;place-items:center!important}
  .pab-filter-backdrop{
    position:fixed!important;
    inset:0!important;
    z-index:9998!important;
    background:rgba(18,32,38,.38)!important;
    opacity:0!important;
    transition:opacity .18s ease!important;
  }
  .pab-filter-backdrop.is-visible{opacity:1!important}
  body.pab-filter-open{overflow:hidden!important}
}
@media (max-width:768px){
  .pab-shop-layout{margin-top:14px!important}
  body.pab-shop-view-grid .pab-shop-results ul.products,
  body.pab-shop-view-grid3 .pab-shop-results ul.products,
  body.pab-shop-view-grid2 .pab-shop-results ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.pab-shop-view-list .pab-shop-results ul.products li.product.product-item.pab-shop-product-card{grid-template-columns:128px minmax(0,1fr)!important;column-gap:12px!important;min-height:176px!important}
  body.pab-shop-view-list .pab-shop-results ul.products li.product.product-item.pab-shop-product-card figure{height:136px!important}
  body.pab-shop-view-list .pab-shop-results ul.products li.product.product-item.pab-shop-product-card .product-tag,
  body.pab-shop-view-list .pab-shop-results ul.products li.product.product-item.pab-shop-product-card h3,
  body.pab-shop-view-list .pab-shop-results ul.products li.product.product-item.pab-shop-product-card .discount-meta,
  body.pab-shop-view-list .pab-shop-results ul.products li.product.product-item.pab-shop-product-card .product-info-row,
  body.pab-shop-view-list .pab-shop-results ul.products li.product.product-item.pab-shop-product-card .view-product{grid-column:2!important;grid-row:auto!important}
  body.pab-shop-view-list .pab-shop-results ul.products li.product.product-item.pab-shop-product-card .view-product{display:none!important}
}


/* Version 1.14.41 - filter scrolling, pagination, view modes and quick-view discount fixes */
#pab-quick-modal .discount-meta.pab-qv-discount span,
#pab-quick-modal .discount-meta.pab-qv-discount span *{
  color:#fff!important;
}
#pab-quick-modal .discount-meta.pab-qv-discount > span{
  background:var(--orange)!important;
  color:#fff!important;
}

@media (min-width:993px){
  .pab-shop-filter-panel{
    max-height:none!important;
    overflow:visible!important;
  }
  body.pab-filter-at-products-end .pab-shop-filter-panel{
    max-height:calc(100vh - 130px)!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;
    -webkit-overflow-scrolling:touch!important;
  }
}
@media (max-width:992px){
  .pab-shop-filter-panel{
    height:100dvh!important;
    max-height:100dvh!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    overscroll-behavior:contain!important;
    -webkit-overflow-scrolling:touch!important;
    touch-action:pan-x pan-y!important;
    padding-bottom:calc(22px + env(safe-area-inset-bottom,0px))!important;
  }
  .pab-shop-filter-panel .pab-shop-filter-form{
    min-height:max-content!important;
    padding-bottom:28px!important;
  }
  .pab-filter-actions{
    position:sticky!important;
    bottom:0!important;
    z-index:2!important;
    padding-top:8px!important;
    background:linear-gradient(180deg,rgba(255,255,255,0),#fff 18%)!important;
  }
}

.pab-shop-results .woocommerce-pagination,
.pab-shop-results nav.woocommerce-pagination.pab-ajax-pagination,
.woocommerce .pab-shop-results nav.woocommerce-pagination.pab-ajax-pagination{
  display:flex!important;
  visibility:visible!important;
  opacity:1!important;
  width:100%!important;
  margin:28px 0 0!important;
  padding:6px 0!important;
  justify-content:center!important;
  align-items:center!important;
  clear:both!important;
}
.pab-shop-results .woocommerce-pagination ul.page-numbers,
.pab-shop-results nav.woocommerce-pagination.pab-ajax-pagination ul.page-numbers{
  display:flex!important;
  flex-wrap:wrap!important;
  justify-content:center!important;
  align-items:center!important;
  gap:8px!important;
  list-style:none!important;
  margin:0!important;
  padding:9px!important;
  border:1px solid rgba(61,120,144,.10)!important;
  border-radius:999px!important;
  background:#fff!important;
  box-shadow:0 14px 34px rgba(47,77,88,.10)!important;
}
.pab-shop-results .woocommerce-pagination ul.page-numbers li,
.pab-shop-results nav.woocommerce-pagination.pab-ajax-pagination ul.page-numbers li{
  display:block!important;
  border:0!important;
  margin:0!important;
  padding:0!important;
}
.pab-shop-results .woocommerce-pagination .page-numbers,
.pab-shop-results nav.woocommerce-pagination.pab-ajax-pagination .page-numbers{
  width:40px!important;
  height:40px!important;
  min-width:40px!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  padding:0!important;
  border:1px solid rgba(61,120,144,.14)!important;
  background:#f7fbfc!important;
  color:#2e444c!important;
  text-decoration:none!important;
  font-size:14px!important;
  font-weight:900!important;
  line-height:1!important;
}
.pab-shop-results .woocommerce-pagination .page-numbers.current,
.pab-shop-results .woocommerce-pagination a.page-numbers:hover,
.pab-shop-results nav.woocommerce-pagination.pab-ajax-pagination .page-numbers.current,
.pab-shop-results nav.woocommerce-pagination.pab-ajax-pagination a.page-numbers:hover{
  background:var(--orange)!important;
  border-color:var(--orange)!important;
  color:#fff!important;
}
.pab-shop-results .woocommerce-pagination .page-numbers.prev,
.pab-shop-results .woocommerce-pagination .page-numbers.next,
.pab-shop-results nav.woocommerce-pagination.pab-ajax-pagination .page-numbers.prev,
.pab-shop-results nav.woocommerce-pagination.pab-ajax-pagination .page-numbers.next{
  background:var(--blue)!important;
  border-color:var(--blue)!important;
  color:#fff!important;
}
.pab-shop-results .woocommerce-pagination .page-numbers.dots,
.pab-shop-results nav.woocommerce-pagination.pab-ajax-pagination .page-numbers.dots{
  border-color:transparent!important;
  background:transparent!important;
  color:#738992!important;
  min-width:24px!important;
  width:24px!important;
}

.pab-shop-results[data-view="grid"] ul.products{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
.pab-shop-results[data-view="grid3"] ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
.pab-shop-results[data-view="grid2"] ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
.pab-shop-results[data-view="list"] ul.products{grid-template-columns:1fr!important;}
.pab-shop-results[data-view="list"] ul.products li.product.product-item.pab-shop-product-card{
  width:100%!important;
  max-width:none!important;
  display:grid!important;
  grid-template-columns:220px minmax(0,1fr) 210px!important;
  grid-template-rows:auto auto auto auto!important;
  column-gap:18px!important;
  row-gap:8px!important;
}
@media (max-width:1280px){.pab-shop-results[data-view="grid"] ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important;}}
@media (max-width:768px){
  .pab-shop-results[data-view="grid"],.pab-shop-results[data-view="grid3"],.pab-shop-results[data-view="grid2"]{}
  .pab-shop-results[data-view="grid"] ul.products,
  .pab-shop-results[data-view="grid3"] ul.products,
  .pab-shop-results[data-view="grid2"] ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .pab-shop-results[data-view="list"] ul.products li.product.product-item.pab-shop-product-card{grid-template-columns:128px minmax(0,1fr)!important;}
  .pab-shop-results .woocommerce-pagination ul.page-numbers,
  .pab-shop-results nav.woocommerce-pagination.pab-ajax-pagination ul.page-numbers{border-radius:18px!important;max-width:100%!important;overflow-x:auto!important;justify-content:flex-start!important;}
  .pab-shop-results .woocommerce-pagination .page-numbers,
  .pab-shop-results nav.woocommerce-pagination.pab-ajax-pagination .page-numbers{width:35px!important;height:35px!important;min-width:35px!important;font-size:12.5px!important;}
}


/* Version 1.14.42 - fixed shop pagination display and mobile-only archive view buttons */
body.pab-shop-archive-enhanced .woocommerce-pagination,
body.pab-shop-archive-enhanced nav.woocommerce-pagination,
body.pab-shop-archive-enhanced .pab-shop-results nav.woocommerce-pagination.pab-ajax-pagination{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:28px auto 0!important;
  padding:8px 0!important;
  clear:both!important;
  overflow:visible!important;
  position:relative!important;
  inset:auto!important;
  transform:none!important;
  float:none!important;
  text-align:center!important;
}
body.pab-shop-archive-enhanced .woocommerce-pagination ul.page-numbers,
body.pab-shop-archive-enhanced nav.woocommerce-pagination ul.page-numbers,
body.pab-shop-archive-enhanced .pab-shop-results nav.woocommerce-pagination.pab-ajax-pagination ul.page-numbers{
  width:auto!important;
  min-width:0!important;
  max-width:calc(100vw - 36px)!important;
  display:inline-flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  margin:0 auto!important;
  padding:8px!important;
  list-style:none!important;
  border:1px solid rgba(61,120,144,.10)!important;
  border-radius:999px!important;
  background:#fff!important;
  box-shadow:0 14px 34px rgba(47,77,88,.10)!important;
  overflow:visible!important;
  position:relative!important;
  inset:auto!important;
  transform:none!important;
  float:none!important;
  direction:rtl!important;
  box-sizing:border-box!important;
}
body.pab-shop-archive-enhanced .woocommerce-pagination ul.page-numbers li,
body.pab-shop-archive-enhanced nav.woocommerce-pagination ul.page-numbers li,
body.pab-shop-archive-enhanced .pab-shop-results nav.woocommerce-pagination.pab-ajax-pagination ul.page-numbers li{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:auto!important;
  height:auto!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  float:none!important;
  overflow:visible!important;
  list-style:none!important;
  position:static!important;
  transform:none!important;
  box-sizing:border-box!important;
}
body.pab-shop-archive-enhanced .woocommerce-pagination ul.page-numbers li > .page-numbers,
body.pab-shop-archive-enhanced nav.woocommerce-pagination ul.page-numbers li > .page-numbers,
body.pab-shop-archive-enhanced .pab-shop-results nav.woocommerce-pagination.pab-ajax-pagination ul.page-numbers li > .page-numbers{
  width:40px!important;
  height:40px!important;
  min-width:40px!important;
  max-width:40px!important;
  min-height:40px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 40px!important;
  padding:0!important;
  margin:0!important;
  border-radius:50%!important;
  border:1px solid rgba(61,120,144,.14)!important;
  background:#f7fbfc!important;
  color:#2e444c!important;
  text-decoration:none!important;
  font-size:14px!important;
  font-weight:900!important;
  line-height:1!important;
  text-indent:0!important;
  white-space:nowrap!important;
  overflow:visible!important;
  box-sizing:border-box!important;
  position:static!important;
  inset:auto!important;
  transform:none!important;
}
body.pab-shop-archive-enhanced .woocommerce-pagination ul.page-numbers li > .page-numbers.current,
body.pab-shop-archive-enhanced .woocommerce-pagination ul.page-numbers li > a.page-numbers:hover,
body.pab-shop-archive-enhanced .pab-shop-results nav.woocommerce-pagination.pab-ajax-pagination ul.page-numbers li > .page-numbers.current,
body.pab-shop-archive-enhanced .pab-shop-results nav.woocommerce-pagination.pab-ajax-pagination ul.page-numbers li > a.page-numbers:hover{
  background:var(--orange)!important;
  border-color:var(--orange)!important;
  color:#fff!important;
}
body.pab-shop-archive-enhanced .woocommerce-pagination ul.page-numbers li > .page-numbers.prev,
body.pab-shop-archive-enhanced .woocommerce-pagination ul.page-numbers li > .page-numbers.next,
body.pab-shop-archive-enhanced .pab-shop-results nav.woocommerce-pagination.pab-ajax-pagination ul.page-numbers li > .page-numbers.prev,
body.pab-shop-archive-enhanced .pab-shop-results nav.woocommerce-pagination.pab-ajax-pagination ul.page-numbers li > .page-numbers.next{
  background:#8CB4C3!important;
  border-color:#8CB4C3!important;
  color:#fff!important;
}
body.pab-shop-archive-enhanced .woocommerce-pagination ul.page-numbers li > .page-numbers.dots,
body.pab-shop-archive-enhanced .pab-shop-results nav.woocommerce-pagination.pab-ajax-pagination ul.page-numbers li > .page-numbers.dots{
  width:28px!important;
  min-width:28px!important;
  max-width:28px!important;
  flex-basis:28px!important;
  border-color:transparent!important;
  background:transparent!important;
  color:#738992!important;
}
@media(max-width:768px){
  body.pab-shop-archive-enhanced .pab-shop-view-options{
    justify-content:center!important;
    gap:8px!important;
    overflow:visible!important;
    flex-wrap:wrap!important;
  }
  body.pab-shop-archive-enhanced .pab-shop-view-options .pab-view-grid,
  body.pab-shop-archive-enhanced .pab-shop-view-options .pab-view-grid3{
    display:none!important;
  }
  body.pab-shop-archive-enhanced .pab-shop-view-options .pab-view-grid2,
  body.pab-shop-archive-enhanced .pab-shop-view-options .pab-view-list{
    display:inline-flex!important;
    width:auto!important;
    min-width:92px!important;
    padding:0 11px!important;
  }
  body.pab-shop-archive-enhanced .pab-shop-view-btn span{
    display:inline!important;
    font-size:11px!important;
  }
  body.pab-shop-archive-enhanced .pab-shop-results[data-view="grid"],
  body.pab-shop-archive-enhanced .pab-shop-results[data-view="grid3"]{
    --pab-mobile-forced-grid:1;
  }
  body.pab-shop-archive-enhanced .pab-shop-results[data-view="grid"] ul.products,
  body.pab-shop-archive-enhanced .pab-shop-results[data-view="grid2"] ul.products,
  body.pab-shop-archive-enhanced .pab-shop-results[data-view="grid3"] ul.products,
  body.pab-shop-archive-enhanced body.pab-shop-view-grid .pab-shop-results ul.products,
  body.pab-shop-archive-enhanced body.pab-shop-view-grid3 .pab-shop-results ul.products,
  body.pab-shop-archive-enhanced body.pab-shop-view-grid2 .pab-shop-results ul.products{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  body.pab-shop-archive-enhanced .woocommerce-pagination,
  body.pab-shop-archive-enhanced nav.woocommerce-pagination,
  body.pab-shop-archive-enhanced .pab-shop-results nav.woocommerce-pagination.pab-ajax-pagination{
    margin-top:22px!important;
    padding-inline:0!important;
    overflow:visible!important;
  }
  body.pab-shop-archive-enhanced .woocommerce-pagination ul.page-numbers,
  body.pab-shop-archive-enhanced nav.woocommerce-pagination ul.page-numbers,
  body.pab-shop-archive-enhanced .pab-shop-results nav.woocommerce-pagination.pab-ajax-pagination ul.page-numbers{
    max-width:calc(100vw - 28px)!important;
    padding:7px!important;
    gap:7px!important;
    overflow:visible!important;
    border-radius:999px!important;
    justify-content:center!important;
  }
  body.pab-shop-archive-enhanced .woocommerce-pagination ul.page-numbers li > .page-numbers,
  body.pab-shop-archive-enhanced nav.woocommerce-pagination ul.page-numbers li > .page-numbers,
  body.pab-shop-archive-enhanced .pab-shop-results nav.woocommerce-pagination.pab-ajax-pagination ul.page-numbers li > .page-numbers{
    width:36px!important;
    min-width:36px!important;
    max-width:36px!important;
    height:36px!important;
    min-height:36px!important;
    flex-basis:36px!important;
    font-size:13px!important;
  }
}
@media(max-width:380px){
  body.pab-shop-archive-enhanced .woocommerce-pagination ul.page-numbers,
  body.pab-shop-archive-enhanced nav.woocommerce-pagination ul.page-numbers,
  body.pab-shop-archive-enhanced .pab-shop-results nav.woocommerce-pagination.pab-ajax-pagination ul.page-numbers{gap:5px!important;padding:6px!important;}
  body.pab-shop-archive-enhanced .woocommerce-pagination ul.page-numbers li > .page-numbers,
  body.pab-shop-archive-enhanced nav.woocommerce-pagination ul.page-numbers li > .page-numbers,
  body.pab-shop-archive-enhanced .pab-shop-results nav.woocommerce-pagination.pab-ajax-pagination ul.page-numbers li > .page-numbers{width:32px!important;min-width:32px!important;max-width:32px!important;height:32px!important;min-height:32px!important;flex-basis:32px!important;font-size:12px!important;}
}

/* Version 1.14.43 - breadcrumbs, stable filters and professional single product page */
.pab-breadcrumbs{
  width:100%;
  margin:0 0 20px;
  padding:10px 16px;
  border:1px solid rgba(76,135,161,.12);
  background:linear-gradient(180deg,#fff,rgba(246,250,251,.94));
  border-radius:18px;
  box-shadow:0 10px 28px rgba(31,43,48,.05);
  color:#64777f;
  font-size:12.5px;
  font-weight:700;
}
.pab-breadcrumbs ol{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:0;padding:0;list-style:none}
.pab-breadcrumbs li{display:inline-flex;align-items:center;gap:8px;min-width:0}
.pab-breadcrumbs li:not(:last-child)::after{content:'›';color:#f38543;font-size:17px;line-height:1;transform:translateY(-1px)}
.pab-breadcrumbs a{color:#3f788f;text-decoration:none;transition:color .18s ease}
.pab-breadcrumbs a:hover{color:#f38543}
.pab-breadcrumbs span{color:#2f4148;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:360px}

/* Desktop filter must stay visually stable; no internal scroll/resize while page scrolls */
@media (min-width:993px){
  body.pab-shop-archive-enhanced .pab-shop-filter-panel,
  body.pab-shop-archive-enhanced body.pab-filter-at-products-end .pab-shop-filter-panel,
  body.pab-filter-at-products-end .pab-shop-filter-panel{
    max-height:none!important;
    height:auto!important;
    overflow:visible!important;
    position:sticky!important;
    top:96px!important;
  }
  body.pab-shop-archive-enhanced .pab-shop-filter-panel .pab-shop-filter-form{
    max-height:none!important;
    overflow:visible!important;
  }
}

.pab-product-single-page{padding-top:22px;padding-bottom:58px}
.pab-single-product{display:block;color:#26383f}
.pab-product-hero-grid{
  display:grid;
  grid-template-columns:minmax(290px,35%) minmax(0,40%) minmax(280px,25%);
  gap:22px;
  align-items:start;
  margin-bottom:24px;
}
.pab-product-gallery-column,
.pab-product-info-column,
.pab-product-buy-card,
.pab-product-tabs-section,
.pab-single-related-products{
  background:#fff;
  border:1px solid rgba(76,135,161,.12);
  border-radius:28px;
  box-shadow:0 18px 48px rgba(31,43,48,.07);
}
.pab-product-gallery-column{padding:14px}
.pab-product-info-column{padding:22px 22px 24px;min-height:100%}
.pab-product-gallery{display:grid;gap:12px;position:relative}
.pab-product-gallery-main{
  position:relative;
  background:#fff;
  border-radius:24px;
  overflow:hidden;
  border:1px solid rgba(76,135,161,.10);
  min-height:380px;
  display:grid;
  place-items:center;
}
.pab-product-gallery-slide{position:absolute;inset:0;display:grid;place-items:center;opacity:0;visibility:hidden;transition:opacity .28s ease,visibility .28s ease;background:#fff}
.pab-product-gallery-slide.is-active{position:relative;opacity:1;visibility:visible;width:100%;height:100%}
.pab-product-gallery-slide img{width:100%;height:100%;max-height:440px;object-fit:contain;display:block;padding:8px;background:#fff}
.pab-product-gallery-nav{
  position:absolute;top:50%;transform:translateY(-50%);
  width:42px;height:42px;border-radius:50%;border:0;background:rgba(255,255,255,.94);
  color:#3f788f;display:grid;place-items:center;cursor:pointer;font-size:26px;font-weight:900;
  box-shadow:0 10px 26px rgba(31,43,48,.12);z-index:4;transition:.18s ease;
}
.pab-product-gallery-nav:hover{background:#f38543;color:#fff}
.pab-product-gallery-prev{right:12px}.pab-product-gallery-next{left:12px}
.pab-product-gallery-thumbs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}
.pab-product-gallery-thumb{height:72px;border:1px solid rgba(76,135,161,.12);background:#fff;border-radius:16px;overflow:hidden;padding:4px;cursor:pointer;transition:.18s ease}
.pab-product-gallery-thumb.is-active{border-color:#f38543;box-shadow:0 8px 18px rgba(243,133,67,.18)}
.pab-product-gallery-thumb img{width:100%;height:100%;object-fit:contain;display:block;background:#fff}
.pab-product-category-line{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px;font-size:12px;font-weight:800;color:#3f788f}
.pab-product-category-line a{color:#3f788f;text-decoration:none;background:#eef7f9;border-radius:999px;padding:5px 10px}
.pab-product-title{font-size:28px;line-height:1.7;margin:0 0 12px;color:#23363d;font-weight:900}
.pab-product-rating-row{display:flex;align-items:center;gap:12px;margin-bottom:12px;color:#61747c;font-size:13px;font-weight:800}
.pab-product-rating-row a{color:#3f788f;text-decoration:none}
.pab-product-short-description{font-size:14px;line-height:2.15;color:#40535b;margin:10px 0 18px}
.pab-product-short-description p{margin:0 0 8px}
.pab-product-quick-specs h2{font-size:15px;margin:0 0 12px;color:#23363d;font-weight:900}
.pab-product-spec-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.pab-product-spec-item{background:#f6fafb;border:1px solid rgba(76,135,161,.10);border-radius:16px;padding:12px 13px;min-height:78px;display:flex;flex-direction:column;gap:6px}
.pab-product-spec-item span{color:#6b7c84;font-size:12px;font-weight:700}
.pab-product-spec-item strong{color:#26383f;font-size:13px;font-weight:900;line-height:1.7}
.pab-product-buy-column.is-sticky-enabled{position:sticky;top:102px;z-index:2}
.pab-product-buy-card{padding:20px;display:grid;gap:14px}
.pab-product-buy-card h2{font-size:17px;font-weight:900;color:#23363d;margin:0;border-bottom:1px solid rgba(76,135,161,.10);padding-bottom:12px}
.pab-product-buy-price .price{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:0;color:#f38543;font-size:21px;font-weight:900}
.pab-product-buy-price del{color:#8b9aa1;font-size:13px}.pab-product-buy-price ins{text-decoration:none;color:#f38543}
.pab-product-buy-stock .stock{display:inline-flex;margin:0;border-radius:999px;padding:7px 12px;background:#edf9f0;color:#228143;font-size:12.5px;font-weight:900}
.pab-product-buy-stock .out-of-stock{background:#fff0f0;color:#b32626}
.pab-product-cart-form form.cart{display:grid;gap:13px;margin:0!important}
.pab-product-cart-form .quantity{display:inline-flex;align-items:center;background:#f6fafb;border:1px solid rgba(76,135,161,.14);border-radius:16px;overflow:hidden;max-width:140px}
.pab-product-cart-form .quantity input.qty{width:100%;height:44px;border:0!important;background:transparent!important;text-align:center;font-weight:900;color:#26383f;box-shadow:none!important}
.pab-product-cart-form .single_add_to_cart_button,
.pab-product-cart-form button.single_add_to_cart_button.button,
.pab-product-cart-form .button.alt{
  width:100%;min-height:52px;border-radius:18px!important;background:#f38543!important;color:#fff!important;border:0!important;font-weight:900!important;font-size:15px!important;box-shadow:0 14px 30px rgba(243,133,67,.22)!important;transition:.18s ease;
}
.pab-product-cart-form .single_add_to_cart_button:hover{transform:translateY(-2px);box-shadow:0 18px 36px rgba(243,133,67,.28)!important}
.pab-product-cart-form table.variations{width:100%;margin:0;border:0;border-collapse:separate;border-spacing:0 10px}
.pab-product-cart-form table.variations th,
.pab-product-cart-form table.variations td{display:block;padding:0!important;background:transparent!important;border:0!important;text-align:right}
.pab-product-cart-form table.variations label{font-size:12px;color:#5f747c;font-weight:900;margin-bottom:6px;display:block}
.pab-product-cart-form table.variations select{width:100%;height:44px;border-radius:14px;border:1px solid rgba(76,135,161,.16);background:#fff;padding:0 12px;color:#26383f;font-weight:800}
.pab-product-cart-form .reset_variations{display:inline-block;margin-top:6px;color:#f38543;font-size:12px;text-decoration:none;font-weight:800}
.pab-product-cart-form .woocommerce-variation-price{margin:10px 0;color:#f38543;font-weight:900}
.pab-product-buy-meta{border-top:1px solid rgba(76,135,161,.10);padding-top:12px;font-size:12px;color:#60747c;line-height:2}
.pab-product-buy-meta a{color:#3f788f;text-decoration:none;font-weight:800}
.pab-product-benefits{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin:18px 0 24px}
.pab-product-benefit-card{background:#fff;border:1px solid rgba(76,135,161,.12);border-radius:22px;padding:14px 13px;display:flex;align-items:center;gap:10px;box-shadow:0 12px 32px rgba(31,43,48,.055);min-width:0}
.pab-product-benefit-card > span{width:42px;height:42px;border-radius:14px;background:#eef7f9;display:grid;place-items:center;font-size:21px;flex:0 0 auto}
.pab-product-benefit-card strong{display:block;color:#26383f;font-size:13px;font-weight:900;margin-bottom:3px}
.pab-product-benefit-card small{display:block;color:#6c7d84;font-size:11.5px;line-height:1.7;font-weight:700}
.pab-product-tabs-section{padding:22px;margin-bottom:28px}
.pab-product-tabs-section .woocommerce-tabs{margin:0!important;padding:0!important;border:0!important}
.pab-product-tabs-section .woocommerce-tabs ul.tabs{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin:0 0 18px!important;padding:0!important;border:0!important;list-style:none!important;overflow:visible!important}
.pab-product-tabs-section .woocommerce-tabs ul.tabs::before{display:none!important}
.pab-product-tabs-section .woocommerce-tabs ul.tabs li{border:0!important;background:transparent!important;margin:0!important;padding:0!important;border-radius:0!important;float:none!important}
.pab-product-tabs-section .woocommerce-tabs ul.tabs li::before,
.pab-product-tabs-section .woocommerce-tabs ul.tabs li::after{display:none!important}
.pab-product-tabs-section .woocommerce-tabs ul.tabs li a{display:inline-flex;padding:11px 18px;border-radius:999px;background:#f6fafb;color:#40535b;text-decoration:none;font-weight:900;font-size:13px;border:1px solid rgba(76,135,161,.10)}
.pab-product-tabs-section .woocommerce-tabs ul.tabs li.active a{background:#f38543;color:#fff;border-color:#f38543;box-shadow:0 12px 24px rgba(243,133,67,.18)}
.pab-product-tabs-section .woocommerce-Tabs-panel{background:#fff;border:1px solid rgba(76,135,161,.10);border-radius:22px;padding:20px!important;color:#364b52;line-height:2.1;font-size:14px}
.pab-product-tabs-section .woocommerce-Tabs-panel h2{font-size:18px;font-weight:900;color:#23363d;margin:0 0 14px}
.pab-product-tabs-section table.shop_attributes{border:0!important;width:100%;border-collapse:separate!important;border-spacing:0 8px!important}
.pab-product-tabs-section table.shop_attributes th,
.pab-product-tabs-section table.shop_attributes td{border:0!important;background:#f7fbfc!important;border-radius:12px!important;padding:10px 12px!important;font-size:13px!important}
.pab-single-related-products{padding:22px;margin-top:10px}
.pab-single-related-products .section-title{margin-bottom:18px}
.pab-single-related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.pab-single-related-grid .pab-related-product-card{width:100%!important;max-width:none!important}
@media (max-width:1180px){
  .pab-product-hero-grid{grid-template-columns:1fr 1fr;gap:18px}
  .pab-product-buy-column{grid-column:1/-1;position:relative!important;top:auto!important}
  .pab-product-benefits{grid-template-columns:repeat(3,minmax(0,1fr))}
  .pab-single-related-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:768px){
  .pab-product-single-page{padding-top:14px}
  .pab-breadcrumbs{font-size:11.5px;padding:9px 12px;border-radius:14px;overflow:hidden}
  .pab-breadcrumbs ol{flex-wrap:nowrap;overflow-x:auto;padding-bottom:2px}
  .pab-breadcrumbs span{max-width:220px}
  .pab-product-hero-grid{grid-template-columns:1fr;gap:14px}
  .pab-product-gallery-column,.pab-product-info-column,.pab-product-buy-card,.pab-product-tabs-section,.pab-single-related-products{border-radius:22px}
  .pab-product-gallery-main{min-height:300px;border-radius:20px}
  .pab-product-gallery-slide img{max-height:330px}
  .pab-product-gallery-thumbs{display:flex;overflow-x:auto;padding-bottom:4px}
  .pab-product-gallery-thumb{min-width:70px;width:70px;height:68px}
  .pab-product-title{font-size:22px;line-height:1.8}
  .pab-product-info-column{padding:18px}
  .pab-product-spec-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .pab-product-spec-item{min-height:72px;padding:10px}
  .pab-product-buy-column{position:relative!important;top:auto!important}
  .pab-product-benefits{display:flex;overflow-x:auto;gap:10px;padding:2px 0 6px;scroll-snap-type:x mandatory}
  .pab-product-benefit-card{min-width:230px;scroll-snap-align:start}
  .pab-product-tabs-section{padding:14px}
  .pab-product-tabs-section .woocommerce-tabs ul.tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .pab-product-tabs-section .woocommerce-tabs ul.tabs li a{width:100%;justify-content:center;padding:10px 8px;font-size:12.5px}
  .pab-product-tabs-section .woocommerce-Tabs-panel{padding:15px!important;border-radius:18px;font-size:13.5px}
  .pab-single-related-grid{display:flex;overflow-x:auto;gap:12px;padding-bottom:8px;scroll-snap-type:x mandatory}
  .pab-single-related-grid .pab-related-product-card{min-width:68%;scroll-snap-align:start}
}
@media (max-width:480px){
  .pab-product-spec-grid{grid-template-columns:1fr}
  .pab-product-gallery-main{min-height:260px}
  .pab-single-related-grid .pab-related-product-card{min-width:78%}
}

/* Version 1.14.44 - force custom single product template layout and fallback styling */
body.single-product .pab-product-single-page .product.pab-product-single{
  display:block!important;
  width:100%;
  margin:0;
}
body.single-product .pab-product-single-page .pab-product-hero-grid{
  clear:both;
}
body.single-product .pab-product-sale-badge{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:10px 12px;
  border-radius:16px;
  background:linear-gradient(135deg,#f38543,#ff9b63);
  color:#fff;
  font-weight:900;
}
body.single-product .pab-product-sale-badge span,
body.single-product .pab-product-sale-badge small{color:#fff!important}
body.single-product .pab-product-sale-badge span{font-size:18px;line-height:1}
body.single-product .pab-product-sale-badge small{font-size:12px;font-weight:800}
body.single-product .pab-product-buy-card .product_meta{
  display:grid;
  gap:6px;
  margin:0;
  padding:0;
  border:0;
}
body.single-product .pab-product-buy-card .product_meta > span{display:block}
body.single-product .pab-product-tabs-section #reviews textarea,
body.single-product .pab-product-tabs-section #reviews input[type=text],
body.single-product .pab-product-tabs-section #reviews input[type=email]{
  width:100%;
  border:1px solid rgba(76,135,161,.14);
  border-radius:16px;
  background:#f8fbfc;
  padding:12px 14px;
  box-shadow:none;
}
body.single-product .pab-product-tabs-section #reviews .form-submit .submit{
  border:0;
  border-radius:16px;
  background:#f38543;
  color:#fff;
  font-weight:900;
  padding:12px 24px;
  cursor:pointer;
}
body.single-product .pab-product-tabs-section .comment-form-rating .stars a{color:#f38543}
body.single-product .pab-single-related-products{
  background:#fff;
  border:1px solid rgba(76,135,161,.10);
  border-radius:28px;
  padding:22px;
  box-shadow:0 14px 38px rgba(31,43,48,.05);
}
body.single-product .pab-single-related-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
@media(max-width:1100px){
  body.single-product .pab-single-related-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:768px){
  body.single-product .pab-single-related-products{padding:14px;border-radius:22px}
  body.single-product .pab-single-related-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
}

/* Version 1.14.45 - single product cleanup, quantity controls and related carousel parity */
body.single-product .pab-product-single-page > .pab-breadcrumbs{display:none!important}
body.single-product .pab-product-buy-card .pab-product-cart-form > p.stock,
body.single-product .pab-product-buy-card .pab-product-cart-form .stock{
  display:inline-flex;
  width:max-content;
  max-width:100%;
  margin:0 0 4px;
  border-radius:999px;
  padding:7px 12px;
  background:#edf9f0;
  color:#228143;
  font-size:12.5px;
  font-weight:900;
}
body.single-product .pab-product-cart-form .quantity{
  display:inline-grid!important;
  grid-template-columns:42px minmax(48px,1fr) 42px;
  align-items:center;
  width:146px;
  max-width:146px;
  height:46px;
  border-radius:17px;
  background:#f6fafb;
  border:1px solid rgba(76,135,161,.16);
  overflow:hidden;
}
body.single-product .pab-product-cart-form .quantity .pab-qty-btn{
  width:42px;
  height:46px;
  border:0;
  background:#eef7f9;
  color:#356f86;
  font-size:22px;
  font-weight:900;
  line-height:1;
  cursor:pointer;
  transition:.18s ease;
  display:grid;
  place-items:center;
  padding:0;
}
body.single-product .pab-product-cart-form .quantity .pab-qty-btn:hover{background:#f38543;color:#fff}
body.single-product .pab-product-cart-form .quantity .qty{
  width:100%!important;
  min-width:0!important;
  height:46px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  text-align:center!important;
  font-size:15px!important;
  font-weight:900!important;
  color:#26383f!important;
  -moz-appearance:textfield;
}
body.single-product .pab-product-cart-form .quantity .qty::-webkit-outer-spin-button,
body.single-product .pab-product-cart-form .quantity .qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
body.single-product .pab-product-tabs-section .woocommerce-tabs ul.tabs li a{
  min-width:150px;
  justify-content:center;
  text-align:center;
}
body.single-product .pab-single-related-products{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  border-radius:0!important;
  padding:0!important;
  margin:34px 0 0!important;
}
body.single-product .pab-single-related-products .section-title{margin-bottom:18px}
body.single-product .pab-single-related-products .product-wrap.carousel-wrap{
  margin-top:0;
}
body.single-product .pab-single-related-products .product-track{
  grid-auto-columns:calc((100% - 66px) / 4);
  padding-bottom:44px;
}
body.single-product .pab-single-related-products .product-item{
  width:auto!important;
  max-width:none!important;
  min-width:0!important;
  scroll-snap-align:start;
}
@media(max-width:1100px){
  body.single-product .pab-single-related-products .product-track{grid-auto-columns:calc((100% - 44px) / 3)}
}
@media(max-width:768px){
  body.single-product .pab-product-tabs-section .woocommerce-tabs ul.tabs li a{min-width:0}
  body.single-product .pab-single-related-products .product-track{grid-auto-columns:68%;padding-bottom:36px}
}
@media(max-width:480px){
  body.single-product .pab-single-related-products .product-track{grid-auto-columns:78%}
}

/* Version 1.14.46 - single product related carousel visible count */
body.single-product .pab-single-related-products .product-track{
  gap:24px!important;
  grid-auto-columns:calc((100% - 96px) / 5)!important;
}
@media(max-width:1100px){
  body.single-product .pab-single-related-products .product-track{
    grid-auto-columns:calc((100% - 48px) / 3)!important;
  }
}
@media(max-width:768px){
  body.single-product .pab-single-related-products .product-wrap.carousel-wrap{padding-inline:0!important;gap:8px!important;}
  body.single-product .pab-single-related-products .round-nav{display:none!important;}
  body.single-product .pab-single-related-products .product-track{
    grid-auto-columns:66.666%!important;
    gap:14px!important;
    padding-bottom:36px!important;
    scroll-padding-inline:10px!important;
  }
}
@media(max-width:480px){
  body.single-product .pab-single-related-products .product-track{grid-auto-columns:66.666%!important;}
}

/* Version 1.14.47 - confirm single product related carousel count */
body.single-product .pab-single-related-products .product-track{
  grid-auto-columns:calc((100% - 96px) / 5)!important;
}
@media(max-width:768px){
  body.single-product .pab-single-related-products .product-track{
    grid-auto-columns:66.666%!important;
  }
}

/* Version 1.14.48 - product card clickability hotfix */
.product-item.pab-card-click-ready,
.deal-card.pab-card-click-ready,
.product-card.pab-card-click-ready{
  cursor:pointer;
}
.product-item .product-card-link-overlay,
.deal-card .product-card-link-overlay,
.product-card .product-card-link-overlay{
  pointer-events:none!important;
  z-index:1!important;
}
.product-item .product-card-image-link,
.product-item .product-card-title-link,
.product-item .product-card-category-link,
.product-item .product-tag a,
.deal-card .product-card-image-link,
.deal-card .product-card-title-link,
.product-card .product-card-image-link,
.product-card .product-card-title-link{
  position:relative!important;
  z-index:25!important;
  pointer-events:auto!important;
  cursor:pointer!important;
  text-decoration:none!important;
}
.product-item figure,
.product-item h3,
.product-item .product-tag,
.deal-card figure,
.deal-card h3{
  position:relative!important;
  z-index:20!important;
}
.product-item .product-actions,
.product-item .cart-circle,
.product-item .view-product,
.deal-card .heart,
.deal-card .cart-circle,
.product-card .product-actions,
.product-card .cart-circle,
.product-card .view-product{
  position:relative;
  z-index:40!important;
  pointer-events:auto!important;
}
.product-item .product-actions,
.product-card .product-actions{
  position:absolute!important;
}
.product-item .product-card-category-link:hover,
.product-item .product-card-title-link:hover,
.product-item .product-card-image-link:hover,
.deal-card .product-card-title-link:hover,
.deal-card .product-card-image-link:hover{
  color:inherit;
}
.product-track.is-dragging .product-item .product-card-image-link,
.product-track.is-dragging .product-item .product-card-title-link,
.product-track.is-dragging .product-item .product-card-category-link,
.deal-track.is-dragging .deal-card .product-card-image-link,
.deal-track.is-dragging .deal-card .product-card-title-link{
  pointer-events:none!important;
}

/* Version 1.14.49 - typographic support phone in desktop header */
html body.pab-rtl header.site-header[data-header] .desktop-header .support-phone,
html body.pab-rtl .desktop-header .support-phone{
  direction:rtl;
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  min-width:226px;
  width:auto;
  padding:0;
  margin:0;
  gap:0;
  background:transparent;
  border:0;
  box-shadow:none;
  color:var(--text,#1f2b30);
  text-decoration:none;
  white-space:nowrap;
  flex:0 0 auto;
  line-height:1;
}
html body.pab-rtl header.site-header[data-header] .desktop-header .support-phone:hover,
html body.pab-rtl header.site-header[data-header] .desktop-header .support-phone:focus-visible{
  color:var(--text,#1f2b30);
  text-decoration:none;
}
html body.pab-rtl header.site-header[data-header] .desktop-header .support-phone:focus-visible{
  outline:2px solid rgba(255,150,93,.45);
  outline-offset:6px;
  border-radius:14px;
}
html body.pab-rtl header.site-header[data-header] .desktop-header .support-phone .support-phone-stack{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  direction:rtl;
  text-align:right;
  line-height:1;
  min-width:0;
}
html body.pab-rtl header.site-header[data-header] .desktop-header .support-phone .support-phone-number{
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  gap:3px;
  direction:rtl;
  unicode-bidi:isolate;
  white-space:nowrap;
  color:var(--orange-dark,#f27636);
  font-size:clamp(27px,2.25vw,37px);
  line-height:.92;
  font-weight:950;
  letter-spacing:-1px;
  font-feature-settings:"ss01";
  font-family:var(--font,"Vazirmatn","Yekan Bakh",Tahoma,Arial,sans-serif);
}
html body.pab-rtl header.site-header[data-header] .desktop-header .support-phone .support-phone-main{
  color:var(--orange-dark,#f27636);
  display:inline-block;
}
html body.pab-rtl header.site-header[data-header] .desktop-header .support-phone .support-phone-tail{
  color:#202832;
  display:inline-block;
}
html body.pab-rtl header.site-header[data-header] .desktop-header .support-phone .phone-icon{
  width:.92em;
  height:.92em;
  min-width:.92em;
  border-radius:0;
  background:transparent;
  color:#202832;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:.82em;
  line-height:1;
  margin-inline:1px 0;
  transform:translateY(1px) rotate(-8deg);
  box-shadow:none;
}
html body.pab-rtl header.site-header[data-header] .desktop-header .support-phone .phone-icon svg{
  width:1em;
  height:1em;
  display:block;
  fill:currentColor;
}
html body.pab-rtl header.site-header[data-header] .desktop-header .support-phone small{
  display:block;
  margin-top:3px;
  color:#202832;
  font-size:clamp(14px,1.18vw,20px);
  line-height:1.12;
  font-weight:950;
  letter-spacing:-.5px;
  white-space:nowrap;
}
@media (min-width:769px) and (max-width:1180px){
  html body.pab-rtl header.site-header[data-header] .desktop-header{gap:14px;}
  html body.pab-rtl header.site-header[data-header] .desktop-header .support-phone{min-width:190px;}
  html body.pab-rtl header.site-header[data-header] .desktop-header .support-phone .support-phone-number{font-size:clamp(22px,2.3vw,29px);letter-spacing:-.8px;}
  html body.pab-rtl header.site-header[data-header] .desktop-header .support-phone small{font-size:clamp(12px,1.3vw,16px);}
  html body.pab-rtl header.site-header[data-header] .desktop-header .header-search{width:min(430px,38vw);}
}

/* Version 1.14.50 - support phone layout exactly like reference image */
html body.pab-rtl header.site-header[data-header] .desktop-header .support-phone{
  direction:ltr;
  display:inline-flex;
  flex-direction:row;
  align-items:center;
  justify-content:flex-start;
  gap:14px;
  min-width:368px;
  width:auto;
  max-width:100%;
  padding:0;
  margin:0;
  background:transparent;
  border:0;
  box-shadow:none;
  text-decoration:none;
  white-space:nowrap;
  overflow:visible;
  line-height:1;
  flex:0 0 auto;
}
html body.pab-rtl header.site-header[data-header] .desktop-header .support-phone:hover,
html body.pab-rtl header.site-header[data-header] .desktop-header .support-phone:focus-visible{
  text-decoration:none;
}
html body.pab-rtl header.site-header[data-header] .desktop-header .support-phone:focus-visible{
  outline:2px solid rgba(248,130,69,.38);
  outline-offset:7px;
  border-radius:20px;
}
html body.pab-rtl header.site-header[data-header] .desktop-header .support-phone .support-phone-visual{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:68px;
  height:68px;
  flex:0 0 68px;
  order:0;
  color:#f58645;
}
html body.pab-rtl header.site-header[data-header] .desktop-header .support-phone .support-phone-visual svg{
  width:100%;
  height:100%;
  display:block;
  overflow:visible;
}
html body.pab-rtl header.site-header[data-header] .desktop-header .support-phone .support-phone-handset{
  fill:#f58645;
}
html body.pab-rtl header.site-header[data-header] .desktop-header .support-phone .support-phone-chat{
  fill:#f9d8c7;
}
html body.pab-rtl header.site-header[data-header] .desktop-header .support-phone .support-phone-stack{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  justify-content:center;
  direction:rtl;
  text-align:right;
  line-height:1;
  order:1;
  min-width:0;
}
html body.pab-rtl header.site-header[data-header] .desktop-header .support-phone .support-phone-number{
  display:inline-flex;
  flex-direction:row;
  align-items:baseline;
  justify-content:flex-end;
  direction:ltr;
  unicode-bidi:isolate;
  white-space:nowrap;
  gap:0;
  margin:0;
  color:#f58645;
  font-size:clamp(34px,3.15vw,49px);
  line-height:.86;
  font-weight:950;
  letter-spacing:-1.4px;
  font-family:var(--font,"Yekan Bakh","Vazirmatn",Tahoma,Arial,sans-serif);
  font-variant-numeric:tabular-nums;
  font-feature-settings:"ss01";
}
html body.pab-rtl header.site-header[data-header] .desktop-header .support-phone .support-phone-main{
  color:#f58645;
  display:inline-block;
}
html body.pab-rtl header.site-header[data-header] .desktop-header .support-phone .support-phone-tail{
  color:#20242c;
  display:inline-block;
}
html body.pab-rtl header.site-header[data-header] .desktop-header .support-phone .phone-icon{
  display:none!important;
}
html body.pab-rtl header.site-header[data-header] .desktop-header .support-phone small{
  display:block;
  margin-top:10px;
  color:#20242c;
  font-size:clamp(22px,2.15vw,34px);
  line-height:.95;
  font-weight:950;
  letter-spacing:-.9px;
  white-space:nowrap;
  font-family:var(--font,"Yekan Bakh","Vazirmatn",Tahoma,Arial,sans-serif);
}
@media (min-width:769px) and (max-width:1280px){
  html body.pab-rtl header.site-header[data-header] .desktop-header{gap:12px;}
  html body.pab-rtl header.site-header[data-header] .desktop-header .support-phone{min-width:300px;gap:10px;}
  html body.pab-rtl header.site-header[data-header] .desktop-header .support-phone .support-phone-visual{width:54px;height:54px;flex-basis:54px;}
  html body.pab-rtl header.site-header[data-header] .desktop-header .support-phone .support-phone-number{font-size:clamp(27px,3vw,39px);letter-spacing:-1px;}
  html body.pab-rtl header.site-header[data-header] .desktop-header .support-phone small{font-size:clamp(17px,2vw,26px);margin-top:7px;}
  html body.pab-rtl header.site-header[data-header] .desktop-header .header-search{width:min(410px,34vw);}
}
@media (min-width:769px) and (max-width:980px){
  html body.pab-rtl header.site-header[data-header] .desktop-header .support-phone{min-width:245px;gap:8px;}
  html body.pab-rtl header.site-header[data-header] .desktop-header .support-phone .support-phone-visual{width:46px;height:46px;flex-basis:46px;}
  html body.pab-rtl header.site-header[data-header] .desktop-header .support-phone .support-phone-number{font-size:26px;letter-spacing:-.7px;}
  html body.pab-rtl header.site-header[data-header] .desktop-header .support-phone small{font-size:17px;margin-top:5px;}
}

/* Version 1.14.51 - configurable support phone typography sizes */
html body.pab-rtl header.site-header[data-header] .desktop-header .support-phone{
  gap:var(--pab-support-gap,10px);
  min-width:auto;
  width:max-content;
  max-width:100%;
  flex-shrink:0;
}
html body.pab-rtl header.site-header[data-header] .desktop-header .support-phone .support-phone-visual{
  width:var(--pab-support-icon-size,50px);
  height:var(--pab-support-icon-size,50px);
  flex:0 0 var(--pab-support-icon-size,50px);
}
html body.pab-rtl header.site-header[data-header] .desktop-header .support-phone .support-phone-number{
  font-size:var(--pab-support-number-size,34px);
  letter-spacing:calc(var(--pab-support-number-size,34px) * -0.028);
  line-height:.88;
}
html body.pab-rtl header.site-header[data-header] .desktop-header .support-phone small{
  font-size:var(--pab-support-text-size,22px);
  margin-top:calc(var(--pab-support-text-size,22px) * .22);
  letter-spacing:calc(var(--pab-support-text-size,22px) * -0.028);
  line-height:1;
}
@media (min-width:769px) and (max-width:1280px){
  html body.pab-rtl header.site-header[data-header] .desktop-header .support-phone{
    min-width:auto;
    gap:calc(var(--pab-support-gap,10px) * .85);
  }
  html body.pab-rtl header.site-header[data-header] .desktop-header .support-phone .support-phone-visual{
    width:calc(var(--pab-support-icon-size,50px) * .86);
    height:calc(var(--pab-support-icon-size,50px) * .86);
    flex-basis:calc(var(--pab-support-icon-size,50px) * .86);
  }
  html body.pab-rtl header.site-header[data-header] .desktop-header .support-phone .support-phone-number{
    font-size:calc(var(--pab-support-number-size,34px) * .86);
    letter-spacing:calc(var(--pab-support-number-size,34px) * -0.024);
  }
  html body.pab-rtl header.site-header[data-header] .desktop-header .support-phone small{
    font-size:calc(var(--pab-support-text-size,22px) * .86);
    margin-top:calc(var(--pab-support-text-size,22px) * .18);
  }
}
@media (min-width:769px) and (max-width:980px){
  html body.pab-rtl header.site-header[data-header] .desktop-header .support-phone{
    min-width:auto;
    gap:calc(var(--pab-support-gap,10px) * .7);
  }
  html body.pab-rtl header.site-header[data-header] .desktop-header .support-phone .support-phone-visual{
    width:calc(var(--pab-support-icon-size,50px) * .72);
    height:calc(var(--pab-support-icon-size,50px) * .72);
    flex-basis:calc(var(--pab-support-icon-size,50px) * .72);
  }
  html body.pab-rtl header.site-header[data-header] .desktop-header .support-phone .support-phone-number{
    font-size:calc(var(--pab-support-number-size,34px) * .72);
  }
  html body.pab-rtl header.site-header[data-header] .desktop-header .support-phone small{
    font-size:calc(var(--pab-support-text-size,22px) * .72);
  }
}


/* Version 1.14.52 - settings-driven home product categories */
.categories-section .category-wrap[data-pab-home-categories="1"]{isolation:isolate}
.categories-section .category-track{touch-action:pan-x;overscroll-behavior-inline:contain}
.categories-section .category-card{cursor:pointer;text-decoration:none;-webkit-tap-highlight-color:transparent}
.categories-section .category-card:focus-visible{outline:3px solid rgba(244,123,61,.35);outline-offset:4px;border-radius:18px}
.categories-section .category-card[draggable="false"] img{pointer-events:none;-webkit-user-drag:none;user-select:none}
.categories-section .category-thumb{background:#fff}
@media (max-width:767px){.categories-section .category-wrap[data-pab-home-categories="1"]{overflow:hidden}.categories-section .category-track{scroll-padding-inline:12px}}


/* Version 1.14.58 - restore mobile horizontal scrolling for all home/product carousels */
@media (max-width:768px){
  .scroll-track,
  .product-track,
  .deal-track,
  .category-track,
  .review-track,
  .pab-related-blog-track{
    overflow-x:auto!important;
    -webkit-overflow-scrolling:touch!important;
    touch-action:pan-x pan-y!important;
    overscroll-behavior-x:contain!important;
    scroll-snap-type:x mandatory!important;
  }
  .products-section .product-track,
  .second-products .product-track,
  body.single-product .pab-single-related-products .product-track{
    overflow-x:auto!important;
    overflow-y:visible!important;
    display:grid!important;
    grid-auto-flow:column!important;
    grid-template-columns:none!important;
  }
  .categories-section .category-track,
  .reviews-section .review-track,
  .deal-track,
  .pab-related-blog-track{
    overflow-x:auto!important;
    overflow-y:hidden!important;
    display:grid!important;
    grid-auto-flow:column!important;
    grid-template-columns:none!important;
  }
  .categories-section .category-wrap,
  .products-section .product-wrap,
  .second-products .product-wrap,
  .reviews-section .reviews-wrap,
  .deal-products-viewport,
  body.single-product .pab-single-related-products .product-wrap.carousel-wrap{
    min-width:0!important;
  }
  .scroll-track.is-dragging,
  .product-track.is-dragging,
  .deal-track.is-dragging,
  .category-track.is-dragging,
  .review-track.is-dragging,
  .pab-related-blog-track.is-dragging{
    touch-action:none!important;
  }
}

/* Version 1.14.66 - unified desktop single product hero card */
@media (min-width: 993px){
  body.single-product .pab-product-single-page .pab-product-hero-grid{
    background:#fff;
    border:1px solid rgba(76,135,161,.12);
    border-radius:32px;
    box-shadow:0 18px 48px rgba(31,43,48,.07);
    padding:18px;
    gap:22px;
    align-items:stretch;
    overflow:visible;
  }

  body.single-product .pab-product-single-page .pab-product-gallery-column,
  body.single-product .pab-product-single-page .pab-product-info-column,
  body.single-product .pab-product-single-page .pab-product-buy-card{
    background:transparent;
    border:0;
    box-shadow:none;
    border-radius:0;
  }

  body.single-product .pab-product-single-page .pab-product-gallery-column{
    padding:0;
    display:flex;
    align-items:stretch;
  }

  body.single-product .pab-product-single-page .pab-product-gallery{
    width:100%;
    align-content:start;
  }

  body.single-product .pab-product-single-page .pab-product-gallery-main{
    min-height:390px;
    border-radius:26px;
    background:#fff;
    border:1px solid rgba(76,135,161,.14);
    box-shadow:none;
  }

  body.single-product .pab-product-single-page .pab-product-info-column{
    padding:8px 10px;
    display:flex;
    flex-direction:column;
    justify-content:center;
  }

  body.single-product .pab-product-single-page .pab-product-buy-card{
    height:100%;
    padding:14px 2px 14px 8px;
    align-content:center;
  }

  body.single-product .pab-product-single-page .pab-product-buy-card h2{
    display:none;
  }
}

/* Version 1.14.67 - product hero layout aligned with reference image */
@media (min-width: 993px){
  body.single-product .pab-product-single-page .pab-product-hero-grid{
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    border-radius:0!important;
    padding:0!important;
    display:grid!important;
    grid-template-columns:minmax(315px,32%) minmax(330px,1fr) minmax(268px,27%)!important;
    gap:24px!important;
    align-items:start!important;
    margin-top:10px!important;
    margin-bottom:28px!important;
    overflow:visible!important;
  }

  body.single-product .pab-product-single-page .pab-product-gallery-column,
  body.single-product .pab-product-single-page .pab-product-info-column,
  body.single-product .pab-product-single-page .pab-product-buy-card{
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
  }

  body.single-product .pab-product-single-page .pab-product-gallery-column{
    padding:0!important;
    display:block!important;
  }

  body.single-product .pab-product-single-page .pab-product-gallery{
    display:grid!important;
    gap:12px!important;
    width:100%!important;
  }

  body.single-product .pab-product-single-page .pab-product-gallery-main{
    min-height:315px!important;
    height:315px!important;
    border-radius:23px!important;
    background:#fff!important;
    border:1px solid rgba(31,43,48,.16)!important;
    box-shadow:0 12px 28px rgba(31,43,48,.035)!important;
    overflow:hidden!important;
  }

  body.single-product .pab-product-single-page .pab-product-gallery-slide img{
    max-height:285px!important;
    padding:18px!important;
    object-fit:contain!important;
  }

  body.single-product .pab-product-single-page .pab-product-gallery-thumbs{
    display:flex!important;
    justify-content:center!important;
    align-items:center!important;
    gap:12px!important;
    padding-top:0!important;
  }

  body.single-product .pab-product-single-page .pab-product-gallery-thumb{
    width:70px!important;
    min-width:70px!important;
    height:68px!important;
    border-radius:13px!important;
    border:1px solid rgba(31,43,48,.08)!important;
    background:#fff!important;
    padding:5px!important;
    box-shadow:none!important;
  }

  body.single-product .pab-product-single-page .pab-product-gallery-thumb.is-active{
    border-color:#ff2d2d!important;
    box-shadow:0 0 0 1px rgba(255,45,45,.18)!important;
  }

  body.single-product .pab-product-single-page .pab-product-info-column{
    min-height:315px!important;
    padding:7px 8px 0!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    text-align:center!important;
    justify-content:flex-start!important;
  }

  body.single-product .pab-product-single-page .pab-product-title{
    width:100%!important;
    margin:0 0 14px!important;
    color:#4a4a4a!important;
    font-size:20px!important;
    line-height:1.45!important;
    font-weight:900!important;
    letter-spacing:-.2px!important;
    text-align:center!important;
  }

  body.single-product .pab-product-single-page .pab-product-category-line{
    order:2!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex-wrap:wrap!important;
    gap:9px!important;
    width:100%!important;
    margin:0 0 30px!important;
    color:#777!important;
    font-size:12px!important;
    font-weight:800!important;
  }

  body.single-product .pab-product-single-page .pab-product-category-line a{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:31px!important;
    padding:5px 15px!important;
    border-radius:999px!important;
    background:#f4f4f4!important;
    color:#777!important;
    border:0!important;
    text-decoration:none!important;
    font-size:12px!important;
    font-weight:800!important;
    line-height:1.2!important;
  }

  body.single-product .pab-product-single-page .pab-product-rating-row,
  body.single-product .pab-product-single-page .pab-product-short-description{
    width:100%!important;
    text-align:center!important;
  }

  body.single-product .pab-product-single-page .pab-product-quick-specs{
    width:100%!important;
    margin-top:auto!important;
  }

  body.single-product .pab-product-single-page .pab-product-quick-specs h2{
    margin:0 0 12px!important;
    color:#545454!important;
    font-size:15px!important;
    line-height:1.8!important;
    font-weight:900!important;
    text-align:center!important;
  }

  body.single-product .pab-product-single-page .pab-product-spec-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    width:100%!important;
    max-width:305px!important;
    margin:0 auto!important;
  }

  body.single-product .pab-product-single-page .pab-product-spec-item{
    min-height:55px!important;
    padding:8px 10px!important;
    border-radius:11px!important;
    background:#f4f4f4!important;
    border:1px solid rgba(31,43,48,.035)!important;
    box-shadow:none!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:4px!important;
    text-align:center!important;
  }

  body.single-product .pab-product-single-page .pab-product-spec-item span{
    color:#8b8b8b!important;
    font-size:10.5px!important;
    font-weight:800!important;
    line-height:1.4!important;
  }

  body.single-product .pab-product-single-page .pab-product-spec-item strong{
    color:#4f4f4f!important;
    font-size:12px!important;
    font-weight:900!important;
    line-height:1.45!important;
  }

  body.single-product .pab-product-buy-column.is-sticky-enabled{
    top:92px!important;
  }

  body.single-product .pab-product-single-page .pab-product-buy-card{
    width:100%!important;
    min-height:315px!important;
    padding:20px 20px 18px!important;
    border-radius:24px!important;
    background:#fff!important;
    border:1px solid rgba(31,43,48,.075)!important;
    box-shadow:0 17px 32px rgba(31,43,48,.095)!important;
    display:block!important;
  }

  body.single-product .pab-product-buy-card h2,
  body.single-product .pab-product-buy-meta{
    display:none!important;
  }

  body.single-product .pab-product-cart-form form.cart{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:14px!important;
    margin:0!important;
  }

  body.single-product .pab-product-cart-form table.variations{
    width:100%!important;
    margin:0!important;
    border:0!important;
    border-collapse:separate!important;
    border-spacing:0!important;
  }

  body.single-product .pab-product-cart-form table.variations tbody,
  body.single-product .pab-product-cart-form table.variations tr,
  body.single-product .pab-product-cart-form table.variations th,
  body.single-product .pab-product-cart-form table.variations td{
    display:block!important;
    width:100%!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    background:transparent!important;
    text-align:right!important;
  }

  body.single-product .pab-product-cart-form table.variations tr{
    margin-bottom:16px!important;
  }

  body.single-product .pab-product-cart-form table.variations label{
    display:block!important;
    margin:0 0 8px!important;
    color:#444!important;
    font-size:12px!important;
    font-weight:900!important;
    line-height:1.7!important;
    text-align:right!important;
  }

  body.single-product .pab-product-cart-form table.variations select{
    height:30px!important;
    min-height:30px!important;
    border-radius:999px!important;
    border:1px solid #e5e5e5!important;
    background:#f7f7f7!important;
    color:#777!important;
    font-size:11.5px!important;
    font-weight:800!important;
  }

  body.single-product .pab-product-cart-form table.variations select[data-pab-pills="1"]{
    position:absolute!important;
    width:1px!important;
    height:1px!important;
    opacity:0!important;
    pointer-events:none!important;
  }

  body.single-product .pab-variation-pills{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    flex-wrap:wrap!important;
    gap:7px!important;
    width:100%!important;
  }

  body.single-product .pab-variation-pill{
    min-height:28px!important;
    padding:5px 10px!important;
    border-radius:999px!important;
    border:1px solid #e7e7e7!important;
    background:#f8f8f8!important;
    color:#777!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:5px!important;
    font-family:inherit!important;
    font-size:10.5px!important;
    line-height:1!important;
    font-weight:800!important;
    cursor:pointer!important;
    transition:.16s ease!important;
    white-space:nowrap!important;
    box-shadow:none!important;
  }

  body.single-product .pab-variation-pill.is-selected{
    background:#fff!important;
    border-color:#cfcfcf!important;
    color:#444!important;
    box-shadow:inset 0 0 0 1px rgba(0,0,0,.06)!important;
  }

  body.single-product .pab-variation-pill.is-selected::after{
    content:"✓";
    width:14px;
    height:14px;
    border-radius:999px;
    background:#d9d9d9;
    color:#666;
    display:grid;
    place-items:center;
    font-size:9px;
    line-height:1;
    font-weight:900;
  }

  body.single-product .pab-variation-pill.is-disabled{
    opacity:.45!important;
    cursor:not-allowed!important;
  }

  body.single-product .pab-variation-color-dot{
    width:18px!important;
    height:18px!important;
    border-radius:999px!important;
    border:1px solid rgba(0,0,0,.06)!important;
    flex:0 0 18px!important;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.35)!important;
  }

  body.single-product .pab-product-payment-box{
    padding:17px 0 14px!important;
    margin:2px 0 0!important;
    border-top:1px solid #eeeeee!important;
    border-bottom:0!important;
  }

  body.single-product .pab-product-payment-label{
    color:#4d4d4d!important;
    font-size:12px!important;
    font-weight:900!important;
    line-height:1.7!important;
    margin:0 0 6px!important;
    text-align:right!important;
  }

  body.single-product .pab-product-payment-row{
    display:flex!important;
    align-items:flex-end!important;
    justify-content:space-between!important;
    gap:10px!important;
    direction:rtl!important;
  }

  body.single-product .pab-product-buy-price{
    min-width:0!important;
    flex:1 1 auto!important;
    text-align:right!important;
  }

  body.single-product .pab-product-buy-price .price{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:0!important;
    margin:0!important;
    color:#555!important;
    font-size:19px!important;
    font-weight:950!important;
    line-height:1.35!important;
  }

  body.single-product .pab-product-buy-price del{
    order:-1!important;
    color:#b6b6b6!important;
    font-size:11.5px!important;
    font-weight:800!important;
    line-height:1.2!important;
    text-decoration-thickness:1px!important;
    opacity:1!important;
  }

  body.single-product .pab-product-buy-price ins{
    color:#555!important;
    font-size:19px!important;
    font-weight:950!important;
    text-decoration:none!important;
  }

  body.single-product .pab-product-buy-price .woocommerce-Price-currencySymbol{
    font-size:12px!important;
    font-weight:800!important;
    margin-inline-start:2px!important;
  }

  body.single-product .pab-product-sale-badge{
    width:35px!important;
    height:25px!important;
    min-width:35px!important;
    border-radius:8px!important;
    padding:0!important;
    background:#f71919!important;
    color:#fff!important;
    box-shadow:none!important;
    display:grid!important;
    place-items:center!important;
    line-height:1!important;
  }

  body.single-product .pab-product-sale-badge span{
    color:#fff!important;
    font-size:12px!important;
    font-weight:950!important;
    line-height:1!important;
  }

  body.single-product .pab-product-sale-badge small{
    display:none!important;
  }

  body.single-product .pab-product-cart-form .woocommerce-variation.single_variation{
    display:none!important;
  }

  body.single-product .pab-product-cart-form .woocommerce-variation-add-to-cart,
  body.single-product .pab-product-cart-form form.cart:not(.variations_form){
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:10px!important;
    width:100%!important;
    margin:0!important;
  }

  body.single-product .pab-product-cart-form .quantity{
    order:2!important;
    width:90px!important;
    max-width:90px!important;
    min-width:90px!important;
    height:38px!important;
    grid-template-columns:28px 34px 28px!important;
    border-radius:999px!important;
    background:#fff!important;
    border:1px solid #cfcfcf!important;
    overflow:hidden!important;
    flex:0 0 90px!important;
  }

  body.single-product .pab-product-cart-form .quantity .pab-qty-btn{
    width:28px!important;
    height:38px!important;
    background:#fff!important;
    color:#777!important;
    font-size:17px!important;
  }

  body.single-product .pab-product-cart-form .quantity .qty{
    height:38px!important;
    background:#fff!important;
    font-size:13px!important;
    color:#555!important;
  }

  body.single-product .pab-product-cart-form .single_add_to_cart_button,
  body.single-product .pab-product-cart-form button.single_add_to_cart_button.button,
  body.single-product .pab-product-cart-form .button.alt{
    order:1!important;
    flex:1 1 auto!important;
    width:auto!important;
    min-width:0!important;
    min-height:38px!important;
    height:38px!important;
    border-radius:999px!important;
    background:#f71919!important;
    color:#fff!important;
    font-size:12.5px!important;
    font-weight:950!important;
    box-shadow:0 10px 22px rgba(247,25,25,.20)!important;
    padding:0 15px!important;
    white-space:nowrap!important;
  }

  body.single-product .pab-product-cart-form .single_add_to_cart_button:hover{
    transform:translateY(-1px)!important;
    box-shadow:0 13px 25px rgba(247,25,25,.24)!important;
  }

  body.single-product .pab-product-cart-form .reset_variations{
    margin-top:7px!important;
    color:#f71919!important;
    font-size:10.5px!important;
    font-weight:800!important;
    text-decoration:none!important;
  }
}

@media (min-width: 993px) and (max-width: 1180px){
  body.single-product .pab-product-single-page .pab-product-hero-grid{
    grid-template-columns:minmax(280px,31%) minmax(300px,1fr) minmax(255px,27%)!important;
    gap:18px!important;
  }
  body.single-product .pab-product-single-page .pab-product-gallery-main,
  body.single-product .pab-product-single-page .pab-product-buy-card,
  body.single-product .pab-product-single-page .pab-product-info-column{
    min-height:300px!important;
  }
  body.single-product .pab-product-single-page .pab-product-gallery-main{height:300px!important;}
  body.single-product .pab-product-single-page .pab-product-title{font-size:18px!important;}
}

/* Version 1.14.68 - single product hero pixel-aligned to provided reference */
@media (min-width: 993px){
  body.single-product .pab-product-single-page{
    padding-top:26px!important;
  }

  body.single-product .pab-product-single-page .pab-product-hero-grid{
    width:min(100%,982px)!important;
    max-width:982px!important;
    margin:0 auto 30px!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
    display:grid!important;
    grid-template-columns:268px minmax(330px,1fr) 316px!important;
    column-gap:34px!important;
    row-gap:0!important;
    direction:rtl!important;
    align-items:start!important;
    overflow:visible!important;
  }

  body.single-product .pab-product-single-page .pab-product-gallery-column,
  body.single-product .pab-product-single-page .pab-product-info-column,
  body.single-product .pab-product-single-page .pab-product-buy-card{
    box-sizing:border-box!important;
  }

  body.single-product .pab-product-single-page .pab-product-gallery-column{
    grid-column:auto!important;
    width:316px!important;
    max-width:316px!important;
    padding:0!important;
    margin:0!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
  }

  body.single-product .pab-product-single-page .pab-product-gallery{
    width:316px!important;
    display:grid!important;
    gap:12px!important;
  }

  body.single-product .pab-product-single-page .pab-product-gallery-main{
    width:316px!important;
    height:315px!important;
    min-height:315px!important;
    border-radius:20px!important;
    background:#fff!important;
    border:1px solid #dedede!important;
    box-shadow:none!important;
    overflow:hidden!important;
    display:grid!important;
    place-items:center!important;
  }

  body.single-product .pab-product-single-page .pab-product-gallery-slide,
  body.single-product .pab-product-single-page .pab-product-gallery-slide.is-active{
    width:100%!important;
    height:100%!important;
    display:grid!important;
    place-items:center!important;
    background:#fff!important;
  }

  body.single-product .pab-product-single-page .pab-product-gallery-slide img{
    width:100%!important;
    height:100%!important;
    max-width:284px!important;
    max-height:284px!important;
    object-fit:contain!important;
    padding:18px!important;
    margin:auto!important;
    background:#fff!important;
  }

  body.single-product .pab-product-single-page .pab-product-gallery-thumbs{
    width:100%!important;
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:center!important;
    gap:12px!important;
    padding:0!important;
    margin:0!important;
  }

  body.single-product .pab-product-single-page .pab-product-gallery-thumb{
    width:70px!important;
    min-width:70px!important;
    height:68px!important;
    padding:5px!important;
    border-radius:13px!important;
    background:#fff!important;
    border:1px solid #eeeeee!important;
    box-shadow:none!important;
  }

  body.single-product .pab-product-single-page .pab-product-gallery-thumb.is-active{
    border-color:#ff2b2b!important;
    box-shadow:0 0 0 1px rgba(255,43,43,.18)!important;
  }

  body.single-product .pab-product-single-page .pab-product-gallery-thumb img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    padding:0!important;
  }

  body.single-product .pab-product-single-page .pab-product-info-column{
    width:100%!important;
    min-height:315px!important;
    height:auto!important;
    padding:2px 0 0!important;
    margin:0!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:flex-start!important;
    text-align:center!important;
  }

  body.single-product .pab-product-single-page .pab-product-title{
    width:100%!important;
    max-width:330px!important;
    margin:0 auto 14px!important;
    padding:0!important;
    color:#4e4e4e!important;
    font-size:20px!important;
    line-height:1.55!important;
    font-weight:950!important;
    letter-spacing:-.25px!important;
    text-align:center!important;
  }

  body.single-product .pab-product-single-page .pab-product-category-line{
    width:100%!important;
    max-width:330px!important;
    margin:0 auto 58px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex-wrap:wrap!important;
    gap:10px!important;
    color:#777!important;
    font-size:12px!important;
    font-weight:800!important;
    line-height:1!important;
  }

  body.single-product .pab-product-single-page .pab-product-category-line a{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:31px!important;
    padding:0 16px!important;
    border-radius:999px!important;
    background:#f4f4f4!important;
    border:0!important;
    color:#777!important;
    font-size:12px!important;
    font-weight:800!important;
    line-height:1!important;
    text-decoration:none!important;
  }

  body.single-product .pab-product-single-page .pab-product-category-line a:first-child::before{
    content:"\062F\0633\062A\0647\200C\0628\0646\062F\06CC: ";
    margin-inline-end:3px;
    color:#8a8a8a;
    font-weight:800;
  }

  body.single-product .pab-product-single-page .pab-product-rating-row,
  body.single-product .pab-product-single-page .pab-product-short-description{
    display:none!important;
  }

  body.single-product .pab-product-single-page .pab-product-quick-specs{
    width:100%!important;
    max-width:304px!important;
    margin:0 auto!important;
    padding:0!important;
  }

  body.single-product .pab-product-single-page .pab-product-quick-specs h2{
    margin:0 0 10px!important;
    padding:0!important;
    color:#555!important;
    font-size:15px!important;
    font-weight:950!important;
    line-height:1.8!important;
    text-align:center!important;
  }

  body.single-product .pab-product-single-page .pab-product-quick-specs h2::after{
    content:":";
  }

  body.single-product .pab-product-single-page .pab-product-spec-grid{
    width:100%!important;
    max-width:304px!important;
    margin:0 auto!important;
    display:grid!important;
    grid-template-columns:repeat(2, minmax(0, 1fr))!important;
    gap:10px!important;
  }

  body.single-product .pab-product-single-page .pab-product-spec-item{
    height:55px!important;
    min-height:55px!important;
    padding:7px 10px!important;
    border-radius:11px!important;
    background:#f4f4f4!important;
    border:1px solid rgba(0,0,0,.025)!important;
    box-shadow:none!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:3px!important;
    overflow:hidden!important;
    text-align:center!important;
  }

  body.single-product .pab-product-single-page .pab-product-spec-item:nth-child(n+5){
    display:none!important;
  }

  body.single-product .pab-product-single-page .pab-product-spec-item span{
    display:block!important;
    width:100%!important;
    color:#8a8a8a!important;
    font-size:10.5px!important;
    font-weight:800!important;
    line-height:1.25!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }

  body.single-product .pab-product-single-page .pab-product-spec-item strong{
    display:block!important;
    width:100%!important;
    color:#555!important;
    font-size:12px!important;
    font-weight:950!important;
    line-height:1.35!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }

  body.single-product .pab-product-single-page .pab-product-more-link{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:5px!important;
    margin:11px auto 0!important;
    color:#ff1f1f!important;
    font-size:12px!important;
    font-weight:900!important;
    text-decoration:none!important;
  }

  body.single-product .pab-product-single-page .pab-product-more-link::after{
    content:"⌄";
    font-size:15px;
    line-height:1;
    transform:translateY(-1px);
  }

  body.single-product .pab-product-single-page .pab-product-buy-column{
    width:268px!important;
    max-width:268px!important;
    margin:0!important;
  }

  body.single-product .pab-product-buy-column.is-sticky-enabled{
    position:sticky!important;
    top:94px!important;
  }

  body.single-product .pab-product-single-page .pab-product-buy-card{
    width:268px!important;
    min-height:326px!important;
    height:auto!important;
    margin:0!important;
    padding:21px 21px 20px!important;
    border-radius:23px!important;
    background:#fff!important;
    border:1px solid rgba(0,0,0,.055)!important;
    box-shadow:0 18px 34px rgba(31,43,48,.12)!important;
    display:block!important;
  }

  body.single-product .pab-product-buy-card h2,
  body.single-product .pab-product-buy-meta,
  body.single-product .pab-product-cart-form > p.stock,
  body.single-product .pab-product-cart-form .stock{
    display:none!important;
  }

  body.single-product .pab-product-cart-form form.cart{
    width:100%!important;
    margin:0!important;
  }

  body.single-product .pab-product-cart-form form.variations_form{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:0!important;
  }

  body.single-product .pab-product-cart-form form.cart:not(.variations_form){
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 91px!important;
    column-gap:10px!important;
    row-gap:0!important;
    direction:ltr!important;
    align-items:center!important;
  }

  body.single-product .pab-product-cart-form table.variations{
    width:100%!important;
    margin:0!important;
    border:0!important;
    border-collapse:separate!important;
    border-spacing:0!important;
  }

  body.single-product .pab-product-cart-form table.variations tbody,
  body.single-product .pab-product-cart-form table.variations tr,
  body.single-product .pab-product-cart-form table.variations th,
  body.single-product .pab-product-cart-form table.variations td{
    display:block!important;
    width:100%!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    background:transparent!important;
    text-align:right!important;
  }

  body.single-product .pab-product-cart-form table.variations tr{
    margin:0 0 16px!important;
  }

  body.single-product .pab-product-cart-form table.variations label{
    display:block!important;
    margin:0 0 8px!important;
    color:#444!important;
    font-size:12px!important;
    font-weight:950!important;
    line-height:1.65!important;
    text-align:right!important;
  }

  body.single-product .pab-product-cart-form table.variations select{
    width:100%!important;
    min-height:30px!important;
    height:30px!important;
    border-radius:999px!important;
    border:1px solid #e5e5e5!important;
    background:#f7f7f7!important;
    color:#777!important;
    font-size:11.5px!important;
    font-weight:800!important;
    padding:0 10px!important;
  }

  body.single-product .pab-product-cart-form table.variations select[data-pab-pills="1"]{
    position:absolute!important;
    width:1px!important;
    height:1px!important;
    opacity:0!important;
    pointer-events:none!important;
  }

  body.single-product .pab-variation-pills{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    flex-wrap:wrap!important;
    gap:7px!important;
    width:100%!important;
  }

  body.single-product .pab-variation-pill{
    min-height:28px!important;
    padding:5px 10px!important;
    border-radius:999px!important;
    border:1px solid #e6e6e6!important;
    background:#f8f8f8!important;
    color:#777!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:5px!important;
    font-family:inherit!important;
    font-size:10.5px!important;
    line-height:1!important;
    font-weight:850!important;
    cursor:pointer!important;
    transition:.16s ease!important;
    white-space:nowrap!important;
    box-shadow:none!important;
  }

  body.single-product .pab-variation-pill.is-selected{
    background:#fff!important;
    border-color:#cfcfcf!important;
    color:#444!important;
    box-shadow:inset 0 0 0 1px rgba(0,0,0,.06)!important;
  }

  body.single-product .pab-variation-pill.is-selected::after{
    content:"✓";
    width:14px;
    height:14px;
    border-radius:999px;
    background:#dedede;
    color:#666;
    display:grid;
    place-items:center;
    font-size:9px;
    line-height:1;
    font-weight:950;
  }

  body.single-product .pab-variation-pill.is-disabled{
    opacity:.45!important;
    cursor:not-allowed!important;
  }

  body.single-product .pab-variation-color-dot{
    width:18px!important;
    height:18px!important;
    border-radius:999px!important;
    border:1px solid rgba(0,0,0,.06)!important;
    flex:0 0 18px!important;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.35)!important;
  }

  body.single-product .pab-product-payment-box{
    grid-column:1 / -1!important;
    direction:rtl!important;
    width:100%!important;
    margin:18px 0 15px!important;
    padding:15px 0 0!important;
    border-top:1px solid #eeeeee!important;
    border-bottom:0!important;
    background:transparent!important;
  }

  body.single-product .pab-product-payment-label{
    display:block!important;
    margin:0 0 5px!important;
    color:#4d4d4d!important;
    font-size:12px!important;
    font-weight:950!important;
    line-height:1.7!important;
    text-align:right!important;
  }

  body.single-product .pab-product-payment-row{
    display:flex!important;
    align-items:flex-end!important;
    justify-content:space-between!important;
    gap:10px!important;
    width:100%!important;
    direction:rtl!important;
  }

  body.single-product .pab-product-buy-price{
    min-width:0!important;
    flex:1 1 auto!important;
    text-align:right!important;
  }

  body.single-product .pab-product-buy-price .price{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:0!important;
    margin:0!important;
    color:#555!important;
    font-size:19px!important;
    font-weight:950!important;
    line-height:1.35!important;
  }

  body.single-product .pab-product-buy-price del{
    order:-1!important;
    color:#b6b6b6!important;
    font-size:11.5px!important;
    font-weight:800!important;
    line-height:1.2!important;
    text-decoration-thickness:1px!important;
    opacity:1!important;
  }

  body.single-product .pab-product-buy-price ins{
    color:#555!important;
    font-size:19px!important;
    font-weight:950!important;
    line-height:1.35!important;
    text-decoration:none!important;
  }

  body.single-product .pab-product-buy-price .woocommerce-Price-currencySymbol{
    font-size:12px!important;
    font-weight:800!important;
    margin-inline-start:2px!important;
  }

  body.single-product .pab-product-sale-badge{
    width:36px!important;
    height:25px!important;
    min-width:36px!important;
    border-radius:8px!important;
    padding:0!important;
    background:#f71919!important;
    color:#fff!important;
    box-shadow:none!important;
    display:grid!important;
    place-items:center!important;
    line-height:1!important;
  }

  body.single-product .pab-product-sale-badge span{
    color:#fff!important;
    font-size:12px!important;
    font-weight:950!important;
    line-height:1!important;
  }

  body.single-product .pab-product-sale-badge small{
    display:none!important;
  }

  body.single-product .pab-product-cart-form .woocommerce-variation.single_variation{
    display:none!important;
  }

  body.single-product .pab-product-cart-form .woocommerce-variation-add-to-cart{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:10px!important;
    width:100%!important;
    margin:0!important;
    direction:ltr!important;
  }

  body.single-product .pab-product-cart-form form.cart:not(.variations_form) .quantity{
    grid-column:2!important;
  }

  body.single-product .pab-product-cart-form form.cart:not(.variations_form) .single_add_to_cart_button{
    grid-column:1!important;
  }

  body.single-product .pab-product-cart-form .quantity{
    order:2!important;
    direction:ltr!important;
    width:91px!important;
    max-width:91px!important;
    min-width:91px!important;
    height:38px!important;
    display:grid!important;
    grid-template-columns:28px 35px 28px!important;
    align-items:center!important;
    border-radius:999px!important;
    background:#fff!important;
    border:1px solid #cfcfcf!important;
    overflow:hidden!important;
    flex:0 0 91px!important;
  }

  body.single-product .pab-product-cart-form .quantity .pab-qty-btn{
    width:28px!important;
    height:38px!important;
    padding:0!important;
    border:0!important;
    background:#fff!important;
    color:#777!important;
    font-size:17px!important;
    font-weight:500!important;
    line-height:1!important;
    box-shadow:none!important;
  }

  body.single-product .pab-product-cart-form .quantity .qty{
    width:35px!important;
    min-width:0!important;
    height:38px!important;
    padding:0!important;
    border:0!important;
    background:#fff!important;
    color:#555!important;
    font-size:13px!important;
    font-weight:700!important;
    text-align:center!important;
    box-shadow:none!important;
  }

  body.single-product .pab-product-cart-form .single_add_to_cart_button,
  body.single-product .pab-product-cart-form button.single_add_to_cart_button.button,
  body.single-product .pab-product-cart-form .button.alt{
    order:1!important;
    direction:rtl!important;
    flex:1 1 auto!important;
    width:100%!important;
    min-width:0!important;
    min-height:38px!important;
    height:38px!important;
    border-radius:999px!important;
    background:#f71919!important;
    color:#fff!important;
    border:0!important;
    font-size:12.5px!important;
    font-weight:950!important;
    box-shadow:0 10px 22px rgba(247,25,25,.20)!important;
    padding:0 15px!important;
    white-space:nowrap!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
  }

  body.single-product .pab-product-cart-form .single_add_to_cart_button:hover{
    transform:translateY(-1px)!important;
    box-shadow:0 13px 25px rgba(247,25,25,.24)!important;
  }

  body.single-product .pab-product-cart-form .reset_variations{
    margin-top:7px!important;
    color:#f71919!important;
    font-size:10.5px!important;
    font-weight:800!important;
    text-decoration:none!important;
  }
}

@media (min-width: 993px) and (max-width: 1110px){
  body.single-product .pab-product-single-page .pab-product-hero-grid{
    width:100%!important;
    max-width:100%!important;
    grid-template-columns:260px minmax(300px,1fr) 300px!important;
    column-gap:22px!important;
  }
  body.single-product .pab-product-single-page .pab-product-gallery-column,
  body.single-product .pab-product-single-page .pab-product-gallery,
  body.single-product .pab-product-single-page .pab-product-gallery-main{
    width:300px!important;
  }
  body.single-product .pab-product-single-page .pab-product-gallery-main{
    height:300px!important;
    min-height:300px!important;
  }
  body.single-product .pab-product-single-page .pab-product-buy-column,
  body.single-product .pab-product-single-page .pab-product-buy-card{
    width:260px!important;
    max-width:260px!important;
  }
  body.single-product .pab-product-single-page .pab-product-title{
    font-size:18px!important;
  }
}


/* Version 1.14.69 - product hero fixes: full-width unified frame, clipped thumbs, theme add-to-cart color */
@media (min-width: 993px){
  body.single-product .pab-product-single-page{
    padding-top:26px!important;
  }

  body.single-product .pab-product-single-page .pab-product-hero-grid{
    width:100%!important;
    max-width:100%!important;
    box-sizing:border-box!important;
    margin:0 auto 34px!important;
    padding:22px!important;
    border-radius:32px!important;
    border:1px solid rgba(73,120,136,.12)!important;
    background:var(--surface,#fff)!important;
    box-shadow:0 18px 48px rgba(39,63,72,.06)!important;
    display:grid!important;
    grid-template-columns:minmax(270px, 332px) minmax(330px, 1fr) minmax(250px, 308px)!important;
    column-gap:24px!important;
    row-gap:0!important;
    direction:rtl!important;
    align-items:start!important;
    overflow:hidden!important;
  }

  body.single-product .pab-product-single-page .pab-product-gallery-column,
  body.single-product .pab-product-single-page .pab-product-gallery,
  body.single-product .pab-product-single-page .pab-product-gallery-main{
    width:100%!important;
    max-width:100%!important;
  }

  body.single-product .pab-product-single-page .pab-product-gallery-column{
    min-width:0!important;
    padding:0!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    overflow:hidden!important;
  }

  body.single-product .pab-product-single-page .pab-product-gallery{
    min-width:0!important;
    gap:12px!important;
    overflow:hidden!important;
  }

  body.single-product .pab-product-single-page .pab-product-gallery-main{
    height:315px!important;
    min-height:315px!important;
    border-radius:22px!important;
    border:1px solid rgba(73,120,136,.14)!important;
    background:#fff!important;
    overflow:hidden!important;
  }

  body.single-product .pab-product-single-page .pab-product-gallery-slide img{
    max-width:86%!important;
    max-height:86%!important;
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    padding:10px!important;
  }

  body.single-product .pab-product-single-page .pab-product-gallery-thumbs{
    width:100%!important;
    max-width:100%!important;
    box-sizing:border-box!important;
    display:flex!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:10px!important;
    margin:0!important;
    padding:0 0 3px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    overscroll-behavior-x:contain!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:none!important;
    scroll-snap-type:x proximity!important;
    direction:rtl!important;
  }

  body.single-product .pab-product-single-page .pab-product-gallery-thumbs::-webkit-scrollbar{
    display:none!important;
  }

  body.single-product .pab-product-single-page .pab-product-gallery-thumb{
    width:72px!important;
    min-width:72px!important;
    max-width:72px!important;
    height:68px!important;
    flex:0 0 72px!important;
    scroll-snap-align:start!important;
  }

  body.single-product .pab-product-single-page .pab-product-buy-column,
  body.single-product .pab-product-single-page .pab-product-buy-card{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }

  body.single-product .pab-product-single-page .pab-product-buy-card{
    min-height:315px!important;
    border-radius:24px!important;
    box-shadow:0 14px 36px rgba(39,63,72,.08)!important;
  }

  body.single-product .pab-product-single-page .pab-product-info-column{
    min-width:0!important;
    width:100%!important;
    max-width:100%!important;
  }

  body.single-product .pab-product-single-page .pab-product-title,
  body.single-product .pab-product-single-page .pab-product-category-line,
  body.single-product .pab-product-single-page .pab-product-quick-specs,
  body.single-product .pab-product-single-page .pab-product-spec-grid{
    max-width:100%!important;
  }

  body.single-product .pab-product-cart-form .single_add_to_cart_button,
  body.single-product .pab-product-cart-form button.single_add_to_cart_button.button,
  body.single-product .pab-product-cart-form .button.alt{
    background:linear-gradient(135deg,var(--orange,#ff965d),var(--orange-dark,#f27636))!important;
    color:#fff!important;
    box-shadow:0 10px 22px rgba(255,150,93,.24)!important;
  }

  body.single-product .pab-product-cart-form .single_add_to_cart_button:hover,
  body.single-product .pab-product-cart-form button.single_add_to_cart_button.button:hover,
  body.single-product .pab-product-cart-form .button.alt:hover{
    box-shadow:0 13px 26px rgba(242,118,54,.28)!important;
  }
}

@media (min-width: 993px) and (max-width: 1180px){
  body.single-product .pab-product-single-page .pab-product-hero-grid{
    grid-template-columns:minmax(245px, 300px) minmax(300px, 1fr) minmax(235px, 285px)!important;
    column-gap:18px!important;
    padding:18px!important;
  }

  body.single-product .pab-product-single-page .pab-product-gallery-main{
    height:295px!important;
    min-height:295px!important;
  }

  body.single-product .pab-product-single-page .pab-product-gallery-thumb{
    width:66px!important;
    min-width:66px!important;
    max-width:66px!important;
    flex-basis:66px!important;
  }
}

/* Version 1.14.71 - responsive single product hero: keep the same desktop elements on mobile and show 6 features */
body.single-product .pab-product-single-page .pab-product-spec-item:nth-child(-n+6){
  display:flex!important;
}

@media (min-width: 993px){
  body.single-product .pab-product-single-page .pab-product-spec-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  body.single-product .pab-product-single-page .pab-product-spec-item:nth-child(n+7){
    display:none!important;
  }
}

@media (max-width: 992px){
  body.single-product .pab-product-single-page{
    padding-top:14px!important;
    padding-inline:12px!important;
  }

  body.single-product .pab-product-single-page .pab-product-hero-grid{
    width:100%!important;
    max-width:100%!important;
    box-sizing:border-box!important;
    margin:0 auto 26px!important;
    padding:14px!important;
    border-radius:26px!important;
    border:1px solid rgba(73,120,136,.12)!important;
    background:var(--surface,#fff)!important;
    box-shadow:0 16px 42px rgba(39,63,72,.06)!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:16px!important;
    direction:rtl!important;
    align-items:start!important;
    overflow:hidden!important;
  }

  body.single-product .pab-product-single-page .pab-product-gallery-column,
  body.single-product .pab-product-single-page .pab-product-info-column,
  body.single-product .pab-product-single-page .pab-product-buy-card{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    box-sizing:border-box!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    border-radius:0!important;
    padding:0!important;
    margin:0!important;
  }

  body.single-product .pab-product-single-page .pab-product-gallery,
  body.single-product .pab-product-single-page .pab-product-gallery-main{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }

  body.single-product .pab-product-single-page .pab-product-gallery{
    display:grid!important;
    gap:10px!important;
    overflow:hidden!important;
  }

  body.single-product .pab-product-single-page .pab-product-gallery-main{
    height:auto!important;
    min-height:0!important;
    aspect-ratio:1/1!important;
    max-height:420px!important;
    border-radius:22px!important;
    border:1px solid rgba(73,120,136,.14)!important;
    background:#fff!important;
    overflow:hidden!important;
    display:grid!important;
    place-items:center!important;
  }

  body.single-product .pab-product-single-page .pab-product-gallery-slide,
  body.single-product .pab-product-single-page .pab-product-gallery-slide.is-active{
    width:100%!important;
    height:100%!important;
    display:grid!important;
    place-items:center!important;
    background:#fff!important;
  }

  body.single-product .pab-product-single-page .pab-product-gallery-slide img{
    width:100%!important;
    height:100%!important;
    max-width:86%!important;
    max-height:86%!important;
    object-fit:contain!important;
    padding:10px!important;
    margin:auto!important;
    background:#fff!important;
  }

  body.single-product .pab-product-single-page .pab-product-gallery-thumbs{
    width:100%!important;
    max-width:100%!important;
    box-sizing:border-box!important;
    display:flex!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:9px!important;
    padding:0 0 3px!important;
    margin:0!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    overscroll-behavior-x:contain!important;
    scrollbar-width:none!important;
    scroll-snap-type:x proximity!important;
    direction:rtl!important;
  }

  body.single-product .pab-product-single-page .pab-product-gallery-thumbs::-webkit-scrollbar{
    display:none!important;
  }

  body.single-product .pab-product-single-page .pab-product-gallery-thumb{
    width:68px!important;
    min-width:68px!important;
    max-width:68px!important;
    height:64px!important;
    flex:0 0 68px!important;
    scroll-snap-align:start!important;
    border-radius:14px!important;
  }

  body.single-product .pab-product-single-page .pab-product-info-column{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:flex-start!important;
    text-align:center!important;
  }

  body.single-product .pab-product-single-page .pab-product-title{
    width:100%!important;
    max-width:100%!important;
    margin:0 auto 10px!important;
    color:#4e4e4e!important;
    font-size:20px!important;
    line-height:1.7!important;
    font-weight:950!important;
    text-align:center!important;
  }

  body.single-product .pab-product-single-page .pab-product-category-line{
    width:100%!important;
    max-width:100%!important;
    margin:0 auto 16px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex-wrap:wrap!important;
    gap:8px!important;
    color:#777!important;
    font-size:12px!important;
    font-weight:800!important;
    line-height:1!important;
  }

  body.single-product .pab-product-single-page .pab-product-category-line a{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:30px!important;
    padding:0 14px!important;
    border-radius:999px!important;
    background:#f4f4f4!important;
    color:#777!important;
    border:0!important;
    text-decoration:none!important;
    font-size:12px!important;
    font-weight:800!important;
  }

  body.single-product .pab-product-single-page .pab-product-category-line a:first-child::before{
    content:"\062F\0633\062A\0647\200C\0628\0646\062F\06CC: ";
    margin-inline-end:3px;
    color:#8a8a8a;
    font-weight:800;
  }

  body.single-product .pab-product-single-page .pab-product-rating-row,
  body.single-product .pab-product-single-page .pab-product-short-description{
    display:none!important;
  }

  body.single-product .pab-product-single-page .pab-product-quick-specs{
    width:100%!important;
    max-width:100%!important;
    margin:0 auto!important;
    padding:0!important;
  }

  body.single-product .pab-product-single-page .pab-product-quick-specs h2{
    margin:0 0 10px!important;
    color:#555!important;
    font-size:15px!important;
    font-weight:950!important;
    line-height:1.8!important;
    text-align:center!important;
  }

  body.single-product .pab-product-single-page .pab-product-quick-specs h2::after{
    content:":";
  }

  body.single-product .pab-product-single-page .pab-product-spec-grid{
    width:100%!important;
    max-width:520px!important;
    margin:0 auto!important;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:9px!important;
  }

  body.single-product .pab-product-single-page .pab-product-spec-item{
    display:flex!important;
    min-height:58px!important;
    height:auto!important;
    padding:8px 10px!important;
    border-radius:13px!important;
    background:#f4f4f4!important;
    border:1px solid rgba(0,0,0,.025)!important;
    box-shadow:none!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:3px!important;
    overflow:hidden!important;
    text-align:center!important;
  }

  body.single-product .pab-product-single-page .pab-product-spec-item:nth-child(n+7){
    display:none!important;
  }

  body.single-product .pab-product-single-page .pab-product-spec-item span{
    width:100%!important;
    display:block!important;
    color:#8a8a8a!important;
    font-size:10.5px!important;
    font-weight:800!important;
    line-height:1.3!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }

  body.single-product .pab-product-single-page .pab-product-spec-item strong{
    width:100%!important;
    display:block!important;
    color:#555!important;
    font-size:12px!important;
    font-weight:950!important;
    line-height:1.4!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }

  body.single-product .pab-product-single-page .pab-product-more-link{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:5px!important;
    margin:10px auto 0!important;
    color:var(--orange-dark,#f27636)!important;
    font-size:12px!important;
    font-weight:900!important;
    text-decoration:none!important;
  }

  body.single-product .pab-product-single-page .pab-product-buy-column,
  body.single-product .pab-product-single-page .pab-product-buy-column.is-sticky-enabled{
    position:relative!important;
    top:auto!important;
    z-index:1!important;
  }

  body.single-product .pab-product-single-page .pab-product-buy-card{
    min-height:0!important;
    border-radius:22px!important;
    background:#fff!important;
    border:1px solid rgba(73,120,136,.10)!important;
    box-shadow:0 12px 30px rgba(39,63,72,.06)!important;
    padding:16px!important;
    display:grid!important;
    gap:12px!important;
  }

  body.single-product .pab-product-cart-form form.cart,
  body.single-product .pab-product-cart-form form.variations_form.cart{
    display:grid!important;
    gap:12px!important;
    margin:0!important;
    width:100%!important;
  }

  body.single-product .pab-product-cart-form table.variations,
  body.single-product .pab-product-cart-form table.variations tbody,
  body.single-product .pab-product-cart-form table.variations tr,
  body.single-product .pab-product-cart-form table.variations th,
  body.single-product .pab-product-cart-form table.variations td{
    display:block!important;
    width:100%!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    background:transparent!important;
    text-align:right!important;
  }

  body.single-product .pab-product-cart-form table.variations tr{
    margin-bottom:14px!important;
  }

  body.single-product .pab-product-cart-form table.variations label{
    display:block!important;
    margin:0 0 8px!important;
    color:#444!important;
    font-size:12px!important;
    font-weight:900!important;
    line-height:1.7!important;
    text-align:right!important;
  }

  body.single-product .pab-variation-pills{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    flex-wrap:wrap!important;
    gap:7px!important;
    width:100%!important;
  }

  body.single-product .pab-product-payment-box{
    padding:14px 0 12px!important;
    margin:0!important;
    border-top:1px solid #eeeeee!important;
    border-bottom:0!important;
  }

  body.single-product .pab-product-cart-form .woocommerce-variation.single_variation{
    display:none!important;
  }

  body.single-product .pab-product-cart-form .woocommerce-variation-add-to-cart,
  body.single-product .pab-product-cart-form form.cart:not(.variations_form){
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:10px!important;
    width:100%!important;
    margin:0!important;
  }

  body.single-product .pab-product-cart-form .quantity{
    order:2!important;
    width:94px!important;
    max-width:94px!important;
    min-width:94px!important;
    height:40px!important;
    display:grid!important;
    grid-template-columns:29px 36px 29px!important;
    border-radius:999px!important;
    background:#fff!important;
    border:1px solid #cfcfcf!important;
    overflow:hidden!important;
    flex:0 0 94px!important;
  }

  body.single-product .pab-product-cart-form .single_add_to_cart_button,
  body.single-product .pab-product-cart-form button.single_add_to_cart_button.button,
  body.single-product .pab-product-cart-form .button.alt{
    order:1!important;
    flex:1 1 auto!important;
    width:auto!important;
    min-width:0!important;
    min-height:40px!important;
    height:40px!important;
    border-radius:999px!important;
    background:linear-gradient(135deg,var(--orange,#ff965d),var(--orange-dark,#f27636))!important;
    color:#fff!important;
    border:0!important;
    font-size:12.5px!important;
    font-weight:950!important;
    box-shadow:0 10px 22px rgba(255,150,93,.24)!important;
    padding:0 14px!important;
    white-space:nowrap!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
  }
}

@media (max-width: 420px){
  body.single-product .pab-product-single-page{
    padding-inline:8px!important;
  }
  body.single-product .pab-product-single-page .pab-product-hero-grid{
    padding:10px!important;
    border-radius:22px!important;
    gap:13px!important;
  }
  body.single-product .pab-product-single-page .pab-product-title{
    font-size:18px!important;
  }
  body.single-product .pab-product-single-page .pab-product-spec-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }
  body.single-product .pab-product-single-page .pab-product-spec-item{
    min-height:56px!important;
    padding:7px 8px!important;
  }
  body.single-product .pab-product-cart-form .woocommerce-variation-add-to-cart,
  body.single-product .pab-product-cart-form form.cart:not(.variations_form){
    gap:8px!important;
  }
  body.single-product .pab-product-cart-form .quantity{
    width:88px!important;
    min-width:88px!important;
    max-width:88px!important;
    flex-basis:88px!important;
    grid-template-columns:27px 34px 27px!important;
  }
  body.single-product .pab-product-cart-form .single_add_to_cart_button,
  body.single-product .pab-product-cart-form button.single_add_to_cart_button.button,
  body.single-product .pab-product-cart-form .button.alt{
    padding:0 12px!important;
    font-size:12px!important;
  }
}


/* Version 1.14.71 - keep the desktop/laptop buy box design on mobile */
@media (max-width: 992px){
  body.single-product .pab-product-single-page .pab-product-buy-column,
  body.single-product .pab-product-single-page .pab-product-buy-column.is-sticky-enabled{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    position:relative!important;
    top:auto!important;
    z-index:1!important;
    grid-column:auto!important;
  }

  body.single-product .pab-product-single-page .pab-product-buy-card{
    width:100%!important;
    max-width:420px!important;
    min-width:0!important;
    margin:0 auto!important;
    padding:18px!important;
    border-radius:26px!important;
    background:#fff!important;
    border:1px solid rgba(76,135,161,.12)!important;
    box-shadow:0 16px 40px rgba(31,43,48,.08)!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:14px!important;
    box-sizing:border-box!important;
  }

  body.single-product .pab-product-buy-card h2{
    display:none!important;
  }

  body.single-product .pab-product-buy-meta{
    display:block!important;
    width:100%!important;
    border-top:1px solid rgba(76,135,161,.10)!important;
    padding-top:12px!important;
    margin-top:0!important;
    color:#60747c!important;
    font-size:11.5px!important;
    font-weight:700!important;
    line-height:2!important;
    text-align:right!important;
  }

  body.single-product .pab-product-buy-card .product_meta{
    display:block!important;
    margin:0!important;
    padding:0!important;
  }

  body.single-product .pab-product-buy-card .product_meta > span{
    display:block!important;
    margin:0 0 4px!important;
  }

  body.single-product .pab-product-buy-card .product_meta a,
  body.single-product .pab-product-buy-meta a{
    color:var(--blue,#4c87a1)!important;
    font-weight:850!important;
    text-decoration:none!important;
  }

  body.single-product .pab-product-cart-form,
  body.single-product .pab-product-cart-form form.cart,
  body.single-product .pab-product-cart-form form.variations_form.cart{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:13px!important;
    margin:0!important;
    padding:0!important;
    box-sizing:border-box!important;
    direction:rtl!important;
  }

  body.single-product .pab-product-cart-form table.variations{
    width:100%!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-collapse:separate!important;
    border-spacing:0!important;
    background:transparent!important;
  }

  body.single-product .pab-product-cart-form table.variations tbody,
  body.single-product .pab-product-cart-form table.variations tr,
  body.single-product .pab-product-cart-form table.variations th,
  body.single-product .pab-product-cart-form table.variations td{
    display:block!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    text-align:right!important;
  }

  body.single-product .pab-product-cart-form table.variations tr{
    margin-bottom:14px!important;
  }

  body.single-product .pab-product-cart-form table.variations label{
    display:block!important;
    margin:0 0 8px!important;
    color:#3f4f55!important;
    font-size:12px!important;
    font-weight:950!important;
    line-height:1.7!important;
    text-align:right!important;
  }

  body.single-product .pab-product-cart-form table.variations select{
    width:100%!important;
    height:38px!important;
    min-height:38px!important;
    border-radius:999px!important;
    border:1px solid rgba(76,135,161,.16)!important;
    background:#fff!important;
    color:#4b5d64!important;
    font-size:12px!important;
    font-weight:850!important;
    padding:0 12px!important;
  }

  body.single-product .pab-product-cart-form table.variations select[data-pab-pills="1"]{
    position:absolute!important;
    width:1px!important;
    height:1px!important;
    opacity:0!important;
    pointer-events:none!important;
  }

  body.single-product .pab-variation-pills{
    width:100%!important;
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:8px!important;
  }

  body.single-product .pab-variation-pill{
    min-height:30px!important;
    padding:5px 11px!important;
    border-radius:999px!important;
    border:1px solid rgba(76,135,161,.16)!important;
    background:#fff!important;
    color:#586b72!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:6px!important;
    font-family:inherit!important;
    font-size:11px!important;
    line-height:1!important;
    font-weight:850!important;
    white-space:nowrap!important;
    box-shadow:0 6px 14px rgba(31,43,48,.045)!important;
  }

  body.single-product .pab-variation-pill.is-selected{
    background:#fff!important;
    border-color:var(--orange,#f38543)!important;
    color:#2f4147!important;
    box-shadow:0 0 0 1px rgba(243,133,67,.16),0 8px 18px rgba(31,43,48,.06)!important;
  }

  body.single-product .pab-variation-pill.is-selected::after{
    content:"✓"!important;
    width:16px!important;
    height:16px!important;
    border-radius:999px!important;
    background:var(--orange,#f38543)!important;
    color:#fff!important;
    display:grid!important;
    place-items:center!important;
    font-size:9px!important;
    font-weight:950!important;
    line-height:1!important;
  }

  body.single-product .pab-variation-pill.is-disabled{
    opacity:.45!important;
    cursor:not-allowed!important;
  }

  body.single-product .pab-variation-color-dot{
    width:18px!important;
    height:18px!important;
    border-radius:999px!important;
    border:1px solid rgba(0,0,0,.08)!important;
    flex:0 0 18px!important;
    box-shadow:inset 0 0 0 2px rgba(255,255,255,.55)!important;
  }

  body.single-product .pab-product-cart-form .reset_variations{
    display:inline-block!important;
    margin-top:8px!important;
    color:var(--orange-dark,#f27636)!important;
    font-size:11px!important;
    font-weight:900!important;
    text-decoration:none!important;
  }

  body.single-product .pab-product-cart-form .single_variation_wrap{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:0!important;
    width:100%!important;
  }

  body.single-product .pab-product-cart-form .woocommerce-variation.single_variation{
    display:none!important;
  }

  body.single-product .pab-product-payment-box{
    width:100%!important;
    margin:4px 0 2px!important;
    padding:15px 0 0!important;
    border-top:1px solid rgba(76,135,161,.12)!important;
    border-bottom:0!important;
    background:transparent!important;
    direction:rtl!important;
  }

  body.single-product .pab-product-payment-label{
    display:block!important;
    margin:0 0 5px!important;
    color:#3f4f55!important;
    font-size:12px!important;
    font-weight:950!important;
    line-height:1.8!important;
    text-align:right!important;
  }

  body.single-product .pab-product-payment-row{
    width:100%!important;
    display:flex!important;
    align-items:flex-end!important;
    justify-content:space-between!important;
    gap:10px!important;
    direction:rtl!important;
  }

  body.single-product .pab-product-buy-price{
    min-width:0!important;
    flex:1 1 auto!important;
    text-align:right!important;
  }

  body.single-product .pab-product-buy-price .price{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:flex-start!important;
    gap:2px!important;
    margin:0!important;
    color:#26383f!important;
    font-size:19px!important;
    font-weight:950!important;
    line-height:1.35!important;
  }

  body.single-product .pab-product-buy-price del{
    order:-1!important;
    color:#9ca9af!important;
    font-size:12px!important;
    font-weight:800!important;
    line-height:1.2!important;
    opacity:1!important;
    text-decoration-thickness:1px!important;
  }

  body.single-product .pab-product-buy-price ins{
    color:#26383f!important;
    font-size:19px!important;
    font-weight:950!important;
    line-height:1.35!important;
    text-decoration:none!important;
  }

  body.single-product .pab-product-buy-price .woocommerce-Price-currencySymbol{
    font-size:12px!important;
    font-weight:850!important;
    margin-inline-start:2px!important;
  }

  body.single-product .pab-product-sale-badge{
    width:auto!important;
    min-width:40px!important;
    height:28px!important;
    padding:0 8px!important;
    border-radius:999px!important;
    background:linear-gradient(135deg,var(--orange,#f38543),var(--orange-dark,#f27636))!important;
    color:#fff!important;
    box-shadow:0 8px 16px rgba(243,133,67,.18)!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:3px!important;
    line-height:1!important;
  }

  body.single-product .pab-product-sale-badge span{
    color:#fff!important;
    font-size:12px!important;
    font-weight:950!important;
    line-height:1!important;
  }

  body.single-product .pab-product-sale-badge small{
    display:none!important;
  }

  body.single-product .pab-product-cart-form .woocommerce-variation-add-to-cart,
  body.single-product .pab-product-cart-form form.cart:not(.variations_form){
    width:100%!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:10px!important;
    margin:13px 0 0!important;
    direction:ltr!important;
  }

  body.single-product .pab-product-cart-form .quantity{
    order:2!important;
    direction:ltr!important;
    width:94px!important;
    max-width:94px!important;
    min-width:94px!important;
    height:40px!important;
    display:grid!important;
    grid-template-columns:29px 36px 29px!important;
    align-items:center!important;
    border-radius:999px!important;
    background:#fff!important;
    border:1px solid rgba(76,135,161,.24)!important;
    overflow:hidden!important;
    flex:0 0 94px!important;
    box-shadow:none!important;
  }

  body.single-product .pab-product-cart-form .quantity .pab-qty-btn{
    width:29px!important;
    height:40px!important;
    padding:0!important;
    border:0!important;
    background:#fff!important;
    color:#5f747c!important;
    font-size:17px!important;
    font-weight:700!important;
    line-height:1!important;
    box-shadow:none!important;
  }

  body.single-product .pab-product-cart-form .quantity .qty{
    width:36px!important;
    min-width:0!important;
    height:40px!important;
    padding:0!important;
    border:0!important;
    background:#fff!important;
    color:#26383f!important;
    font-size:13px!important;
    font-weight:900!important;
    text-align:center!important;
    box-shadow:none!important;
  }

  body.single-product .pab-product-cart-form .single_add_to_cart_button,
  body.single-product .pab-product-cart-form button.single_add_to_cart_button.button,
  body.single-product .pab-product-cart-form .button.alt{
    order:1!important;
    direction:rtl!important;
    flex:1 1 auto!important;
    width:100%!important;
    min-width:0!important;
    height:40px!important;
    min-height:40px!important;
    border-radius:999px!important;
    background:linear-gradient(135deg,var(--orange,#f38543),var(--orange-dark,#f27636))!important;
    color:#fff!important;
    border:0!important;
    font-size:12.5px!important;
    font-weight:950!important;
    box-shadow:0 10px 22px rgba(243,133,67,.24)!important;
    padding:0 14px!important;
    white-space:nowrap!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
  }

  body.single-product .pab-product-cart-form .single_add_to_cart_button:hover,
  body.single-product .pab-product-cart-form button.single_add_to_cart_button.button:hover{
    transform:translateY(-1px)!important;
    box-shadow:0 13px 25px rgba(243,133,67,.28)!important;
  }

  body.single-product .pab-product-cart-form .single_add_to_cart_button.disabled,
  body.single-product .pab-product-cart-form button.single_add_to_cart_button.button.disabled,
  body.single-product .pab-product-cart-form .single_add_to_cart_button:disabled{
    opacity:.55!important;
    cursor:not-allowed!important;
    box-shadow:none!important;
  }
}

@media (max-width: 420px){
  body.single-product .pab-product-single-page .pab-product-buy-card{
    max-width:100%!important;
    padding:15px!important;
    border-radius:22px!important;
  }

  body.single-product .pab-product-cart-form .woocommerce-variation-add-to-cart,
  body.single-product .pab-product-cart-form form.cart:not(.variations_form){
    gap:8px!important;
  }

  body.single-product .pab-product-cart-form .quantity{
    width:90px!important;
    min-width:90px!important;
    max-width:90px!important;
    flex-basis:90px!important;
    grid-template-columns:27px 36px 27px!important;
  }

  body.single-product .pab-product-cart-form .quantity .pab-qty-btn{
    width:27px!important;
  }

  body.single-product .pab-product-cart-form .single_add_to_cart_button,
  body.single-product .pab-product-cart-form button.single_add_to_cart_button.button,
  body.single-product .pab-product-cart-form .button.alt{
    padding-inline:12px!important;
    font-size:12px!important;
  }
}


/* Version 1.14.72 - single product AJAX cart cleanup */
body.single-product .pab-single-cart-error{
  background:#fff4f2;
  color:#c33422;
  border:1px solid rgba(195,52,34,.18);
  border-radius:16px;
  padding:10px 12px;
  font-size:13px;
  font-weight:800;
  line-height:1.9;
  margin:0 0 8px;
}
body.single-product .pab-product-cart-form .single_add_to_cart_button.loading{
  opacity:.72;
  pointer-events:none;
}
body.single-product .woocommerce-notices-wrapper:empty{
  display:none;
}


/* Version 1.14.76 - smoother native mobile horizontal scrolling and quick-view height fix */
@media (max-width:768px){
  .scroll-track,
  .product-track,
  .deal-track,
  .category-track,
  .review-track,
  .pab-related-blog-track,
  .pab-single-related-grid,
  .pab-product-gallery-thumbs,
  .pab-qv-thumbs{
    overflow-x:auto!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    overscroll-behavior-x:contain!important;
    overscroll-behavior-inline:contain!important;
    scroll-snap-type:x proximity!important;
    scroll-behavior:auto!important;
    touch-action:pan-x pan-y!important;
    cursor:auto!important;
    -webkit-user-select:auto!important;
    user-select:auto!important;
    scrollbar-width:none!important;
    will-change:scroll-position;
  }
  .scroll-track::-webkit-scrollbar,
  .product-track::-webkit-scrollbar,
  .deal-track::-webkit-scrollbar,
  .category-track::-webkit-scrollbar,
  .review-track::-webkit-scrollbar,
  .pab-related-blog-track::-webkit-scrollbar,
  .pab-single-related-grid::-webkit-scrollbar,
  .pab-product-gallery-thumbs::-webkit-scrollbar,
  .pab-qv-thumbs::-webkit-scrollbar{display:none!important}

  .scroll-track.is-dragging,
  .product-track.is-dragging,
  .deal-track.is-dragging,
  .category-track.is-dragging,
  .review-track.is-dragging,
  .pab-related-blog-track.is-dragging{
    scroll-snap-type:x proximity!important;
    touch-action:pan-x pan-y!important;
  }

  .scroll-track > *,
  .product-track > *,
  .deal-track > *,
  .category-track > *,
  .review-track > *,
  .pab-related-blog-track > *,
  .pab-single-related-grid > *,
  .pab-product-gallery-thumbs > *,
  .pab-qv-thumbs > *{
    scroll-snap-stop:normal!important;
  }

  .carousel-wrap,
  .deal-carousel-shell,
  .deal-products-viewport,
  .categories-section .category-wrap,
  .products-section .product-wrap,
  .second-products .product-wrap,
  .reviews-section .reviews-wrap,
  body.single-product .pab-single-related-products .product-wrap.carousel-wrap{
    min-width:0!important;
    max-width:100%!important;
  }

  body.single-product .pab-product-single-page .pab-product-gallery-thumbs,
  #pab-quick-modal .pab-qv-thumbs{
    padding-bottom:2px!important;
    margin-bottom:0!important;
  }

  #pab-quick-modal{
    top:14px!important;
    bottom:calc(var(--pab-mobile-bottom-nav-height,64px) + 18px + env(safe-area-inset-bottom,0px))!important;
    left:50%!important;
    width:94vw!important;
    height:auto!important;
    max-height:none!important;
    border-radius:22px!important;
    overflow:auto!important;
    overscroll-behavior:contain!important;
    -webkit-overflow-scrolling:touch!important;
    transform:translateX(-50%) scale(.96)!important;
  }
  #pab-quick-modal.is-visible{
    transform:translateX(-50%) scale(1)!important;
  }
}

/* Version 1.14.76 - product image zoom icon and full-screen gallery lightbox */
.pab-product-gallery-main{position:relative!important;}
.pab-product-gallery-slide.is-active img{cursor:zoom-in;}
.pab-product-gallery-zoom{
  position:absolute!important;
  top:12px!important;
  right:12px!important;
  width:46px!important;
  height:46px!important;
  border:0!important;
  border-radius:16px!important;
  background:rgba(255,255,255,.94)!important;
  color:var(--primary,#3f788f)!important;
  box-shadow:0 12px 28px rgba(31,43,48,.14)!important;
  display:grid!important;
  place-items:center!important;
  cursor:pointer!important;
  z-index:8!important;
  transition:transform .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease!important;
}
.pab-product-gallery-zoom:hover{
  transform:translateY(-1px)!important;
  background:var(--accent,#f38543)!important;
  color:#fff!important;
  box-shadow:0 16px 32px rgba(243,133,67,.22)!important;
}
.pab-product-gallery-zoom svg{width:23px!important;height:23px!important;fill:currentColor!important;display:block!important;}
.pab-product-lightbox{
  position:fixed!important;
  inset:0!important;
  z-index:999999!important;
  display:none!important;
  align-items:center!important;
  justify-content:center!important;
  padding:18px!important;
  direction:rtl!important;
}
.pab-product-lightbox.is-open{display:flex!important;}
.pab-product-lightbox-backdrop{
  position:absolute!important;
  inset:0!important;
  background:rgba(8,18,24,.88)!important;
  backdrop-filter:blur(7px)!important;
  -webkit-backdrop-filter:blur(7px)!important;
}
.pab-product-lightbox-shell{
  position:relative!important;
  z-index:2!important;
  width:min(96vw,1180px)!important;
  height:min(92vh,780px)!important;
  border-radius:28px!important;
  background:rgba(255,255,255,.98)!important;
  box-shadow:0 28px 90px rgba(0,0,0,.34)!important;
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
}
.pab-product-lightbox-figure{
  width:100%!important;
  height:100%!important;
  margin:0!important;
  padding:62px 74px 54px!important;
  display:grid!important;
  place-items:center!important;
}
.pab-product-lightbox-img{
  display:block!important;
  max-width:100%!important;
  max-height:100%!important;
  width:auto!important;
  height:auto!important;
  object-fit:contain!important;
  user-select:none!important;
  -webkit-user-drag:none!important;
}
.pab-product-lightbox-close,
.pab-product-lightbox-arrow{
  position:absolute!important;
  border:0!important;
  display:grid!important;
  place-items:center!important;
  cursor:pointer!important;
  z-index:4!important;
  background:#fff!important;
  color:var(--primary,#3f788f)!important;
  box-shadow:0 12px 30px rgba(31,43,48,.16)!important;
  transition:transform .18s ease,background .18s ease,color .18s ease!important;
}
.pab-product-lightbox-close{
  top:16px!important;
  right:16px!important;
  width:46px!important;
  height:46px!important;
  border-radius:16px!important;
  font-size:32px!important;
  line-height:1!important;
}
.pab-product-lightbox-arrow{
  top:50%!important;
  width:52px!important;
  height:52px!important;
  border-radius:50%!important;
  transform:translateY(-50%)!important;
  font-size:38px!important;
  font-weight:900!important;
}
.pab-product-lightbox-prev{right:16px!important;}
.pab-product-lightbox-next{left:16px!important;}
.pab-product-lightbox-close:hover,
.pab-product-lightbox-arrow:hover{
  background:var(--accent,#f38543)!important;
  color:#fff!important;
}
.pab-product-lightbox-counter{
  position:absolute!important;
  bottom:16px!important;
  left:50%!important;
  transform:translateX(-50%)!important;
  min-width:72px!important;
  text-align:center!important;
  padding:8px 13px!important;
  border-radius:999px!important;
  background:rgba(37,58,66,.08)!important;
  color:#26383f!important;
  font-size:13px!important;
  font-weight:900!important;
}
html.pab-product-lightbox-open,
body.pab-product-lightbox-open{overflow:hidden!important;}
@media (max-width: 768px){
  .pab-product-gallery-zoom{
    top:10px!important;
    right:10px!important;
    width:42px!important;
    height:42px!important;
    border-radius:14px!important;
  }
  .pab-product-gallery-zoom svg{width:21px!important;height:21px!important;}
  .pab-product-lightbox{padding:10px!important;}
  .pab-product-lightbox-shell{
    width:100%!important;
    height:calc(100dvh - 20px)!important;
    border-radius:22px!important;
  }
  .pab-product-lightbox-figure{padding:58px 16px 54px!important;}
  .pab-product-lightbox-close{top:12px!important;right:12px!important;width:42px!important;height:42px!important;border-radius:14px!important;}
  .pab-product-lightbox-arrow{width:42px!important;height:42px!important;font-size:32px!important;background:rgba(255,255,255,.92)!important;}
  .pab-product-lightbox-prev{right:10px!important;}
  .pab-product-lightbox-next{left:10px!important;}
  .pab-product-lightbox-img{max-width:100%!important;max-height:100%!important;}
  .pab-product-lightbox-counter{bottom:12px!important;font-size:12px!important;padding:7px 12px!important;}
}

/* Version 1.14.77 - mobile product tabs single-row scroll and buy actions layout */
@media (max-width: 768px){
  body.single-product .pab-product-tabs-section .woocommerce-tabs ul.tabs,
  body.single-product .pab-product-tabs-section .woocommerce-tabs ul.tabs.wc-tabs,
  body.single-product .woocommerce-tabs ul.tabs.wc-tabs{
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:8px!important;
    width:100%!important;
    max-width:100%!important;
    margin:0 0 16px!important;
    padding:0 0 6px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    overscroll-behavior-x:contain!important;
    scroll-snap-type:x proximity!important;
    scrollbar-width:none!important;
    border:0!important;
    white-space:nowrap!important;
  }

  body.single-product .pab-product-tabs-section .woocommerce-tabs ul.tabs::-webkit-scrollbar,
  body.single-product .pab-product-tabs-section .woocommerce-tabs ul.tabs.wc-tabs::-webkit-scrollbar,
  body.single-product .woocommerce-tabs ul.tabs.wc-tabs::-webkit-scrollbar{
    display:none!important;
  }

  body.single-product .pab-product-tabs-section .woocommerce-tabs ul.tabs li,
  body.single-product .pab-product-tabs-section .woocommerce-tabs ul.tabs.wc-tabs li,
  body.single-product .woocommerce-tabs ul.tabs.wc-tabs li{
    flex:0 0 auto!important;
    width:auto!important;
    min-width:max-content!important;
    max-width:none!important;
    display:block!important;
    float:none!important;
    margin:0!important;
    padding:0!important;
    scroll-snap-align:start!important;
  }

  body.single-product .pab-product-tabs-section .woocommerce-tabs ul.tabs li a,
  body.single-product .pab-product-tabs-section .woocommerce-tabs ul.tabs.wc-tabs li a,
  body.single-product .woocommerce-tabs ul.tabs.wc-tabs li a{
    width:auto!important;
    min-width:118px!important;
    max-width:none!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:10px 16px!important;
    white-space:nowrap!important;
    text-align:center!important;
  }

  /* Keep price/payment as the first full-width row on mobile. */
  body.single-product .pab-product-cart-form form.cart:not(.variations_form){
    display:grid!important;
    grid-template-columns:96px minmax(0,1fr)!important;
    align-items:center!important;
    gap:10px!important;
    width:100%!important;
    direction:rtl!important;
  }

  body.single-product .pab-product-cart-form form.cart:not(.variations_form) .pab-product-payment-box{
    grid-column:1 / -1!important;
    grid-row:1!important;
    width:100%!important;
    margin:0 0 2px!important;
  }

  body.single-product .pab-product-cart-form form.cart:not(.variations_form) > .quantity{
    grid-column:1!important;
    grid-row:2!important;
  }

  body.single-product .pab-product-cart-form form.cart:not(.variations_form) > .single_add_to_cart_button,
  body.single-product .pab-product-cart-form form.cart:not(.variations_form) > button.single_add_to_cart_button.button{
    grid-column:2!important;
    grid-row:2!important;
  }

  body.single-product .pab-product-cart-form .woocommerce-variation-add-to-cart{
    display:grid!important;
    grid-template-columns:96px minmax(0,1fr)!important;
    align-items:center!important;
    gap:10px!important;
    width:100%!important;
    direction:rtl!important;
    margin:13px 0 0!important;
  }

  body.single-product .pab-product-cart-form .woocommerce-variation-add-to-cart > .quantity{
    grid-column:1!important;
  }

  body.single-product .pab-product-cart-form .woocommerce-variation-add-to-cart > .single_add_to_cart_button,
  body.single-product .pab-product-cart-form .woocommerce-variation-add-to-cart > button.single_add_to_cart_button.button{
    grid-column:2!important;
  }

  body.single-product .pab-product-cart-form form.cart:not(.variations_form) > .quantity,
  body.single-product .pab-product-cart-form .woocommerce-variation-add-to-cart > .quantity{
    order:0!important;
    width:96px!important;
    min-width:96px!important;
    max-width:96px!important;
    flex:0 0 96px!important;
    justify-self:stretch!important;
    margin:0!important;
    direction:ltr!important;
  }

  body.single-product .pab-product-cart-form form.cart:not(.variations_form) > .single_add_to_cart_button,
  body.single-product .pab-product-cart-form form.cart:not(.variations_form) > button.single_add_to_cart_button.button,
  body.single-product .pab-product-cart-form .woocommerce-variation-add-to-cart > .single_add_to_cart_button,
  body.single-product .pab-product-cart-form .woocommerce-variation-add-to-cart > button.single_add_to_cart_button.button{
    order:0!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    flex:1 1 auto!important;
    justify-self:stretch!important;
    margin:0!important;
    direction:rtl!important;
  }
}

@media (max-width: 420px){
  body.single-product .pab-product-cart-form form.cart:not(.variations_form),
  body.single-product .pab-product-cart-form .woocommerce-variation-add-to-cart{
    grid-template-columns:92px minmax(0,1fr)!important;
    gap:8px!important;
  }

  body.single-product .pab-product-cart-form form.cart:not(.variations_form) > .quantity,
  body.single-product .pab-product-cart-form .woocommerce-variation-add-to-cart > .quantity{
    width:92px!important;
    min-width:92px!important;
    max-width:92px!important;
    flex-basis:92px!important;
  }

  body.single-product .pab-product-tabs-section .woocommerce-tabs ul.tabs li a,
  body.single-product .pab-product-tabs-section .woocommerce-tabs ul.tabs.wc-tabs li a,
  body.single-product .woocommerce-tabs ul.tabs.wc-tabs li a{
    min-width:108px!important;
    padding-inline:14px!important;
    font-size:12px!important;
  }
}


/* Version 1.14.81 - full-width mobile content and one-row checkout purchase steps */
@media (max-width: 768px){
  html,
  body{
    max-width:100%!important;
    overflow-x:hidden!important;
  }

  .site-page,
  main,
  .container{
    width:100%!important;
    max-width:100%!important;
    margin-inline:0!important;
  }

  .container{
    padding-inline:0!important;
  }

  body.woocommerce-cart .woocommerce,
  body.woocommerce-checkout .woocommerce,
  body.woocommerce-account .woocommerce,
  .woocommerce-cart .woocommerce,
  .woocommerce-checkout .woocommerce,
  .woocommerce-notices-wrapper,
  .pab-entry-content > .woocommerce{
    width:100%!important;
    max-width:100%!important;
    margin-inline:0!important;
  }

  .pab-basic-page{
    padding-inline:0!important;
  }

  .pab-entry{
    width:100%!important;
    max-width:100%!important;
    margin-inline:0!important;
    border-radius:0!important;
  }

  .woocommerce-checkout .woocommerce-billing-fields,
  .woocommerce-checkout .woocommerce-additional-fields,
  .woocommerce-checkout #order_review,
  .woocommerce-cart .cart-collaterals .cart_totals,
  .woocommerce-order{
    border-radius:0!important;
    border-inline:0!important;
  }

  .pab-purchase-steps{
    width:100%!important;
    max-width:100%!important;
    margin:10px 0 12px!important;
    padding:8px!important;
    border-radius:0!important;
    border-inline:0!important;
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:6px!important;
    overflow:hidden!important;
  }

  .pab-purchase-steps:before{
    display:block!important;
    left:44px!important;
    right:44px!important;
    top:28px!important;
    height:3px!important;
  }

  .pab-purchase-step{
    min-width:0!important;
    min-height:48px!important;
    width:100%!important;
    padding:6px 4px!important;
    gap:5px!important;
    border-radius:13px!important;
    font-size:11px!important;
    line-height:1.3!important;
    white-space:nowrap!important;
    overflow:hidden!important;
  }

  .pab-purchase-step i{
    width:28px!important;
    height:28px!important;
    min-width:28px!important;
    font-size:11px!important;
  }

  .pab-purchase-step span{
    display:block!important;
    min-width:0!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }
}

@media (max-width: 390px){
  .pab-purchase-steps{
    gap:4px!important;
    padding-inline:6px!important;
  }

  .pab-purchase-step{
    font-size:10.5px!important;
    gap:4px!important;
  }

  .pab-purchase-step i{
    width:26px!important;
    height:26px!important;
    min-width:26px!important;
  }
}

/* Version 1.14.82 - 1:1 product images, quick-view gallery parity, thumbnail scroll controls, and configurable mobile spacing */
.product-item figure,
.products-section .product-item figure,
.second-products .product-item figure,
.deal-card figure,
.woocommerce ul.products li.product.product-item figure,
.woocommerce-page ul.products li.product.product-item figure,
.woocommerce ul.products li.product.product-item.pab-shop-product-card figure,
.woocommerce-page ul.products li.product.product-item.pab-shop-product-card figure{
  aspect-ratio:1/1!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  overflow:hidden!important;
  display:grid!important;
  place-items:center!important;
}
.product-item figure a,
.products-section .product-item figure a,
.second-products .product-item figure a,
.deal-card figure a,
.woocommerce ul.products li.product.product-item figure a,
.woocommerce-page ul.products li.product.product-item figure a,
.woocommerce ul.products li.product.product-item.pab-shop-product-card figure a,
.woocommerce-page ul.products li.product.product-item.pab-shop-product-card figure a{
  width:100%!important;
  height:100%!important;
  aspect-ratio:1/1!important;
  display:grid!important;
  place-items:center!important;
}
.product-item figure img,
.products-section .product-item figure img,
.second-products .product-item figure img,
.deal-card figure img,
.woocommerce ul.products li.product.product-item figure img,
.woocommerce-page ul.products li.product.product-item figure img,
.woocommerce ul.products li.product.product-item.pab-shop-product-card figure img,
.woocommerce-page ul.products li.product.product-item.pab-shop-product-card figure img{
  width:100%!important;
  height:100%!important;
  aspect-ratio:1/1!important;
  object-fit:contain!important;
  display:block!important;
}
.pab-qv-gallery .pab-product-gallery-main,
.pab-qv-image-main{
  aspect-ratio:1/1!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  position:relative!important;
  overflow:hidden!important;
  background:#fff!important;
}
.pab-qv-gallery .pab-product-gallery-slide,
.pab-qv-gallery .pab-product-gallery-slide img,
.pab-qv-main-img{
  width:100%!important;
  height:100%!important;
  aspect-ratio:1/1!important;
  object-fit:contain!important;
}
.pab-qv-gallery .pab-product-gallery-slide{
  position:absolute!important;
  inset:0!important;
  opacity:0!important;
  visibility:hidden!important;
  transition:opacity .22s ease, visibility .22s ease!important;
}
.pab-qv-gallery .pab-product-gallery-slide.is-active{
  opacity:1!important;
  visibility:visible!important;
}
.pab-product-gallery-thumbs-wrap,
.pab-qv-thumbs-wrap{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  display:grid!important;
  grid-template-columns:34px minmax(0,1fr) 34px!important;
  align-items:center!important;
  gap:8px!important;
  margin-top:10px!important;
  overflow:hidden!important;
}
.pab-product-gallery-thumbs,
.pab-qv-thumbs{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  display:grid!important;
  grid-auto-flow:column!important;
  grid-auto-columns:72px!important;
  gap:10px!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  -webkit-overflow-scrolling:touch!important;
  overscroll-behavior-x:contain!important;
  scroll-snap-type:x proximity!important;
  scrollbar-width:none!important;
  padding:2px!important;
}
.pab-product-gallery-thumbs::-webkit-scrollbar,
.pab-qv-thumbs::-webkit-scrollbar{display:none!important;}
.pab-product-gallery-thumb,
.pab-qv-thumb{
  width:72px!important;
  height:72px!important;
  min-width:72px!important;
  scroll-snap-align:start!important;
}
.pab-gallery-thumbs-nav{
  width:34px!important;
  height:34px!important;
  border:0!important;
  border-radius:12px!important;
  background:var(--surface-2,#f4f8f9)!important;
  color:var(--blue-dark,#2c6179)!important;
  display:grid!important;
  place-items:center!important;
  font-size:24px!important;
  line-height:1!important;
  cursor:pointer!important;
  box-shadow:0 8px 18px rgba(31,43,48,.08)!important;
}
.pab-gallery-thumbs-nav:hover{
  background:var(--orange,#f38543)!important;
  color:#fff!important;
}
.pab-qv-zoom{top:12px!important;right:12px!important;}
@media (max-width:768px){
  :root{--pab-mobile-content-spacing:5px;}
  .site-page,
  main,
  .container,
  .pab-basic-page,
  .pab-entry-content,
  .products-section.container,
  .categories-section.container,
  .reviews-section.container,
  .woocommerce-cart .woocommerce,
  .woocommerce-checkout .woocommerce,
  .woocommerce-account .woocommerce,
  .pab-entry-content > .woocommerce,
  body.single-product .pab-product-single-page,
  body.single-product .pab-product-tabs-section,
  body.single-product .pab-single-related-products{
    width:100%!important;
    max-width:100%!important;
    margin-inline:0!important;
    padding-inline:var(--pab-mobile-content-spacing)!important;
    box-sizing:border-box!important;
  }
  .pab-entry,
  .woocommerce-checkout .woocommerce-billing-fields,
  .woocommerce-checkout .woocommerce-additional-fields,
  .woocommerce-checkout #order_review,
  .woocommerce-cart .cart-collaterals .cart_totals,
  .woocommerce-order{
    width:100%!important;
    max-width:100%!important;
    box-sizing:border-box!important;
  }
  .product-item figure,
  .products-section .product-item figure,
  .second-products .product-item figure,
  .deal-card figure,
  .woocommerce ul.products li.product.product-item figure,
  .woocommerce-page ul.products li.product.product-item figure{
    aspect-ratio:1/1!important;
    height:auto!important;
    flex-basis:auto!important;
  }
  .pab-product-gallery-thumbs-wrap,
  .pab-qv-thumbs-wrap{
    grid-template-columns:30px minmax(0,1fr) 30px!important;
    gap:6px!important;
  }
  .pab-gallery-thumbs-nav{
    width:30px!important;
    height:30px!important;
    border-radius:10px!important;
    font-size:22px!important;
  }
  .pab-product-gallery-thumbs,
  .pab-qv-thumbs{
    grid-auto-columns:64px!important;
    gap:8px!important;
  }
  .pab-product-gallery-thumb,
  .pab-qv-thumb{
    width:64px!important;
    height:64px!important;
    min-width:64px!important;
  }
}


/* Version 1.14.83 - strict 1:1 cards, non-compressed gallery thumbs, and order date support polish */
.product-card figure,
.product-item figure,
.products-section .product-item figure,
.second-products .product-item figure,
.related.products .product-item figure,
.upsells.products .product-item figure,
.cross-sells .product-item figure,
.deals-section .deal-card figure,
.deal-track .deal-card figure,
.woocommerce ul.products li.product.product-item figure,
.woocommerce-page ul.products li.product.product-item figure,
.woocommerce ul.products li.product.product-item.pab-shop-product-card figure,
.woocommerce-page ul.products li.product.product-item.pab-shop-product-card figure{
  width:100%!important;
  aspect-ratio:1/1!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  overflow:hidden!important;
  display:grid!important;
  place-items:center!important;
  box-sizing:border-box!important;
}
.product-card figure > a,
.product-item figure > a,
.products-section .product-item figure > a,
.second-products .product-item figure > a,
.related.products .product-item figure > a,
.upsells.products .product-item figure > a,
.cross-sells .product-item figure > a,
.deals-section .deal-card figure > a,
.deal-track .deal-card figure > a,
.woocommerce ul.products li.product.product-item figure > a,
.woocommerce-page ul.products li.product.product-item figure > a,
.woocommerce ul.products li.product.product-item.pab-shop-product-card figure > a,
.woocommerce-page ul.products li.product.product-item.pab-shop-product-card figure > a{
  width:100%!important;
  height:100%!important;
  aspect-ratio:1/1!important;
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
}
.product-card figure img,
.product-item figure img,
.products-section .product-item figure img,
.second-products .product-item figure img,
.related.products .product-item figure img,
.upsells.products .product-item figure img,
.cross-sells .product-item figure img,
.deals-section .deal-card figure img,
.deal-track .deal-card figure img,
.woocommerce ul.products li.product.product-item figure img,
.woocommerce-page ul.products li.product.product-item figure img,
.woocommerce ul.products li.product.product-item.pab-shop-product-card figure img,
.woocommerce-page ul.products li.product.product-item.pab-shop-product-card figure img{
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  aspect-ratio:1/1!important;
  object-fit:contain!important;
  display:block!important;
}
.deals-section .deal-card,
.deal-track .deal-card{
  overflow:visible!important;
}
.deals-section .deal-card figure,
.deal-track .deal-card figure{
  margin-bottom:12px!important;
  background:#f8fafb!important;
}
.pab-product-gallery-thumbs-wrap,
.pab-qv-thumbs-wrap{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
}
.pab-product-gallery-thumbs,
.pab-qv-thumbs{
  flex:1 1 auto!important;
  min-width:0!important;
  max-width:100%!important;
  width:auto!important;
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:10px!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  -webkit-overflow-scrolling:touch!important;
  overscroll-behavior-x:contain!important;
  scroll-snap-type:x proximity!important;
  scrollbar-width:none!important;
  padding:2px!important;
  box-sizing:border-box!important;
}
.pab-product-gallery-thumbs::-webkit-scrollbar,
.pab-qv-thumbs::-webkit-scrollbar{
  display:none!important;
}
.pab-product-gallery-thumbs > .pab-product-gallery-thumb,
.pab-qv-thumbs > .pab-qv-thumb,
.pab-qv-thumbs > .pab-product-gallery-thumb{
  flex:0 0 72px!important;
  width:72px!important;
  min-width:72px!important;
  max-width:72px!important;
  height:72px!important;
  aspect-ratio:1/1!important;
  scroll-snap-align:start!important;
  box-sizing:border-box!important;
}
.pab-product-gallery-thumb img,
.pab-qv-thumb img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  display:block!important;
}
.pab-gallery-thumbs-nav{
  flex:0 0 34px!important;
  width:34px!important;
  min-width:34px!important;
  max-width:34px!important;
  height:34px!important;
}
@media (max-width:768px){
  .pab-product-gallery-thumbs-wrap,
  .pab-qv-thumbs-wrap{
    gap:6px!important;
  }
  .pab-product-gallery-thumbs,
  .pab-qv-thumbs{
    gap:8px!important;
  }
  .pab-product-gallery-thumbs > .pab-product-gallery-thumb,
  .pab-qv-thumbs > .pab-qv-thumb,
  .pab-qv-thumbs > .pab-product-gallery-thumb{
    flex-basis:64px!important;
    width:64px!important;
    min-width:64px!important;
    max-width:64px!important;
    height:64px!important;
  }
  .pab-gallery-thumbs-nav{
    flex-basis:30px!important;
    width:30px!important;
    min-width:30px!important;
    max-width:30px!important;
    height:30px!important;
  }
}


/* Version 1.14.84 - invariant square product-card media boxes at every responsive width */
.product-card figure,
.product-item figure,
.deal-card figure,
.products-section .product-item figure,
.second-products .product-item figure,
.related.products .product-item figure,
.upsells.products .product-item figure,
.cross-sells .product-item figure,
.woocommerce ul.products li.product.product-item figure,
.woocommerce-page ul.products li.product.product-item figure,
.woocommerce ul.products li.product.product-item.pab-shop-product-card figure,
.woocommerce-page ul.products li.product.product-item.pab-shop-product-card figure,
.pab-single-related-grid .product-item figure,
.pab-single-related-grid .pab-related-product-card figure{
  position:relative!important;
  display:block!important;
  width:100%!important;
  min-width:0!important;
  height:0!important;
  min-height:0!important;
  max-height:none!important;
  padding:0!important;
  padding-top:100%!important;
  aspect-ratio:auto!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
  flex:0 0 auto!important;
  background:#f8fafb!important;
}
.product-card figure > a,
.product-card figure > picture,
.product-card figure > img,
.product-item figure > a,
.product-item figure > picture,
.product-item figure > img,
.deal-card figure > a,
.deal-card figure > picture,
.deal-card figure > img,
.products-section .product-item figure > a,
.products-section .product-item figure > picture,
.products-section .product-item figure > img,
.second-products .product-item figure > a,
.second-products .product-item figure > picture,
.second-products .product-item figure > img,
.related.products .product-item figure > a,
.related.products .product-item figure > picture,
.related.products .product-item figure > img,
.upsells.products .product-item figure > a,
.upsells.products .product-item figure > picture,
.upsells.products .product-item figure > img,
.cross-sells .product-item figure > a,
.cross-sells .product-item figure > picture,
.cross-sells .product-item figure > img,
.woocommerce ul.products li.product.product-item figure > a,
.woocommerce ul.products li.product.product-item figure > picture,
.woocommerce ul.products li.product.product-item figure > img,
.woocommerce-page ul.products li.product.product-item figure > a,
.woocommerce-page ul.products li.product.product-item figure > picture,
.woocommerce-page ul.products li.product.product-item figure > img,
.woocommerce ul.products li.product.product-item.pab-shop-product-card figure > a,
.woocommerce ul.products li.product.product-item.pab-shop-product-card figure > picture,
.woocommerce ul.products li.product.product-item.pab-shop-product-card figure > img,
.woocommerce-page ul.products li.product.product-item.pab-shop-product-card figure > a,
.woocommerce-page ul.products li.product.product-item.pab-shop-product-card figure > picture,
.woocommerce-page ul.products li.product.product-item.pab-shop-product-card figure > img,
.pab-single-related-grid .product-item figure > a,
.pab-single-related-grid .product-item figure > picture,
.pab-single-related-grid .product-item figure > img,
.pab-single-related-grid .pab-related-product-card figure > a,
.pab-single-related-grid .pab-related-product-card figure > picture,
.pab-single-related-grid .pab-related-product-card figure > img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  max-width:none!important;
  min-height:0!important;
  max-height:none!important;
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
  aspect-ratio:auto!important;
  padding:0!important;
  margin:0!important;
}
.product-card figure img,
.product-item figure img,
.deal-card figure img,
.products-section .product-item figure img,
.second-products .product-item figure img,
.related.products .product-item figure img,
.upsells.products .product-item figure img,
.cross-sells .product-item figure img,
.woocommerce ul.products li.product.product-item figure img,
.woocommerce-page ul.products li.product.product-item figure img,
.woocommerce ul.products li.product.product-item.pab-shop-product-card figure img,
.woocommerce-page ul.products li.product.product-item.pab-shop-product-card figure img,
.pab-single-related-grid .product-item figure img,
.pab-single-related-grid .pab-related-product-card figure img{
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  display:block!important;
  aspect-ratio:auto!important;
  padding:0!important;
  margin:0!important;
}
.product-card figure::before,
.product-item figure::before,
.deal-card figure::before,
.woocommerce ul.products li.product.product-item figure::before,
.woocommerce-page ul.products li.product.product-item figure::before{
  content:none!important;
}


/* Version 1.14.85 - restore amazing deals card geometry while keeping image media 1:1 */
.deals-section .deal-products-viewport{
  overflow-x:hidden!important;
  overflow-y:visible!important;
}
.deals-section .deal-track{
  align-items:stretch!important;
  overflow-x:auto!important;
  overflow-y:visible!important;
  padding-bottom:54px!important;
}
.deals-section .deal-card{
  height:431px!important;
  min-height:431px!important;
  max-height:431px!important;
  display:flex!important;
  flex-direction:column!important;
  padding:18px 18px 30px!important;
  box-sizing:border-box!important;
  overflow:visible!important;
}
.deals-section .deal-card figure,
.deals-section .product-card.deal-card figure,
.deals-section .product-item.deal-card figure{
  position:relative!important;
  display:grid!important;
  place-items:center!important;
  width:182px!important;
  min-width:182px!important;
  max-width:182px!important;
  height:182px!important;
  min-height:182px!important;
  max-height:182px!important;
  padding:0!important;
  margin:0 auto 10px!important;
  aspect-ratio:1/1!important;
  background:transparent!important;
  border-radius:18px!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
  flex:0 0 182px!important;
}
.deals-section .deal-card figure > a,
.deals-section .deal-card figure > picture,
.deals-section .deal-card figure > img,
.deals-section .product-card.deal-card figure > a,
.deals-section .product-card.deal-card figure > picture,
.deals-section .product-card.deal-card figure > img{
  position:static!important;
  inset:auto!important;
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  max-width:100%!important;
  min-height:0!important;
  max-height:100%!important;
  padding:0!important;
  margin:0!important;
  display:grid!important;
  place-items:center!important;
  aspect-ratio:1/1!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
  flex:0 0 auto!important;
}
.deals-section .deal-card figure img,
.deals-section .product-card.deal-card figure img,
.deals-section .product-item.deal-card figure img{
  position:static!important;
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  max-width:100%!important;
  min-height:0!important;
  max-height:100%!important;
  padding:0!important;
  margin:0!important;
  display:block!important;
  object-fit:contain!important;
  object-position:center!important;
  aspect-ratio:1/1!important;
  box-sizing:border-box!important;
}
.deals-section .deal-card h3{
  flex:0 0 auto!important;
  min-height:62px!important;
  max-height:66px!important;
  overflow:hidden!important;
  margin:0 0 8px!important;
}
.deals-section .deal-pricing{
  flex:0 0 auto!important;
  margin-top:0!important;
}
.deals-section .deal-card .pab-product-sold-progress{
  flex:0 0 auto!important;
  margin-top:8px!important;
}
.deals-section .deal-bottom{
  flex:0 0 42px!important;
  min-height:42px!important;
  margin-top:auto!important;
  padding-top:0!important;
  overflow:visible!important;
}
.deals-section .deal-bottom .cart-circle{
  bottom:-49px!important;
}
@media (max-width:768px){
  .deals-section .deal-products-viewport{
    overflow-x:hidden!important;
    overflow-y:visible!important;
  }
  .deals-section .deal-track{
    overflow-x:auto!important;
    overflow-y:visible!important;
    padding-bottom:54px!important;
  }
  .deals-section .deal-card{
    height:408px!important;
    min-height:408px!important;
    max-height:408px!important;
    padding:16px 14px 28px!important;
  }
  .deals-section .deal-card figure,
  .deals-section .product-card.deal-card figure,
  .deals-section .product-item.deal-card figure{
    width:160px!important;
    min-width:160px!important;
    max-width:160px!important;
    height:160px!important;
    min-height:160px!important;
    max-height:160px!important;
    flex-basis:160px!important;
    margin-bottom:10px!important;
  }
  .deals-section .deal-card h3{
    min-height:56px!important;
    max-height:60px!important;
  }
  .deals-section .deal-bottom .cart-circle{
    bottom:-48px!important;
  }
}
@media (max-width:390px){
  .deals-section .deal-card{
    height:390px!important;
    min-height:390px!important;
    max-height:390px!important;
  }
  .deals-section .deal-card figure,
  .deals-section .product-card.deal-card figure,
  .deals-section .product-item.deal-card figure{
    width:148px!important;
    min-width:148px!important;
    max-width:148px!important;
    height:148px!important;
    min-height:148px!important;
    max-height:148px!important;
    flex-basis:148px!important;
  }
}

/* Version 1.14.86 - encode visible CSS content strings with Unicode escapes to prevent mojibake in ::before/::after. */

/* Version 1.14.87 - footer configurable logo size, menu icons and editable footer radius. */
.pab-footer .pab-footer-logo,
.pab-footer-about img.pab-footer-logo{
  width:var(--pab-footer-logo-width,104px)!important;
  max-width:var(--pab-footer-logo-width,104px)!important;
  height:auto!important;
  max-height:none!important;
  object-fit:contain!important;
}
.pab-footer.site-footer{
  border-bottom-left-radius:var(--pab-footer-inner-radius,15px)!important;
  border-bottom-right-radius:var(--pab-footer-inner-radius,15px)!important;
}
.pab-footer.site-footer::before{
  border-radius:var(--pab-footer-inner-radius,15px)!important;
}
.pab-footer.site-footer::after{
  border-bottom-left-radius:var(--pab-footer-inner-radius,15px)!important;
  border-bottom-right-radius:var(--pab-footer-inner-radius,15px)!important;
}
.pab-footer-inner.footer-inner{
  border-radius:var(--pab-footer-inner-radius,15px)!important;
}
.pab-footer-links .pab-footer-menu,
.pab-footer-links .footer-menu.pab-footer-menu{
  list-style:none!important;
  margin:0!important;
  padding:0!important;
  display:flex!important;
  flex-direction:column!important;
  gap:5px!important;
  align-items:flex-start!important;
}
.pab-footer-links .pab-footer-menu-item{
  margin:0!important;
  padding:0!important;
}
.pab-footer-links .pab-footer-menu-link{
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  position:relative!important;
}
.pab-footer-links .pab-footer-menu-link.has-icon::before{
  content:none!important;
  display:none!important;
}
.pab-footer-menu-icon{
  width:var(--pab-footer-menu-icon-size,18px)!important;
  height:var(--pab-footer-menu-icon-size,18px)!important;
  flex:0 0 var(--pab-footer-menu-icon-size,18px)!important;
  display:inline-grid!important;
  place-items:center!important;
  border-radius:6px!important;
  overflow:hidden!important;
  background:rgba(255,255,255,.22)!important;
}
.pab-footer-menu-icon img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  display:block!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  box-shadow:none!important;
  background:transparent!important;
}
@media(max-width:768px){
  .pab-footer .pab-footer-logo,
  .pab-footer-about img.pab-footer-logo{
    width:var(--pab-footer-logo-width-mobile,var(--pab-footer-logo-width,104px))!important;
    max-width:var(--pab-footer-logo-width-mobile,var(--pab-footer-logo-width,104px))!important;
    height:auto!important;
    max-height:none!important;
  }
  .pab-footer-links .pab-footer-menu,
  .pab-footer-links .footer-menu.pab-footer-menu{
    align-items:center!important;
  }
}


/* Version 1.14.89 settings pending */
/* Version 1.14.88 - dedicated footer logo, reliable footer radius and mobile footer item ordering. */
.pab-footer .pab-footer-logo,
.pab-footer-about img.pab-footer-logo{
  width:var(--pab-footer-logo-width,104px)!important;
  max-width:var(--pab-footer-logo-width,104px)!important;
  height:auto!important;
  max-height:none!important;
  object-fit:contain!important;
  display:block!important;
}
.pab-footer.site-footer{
  border-radius:0 0 var(--pab-footer-inner-radius,15px) var(--pab-footer-inner-radius,15px)!important;
}
.pab-footer.site-footer::after{
  border-radius:0 0 var(--pab-footer-inner-radius,15px) var(--pab-footer-inner-radius,15px)!important;
}
.pab-footer.site-footer::before{
  border-radius:var(--pab-footer-inner-radius,15px)!important;
}
.pab-footer-inner.footer-inner{
  border-radius:var(--pab-footer-inner-radius,15px)!important;
  overflow:visible!important;
}
.pab-footer-inner.footer-inner::before{
  content:""!important;
  position:absolute!important;
  inset:-1px!important;
  z-index:-1!important;
  border-radius:var(--pab-footer-inner-radius,15px)!important;
  pointer-events:none!important;
}
@media(max-width:768px){
  .pab-footer .pab-footer-logo,
  .pab-footer-about img.pab-footer-logo{
    width:var(--pab-footer-logo-width-mobile,var(--pab-footer-logo-width,104px))!important;
    max-width:var(--pab-footer-logo-width-mobile,var(--pab-footer-logo-width,104px))!important;
    height:auto!important;
    max-height:none!important;
  }
  .pab-footer-inner.footer-inner{
    display:grid!important;
    grid-template-columns:1fr!important;
  }
  .pab-footer-about{order:1!important;grid-column:1!important;grid-row:auto!important;}
  .pab-footer-links{order:2!important;grid-column:1!important;grid-row:auto!important;}
  .pab-footer-contact{order:3!important;grid-column:1!important;grid-row:auto!important;}
  .pab-footer-symbols{order:98!important;grid-column:1!important;grid-row:auto!important;align-items:center!important;text-align:center!important;}
  .pab-footer-socials{
    order:99!important;
    grid-column:1!important;
    grid-row:auto!important;
    position:relative!important;
    inset:auto!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;
    transform:none!important;
    display:flex!important;
    flex-direction:row!important;
    justify-content:center!important;
    align-items:center!important;
    margin:8px auto 0!important;
    width:auto!important;
  }
}

/* Version 1.14.89 settings pending */
/* Version 1.14.88b - force visible footer radius on selected footer inner element. */
.pab-footer-inner.footer-inner[style]{
  border-radius:var(--pab-footer-inner-radius,15px)!important;
}
.pab-footer.site-footer{
  border-top-left-radius:var(--pab-footer-inner-radius,15px)!important;
  border-top-right-radius:var(--pab-footer-inner-radius,15px)!important;
}


/* Version 1.14.89 - force configurable footer radius over old clipped footer rules. */
.pab-footer.site-footer{
  --pab-footer-corner:var(--pab-footer-inner-radius,15px);
  border-radius:var(--pab-footer-corner)!important;
}
.pab-footer.site-footer::before{
  border-radius:var(--pab-footer-corner)!important;
  clip-path:polygon(
    50% 0,
    calc(100% - var(--pab-footer-corner)) var(--pab-footer-slope-desktop,15%),
    100% calc(var(--pab-footer-slope-desktop,15%) + var(--pab-footer-corner)),
    100% 100%,
    0 100%,
    0 calc(var(--pab-footer-slope-desktop,15%) + var(--pab-footer-corner)),
    var(--pab-footer-corner) var(--pab-footer-slope-desktop,15%)
  )!important;
}
.pab-footer.site-footer::after,
.pab-footer-inner.footer-inner,
.pab-footer-inner.pab-footer-inner.container{
  border-radius:var(--pab-footer-corner)!important;
}
.pab-footer-inner.footer-inner{
  overflow:hidden!important;
}
.pab-footer-inner.footer-inner > *{
  position:relative!important;
  z-index:1!important;
}
@media(max-width:768px){
  .pab-footer.site-footer::before{
    clip-path:polygon(
      50% 0,
      calc(100% - var(--pab-footer-corner)) var(--pab-footer-slope-mobile,10%),
      100% calc(var(--pab-footer-slope-mobile,10%) + var(--pab-footer-corner)),
      100% 100%,
      0 100%,
      0 calc(var(--pab-footer-slope-mobile,10%) + var(--pab-footer-corner)),
      var(--pab-footer-corner) var(--pab-footer-slope-mobile,10%)
    )!important;
  }
}


/* Version 1.14.90 - mobile testimonial stack carousel */
@media (max-width: 768px){
  .reviews-section{
    margin-top:54px!important;
    overflow:hidden!important;
  }
  .reviews-section .section-title{
    justify-content:center!important;
    margin-bottom:24px!important;
  }
  .reviews-section .section-title h2{
    font-size:24px!important;
    line-height:1.4!important;
    font-weight:950!important;
    color:#26343a!important;
  }
  .reviews-section .section-title i{
    width:34px!important;
    height:6px!important;
    box-shadow:0 8px 20px rgba(243,133,67,.22)!important;
  }
  .reviews-wrap{
    position:relative!important;
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    height:228px!important;
    min-height:228px!important;
    padding:0!important;
    margin:0 auto!important;
    border-radius:24px!important;
    background:transparent!important;
    overflow:hidden!important;
    box-shadow:none!important;
  }
  .reviews-wrap::before,
  .reviews-wrap::after{
    content:"";
    position:absolute;
    top:38px;
    height:150px;
    width:34%;
    background:linear-gradient(135deg,rgba(214,232,238,.95),rgba(229,241,245,.82));
    border-radius:22px;
    z-index:0;
    pointer-events:none;
  }
  .reviews-wrap::before{right:0;}
  .reviews-wrap::after{left:0;}
  .reviews-section .review-track,
  .reviews-section .review-track.scroll-track{
    position:relative!important;
    display:block!important;
    width:100%!important;
    height:100%!important;
    min-height:228px!important;
    padding:0!important;
    margin:0!important;
    overflow:hidden!important;
    scroll-snap-type:none!important;
    scroll-behavior:auto!important;
    scrollbar-width:none!important;
    touch-action:pan-y!important;
    cursor:grab;
    direction:rtl!important;
    isolation:isolate;
  }
  .reviews-section .review-track.is-switching .review-card{
    transition-duration:.52s!important;
  }
  .reviews-section .review-card{
    position:absolute!important;
    top:22px!important;
    left:50%!important;
    right:auto!important;
    width:min(86vw,334px)!important;
    max-width:334px!important;
    min-width:0!important;
    min-height:146px!important;
    height:auto!important;
    max-height:170px!important;
    padding:22px 22px 18px!important;
    margin:0!important;
    border-radius:14px!important;
    border:1px solid rgba(163,199,211,.65)!important;
    background:rgba(255,255,255,.96)!important;
    box-shadow:0 18px 38px rgba(67,95,106,.14)!important;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    overflow:visible!important;
    transform:translateX(-50%) translateY(34px) scale(.82);
    transition:transform .48s cubic-bezier(.22,1,.36,1), opacity .38s ease, filter .38s ease, visibility .38s ease!important;
    will-change:transform,opacity;
    scroll-snap-align:none!important;
    z-index:1;
  }
  .reviews-section .review-card.is-active{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:translateX(-50%) translateY(0) scale(1)!important;
    filter:none!important;
    z-index:5!important;
  }
  .reviews-section .review-card.is-prev{
    opacity:.64!important;
    visibility:visible!important;
    transform:translateX(calc(-50% - 52px)) translateY(34px) scale(.88)!important;
    filter:blur(.1px) saturate(.92)!important;
    z-index:2!important;
  }
  .reviews-section .review-card.is-next{
    opacity:.54!important;
    visibility:visible!important;
    transform:translateX(calc(-50% + 58px)) translateY(44px) scale(.84)!important;
    filter:blur(.15px) saturate(.9)!important;
    z-index:1!important;
  }
  .reviews-section .review-card.is-far{
    opacity:0!important;
    visibility:hidden!important;
    transform:translateX(-50%) translateY(55px) scale(.78)!important;
  }
  .reviews-section .review-quote-icon{
    top:-11px!important;
    left:20px!important;
    right:auto!important;
    width:58px!important;
    height:48px!important;
    opacity:.9!important;
    z-index:2!important;
  }
  .reviews-section .review-card .review-avatar{
    position:absolute!important;
    top:42px!important;
    right:22px!important;
    left:auto!important;
    width:28px!important;
    height:28px!important;
    margin:0!important;
    border:2px solid #edf5f7!important;
    box-shadow:0 8px 18px rgba(31,43,48,.12)!important;
    z-index:2!important;
  }
  .reviews-section .review-head{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    margin:10px 0 0!important;
    padding:0 44px 0 0!important;
    direction:rtl!important;
  }
  .reviews-section .review-head h3{
    margin:0!important;
    color:#26343a!important;
    font-size:15px!important;
    line-height:1.5!important;
    font-weight:950!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .reviews-section .review-head span{
    margin:0 auto 0 0!important;
    color:#1f2d32!important;
    font-size:13px!important;
    font-weight:950!important;
    white-space:nowrap!important;
    direction:ltr!important;
    unicode-bidi:isolate!important;
  }
  .reviews-section .review-head span::first-letter{color:var(--orange)}
  .reviews-section .review-card p{
    clear:none!important;
    margin:14px 0 0!important;
    color:#607077!important;
    font-size:13px!important;
    line-height:1.85!important;
    text-align:right!important;
    max-height:74px!important;
    overflow:hidden!important;
  }
  .reviews-section .pab-review-mobile-dots{
    position:absolute;
    left:50%;
    bottom:7px;
    transform:translateX(-50%);
    display:flex;
    align-items:center;
    justify-content:center;
    gap:6px;
    z-index:8;
    pointer-events:auto;
  }
  .reviews-section .pab-review-mobile-dot{
    width:6px;
    height:6px;
    padding:0;
    border:0;
    border-radius:999px;
    background:rgba(76,135,161,.28);
    transition:width .25s ease, background-color .25s ease;
  }
  .reviews-section .pab-review-mobile-dot.is-active{
    width:18px;
    background:var(--orange);
  }
}

/* Version 1.14.91 - FAQ more button and cleaner mobile testimonials. */
.pab-faq-more{
  display:flex;
  justify-content:center;
  align-items:center;
  margin:26px 0 0;
}
.pab-faq-more-link{
  min-width:190px;
  height:56px;
  padding:0 28px;
  border-radius:18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  background:linear-gradient(135deg,var(--orange),var(--orange-dark));
  color:#fff!important;
  text-decoration:none!important;
  font-weight:950;
  font-size:17px;
  box-shadow:0 16px 32px rgba(244,123,61,.22);
  transition:transform .25s ease, box-shadow .25s ease, filter .25s ease;
}
.pab-faq-more-link:hover{
  transform:translateY(-2px);
  box-shadow:0 20px 40px rgba(244,123,61,.28);
  filter:saturate(1.04);
}
.pab-faq-more-link i{
  font-style:normal;
  font-size:28px;
  line-height:1;
  transform:translateY(-1px);
}
@media(max-width:768px){
  .pab-faq-more{margin-top:22px;}
  .pab-faq-more-link{min-width:170px;height:54px;border-radius:16px;font-size:16px;}
  .reviews-section .reviews-wrap::before,
  .reviews-section .reviews-wrap::after{
    content:none!important;
    display:none!important;
  }
  .reviews-section .review-card.is-prev,
  .reviews-section .review-card.is-next{
    background:rgba(255,255,255,.72)!important;
    opacity:.46!important;
  }
  .reviews-section .review-quote-icon{
    background:transparent!important;
    box-shadow:none!important;
    overflow:visible!important;
  }
  .reviews-section .review-quote-icon img{
    background:transparent!important;
    box-shadow:none!important;
    opacity:.8!important;
  }
}


/* Version 1.14.101 - linked footer trust symbols and official seal embed support */
.pab-footer-symbol-list .pab-footer-symbol-item > a,
.pab-footer-symbol-list .pab-footer-symbol-embed > a{
  width:100%!important;
  height:100%!important;
  display:grid!important;
  place-items:center!important;
  border-radius:inherit!important;
  text-decoration:none!important;
  overflow:hidden!important;
}
.pab-footer-symbol-list .pab-footer-symbol-item > a img,
.pab-footer-symbol-list .pab-footer-symbol-embed > a img{
  display:block!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
}

/* Version 1.14.103 - precise WooCommerce checkout billing field layout */
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  column-gap:12px!important;
  row-gap:14px!important;
  align-items:start!important;
  direction:rtl!important;
}
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper > .clear{
  display:none!important;
}
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper > .form-row{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  margin:0!important;
  float:none!important;
  clear:none!important;
  box-sizing:border-box!important;
}
body.woocommerce-checkout #billing_first_name_field{
  grid-column:1!important;
  order:10!important;
}
body.woocommerce-checkout #billing_last_name_field{
  grid-column:2!important;
  order:20!important;
}
body.woocommerce-checkout #billing_state_field{
  grid-column:1!important;
  order:30!important;
}
body.woocommerce-checkout #billing_city_field{
  grid-column:2!important;
  order:40!important;
}
body.woocommerce-checkout #billing_address_1_field{
  grid-column:1 / -1!important;
  order:50!important;
}
body.woocommerce-checkout #billing_address_2_field{
  grid-column:1 / -1!important;
  order:60!important;
}
body.woocommerce-checkout #billing_phone_field{
  grid-column:1!important;
  order:70!important;
}
body.woocommerce-checkout #billing_postcode_field{
  grid-column:2!important;
  order:80!important;
}
body.woocommerce-checkout #billing_email_field{
  grid-column:1 / -1!important;
  order:90!important;
}
body.woocommerce-checkout #billing_country_field{
  order:5!important;
}
body.woocommerce-checkout #billing_district_field{
  order:45!important;
}
body.woocommerce-checkout #billing_state_field .woocommerce-input-wrapper,
body.woocommerce-checkout #billing_city_field .woocommerce-input-wrapper,
body.woocommerce-checkout #billing_state_field .select2,
body.woocommerce-checkout #billing_city_field .select2{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
}
@media (max-width:520px){
  body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    column-gap:8px!important;
    row-gap:12px!important;
  }
  body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row label{
    font-size:11px!important;
  }
  body.woocommerce-checkout #billing_address_1_field,
  body.woocommerce-checkout #billing_address_2_field,
  body.woocommerce-checkout #billing_email_field{
    grid-column:1 / -1!important;
  }
}
