.custom-product{max-width:1200px;margin:0 auto;padding:0 16px}.custom-product__grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;padding:40px 0;align-items:start}@media(max-width:749px){.custom-product__grid{grid-template-columns:1fr;gap:24px;padding:20px 0}}.custom-gallery{display:flex;flex-direction:column;gap:12px}.custom-gallery__main img{width:100%;border-radius:12px;object-fit:cover;aspect-ratio:1 / 1}.custom-gallery__slider{display:flex;gap:8px;flex-wrap:wrap}.gallery-thumb{width:72px;height:72px;object-fit:cover;border-radius:8px;cursor:pointer;border:2px solid transparent;transition:border-color .2s}.gallery-thumb.active,.gallery-thumb:hover{border-color:#1a1a1a}.usp-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.usp-list div{font-size:.78rem;background:#f4f4f4;border-radius:20px;padding:4px 12px;color:#333}.custom-product__info{display:flex;flex-direction:column;gap:14px}.custom-product__info h1{font-size:1.6rem;line-height:1.3;margin:0}.pcp-stars{min-height:24px}.custom-price{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.price-current{font-size:1.9rem;font-weight:700;color:#e63946}.price-compare{font-size:1.5rem;text-decoration:line-through;color:#999}.price-badge{background:#e63946;color:#fff;font-size:1.5rem;font-weight:600;padding:4px 10px;border-radius:4px;white-space:nowrap}.custom-trust{font-size:1.5rem;color:#555}.bundle-offer{font-size:1.5rem;color:#2a7a2a;font-weight:500}.urgency{font-size:1.5rem;color:#c0392b;font-weight:600}.color-swatches{display:flex;gap:8px;flex-wrap:wrap}.swatch{cursor:pointer}.swatch input{display:none}.swatch-color{display:block;width:32px;height:32px;border-radius:50%;border:2px solid #ddd;transition:border-color .2s,transform .2s}.swatch input:checked+.swatch-color{border-color:#1a1a1a;transform:scale(1.15)}.bundle-selector{display:flex;flex-direction:column;gap:8px}.bundle-option{display:flex;align-items:center;gap:10px;padding:12px 16px;border:2px solid #ddd;border-radius:8px;cursor:pointer;transition:border-color .2s,background .2s;font-size:.9rem}.bundle-option input{display:none}.bundle-option.active{border-color:#1a1a1a;background:#f9f9f9}.custom-field{background:#fffbf0;border:1px solid #f0d080;border-radius:8px;padding:14px 16px}.custom-field label{display:block;font-weight:600;margin-bottom:8px;font-size:1.5rem}.custom-field input{width:100%;padding:10px 12px;border:1px solid #ccc;border-radius:6px;font-size:1.5rem;box-sizing:border-box}.custom-field input:focus{outline:none;border-color:#1a1a1a}.required{color:#e63946}.custom-cta{width:100%;padding:16px;background:#1a1a1a;color:#fff;font-size:1.5rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:background .2s,transform .1s;letter-spacing:.3px}.custom-cta:hover{background:#333}.custom-cta:active{transform:scale(.98)}.pcp-payment-trust{font-size:1.4rem;color:#666;text-align:center;line-height:1.8}.custom-tabs{border-top:1px solid #eee;padding-top:16px}.tab-buttons{display:flex;gap:0;margin-bottom:16px;border-bottom:2px solid #eee}.tab-btn{background:none;border:none;padding:10px 20px;font-size:1.5rem;cursor:pointer;color:#888;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .2s,border-color .2s}.tab-btn.active{color:#fff;border-bottom-color:#1a1a1a;font-weight:600}.tab-content{display:none;font-size:1.5rem;line-height:1.7;color:#444}.tab-content.active{display:block}.product-faq{border-top:1px solid #eee;padding-top:16px}.product-faq h2{font-size:1rem;margin-bottom:12px}.faq-item{border-bottom:1px solid #f0f0f0}.faq-question{width:100%;background:none;border:none;text-align:left;padding:12px 0;font-size:.88rem;font-weight:500;cursor:pointer;color:#1a1a1a;display:flex;justify-content:space-between;align-items:center}.faq-question:after{content:"+";font-size:1.2rem;color:#888;transition:transform .2s}.faq-item.active .faq-question:after{transform:rotate(45deg)}.faq-answer{display:none;font-size:.85rem;color:#555;padding-bottom:12px;line-height:1.6}.faq-item.active .faq-answer{display:block}.pcp-content{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:48px 0;border-top:1px solid #eee}@media(max-width:989px){.pcp-content{grid-template-columns:repeat(2,1fr)}}@media(max-width:749px){.pcp-content{grid-template-columns:1fr}}.pcp-content__block{background:#fafafa;border-radius:12px;padding:20px}.pcp-content__block h3{font-size:1.5rem;font-weight:700;margin-bottom:10px;line-height:1.4}.pcp-content__block p,.pcp-content__block ul{font-size:.85rem;color:#555;line-height:1.7}.pcp-content__block ul{list-style:none;padding:0;margin:0}.pcp-content__block ul li{margin-bottom:6px}.pcp-content__targets{margin-top:10px!important}.sticky-cart{position:fixed;bottom:-80px;left:0;right:0;background:#1a1a1a;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:12px 24px;z-index:999;transition:bottom .3s ease;box-shadow:0 -2px 12px #00000026}.sticky-cart.visible{bottom:0}.sticky-cart span{font-size:.9rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:60%}#sticky-btn{background:#e63946;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .2s}#sticky-btn:hover{background:#c0303a}@media(max-width:749px){.sticky-cart{padding:10px 16px}.sticky-cart span{font-size:.8rem;max-width:50%}}.custom-product__info{font-size:1.5rem}.custom-product__info h1{font-size:1.9rem}.bundle-option,.faq-question,.faq-answer{font-size:1.5rem}.pcp-content__block p,.pcp-content__block ul{font-size:01.5rem}.usp-list div{font-size:1.5rem}.custom-product{background:linear-gradient(180deg,#fdf8f2,#fef9f4 40%,#fff8f0);padding:24px 16px 48px;border-radius:0}.custom-product__grid{background:transparent}.custom-product__media{background:#fef6ec;border-radius:16px;padding:16px}.usp-list div{background:#fdefd8!important;color:#7a5c3a!important;border:1px solid #f5ddb8}.custom-product__info{background:transparent}.bundle-option{background:#fffaf4!important;border-color:#e8d5b8!important}.bundle-option.active{background:#fdefd8!important;border-color:#c8a97a!important}.custom-field{background:#fef6ec!important;border-color:#e8c99a!important}.custom-cta{background:#5c3d1e!important}.custom-cta:hover{background:#7a5230!important}.pcp-content{background:linear-gradient(180deg,#fff8f0,#fdf4ea);border-radius:16px;padding:40px 24px!important;margin:0 -16px}.pcp-content__block{background:#fffaf5!important;border:1px solid #f0dfc8;box-shadow:0 2px 8px #b482500f}.pcp-review-card{background:#fffaf5!important;border-color:#f0dfc8!important}.product-faq{border-top-color:#e8d5b8!important}.faq-item{border-bottom-color:#f0dfc8!important}.custom-tabs{border-top-color:#e8d5b8!important}.tab-btn.active{border-bottom-color:#5c3d1e!important;color:#5c3d1e!important}.sticky-cart{background:#5c3d1e!important}#sticky-btn{background:#c8a97a!important;color:#fff!important}#sticky-btn:hover{background:#b8935a!important}.urgency{color:sienna!important}.bundle-offer{color:#5c7a2a!important}.pcp-block__image{width:100%;margin-bottom:14px;border-radius:10px;overflow:hidden}.pcp-block__image img{width:100%;height:180px;object-fit:cover;border-radius:10px;display:block;transition:transform .3s ease}.pcp-content__block:hover .pcp-block__image img{transform:scale(1.03)}.pcp-content__block--split{position:relative;display:flex;flex-direction:column;align-items:stretch;overflow:hidden;padding:0!important;min-height:unset}.pcp-block__text{padding:16px 16px 12px;z-index:2}.pcp-block__image-right{position:relative;width:100%;height:180px;overflow:hidden}.pcp-block__image-right img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;border-radius:0 0 12px 12px}.pcp-block__fade{position:absolute;top:0;left:0;width:100%;height:50%;background:linear-gradient(to bottom,#fffaf5,#fffaf500);z-index:1;pointer-events:none}@media(max-width:749px){.pcp-block__image-right{height:120px}.pcp-block__image-right img{object-position:center top}.pcp-content__block--split{margin-bottom:8px}}
/*# sourceMappingURL=/cdn/shop/t/43/assets/product-custom.css.map */
