/* Page Header */
body.home-body .p-g-mod-header
{
    border: none!important;
}
body.home-body .p-g-mod-header .p-g-m-h-info
{
    align-items: center!important;
}
body.home-body .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title
{
    font-size: 28px!important;
    font-weight: 300!important;
}
.search-btn .icon
{
    font-size: 25px;
    margin-right: 5px;
}
.left-search
{
    position: fixed;
    width: 450px;
    top: 0;
    right: -450px;
    border-left: 1px solid #eee;
    height: 100vh;
    z-index: 1001;
    background: white;
    transition: right 250ms ease-in-out;
}
.press
{
    right: 0;
    transition: right 250ms ease-in-out;
}
.left-search .search
{
    border-bottom: 1px solid #eee;
    padding: 25px 10px;
}
.left-search form
{
    display: flex;
    align-items: center;
    width: 100%;
}
.left-search form input
{
    border: none;
    border-radius: 0;
    width: 100%;
    box-shadow: none;
    font-size: 14px;
}
.left-search form button,
.left-search form .search-btn i
{
    font-size: 20px;
    border: none;
    background: transparent;
    color: #666;
}
.fixedHeader
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
    background: white;
    z-index: 1000;
}
.card-product-image
{
    overflow: hidden;
}
.card-product-image:hover .btn-deepdream
{
    bottom: 0;
    transition: bottom 250ms ease-in-out;
}
.btn-deepdream
{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600!important;
    font-size: 14px!important;
    background: white!important;
    border-color: #eee!important;
    color: black!important;
    gap: 5px;
    transition: bottom 250ms ease-in-out;
    position: relative;
    bottom: -200px;
}
.btn-deepdream:hover
{
    background: #eee!important;
}
@media (max-width: 991px)
{
    .btn-deepdream
    {
        bottom: 0;
    }
}
.footer-info
{
    padding: 2.5rem 0;
}
.footer-info-item
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.footer-info-item i
{
    font-size: 26px;
}
.footer-info-item span
{
    font-size: 16px;
    font-weight: 600;
}
.footer-info-item p
{
    font-size: 14px;
}
.subscribe
{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.subscribe-content
{
    background: black;
    max-width: 400px;
    border-radius: 6px;
    padding: 2rem;
    color: white;
}
.subscribe-content span
{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}
.subscribe-content form input
{
    font-size: 14px!important;
    background: transparent!important;
    border: 1px solid #2e2e2e;
    color: white!important;
}
.subscribe-content form button
{
    background: #2e2e2e;
    color: white;
    font-weight: 600;
    font-size: 14px;
    margin-left: 10px;
}
.subscribe-content form button:hover
{
    background: transparent;
    border: 1px solid #2e2e2e;
    color: white!important;
}
.card-brand .image a img
{
    padding: 1rem;
    border-radius: 12px;
    max-width: 150px;
}
.home-body .p-g-t-nav
{
    flex-direction: column;
}
.home-body .p-g-t-nav .p-g-t-n-header
{
    justify-content: center!important;
}
.home-body .p-g-t-nav .p-g-t-n-header .p-g-t-n-info .p-g-t-n-i-title
{
    font-size: 24px!important;
    font-weight: 300!important;
}
.home-body .p-g-t-nav .nav
{
    margin-top: 1.5rem!important;
}
.home-body .p-g-t-nav .nav .nav-link.active
{
    border-bottom: 2px solid black;
}
.categories-body .p-g-mod-header
{
    border: none!important;
}
.categories-body .p-g-mod-header .p-g-m-h-info
{
    align-items: center!important;
}
.categories-body .p-g-mod-header .p-g-m-h-i-title
{
    font-size: 24px!important;
    font-weight: 300!important;
}
.product-profile-1 h1.title
{
    border: none;
    margin-bottom: 15px;
    padding-bottom: 0;
}
.product-head
{
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.pulses
{
    gap: 13px;
    margin: 10px 0;
}
.success-pulse
{
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: #32cd32;
    box-shadow: 0 0 0 0 rgba(50, 205, 50, 0.5);
    -webkit-animation: pulse 1.5s infinite;
}
.warning-pulse
{
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: #ffa500;
    box-shadow: 0 0 0 0 rgba(255, 165, 0, 0.5);
    -webkit-animation: pulse 1.5s infinite;
}
.danger-pulse
{
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: #dc143c;
    box-shadow: 0 0 0 0 rgba(220, 20, 60, 0.5);
    -webkit-animation: pulse 1.5s infinite;
}
@-webkit-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(224, 34, 113, 0);
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(224, 34, 113, 0);
  }
}
.product-buttons
{
    flex-direction: column;
}
.product-buttons button
{
    flex: 1;
}
.product-buttons .btn-cart,
.product-buttons .btn-cart:hover
{
    background: #21665d;
    border-color: #21665d;
    font-weight: 600;
}
.product-buttons .btn-fast-buy,
.product-buttons .btn-fast-buy:hover
{
    background: #000;
    border-color: #000;
    font-weight: 600;
}
.home-body .h-center
{
    border: none;
}
.h-center
{
    border-bottom: 1px solid #eee;
}
.product-profile-1 .carousel
{
    display: flex;
}
.product-profile-1 .carousel .carousel-indicators
{
    flex-direction: column;
    margin-right: 15px;
}
.product-profile-1 .carousel .carousel-inner
{
    border: none;
}
.product-profile-1 .carousel .carousel-indicators li.active
{
    border-color: #000;
    border-width: 2px;
}
.product-profile-1 .carousel .carousel-indicators li
{
    max-width: 100px;
}
.product-badges .p-badge
{
    height: auto;
    border: none;
    background: #eee;
    padding: 10px;
}
.days-shipping span
{
    font-weight: 600;
    background: #eee;
    padding: 10px;
    border-radius: 4px;
    margin: 10px 0;
    display: flex;
}
.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav
{
    background: transparent;
    border-bottom: 1px solid #eee;
}
.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link.active
{
    border-top: none;
    border-bottom: 1px solid #666;
    font-weight: 600;
    color: #666;
}
.fixed-scroll
{
    position: fixed;
    top: 120px;
    width: 100%;
    left: 0;
    z-index: 1001;
    display: flex!important;
}
.fixedProduct
{
    background: #eee;
    padding: 1rem 0;
    display: none;
}
.fixedProduct .product-left
{
    gap: 15px;
}
.fixedProduct .product-left img
{
    max-width: 75px;
    border-radius: 5px;
}
.fixedProduct .product-left span
{
    font-size: 14px;
    font-weight: 600;
}
.btn-fixed-product,
.btn-fixed-product:hover
{
    background: #21665d;
    font-size: 14px;
    font-weight: 600;
    color: white;
    padding: 10px 40px;
}
.card-product .card-product-inner .price-group .prices .list-price
{
    text-decoration: line-through;
}
.piece-profile .price
{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: .5rem;
}
.fs
{
    color: white;
}

