/* Product Details Page - SeedsZen style (cream, dark green, gold) */
.product-details-page {
    background-color: #f8f6f2;
    min-height: 100%;
}

.product-details-page .container {
    background: #f8f6f2;
}

/* Product title */
.product-details-page .product-title-main {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

/* Rating stars - gold */
.product-details-page .rating i {
    color: #c9a227;
}

.product-details-page .product-meta-line {
    font-size: 0.875rem;
    color: #666;
    margin-bottom: 0.75rem;
}

/* MRP Price (screenshot: distinct red) */
.product-details-page .product-price-mrp {
    font-size: 1.25rem;
    font-weight: 700;
    color: #c0392b;
    margin-bottom: 1rem;
}

.product-details-page .product-short-desc {
    font-size: 0.9rem;
    color: #444;
    line-height: 1.5;
    margin-bottom: 1.25rem;
}

/* Weight dropdown + Quantity row */
.product-details-page .product-options-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

.product-details-page .weight-select-wrap {
    min-width: 120px;
}

.product-details-page .weight-select-wrap select {
    border: 1px solid #e0ddd8;
    border-radius: 60px;
    height: 48px;
    padding: 10px 2.25rem 10px 16px;
    font-size: 0.9rem;
    background: #EDEBE1;
    color: #1a1a1a;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
}

/* Qty: pill 126x48, radius 60px, gap 24px, padding 10px 12px */
.product-details-page .aiz-plus-minus {
    width: 100px;
    height: 36px;
    border-radius: 60px;
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e0ddd8;
    background: #EDEBE1;
    overflow: hidden;
    flex-shrink: 0;
}

.product-details-page .aiz-plus-minus .btn {
    background: transparent;
    border: none;
    padding: 0;
    color: #1a1a1a;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.product-details-page .aiz-plus-minus .input-number {
    border: none;
    background: transparent;
    max-width: 2.5rem;
    text-align: center;
    font-size: 0.95rem;
    font-weight: 500;
    color: #1a1a1a;
    padding: 0;
}

.product-details-page .aiz-plus-minus-fixed-width {
    width: 130px;
}

.product-details-page .discount-badge-padding {
    padding-top: 2px;
    padding-bottom: 2px;
}

.product-details-page .width-fit-content {
    width: fit-content;
}

.seller-info-bg {
    background: #fcfcfd;
}

.textarea-no-resize {
    resize: none;
}

/* Add to cart - pill 262x48 in options row; elsewhere default */
.product-details-page .product-options-row-add-btn .btn-add-to-cart-seedszen {
    width: 220px !important;
    min-width: 220px !important;
    height: 36px !important;
    min-height: 36px !important;
    border-radius: 60px;
    padding: 10px 24px;
    gap: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    font-weight: 600;
    transition: background 0.2s;
}

.product-details-page .btn-add-to-cart-seedszen {
    background-color: #2d5016;
    color: #fff !important;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 60px;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    min-height: 36px !important;
    transition: background 0.2s;
}

.product-details-page .btn-add-to-cart-seedszen:hover {
    background-color: #234012;
    color: #fff !important;
}

/* Wishlist + Guarantee row */
.product-details-page .product-actions-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.5rem;
    margin: 1rem 0 1.5rem;
    font-size: 0.875rem;
}

.product-details-page .product-actions-row a {
    color: #333;
}

.product-details-page .guarantee-text {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #2d5016;
    font-weight: 500;
}

.product-details-page .guarantee-text i,
.product-details-page .guarantee-text .fa-check {
    color: #2d5016;
}

/* Tabs - one pill track #EDEBE1; col-4 each; less padding/height */
.product-details-page .product-detail-tabs-wrap {
    background: #EDEBE1;
    border-radius: 999px;
    padding: 4px 10px 4px 6px;
    margin-bottom: 1rem;
    border: none;
}

.product-details-page .guarantee-text i,
.product-details-page .guarantee-text .fa-check {
    color: #2d5016;
}

.product-details-page .nav-tabs-seedszen.nav-pills-seedszen {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    border: none;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
}

