.product_detail_intro {
    /* height: 100vh; */
    overflow: hidden;
    padding-top: 60px;
    background: #f7f7f7;
}

/* slider css */
.product-slider {
    max-width: 100vw;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 50px;
}

.slider-wrapper {
    height: calc(100vh - 26vh);
    position: relative;
    background: #f7f7f7;
    overflow: hidden;
}

.slides-track {
    position: absolute;
    inset: 0;
}

.slide {
    position: absolute;
    top: 0;
    height: 100%;
    transition:
        left 0.7s cubic-bezier(0.32, 0.72, 0, 1),
        width 0.7s cubic-bezier(0.32, 0.72, 0, 1);
    overflow: hidden;
}

.image-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    cursor: zoom-in;
    user-select: none;
    touch-action: pan-y;
}

.image-container.zoomed {
    cursor: grab;
    touch-action: none;
}

.image-container.zoomed:active {
    cursor: grabbing;
}

.product-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.35s ease-out;
    transform: translate(0, 0) scale(1);
    transform-origin: 0 0;
    will-change: transform;
    pointer-events: none;
}

/* Navigation arrows */

.slid_bottom,
.slid_pagination_number {
    position: absolute;
    right: 8em;
    bottom: 8px;
    display: flex;
    align-items: center;
    gap: 3px;
    /* margin-right: 50px; */
}

.slid_pagination_number {
    display: none;
}

.slider_btn {
    width: 25px;
    height: 25px;
    background: rgba(255, 255, 255, 0.92);
    border: none;
    font-size: 24px;
    cursor: pointer;
    z-index: 1;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.slider_btn:hover {
    background: white;
    scale: .8;
}

.slider_btn:active {
    background: white;
    scale: .8;
}

.slider_btn.is-selected {
    background: white;
    scale: .8;
}

.slider_btn rect
{
    fill: rgba(187, 187, 187, 0.582); /* yaha jo color chahiye wo de do */
}

.slider_btn.prev {
    left: 20px;
}



.slider_btn.next {
    right: 20px;
}

.slider_btn svg path {
    fill: #333;
    transition: fill 0.3s ease;
}


.thumbnails {
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-wrap: nowrap;
    margin-right: 15px;
}

.thumb {
    width: 25px;
    height: 35px;
    background: rgba(0, 0, 0, .2);
    filter: brightness(.6);
    border: 1px solid transparent;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    transition: width 0.5s ease, border-color 0.45s ease, background-color 0.45s ease;
}

.thumb:hover
{
    width: 32px;
    /* filter: brightness(1); */
}

.thumb.active {
     width: 34px;
    background: white;
    border-color: transparent;
    scale: 1.1;
       filter: brightness(1);
}

.thumb.active-single {
    border-color: #5c5c5cd7;
}

.thumb.active-left,
.thumb.active-right,
.thumb.active-single {
    z-index: 2;
}

.thumb.active-left {
    border-color: #5c5c5cd7;
    border-right-width: 0;
    margin-right: -3px;
}

.thumb.active-right {
    border-color: #5c5c5cd7;
    border-left-width: 0;
    margin-left: -3px;
}

.thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 1199px) {
    .slide {
        transition: left 0.55s ease;
    }
}

/* ---------------------------slier css---------------------------- */
.product_detail_intro .filter_banner {
    margin-top: 30px;
}

.product_detail_grid {
    display: grid;
    grid-template-columns: 590px 590px;
    justify-content: space-between;
    gap: 30px;
}

.pd_name {
    padding-bottom: 20px;
    border-bottom: 1px solid #d7c7e9;
    margin-bottom: 40px;
}

.range-table {
    border-radius: 0;
}

.range-table td {
    border: 1px solid #999999;
    padding: 8px 24px;
}

.pd_note {
    font-size: 16px;
    margin: 8px 0 30px;
}

.pd_left .age-card {
    text-align: center;
}

.fs_18 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.05em;
    font-weight: 500;
}

.pd_left .age_range_box {
    padding: 16px 25px;
}
/* 
.get_price {
    display: inline-block;
    width: 100%;
    padding: 16px 24px;
    color: white;
    text-align: center;
    margin-bottom: 35px;
    background-color: #452666;
    display: flex;
    justify-content: center;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(69, 38, 102, 0.4);
    gap: 2px;
    position: relative;
    overflow: visible;
    animation: contactBtnPulse 2.4s ease-in-out infinite;
    pointer-events: auto;
    font-size: 16px;
  transition: all 0.3s ease;
}

.get_price:hover
{
 transform: scale(.95,.9);
} */

