.product-single-container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}
.product-single-container,
.site-main,
#page {
    overflow: visible !important;
}
.product-single-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 60px;
    align-items: flex-start;
    width: 100%;
}
.product-gallery-column {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    position: sticky;
    top: 100px;
    align-self: flex-start;
    padding-right: 30px;
    box-sizing: border-box;
}
.gallery-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.gallery-thumbnails {
    display: flex;
    flex-direction: row;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 5px;
    -ms-overflow-style: none;  
    scrollbar-width: none;  
}
.thumb-item {
    border: 1px solid #e5e5e5;
    cursor: pointer;
    transition: border-color 0.2s ease;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    box-sizing: border-box;
}
.thumb-item.active {
    border-color: #000;
}
.thumb-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    pointer-events: none; 
}
.gallery-main {
    flex: 1;
    border: 1px solid #f5f5f5;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 100%;
    aspect-ratio: 1 / 1;
}
.gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: none !important;
    transition: none !important;
}
.product-summary-column {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    position: sticky;
    top: 100px;
    align-self: flex-start;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-left: 30px;
    box-sizing: border-box;
}
.product-brand {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    color: #000;
}
.product-summary-column .product_title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #000;
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    display: block !important;
    width: 100% !important;
}
.single-product-rating {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 20px;
}
.rating-stars {
    color: #000;
    font-size: 14px;
    letter-spacing: 2px;
}
.rating-text {
    font-size: 12px;
    color: #999;
    font-style: italic;
}
.product-price-row {
    margin-bottom: 25px;
}
.product-price-row .price {
    font-size: 32px;
    font-weight: 800;
    color: #000;
    display: flex !important;
    flex-direction: row-reverse !important;
    align-items: baseline !important;
    justify-content: flex-end !important;
    gap: 12px !important;
    width: 100% !important;
}
.product-price-row del {
    font-size: 12px !important;
    color: #ccc;
    font-weight: 500;
    text-decoration: line-through;
}
.product-price-row ins {
    text-decoration: none;
}
.product-purchase-actions {
    margin-bottom: 25px;
    width: 100% !important;
    display: block !important;
}
.product-description-bottom {
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.6;
    color: #444;
}
.product-description-bottom h2,
.product-description-bottom h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #000;
}
.purchase-controls {
    display: flex;
    gap: 15px;
    align-items: center;
}
.custom-quantity {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 48px;
    background: #fff;
    width: 120px;
}
.custom-quantity .qty-btn {
    flex: 0 0 35px;
    height: 100%;
    background: transparent;
    border: none;
    font-size: 20px;
    color: #000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-quantity .qty-input {
    flex: 1;
    text-align: center;
    border: none;
    font-size: 16px;
    font-weight: 700;
    height: 100%;
    width: 100%;
    -moz-appearance: textfield;
    background: transparent;
    padding: 0;
}
.custom-quantity .qty-input::-webkit-outer-spin-button,
.custom-quantity .qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.btn-atc-custom {
    flex: 1;
    height: 48px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    transition: opacity 0.2s ease;
}
.btn-atc-custom:hover {
    opacity: 0.85;
}
.trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
    padding: 20px 0;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}
