.pp{display:grid;grid-template-columns:1fr 1.2fr;gap:40px;align-items:start;margin:30px 0 60px}
@media(max-width:900px){.pp{grid-template-columns:1fr}}

/* slider card */
/* slider card */
.pp-slider {
    position: relative;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    min-height: 520px;
    padding-bottom: 48px; /* space for pagination */
    max-width: 100%;
    border: 1px solid #e8e8e8;
    border-radius: 15px;
}

.pp-slider .swiper-wrapper {
    height: 100%;
}

.pp-slider .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    height: auto;
    max-width: stretch;
}

.pp-slider .swiper-slide img {
    max-width: 100%;
    max-height: 420px;
    object-fit: contain;
}

/* arrows */
.pp-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
}

.pp-prev {
    left: 14px;
    background: #24325f;
    color: #fff;
}

.pp-prev:hover {
    background: #1a2340;
}

.pp-next {
    right: 14px;
    background: #24325f;
    color: #fff;
}

.pp-next:hover {
    background: #1a2340;
}

/* pagination dots — custom style for the design */
.pp-slider .swiper-pagination {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.pp-slider .swiper-pagination-bullet {
    width:10px;
    height: 10px;
    border-radius: 100%; /* square-ish dots like on the design */
    background: #e8e8e8;
    opacity: 1;
    margin: 0 !important;
    transition: all 0.2s;
}

.pp-slider .swiper-pagination-bullet:hover {
    background: #999;
}

.pp-slider .swiper-pagination-bullet-active {
    background: #24325f;
    width: 10px; /* active dot is longer (pill shape) */
}

/* hide pagination if only 1 slide */
.pp-slider .swiper-wrapper:only-child + .swiper-pagination {
    display: none;
}

/* info column */
.pp-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;border-bottom:1px solid #eee;padding-bottom:20px; margin-bottom:50px}
.pp-title{margin:0;font-size:26px;font-weight:700;color:#24325f;text-transform:uppercase;line-height:115%}
.pp-meta{display:flex;gap:14px;color:#8b8b93;font-size:13px;white-space:nowrap;padding-top:6px}
.pp-meta span{display:inline-flex;align-items:center;gap:6px}

/* specs */
.pp-specs{margin-bottom: 40px}
.pp-spec-row{display:grid;grid-template-columns:275px 1fr;gap:16px;padding:12px 0;font-size:16px}
.pp-spec-label{color:#000;display:flex;align-items:center;gap:6px}
.pp-spec-value{color:#000}
.pp-spec-label i {
    display: inline-flex;
}

.pp-all-specs{display:inline-block;margin:0 0 42px;color:#7c7c7c;font-size:14px;text-decoration:underline;}

/* scales */
.pp-scales{display:flex;gap:36px;margin-bottom:42px}
.pp-scale-row{display:flex;flex-direction:column;gap:8px}
.pp-scale-label{color:#7c7c7c;font-size:14px}
.pp-scale-row img{height:20px;width:auto}

/* buy */
.pp-buy{display:flex;align-items:center;gap:20px}
.pp-price{font-size:22px;font-weight:700;color:#24325f}
.pp-btn{background:#f0424f;color:#fff;border:0;border-radius:8px;padding:11px 34px;font-size:14px;cursor:pointer}
.pp-btn:hover{background:#d93a46}

.pp-price {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pp-package {
    display: inline-block;
    padding: 4px 8px;
    font-size: 14px;
    color: #7c7c7c;
    background: #cbcbcb;
    border-radius: 13px;
    font-weight: 500;
}

.container {
    width: 94%;
    margin: 0 auto;
}

#yandex-map {
    width: 100%;
    height: 500px;
}

#yandex-map iframe {
    width: 100%;
    height: 100%;
}

/* ================= tabs ================= */
.pt{margin:70px 0; border-bottom:1px solid #e8e8e8; padding-bottom: 50px;}
.pt-tabs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:50px; border-bottom:1px solid #e8e8e8; padding-bottom: 19px;}
.pt-tab{border:0;background:transparent;border-radius:10px;padding:8px 20px;font-weight: 400;
font-size: 20px;
line-height: 105%;
color: #24325f;cursor:pointer;transition:background .15s,color .15s}
.pt-tab:hover{background:rgba(36,50,95,.08)}
.pt-tab.on{background:#24325f;color:#fff; font-weight: 700;}
.pt-pane{display:none; margin-right: 30%;}
@media screen and (max-width: 768px) {
    .pt-pane{margin-right: 0;}
}
.pt-pane.on{display:block}
.pt-empty{color:#8b8b93;font-size:14px}

/* description rich content */
.pt-text p{font-size:14px;line-height:160%;color:#333;margin:0 0 16px}
.pt-text h2,.pt-text h3{color:#24325f;margin:30px 0 20px;font-size:20px;}
.pt-text img{max-width:1048px;width: 100%;border-radius:16px;margin:16px 0}

/* full specs rows */
.pt-spec-row{display:grid;grid-template-columns:240px 1fr;gap:16px;padding:12px 0;border-bottom:1px solid #f0e6e8;font-size:13px}
.pt-spec-label{color:#333;display:flex;align-items:center;gap:6px}
.pt-q{font-style:normal;width:15px;height:15px;border:1px solid #bbb;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:10px;color:#999;flex:none}
.pt-spec-value{color:#333}

/* ================= reviews ================= */
.pt-review{background:#fff;border-radius:20px;overflow:hidden;margin-bottom:40px;box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);}
.pt-review-head{background:#24325f;height:54px;position:relative}
.pt-avatar{
    position:absolute;left:25px;top:17px;width:71px;height:71px;border-radius:50%;border: 1px solid #24325f; background:#fff;color:#24325f;font-weight:700;font-size:25px;display:flex;align-items:center;justify-content:center}
.pt-review-body{padding:54px 28px 54px}
.pt-review-name{font-weight:700;color:#24325f;font-size:20px;margin-bottom:10px}
.pt-stars{display:flex;gap:3px;margin-bottom:14px}
.pt-review-label{font-size:14px;color:#8b8b93;margin:12px 0 4px}
.pt-review-text{font-size:14px;line-height:155%;color:#333;margin:0}
.pt-reply{margin-top:18px;padding-top:14px;border-top:1px solid #f0e6e8}
.pt-reply-title{display:flex;align-items:center;gap:8px;font-size:18px;color:#24325f;margin-bottom:8px}

.pp-q {
    display: inline-flex;
}

@media screen and (max-width: 768px) {
    .pt-tabs {
        overflow: auto;
        flex-wrap: nowrap;
    }

    .pt-tab {
        white-space: nowrap;
    }
}

/* ================= related products ================= */
.cc-card{background:#fff;border-radius:20px;padding:28px;box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);display: flex;
    justify-content: space-between;
    gap: 50px;}
.cc-card-body{display:flex;flex-direction:column;min-width:0}
.cc-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}
.cc-card-title{margin:0;font-size:23px;font-weight:700;line-height: 95%;
color: #24325f;line-height:110%; margin-bottom: 20px;}
.cc-card-title a{color:inherit;text-decoration:none}
.cc-card-meta{display:flex;gap:14px;color:#8b8b93;font-size:14px;white-space:nowrap;padding-top:4px; justify-content: flex-end;}
.cc-card-meta span{display:inline-flex;align-items:center;gap:6px;font-size: 14px;
line-height: 114%;
color: #7c7c7c;}
.cc-card-meta svg{fill:#8b8b93;flex:none}
.cc-card-desc{font-size: 14px;
line-height: 114%;
color: #7c7c7c;margin-bottom: 40px;}
.cc-card-desc:empty{display:none}
.cc-card-scales{display:flex;gap:28px;margin-bottom: 40px;}
@media(max-width:720px){.cc-card-scales{flex-direction:column;gap:16px}}
.cc-card-scales:empty{display:none}
.cc-scale-row{display:flex;flex-direction:column;gap:8px}
@media(max-width:720px){.cc-scale-row{align-items:flex-start;justify-content:flex-start;gap:8px}}
.cc-scale-label{color:#8b8b93;font-size:14px}
.cc-scale{height:20px;width:auto;display:block}
.cc-card-price{font-size:22px;font-weight:700;color:#24325f; margin-bottom: 20px;}
.cc-btn{align-self:flex-start;background:#f0424f;color:#fff;border:0;border-radius:10px;padding: 6px 45px;
font-size:16px;cursor:pointer;transition:background .15s}
.cc-btn:hover{background:#d93a46}
.cc-card-img img{width:100%;max-height:224px;object-fit:contain; width: auto;}
@media(max-width:720px){.cc-card-img img{max-height:160px}.cc-btn{display: flex;
    padding: 6px;
    width: 150%;
    align-items: center;
    justify-content: center;}}
@media(max-width:640px){.cc-card{grid-template-columns:1fr}}

.cc-card-aside {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media(max-width:768px){
    .cc-card-title {
        font-size: 18px;
        line-height: 117%;
        color: #24325f;
        margin-bottom: 10px;
    }

    .cc-card-desc {
        margin-bottom: 20px;
    }

    .cc-scale {
        height: 18px;
    }

    .cc-card {
        gap: 20px;
    }

    .pp-head {
        margin-bottom: 0px;
    }

    .pp-specs {
        margin-bottom: 10px;
    }

    .pp {
        margin-bottom: 20px;
    }
}

.cc-card-price {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cc-card-price .cc-size {
    display: inline-block;
    padding: 4px 8px;
    font-size: 14px;
    color: #7c7c7c;
    background: #cbcbcb;
    border-radius: 13px;
    font-weight: 500;
}

.pr-title{font-size:26px;font-weight:700;color:#24325f;margin:0 0 26px}
/* reuse catalog grid; tighten gap like on the design */
.related-products .cc-grid{
    display:grid;
    grid-template-columns:repeat(3,calc(100% / 3 - 10px));
    gap:20px
}
@media(max-width:1024px){.related-products .cc-grid{grid-template-columns:repeat(2,calc(100% / 2 - 10px))}}
@media(max-width:768px){.related-products .cc-grid{grid-template-columns:100%}}

.related-products {
    margin-bottom: 80px;
}
.cc-var-select {
    display: inline-block;
    padding: 4px 28px 4px 12px;
    font-size: 14px;
    color: #24325f;
    border: 1px solid #c4c4c4;
    border-radius: 6px;
    font-weight: 500;
    background: #fff url('data:image/svg+xml;utf8,<svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1.5L6 5.5L11 1.5" stroke="%2324325F" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat right 10px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.cc-var-select:focus {
    outline: none;
    border-color: #24325f;
}
