* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Jost', sans-serif;
    overflow-x: hidden;
}

/* Floating Add to Cart Button */
.floating-cart-btn {
    position: fixed !important;
    bottom: 20px !important;
    right: 35px !important;
    background: white;
    color: #f37a1f;
    border: 2px solid #3b2615;
    border-radius: 25px;
    padding: 12px 12px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    z-index: 9999 !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    display: block !important;
}

.floating-cart-btn:hover {
    background: #f37a1f;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
}

/* Hero Section */
.hero {
    min-height: 100vh;
    background: #f37a1f;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    padding: 40px 20px;
}

.hero-content {
    position: relative;
    z-index: 4;
    width: 100%;
    max-width: 400px;
}

.made-of {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: white;
    letter-spacing: 2px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.stihl-logo {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: white;
    letter-spacing: 4px;
    margin-bottom: 40px;
    margin-top: -6px;
    text-transform: uppercase;
}

.product-name {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 86px;
    color: white;
    letter-spacing: 0px;
    line-height: 0.9;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.product-model {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 86px;
    color: white;
    letter-spacing: 0px;
    line-height: 0.9;
    margin-bottom: 230px;
    text-transform: uppercase;
}

.tagline {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: black;
    letter-spacing: 0px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 60px;
}

/* Chainsaw Image Placeholder */
.chainsaw-placeholder {
    position: absolute;
    top: 50%;
    transform: translateY(-30%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    border-radius: 8px;
}

/* Sawdust Overlay Placeholder */
.sawdust-placeholder {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 1;
}

/* Video Section */
.video-section {
    min-height: 100vh;
    background: #f2f2f2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
}

.video-content {
    width: 100%;
    text-align: center;
}

.video-header {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #f37a1f;
    letter-spacing: 2px;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.video-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    aspect-ratio: 9/16;
    /*border-radius: 12px;*/
    overflow: hidden;
    /*box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);*/
}

.video-player {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #000;
}

.video-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #666, #333);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: 'Jost', sans-serif;
    pointer-events: none;
}

.play-icon {
    font-size: 48px;
    margin-bottom: 20px;
    opacity: 0.8;
}

.video-placeholder p {
    font-size: 14px;
    text-align: center;
    line-height: 1.4;
    opacity: 0.7;
}

/* Product Detail Section */
.product-detail {
    min-height: 100vh;
    background: #000;
    color: white;
    padding: 40px 20px;
}

.product-detail-content {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.detail-header {
    text-align: center;
    margin-bottom: 40px;
}

.detail-title {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #f37a1f;
    letter-spacing: 2px;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.detail-subtitle {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #f37a1f;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Product Image Container */
.product-image-container {
    position: relative;
    width: 100%;
    height: 250px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chainsaw-diagram {
    position: relative;
    width: 100%;
    height: 100%;
}

.chainsaw-svg {
    width: 100%;
    height: 100%;
}

/* Interactive Hotspots */
.hotspot {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #999999;
    border: 1px solid #999999;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

/* .hotspot:hover {
    background: rgba(243, 122, 31, 0.2);
    border-color: #f37a1f;
    transform: scale(1.1);
} */

.hotspot.active {
    background: #f37a1f;
    border-color: #f37a1f;
}

.hotspot-icon {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    transition: all 0.3s ease;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotspot.active .hotspot-icon {
    color: white;
}

/* Feature Details */
.feature-details {
    width: 100%;
}

.feature-item {
    border-bottom: 1px solid #fff;
    transition: all 0.3s ease;
}

.feature-header {
    display: flex;
    align-items: center;
    padding: 20px 0;
    cursor: pointer;
}

.feature-icon {
    width: 25px;
    height: 25px;
    background: #999999;
    border: 2px solid #999999;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.feature-icon:hover {
    border-color: #f37a1f;
}

.feature-item.active .feature-icon {
    background: #f37a1f;
    border-color: #f37a1f;
}

.icon-symbol {
    font-size: 16px;
    font-weight: bold;
    color: #ccc;
    transition: all 0.3s ease;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-item.active .icon-symbol {
    color: white;
}

.feature-title {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: white;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
    transition: color 0.3s ease;
}

.feature-item.active .feature-title {
    color: #f37a1f;
}

.feature-content {
    padding-left: 50px;
    padding-bottom: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease;
}

.feature-item.active .feature-content {
    max-height: 150px;
    padding-bottom: 20px;
    opacity: 1;
}

.feature-description {
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: white;
    margin-bottom: 15px;
}

.learn-more {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #f37a1f;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: opacity 0.3s ease;
}

.learn-more:hover {
    opacity: 0.8;
}

/* Reviews Section */
.reviews-section {
    background: #f2f2f2;
    padding: 40px 20px 80px;
}

.reviews-content {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.reviews-header {
    text-align: center;
    margin-bottom: 30px;
}

.reviews-title {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #f37a1f;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.reviews-divider {
    height: 1px;
    background: #f37a1f;
    margin: 20px 0;
}

/* Rating Overview */
.rating-overview {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /*margin-bottom: 30px;*/
    padding-top: 20px;
    padding-bottom: 20px;
    /*background: white;*/
    border-radius: 8px;
    /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
}

.rating-left {
    flex: 1;
}

.rating-snapshot {
    font-family: 'Jost', sans-serif;
    font-size: 12px;
    color: #666;
    margin-bottom: 5px;
}

.filter-text {
    font-family: 'Jost', sans-serif;
    font-size: 11px;
    color: #666;
    margin-bottom: 15px;
}

.rating-bars {
    margin-top: 15px;
}

.rating-row {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    cursor: pointer;
    padding: 2px 0;
    transition: background 0.2s ease;
}

.rating-row:hover {
    background: rgba(243, 122, 31, 0.1);
}

.rating-row.active {
    background: rgba(243, 122, 31, 0.2);
}

.rating-stars {
    font-family: 'Jost', sans-serif;
    font-size: 12px;
    color: #333;
    width: 50px;
    text-align: left;
}

.rating-bar {
    flex: 1;
    height: 8px;
    background: #ddd;
    margin: 0 8px;
    border-radius: 4px;
    overflow: hidden;
}

.rating-fill {
    height: 100%;
    background: #f37a1f;
    transition: width 0.3s ease;
}

.rating-count {
    font-family: 'Jost', sans-serif;
    font-size: 12px;
    color: #666;
    width: 20px;
    text-align: right;
}

.rating-right {
    text-align: center;
    margin-left: 30px;
}

.overall-rating-text {
    font-family: 'Jost', sans-serif;
    font-size: 12px;
    color: #666;
    margin-bottom: 5px;
}

.overall-rating {
    font-family: 'Oswald', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #333;
    line-height: 1;
    margin-bottom: 5px;
}

.review-count {
    font-family: 'Jost', sans-serif;
    font-size: 12px;
    color: #666;
}

/* Customer Ratings */
.customer-ratings {
    /*margin: 30px 0;*/
    padding-top: 20px;
    padding-bottom: 20px;
    /*background: white;*/
    border-radius: 8px;
    /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);*/
}

.customer-ratings-title {
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
    font-weight: 600;
}

.rating-category {
    margin-bottom: 15px;
}

.category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.category-name {
    font-family: 'Jost', sans-serif;
    font-size: 12px;
    color: #333;
    font-weight: 600;
}

.category-score {
    font-family: 'Jost', sans-serif;
    font-size: 12px;
    color: #666;
    font-weight: 600;
}

.category-bar {
    height: 12px;
    background: #ddd;
    border-radius: 6px;
    overflow: hidden;
}

.category-fill {
    height: 100%;
    background: #f37a1f;
}

/* Reviews List */
.reviews-list {
    margin-top: 30px;
}

.review-item {
    /*background: white;*/
    margin-bottom: 20px;
    border-radius: 8px;
    /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);*/
}

.review-item.hidden {
    display: none;
}

.review-header {
    margin-bottom: 2px;
}

.review-rating {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    color: #333;
    font-weight: 700;
    margin-bottom: 5px;
}

.review-title {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 1.2;
}

.review-meta {
    margin-bottom: 15px;
}

.reviewer-name {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
}

.review-type {
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.review-date {
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
}

.review-content {
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

.review-cta {
    text-align: center;
    margin-top: 40px;
}

.add-to-cart-btn {
    background: white;
    color: #f37a1f;
    border: 2px solid #f37a1f;
    border-radius: 25px;
    padding: 12px 24px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.add-to-cart-btn:hover {
    background: #f37a1f;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
}

/* Responsive adjustments */
@media (max-width: 375px) {

    .product-name,
    .product-model {
        font-size: 52px;
    }

    .chainsaw-placeholder {
        width: 250px;
        height: 160px;
        right: -40px;
    }

    .video-header {
        font-size: 28px;
    }

    .detail-title,
    .reviews-title {
        font-size: 28px;
    }

    .rating-overview {
        flex-direction: column;
        text-align: center;
    }

    .rating-right {
        margin-left: 0;
        margin-top: 20px;
    }
}

/* Video Section */
.video-player {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #000;
}

.play-icon {
    font-size: 48px;
    margin-bottom: 20px;
    opacity: 0.8;
}

/* Hide default video controls */
.video-player::-webkit-media-controls {
    display: none !important;
}

.video-player::-webkit-media-controls-panel {
    display: none !important;
}

.video-player::-webkit-media-controls-play-button {
    display: none !important;
}

.video-player::-webkit-media-controls-timeline {
    display: none !important;
}

.video-player::-webkit-media-controls-current-time-display {
    display: none !important;
}

.video-player::-webkit-media-controls-time-remaining-display {
    display: none !important;
}

.video-player::-webkit-media-controls-mute-button {
    display: none !important;
}

.video-player::-webkit-media-controls-volume-slider {
    display: none !important;
}

.video-player::-webkit-media-controls-fullscreen-button {
    display: none !important;
}

/* Custom Progress Bar */
.progress-bar-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    z-index: 30;
    pointer-events: auto;
}

.progress-bar {
    height: 100%;
    background: #f37a1f;
    width: 0%;
    transition: width 0.1s ease;
    position: relative;
}

.progress-bar::after {
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: #f37a1f;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.progress-bar-container:hover .progress-bar::after {
    opacity: 1;
}

/* Center Play Button */
.center-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 31;
    pointer-events: auto;
}

.center-play-button:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) scale(1.1);
}

.center-play-icon {
    width: 0;
    height: 0;
    border-left: 24px solid white;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    margin-left: 6px;
}

/* Hide play button when video is playing */
.video-playing .center-play-button {
    opacity: 0;
    pointer-events: none;
}

/* TikTok-style Video Overlay */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 20;
}

/* Top user info (left side) */
.video-top-overlay {
    position: absolute;
    text-align: left;
    top: 20px;
    left: 15px;
    right: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 25;
}

.user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid white;
    background: #f37a1f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: white;
    font-size: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: transform 0.3s ease;
}

.user-avatar:hover {
    transform: scale(1.1);
}

.user-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.user-info {
    flex: 1;
}

.user-name {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: white;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
    margin-bottom: 2px;
}

.user-handle {
    font-family: 'Jost', sans-serif;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}

.follow-btn {
    background: #f37a1f;
    border: none;
    border-radius: 20px;
    padding: 8px 16px;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    pointer-events: auto;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.follow-btn:hover {
    background: #e56a1a;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

/* Side controls (right side) */
.video-controls-right {
    position: absolute;
    right: 0px;
    bottom: 135px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.control-button {
    width: 48px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    cursor: pointer;
    pointer-events: auto;
    transition: all 0.3s ease;
    position: relative;
}

.control-button:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.control-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* Heart Icon */
.heart-icon {
    width: 24px;
    height: 24px;
    position: relative;
}

.heart-icon::before {
    content: '';
    width: 24px;
    height: 24px;
    background: white;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
}

/* Comment Icon */
.comment-icon {
    width: 24px;
    height: 24px;
    position: relative;
}

.comment-icon::before {
    content: '';
    width: 24px;
    height: 24px;
    background: white;
    mask: url("data:image/svg+xml,%3Csvg fill='currentColor' viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 21.5c0-10.22 9.88-18 22-18s22 7.78 22 18c0 5.63-3.19 10.74-7.32 14.8a43.55 43.55 0 0 1-14.14 9.1A1.5 1.5 0 0 1 22.5 44v-5.04C11.13 38.4 2 31.34 2 21.5ZM14 25a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm10 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm13-3a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg fill='currentColor' viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 21.5c0-10.22 9.88-18 22-18s22 7.78 22 18c0 5.63-3.19 10.74-7.32 14.8a43.55 43.55 0 0 1-14.14 9.1A1.5 1.5 0 0 1 22.5 44v-5.04C11.13 38.4 2 31.34 2 21.5ZM14 25a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm10 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm13-3a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
}

/* Share Icon */
.share-icon {
    width: 24px;
    height: 24px;
    position: relative;
}

.share-icon::before {
    content: '';
    width: 24px;
    height: 24px;
    background: white;
    mask: url("data:image/svg+xml,%3Csvg fill='currentColor' viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.82 3.5A2 2 0 0 0 20.5 5v10.06C8.7 15.96 1 25.32 1 37a2 2 0 0 0 3.41 1.41c4.14-4.13 10.4-5.6 16.09-5.88v9.97a2 2 0 0 0 3.3 1.52l21.5-18.5a2 2 0 0 0 .02-3.02l-21.5-19Z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg fill='currentColor' viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.82 3.5A2 2 0 0 0 20.5 5v10.06C8.7 15.96 1 25.32 1 37a2 2 0 0 0 3.41 1.41c4.14-4.13 10.4-5.6 16.09-5.88v9.97a2 2 0 0 0 3.3 1.52l21.5-18.5a2 2 0 0 0 .02-3.02l-21.5-19Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
}

/* Bookmark Icon */
.bookmark-icon {
    width: 24px;
    height: 24px;
    position: relative;
}

.bookmark-icon::before {
    content: '';
    width: 24px;
    height: 24px;
    background: white;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M17 3H7c-1.1 0-2 .9-2 2v16l7-3 7 3V5c0-1.1-.9-2-2-2z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M17 3H7c-1.1 0-2 .9-2 2v16l7-3 7 3V5c0-1.1-.9-2-2-2z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
}

.control-count {
    font-family: 'Jost', sans-serif;
    font-size: 12px;
    color: white;
    text-align: center;
    margin-top: 5px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 48px;
    font-weight: 700;
}

/* Bottom overlay info */
.video-bottom-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    padding: 20px 15px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
    color: white;
}

.video-username {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: white;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.video-description {
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.video-hashtags {
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    color: #f37a1f;
    margin-top: 5px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.tiktok-logo {
    position: absolute;
    height: max(6vh, 36px);
    aspect-ratio: 1 / 1;
    top: min(3vh, 4vw);
    right: min(3vh, 3vw);
    z-index: 99;
    width: auto;
}