/* ============================================
   GLOBAL HEADER
   ============================================ */

.wws-topbar {
    position: relative;
    overflow: hidden;
    background: #111111;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.wws-topbar__track {
    display: flex;
    gap: 32px;
    width: max-content;
    padding: 10px 24px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
    animation: wwsTicker 26s linear infinite;
}

.wws-topbar__item {
    position: relative;
    padding-right: 32px;
    opacity: 0.95;
}

.wws-topbar__item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.55);
    transform: translateY(-50%);
}

@keyframes wwsTicker {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.site-header,
[data-header*="row"],
.ct-header {
    background: rgba(255, 255, 255, 0.96) !important;
    border-bottom: 1px solid #ededed !important;
    box-shadow: none !important;
    backdrop-filter: blur(14px);
}

.ct-header [data-row*="middle"],
.site-header [data-row*="middle"] {
    padding: 0 !important;
}

.ct-header [data-row*="middle"] > div,
.site-header [data-row*="middle"] > div {
    min-height: 78px;
}

.ct-header .ct-container,
.site-header .ct-container {
    max-width: 1320px;
}

.ct-header-menu,
.header-menu {
    background: transparent !important;
}

.ct-header-menu ul,
.header-menu ul {
    gap: 6px;
}

.ct-header-menu ul li a,
.header-menu ul li a {
    border-radius: 999px !important;
    padding: 10px 16px !important;
    color: #2b2b2b !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0.01em;
}

.ct-header-menu ul li a:hover,
.header-menu ul li a:hover,
.ct-header-menu ul li.current-menu-item > a,
.header-menu ul li.current-menu-item > a {
    background: #f5f5f5 !important;
    color: #111111 !important;
}

.ct-header [data-id="search"] .ct-header-search,
.ct-header .ct-header-search,
.ct-header .ct-account-item,
.ct-header .ct-cart-item,
.ct-header .ct-header-cart,
.ct-header .ct-mobile-menu-toggle,
.ct-header .ct-trigger {
    border-radius: 999px !important;
}

.ct-header [data-id="search"] .ct-header-search,
.ct-header .ct-header-search,
.ct-header .ct-account-item > *,
.ct-header .ct-cart-item > *,
.ct-header .ct-header-cart > *,
.ct-header .ct-mobile-menu-toggle,
.ct-header .ct-trigger {
    min-width: 44px;
    min-height: 44px;
    border: 1px solid #e8e8e8;
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(17, 24, 39, 0.05);
}

.ct-header .ct-account-item > *,
.ct-header .ct-cart-item > *,
.ct-header .ct-header-cart > * {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
}

.ct-header .ct-cart-count,
.ct-header .ct-dynamic-count-cart {
    background: #111111 !important;
    color: #ffffff !important;
    min-width: 19px !important;
    height: 19px !important;
    font-size: 10px !important;
    font-weight: 700 !important;
}

.site-header[data-sticky*="yes"],
.site-header.sticky {
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.08) !important;
}

/* ============================================
   PRODUCT PAGE
   ============================================ */

.single-product .product {
    gap: 40px;
}

.single-product .product .woocommerce-product-gallery,
.single-product .entry-summary {
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 28px;
    box-shadow: 0 16px 36px rgba(17, 24, 39, 0.06);
}

.single-product .product .woocommerce-product-gallery {
    padding: 20px;
}

.single-product .entry-summary {
    padding: 32px;
}

.single-product .product_title.entry-title,
.single-product h1.product_title,
.woocommerce div.product .product_title,
.woocommerce div.product h1.product_title {
    font-size: 34px !important;
    line-height: 1.2 !important;
    margin-bottom: 14px !important;
}

.single-product .price,
.single-product .woocommerce-Price-amount {
    color: #111111;
}

.single-product .price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px !important;
    font-size: 30px;
    font-weight: 700;
}

.single-product del {
    opacity: 0.45;
    font-size: 0.7em;
}

.single-product ins {
    text-decoration: none;
}

.wws-product-flags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 16px;
}

.wws-product-flags span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #f5f5f5;
    color: #333333;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.wws-product-price-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 2px 0 20px;
}

.wws-product-discount,
.wws-product-tax-note {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

.wws-product-discount {
    background: #111111;
    color: #ffffff;
}

.wws-product-tax-note {
    background: #f4f4f4;
    color: #4c4c4c;
}

.single-product .entry-summary .woocommerce-product-details__short-description {
    margin-bottom: 24px;
    color: #5f5f5f;
    font-size: 15px;
    line-height: 1.75;
}

.single-product form.cart {
    margin-bottom: 22px;
}

.single-product .ct-cart-actions {
    gap: 12px;
}

.single-product .ct-cart-actions .quantity {
    width: 114px;
}

.single-product .ct-cart-actions .quantity .qty {
    min-height: 52px;
    border-radius: 14px;
    border: 1px solid #dddddd;
    background: #ffffff;
}

.single-product .single_add_to_cart_button {
    min-height: 54px;
    border-radius: 14px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    box-shadow: 0 14px 26px rgba(17, 17, 17, 0.14);
}

.wws-product-promise {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #efefef;
}

.wws-product-promise__items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

.wws-product-promise__items span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #f7f7f7;
    color: #3f3f3f;
    font-size: 13px;
    font-weight: 600;
}

