body.store-pdp {
    background: #f5f5f5 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
    margin: 0;
}

body.store-pdp #container,
body.store-pdp ._2dxSCm,
body.store-pdp ._3CzzrP,
body.store-pdp ._38U37R {
    width: 100% !important;
    max-width: 480px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    background: #fff;
}

body.store-pdp ._1FWdmb {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 8px 12px !important;
    min-height: 48px !important;
    background: #fff !important;
    border-bottom: 1px solid #f0f0f0;
}

body.store-pdp .sc-bBXxYQ { display: none !important; }

body.store-pdp .pdp-page {
    background: #fff;
    padding-bottom: 24px;
    max-width: 480px;
    margin: 0 auto;
}

body.store-pdp .pdp-breadcrumb {
    padding: 10px 12px 6px;
    font-size: 11px;
    line-height: 1.4;
    color: #0d9488;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.store-pdp .pdp-breadcrumb a {
    color: #0d9488;
    text-decoration: none;
}

body.store-pdp .pdp-breadcrumb .sep {
    color: #aaa;
    margin: 0 4px;
}

body.store-pdp .pdp-slider-wrap {
    position: relative;
    background: #fff;
}

body.store-pdp .product-slider {
    position: relative;
    margin: 0;
}

body.store-pdp .product-slider img,
body.store-pdp .product-slider .carousel-item img {
    width: 100% !important;
    height: auto !important;
    max-height: 420px;
    object-fit: contain;
    margin: 0 auto !important;
    padding: 0 !important;
    display: block;
    background: #fff;
}

body.store-pdp .pdp-img-actions {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

body.store-pdp .pdp-img-actions button {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 0;
    background: rgba(255,255,255,.95);
    box-shadow: 0 1px 4px rgba(0,0,0,.12);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
}

body.store-pdp .carousel-indicators {
    background: transparent !important;
    padding: 0 !important;
    margin-bottom: 12px !important;
    column-gap: 6px;
}

body.store-pdp .carousel-indicators li {
    width: 6px !important;
    height: 6px !important;
    border-radius: 50% !important;
    background-color: #d0d0d8 !important;
    opacity: 1;
}

body.store-pdp .carousel-indicators .active {
    background-color: #0d9488 !important;
    width: 6px !important;
}

body.store-pdp .pdp-similar {
    padding: 12px;
    border-bottom: 1px solid #eee;
}

body.store-pdp .pdp-similar h4 {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 600;
    color: #353543;
}

body.store-pdp .color-list {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 0;
    margin: 0;
    scrollbar-width: none;
}

body.store-pdp .color-list::-webkit-scrollbar { display: none; }

body.store-pdp .color-box,
body.store-pdp .color-item {
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    padding: 0 !important;
    margin: 0 !important;
    border: 1.5px solid #e5e5e5 !important;
    border-radius: 6px !important;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
}

body.store-pdp .color-item.active {
    border: 2px solid #0d9488 !important;
}

body.store-pdp .color-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

body.store-pdp .pdp-info {
    padding: 14px 12px 12px;
}

body.store-pdp .pdp-title-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

body.store-pdp .product-title {
    flex: 1;
    color: #353543 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    -webkit-line-clamp: 3;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

body.store-pdp .pdp-side-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 0 0 auto;
    padding-top: 2px;
}

body.store-pdp .pdp-side-actions button {
    border: 0;
    background: transparent;
    color: #8b8ba3;
    font-size: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 0;
    cursor: pointer;
    min-width: 48px;
}

body.store-pdp .pdp-price-block {
    margin-top: 10px;
}

body.store-pdp .product-price {
    display: flex !important;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 !important;
    padding: 0 !important;
}

body.store-pdp .product-price .price {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #222 !important;
    margin: 0;
}

body.store-pdp .product-price .mrp {
    font-size: 13px !important;
    color: #999 !important;
    text-decoration: line-through !important;
    margin: 0;
}

body.store-pdp .product-price .discount {
    font-size: 13px !important;
    color: #888 !important;
    font-weight: 500;
    margin: 0;
}

body.store-pdp .pdp-special {
    margin-top: 6px;
    color: #038d63;
    font-size: 13px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    cursor: default;
}

body.store-pdp .pdp-rating-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
}

body.store-pdp .pdp-rating-pill {
    background: #038d63;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    border-radius: 4px;
    padding: 3px 6px;
}

body.store-pdp .pdp-rating-meta {
    color: #999;
    font-size: 12px;
}

body.store-pdp .pdp-divider {
    height: 6px;
    background: #f0f0f5;
    border: 0;
    margin: 0;
}

body.store-pdp .pdp-delivery {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 12px;
}

body.store-pdp .pdp-delivery-text .free {
    color: #038d63;
    font-size: 14px;
    font-weight: 600;
}

body.store-pdp .pdp-delivery-text .struck {
    color: #717478;
    text-decoration: line-through;
    font-size: 13px;
    margin-left: 4px;
}