.trust-badge {
    display: flex;
    align-items: center;
    gap: 12px;
}
.trust-badge .icon {
    width: 28px;
    height: 28px;
    color: #000;
}
.trust-badge .text {
    display: flex;
    flex-direction: column;
}
.trust-badge strong {
    font-size: 11px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
}
.trust-badge small {
    font-size: 10px;
    color: #666;
    text-transform: uppercase;
    line-height: 1.2;
}
.product-share {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 12px;
    font-weight: 700;
    color: #000;
}
.share-icons {
    display: flex;
    gap: 15px;
}
.share-icons svg {
    width: 18px;
    height: 18px;
    color: #000;
    cursor: pointer;
    transition: color 0.2s ease;
}
.share-icons svg:hover {
    color: #666;
}
.product-tabs {
    margin-top: 50px;
}
.tabs-nav {
    display: flex;
    gap: 4px;
    background: #f8f8f8;
    padding: 5px;
    border-radius: 6px;
}
.tab-link {
    flex: 1;
    padding: 14px;
    text-align: center;
    background: transparent;
    color: #666;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    border-radius: 4px;
    transition: all 0.2s ease;
}
.tab-link.active {
    background: #fff;
    color: #000;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.tabs-content {
    padding: 30px;
    background: #fff;
    border: 1px solid #f5f5f5;
    border-top: none;
    border-radius: 0 0 6px 6px;
}
.tab-pane {
    display: none;
    font-size: 14px;
    line-height: 1.6;
    color: #444;
}
.tab-pane.active {
    display: block;
}
.tab-pane h2 {
    display: none; 
}
.product-page__related {
    margin-top: 80px;
}
.product-page__related .section-title {
    margin-bottom: 40px;
}
.product-page__related .products-grid {
    gap: 20px;
}
@media (max-width: 991px) {
    .product-single-row {
        gap: 30px;
    }
}
@media (max-width: 767px) {
    .product-single-container {
        padding: 5px 10px !important;
        margin-top: 0 !important;
    }
    .product-single-row {
        flex-direction: column;
        gap: 20px;
    }
    .product-gallery-column {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        position: relative;
        top: 0;
        padding-right: 0;
    }
    .product-summary-column {
        flex: 0 0 100%;
        width: 100% !important;
        max-width: 100%;
        position: relative;
        top: 0;
        padding-left: 0;
    }
    .purchase-controls {
        flex-direction: column;
        align-items: stretch;
    }
    .custom-quantity {
        width: 100%;
    }
    .tabs-nav {
        flex-direction: column;
    }
}
.dino-custom-reviews {
    margin: 80px 0;
    font-family: inherit;
}
.dino-reviews-header {
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.section-title, 
#dino-reviews-title, 
#dino-related-title {
    font-family: var(--font-main) !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #000 !important;
    margin: 0 0 25px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    text-align: center !important;
    position: relative !important;
    display: block !important;
    width: 100% !important;
}
@media (max-width: 767px) {
    .section-title,
    #dino-reviews-title,
    #dino-related-title {
        font-size: 14px !important;
        margin-bottom: 15px !important;
        letter-spacing: 0.05em !important;
    }
}
.reviews-rating-summary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 16px;
    margin-bottom: 30px;
}
.reviews-star {
    color: var(--color-primary);
    display: inline-flex;
    align-items: center;
}
.reviews-star svg {
    width: 20px;
    height: 20px;
}
.reviews-average {
    color: var(--color-primary);
    font-weight: 600;
}
.reviews-count {
    color: #777;
    font-size: 14px;
}
.dino-reviews-actions {
    text-align: center;
    margin-bottom: 40px;
}
.dino-btn-write-review {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--color-primary);
    color: #fff;
    border: none;
    padding: 6px 16px;
    border-radius: 40px;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    transition: opacity 0.2s ease;
    text-transform: uppercase;
}
.dino-btn-write-review:hover {
    opacity: 0.9;
}
@media (max-width: 767px) {
    .dino-btn-write-review {
        font-size: 10px;
        padding: 5px 12px;
        width: auto;
    }
}
.dino-already-reviewed {
    display: inline-block;
    padding: 12px 24px;
    background: color-mix(in srgb, var(--color-primary), transparent 95%);
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    border-radius: 40px;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}
@media (max-width: 767px) {
    .dino-already-reviewed {
        font-size: 11px;
        padding: 8px 16px;
    }
}
.dino-review-form-wrapper {
    max-width: 500px;
    margin: 0 auto 40px;
    background: #fcfcfc;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 8px;
}
.dino-custom-review-form .dino-form-group {
    margin-bottom: 15px;
}
.dino-custom-review-form input[type="text"],
.dino-custom-review-form input[type="email"],
.dino-custom-review-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    background: #fff;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    outline: none;
}
.dino-custom-review-form input[type="text"]:focus,
.dino-custom-review-form input[type="email"]:focus,
.dino-custom-review-form textarea:focus {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 1px var(--color-primary);
}
.rating-group {
    display: flex;
    align-items: center;
    gap: 15px;
}
.rating-group label {
    font-weight: 600;
    font-size: 14px;
}
.dino-star-rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.dino-star-rating input {
    display: none;
}
.dino-star-rating label {
    display: inline-flex;
    color: #ddd;
    cursor: pointer;
    transition: color 0.2s ease;
}
.dino-star-rating label svg {
    width: 28px;
    height: 28px;
}
.dino-star-rating label:hover,
.dino-star-rating label:hover ~ label,
.dino-star-rating input:checked ~ label {
    color: var(--color-primary);
}
.dino-btn-submit-review {
    background: var(--color-primary);
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    transition: opacity 0.2s ease;
}
.dino-btn-submit-review:hover {
    opacity: 0.9;
}
.dino-reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}
.dino-review-card {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.dino-review-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-bottom: 10px;
}
.author-name {
    font-weight: 700;
    font-size: 14px;
    color: #000;
}
.dino-review-stars {
    margin-bottom: 15px;
}
.dino-review-stars .star {
    color: #ddd;
    display: inline-flex;
    align-items: center;
}
.dino-review-stars .star svg {
    width: 16px;
    height: 16px;
}
.dino-review-stars .star.filled {
    color: var(--color-primary);
}
.dino-review-content {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}
.dino-review-content p {
    margin: 0;
}
.dino-load-more-wrapper {
    text-align: center;
    margin-top: 40px;
}
.dino-btn-load-more {
    background: transparent;
    color: var(--color-primary);
    border: 2px solid var(--color-primary);
    padding: 10px 30px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}
.dino-btn-load-more:hover {
    background: var(--color-primary);
    color: #fff;
}
@media (max-width: 767px) {
    .dino-reviews-header {
        flex-direction: column;
        gap: 5px;
    }
    .dino-reviews-grid {
        grid-template-columns: 1fr;
    }
}
