:root{--prl-black: #000000;--prl-white: #ffffff;--prl-red: #ff0000;--prl-red-dark: #ec1600;--prl-gray-light: #f5f5f5;--prl-gray: #e0e0e0;--prl-gray-dark: #666666;--prl-gray-darker: #333333;--prl-font-heading: "Maison Neue Extended", "Maison Neue", -apple-system, BlinkMacSystemFont, sans-serif;--prl-font-body: "GT America", "Helvetica Neue", Arial, sans-serif;--prl-section-padding: 60px;--prl-container-max: 1200px;--prl-gap-grid: 40px}.prl-section{padding:var(--prl-section-padding) 0}.prl-container{max-width:var(--prl-container-max);margin:0 auto;padding:0 20px}html,body{max-width:100%;overflow-x:hidden}*{box-sizing:border-box}.prl-product-wrapper{padding:20px 0 40px;background:var(--prl-white);overflow-x:hidden;width:100%}.prl-product-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--prl-gap-grid);max-width:var(--prl-container-max);margin:0 auto;padding:0 20px;align-items:start;width:100%;box-sizing:border-box}@media(min-width:768px)and (max-width:991px){.prl-product-grid{padding:0 40px}.prl-product-info{max-width:600px!important;margin:0 auto!important}}@media(max-width:767px){.prl-product-grid{grid-template-columns:1fr;gap:24px;padding:0 20px;max-width:100vw}.prl-product-info{width:100%!important;max-width:none!important;margin:0!important;display:flex;flex-direction:column}.prl-title-rating-row{order:1}.prl-product-tags-wrapper{order:2}.prl-product-subtitle{order:3}.prl-purchase-wrapper{order:4}.prl-product-bullets{order:5}.prl-product-description{order:6;font-size:13px}.prl-trust-badges-small{order:7}}.prl-gallery-wrapper{position:relative;width:100%;overflow:hidden}.prl-gallery-dots{display:none}.prl-gallery{max-height:85vh;overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.prl-gallery::-webkit-scrollbar{display:none}.prl-gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.prl-gallery-item{position:relative;aspect-ratio:1/1;overflow:hidden;background:var(--prl-gray-light);cursor:pointer}.prl-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.prl-gallery-item:hover img{transform:scale(1.03)}.prl-gallery-item.prl-gallery-item--full{grid-column:span 2;aspect-ratio:2/1}.prl-pdp-lightbox{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#000000e6;align-items:center;justify-content:center;padding:20px}.prl-pdp-lightbox.active{display:flex}.prl-pdp-lightbox-img{max-width:60vw;max-height:75vh;object-fit:contain;border-radius:8px;-webkit-user-select:none;user-select:none}.prl-pdp-lightbox-close{position:absolute;top:20px;right:28px;font-size:44px;color:#fff;background:none;border:none;cursor:pointer;line-height:1;z-index:10000}.prl-pdp-lightbox-prev,.prl-pdp-lightbox-next{position:absolute;top:50%;transform:translateY(-50%);font-size:56px;color:#fff;background:none;border:none;cursor:pointer;line-height:1;padding:10px;-webkit-user-select:none;user-select:none}.prl-pdp-lightbox-prev{left:20px}.prl-pdp-lightbox-next{right:20px}.prl-pdp-lightbox-prev:hover,.prl-pdp-lightbox-next:hover,.prl-pdp-lightbox-close:hover{opacity:.7}.prl-gallery-nav{position:absolute;left:20px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;align-items:center;gap:10px;z-index:10;pointer-events:auto}.prl-gallery-nav-btn{width:44px;height:44px;border:none;background:var(--prl-white);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 2px 8px #0000001a}.prl-gallery-nav-btn:hover{background:var(--prl-gray-light)}.prl-gallery-nav-btn:disabled{opacity:.4;cursor:not-allowed}.prl-gallery-nav-btn svg{width:14px;height:14px;stroke:var(--prl-black);stroke-width:2;fill:none}.prl-gallery-progress-container{width:28px;height:160px;background:var(--prl-white);border-radius:100px;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;justify-content:center;padding:10px 0}.prl-gallery-progress-track{width:4px;height:100%;background:#d9d9d9;border-radius:100px;position:relative}.prl-gallery-progress-bar{position:absolute;left:0;top:0;width:100%;height:36px;background:#000!important;border-radius:100px;transition:top .1s ease-out;display:block!important}@media(max-width:991px){.prl-gallery-nav{display:none}.prl-gallery{max-height:none;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}.prl-gallery::-webkit-scrollbar{display:none}.prl-gallery-grid{display:flex;gap:0;padding:0}.prl-gallery-item{flex:0 0 100%;scroll-snap-align:start;scroll-snap-stop:always}.prl-gallery-item.prl-gallery-item--full{flex:0 0 100%;aspect-ratio:1/1}.prl-gallery-dots{display:flex;justify-content:center;align-items:center;gap:8px;padding:16px 0 0}.prl-gallery-dot{width:8px;height:8px;border-radius:50%;background:var(--prl-gray);border:none;padding:0;cursor:pointer;transition:all .3s ease}.prl-gallery-dot.active{background:var(--prl-black);width:10px;height:10px}.prl-gallery-dot:hover{background:var(--prl-gray-dark)}}.prl-product-info{display:flex;flex-direction:column;width:100%;max-width:480px;margin:0 auto;box-sizing:border-box}.prl-title-rating-row{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:12px;width:100%}.prl-product-title{font-family:var(--prl-font-heading);font-size:32px;font-weight:700;color:var(--prl-black);margin:0;line-height:1.1;letter-spacing:-.5px;flex:1;min-width:0}.prl-pdp-rating{flex-shrink:0;white-space:nowrap}.prl-pdp-rating .jdgm-preview-badge{display:flex;align-items:center;gap:4px}.prl-pdp-rating .jdgm-prev-badge{display:flex!important;align-items:center;gap:4px}@media(max-width:767px){.prl-product-title{font-size:24px}.prl-title-rating-row{flex-direction:column;gap:4px}.prl-pdp-rating{align-self:flex-start}}.prl-product-rating{display:flex;align-items:center;gap:8px;flex-shrink:0;white-space:nowrap}.prl-stars{color:var(--prl-black);font-size:16px;letter-spacing:2px;line-height:1}.prl-stars .prl-star{display:inline-block}.prl-stars .prl-star-full{color:#000}.prl-stars .prl-star-half{color:#000;opacity:.5}.prl-stars .prl-star-empty{color:#000;opacity:.2}.prl-rating-count,.prl-review-count{font-family:var(--prl-font-body);font-size:13px;color:var(--prl-gray-dark);text-decoration:underline;cursor:pointer}.prl-rating-count:hover,.prl-review-count:hover{color:var(--prl-black)}.prl-product-tags-wrapper{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.prl-product-tag{display:inline-block;padding:0 16px;background:var(--prl-white);color:var(--prl-black);border:1px solid var(--prl-black);font-family:var(--prl-font-body);font-size:14px;font-weight:400;text-transform:uppercase;letter-spacing:.8px;border-radius:4px;margin-bottom:0;width:fit-content;max-width:max-content}.prl-product-bullets{list-style:none;padding:0;margin:0 0 16px}.prl-product-bullets li{font-family:var(--prl-font-body);font-size:16px;font-weight:400;color:var(--prl-black);padding-left:18px;position:relative;margin-bottom:6px;line-height:1.6}.prl-product-bullets li:before{content:"\2022";position:absolute;left:0;color:var(--prl-black);font-size:16px;font-weight:700}.prl-product-description{font-family:var(--prl-font-body);font-size:16px;color:#000;line-height:1.8;margin-bottom:24px}.prl-product-subtitle{font-family:var(--prl-font-body);font-size:14px;font-weight:400;color:#000;margin:0 0 12px;line-height:1.4}.prl-purchase-wrapper{width:100%;box-sizing:border-box}.prl-app-blocks{margin-bottom:16px;width:100%;box-sizing:border-box}.prl-app-block{width:100%;box-sizing:border-box;overflow:visible}.prl-product-form{width:100%;box-sizing:border-box;overflow:hidden}.prl-variant-selector{margin-bottom:16px}.prl-variant-option{margin-bottom:12px}.prl-variant-option label{display:block;font-family:var(--prl-font-body);font-size:13px;font-weight:600;color:var(--prl-black);margin-bottom:8px;text-transform:uppercase;letter-spacing:.3px}.prl-variant-select{width:100%;padding:12px 16px;font-family:var(--prl-font-body);font-size:14px;color:var(--prl-black);border:1px solid var(--prl-gray);background:var(--prl-white);cursor:pointer;transition:border-color .2s}.prl-variant-select:hover,.prl-variant-select:focus{border-color:var(--prl-black);outline:none}.prl-add-to-cart-wrapper{display:flex;gap:12px;margin-bottom:16px;width:100%;box-sizing:border-box}.prl-add-to-cart-btn{flex:1;background:var(--prl-red);color:var(--prl-white);border:none;padding:14px 20px;font-family:var(--prl-font-heading);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:background .2s;box-sizing:border-box}.prl-add-to-cart-btn:hover{background:var(--prl-black)}.prl-add-to-cart-btn:disabled{background:#ccc;cursor:not-allowed}.prl-quantity-selector{display:flex;align-items:center;box-sizing:border-box}.prl-qty-select{width:70px;height:48px;border:1px solid var(--prl-gray);background:var(--prl-white);font-family:var(--prl-font-body);font-size:14px;font-weight:600;text-align:center;cursor:pointer;padding:0 12px;box-sizing:border-box;appearance:auto;-webkit-appearance:menulist;-moz-appearance:menulist}.prl-qty-select:hover{border-color:var(--prl-black)}.prl-qty-select:focus{outline:2px solid var(--prl-black);outline-offset:-1px}.prl-trust-badges-small{display:flex;gap:12px;margin-top:20px}.prl-badge-small{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;font-family:var(--prl-font-heading);font-size:12px;font-weight:700;color:#000;text-transform:uppercase;letter-spacing:.3px;background:#f5f5f5;border:2px solid transparent;border-radius:8px;padding:14px 16px;box-shadow:0 2px 8px #0000000d;transition:all .3s ease;cursor:pointer}.prl-badge-small:hover{background:#fff;border:2px solid #000000;box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.prl-badge-small svg{width:20px;height:20px;stroke:var(--prl-black);stroke-width:1.5;flex-shrink:0}.prl-trust-icons{display:flex;gap:24px;padding-top:16px;border-top:1px solid var(--prl-gray)}.prl-trust-icon{display:flex;align-items:center;gap:8px;font-family:var(--prl-font-body);font-size:12px;color:var(--prl-gray-darker)}.prl-trust-icon svg{width:18px;height:18px}@media(max-width:767px){.prl-trust-badges-small{flex-direction:column;gap:12px}.prl-badge-small{width:100%}.prl-trust-icons{flex-direction:column;gap:12px}}.prl-trust-badges{background:var(--prl-red);color:var(--prl-white);padding:12px 0;overflow:hidden}.prl-trust-badges-wrapper{display:flex;overflow:hidden}.prl-trust-badges-track{display:flex;animation:prl-marquee-scroll 30s linear infinite}.prl-trust-badge{display:flex;align-items:center;gap:10px;white-space:nowrap;padding:0 40px;font-family:var(--prl-font-heading);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px}.prl-trust-badge svg{width:18px;height:18px;stroke:currentColor;fill:none}@keyframes prl-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-25%)}}.prl-advanced-formula{background:var(--prl-black);color:var(--prl-white);padding:var(--prl-section-padding) 0}.prl-advanced-formula-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;max-width:var(--prl-container-max);margin:0 auto;padding:0 20px}@media(max-width:991px){.prl-advanced-formula-grid{gap:60px}}@media(max-width:767px){.prl-advanced-formula-grid{grid-template-columns:1fr;gap:40px}}.prl-advanced-formula-image{border-radius:8px;overflow:hidden}.prl-advanced-formula-image img{width:100%;height:auto;display:block}.prl-advanced-formula-content .prl-section-title{font-family:var(--prl-font-heading);font-size:40px;font-weight:700;color:var(--prl-white);margin-bottom:20px;line-height:1.1;letter-spacing:-.5px}.prl-advanced-formula-content .prl-section-text{font-family:var(--prl-font-body);font-size:15px;color:#ccc;line-height:1.8;margin-bottom:28px}@media(max-width:767px){.prl-advanced-formula-content .prl-section-title{font-size:32px}.prl-advanced-formula-content .prl-section-text{font-size:14px}}.prl-accordion-item{border-top:1px solid rgba(255,255,255,.2)}.prl-accordion-btn{width:100%;display:flex;justify-content:space-between;align-items:center;padding:16px 0;background:transparent;border:none;font-family:var(--prl-font-body);font-size:14px;color:var(--prl-white);cursor:pointer;text-decoration:underline;text-underline-offset:3px}.prl-accordion-btn svg{width:16px;height:16px;stroke:var(--prl-white);transition:transform .2s}.prl-accordion-btn[aria-expanded=true] svg{transform:rotate(45deg)}.prl-comparison-section{background:var(--prl-white);padding:var(--prl-section-padding) 0}.prl-comparison-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:60px;align-items:start;max-width:var(--prl-container-max);margin:0 auto;padding:0 20px}@media(max-width:991px){.prl-comparison-grid{grid-template-columns:1fr;gap:32px}}.prl-comparison-content .prl-section-title{font-family:var(--prl-font-heading);font-size:36px;font-weight:700;color:var(--prl-black);margin-bottom:20px;line-height:1.1;letter-spacing:-.5px}.prl-comparison-content .prl-section-text{font-family:var(--prl-font-body);font-size:14px;color:#000;line-height:1.8}@media(max-width:767px){.prl-comparison-content .prl-section-title{font-size:28px}}.prl-comparison-table{width:100%;border-collapse:collapse;border:1px solid var(--prl-black)}.prl-comparison-table th,.prl-comparison-table td{border:1px solid var(--prl-black);padding:12px 16px;font-family:var(--prl-font-body);font-size:13px;text-align:center}.prl-comparison-table th{font-family:var(--prl-font-heading);font-weight:700;font-size:14px;padding:14px 16px}.prl-comparison-table .prl-feature-col{text-align:left;background:var(--prl-white);font-size:20px}.prl-comparison-table .prl-prime-col{background:var(--prl-red);color:var(--prl-white)}.prl-comparison-table .prl-others-col{background:var(--prl-white)}.prl-comparison-table .prl-prime-col th{background:var(--prl-red);color:var(--prl-white)}.prl-check{display:inline-block;width:20px;height:20px}.prl-check-white svg{stroke:var(--prl-white)}.prl-check-black svg{stroke:var(--prl-black)}.prl-related-products{background:var(--prl-white);padding:var(--prl-section-padding) 0}.prl-related-products .prl-section-title{font-family:var(--prl-font-heading);font-size:28px;font-weight:700;margin-bottom:32px;max-width:var(--prl-container-max);margin-left:auto;margin-right:auto;padding:0 20px;line-height:1.2}@media(max-width:767px){.prl-related-products .prl-section-title{font-size:24px;margin-bottom:24px}}.prl-related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:var(--prl-container-max);margin:0 auto;padding:0 20px}@media(max-width:991px){.prl-related-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:767px){.prl-related-grid{grid-template-columns:repeat(2,1fr);gap:16px}}.prl-product-card{background:var(--prl-white)}.prl-product-card-image{aspect-ratio:1/1;background:var(--prl-gray-light);overflow:hidden;margin-bottom:12px}.prl-product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.prl-product-card:hover .prl-product-card-image img{transform:scale(1.05)}.prl-product-card-tag{display:inline-block;padding:3px 8px;background:var(--prl-black);color:var(--prl-white);font-family:var(--prl-font-body);font-size:9px;font-weight:500;text-transform:uppercase;margin-bottom:6px}.prl-product-card-title{font-family:var(--prl-font-heading);font-size:24px;font-weight:700;color:var(--prl-black);margin-bottom:4px}@media screen and (max-width:767px){h3.prl-product-card-title{font-size:20px}h1.prl-product-title{font-size:24px!important}h2.prl-section-title{font-size:24px}#insta-feed h2{font-size:24px!important;font-weight:700;font-family:var(--prl-font-heading);text-align:left!important}.newsletter h2{text-align:left}.newsletter .newsletter__subheading{text-align:left;margin-left:0;margin-right:0}}#insta-feed{padding-top:15px}#insta-feed h2{font-family:var(--prl-font-heading);font-size:32px;font-weight:700;text-align:left!important}.prl-product-card-price{font-family:var(--prl-font-body);font-size:13px;color:var(--prl-gray-dark)}.prl-reviews-section{background:var(--prl-white);padding:var(--prl-section-padding) 0}.prl-reviews-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;max-width:var(--prl-container-max);margin-left:auto;margin-right:auto;padding:0 20px}.prl-reviews-rating{display:flex;align-items:center;gap:8px}.prl-reviews-rating-number{font-family:var(--prl-font-heading);font-size:32px;font-weight:700;line-height:1}@media(max-width:767px){.prl-reviews-rating-number{font-size:28px}}.prl-reviews-rating-stars{color:var(--prl-black);font-size:16px}.prl-reviews-count{font-family:var(--prl-font-body);font-size:13px;color:var(--prl-gray-dark)}.prl-write-review-btn{font-family:var(--prl-font-body);font-size:13px;color:var(--prl-black);text-decoration:underline;background:none;border:none;cursor:pointer}.prl-rating-snapshot{max-width:var(--prl-container-max);margin:0 auto 32px;padding:0 20px}.prl-rating-snapshot-title{font-family:var(--prl-font-heading);font-size:14px;font-weight:700;margin-bottom:12px}.prl-rating-bar{display:flex;align-items:center;gap:8px;margin-bottom:6px}.prl-rating-bar-label{font-family:var(--prl-font-body);font-size:12px;color:var(--prl-gray-dark);min-width:60px}.prl-rating-bar-track{flex:1;height:8px;background:var(--prl-gray);border-radius:4px;overflow:hidden}.prl-rating-bar-fill{height:100%;background:var(--prl-black);border-radius:4px}.prl-rating-bar-count{font-family:var(--prl-font-body);font-size:12px;color:var(--prl-gray-dark);min-width:30px;text-align:right}.prl-faq-section{background:var(--prl-black);color:var(--prl-white);padding:var(--prl-section-padding) 0}.prl-faq-section .prl-section-title{font-family:var(--prl-font-heading);font-size:32px;font-weight:700;margin-bottom:8px;max-width:var(--prl-container-max);margin-left:auto;margin-right:auto;padding:0 20px}.prl-faq-section .prl-section-subtitle{font-family:var(--prl-font-body);font-size:16px;color:#ccc;margin-bottom:32px;max-width:var(--prl-container-max);margin-left:auto;margin-right:auto;padding:0 20px}.prl-faq-list{max-width:var(--prl-container-max);margin:0 auto;padding:0 20px}.prl-faq-item{border-bottom:1px solid rgba(255,255,255,.2)}.prl-faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px 0;background:transparent;border:none;font-family:var(--prl-font-body);font-size:15px;color:var(--prl-white);cursor:pointer;text-align:left}.prl-faq-question svg{width:20px;height:20px;stroke:var(--prl-white);flex-shrink:0;transition:transform .2s}.prl-faq-question[aria-expanded=true] svg{transform:rotate(45deg)}.prl-faq-answer{font-family:var(--prl-font-body);font-size:14px;color:#ccc;line-height:1.7;padding-bottom:20px;display:none}.prl-faq-item.active .prl-faq-answer{display:block}.prl-community-section{background:var(--prl-white);padding:var(--prl-section-padding) 0}.prl-community-section .prl-section-title{font-family:var(--prl-font-heading);font-size:28px;font-weight:700;margin-bottom:32px;max-width:var(--prl-container-max);margin-left:auto;margin-right:auto;padding:0 20px;line-height:1.2}@media(max-width:767px){.prl-community-section .prl-section-title{font-size:24px;margin-bottom:24px}}.prl-community-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;max-width:var(--prl-container-max);margin:0 auto;padding:0 20px}@media(max-width:991px){.prl-community-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:767px){.prl-community-grid{grid-template-columns:repeat(2,1fr)}}.prl-community-item{aspect-ratio:1/1;border-radius:8px;overflow:hidden;background:var(--prl-gray-light)}.prl-community-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.prl-community-item:hover img{transform:scale(1.05)}::part(rc-purchase-option__sub-container):before{content:"How subscriptions work:";display:block;font-family:Maison Neue Extended Bold,sans-serif!important;font-size:20px;grid-area:1 / 1 / span 1 / span 2}.recharge-subscription-widget recharge-subscription-widget::part(rc-purchase-option){padding-top:14px!important;padding-bottom:14px!important}.recharge-subscription-widget recharge-subscription-widget::part(rc-purchase-option__label){padding:0!important}.recharge-subscription-widget recharge-subscription-widget::part(rc-purchase-option__selector),.recharge-subscription-widget recharge-subscription-widget::part(rc-purchase-option__discounted-price),.recharge-subscription-widget recharge-subscription-widget::part(rc-purchase-option__price){font-size:20px!important}::part(rc-purchase-option__discounted-price){font-size:24px}recharge-subscription-widget::part(rc-purchase-option){padding-left:20px!important;padding-right:20px!important}@media(max-width:1070px){.recharge-subscription-widget ::part(rc-purchase-option__sub-container){grid-template-columns:1fr!important}::part(rc-purchase-option__sub-container):before{grid-area:auto}}@media(max-width:767px){:root{--prl-section-padding: 48px;--prl-gap-grid: 24px}.prl-container{padding:0 20px;max-width:100%}.prl-product-wrapper{padding:16px 0 32px;max-width:100vw}.prl-product-grid{padding:0 20px;max-width:100%}.prl-product-info,.prl-purchase-wrapper,.prl-product-form,.prl-app-blocks,.prl-app-block{max-width:100%!important;width:100%!important;box-sizing:border-box!important;overflow:visible!important}.prl-product-info *{max-width:100%;box-sizing:border-box;font-size:13px!important}.prl-product-description,.prl-product-title,.prl-product-subtitle,.prl-product-bullets{word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.prl-variant-select,.prl-qty-input,.prl-add-to-cart-btn,input[type=text],input[type=email],input[type=number],select,button{max-width:100%!important;box-sizing:border-box!important}::part(rc-purchase-option__label),::part(rc-purchase-option__sub-container){padding:16px 0!important}::part(rc-benefits__list):before,.recharge-subscription-widget recharge-subscription-widget::part(rc-purchase-option__selector){font-size:15px!important}.recharge-subscription-widget recharge-subscription-widget::part(rc-benefits__list){font-size:11px!important}.recharge-subscription-widget recharge-subscription-widget::part(rc-purchase-option__original-price){font-size:15px!important}.recharge-subscription-widget recharge-subscription-widget::part(rc-purchase-option__discounted-price),.recharge-subscription-widget recharge-subscription-widget::part(rc-purchase-option__price){font-size:16px!important}.recharge-subscription-widget ::part(rc-purchase-option__sub-container){grid-template-columns:1fr 1fr!important}}@media(max-width:480px){:root{--prl-section-padding: 40px}.recharge-subscription-widget ::part(rc-purchase-option__sub-container){grid-template-columns:1fr!important}::part(rc-purchase-option__sub-container):before{grid-area:auto}}section.prl-community-section,section.prl-community-outer{padding-top:0;padding-bottom:0}h2.prl-community-title{text-align:left}
/*# sourceMappingURL=/cdn/shop/t/175/assets/prl-product.css.map */
