.pcs{padding:60px 0 80px;background:#faf8f5}.pcs__container{max-width:1440px;margin:0 auto;padding:0 24px}.pcs__header{text-align:center;max-width:900px;margin:0 auto 48px}.pcs__heading{font-family:var(--font-heading-family, "Times New Roman", serif);font-size:36px;font-weight:500;letter-spacing:-.02em;color:var(--color-text-primary, #2c2a28);margin:0 0 16px;line-height:1.2}.pcs__subheading{font-size:15px;line-height:1.7;color:var(--color-text-thirdly, #8b8885);margin:0}.pcs__subheading p{margin:0}.pcs__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:40px}.pcs__card{position:relative;display:block;text-decoration:none;color:inherit;background:#fff;border-radius:8px;overflow:hidden;border:1px solid rgba(0,0,0,.06);transition:box-shadow .3s ease,transform .3s ease}.pcs__card:hover{box-shadow:0 8px 32px #00000014;transform:translateY(-3px)}.pcs__card--hero{border:2px solid var(--color-border-primary, #C4963C);box-shadow:0 0 0 3px #c4963c1f}.pcs__card--hero:hover{border-color:var(--color-border-primary, #C4963C);box-shadow:0 8px 32px #c4963c2e}.pcs__card-hero-badge{position:absolute;top:10px;left:10px;z-index:2;display:inline-flex;align-items:center;padding:4px 10px;background:var(--color-border-primary, #C4963C);color:#fff;font-size:10px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;border-radius:4px;line-height:1.5}.pcs__heroes{margin-bottom:40px}.pcs__hero-card{display:flex;flex-direction:column;background:transparent;border-radius:8px;overflow:hidden;text-decoration:none;color:inherit;margin-bottom:24px;transition:transform .3s ease}.pcs__hero-card:hover{transform:translateY(-3px)}.pcs__hero-card:last-child{margin-bottom:0}.pcs__hero-image{position:relative;width:100%;aspect-ratio:4 / 3;overflow:hidden;background:#f3f0ec;border-radius:12px}.pcs__hero-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.pcs__hero-card:hover .pcs__hero-image img{transform:scale(1.04)}.pcs__hero-badge{position:absolute;top:16px;left:16px;z-index:2;display:inline-flex;align-items:center;gap:4px;padding:6px 14px;background:var(--color-border-primary, #C4963C);color:#fff;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;border-radius:4px;line-height:1.5}.pcs__hero-details{padding:24px 0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.pcs__hero-title{font-family:var(--font-heading-family, serif);font-size:24px;font-weight:500;color:var(--color-text-primary, #2c2a28);margin:0 0 12px;line-height:1.3}.pcs__hero-price{font-size:16px;font-weight:400;color:var(--color-text-thirdly, #8b8885);margin:0 0 24px}.pcs__hero-btn{margin-top:auto}.pcs__card-image{position:relative;width:100%;aspect-ratio:1;overflow:hidden;background:#f3f0ec}.pcs__card-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.pcs__card:hover .pcs__card-image img{transform:scale(1.04)}.pcs__card-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:20%;background:#f3f0ec}.pcs__card-placeholder svg{fill:#d4cfc9}.pcs__card-info{padding:14px 16px 16px}.pcs__card-title{font-family:var(--font-body-family, sans-serif)!important;font-size:15px!important;font-weight:600;color:var(--color-text-primary, #2c2a28);margin:0 0 4px;line-height:1.4}.pcs__card-price{font-size:13px;font-weight:400;color:var(--color-text-thirdly, #8b8885);margin:0;line-height:1.4}.pcs__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:16px}.pcs__note{text-align:center;font-size:13px;font-style:italic;color:var(--color-text-thirdly, #8b8885);margin:0;line-height:1.5}.pcs__empty{text-align:center;font-size:15px;color:var(--color-text-thirdly, #8b8885);padding:60px 20px;margin:0}@media(min-width:768px){.pcs{padding:80px 0 100px}.pcs__heading{font-size:44px}.pcs__subheading{font-size:16px}.pcs__hero-card{flex-direction:row;align-items:center}.pcs__hero-image{width:37%;aspect-ratio:auto}.pcs__hero-details{width:60%;padding:48px}.pcs__hero-title{font-size:32px;margin:0 0 16px}.pcs__hero-price{font-size:18px;margin:0 0 32px}.pcs__grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:52px}.pcs__card-info{padding:16px 20px 20px}.pcs__card-title{font-size:15px}.pcs__card-price{font-size:14px}}@media(min-width:1024px){.pcs__grid{grid-template-columns:repeat(5,1fr);gap:20px}.pcs__heading{font-size:48px}}.pcs-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;visibility:hidden;pointer-events:none}.pcs-popup.is-open{visibility:visible;pointer-events:auto}.pcs-popup__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);opacity:0;transition:opacity .3s ease}.pcs-popup.is-open .pcs-popup__overlay{opacity:1}.pcs-popup__dialog{position:relative;width:90%;max-width:560px;max-height:85vh;background:#fff;border-radius:16px;display:flex;flex-direction:column;box-shadow:0 24px 80px #0000002e;transform:translateY(24px) scale(.96);opacity:0;transition:transform .35s cubic-bezier(.16,1,.3,1),opacity .3s ease}.pcs-popup.is-open .pcs-popup__dialog{transform:translateY(0) scale(1);opacity:1}.pcs-popup__header{padding:28px 28px 20px;border-bottom:1px solid #f0eeeb;position:relative;flex-shrink:0}.pcs-popup__title{font-family:var(--font-heading-family, "Times New Roman", serif);font-size:22px;font-weight:500;color:var(--color-text-primary, #2c2a28);margin:0 0 6px;line-height:1.3;padding-right:40px}.pcs-popup__subtitle{font-size:13px;color:var(--color-text-thirdly, #8b8885);margin:0;line-height:1.5}.pcs-popup__close{position:absolute;top:24px;right:24px;width:36px;height:36px;border:none;background:#f5f3f0;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--color-text-primary, #2c2a28);transition:background .2s ease}.pcs-popup__close:hover{background:#ebe8e4}.pcs-popup__body{flex:1;overflow-y:auto;padding:8px 0;scrollbar-width:thin;scrollbar-color:#d4cfc9 transparent}.pcs-popup__body::-webkit-scrollbar{width:5px}.pcs-popup__body::-webkit-scrollbar-thumb{background:#d4cfc9;border-radius:10px}.pcs-popup__product{display:flex;align-items:center;gap:14px;padding:12px 28px;transition:background .15s ease}.pcs-popup__product:hover{background:#faf8f5}.pcs-popup__product-img{width:64px;height:64px;border-radius:10px;overflow:hidden;background:#f3f0ec;flex-shrink:0}.pcs-popup__product-img img{display:block;width:100%;height:100%;object-fit:cover}.pcs-popup__product-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.pcs-popup__product-title{font-size:14px;font-weight:600;color:var(--color-text-primary, #2c2a28);line-height:1.35;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pcs-popup__product-title:hover{text-decoration:underline}.pcs-popup__product-price{font-size:13px;color:var(--color-text-thirdly, #8b8885);font-weight:400}.pcs-popup__add-btn{flex-shrink:0;padding:8px 18px!important;font-size:12px!important;min-width:70px}.pcs-popup__add-btn.is-loading{opacity:.6;pointer-events:none}.pcs-popup__add-btn.is-added{background:transparent!important;color:#1a1a1a!important;border:1px solid #1a1a1a!important;outline:none!important;border-radius:40px!important;opacity:1!important;cursor:default;pointer-events:none}.pcs-popup__add-btn.is-added:after{border-color:#1a1a1a!important}.pcs-popup__add-btn:disabled:not(.is-added){opacity:.4;cursor:not-allowed}.pcs-popup__footer{padding:18px 28px;border-top:1px solid #f0eeeb;display:flex;align-items:center;justify-content:space-between;flex-shrink:0;gap:12px}.pcs-popup__count{font-size:13px;color:var(--color-text-thirdly, #8b8885);font-weight:500}.pcs-popup__view-cart{padding:10px 24px!important;font-size:13px!important}.pcs__popup-trigger{cursor:pointer}@media(max-width:767px){.pcs-popup__dialog{width:100%;max-width:100%;max-height:90vh;border-radius:20px 20px 0 0;align-self:flex-end;transform:translateY(100%)}.pcs-popup.is-open .pcs-popup__dialog{transform:translateY(0)}.pcs-popup__header{padding:22px 20px 16px}.pcs-popup__title{font-size:19px}.pcs-popup__product{padding:10px 20px;gap:12px}.pcs-popup__product-img{width:56px;height:56px;border-radius:8px}.pcs-popup__product-title{font-size:13px}.pcs-popup__add-btn{padding:7px 14px!important;font-size:11px!important;min-width:60px}.pcs-popup__footer{padding:16px 20px;padding-bottom:max(16px,env(safe-area-inset-bottom))}}.pcs__gallery{margin-bottom:48px}.pcs__gallery-heading{font-size:24px!important;font-weight:500;color:var(--color-text-primary, #2c2a28);text-align:center;margin:0 0 24px;line-height:1.3}.pcs__gallery-wrapper{position:relative;overflow:hidden;border-radius:var(--gallery-radius, 0px);width:100%}.pcs__gallery-track{display:flex;transition:transform .5s cubic-bezier(.25,.46,.45,.94);will-change:transform}.pcs__gallery-slide{min-width:100%;height:var(--gallery-height, 400px);flex-shrink:0}.pcs__gallery-slide img{display:block;width:100%;height:100%;object-fit:cover}.pcs__gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:40px;height:40px;border:none;border-radius:50%;background:#ffffffe6;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);color:var(--color-text-primary, #2c2a28);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 12px #0000001a;transition:background .2s ease,transform .2s ease}.pcs__gallery-arrow:hover{background:#fff;transform:translateY(-50%) scale(1.08)}.pcs__gallery-arrow--prev{left:12px}.pcs__gallery-arrow--next{right:12px}.pcs__gallery-dots{display:flex;justify-content:center;gap:6px;margin-top:14px}.pcs__gallery-dot{width:6px;height:6px;border-radius:50%;border:none;background:#d4cfc9;cursor:pointer;padding:0;transition:background .25s ease,transform .25s ease}.pcs__gallery-dot.is-active{background:var(--color-border-primary, #C4963C);transform:scale(1.25)}.pcs__gallery-dot:hover:not(.is-active){background:#a8a29e}@media(max-width:767px){.pcs__gallery{margin-bottom:32px}.pcs__gallery-heading{font-size:16px!important;margin:0 0 16px}.pcs__gallery-slide{height:var(--gallery-height-mobile, 250px)}.pcs__gallery-arrow{width:32px;height:32px}.pcs__gallery-arrow--prev{left:8px}.pcs__gallery-arrow--next{right:8px}.pcs__gallery-arrow svg{width:16px;height:16px}.pcs__gallery-dots{gap:6px;margin-top:12px}.pcs__gallery-dot{width:6px;height:6px}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/section-product-collection-set.css.map */