body.store-pdp .pdp-delivery-text .by {
    margin-top: 2px;
    font-size: 13px;
    color: #353543;
    font-weight: 600;
}

body.store-pdp .product-detail {
    padding: 16px 12px !important;
    margin: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    background: #fff !important;
}

body.store-pdp .product-detail h6 {
    font-size: 16px;
    font-weight: 700;
    color: #353543;
    margin: 0 0 10px;
}

body.store-pdp .product-detail > .product-details {
    font-size: 13px;
    color: #616173;
    line-height: 1.5;
    overflow: visible !important;
    margin-top: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-height: none !important;
}

body.store-pdp .button-container {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: none;
    z-index: 1;
    padding: 12px !important;
    background: #fff !important;
    box-shadow: none;
    gap: 10px;
    box-sizing: border-box;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

body.store-pdp .add_cart {
    color: #0d9488 !important;
    border: 1px solid #0d9488 !important;
    background: #fff !important;
    border-radius: 4px !important;
    font-weight: 600;
}

body.store-pdp .buy_now {
    background: #0d9488 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 4px !important;
    font-weight: 600;
}

body.store-pdp .buy_now svg { fill: #fff; }

body.store-pdp .pdp-pfy {
    background: #fff !important;
    margin: 0 !important;
    padding: 0 0 24px !important;
}

body.store-pdp .pdp-pfy .pfy-title,
body.store-pdp .pdp-pfy > h4 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #353543 !important;
    margin: 0 !important;
    padding: 14px 12px 10px !important;
    background: #fff;
}

body.store-pdp .pdp-pfy .product-list {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    align-items: stretch !important;
    flex-flow: unset !important;
}

body.store-pdp .pdp-pfy .product-card {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    border: 0 !important;
    border-right: 1px solid #eee !important;
    border-bottom: 1px solid #eee !important;
    background: #fff !important;
    text-decoration: none !important;
    color: inherit;
    display: block !important;
    flex-flow: unset !important;
    box-shadow: none !important;
    position: relative;
}

body.store-pdp .pdp-pfy .product-card:nth-child(2n) { border-right: 0 !important; }

body.store-pdp .pdp-pfy .product-card .product-img {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    overflow: hidden !important;
    background: #fafafa !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    display: block !important;
    text-align: left !important;
    justify-content: unset !important;
}

body.store-pdp .pdp-pfy .product-card .product-img > img,
body.store-pdp .pdp-pfy .product-card .product-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.store-pdp .pdp-pfy .wish-icon {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255,255,255,.92);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

body.store-pdp .pdp-pfy .product-card .product-details {
    width: 100% !important;
    padding: 8px 10px 12px !important;
    margin: 0 !important;
    overflow: hidden !important;
    display: block !important;
}

body.store-pdp .pdp-pfy .product-card .product-name {
    font-size: 13px !important;
    line-height: 1.3 !important;
    color: #666 !important;
    height: 34px !important;
    max-height: 34px !important;
    overflow: hidden !important;
    margin: 0 0 6px !important;
    font-weight: 500 !important;
    white-space: normal !important;
    text-overflow: unset !important;
    width: 100% !important;
}

body.store-pdp .pdp-pfy .product-card .product-price {
    display: flex !important;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 4px;
    margin: 0 0 2px !important;
    padding: 0 !important;
    font-size: inherit !important;
    line-height: 1.2 !important;
}

body.store-pdp .pdp-pfy .product-card .sell-price {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #222 !important;
    line-height: 1.2 !important;
}

body.store-pdp .pdp-pfy .product-card .mrp-price {
    font-size: 12px !important;
    color: #999 !important;
    text-decoration: line-through !important;
    line-height: 1.2 !important;
}

body.store-pdp .pdp-pfy .product-card .off-percentage {
    font-size: 12px !important;
    color: #038d63 !important;
    font-weight: 600;
    line-height: 1.2 !important;
}

body.store-pdp .pdp-pfy .special-offer {
    color: #038d63;
    font-size: 12px;
    font-weight: 600;
    margin: 2px 0 6px;
}

body.store-pdp .pdp-pfy .rating-row {
    display: flex;
    align-items: center;
    gap: 6px;
}

body.store-pdp .pdp-pfy .rating-pill {
    background: #038d63;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    border-radius: 4px;
    padding: 2px 5px;
}

body.store-pdp .pdp-pfy .rating-count {
    color: #999;
    font-size: 12px;
}

body.store-pdp .pdp-section {
    padding: 16px 12px !important;
    background: #fff;
}

body.store-pdp .pdp-section > h6 {
    font-size: 16px;
    font-weight: 700;
    color: #353543;
    margin: 0 0 12px;
}

body.store-pdp .pdp-meta-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 16px;
    margin-top: 14px;
}

body.store-pdp .pdp-meta-item .label {
    display: block;
    font-size: 11px;
    color: #8b8ba3;
    font-weight: 600;
    margin-bottom: 2px;
}

body.store-pdp .pdp-meta-item .value {
    font-size: 13px;
    color: #353543;
    font-weight: 500;
}