/* =========================================================
   Desktop nav dropdown — klasik (basit) + mega (L2)
   ========================================================= */

header.desktop .mega-menu .dropdown {
    position: relative;
}

header.desktop .mega-menu .dropdown:has(> .dropdown-menu--mega) {
    position: static;
}

header.desktop .mega-menu .nav-link.dropdown-toggle {
    position: relative;
}

header.desktop .mega-menu .dropdown:hover > .nav-link.dropdown-toggle,
header.desktop .mega-menu .dropdown:focus-within > .nav-link.dropdown-toggle {
    color: #000;
}

header.desktop .mega-menu .dropdown:hover > .nav-link.dropdown-toggle::after,
header.desktop .mega-menu .dropdown:focus-within > .nav-link.dropdown-toggle::after {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 0;
    height: 2px;
    background: #000;
}

header.desktop .mega-menu .dropdown-menu {
    display: none;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
    z-index: 1050;
}

header.desktop .mega-menu .dropdown:hover > .dropdown-menu,
header.desktop .mega-menu .dropdown:focus-within > .dropdown-menu,
header.desktop .mega-menu .dropdown .dropdown-menu:hover {
    display: block !important;
}

/* Hover köprüsü — fare kaybolmasın */
header.desktop .mega-menu .dropdown-menu::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    height: 10px;
}