.get_price {
    width: 100%;
    padding: 16px 24px;
    color: white;
    text-align: center;
    margin-bottom: 35px;
    background: transparent;
    display: flex;
    justify-content: center;
    cursor: pointer;
    border: none;
    transition: all 0.5s ease;
    gap: 2px;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    z-index: 1;
     box-shadow: 0 4px 10px rgba(69, 38, 102, 0.3);
}

/* Background layer */
.get_price::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #452666;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: transform 0.5s ease;
}

/* Hover effect */
.get_price:hover::before {
    transform: translate(-50%, -50%) scale(0.95, 0.9);
}

.get_price:hover {
   box-shadow: none;
}


.pd_right .accordion-item:before {
    background: #00000026;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.pd_right .accordion-item {
    border: none;
    border-bottom: 1px solid #d7c7e9;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 30px;
}

.pd_right .accordion-item .accordion-button {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    padding: 0;
}

.pd_right .accordion-item .accordion-body {
    padding: 10px 0;
    font-size: 16px;
    line-height: 24px;
}

.pd_right .accordion-item:after {
    transition: width 0.8s cubic-bezier(0.5, 0, 0, 1) 0s;
    background: var(--wb-purple);
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 0;
}

.pd_right .accordion-item:hover:after {
    width: 100%;
}

.pd_small_acc {
    /* width: 87%; */
    border-radius: 0;
}

.pd_list {
    padding-left: 1rem;
    margin-bottom: 10px;
}

.pd_list li::marker {
    color: #d7c7e9;
}

.pd_social {
    margin-bottom: 8px;
}

.pd_social a {
    margin-left: 10px;
    text-decoration: underline;
    display: inline-block;
}

/* bottom slider arrow snad dots */
.simple-slider .slick-next:before,
.simple-slider .slick-prev:before,
.simple-slider .slick-next:before,
.simple-slider .slick-prev:before {
    opacity: 1;
    color: #333;
}

.simple-slider .slick-prev {
    left: 25px;
    z-index: 99;
}

.simple-slider .slick-next {
    right: 25px;
    z-index: 99;
}

/* slick slider dots */
.slick-dotted.slick-slider {
    margin-bottom: 40px;
}

.slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0;
    bottom: -40px !important;
}

.slick-dots li {
    margin: 0 !important;
    padding: 0 !important;
    width: 30px;
    height: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li button {
    width: 30px;
    height: 2px;
    background-color: #eeee;
    padding: 0;
    transition: all 0.3s ease;
}

.slick-dots li.slick-active button {
    height: 3px;
    background-color: #111;
    border-radius: 100px;
    transition: all 0.3s ease;
    cursor: none;
}

/* slick slider dots */
/* bottom slider arrow snad dots */

/* prduct detail css */
.prod_detail_a {
    color: #452667;
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 15px;
    display: inline-block;
}

/* prduct detail css */
/* size ppup css */
.size_pop .nav-link {
    border: 1px solid #452667;
    padding: 20px 30px;
    color: #333;
    border-radius: 0;
    background: #fff;
    font-family: var(--font-lore);
    font-size: 18px;
    line-height: 16px;
    /* as per figma  */
    font-weight: 500;
    font-variant-numeric: lining-nums tabular-nums;
    font-feature-settings: "lnum", "tnum";
}

.size_pop .nav-link.active {
    border: 1px solid #452667;
    color: #fff;
    border-radius: 0;
    background: #452667;
}

.size_pop .nav-tabs {
    width: fit-content;
    margin-inline: auto;
}

.size_pop_head {
    text-align: center;
    font-family: var(--font-lore);
    color: #2e2e2e;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.01em;
    margin: 24px 0;
}

.size_table {
    border: 1px solid #999999;
    margin-inline: auto;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
}

.size_table td {
    border: none;
    padding: 16px 24px;
    white-space: nowrap;
}

.size_table tr {
    border: 1px solid #999999;
}

.peice_img_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.size_table .btn_1 {
    margin-left: auto;
}

/* size ppup css */

.range_table_head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.range_table_head .btn_1 {
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 10px 20px;
}

.range_table_head .btn_1:hover {
    background-color: #452667;
    color: white;
    transition: all 0.3 ease;
}