body.store-pdp .pdp-value-props {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #e7eeff;
    padding: 12px 8px;
    gap: 4px;
}

body.store-pdp .pdp-value-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-align: center;
    flex: 1;
}

body.store-pdp .pdp-value-item i {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #eaeaf2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0d9488;
    font-size: 14px;
}

body.store-pdp .pdp-value-item span {
    font-size: 11px;
    font-weight: 600;
    color: #353543;
}

body.store-pdp .pdp-reviews-summary {
    display: flex !important;
    flex-direction: row !important;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 16px;
}

body.store-pdp .bar-row {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 8px;
    margin-bottom: 8px;
}

body.store-pdp .pdp-reviews-score .avg {
    font-size: 36px;
    font-weight: 700;
    color: #038d63;
    line-height: 1;
}

body.store-pdp .pdp-reviews-score .avg span {
    font-size: 22px;
}

body.store-pdp .pdp-reviews-score .counts {
    margin-top: 6px;
    font-size: 12px;
    color: #8b8ba3;
    font-weight: 600;
    line-height: 1.35;
}

body.store-pdp .pdp-reviews-bars {
    flex: 1;
}

body.store-pdp .bar-label {
    width: 68px;
    text-align: right;
    font-size: 11px;
    font-weight: 600;
    color: #353543;
    flex: 0 0 68px;
}

body.store-pdp .bar-track {
    flex: 1;
    height: 6px;
    background: #eaeaf2;
    border-radius: 4px;
    overflow: hidden;
}

body.store-pdp .bar-track span {
    display: block;
    height: 100%;
    border-radius: 4px;
}

body.store-pdp .bar-count {
    width: 36px;
    font-size: 11px;
    color: #8b8ba3;
    font-weight: 600;
}

body.store-pdp .pdp-review-card {
    padding: 14px 0;
    border-top: 1px solid #eaeaf2;
}

body.store-pdp .pdp-review-user {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

body.store-pdp .pdp-review-user .avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #e7eeff;
    color: #5585f8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
}

body.store-pdp .pdp-review-user .name {
    font-size: 14px;
    font-weight: 600;
    color: #616173;
}

body.store-pdp .pdp-review-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

body.store-pdp .pdp-review-meta .dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #cecede;
}

body.store-pdp .pdp-review-meta .date {
    font-size: 12px;
    color: #8b8ba3;
    font-weight: 600;
}

body.store-pdp .pdp-review-text {
    margin: 0 0 8px;
    font-size: 14px;
    color: #353543;
    line-height: 1.45;
}

body.store-pdp .pdp-review-helpful {
    font-size: 13px;
    color: #616173;
}

body.store-pdp .pdp-view-all-reviews {
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent;
    color: #0d9488;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 0 0;
    cursor: pointer;
    letter-spacing: 0.02em;
    width: 100%;
    text-align: left;
}

body.store-pdp .pdp-also-viewed .pdp-also-scroll {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 10px;
    overflow-x: auto;
    padding: 4px 2px 8px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

body.store-pdp .pdp-also-viewed .pdp-also-scroll::-webkit-scrollbar { display: none; }

body.store-pdp .pdp-also-viewed .product-card {
    flex: 0 0 148px !important;
    width: 148px !important;
    max-width: 148px !important;
    border: 1px solid #eee !important;
    border-radius: 8px !important;
    overflow: hidden;
    background: #fff !important;
    text-decoration: none !important;
    color: inherit;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.store-pdp .pdp-also-viewed .product-card .product-img {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    display: block !important;
    background: #fafafa !important;
}

body.store-pdp .pdp-also-viewed .product-card .product-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    padding: 0 !important;
    margin: 0 !important;
}

body.store-pdp .pdp-also-viewed .product-card .product-details {
    padding: 8px !important;
    margin: 0 !important;
    overflow: hidden !important;
}

body.store-pdp .pdp-also-viewed .product-card .product-name {
    font-size: 12px !important;
    height: 32px !important;
    max-height: 32px !important;
    white-space: normal !important;
    overflow: hidden !important;
    color: #666 !important;
    margin: 0 0 4px !important;
}

body.store-pdp .pdp-also-viewed .product-card .product-price {
    display: flex !important;
    flex-wrap: wrap;
    gap: 4px;
    align-items: baseline;
    margin: 0 !important;
    padding: 0 !important;
}

body.store-pdp .pdp-also-viewed .product-card .sell-price {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #222 !important;
}

body.store-pdp .pdp-also-viewed .product-card .mrp-price {
    font-size: 11px !important;
    color: #999 !important;
    text-decoration: line-through !important;
}

body.store-pdp .pdp-also-viewed .product-card .off-percentage {
    font-size: 11px !important;
    color: #038d63 !important;
}

body.store-pdp .pdp-also-viewed .special-offer,
body.store-pdp .pdp-also-viewed .rating-row,
body.store-pdp .pdp-also-viewed .wish-icon {
    display: none !important;
}
