.pdg-bundles{background:#fff;padding:64px 24px 80px}.pdg-bundles__container{max-width:var(--page-width, 1200px);margin:0 auto}.pdg-bundles__heading{font-family:var(--font-heading-family, inherit);font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;text-align:center;margin:0 0 8px;letter-spacing:-.01em}.pdg-bundles__sub{text-align:center;font-size:1.05rem;color:#666;margin:0 0 40px}.pdg-bundles__grid{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:640px){.pdg-bundles__grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media(min-width:900px){.pdg-bundles__grid{grid-template-columns:repeat(4,1fr);gap:24px}}.pdg-bundle-card{background:#fff;border:1px solid #e0ddd8;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;position:relative}.pdg-bundle-card__img-wrap{position:relative;width:100%;aspect-ratio:1;overflow:hidden;background:#f5f3f0}.pdg-bundle-card__img{width:100%;height:100%;object-fit:cover}.pdg-bundle-card__badge{position:absolute;top:10px;padding:4px 10px;font-size:.75rem;font-weight:700;border-radius:100px;z-index:1}.pdg-bundle-card__badge--free{left:10px;background:#2d7d2d;color:#fff}.pdg-bundle-card__badge--save{right:10px;background:#c0392b;color:#fff}.pdg-bundle-card__badge--soon{left:10px;background:#555;color:#fff}.pdg-bundle-card--coming-soon{opacity:.8}.pdg-bundle-card--coming-soon .pdg-bundle-card__img-wrap{min-height:200px;display:flex;align-items:center;justify-content:center;background:#f5f3f0}.pdg-bundle-card__body{padding:16px;display:flex;flex-direction:column;gap:10px;flex:1}.pdg-bundle-card__label{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#666}.pdg-bundle-card__title{font-size:1.05rem;font-weight:700;margin:0;line-height:1.3}.pdg-bundle-card__price-row{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.pdg-bundle-card__price{font-size:1.4rem;font-weight:800;color:#1a1a1a}.pdg-bundle-card__compare{font-size:.95rem;color:#666;text-decoration:line-through}.pdg-bundle-card__color-label{font-size:.8rem;font-weight:600;color:#555;margin:0}.pdg-bundle-card__swatches{display:flex;gap:8px;flex-wrap:wrap}.pdg-bundle-card__swatch{width:44px;height:44px;min-width:44px;border-radius:50%;border:2px solid #ddd;cursor:pointer;transition:border-color .2s ease,transform .15s ease;padding:0}.pdg-bundle-card__swatch:hover{transform:scale(1.1)}.pdg-bundle-card__swatch.active{border-color:#1a1a1a;box-shadow:0 0 0 2px #fff,0 0 0 4px #1a1a1a}@media(max-width:767px){.pdg-bundle-card__swatches{display:flex;flex-wrap:wrap;gap:8px}.pdg-bundle-card__swatch{width:40px;height:40px;min-width:40px;border-radius:50%;aspect-ratio:auto}}.pdg-bundle-card__select{width:100%;min-height:44px;padding:8px 12px;font-size:.95rem;border:1px solid #ccc;border-radius:var(--button-border-radius, 4px);background:#fff;cursor:pointer;margin-top:auto}.pdg-bundle-card__select:focus{outline:none;border-color:#1a1a1a}.pdg-bundle-card__one-size{font-size:.9rem;color:#666;padding:10px 0;margin-top:auto}.pdg-bundle-card__atc{width:100%;min-height:44px;padding:12px;font-size:.95rem;font-weight:700;background:#1a1a1a;color:#fff;border:none;border-radius:var(--button-border-radius, 4px);cursor:pointer;transition:background .2s ease}.pdg-bundle-card__atc:hover{background:#333}.pdg-bundle-card__atc:disabled{background:#ccc;color:#666;cursor:not-allowed}.pdg-bundle-card__stock{font-size:.8rem;min-height:18px}@media(max-width:767px){.pdg-bundle-card__stock{min-height:0}.pdg-bundle-card__stock:empty{display:none}}.pdg-bundle-card__stock--low{color:#c0392b;font-weight:600}.pdg-bundle-card__stock--out{color:#666;font-weight:600}.pdg-bundle-card__returns{font-size:.78rem;color:#666;text-align:center}.pdg-bundle-card__size-guide{background:none;border:none;padding:0;font-size:.8rem;color:#555;text-decoration:underline;cursor:pointer;align-self:flex-start}.pdg-bundle-card__size-guide:hover{color:#1a1a1a}.pdg-size-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;z-index:1000;display:none;align-items:center;justify-content:center;padding:24px}.pdg-size-modal.open{display:flex}.pdg-size-modal__content{background:#fff;border-radius:12px;padding:24px;max-width:600px;max-height:90vh;overflow-y:auto;position:relative}.pdg-size-modal__close{position:absolute;top:12px;right:12px;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;line-height:1;padding:4px 8px}.pdg-size-modal__close:hover{color:#1a1a1a}.pdg-size-modal__img{width:100%;height:auto;border-radius:8px;margin-top:8px}.pdg-bundle-card__delivery{font-size:.78rem;color:#2d7d2d;text-align:center;font-weight:600}.pdg-bundle-card__gift-input{width:100%;padding:8px 12px;font-size:.85rem;border:1px solid #ddd;border-radius:var(--button-border-radius, 4px);background:#fafafa;color:#333;box-sizing:border-box}.pdg-bundle-card__gift-input::placeholder{color:#aaa}.pdg-bundle-card__gift-input:focus{outline:none;border-color:#1a1a1a;background:#fff}.pdg-payment-btn{margin-top:8px}.pdg-payment-btn .shopify-payment-button__button{border-radius:var(--button-border-radius, 4px);min-height:44px}.pdg-payment-btn #shopify-buyer-consent{display:none!important}.pdg-bundle-card__coming{text-align:center;padding:20px;color:#666;font-style:italic}.pdg-sticky-cta{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e0ddd8;box-shadow:0 -4px 16px #00000014;padding:12px 16px;display:none;align-items:center;justify-content:space-between;gap:12px;z-index:100;transition:transform .3s ease;transform:translateY(100%)}.pdg-sticky-cta.visible{display:flex;transform:translateY(0)}.pdg-sticky-cta__price{font-size:1.2rem;font-weight:800;color:#1a1a1a}.pdg-sticky-cta__price small{font-size:.8rem;color:#666;text-decoration:line-through;font-weight:400;margin-left:4px}.pdg-sticky-cta__btn{min-height:44px;padding:10px 24px;font-size:.95rem;font-weight:700;background:#1a1a1a;color:#fff;border:none;border-radius:var(--button-border-radius, 4px);cursor:pointer;white-space:nowrap}@media(min-width:768px){.pdg-sticky-cta{display:none!important}}.pdg-cart-cross-sell{padding:12px 16px;border-top:1px solid #e0ddd8;border-bottom:1px solid #e0ddd8;margin:0}.pdg-cart-cross-sell__heading{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#666;margin:0 0 10px}.pdg-cart-cross-sell__items{display:flex;gap:10px}.pdg-cart-cross-sell__item{flex:1;display:flex;align-items:center;gap:8px;padding:8px;border:1px solid #e8e4e0;border-radius:8px}.pdg-cart-cross-sell__item img{width:48px;height:48px;border-radius:6px;object-fit:cover;flex-shrink:0}.pdg-cart-cross-sell__info{flex:1;min-width:0}.pdg-cart-cross-sell__title{display:block;font-size:.75rem;font-weight:600;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pdg-cart-cross-sell__price{font-size:.75rem;color:#666}.pdg-cart-cross-sell__add{min-width:44px;min-height:44px;padding:8px 12px;font-size:.8rem;font-weight:700;background:#1a1a1a;color:#fff;border:none;border-radius:6px;cursor:pointer;flex-shrink:0}.pdg-cart-cross-sell__add:hover{background:#333}.pdg-cart-cross-sell__add:disabled{background:#ccc;color:#666;cursor:not-allowed}.pdg-bundle-card__rating{display:flex;align-items:center;gap:4px;font-size:.8rem;color:#555}.pdg-bundle-card__rating svg{width:14px;height:14px;flex-shrink:0}.pdg-bundle-card__rating strong{color:#1a1a1a}.pdg-size-table{width:100%;border-collapse:collapse;margin-top:12px;font-size:.85rem}.pdg-size-table th,.pdg-size-table td{padding:8px 10px;text-align:center;border:1px solid #e0ddd8}.pdg-size-table thead th{background:#1a1a1a;color:#fff;font-weight:700;font-size:.8rem}.pdg-size-table tbody th{background:#f7f5f2;font-weight:700;text-align:left;padding-left:12px}.pdg-size-table tbody tr:nth-child(2n){background:#faf9f7}@media(max-width:480px){.pdg-size-table{font-size:.75rem}.pdg-size-table th,.pdg-size-table td{padding:6px 4px}.pdg-size-modal__content{padding:16px}}.pdg-cross__price[data-pdg-cross-price]{transition:color .15s ease}.pdg-included__savings-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:12px 28px;font-size:1rem;font-weight:700;background:#fff;color:#1a1a1a;border:none;border-radius:var(--button-border-radius, 4px);cursor:pointer;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.pdg-included__savings-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ffffff4d}.pdg-included{background:#f7f5f2;padding:80px 24px}.pdg-included__container{max-width:var(--page-width, 1200px);margin:0 auto}.pdg-included__heading{font-family:var(--font-heading-family, inherit);font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;text-align:center;margin:0 0 12px;letter-spacing:-.01em}.pdg-included__quote{text-align:center;font-size:1.15rem;font-weight:600;color:#555;max-width:500px;margin:0 auto 48px}.pdg-included__grid{display:grid;grid-template-columns:1fr;gap:32px;max-width:900px;margin:0 auto 48px}@media(min-width:768px){.pdg-included__grid{grid-template-columns:repeat(3,1fr)}}.pdg-included__item{text-align:center;padding:24px 20px;background:#fff;border-radius:12px;border:1px solid #e8e4e0}.pdg-included__item-img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:8px;margin-bottom:16px}.pdg-included__item-num{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#1a1a1a;color:#fff;font-weight:700;font-size:.9rem;margin-bottom:16px}.pdg-included__item-title{font-size:1.15rem;font-weight:700;margin:0 0 8px}.pdg-included__item-desc{font-size:.95rem;color:#555;line-height:1.5;margin:0}.pdg-included__savings{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:24px;padding:32px;background:#1a1a1a;border-radius:12px;color:#fff;max-width:700px;margin:0 auto}.pdg-included__savings-price{font-size:2rem;font-weight:800}.pdg-included__savings-was{font-size:1.1rem;text-decoration:line-through;color:#ffffff80}.pdg-included__savings-save{background:#d4a017;color:#1a1a1a;padding:6px 16px;border-radius:100px;font-weight:700;font-size:.95rem}.pdg-why{background:#1a1a1a;padding:80px 24px;color:#fff}.pdg-why__container{max-width:800px;margin:0 auto}.pdg-why__heading{font-family:var(--font-heading-family, inherit);font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;text-align:center;margin:0 0 48px;letter-spacing:-.01em;color:#fff}.pdg-why__item{display:flex;gap:20px;padding:28px 0;border-bottom:1px solid rgba(255,255,255,.1)}.pdg-why__item:last-child{border-bottom:none}.pdg-why__quote{flex-shrink:0;font-size:1.4rem;font-weight:700;color:#d4a017;line-height:1.3;width:260px}@media(max-width:767px){.pdg-why__item{flex-direction:column;gap:8px}.pdg-why__quote{min-width:auto}}.pdg-why__desc{font-size:1.1rem;line-height:1.6;color:#fffc;margin:0}.pdg-styling{background:#1a1a1a;padding:80px 24px;color:#fff}.pdg-styling__container{max-width:var(--page-width, 1200px);margin:0 auto}.pdg-styling__heading{font-family:var(--font-heading-family, inherit);font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;text-align:center;margin:0 0 8px;letter-spacing:-.01em;color:#fff}.pdg-styling__sub{text-align:center;font-size:1.05rem;color:#ffffffb3;margin:0 0 48px}.pdg-styling__grid{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:768px){.pdg-styling__grid{grid-template-columns:repeat(3,1fr)}}.pdg-styling__card{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:3/4}.pdg-styling__img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.pdg-styling__card:hover .pdg-styling__img{transform:scale(1.04)}.pdg-styling__overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.85) 100%);padding:24px 20px 20px}.pdg-styling__label{font-size:1.25rem;font-weight:700;color:#fff;margin:0 0 6px}.pdg-styling__desc{font-size:.95rem;color:#ffffffd9;margin:0}.pdg-social{background:#fff;padding:60px 24px}.pdg-social__container{max-width:var(--page-width, 1200px);margin:0 auto}.pdg-social__heading{font-family:var(--font-heading-family, inherit);font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;text-align:center;margin:0 0 12px;letter-spacing:-.01em}.pdg-social__rating{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:48px}.pdg-social__stars{display:flex;gap:2px}.pdg-social__stars svg{width:22px;height:22px}.pdg-social__rating-text{font-size:1rem;color:#555}.pdg-social__rating-text strong{color:#1a1a1a}.pdg-social__grid{display:grid;grid-template-columns:1fr;gap:24px;max-width:1000px;margin:0 auto}@media(min-width:768px){.pdg-social__grid{grid-template-columns:repeat(3,1fr)}}.pdg-social__card{padding:32px 24px;background:#f7f5f2;border-radius:12px;border:1px solid #e8e4e0}.pdg-social__card-stars{display:flex;gap:2px;margin-bottom:12px}.pdg-social__card-stars svg{width:18px;height:18px}.pdg-social__card-text{font-size:.95rem;line-height:1.6;color:#333;margin:0 0 16px;font-style:italic}.pdg-social__card-author{font-size:.85rem;color:#595959;font-weight:600}.pdg-social__card-product{color:#666;font-weight:400}.pdg-social__note{text-align:center;margin-top:32px;font-size:.9rem;color:#555}.pdg-cross{background:#f7f5f2;padding:60px 24px}.pdg-cross__container{max-width:var(--page-width, 1200px);margin:0 auto}.pdg-cross__heading{font-family:var(--font-heading-family, inherit);font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;text-align:center;margin:0 0 8px;letter-spacing:-.01em}.pdg-cross__sub{text-align:center;font-size:1rem;color:#666;margin:0 0 12px}.pdg-cross__save-badge{display:inline-flex;align-items:center;gap:6px;background:#c0392b;color:#fff;padding:6px 16px;border-radius:100px;font-size:.85rem;font-weight:700;margin:0 auto 24px}.pdg-cross__save-wrap{text-align:center}.pdg-cross__grid{display:grid;grid-template-columns:1fr;gap:20px;max-width:1000px;margin:0 auto;overflow-x:hidden}@media(min-width:640px){.pdg-cross__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.pdg-cross__grid{grid-template-columns:repeat(3,1fr)}}.pdg-cross__card{background:#fff;border-radius:12px;border:1px solid #e8e4e0;overflow:hidden;display:flex;flex-direction:column;min-width:0}.pdg-cross__img{width:100%;aspect-ratio:3/2;object-fit:cover}.pdg-cross__body{padding:16px;display:flex;flex-direction:column;gap:10px;flex:1}.pdg-cross__title{font-size:1.05rem;font-weight:700;margin:0;line-height:1.3}.pdg-cross__rating{display:flex;align-items:center;gap:4px;font-size:.8rem;color:#555}.pdg-cross__rating svg{width:14px;height:14px;flex-shrink:0}.pdg-cross__rating strong{color:#1a1a1a}.pdg-cross__price-wrap{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.pdg-cross__price{font-size:1.15rem;font-weight:800;color:#c0392b}.pdg-cross__price--was{font-size:.95rem;color:#666;text-decoration:line-through}.pdg-cross__price--save{font-size:.75rem;font-weight:700;color:#c0392b;background:#c0392b14;padding:2px 8px;border-radius:100px}.pdg-cross__select{width:100%;min-height:44px;padding:8px 12px;font-size:.95rem;border:1px solid #ccc;border-radius:var(--button-border-radius, 4px);background:#fff}.pdg-cross__btn{width:100%;min-height:44px;padding:12px;font-size:.95rem;font-weight:700;background:#1a1a1a;color:#fff;border:none;border-radius:var(--button-border-radius, 4px);cursor:pointer;transition:background .2s ease}.pdg-cross__btn:hover{background:#333}.pdg-cross__btn:disabled{background:#ccc;cursor:not-allowed}.pdg-cross__payment{margin-top:8px}.pdg-cross__payment .shopify-payment-button__button{border-radius:var(--button-border-radius, 4px);min-height:44px}.pdg-cross__payment #shopify-buyer-consent{display:none!important}.pdg-faq{background:#fff;padding:80px 24px}.pdg-faq__container{max-width:760px;margin:0 auto}.pdg-faq__heading{font-family:var(--font-heading-family, inherit);font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;text-align:center;margin:0 0 48px;letter-spacing:-.01em}.pdg-faq__item{border-bottom:1px solid #e8e4e0}.pdg-faq__item summary{display:flex;align-items:center;justify-content:space-between;padding:20px 0;font-size:1.05rem;font-weight:600;cursor:pointer;list-style:none;min-height:44px}.pdg-faq__item summary::-webkit-details-marker{display:none}.pdg-faq__item summary:after{content:"+";font-size:1.5rem;font-weight:400;color:#666;transition:transform .2s ease}.pdg-faq__item[open] summary:after{transform:rotate(45deg)}.pdg-faq__answer{padding:0 0 20px;font-size:.95rem;line-height:1.6;color:#555}.pdg-final{background:#1a1a1a;padding:80px 24px;color:#fff}.pdg-final__container{max-width:var(--page-width, 1200px);margin:0 auto}.pdg-final__heading{font-family:var(--font-heading-family, inherit);font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;text-align:center;margin:0 0 8px;letter-spacing:-.01em;color:#fff}.pdg-final__sub{text-align:center;font-size:1.05rem;color:#ffffffb3;margin:0 0 40px}.pdg-final__cta{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:60px;padding:18px 48px;font-size:1.25rem;font-weight:800;background:#fff;color:#1a1a1a;border:none;border-radius:var(--button-border-radius, 4px);cursor:pointer;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.pdg-final__cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px #ffffff40}.pdg-final__trust{display:flex;flex-wrap:wrap;justify-content:center;gap:24px;margin-top:28px;font-size:.9rem;color:#ffffffbf}.pdg-final__trust span{display:inline-flex;align-items:center;gap:6px}#scroll__top{background-color:#333!important;border-color:#333!important}#scroll__top:hover{background-color:#555!important}.footer__list-social .list-social__link{opacity:1!important;filter:brightness(1.2)}.footer__bottom .shop__localziation--follow-button{display:flex;align-items:center;gap:12px;flex-wrap:wrap}@media(max-width:767px){#scroll__top{display:none!important}.pdg-social{padding-bottom:40px}.pdg-cross{padding-top:40px}body{padding-bottom:80px}}@media(max-width:767px){.pdg-cart-cross-sell{padding:12px 16px}.pdg-cart-cross-sell__items{overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none}.pdg-cart-cross-sell__items::-webkit-scrollbar{display:none}.pdg-cart-cross-sell__item{flex:0 0 58%;min-width:58%;scroll-snap-align:start}}
/*# sourceMappingURL=/cdn/shop/t/40/assets/fudge-gQy9S-pdg-sections.css.map */