.wws-product-accordion {
    display: grid;
    gap: 12px;
}

.wws-product-accordion__item {
    border: 1px solid #ebebeb;
    border-radius: 16px;
    background: #fbfbfb;
    overflow: hidden;
}

.wws-product-accordion__item summary {
    position: relative;
    padding: 18px 20px;
    cursor: pointer;
    list-style: none;
    color: #111111;
    font-size: 15px;
    font-weight: 700;
}

.wws-product-accordion__item summary::-webkit-details-marker {
    display: none;
}

.wws-product-accordion__item summary::after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    line-height: 1;
    color: #111111;
}

.wws-product-accordion__item[open] summary::after {
    content: "-";
}

.wws-product-accordion__content {
    padding: 0 20px 18px;
    color: #626262;
    font-size: 14px;
    line-height: 1.75;
}

.wws-product-accordion__content p:last-child {
    margin-bottom: 0;
}

.single-product .woocommerce-tabs,
.single-product .ct-tabs-container {
    margin-top: 36px;
    padding: 28px;
    border: 1px solid #ececec;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(17, 24, 39, 0.04);
}

.single-product .woocommerce-tabs .tabs,
.single-product .ct-tabs {
    gap: 10px;
    margin-bottom: 22px !important;
}

.single-product .woocommerce-tabs .tabs li a,
.single-product .ct-tabs [role="tab"] {
    border-radius: 999px !important;
    padding: 10px 16px !important;
    background: #f6f6f6 !important;
    color: #404040 !important;
    font-weight: 700 !important;
}

.single-product .woocommerce-Tabs-panel,
.single-product .ct-tab-content {
    color: #5c5c5c;
    line-height: 1.8;
}

.wws-product-story {
    margin: 42px 0 12px;
    padding: 32px;
    border: 1px solid #ececec;
    border-radius: 28px;
    background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
    box-shadow: 0 16px 36px rgba(17, 24, 39, 0.04);
}

.wws-product-story__eyebrow {
    display: inline-block;
    margin-bottom: 8px;
    color: #747474;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.wws-product-story__intro h2 {
    margin: 0 0 12px;
    color: #111111;
    font-size: 30px;
    line-height: 1.2;
}

.wws-product-story__intro p {
    max-width: 760px;
    margin: 0;
    color: #606060;
    font-size: 15px;
    line-height: 1.75;
}

.wws-product-story__review {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
    padding: 10px 14px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #ececec;
    color: #3e3e3e;
    font-size: 13px;
    font-weight: 600;
}

.wws-product-story__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.wws-product-story__card {
    padding: 20px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid #ebebeb;
}

.wws-product-story__card h3 {
    margin: 0 0 10px;
    color: #111111;
    font-size: 18px;
    line-height: 1.3;
}

.wws-product-story__card p {
    margin: 0;
    color: #666666;
    font-size: 14px;
    line-height: 1.7;
}

.single-product .related,
.single-product .up-sells {
    margin-top: 42px;
}

.single-product .related > h2,
.single-product .up-sells > h2 {
    margin-bottom: 20px;
    color: #111111;
    font-size: 28px;
    line-height: 1.2;
}

@media (min-width: 1000px) {
    .single-product .entry-summary {
        position: sticky;
        top: 118px;
    }
}

@media (max-width: 999px) {
    .wws-product-story__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .wws-topbar__track {
        gap: 22px;
        padding: 9px 18px;
        font-size: 11px;
    }

    .ct-header [data-row*="middle"] > div,
    .site-header [data-row*="middle"] > div {
        min-height: 70px;
    }

    .single-product .entry-summary,
    .single-product .product .woocommerce-product-gallery,
    .single-product .woocommerce-tabs,
    .single-product .ct-tabs-container,
    .wws-product-story {
        padding: 22px;
        border-radius: 22px;
    }

    .single-product .product_title.entry-title,
    .single-product h1.product_title,
    .woocommerce div.product .product_title,
    .woocommerce div.product h1.product_title {
        font-size: 28px !important;
    }

    .single-product .price {
        font-size: 26px;
    }

    .wws-product-story__intro h2 {
        font-size: 24px;
    }

    .wws-product-story__grid {
        grid-template-columns: 1fr;
    }
}
