.plx2-wrap{background:var(--plx2-bg, #fafafa);padding:20px 16px;color:var(--plx2-text, #102c25);font-family:inherit}.plx2-shell{max-width:1400px;margin:0 auto}.plx2-main{display:grid;grid-template-columns:1fr;gap:20px;align-items:start}@media(min-width:992px){.plx2-main{grid-template-columns:58% 42%;gap:24px}}@media(min-width:992px){.plx2-gal{position:sticky;top:80px;align-self:start;height:fit-content}}.plx2-stage{position:relative;background:#fff;border-radius:18px;min-height:320px;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:16px;border:1px solid #ececec}@media(min-width:480px){.plx2-stage{min-height:420px;padding:20px;border-radius:20px}}@media(min-width:992px){.plx2-stage{min-height:560px;padding:30px;border-radius:24px}}.plx2-main-image{display:block;width:100%;max-width:600px;height:auto;object-fit:contain;animation:plx2-fade-in .18s ease}@keyframes plx2-fade-in{0%{opacity:.4}to{opacity:1}}@media(min-width:992px){.plx2-main-image:hover{transform:scale(1.03)}}.plx2-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border:none;border-radius:50%;background:#fff;box-shadow:0 4px 12px #00000026;cursor:pointer;z-index:20;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#111;transition:transform .2s,box-shadow .2s}.plx2-arrow:hover{box-shadow:0 6px 16px #0003}.plx2-prev{left:10px}.plx2-next{right:10px}@media(min-width:992px){.plx2-arrow{width:48px;height:48px;font-size:22px}.plx2-prev{left:14px}.plx2-next{right:14px}}.plx2-thumbs{display:flex;align-items:center;gap:8px;margin-top:14px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth}.plx2-thumbs::-webkit-scrollbar{display:none}.plx2-thumb{flex:0 0 auto;width:60px;height:60px;border:1px solid #ddd;border-radius:10px;overflow:hidden;background:#fff;padding:0;cursor:pointer;transition:border-color .2s,box-shadow .2s}.plx2-thumb img{width:100%;height:100%;object-fit:cover;display:block}.plx2-thumb:hover{border-color:#56d16f}.plx2-thumb.is-active{border:2px solid #56d16f;box-shadow:0 0 0 2px #56d16f26}@media(min-width:480px){.plx2-thumb{width:72px;height:72px}}@media(min-width:992px){.plx2-thumb{width:90px;height:90px}.plx2-thumbs{gap:12px;margin-top:18px}}.plx2-box{background:var(--plx2-card, #fff);border-radius:20px;padding:16px}@media(min-width:480px){.plx2-box{padding:20px}}.plx2-kick{font-size:14px;color:var(--plx2-muted, #666);margin:0 0 6px;text-transform:uppercase;letter-spacing:.05em}.plx2-sku{font-size:13px;color:var(--plx2-muted, #666);margin:0 0 8px}.plx2-hd{font-size:26px;line-height:1.2;margin:0 0 14px;font-weight:800;color:#063c2f}@media(min-width:480px){.plx2-hd{font-size:32px}}@media(min-width:992px){.plx2-hd{font-size:30px}}.plx2-cbadges{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:14px}.plx2-cbadge{display:inline-flex;align-items:center;gap:4px;padding:6px 10px;border-radius:8px;font-size:10px;font-weight:800}.plx2-cbadge img{width:16px;height:16px}.plx2-fbadges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.plx2-fbadge{border:1px solid #ddd;border-radius:20px;padding:5px 12px;font-size:12px;background:#f9f9f9}.plx2-rat{display:flex;align-items:center;gap:8px;margin-bottom:14px}.plx2-stars{color:#ffb400;font-size:15px}.plx2-rattxt{font-size:13px;text-decoration:underline}.plx2-prow{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:4px}.plx2-mrpw{display:flex;align-items:center;gap:5px}.plx2-mrpt{font-weight:700;font-size:14px}.plx2-cmp{text-decoration:line-through;color:#888;font-size:14px}.plx2-price{font-size:30px;font-weight:900;color:#111}@media(min-width:480px){.plx2-price{font-size:34px}}.plx2-disc{background:#006a4e;color:#fff;padding:4px 10px;border-radius:6px;font-size:13px;font-weight:700}.plx2-club{border:2px solid #56d16f;border-radius:12px;padding:14px;margin:20px 0;display:flex;flex-direction:column;gap:10px}@media(min-width:600px){.plx2-club{flex-direction:row;justify-content:space-between;align-items:center}}.plx2-club strong{display:block;font-size:17px}.plx2-club span{font-size:14px;color:#555}.plx2-clink{display:inline-block;background:#56d16f;color:#fff;text-decoration:none;padding:10px 16px;border-radius:8px;font-weight:700;white-space:nowrap}.plx2-vcwrap{margin:9px 0}.plx2-vchd{font-size:15px;font-weight:700;margin-bottom:12px}.plx2-vcards{display:grid;grid-template-columns:repeat(3,1fr);gap:34px}.plx2-vcard{position:relative;border:1px solid #d9d9d9;border-radius:16px;padding:12px;background:#fff;text-align:center;cursor:pointer;transition:border-color .25s,background .25s}.plx2-vcard.active{border:2px solid #57d46f;background:#eef8ef}.plx2-vdot{width:22px;height:22px;border-radius:50%;border:2px solid #57d46f;background:#fff;position:absolute;top:-11px;left:50%;transform:translate(-50%);transition:background .2s}.plx2-vcard.active .plx2-vdot{background:#57d46f}.plx2-vsave{position:absolute;right:-9px;top:-5px;background:#005a42;color:#fff;font-size:9px;font-weight:700;padding:4px 9px;border-radius:6px}.plx2-vimg img{width:80px;height:auto;display:block;margin-bottom:12px!important;margin:auto;margin-top:13px!important}.plx2-vtitle{font-size:14px;line-height:1.3;margin-bottom:3px;font-weight:900}.plx2-vprice{font-size:24px;font-weight:800;color:#000}.plx2-vmrp{margin-top:0;color:#888;font-size:14px}.plx2-vmrp span{text-decoration:line-through}.plx2-vtax{margin-top:6px;font-size:12px;color:#666}.plx2-acts{margin-top:6px}.plx2-qty{display:none;align-items:center;gap:0;border:1px solid #ddd;border-radius:8px;overflow:hidden;margin-bottom:10px;width:fit-content}.plx2-qty button{width:40px;height:44px;border:none;background:#f5f5f5;font-size:20px;cursor:pointer;color:#333}.plx2-qty input{width:50px;height:44px;border:none;border-left:1px solid #ddd;border-right:1px solid #ddd;text-align:center;font-size:16px;-moz-appearance:textfield}.plx2-qty input::-webkit-inner-spin-button,.plx2-qty input::-webkit-outer-spin-button{-webkit-appearance:none}.plx2-atc{width:100%;height:52px;border:none;text-transform:uppercase;border-radius:10px;background:#8da234;color:#fff;font-size:16px;font-weight:800;cursor:pointer;transition:opacity .2s}.plx2-atc:hover{opacity:.88}.plx2-atc:disabled{opacity:.5;cursor:not-allowed}.shopify-payment-button{margin-top:10px;width:100%}.shopify-payment-button__button--unbranded{background:var(--plx2-btn, #111)!important;color:var(--plx2-btn-txt, #fff)!important}.shopify-payment-button__button:hover{opacity:.9}.plx2-trust{display:flex;flex-wrap:wrap;gap:0;margin-bottom:-6px;margin-top:0;background:#fff;border-radius:14px;overflow:hidden;border:1px solid #ececec}.plx2-titem{flex:1 1 33%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:12px 8px;text-align:center;border-right:1px solid #ececec;min-width:80px}.plx2-titem:last-child{border-right:none}.plx2-titem img{width:28px;height:28px;object-fit:contain}.plx2-titem span{font-size:11px;font-weight:600;color:#4f4f4f}@media(min-width:480px){.plx2-titem{flex-direction:row;padding:14px}.plx2-titem span{font-size:12px}}.plx2-offers{background:#f3f3f3;border-radius:18px;overflow:hidden;margin-top:20px}.plx2-offhd{width:100%;border:none;background:transparent;padding:16px;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.plx2-offtitle{font-size:16px;font-weight:700;color:#005a42}.plx2-offright{display:flex;align-items:center;gap:10px}.plx2-offcnt{background:#ffd83a;color:#005a42;font-weight:700;padding:4px 10px;border-radius:8px;font-size:11px}.plx2-offarrow{transition:transform .25s}.plx2-offbody{padding:0 12px 12px}.plx2-ocard{background:#fff;border-radius:14px;padding:14px;margin-top:10px;display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.plx2-ocont h4{margin:0;font-size:14px;font-weight:800;color:#005a42}.plx2-ocont p{margin:6px 0 0;color:#666;font-size:13px}.plx2-otag{border:1px dashed #63d46d;color:#63d46d;padding:5px 10px;border-radius:6px;font-size:13px;font-weight:700;white-space:nowrap}.is-hidden{display:none!important}.plx2-sizebts,.plx2-recbts{display:flex;gap:14px;margin-bottom:15px;flex-wrap:wrap}.plx2-szbtn,.plx2-rcbtn{min-width:110px;height:54px;border:1px solid #d9d9d9;border-radius:999px;background:#fff;color:#222;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.plx2-szbtn.active,.plx2-rcbtn.active{background:#afb755;border-color:#afb755;color:#fff}.plx2-szbtn:hover,.plx2-rcbtn:hover{border-color:#afb755}.plx2-mobile{display:none}@media screen and (max-width:767px){.plx2-wrap{padding:15px 10px}.plx2-main{display:flex;flex-direction:column;gap:15px}.plx2-gal{width:100%}.plx2-stage{min-height:auto;padding:10px;border-radius:12px}.plx2-main-image{max-width:100%;height:auto}.plx2-arrow{width:34px;height:34px;font-size:16px}.plx2-thumb{width:60px;height:60px}.plx2-box{padding:15px;border-radius:14px}.plx2-hd{font-size:24px;line-height:1.3}.plx2-rat{margin-bottom:0}.plx2-prow{gap:6px}.plx2-mrpt{font-size:12px}.plx2-cmp{font-size:16px}.plx2-price{font-size:17px}.plx2-disc{font-size:10px;padding:3px 8px}.plx2-vchd{font-size:13px;margin-top:10px;margin-bottom:7px}.plx2-sizebts,.plx2-recbts{gap:7px}.plx2-szbtn,.plx2-rcbtn{min-width:88px;height:43px;font-size:13px}.plx2-vcards{grid-template-columns:repeat(3,1fr);gap:7px;margin-top:3px}.plx2-vcard{padding:8px}.plx2-vimg img{margin:9px auto 12px;width:65px}.plx2-vtitle{font-size:13px}.plx2-vprice{font-size:22px}.plx2-vmrp{margin-top:0;font-size:10px}.plx2-vtax{font-size:7px}.plx2-vsave{right:-15px;top:-3px;font-size:7px;padding:3px 7px;border-radius:11px;z-index:2}.plx2-club{flex-direction:column;align-items:flex-start}.plx2-clink{width:100%;text-align:center}.plx2-acts{display:flex;flex-direction:column;gap:0px}.plx2-atc{width:100%;height:50px;font-size:15px}.plx2-trust{display:grid;grid-template-columns:repeat(3,1fr)}.plx2-titem{flex:none;border-right:none;border-bottom:none;padding:5px}.plx2-titem span{font-size:8px}.plx2-ocard{flex-direction:column;align-items:flex-start}}@media screen and (max-width:480px){.plx2-hd{font-size:26px}.plx2-price{font-size:22px}.plx2-arrow{width:30px;height:30px}.plx2-thumb{width:55px;height:55px}.plx2-vprice{font-size:19px;margin-bottom:0}}[data-plx2-handle=trial-pack-bb100tr-a] .plx2-vcwrap{display:none}
/*# sourceMappingURL=/cdn/shop/t/38/assets/trial-pack-rice-chicken-main-product-new.css.map */