.product-details-page .nav-tabs-seedszen.nav-pills-seedszen .nav-item {
    margin: 0;
    padding-left: 2px;
    padding-right: 2px;
}

.product-details-page .nav-tabs-seedszen.nav-pills-seedszen .nav-item:last-child {
    padding-right: 6px;
}

/* Inactive: simple text, no background; reduced height/padding */
.product-details-page .nav-tabs-seedszen.nav-pills-seedszen .nav-link {
    min-height: 32px;
    border-radius: 999px;
    padding: 6px 12px;
    border: none;
    color: #1a1a1a;
    font-weight: 600;
    font-size: 0.875rem;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.2s;
    width: 100%;
}

.product-details-page .nav-tabs-seedszen.nav-pills-seedszen .nav-link:hover {
    color: #2d5016;
}

/* Active: white pill with shadow */
.product-details-page .nav-tabs-seedszen.nav-pills-seedszen .nav-link.active {
    color: #1a1a1a;
    background: #fff;
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* Accordions */
.product-details-page .accordion-seedszen .card {
    border: none;
    border-bottom: 1px solid #e0ddd8;
    background: transparent;
    padding: 0px 8px 0px 8px;
}

.product-details-page .accordion-seedszen .card-header {
    background: transparent;
    border: none;
    padding: 0.45rem 0;
    cursor: pointer;
}

.product-details-page .accordion-seedszen .card-header .btn-link {
    font-weight: 600;
    font-size: 0.9rem;
    color: #1a1a1a;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
}

.product-details-page .accordion-seedszen .card-header .btn-link:hover {
    color: #2d5016;
}

.product-details-page .accordion-seedszen .card-body {
    padding: 0 0 1rem 0;
    font-size: 0.875rem;
    color: #555;
    line-height: 1.5;
}

.product-details-page .accordion-seedszen .accordion-toggle {
    font-size: 1.1rem;
    color: #666;
}

/* Main product image */
.product-details-page .product-gallery .carousel-box img,
.product-details-page .product-main-img {
    width: 573px;
    height: 597px;
    object-fit: cover;
    border-top-right-radius: 66px;
    border-bottom-left-radius: 66px;
}

/* Gallery thumbnails - radius only */
.product-details-page .product-gallery-thumb .carousel-box,
.product-details-page .product-gallery-thumb .seedszen-thumb-box {
    border-width: 1px;
    border-style: solid;
    border-color: #e0ddd8;
    border-top-right-radius: 22px;
    border-bottom-left-radius: 22px;
    overflow: hidden;
}

/* Related Products section */
.related-products-seedszen {
    background: #f8f6f2;
    padding: 2rem 0;
}

.related-products-seedszen .section-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 1.5rem;
    position: relative;
}

.related-products-seedszen .section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #c9a227;
    margin: 0.5rem auto 0;
}

.related-products-seedszen .product-card-seedszen {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    transition: box-shadow 0.2s;
    height: 100%;
}

.related-products-seedszen .product-card-seedszen:hover {
    box-shadow: 0 4px 14px rgba(0,0,0,0.1);
}

.related-products-seedszen .product-card-img-wrap {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    background: #f5f3ef;
}

.related-products-seedszen .product-card-img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.related-products-seedszen .product-card-cart-icon-top {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,0.95);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2d5016;
    z-index: 2;
}

.related-products-seedszen .product-card-body {
    padding: 1rem;
}

.related-products-seedszen .product-card-title {
    font-size: 0.95rem;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
    line-height: 1.3;
    min-height: 2.6em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.related-products-seedszen .product-card-title a {
    color: inherit;
}

.related-products-seedszen .product-card-title a:hover {
    color: #2d5016;
}

.related-products-seedszen .product-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.5rem;
}

.related-products-seedszen .product-card-price {
    font-weight: 700;
    color: #1a1a1a;
    font-size: 0.95rem;
}

.related-products-seedszen .product-card-cart-btn {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    background: #2d5016;
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
}

.related-products-seedszen .product-card-cart-btn:hover {
    background: #234012;
    color: #fff;
}