.mega-menu-panel {
    padding: 0;
}

.mega-menu-container {
    padding: 0;
    margin: 0;
}

.mega-menu-container ul,
.mega-menu-col {
    list-style: none;
    float: none;
    margin: 0;
    padding: 0;
}

.mega-menu-col li a {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1.35;
    transition: background 0.15s ease, color 0.15s ease, padding-left 0.15s ease;
}

.mega-menu-col li a:hover {
    color: #000;
    text-decoration: none;
    background: #f5f5f5;
}

.mega-menu-col li a.sub-title {
    color: #111;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 0;
}

/* --- Klasik dropdown (L1 only) — TAKIM ELBİSE vb. --- */
header.desktop .mega-menu .dropdown-menu--simple:not(.dropdown-menu--mega) {
    position: absolute;
    top: 100%;
    left: 50%;
    right: auto;
    width: max-content;
    min-width: 240px;
    max-width: 320px;
    transform: translateX(-50%);
    border-top: 2px solid #000;
    padding: 8px 0;
}

header.desktop .mega-menu .dropdown-menu--simple:not(.dropdown-menu--mega) .mega-menu-panel {
    padding: 0;
}

header.desktop .mega-menu .dropdown-menu--simple:not(.dropdown-menu--mega) .mega-menu-container {
    display: flex;
    flex-direction: column;
}

header.desktop .mega-menu .dropdown-menu--simple:not(.dropdown-menu--mega) .mega-menu-col {
    width: 100%;
}

header.desktop .mega-menu .dropdown-menu--simple:not(.dropdown-menu--mega) .mega-menu-col li a {
    padding: 10px 18px;
    white-space: nowrap;
}

header.desktop .mega-menu .dropdown-menu--simple:not(.dropdown-menu--mega) .mega-menu-col li a:hover {
    padding-left: 22px;
    border-left: 2px solid #000;
}

/* --- Mega panel (L2 var) --- */
header.desktop .mega-menu .dropdown-menu--mega {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: none;
    transform: none;
    border-top: 2px solid #000;
    padding: 0;
}

header.desktop .mega-menu .dropdown-menu--mega .mega-menu-panel {
    max-width: 1140px;
    margin: 0 auto;
    padding: 1.25rem 15px 1.5rem;
}

header.desktop .mega-menu .dropdown-menu--mega .mega-menu-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1.25rem 1.5rem;
}

header.desktop .mega-menu .dropdown-menu--mega .mega-menu-col li a.sub-title {
    padding: 0 0 8px;
    margin-bottom: 6px;
    border-bottom: 1px solid #eee;
    background: transparent;
}

header.desktop .mega-menu .dropdown-menu--mega .mega-menu-col li a.sub-title:hover {
    padding-left: 0;
    border-left: none;
    color: #000;
    text-decoration: underline;
}

header.desktop .mega-menu .dropdown-menu--mega .mega-menu-col li a:not(.sub-title) {
    padding: 6px 0;
    text-transform: none;
    font-weight: 400;
    color: #555;
    font-size: 13px;
}

header.desktop .mega-menu .dropdown-menu--mega .mega-menu-col li a:not(.sub-title):hover {
    padding-left: 6px;
    background: transparent;
    color: #000;
}

@media (max-width: 991px) {
    header.desktop .mega-menu .dropdown-menu--simple:not(.dropdown-menu--mega),
    header.desktop .mega-menu .dropdown-menu--mega {
        display: none !important;
    }
}