:root{--lp-pdp-red: #ec3d2c;--lp-pdp-pink: #fd6c9e;--lp-pdp-lavender: #d7b3e1;--lp-pdp-cream: #ffffff;--lp-pdp-dark: #2d2d2d;--lp-pdp-gray: #6b6b6b;--lp-pdp-light: #f5e0e5;--lp-pdp-shadow: rgba(0,0,0,.08)}.template-product .main-content{background:var(--lp-pdp-cream)}.lp-pdp-breadcrumb{background:#fff;padding:14px 24px;border-bottom:1px solid var(--lp-pdp-light);margin-bottom:0}.lp-pdp-breadcrumb .breadcrumb-wrapper{max-width:1400px;margin:0 auto;display:flex;align-items:center;gap:8px;font-size:1.3rem;color:var(--lp-pdp-gray)}.lp-pdp-breadcrumb a{color:var(--lp-pdp-gray);text-decoration:none;transition:color .2s}.lp-pdp-breadcrumb a:hover{color:var(--lp-pdp-red)}.lp-pdp-breadcrumb .separator{color:var(--lp-pdp-pink);font-weight:700}.lp-pdp-breadcrumb .current{color:var(--lp-pdp-dark);font-weight:500}.lp-pdp-container{max-width:1400px;margin:0 auto;padding:40px 24px 60px}.lp-pdp-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}@media(max-width:1024px){.lp-pdp-grid{grid-template-columns:1fr;gap:40px}}.lp-pdp-gallery{position:sticky;top:100px}.lp-pdp-main-image{position:relative;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 8px 30px var(--lp-pdp-shadow);aspect-ratio:1;display:flex;align-items:center;justify-content:center}.lp-pdp-main-image img{width:100%;height:100%;object-fit:cover}.lp-pdp-badges{position:absolute;top:16px;left:16px;display:flex;flex-direction:column;gap:8px}.lp-pdp-badge{padding:8px 16px;border-radius:20px;font-size:1.2rem;font-weight:600;text-transform:uppercase}.lp-pdp-badge.sale{background:var(--lp-pdp-red);color:#fff}.lp-pdp-badge.nieuw{background:var(--lp-pdp-lavender);color:var(--lp-pdp-dark)}.lp-pdp-thumbnails{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:16px}.lp-pdp-thumb{border-radius:12px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .2s;aspect-ratio:1}.lp-pdp-thumb:hover,.lp-pdp-thumb.active{border-color:var(--lp-pdp-pink)}.lp-pdp-thumb img{width:100%;height:100%;object-fit:cover}.lp-pdp-info{padding:0}.lp-pdp-title{font-size:3.2rem;font-weight:700;color:var(--lp-pdp-dark);margin:0 0 12px;line-height:1.2;font-family:var(--font-heading-family)}.lp-pdp-vendor{font-size:1.3rem;color:var(--lp-pdp-gray);margin-bottom:16px}.lp-pdp-rating{display:flex;align-items:center;gap:8px;margin-bottom:20px}.lp-pdp-rating .stars{display:flex;gap:2px;color:#ffb800}.lp-pdp-rating .count{font-size:1.2rem;color:var(--lp-pdp-gray)}.lp-pdp-price-container{display:flex;align-items:baseline;gap:16px;margin-bottom:24px;padding:20px 0;border-top:1px solid var(--lp-pdp-light);border-bottom:1px solid var(--lp-pdp-light)}.lp-pdp-price{font-size:3rem;font-weight:700;color:var(--lp-pdp-dark)}.lp-pdp-price-compare{font-size:1.8rem;color:var(--lp-pdp-gray);text-decoration:line-through}.lp-pdp-price-sale{color:var(--lp-pdp-red)}.lp-pdp-variant-dropdown{margin-bottom:24px}.lp-pdp-variant-dropdown select{width:100%;padding:14px 16px;font-size:1.4rem;font-family:var(--font-body-family);border:2px solid var(--lp-pdp-light);border-radius:12px;background:#fff;color:var(--lp-pdp-dark);cursor:pointer;transition:all .2s}.lp-pdp-variant-dropdown select:hover{border-color:var(--lp-pdp-pink)}.lp-pdp-variant-dropdown select:focus{outline:none;border-color:var(--lp-pdp-pink);box-shadow:0 0 0 3px #fd6c9e33}.lp-pdp-variants{margin-bottom:24px}.lp-pdp-variant-label{font-size:1.4rem;font-weight:600;color:var(--lp-pdp-dark);margin-bottom:12px;display:block}.lp-pdp-variant-options{display:flex;flex-wrap:wrap;gap:10px}.lp-pdp-variant-btn{padding:12px 20px;border:2px solid var(--lp-pdp-light);border-radius:25px;background:#fff;font-size:1.3rem;font-weight:500;cursor:pointer;transition:all .2s}.lp-pdp-variant-btn:hover{border-color:var(--lp-pdp-pink)}.lp-pdp-variant-btn.active{background:var(--lp-pdp-pink);border-color:var(--lp-pdp-pink);color:#fff}.lp-pdp-variant-btn.unavailable{opacity:.4;text-decoration:line-through}.lp-pdp-actions{display:flex;gap:16px;margin-bottom:24px}.lp-pdp-quantity{display:flex;align-items:center;border:2px solid var(--lp-pdp-light);border-radius:30px;overflow:hidden}.lp-pdp-quantity button{width:50px;height:50px;border:none;background:#fff;font-size:2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.lp-pdp-quantity button:hover{background:var(--lp-pdp-light)}.lp-pdp-quantity input{width:60px;height:50px;border:none;text-align:center;font-size:1.6rem;font-weight:600}.lp-pdp-add-to-cart{flex:1;padding:16px 40px;background:var(--lp-pdp-pink);color:#fff;border:none;border-radius:30px;font-size:1.6rem;font-weight:700;text-transform:uppercase;cursor:pointer;transition:all .3s;box-shadow:0 6px 20px #fd6c9e66}.lp-pdp-add-to-cart:hover{background:var(--lp-pdp-red);transform:translateY(-2px);box-shadow:0 10px 30px #ec3d2c66}.lp-pdp-add-to-cart.sold-out{background:#ccc;cursor:not-allowed;box-shadow:none}.lp-pdp-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:24px;background:#fff;border-radius:16px;margin-bottom:24px;box-shadow:0 4px 15px var(--lp-pdp-shadow)}.lp-pdp-trust-item{display:flex;align-items:center;gap:12px}.lp-pdp-trust-icon{width:50px;height:50px;background:linear-gradient(135deg,var(--lp-pdp-pink),var(--lp-pdp-lavender));border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.8rem;flex-shrink:0}.lp-pdp-trust-text{font-size:1.2rem;font-weight:600;color:var(--lp-pdp-dark)}.lp-pdp-trust-sub{font-size:1rem;color:var(--lp-pdp-gray)}@media(max-width:600px){.lp-pdp-trust{grid-template-columns:1fr}}.lp-pdp-description{background:#fff;border-radius:20px;padding:30px;margin-bottom:40px;box-shadow:0 4px 15px var(--lp-pdp-shadow)}.lp-pdp-description h3{font-size:1.8rem;font-weight:700;color:var(--lp-pdp-dark);margin:0 0 16px}.lp-pdp-description p{font-size:1.4rem;line-height:1.7;color:var(--lp-pdp-gray)}.lp-pdp-description ul{padding-left:20px}.lp-pdp-description li{font-size:1.4rem;line-height:1.7;color:var(--lp-pdp-gray);margin-bottom:8px}.lp-pdp-accordion{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 15px var(--lp-pdp-shadow);margin-bottom:40px}.lp-pdp-accordion-item{border-bottom:1px solid var(--lp-pdp-light)}.lp-pdp-accordion-item:last-child{border-bottom:none}.lp-pdp-accordion-header{padding:20px 24px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:background .2s}.lp-pdp-accordion-header:hover{background:var(--lp-pdp-light)}.lp-pdp-accordion-title{font-size:1.4rem;font-weight:600;color:var(--lp-pdp-dark)}.lp-pdp-accordion-icon{font-size:1.4rem;color:var(--lp-pdp-pink);transition:transform .3s}.lp-pdp-accordion-item.active .lp-pdp-accordion-icon{transform:rotate(180deg)}.lp-pdp-accordion-content{padding:0 24px;max-height:0;overflow:hidden;transition:all .3s}.lp-pdp-accordion-item.active .lp-pdp-accordion-content{padding:0 24px 20px;max-height:500px}.lp-pdp-related{margin-top:60px;padding-top:40px;border-top:2px solid var(--lp-pdp-light)}.lp-pdp-section-title{font-size:2.4rem;font-weight:700;color:var(--lp-pdp-dark);margin:0 0 30px;text-align:center}.lp-pdp-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media(max-width:1024px){.lp-pdp-products-grid{grid-template-columns:repeat(2,1fr)}}.lp-pdp-product-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px var(--lp-pdp-shadow);transition:all .3s;text-decoration:none;display:block}.lp-pdp-product-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #fd6c9e40}.lp-pdp-product-image{aspect-ratio:1;background:var(--lp-pdp-light);display:flex;align-items:center;justify-content:center;overflow:hidden}.lp-pdp-product-image img{width:100%;height:100%;object-fit:cover}.lp-pdp-product-info{padding:16px}.lp-pdp-product-title{font-size:1.3rem;font-weight:600;color:var(--lp-pdp-dark);margin:0 0 8px}.lp-pdp-product-price{font-size:1.4rem;font-weight:700;color:var(--lp-pdp-pink)}.lp-pdp-product-price-compare{font-size:1.2rem;color:var(--lp-pdp-gray);text-decoration:line-through;margin-left:8px}.lp-pdp-sticky-atc{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;padding:12px 20px;box-shadow:0 -4px 20px #00000026;z-index:1000;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.lp-pdp-sticky-content{display:flex;align-items:center;justify-content:space-between;gap:16px;max-width:1400px;margin:0 auto}.lp-pdp-sticky-info{display:flex;align-items:center;gap:12px}.lp-pdp-sticky-image{width:50px;height:50px;border-radius:10px;overflow:hidden;background:var(--lp-pdp-light)}.lp-pdp-sticky-image img{width:100%;height:100%;object-fit:cover}.lp-pdp-sticky-title{font-size:1.2rem;font-weight:600;color:var(--lp-pdp-dark)}.lp-pdp-sticky-price{font-size:1.1rem;font-weight:700;color:var(--lp-pdp-pink)}.lp-pdp-sticky-btn{padding:14px 28px;background:var(--lp-pdp-pink);color:#fff;border:none;border-radius:25px;font-size:1.4rem;font-weight:700;text-transform:uppercase;cursor:pointer;transition:all .2s}.lp-pdp-sticky-btn:hover{background:var(--lp-pdp-red)}@media(max-width:768px){.lp-pdp-sticky-atc{display:block}.lp-pdp-title,.lp-pdp-price{font-size:2.4rem}.lp-pdp-add-to-cart{padding:14px 20px;font-size:1.4rem}}.lp-pdp-stock{display:flex;align-items:center;gap:8px;margin-bottom:16px}.lp-pdp-stock-dot{width:10px;height:10px;border-radius:50%}.lp-pdp-stock-dot.in-stock{background:#22c55e}.lp-pdp-stock-dot.low-stock{background:#f59e0b}.lp-pdp-stock-dot.out-of-stock{background:#ef4444}.lp-pdp-stock-text{font-size:1.2rem;color:var(--lp-pdp-gray)}.lp-pdp-share{display:flex;align-items:center;gap:12px;margin-top:20px;padding-bottom:2rem}.lp-pdp-share-label{font-size:1.2rem;color:var(--lp-pdp-gray)}.lp-pdp-share-links{display:flex;gap:8px}.lp-pdp-share-link{width:36px;height:36px;border-radius:50%;background:var(--lp-pdp-light);display:flex;align-items:center;justify-content:center;color:var(--lp-pdp-dark);text-decoration:none;transition:all .2s}.lp-pdp-share-link:hover{background:var(--lp-pdp-pink);color:#fff}
/*# sourceMappingURL=/cdn/shop/t/358/assets/lottepads-product-page.css.map */
