/* Üretilmiş dosya — elle düzenleme; kaynak: kaynak/style.css · derleme: node kaynak/derle.mjs */





:root {
  


  
  --pp-red: #d7000a;
  --pp-black: #111111;
  --pp-cream: #f8f6ee;
  
  --pp-white: #ffffff;
  --pp-gray-50: #f8f9fa;
  --pp-gray-100: #f5f5f5;
  --pp-gray-200: #eeeeee;
  --pp-gray-300: #e0e0e0;
  --pp-gray-400: #cccccc;
  --pp-gray-500: #999999;
  --pp-gray-600: #777777;
  --pp-gray-700: #555555;
  --pp-gray-800: #333333;
  --pp-gray-900: #222222;
  --pp-border: #e0e0e0;
  



  --pp-amber-bg: #fdfaf1;
  --pp-amber-border: #eee3c0;
  --pp-amber-accent: #ba7517;
  --pp-amber-ink: #4a4222;
  --pp-green-bg: #eef5e8;
  --pp-green-border: #cfe0c0;
  --pp-green-accent: #3b6d11;
  --pp-green-ink: #27500a;
  --pp-cream-border: #e7e2d2;
  
  --transition-standard: color var(--transition-time), background-color var(--transition-time), border-color var(--transition-time), box-shadow var(--transition-time), opacity var(--transition-time), transform var(--transition-time);
}


.btn-link-inline {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  color: var(--main-color);
  text-decoration: underline;
  cursor: pointer;
  font: inherit;
  display: inline;
}
.btn-link-inline:hover { opacity: .75; }










.no-container,
.addons-campaign-bar,
.pattern-group {
    background: var(--pp-white);
    position: relative;
}






html {
    background: #f5c518;
}


body {
    

    background: #f4f2ea !important;
    font-family: 'Outfit', 'Poppins', sans-serif !important;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}


@media (max-width: 991px) {
    body {
        background: var(--pp-white) !important;
    }
}







a {
    color: var(--main-color);
}

a:hover {
    text-decoration: none;
    color: var(--main-color2);
}



.overlay {
    display: flex;
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background: rgba(255, 255, 255, .4);
    justify-content: center;
    align-items: center;
}

.overlay .spin {
    color: var(--main-color);
    width: 3rem;
    height: 3rem;
    font-size: 20px;
}



.op-black {
    background: rgba(0,0,0,.5);
    position: fixed;
    z-index: 9990;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    
    pointer-events: none;
}

.op-black.hide {
    visibility: hidden;
    opacity: 0;
}

.op-black.show {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}


header.desktop  {
    background: var(--pp-white);
    position: relative;
    z-index: 9999;
    overflow: visible !important;
}




.pattern-group .p-g-mod.p-g-mod-header {
    position: relative !important;
    z-index: 9999 !important;
    overflow: visible !important;
}

.pattern-group .p-g-mod.p-g-mod-header > .p-g-mod-body {
    overflow: visible !important;
}

.pattern-group .p-g-mod:not(.p-g-mod-header) {
    position: relative;
    z-index: 1;
}


header.desktop .h-contact {
    background: var(--pp-black, #111111);
    border-bottom: 2px solid var(--pp-red, #d7000a);
}

header.desktop .h-contact-dark .dropdown-toggle {
    color: rgba(255, 255, 255, 0.85);
}

header.desktop .h-contact-dark .dropdown-toggle:hover {
    color: var(--pp-white, #ffffff);
}

header.desktop .h-contact-dark .info .item.trust-item {
    cursor: default;
}

header.desktop .h-center {
    background: var(--menu-bg-color, #f8f6ee);
    border-bottom: 1px solid #e0e0e0;
}

.dropdown-languages-1 .dropdown-toggle {
    color: var(--header-top-color);
    transition: var(--transition-standard);
}

.dropdown-languages-1 .dropdown-toggle:hover{
    color: var(--header-top-color-hover);
}

.dropdown-currencies-1 .dropdown-toggle {
    color: var(--header-top-color);
    transition: var(--transition-standard);
}

.dropdown-currencies-1 .dropdown-toggle:hover{
    color: var(--header-top-color-hover);
}

header.desktop .h-contact .info {
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}

header.desktop .h-contact .info .item {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.85);
    transition: var(--transition-standard);
    margin-right: 13px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
    padding-right: 12px;
}

header.desktop .h-contact .info .item:last-child {
    border-right: 0;
    padding-right: 0;
}

header.desktop .h-contact .info .item:hover{
    color: var(--pp-white, #ffffff);
}

header.desktop .h-contact .info .item i {
    margin-right: 6px;
    font-size: 13px;
}

header.desktop .h-contact .info .item.wp i {
    font-weight: normal;
    font-size: 20px;
}



header.desktop .header-bar .bar-favorite {
    margin-left: 15px;
    color: var(--pp-gray-700) !important;
    font-size: 18px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #e2e8f0;
    background: var(--pp-white);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out !important;
}

header.desktop .header-bar .bar-favorite:hover {
    color: #ff3344 !important;
    border-color: #ff3344 !important;
    transform: scale(1.08);
    box-shadow: 0 4px 10px rgba(255, 51, 68, 0.1) !important;
}




header.desktop .header-bar .bar-favorite .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

header.desktop .header-bar .bar-favorite .icon i {
    margin: 0 !important;
    line-height: 1;
    font-size: 19px !important;
}

header.desktop .header-area {
    


    height: 72px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center
}

header.desktop .header-area.last {
    align-items: flex-end;
}

header.desktop .logo {
    align-items: flex-start;
}

header.desktop .logo a img {
    


    max-height: 56px;
}


header.desktop .h-center .logo {
    margin-left: -25px;
}



header.desktop .mega-menu .navbar-nav {
    margin-left: -25px;
    width: calc(100% + 25px);
}

header.desktop .search {
    width: 100%;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    max-width: 470px;
    position: relative;
    height: 46px;
    padding: 3px;
    background: var(--pp-white);
    box-shadow: 0 2px 6px rgba(0,0,0,0.01);
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, opacity 0.25s ease-in-out;
    overflow: visible;
}

header.desktop .search:hover,
header.desktop .search:focus-within {
    border-color: var(--main-color2);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
}

header.desktop .search form {
    width: 100%;
}

header.desktop .search form .input-box {
    width: 100%;
    padding-right: 100px;
    box-sizing: border-box;
}

header.desktop .search form input {
    float: left;
    color: var(--pp-gray-800);
    font-weight: 400;
    width: 100%;
    font-size: 13px;
    border-color: transparent !important;
    border-width: 0 !important;
    background: transparent !important;
    height: 38px;
    border-right: 0;
    border-radius: 0;
    box-shadow: none;
    padding-left: 16px;
}

.easy-autocomplete-container ul {
    border-top: 1px solid #ebebeb;
}

.easy-autocomplete-container ul .eac-category, .easy-autocomplete-container ul li {
    font-size: 13px;
    padding: 3px 10px;
    border-bottom: 1px solid #ebebeb;
}

header.desktop .search form input::placeholder {
    color: #6b6b6b;
}

header.desktop .search form .btn-send {
    position: absolute;
    min-width: 60px;
    height: 38px;
    padding: 0 18px;
    gap: 8px;
    
    background: var(--pp-red, #d7000a) !important;
    border-width: 0;
    color: var(--pp-white);
    right: 3px;
    border-radius: 20px;
    font-size: 15px;
    top: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 12px rgba(215, 0, 10, 0.30);
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

header.desktop .search form .btn-send .btn-send-text {
    font-size: 13.5px;
    font-weight: 600;
    line-height: 1;
}

header.desktop .search form .btn-send:hover {
    background: #b3000a !important;
    box-shadow: 0 4px 12px rgba(215, 0, 10, 0.28);
}

header.desktop .easy-autocomplete-container {
    top: 47px;
}

header.desktop .menu {
    background: var(--menu-bg-color, #f8f6ee);
    height: 60px;
    border-top: 2px solid #f5c518;
    border-bottom: 2px solid #111111;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 1000;
}

header.desktop .mega-menu {
    padding: 0;
    position: relative;
    z-index: 1000;
}

header.desktop .mega-menu .navbar-nav {
    flex-direction: row;
    height: 60px;
    justify-content: space-between;
    gap: 6px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

header.desktop .mega-menu .navbar-nav::-webkit-scrollbar {
    display: none;
}

header.desktop .mega-menu .nav-item {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex: 0 0 auto;
    position: relative;
    height: 100%;
    min-width: 0;
}

header.desktop .mega-menu .nav-link {
    padding: 8px 9px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--menu-color, #111111);
    line-height: normal;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0;
    border-radius: 0;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out;
    white-space: nowrap !important;
    overflow: visible;
    text-overflow: clip;
    position: relative;
    padding-bottom: 10px !important;
    height: 100%;
}


@media (max-width: 1599px) {
    header.desktop .mega-menu .nav-link {
        padding: 8px 8px !important;
        font-size: 11.5px;
    }
}

@media (max-width: 1399px) {
    header.desktop .mega-menu .nav-link {
        padding: 8px 6px !important;
        font-size: 11px;
    }
    header.desktop .mega-menu .nav-item-home .nav-link {
        padding: 8px 10px !important;
    }
}


header.desktop .mega-menu .nav-link-new {
    

    background: var(--pp-black, #111111) !important;
    color: var(--pp-white) !important;
    border-radius: 8px !important;
    padding: 7px 16px !important;
    margin: 0 4px;
    font-weight: 600 !important;
    font-size: 13px !important;
    letter-spacing: 0.3px;
    border: none !important;
    height: auto !important;
    align-self: center;
}

header.desktop .mega-menu .nav-link-new .under-category {
    color: var(--pp-white) !important;
    letter-spacing: 0.5px;
}
header.desktop .mega-menu .nav-link-new i {
    color: #ffcc44 !important; 
}

header.desktop .mega-menu .nav-link-new i {
    margin-right: 5px;
    font-size: 11px;
}

header.desktop .mega-menu .nav-link-new:hover {
    background: #000000 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22) !important;
}
header.desktop .mega-menu .nav-link-new:hover .under-category {
    color: #ffcc44 !important;
}

header.desktop .mega-menu .nav-link-new::before {
    display: none !important;
}


header.desktop .mega-menu .nav-link:not(.nav-link-discount)::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: var(--main-color2);
    border-radius: 2px 2px 0 0;
    transition: width 0.25s ease-in-out;
}

header.desktop .mega-menu .nav-link::after {
    display: none;
}

header.desktop .mega-menu .nav-link:not(.nav-link-discount):hover {
    color: var(--menu-color-hover, var(--main-color2)) !important;
    background-color: transparent;
}

header.desktop .mega-menu .nav-link:not(.nav-link-discount):hover::before {
    width: 70%;
}

header.desktop .mega-menu .nav-item:last-child .nav-link {
    border-right: 0;
}


header.desktop .mega-menu .nav-item-home .nav-link {
    font-size: 16px;
    padding: 8px 14px !important;
    color: var(--menu-color, #111111);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    margin-right: 4px;
}

header.desktop .mega-menu .nav-item-home .nav-link:hover {
    color: var(--main-color2) !important;
}

header.desktop .mega-menu .nav-item-home .nav-link::before {
    display: none;
}


header.desktop .mega-menu .nav-link.nav-link-discount {
    height: auto !important;
    position: relative;
    

    background: var(--pp-red, #d7000a) !important;
    color: var(--pp-white) !important;
    border-radius: 6px !important;
    padding: 6px 14px 6px 10px !important;
    font-weight: 700 !important;
    letter-spacing: 0.4px;
    overflow: hidden;
}


header.desktop .mega-menu .nav-link.nav-link-discount .subtitle-img {
    display: none !important;
}

header.desktop .mega-menu .nav-link.nav-link-discount::before {
    content: '';
    position: absolute;
    top: -50%;
    left: 0;
    width: 50%;
    height: 200%;
    background: rgba(255, 255, 255, 0.18);
    transform: skewX(-20deg) translateX(-100%);
    animation: none; 
    pointer-events: none;
}

header.desktop .mega-menu .nav-link.nav-link-discount:hover {
    background: #b3000a !important;
    color: var(--pp-white) !important;
    box-shadow: 0 4px 12px rgba(215, 0, 10, 0.28) !important;
}

header.desktop .mega-menu .nav-link.nav-link-discount .under-category {
    color: var(--pp-white) !important;
}

header.desktop .mega-menu .nav-link.nav-link-discount::after {
    display: none !important;
}



.discount-blink {
    font-size: 16px;
    font-weight: 800; 
    color: var(--pp-white);
    margin-right: 4px;
    
}


  
header.desktop .mega-menu .dropdown {
    position: static;
}

header.desktop .mega-menu .dropdown-menu {
    border-radius: 0 0 8px 8px;
    background-color: var(--pp-white);
    width: 100%;
    left: -1px;
    right: 0;
    top: 59px;
    position: absolute;
    z-index: 10000;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    border: 1px solid #eaeaea;
    border-top: 3px solid var(--main-color2);
}

header.desktop .mega-menu .dropdown:hover .dropdown-menu,
header.desktop .mega-menu .dropdown .dropdown-menu:hover,
header.desktop .mega-menu .dropdown.touch-open .dropdown-menu,
header.desktop .mega-menu .dropdown:focus-within .dropdown-menu {
    display:block!important;
}




header.desktop .menu,
header.desktop .mega-menu,
header.desktop .mega-menu .nav-item {
    overflow: visible !important;
}



header.desktop .mega-menu .navbar-nav {
    overflow-x: auto !important;
    overflow-y: hidden !important;
}
header.desktop .mega-menu .dropdown-menu {
    overflow: visible !important;
    height: auto !important;
}
header.desktop .mega-menu .dropdown-menu .mega-menu-container,
header.desktop .mega-menu .dropdown-menu .container-fluid,
header.desktop .mega-menu .dropdown-menu .row,
header.desktop .mega-menu .dropdown-menu [class*="col"] {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    visibility: visible !important;
    opacity: 1 !important;
}
header.desktop .mega-menu .dropdown-menu .sub-cat,
header.desktop .mega-menu .dropdown-menu .sub-title,
header.desktop .mega-menu .dropdown-menu ul,
header.desktop .mega-menu .dropdown-menu li,
header.desktop .mega-menu .dropdown-menu .sub-category {
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
}

header.desktop .h-banner{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.addons-campaign-bar {
    height: 40px !important;
    background-color: #f5c518 !important;
    background-image: linear-gradient(to bottom, #f5c518 55%, #d39a0c 100%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.addons-campaign-bar .text {
    font-size: 13.5px !important;
    white-space: nowrap !important;
    line-height: 1.2 !important;
}


@media (max-width: 767px) {
    .addons-campaign-bar {
        height: auto !important;
        min-height: 36px !important;
        padding: 6px 14px !important;
    }
    .addons-campaign-bar .text {
        white-space: normal !important;
        font-size: 12px !important;
        line-height: 1.3 !important;
        text-align: center !important;
    }
}



@media (max-width: 480px) {
    .btn-cart,
    .btn-fast-buy {
        font-size: 12px !important;
        letter-spacing: 0 !important;
    }
    .btn-cart .fa-lock,
    .btn-fast-buy .fa-lock {
        margin-right: 4px !important;
    }
}



.mega-menu-container {
    padding: 24px 30px;
}

.mega-menu-container .sub-cat{
    margin-bottom: 20px;
}

.mega-menu-container .sub-title {
    color: var(--pp-black);
    font-weight: 700;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 8px;
    border-left: 3px solid var(--main-color2);
    padding-left: 8px;
    line-height: 1.2;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    transition: var(--transition-standard);
}

.mega-menu-container .sub-title:hover{
    color: var(--main-color2);
}

.mega-menu-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
 
.mega-menu-container ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    margin-bottom: 3px;
}

.mega-menu-container ul li a {
    font-size: 13px;
    color: var(--pp-gray-700);
    font-weight: 400;
    line-height: 22px;
    display: inline-block;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out;
    padding-left: 10px;
    position: relative;
}

.mega-menu-container ul li a::before {
    content: "\2022";
    color: #cccccc;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 11px;
    line-height: 22px;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.mega-menu-container ul li a.sub-title {
    color: var(--pp-black);
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 13px;
    border-left: 3px solid var(--main-color2);
    padding-left: 8px;
}

.mega-menu-container ul li a:hover {
    color: var(--main-color2);
    background-color: rgba(0, 0, 0, 0.03);
    transform: translateX(4px);
    padding-left: 14px;
}

.mega-menu-container ul li a:hover::before {
    color: var(--main-color2);
    content: "\203A";
    font-size: 14px;
    font-weight: bold;
}





.mega-menu-container .mega-feature {
    border-left: 1px solid #f0f0f0;
    padding-left: 22px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.mega-compat-card {
    display: block;
    background: #111111;
    border-radius: 10px;
    padding: 16px 16px 14px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mega-compat-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.mega-compat-card .mcc-head {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--pp-white);
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 6px;
}

.mega-compat-card .mcc-head i {
    color: #ffd400;
    font-size: 15px;
}

.mega-compat-card .mcc-text {
    display: block;
    color: #cfcfcf;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 12px;
}

.mega-compat-card .mcc-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--main-color2, #d7000a);
    color: var(--pp-white);
    font-size: 12px;
    font-weight: 500;
    padding: 7px 13px;
    border-radius: 6px;
    transition: background 0.2s ease;
}

.mega-compat-card:hover .mcc-btn {
    background: #b5000a;
}

.mega-promo {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    line-height: 0;
}

.mega-promo img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.mega-promo:hover img {
    transform: scale(1.03);
}



.mega-menu.side .mega-menu-container ul li{
    display: inline;
}

.mega-menu.side .mega-menu-container ul li a {
    font-size: 12px;
    padding-left: 0;
    display: inline;
    line-height: 1.8;
}

.mega-menu.side .mega-menu-container ul li a::before {
    display: none;
}

.mega-menu.side .mega-menu-container .comma{
    margin-right: 2px;
    color: #999;
}

.mega-menu.side .mega-menu-container ul li:last-child .comma{
    display:none;
}




header.desktop .mega-menu.side .dropdown-menu {
    border-top: 3px solid var(--main-color2);
    border-radius: 0 0 14px 14px;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.10);
    overflow: hidden !important;
}

header.desktop .mega-menu.side .dropdown:hover .dropdown-menu,
header.desktop .mega-menu.side .dropdown.touch-open .dropdown-menu,
header.desktop .mega-menu.side .dropdown:focus-within .dropdown-menu {
    animation: megaFade 0.2s ease-out;
}

@keyframes megaFade {
    from { opacity: 0; transform: translateY(7px); }
    to   { opacity: 1; transform: translateY(0); }
}

header.desktop .mega-menu.side .mega-menu-container {
    padding: 26px 30px 22px;
}


header.desktop .mega-menu.side .mega-menu-container .sub-cat {
    margin-bottom: 4px;
    padding: 9px 12px;
    border-radius: 10px;
    transition: background 0.18s ease;
}

header.desktop .mega-menu.side .mega-menu-container .sub-cat:hover {
    background: #faf7ef;
}


header.desktop .mega-menu.side .mega-menu-container .sub-title {
    text-transform: none;
    border-left: 0;
    padding-left: 0;
    font-weight: 600;
    font-size: 13.5px;
    letter-spacing: 0;
    color: #1a1a1a;
    margin-bottom: 6px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
}


header.desktop .mega-menu.side .mega-menu-container .sub-title::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 2px;
    background: var(--main-color2);
    flex: 0 0 auto;
    transition: transform 0.2s ease;
}

header.desktop .mega-menu.side .mega-menu-container .sub-cat:hover .sub-title {
    color: var(--main-color2);
}

header.desktop .mega-menu.side .mega-menu-container .sub-cat:hover .sub-title::before {
    transform: rotate(45deg);
}




header.desktop .mega-menu.side .mega-menu-container .sub-title[data-id="6"]::before,
header.desktop .mega-menu.side .mega-menu-container .sub-title[data-id="93"]::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    background: transparent;
    width: auto;
    height: auto;
    border-radius: 0;
    color: var(--main-color2);
    font-size: 15px;
    line-height: 1;
}

header.desktop .mega-menu.side .mega-menu-container .sub-title[data-id="6"]::before {
    content: "\f275";
}

header.desktop .mega-menu.side .mega-menu-container .sub-title[data-id="93"]::before {
    content: "\f007";
}


header.desktop .mega-menu.side .mega-menu-container .sub-cat:hover .sub-title[data-id="6"]::before,
header.desktop .mega-menu.side .mega-menu-container .sub-cat:hover .sub-title[data-id="93"]::before {
    transform: none;
}


header.desktop .mega-menu.side .mega-menu-container ul li a {
    font-size: 12px;
    color: #767676;
    line-height: 1.9;
}

header.desktop .mega-menu.side .mega-menu-container ul li a:hover {
    color: var(--main-color2);
    background: transparent;
    transform: none;
    padding-left: 0;
}

header.desktop .mega-menu.side .mega-menu-container .comma {
    color: #d2d2d2;
}


header.desktop .mega-menu.side .mega-menu-container .mega-feature {
    border-radius: 0 0 14px 0;
}




header.desktop .mega-menu.side .mega-menu-container .mega-cols {
    column-count: 3;
    column-gap: 30px;
}

header.desktop .mega-menu.side .mega-menu-container .mega-cols .sub-cat {
    padding: 0;
    margin: 0 0 18px;
    background: transparent;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
}



header.desktop .mega-menu.side .mega-menu-container .mega-stack .sub-cat {
    padding: 0;
    margin: 0 0 22px;
    background: transparent;
    break-inside: avoid;
}

header.desktop .mega-menu.side .mega-menu-container .mega-stack .sub-list {
    column-count: 3;
    column-gap: 28px;
    margin-top: 4px;
}

header.desktop .mega-menu.side .mega-menu-container .mega-cols .sub-cat:hover {
    background: transparent;
}


header.desktop .mega-menu.side .mega-menu-container .mega-cols .sub-title {
    break-after: avoid;
    margin-bottom: 8px;
}

header.desktop .mega-menu.side .mega-menu-container .sub-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

header.desktop .mega-menu.side .mega-menu-container .sub-list li {
    display: block;
    margin: 0;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
}

header.desktop .mega-menu.side .mega-menu-container .sub-list li a {
    display: block;
    font-size: 12px;
    color: #7a7a7a;
    line-height: 1.5;
    padding: 4px 8px 4px 17px;
    border-radius: 6px;
    position: relative;
    transition: color 0.15s ease, background 0.15s ease, padding 0.15s ease;
}

header.desktop .mega-menu.side .mega-menu-container .sub-list li a::before {
    content: '';
    position: absolute;
    left: 6px;
    top: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #d0d0d0;
    transform: translateY(-50%);
    transition: background 0.15s ease;
}

header.desktop .mega-menu.side .mega-menu-container .sub-list li a:hover {
    color: var(--main-color2);
    background: #faf7ef;
    padding-left: 21px;
}

header.desktop .mega-menu.side .mega-menu-container .sub-list li a:hover::before {
    background: var(--main-color2);
}


header.desktop .mega-menu.side .mega-menu-container .sub-all {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #767676;
    padding-left: 17px;
    transition: color 0.15s ease, gap 0.15s ease;
}

header.desktop .mega-menu.side .mega-menu-container .sub-all:hover {
    color: var(--main-color2);
    gap: 8px;
}

header.desktop .mega-menu.side .mega-menu-container .sub-all i {
    font-size: 11px;
}


.single-menu-container{
    display: block;
}
.single-menu-container .single-menu{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    height: 70px;
    align-items: center;
}

.single-menu-container .single-menu li:first-child{
    margin-left: 0;
}

.single-menu-container .single-menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
    height: 100%;
    width: 100%;
}

.single-menu-container .single-menu li .sub-single-item {
    font-weight: 400;
    text-decoration: none;
    padding: 10px 15px;
    color: #000;
    transition: color 0.2s ease-in-out 0s, background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s, box-shadow 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
    font-size: 15px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.single-menu-container .single-menu li:hover>a:after {
    width: 100%;
}

.single-menu-container .single-sub-menu li a{
    border: 1px solid #ebebeb;
    transition: color ease .5s, background-color ease .5s, border-color ease .5s, box-shadow ease .5s, opacity ease .5s;
    padding: 20px 15px;
    border-top: 0;
}

.single-menu-container .single-menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    min-width: 210px;
    width: max-content;
    max-width: 280px;
    position: absolute;
    left: 0px;
    background: var(--pp-white);
    z-index: 99;
    transform: translate(0,20px);
    transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out, box-shadow 0.2s ease-out, opacity 0.2s ease-out, transform 0.2s ease-out;
    box-shadow: 1px 1px 6px -4px rgba(0,0,0,0.75);
}


.single-menu-container .single-menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
}

.single-menu-container .single-menu ul li a {
    font-size: 14px;
    font-weight: 600;
    display: block;
    color: var(--pp-gray-800);
    background: var(--pp-white);
    transition: var(--transition-time);
}

.single-menu-container .single-menu ul li a:hover,.single-menu ul li:hover>a {
    color: var(--main-color);
}

.single-menu-container .single-menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}

.single-menu-container .single-menu ul ul {
    left: 100%;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px,20px);
    transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out, box-shadow 0.2s ease-out, opacity 0.2s ease-out, transform 0.2s ease-out;
}


.single-menu-container .single-menu li>ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}


.mobile-header-space {
    height: 60px;
    display: none; 
}

header.mobile {
    display: none;
    background: var(--pp-white);
    height: 60px;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    
    z-index: 1060;
}

header.mobile .left {
    width: 30%;
    float: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    padding: 5px;
}

header.mobile .center {
    width: 40%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

header.mobile .right {
    width: 30%;
    float: left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
}

header.mobile .logo img {
    max-height: 55px;
}

header.mobile .icon-group {
    position: relative;
    color: var(--pp-gray-800);
    font-size: 21px;
}

header.mobile .icon-group .badge {
    position: absolute;
    top: -7px;
    right: -7px;
    min-width: 18px;
    max-width: 25px;
    padding: 0;
    text-align: center;
    height: 18px;
    background: #d21c1c;
    font-size: 12px;
    color: var(--pp-white);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

header.mobile .mobile-search {
    padding: 0;
    background: #f3f3f3;
}

header.mobile .mobile-search form {
    width: 100%;
}

header.mobile .mobile-search form .input-box {
    width: 80%;
}

header.mobile .mobile-search form input {
    float: left;
    color: #444;
    width: 100%;
    font-size: 15px;
    border-color: transparent;
    background: transparent !important;
    height: 65px;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
    outline: 0 !important
}

header.mobile .mobile-search form input::placeholder {
    color: #444;
}

header.mobile .mobile-search form input:focus,
header.mobile .mobile-search form input:hover {
    border-color: transparent !important;
}

header.mobile .mobile-search form input:focus-visible {
    box-shadow: 0 0 0 2px #2563eb !important;
    border-radius: 6px;
}

header.mobile .mobile-search form .btn-send {
    float: right;
    width: 20%;
    height: 65px;
    border: 0;
    background: transparent !important;
    color: var(--pp-gray-800);
    font-size: 19px;
}

header.mobile .h-banner{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.sidebar-user {
    background: var(--pp-white);
    width: 250px;
    position: fixed;
    top: 0;
    height: 100vh;
    height: 100dvh;
    transition: margin-right .3s;
    z-index: 9999;
    right: 0;
    margin-right: -250px;
}

.sidebar-user.active {
    margin-right: 0;
}

.sidebar-user .title {
    padding: 10px;
    background: var(--main-color);
    color: var(--pp-white);
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.sidebar-user .title .btn-close {
    color: var(--pp-white);
}

.sidebar-user .login-menu a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: var(--pp-gray-800);
    font-size: 14px;
    font-weight: 500;
}

.sidebar-user .login-menu a i {
    width: 30px;
    margin-right: 10px;
    text-align: left;
}

.sidebar-user .scrollbar {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.sidebar-user .title-alt {
    padding: 10px;
    background: rgba(0, 0, 0, .15);
    font-size: 14px;
    font-weight: 500;
}

.sidebar-user .footer-links ul {
    margin: 0;
    padding: 0;
}

.sidebar-user .footer-links ul li {
    padding: 0;
    list-style: none;
}

.sidebar-user .footer-links ul li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: var(--pp-gray-800);
    font-size: 14px;
}

.sidebar-user .footer-links ul li a.wp i {
    color: #21bd5c;
}

.sidebar-user .footer-links ul li a i {
    text-align: center;
    width: 40px;
    font-size: 16px;
}


.sidebar-menu {
    background: var(--pp-white);
    width: 250px;
    position: fixed;
    top: 0;
    height: 100vh;
    height: 100dvh;
    transition: margin-left .3s;
    z-index: 9999;
    left: 0;
    margin-left: -250px;
}

.sidebar-menu.active {
    margin-left: 0;
}

.sidebar-menu .scrollbar {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.sidebar-menu .title {
    padding: 10px;
    background: #333;
    color: var(--pp-white);
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.sidebar-menu .title .btn-close {
    color: var(--pp-white);
}

.sidebar-menu .title-alt {
    padding: 10px;
    background: rgba(0, 0, 0, .15);
    font-size: 14px;
    font-weight: 500;
}

.sidebar-menu .links a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: var(--pp-gray-800);
    font-size: 14px;
}

.sidebar-menu .links a i {
    float: right;
}


.sidebar-menu .categories ul {
    margin: 0;
    padding: 0;
}

.sidebar-menu .categories ul li {
    padding: 0;
    list-style: none;
}

.sidebar-menu .categories ul li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: var(--pp-gray-800);
    font-size: 15px;
    font-weight: 500;
}

.sidebar-menu .categories ul li a .name {
    width: 80%;
}

.sidebar-menu .categories ul li a .icon {
    color: #777;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 2px;
    font-size: 18px;
}

.sidebar-menu .categories ul .multi {
    display: none;
}

.sidebar-menu .categories ul .multi a {
    padding-left: 20px;
}

.sidebar-menu .categories ul .multi .multi a {
    padding-left: 40px;
}

.sidebar-menu .categories ul .multi .multi .multi a {
    padding-left: 60px;
}


.stores {
    background: var(--pp-white);
    border: solid 1px #e6e6e6;
    padding: 10px 0;
}

.stores .cards {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row
}

.stores .card {
    border: none;
    box-shadow: none;
    margin: 0 !important;
    border-left: 1px solid #e6e6e6;
}

.stores .card:first-child {
    border-left: 0;
}

.stores .card .card-body {
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 10px;
}

.stores .card .card-body img {
    max-height: 80%;
    max-width: 60%!important;
    margin: 0 auto;
}

.stores .card .card-header {
    display: none;
}

.stores .text-white {
    font-weight: bold;
    font-size: 12px !important;
}



footer {
    background: var(--footer-bg);
}

footer .bb {
    padding: 20px 0;
}

footer .logo-area {
    text-align: left;
    margin: 15px 0;
}

footer .logo-area .logo img {
    max-height: 100px;
    max-width: 230px;
}

footer .logo-description {
    margin-top: 15px;
}

footer .info {
    padding: 25px 0;
}

footer .title {
    font-size: 16px;
    font-weight: bold;
    color: var(--pp-white);
    text-align: center;
    margin-bottom: 15px;
}

footer .title-2 {
    color: var(--pp-white);
    font-size: 13px;
    
}

footer .title-3 {
    color: var(--pp-white);
    font-size: 17px;
    
}

footer .secure .description {
    color: var(--pp-white);
    margin: 5px 0;
}

footer .secure img {
    opacity: .5;
}

footer .info ul {
    padding: 0;
    margin: 0;
}

footer .info ul li {
    list-style: none;
    padding: 3px 0;
    color: var(--pp-white);
    font-size: 13px;
}

footer .info ul li a {
    display: block;
    color: var(--pp-white);
    font-size: 13px;
    position: relative;
    line-height: 25px;
    transition: var(--transition-standard);
}

footer .info ul li a:hover {
    text-decoration: underline;
}

footer .bar {
    padding: 10px 0;
    background: var(--pp-white);
}

footer .bar a {
    color: var(--pp-gray-800);
    text-align: center;
}

footer .bar a:hover {
    color: var(--main-color);
}

footer .bar p {
    margin: 0;
    color: #000;
}

footer .footer-contact,
footer .footer-contact *{
    color: var(--pp-white);
}



.sidebar-menu-type-2 {
    background: var(--pp-white);
    width: 100%;
    position: fixed;
    top: 0;
    height: 100vh;
    height: 100dvh;
    transition: margin-left .3s;
    z-index: 9999;
    left: 0;
    margin-left: -100%;
}

.sidebar-menu-type-2.active {
    margin-left: 0;
}

.sidebar-menu-type-2 .scrollbar {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.sidebar-menu-type-2 .title {
    padding: 10px;
    background: #333;
    color: var(--pp-white);
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.sidebar-menu-type-2 .title .btn-close {
    color: var(--pp-white);
}

.sidebar-menu-type-2 .title-alt {
    padding: 10px;
    background: rgba(0, 0, 0, .15);
    font-size: 14px;
    font-weight: 500;
}

.sidebar-menu-type-2 .links a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: var(--pp-gray-800);
    font-size: 14px;
}

.sidebar-menu-type-2 .links a i {
    float: right;
}



.sidebar-menu-type-2 .categories ul {
    margin: 0;
    padding: 10px;
}

.sidebar-menu-type-2 .categories ul li {
    padding: 0;
    list-style: none;
    border: 1px solid #e2e2e2;
    margin-bottom: 15px;
    position: relative;
}

.sidebar-menu-type-2 .categories ul li a img{
    height: 35px;
    margin-right: 10px;
}

.sidebar-menu-type-2 .categories ul li a {
    display: flex;
    padding: 10px;
    border-bottom: 0;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    align-items: center;
}

.sidebar-menu-type-2 .categories ul li a .name {
    width: 80%;
}

.sidebar-menu-type-2 .categories ul li a .icon {
    color: #000;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 2px;
    font-size: 17px;
    position: absolute;
    right: 22px;
}

.sidebar-menu-type-2 .categories .multi li a .icon {
    right: 13px;
}

.sidebar-menu-type-2 .easy-autocomplete-container ul {
    border-top: 1px solid #ebebeb;
    top: 65px;
}

.sidebar-menu-type-2 .categories ul li a .icon .fa-angle-right:before {
    content: "\f078";
}

.sidebar-menu-type-2 .categories .multi .icon .fa-angle-right:before {
    content: "\f078";
}

.sidebar-menu-type-2 .categories ul .multi {
    display: none;
}

.sidebar-menu-type-2 .categories ul .multi li:first-child{
    display: none;
}

.sidebar-menu-type-2 .categories ul .multi a {
    padding-left: 20px;
}

.sidebar-menu-type-2 .categories .multi li {
    border: 0 !important;
    margin-bottom: 5px;
}

.sidebar-menu-type-2 .categories ul .multi a {
    padding: 0;
}

.sidebar-menu-type-2 .categories ul .multi .multi a {
    padding-left: 20px;
    font-size:12px;
}

.sidebar-menu-type-2 .mobile-search i{
    font-size: 25px;
    margin-right: 10px;
}

.sidebar-menu-type-2 .mobil-area-title {
    color: #000;
    margin: 15px 10px 10px 13px;
    display: block;
    font-weight: 500;
    font-size: 15px;
}

.sidebar-menu-type-2 .mobil-area-1 {
    display: flex;
    position: relative;
    text-align: center;
}

.sidebar-menu-type-2 .mobil-area-1 a {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 50%;
    justify-content: center;
    border: 1px solid #e2e2e2;
    margin: 0 10px;
    padding: 7px 1rem;
    color: #000;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
}

.sidebar-menu-type-2 .mobil-area-1 a img {
    margin-right: 10px;
    padding: 0;
    width: 41px;
    height: 41px;
}

.sidebar-menu-type-2 .logo-area a img {
    height: 70px;
    max-width: 250px;
}

.sidebar-menu-type-2 .logo-area {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px;
}

.mobile-menu-close {
    display: flex;
    justify-content: center;
    margin-right: 19px;
    font-size: 20px;
    align-items: center;
}

.mobile-menu-close i {
    border: 1px solid #e2e2e2;
    padding: 0.5rem;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    color: #e2e2e2;
    padding-top: 10px;
    padding-left: 9px;
}

.mobil-area-2 {
    margin: 1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.sidebar-menu-type-2 .short-link {
    width: 50%;
    padding: 15px 10px;
}

.sidebar-menu-type-2 .short-link.border-1{
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}

.sidebar-menu-type-2 .short-link.border-2{
    border-bottom: 1px solid #e2e2e2;
}

.sidebar-menu-type-2 .short-link.border-3 {
    border-right: 1px solid #e2e2e2;
}

.sidebar-menu-type-2 .short-link a {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.sidebar-menu-type-2 .short-link a i {
    margin-right: 10px;
    font-size: 20px;
}

.mobil-area-footer {
    text-align: center;
    color: #000;
}

.sidebar-menu-type-2 .scrollbar {
    width: 100%;
    height: 90%;
    box-sizing: border-box;
    padding-bottom: 0;
    overflow-x: hidden;
    overflow-y: scroll;
}



header.desktop .header-bar .bar-user {
    background: var(--pp-white) !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 20px !important;
    color: var(--pp-gray-800) !important;
    height: 40px !important;
    margin-right: 10px;
    width: 155px !important;
    padding: 0 12px !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02) !important;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out !important;
}

header.desktop .header-bar .bar-user:hover {
    border-color: var(--main-color2) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
}

header.desktop .header-bar .bar-user .icon i {
    color: var(--main-color2) !important;
    font-size: 18px !important;
    margin-right: 4px !important;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out !important;
}

header.desktop .header-bar .bar-user .link a,
header.desktop .header-bar .bar-user .link button {
    color: var(--pp-gray-800) !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out !important;
}



header.desktop .header-bar .bar-user .link button {
    display: block;
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left;
    cursor: pointer;
    font-family: inherit;
}

header.desktop .header-bar .bar-user .link a:hover,
header.desktop .header-bar .bar-user .link button:hover {
    color: var(--main-color2) !important;
}

header.desktop .header-bar .header-cart-hover .bar-cart {
    background: var(--main-color) !important;
    border-radius: 20px !important;
    color: var(--pp-white) !important;
    height: 40px !important;
    width: 150px !important;
    padding: 0 15px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out !important;
}

header.desktop .header-bar .header-cart-hover .bar-cart:hover {
    background: var(--main-color2) !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15) !important;
}

header.desktop .header-bar .header-cart-hover .bar-cart .icon i {
    color: var(--pp-white) !important;
    font-size: 18px !important;
    margin-right: 6px !important;
}

header.desktop .header-bar .header-cart-hover .bar-cart .name {
    color: var(--pp-white) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}

.product-quantity {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px !important;
}

.product-quantity input {
    width: 40px;
    height: 25px;
    padding: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    border: 0 !important;
}

.product-quantity .btn {
    background: #000000;
    color: var(--pp-white);
    border-color: transparent!important;
    font-size: 10px;
    font-weight: 500;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-radius: 50% !important;
}

.product-body .product-favourite {
    font-size: 13px;
    background: #f7f7f7;
    padding: 10px 20px;
    border-radius: 10px;
    margin-top: 20px;
}

.product-price-group .prices .sale-price {
    font-size: 27px;
    font-weight: 600;
    color: var(--main-color2);
}

.product-profile-info li {
    margin: 10px 0;
}

.product-profile-1 h1.title {
    padding-bottom: 10px;
    border-bottom: 0;
}

.product-profile-1 .carousel .carousel-inner {
    border: 1px solid #eaeaea;
    border-radius: 20px;
    overflow: hidden;
}

.product-profile-1 .carousel .carousel-indicators li {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 3px;
    border: 1px solid #eaeaea;
    margin-bottom: 5px;
    max-width: 70px;
    border-radius: 10px;
    overflow: hidden;
}

.product-body .p-g-mod-base-content{
    border: 0 !important;
}

.card-product .card-product-inner .image-wrapper .image {
    display: block;
    border-bottom: 1px dashed #e0e0e0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.pattern-group .p-g-mod-showcase .p-g-mod-header {
    height: 70px;
}

.pattern-group .p-g-mod-showcase .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    


    font-size: 22px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: var(--pp-black, #111111);
}

.pattern-group .p-g-mod-showcase .p-g-mod-header .p-g-m-h-info{
    display: flex;
    position: relative;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
}

.pattern-group .p-g-mod-showcase .p-g-mod-header .p-g-m-h-info:after {
    content: '';
    position: absolute;
    width: 10%;
    bottom: 0;
    left: 0;
    height: 3px;
    background-color: var(--main-color2);
    z-index: 1;
}

.home-body .pattern-group .pattern-group-header {
    padding: 15px 0;
    display: flex;
    position: relative;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
}

.home-body .pattern-group .pattern-group-header:after {
    content: '';
    position: absolute;
    width: 10%;
    bottom: 0;
    left: 0;
    height: 3px;
    background-color: var(--main-color2);
    z-index: 1;
}

.pattern-group .pattern-group-header .p-g-h-info .p-g-h-i-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    line-height: initial;
    color: var(--main-color2);
}

.page-item.active .page-link{
    z-index: 3;
    color: var(--pp-white);
    background-color: #222;
    border-color: #222
}

.page-item .page-link{
    color: #222;
}

.p-g-mod-t-44 .banner-item .image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.p-g-mod-t-44 .banner-item .image img {
    max-width: 100%;
    width: 100%;
    border-radius: 10px;
    transform: scale(1);
    transition: var(--transition-standard);
}

.p-g-mod-t-44 .banner-item:hover .image img {
    transform: scale(1.09);
    transition: var(--transition-standard);
}

.footer-top-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f8f6ee;
    padding: 0px 0 150px 0;
    position: relative;
    bottom: -100px;
    z-index: 1;
}

.wave{
    position: relative;
    z-index: 2;
}

.wave-2{
    position: relative;
    bottom: -100px;
}

.newsletter-content .newsletter-title {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 18px;
    text-align: center;
}

.newsletter-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin-top: 10px !important;
}

.home-headline{
    margin-top: -20px;
}

.product-profile-1 .carousel .carousel-indicators {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    height: auto;
    margin: 0;
    z-index: 0;
    flex-direction: row;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    max-height: 500px;
    overflow: scroll;
}

.info-bar-1 {
    padding: 20px 0;
    background: #f8f6ee;
}

.info-bar-1 .icons {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: #000;
    padding: 10px 0;
}

.info-bar-1 .icons .icon-group {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 20px;
}

.info-bar-1 .icons .icon-group:last-child {
    border-right: 0;
}

.info-bar-1 .icons .icon-group i {
    font-size: 35px;
    margin-right: 25px;
    color: #000;
}

.info-bar-1 .icons .icon-group .inf .name {
    font-size: 15px;
    font-weight: 500;
    display: block;
    color: #000;
}

.info-bar-1 .icons .icon-group .inf .description {
    font-size: 13px;
    font-weight: 400;
    color: #000;
}

.login-body .p-g-mod-t-4{
    padding: 30px;
}

.login-body .p-g-mod-t-4 .nav-tabs {
    border: 0 !important;
    background: transparent !important;
    border-radius: 4px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.login-body .p-g-mod-t-4 .nav-tabs .nav-item {
    flex: 1;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #e9e9e9 !important;
    background: #e9e9e9;
    color: #777;
    font-weight: 600;
    transition: var(--transition-standard);
    font-size: 16px;
}

.login-body .p-g-mod-t-4 .btn-without-login {
    color: var(--pp-white);
    background: var(--main-color) !important;
    border: none;
    margin-bottom: 20px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    height: 40px;
}

.login-body .p-g-mod-t-4 .btn-without-login i{
    line-height: 0;
}

.login-body .p-g-mod-t-4 .nav-tabs .nav-item.show .nav-link,
.login-body .p-g-mod-t-4 .nav-tabs .nav-link.active {
    border: 1px solid #c5c5c5 !important;
    background: var(--pp-white) !important;
    color: #000 !important;
}

.login-body .p-g-mod-t-4 .btn-success {
    color: var(--pp-white);
    background-color: #28a745;
    border-color: #28a745;
    display: flex;
    flex: 1;
    width: 100%;
    justify-content: center;
    font-size: 14px;
    height: 45px;
    align-items: center;
    font-weight: 500;
}

.login-body .p-g-mod-t-4 .btn-fb-login {
    background: #4c69ba!important;
    background-image: linear-gradient(#4c69ba,#3b55a0)!important;
    text-shadow: 0 -1px 0 #354c8c!important;
    color: var(--pp-white)!important;
    border: 1px solid #4c69ba!important;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
}

.login-body .p-g-mod-t-4 .btn-fb-login i {
    padding-right: 10px!important;
    border-right: 0 !important;
}

.login-body .p-g-mod-t-4 .btn-google-login {
    background: #db4437!important;
    background-image: linear-gradient(#db4437,#cc3e32)!important;
    text-shadow: 0 -1px 0 #db4437!important;
    color: var(--pp-white)!important;
    border: 1px solid #db4437!important;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
}

.login-body .p-g-mod-t-4 .btn-google-login i{
    padding-right: 10px!important;
    border-right: 0 !important;
}

.p-g-mod-t-12 .p-g-mod-body .social-share {
    border-top: 1px solid rgba(0,0,0,.1);
    font-size: 12px;
    margin-top: 10px;
}

.p-g-mod-t-15 .p-g-mod-body.p-g-mod-body-p-0 ul li a,
.p-g-mod-t-16 .p-g-mod-body.p-g-mod-body-p-0 ul li a,
.p-g-mod-t-58 .p-g-mod-body.p-g-mod-body-p-0 ul li a {
    padding: .75rem 10px;
}

.categories-body .product-view-select a div,
.categories-body .product-view-select button div {
    width: 9px;
    height: 13px;
    background: #e2e6eb;
    border-radius: 1px;
    margin:0 2px;
}

.categories-body .product-view-select a.active div,
.categories-body .product-view-select button.active div {
    background: var(--main-color);
}

.categories-body .product-view-select a,
.categories-body .product-view-select button {
    background: var(--pp-white);
    height: 30px;
    border-radius: 5px;
    border: 1px solid #e7e3e3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    margin-left: 10px;
    transition: var(--transition-time);
    padding:0 10px;
    cursor: pointer;
    outline: none;
}

.card-blog .buttons .btn-read-more {
    background: var(--pp-white);
    color: #000;
    border: 1px solid #000;
    font-size: 13px;
    border-radius: 3px;
    padding: 5px 15px;
}

.card-blog .buttons .btn-read-more i {
    font-size: 9px;
    margin-left: 5px;
}

.category-filter-order-desktop{
    display: inline-block;
    width: auto;
    min-width: 190px;
    line-height: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 35px;
    font-size: 13px;
    color: #4a4a4a !important;
    font-weight: 400;
    padding-left: 14px;
    border: 1px solid #e7e3e3 !important;
    border-radius: 3px;
    background: url(images/select-arrow.svg) no-repeat;
    background-position: right 10px center;
    background-color: var(--pp-white);
    outline: none;
}

.category-filter-order-desktop:focus{
    border-color: #e7e3e3 !important;
}

.category-filter-order-desktop:focus-visible{
    border-color: #2563eb !important;
    box-shadow: 0 0 0 2px #2563eb;
}



.category-filter-order .list-wrap {
    background: #eeeeee;
    border-radius: 5px;
    padding: 10px 20px;
}

.category-filter-order .list-wrap .list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.categories-body .pattern-group .p-g-mod-t-20 > .p-g-mod-header {
    border-bottom: 0;
    padding-left:0 !important;
}

.category-filter-order .list-wrap .list li {
    flex: inherit;
    display: flex;
    align-items: center;
}

.category-filter-order .category-filter-order-mobile-list,
.category-filter-order .category-filter-order-mobile {
    display: none !important;
}

@media (max-width: 991px) {
    .cat-responsive-popup .category-filter-order-mobile-list {
        display: block !important;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .cat-responsive-popup .category-filter-order-mobile {
        display: flex !important;
        width: 100%;
    }
}

.pattern-group .p-g-mod-showcase .p-g-mod-header{
    border-bottom: 0;
}

.card-product .card-product-inner .price-group .prices .sale-price {
    font-size: 17px;
    font-weight: 600;
    color: var(--main-color2);
    line-height: normal;
}

.card-product-content{
    text-align: center;
    color: var(--pp-gray-700);
}

.card-product .card-product-inner .product-label img {
    max-height: 35px;
}

.category-filter-order .list-wrap .list li .lag-checkbox{
    transition: var(--transition-standard);
}

.category-filter-order .list-wrap .list li.active .lag-checkbox,
.category-filter-order .list-wrap .list li:hover .lag-checkbox {
    background: var(--main-color);
    color: var(--pp-white);
}

.pattern-group .p-g-mod-t-26 .p-g-mod-body .buttons .btn-secondary {
    color: var(--pp-white);
    background-color: #6c757d;
    border-color: #6c757d;
    width: 100%;
    margin: 0 !important;
    border-radius: 0;
}

.categories-body .p-g-mod-t-cat-filter{
    border: 1px solid #ebebeb;
    margin-bottom: 10px;
}

.product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    border: 1px solid #ebebeb;
    margin-bottom: 0px;
}

.product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav .nav {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    height: 50px;
}

.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link{
    transition: var(--transition-time);
}

.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link:hover{
    color: var(--main-color);
}
.product-details-tab-product-details-tab-colorful .tab-content{
    border: 1px solid #ebebeb;
    border-top: 0;
}

.product-profile-1 .carousel .carousel-indicators li.active {
    border-color: var(--main-color);
}

.p-g-mod-base-content{
    border: 1px solid #ebebeb;
}

.p-g-mod-t-10 .p-g-mod-body a,
.p-g-mod-t-2 .p-g-mod-body a{
    transition: var(--transition-standard);
}

.contact-info{
    display: flex;
    flex-direction: column;
}

.contact-info .contact-item {
    margin: 5px 0;
    align-content: center;
    cursor: pointer;
    color: var(--pp-white);
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 600;
}

.contact-info .contact-item i {
    margin-right: 10px;
    font-size: 23px;
    margin-bottom: 10px;
    transition: var(--transition-standard);
}

.contact-info .contact-item a {
    color: var(--pp-white);
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

footer .bar .cards {
    min-height: auto;
    background: inherit;
}

footer .bar .right-image {
    text-align: right !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.p-g-mod-t-45 .carousel-type-1 .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.product-profile-info .sale-price-discount,
.hizli-sepet .sale-price-discount{
    display: inline-flex;
    align-items: center;
    border: 1px solid #ebebeb;
    padding: 10px;
    margin-top: 10px;
    font-size: 16px;
}

.product-profile-info .sale-price-discount .sale-price,
.hizli-sepet .sale-price{
    font-size: 20px;
    font-weight: 600;
}

.card-product .sale-price-basket {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ebebeb;
    padding: 5px 0;
    margin: 3px 0;
    flex-direction: column;
}

.card-product .sale-price-basket .sale-price{
    font-weight: 500;
    font-size: 15px;
}

.native-modal.show .hizli-sepet .related-products {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: inherit;
}

.native-modal.show .hizli-sepet .fast-product-cart-box::-webkit-scrollbar {
      -webkit-appearance: none;
      width: 7px;
    }
    
.native-modal.show .hizli-sepet .fast-product-cart-box::-webkit-scrollbar-thumb {
      border-radius: 4px;
      background-color: rgb(181 181 181 / 50%);
}

.hizli-sepet {
    max-width: 960px !important;
}

.native-modal.show .hizli-sepet .modal-content {
    border: 0;
    border-radius: 0;
    position:relative;
}

.native-modal.show .hizli-sepet .modal-content .prices{
    display: flex;
    align-items: center;
}

.native-modal.show .hizli-sepet .modal-content .fast-product-title{
    font-size: 19px;
    color: #151515;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 25px;
}

.native-modal.show .hizli-sepet .modal-content .product-reviews .stars .star {
    color: #dbdbdb;
    font-size: 12px;
    margin-right: 1px;
}

.native-modal.show .hizli-sepet .modal-content .product-reviews .stars{
    margin: 15px 0;
}

.native-modal.show .hizli-sepet .modal-content .iliskili-urunler{
    color: #858585;
    font-weight: 600;
}

.native-modal.show .hizli-sepet .modal-content .iliskili-urunler .value{
    color: #000;
}

.native-modal.show .hizli-sepet .modal-content .product-price-group .prices .list-price {
    font-size: 19px;
    font-weight: 500;
    color: #999;
    text-decoration: line-through;
    margin-right: 10px;
}

.native-modal.show .hizli-sepet .modal-content .short-desc{
    color: #454545;
    font-size: 14px;
    margin-bottom: 15px;
}

.native-modal.show .hizli-sepet .carousel-indicators li{
    width: 10px;
    height: 10px;
    background-color: #898989;
    border-radius: 50%;
    border: 4px solid transparent;
}

.native-modal.show .hizli-sepet .carousel-indicators li.active {
    opacity: 1;
    background-color: #000 !important;
    border: 4px solid #c3c3c3;
}

.native-modal.show .hizli-sepet .product-favourite2{
    position: absolute;
    top: 15px;
    left: 25px;
    z-index: 999;
    width: 40px;
    height: 40px;
    background: var(--pp-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding-top: 3px;
    box-shadow: 0px -2px 18px -3px rgb(0 0 0 / 58%);
}

.native-modal.show .hizli-sepet .product-favourite2 button {
    background: transparent;
    border: 0;
    padding: 0;
    color: inherit;
    cursor: pointer;
}

.native-modal.show .hizli-sepet .product-buttons {
    display: inline-flex;
    flex-wrap: nowrap;
}

.native-modal .native-modal-close{
    z-index:9;
    outline:0;
}

.native-modal .native-modal-close:focus-visible{
    box-shadow: 0 0 0 2px #2563eb;
}

.native-modal.show .hizli-sepet .fast-product-cart-box{
    height: 100%;
    display: flex;
    flex-direction: column;
    max-height: 600px;
    overflow-y: auto;
}

.native-modal.show .hizli-sepet .modal-body{
    padding:0 !important;
}




.product-body .product-profile-1 .product-unit {
    display: flex;
    justify-content: center;
    font-weight: 500;
    align-items: center;
    border-radius: 5px;
    border: solid 1px #d9d9d9;
    width: 95px;
    padding: 5px 0;
    margin: 10px 0;
    margin-right: 10px !important;
    height: 46px;
}

.product-body .product-profile-1 .product-unit  input[type=checkbox],
.product-body .product-profile-1 .product-unit  input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    margin-right: 5px;
}

.product-body .product-profile-1 .product-unit input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #96be67;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 3px solid #ebebeb;
}



.card-product .card-product-inner .quantity {
    margin: 5px 0;
    width: 100%;
    text-align: center;
    display: flex;
    flex-basis: auto;
    justify-content: center;
}

.card-product .card-product-inner .quantity .btn {
    display: flex;
    width: 25px;
    height: 25px;
    color: var(--pp-white);
    font-size: 10px;
    border: 0;
    align-items: center;
    justify-content: center;
    background: #000;
    border-radius: 50%;
}

.card-product .card-product-inner .quantity .btn:hover {
    color: var(--pp-white);
    background: var(--main-color2);
}

.card-product .card-product-inner .quantity input {
    min-width: 25px;
    max-width: 40px;
    height: 25px;
    border-radius: 0;
    background: var(--pp-white);
    color: #000;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    border: none !important;
}

.subtitle-img {
    max-height: 20px;
    max-width: 20px;
    object-fit: contain;
    margin-right: 6px;
    

}

header.desktop .mega-menu .nav-link {
    display: flex;
}

.single-menu-container .single-menu li .subtitle-img{
    font-weight: 500;
    text-decoration: none;
    padding: 0;
    display: block;
    color: var(--pp-white);
    transition: color 0.2s ease-in-out 0s, background-color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s, box-shadow 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
    font-size: 16px;
}

.single-menu-container .single-menu li{
    text-align: center;
}

.single-menu-container .single-menu li .sub-single-item{
    padding: 0 10px;
}








footer .mobile-app-title{
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    display: block;
    color: var(--pp-white);
}

footer .mobile-app img{
    max-height: 40px;
}



.product-customer-actions{
    padding: 10px 0;
    background: #f5f5f5;
}

.product-customer-actions .action .button i {
    font-size: 15px;
    margin-right: 10px;
}

.product-customer-actions .action:first-child {
    border-left: 0;
}
.product-customer-actions .action {
    border-right: 0;
}



.product-transfer-discount{
    background: #f2f2f2;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    border-left: 5px solid var(--main-color);
    font-size:14px;
    color:#7a7a7a;
}



.newsletter-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.newsletter-content {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.newsletter-content .newsletter-title {
    color: #000;
    font-weight: 400;
    font-size: 19px;
    margin-bottom: 18px;
}
    
.newsletter-input {
    height: 40px;
    background: transparent !important;
    display: block;
    color: #000;
    position: relative;
    line-height: 23px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 15px;
    box-shadow: none;
    border: 1px solid #000000;
}

.newsletter-form .btn-submit{
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}

.newsletter-form {
    position: relative;
    width: 100%;
    max-width: 400px;
}



.sms-newsletter-content .newsletter-title{
    color: #000;
    font-weight: 400;
    font-size: 19px;
    margin-bottom: 18px;
}
    
.sms-newsletter-input{
    height: 40px;
    background: transparent !important;
    display: block;
    color: #000;
    position: relative;
    line-height: 23px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 15px;
    box-shadow: none;
    border: 1px solid #000000;
}

.sms-newsletter-form .btn-submit{
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}

.sms-newsletter-form{
    position: relative;
    width: 100%;
}


.footer-top-content .social-media a {
    color: var(--pp-white);
    font-size: 20px;
    margin-right: 20px;
    background: #000;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: var(--transition-standard);
}

.footer-top-content .social-media a:hover{
    background: var(--main-color2);
    transition: var(--transition-standard);
}

.footer-top-content .social-media a:last-child{
    margin-right:0;
}

.card-product .card-product-inner .price-group .prices .list-price{
    text-decoration: line-through;
}



.card-blog,
.card-brand,
.card-category,
.card-product {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}

.card-product .card-product-inner .free-cargo-badge {
    position: absolute;
    left: 10px;
    background: #059669; 
}

.card-product .card-product-inner .buttons .btn-cart,
.modal-content .buttons .btn-cart{
    background: var(--add-cart-list-bg);
    border-color: var(--add-cart-list-bg);
    color: var(--add-cart-list) !important;
    transition: var(--transition-time);
    width: 80%;
    font-weight: 600;
    font-size: 14px;
    border-radius: 12px;
}

.card-product .card-product-inner .buttons .btn-cart i,
.modal-content .buttons .btn-cart i{
    margin-right: 7px;
}

.card-product .card-product-inner .buttons .btn-cart:hover,
.modal-content .buttons .btn-cart:hover{
    background: var(--add-cart-list-bg-hover);
    border-color: var(--add-cart-list-bg-hover);
    color: var(--add-cart-list-hover) !important;
}

.card-product .down-to-top .btn-cart{
    background: var(--add-cart-list-bg);
    border-color: var(--add-cart-list-bg);
    color: var(--add-cart-list) !important;
    transition: var(--transition-time);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 158px;
    max-width: calc(100% - 24px);
    margin: 0 auto;
    padding: 10px 18px;
    font-size: 13px;
    line-height: 1.2;
    white-space: nowrap;
}

.card-product .down-to-top .btn-cart:hover{
    background: var(--add-cart-list-bg-hover);
    border-color: var(--add-cart-list-bg-hover);
    color: var(--add-cart-list-hover) !important;
}

.product-buttons .btn-cart{
    background: var(--add-cart-detail-bg);
    border-color: var(--add-cart-detail-bg);
    color: var(--add-cart-detail);
    transition: var(--transition-standard);
    font-size: 16px;
    font-weight: 600;
    flex: 1;
    border-radius: 10px;
}

.product-buttons .btn-cart:hover{
    background: var(--add-cart-detail-bg-hover);
    border-color: var(--add-cart-detail-bg-hover);
    color: var(--add-cart-detail-hover);
}

.product-buttons .btn-fast-buy{
    background: var(--buy-now-bg);
    border-color: var(--buy-now-bg);
    color: var(--buy-now);
    transition: var(--transition-standard);
    font-size: 16px;
    font-weight: 600;
    flex: 1;
    border-radius: 10px;
}

.product-buttons .btn-fast-buy:hover{
    background: var(--buy-now-bg-hover);
    border-color: var(--buy-now-bg-hover);
    color: var(--buy-now-hover);
}

.product-buttons .btn-wp {
    font-size: 14px;
    background: #33aa29;
    border-color: #33aa29;
    color: var(--pp-white);
    font-weight: 600;
    margin: 10px 10px 10px 0;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    border-radius: 10px;
}

.payment-final-buttons-1 .btn-complete{
    background: var(--complete-payment-bg);
    border-color: var(--complete-payment-bg);
    color: var(--complete-payment);
    transition: var(--transition-standard);
}

.payment-final-buttons-1 .btn-complete:hover{
    background: var(--complete-payment-bg-hover);
    border-color: var(--complete-payment-bg-hover);
    color: var(--complete-payment-hover);
}



.membership-benefits-card {
    background: var(--pp-cream, #f8f6ee);
    border: 1px solid var(--pp-cream-border, #e7e2d2);
    border-radius: var(--pp-radius, 8px);
    box-shadow: var(--pp-shadow-sm, 0 2px 8px rgba(0, 0, 0, 0.05));
}
.membership-benefits-card .mbc-ico {
    font-size: 20px;
    margin-right: 10px;
    color: var(--pp-amber-accent, #ba7517);
}
.membership-benefits-card .mbc-title {
    color: var(--pp-gray-800, #333);
    font-size: 16px;
}
.membership-benefits-card .mbc-ico-sm {
    font-size: 13px;
}


.payment-final-buttons-1 .btn-complete {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.payment-final-buttons-1 .btn-complete .btn-complete-total {
    font-weight: 800;
    padding-left: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.35);
}

.payment-cart-summary-1 .p-list-button {
    background: transparent;
    border: 0;
    padding: 0;
    color: inherit;
    cursor: pointer;
    text-align: left;
}

.help-entries .card-header button {
    width: 100%;
    background: transparent;
    border: 0;
    padding: 0;
    color: inherit;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.product-favourite-kart{
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}

.product-favourite-kart a,
.product-favourite-kart button{
    background: transparent;
    border: 0;
    padding: 0;
    color: inherit;
    cursor: pointer;
    font-size: 20px;
}


header.desktop .header-bar .bar-link .icon{
    position:relative;
}

header.desktop .header-bar .bar-link .icon,
header.desktop .header-bar .bar-link .name{
    transition: var(--transition-standard);
}

header.desktop .header-bar .bar-link{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    line-height: normal;
    font-weight: 400;
    transition: var(--transition-standard);
}

header.desktop .header-bar .bar-link a{
    color: var(--pp-white);
}

header.desktop .header-bar .bar-user .link{
    display: flex;
    flex-direction: column;
}

header.desktop .header-bar .bar-link i{
    margin-right: 7px;
    font-size: 23px;
}

header.desktop .header-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

header.desktop .header-bar .bar-cart .icon .count {
    position: absolute;
    right: -10px;
    top: -10px;
    min-width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #db2534;
    color: var(--pp-white);
    font-size: 11px;
    border-radius: 50%;
}



.product-view-select{
    display: flex;
    justify-content: flex-start;
    width: auto;
    gap: 8px;
    height: 100%;
    align-items: center;
}



.card-product .it-over {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    width: 100%;
    background: rgb(255 255 255 / 90%);
    color: #000;
    border: 1px solid #000;
    text-align: center;
    height: 50px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}








.card-product.is-out-of-stock .image-wrapper .image,
.card-list-product.is-out-of-stock .image-wrapper .image {
    filter: grayscale(100%) !important;
    opacity: 0.55 !important;
}


.card-product.is-out-of-stock:hover .image-wrapper img {
    transform: none !important;
}


.card-list-product .image-wrapper {
    position: relative;
}

.pp-list-card { position: relative; }
.pp-list-card-link::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
}

.card-list-product .it-over {
    position: absolute;
    bottom: 8px;
    left: 8px;
    right: 8px;
    background: rgb(255 255 255 / 92%);
    color: #000;
    border: 1px solid #000;
    border-radius: 4px;
    text-align: center;
    padding: 4px 6px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.card-product .carousel-control-next i, 
.card-product .carousel-control-prev i{
    padding: 5px;
    background: var(--pp-white);
    font-size: 18px;
    color:#000;
}
.card-product .buttons-wrapper.right-to-left {
    overflow: hidden;
    opacity: 0;
    position: absolute;
    top: 0px;
    right: -30px;
    transition: color 0.4s, background-color 0.4s, border-color 0.4s, box-shadow 0.4s, opacity 0.4s, transform 0.4s;
    background: var(--pp-white);
    z-index: 9;
    border: 1px solid #ebebeb;
    border-radius: 5px;
}

.card-product .right-to-left .button-group{
    background: transparent;
    padding: 7px;
}

.card-product .right-to-left .cart-group{
    display: flex;
    flex-direction: column;
}

.card-product .right-to-left .cart-group a{
    padding: 0;
    margin: 5px 0;
}

.card-product .right-to-left .cart-group a i{
    font-size: 17px;
    transition: var(--transition-standard);
}

.card-product .right-to-left .cart-group a:hover i{
    color: var(--main-color);
}

.card-product:hover .right-to-left{
    opacity:1;
    right: 0px;
    transition: var(--transition-standard);
}

.card-product .buttons-wrapper.down-to-top{
    position: absolute;
    overflow: hidden;
    width: 100%;
    left: 50%;
    transform: translate3d(-50%,0%,0);
    z-index: -1;
}
.card-product .down-to-top .button-group{
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 7px;
    text-align: center;
}
.card-product .down-to-top .cart-group{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.card-product .btn-cart{
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-product:hover .down-to-top{
    position: absolute;
    overflow: hidden;
    width: 100%;
    left: 50%;
    transform: translate3d(-50%,-100%,0);
    transition: color .4s, background-color .4s, border-color .4s, box-shadow .4s, opacity .4s, transform .4s;
    z-index: 999;
}


.card-product:hover .down-to-top .button-group{
    opacity: 1;
    visibility: visible;
    transform: translate3d(0,0,0);
    transition: color .4s, background-color .4s, border-color .4s, box-shadow .4s, opacity .4s, transform .4s;
    margin: 0 ;
    padding:3px 0;
}



.product-carousel-mobile{
    display: none;
}
.video-play{
    position: relative;
}
.video-play i{
    position: absolute;
    bottom: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 100%;
    line-height: 28px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    text-indent:1px;
}



@media (max-width: 991px) {

    .card-product .card-product-inner .buttons .btn-cart, .modal-content .buttons .btn-cart {
        background: var(--add-cart-list-bg);
        border-color: var(--add-cart-list-bg);
        color: var(--add-cart-list) !important;
        transition: var(--transition-time);
        width: 100%;
        font-weight: 600;
        font-size: 14px;
        border-radius: 12px;
    }
    
    .info-bar-1 .icons {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        color: #000;
        padding: 10px 0;
        flex-direction: column;
    }
    
    .login-body .p-g-mod-t-4 {
        padding: 7px;
    }
    
    .category-filter-order-desktop{
        display: none;
    }
    
    .product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav .nav{
        height: auto;
    }
    
    .product-profile-1 .product-quantity{
        margin-right: 10px;
    }
    
    .product-badges .p-badge {
        height: 55px;
        flex: auto;
    }
    
    .product-buttons .btn-fast-buy {
        flex: 1;
        margin-right: 0;
    }
    
    .product-buttons .btn-cart {
        flex: auto;
        margin-left: 0;
        width: 100%;
        margin-right: 0;
    }
    
    .product-buttons .btn-wp {
        width: 100%;
    }
    
    .card-product .right-to-left{
        display: none !important;
    }
    
    .product-view-select{
        display: none;
    }
    
    .pattern-group .p-g-mod-t-26 .p-g-mod-body .buttons .btn-secondary {
        width: auto;
        margin: 5px;
        border-radius: 3px;
    }
    
    .categories-body .p-g-mod-t-cat-filter {
        margin: 10px;
    }
    
    footer .bar .right-image {
        justify-content: center;
    }
    
    footer .bb .pr-5{
        padding-right: 10px !important;
    }
    
    footer .mobile-app{
        margin-bottom: 20px;
    }
    
    .product-carousel-desktop.normal{
        display: none;
    }
    .product-carousel-mobile{
        display: block;
    }
    
    .mobile-header-space { 
        display: block;
    }

    header.desktop {
        display: none;
    }

    header.mobile {
        display: block;
    }
    
    .stores .cards {
        display: block;
        text-align: center;
    }

    .stores .card {
        display: inline-block;
        border-right: none;
        margin: 0;
        max-width: 45%;
        height: 50px;
        border: 0
    }
    footer .bar p {
        text-align: center !important;
    }
    
    footer .bar .right-image {
        margin: 10px 0;
        text-align: center !important;
    }

    footer .logo-area {
        text-align: center;
    }
    
    footer .bb {
        border-top: 0;
        border-bottom: 0;
    }

    footer .info {
        padding-top: 0;
    }

    footer .info .title {
        text-align: center !important;
        color: var(--pp-white);
        border: 1px solid #fff;
        padding: 8px;
        position: relative;
    }

    footer .info .title::after {
        content: "+";
        right: 10px;
        top: 3px;
        bottom: 0;
        position: absolute;
        font-size: 20px;
        margin-bottom: 10px;
    }

    footer .info .fs {
        display: none;
        text-align: center !important;
        border: 1px solid #fff;
        margin-bottom: 15px;
        color: var(--pp-white) !important;
        padding: 10px;
    }

    footer .info ul {
        margin: 0;
    }

    footer .info ul li {
        color: var(--pp-white) !important;
    }

    footer .info ul li a {
        color: var(--pp-white);
    }

    footer .info ul li a:before {
        display: none;
    }

    footer .social-media {
        justify-content: center;
        margin: 10px 0;
    }

    footer .secure {
        text-align: center !important; 
        margin: 10px 0;
    }

}



header.desktop .header-cart-hover .nav-link::after {
    display: none;
}

  
header.desktop .header-cart-hover {
    position: relative;
    display: flex;
    flex: 1;
}

header.desktop .header-cart-hover .dropdown-menu {
    background-color: var(--pp-white);
    width: 300px;
    left: inherit;
    right: 0;
    top: 40px;
    position: absolute;
    border: 2px solid #ececec;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
    margin-top:0 !important;
    padding-top:0 !important;
    padding-bottom: 0;
}

header.desktop .header-cart-hover .dropdown-menu .top-header{
    background: #f7f7f7;
    display: flex;
    justify-content: space-evenly;
    padding: 5px 0;
}

header.desktop .header-cart-hover .dropdown-menu .top-header .title{
    font-size: 14px;
    padding: 5px 0;
    font-weight: 500;
}   

header.desktop .header-cart-hover:hover .dropdown-menu,
header.desktop .header-cart-hover:focus-within .dropdown-menu,
header.desktop .header-cart-hover .dropdown-menu:hover {
    display:block!important;
}
 
header.desktop .header-cart-hover .dropdown-menu ul.user-links {
    margin: 0;
    padding: 0;
}

header.desktop .header-cart-hover .dropdown-menu ul.user-links li {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 10px;
}

header.desktop .header-cart-hover .dropdown-menu ul.user-links li:hover{
    background: #f7f7f7;
    
}

header.desktop .header-cart-hover .dropdown-menu ul.user-links li a {
    display: block;
    font-size: 13px;
    color: #000;
    border-bottom: 1px solid #ebebeb;
    padding: 5px 0;
}

header.desktop .header-cart-hover .dropdown-menu ul.user-links li:last-child a{
    border-bottom: 0px;
}

header.desktop .header-cart-hover .dropdown-menu ul.user-links li a i {
    margin-right: 5px;
}

header.desktop .header-cart-hover .dropdown-menu ul.auth-links {
    margin: 0;
    padding: 0;
}

header.desktop .header-cart-hover .dropdown-menu ul.auth-links li {
    margin: 0;
    padding: 0;
    list-style: none;
}

header.desktop .header-cart-hover .dropdown-menu ul.auth-links li a {
    display: block;
    text-align: center;
    padding: 10px 5px;
    color: #000;
    font-size: 13px;
    font-weight: 500;
}


header.desktop .header-cart-hover .dropdown-menu ul.auth-links li a i {
    margin-right: 10px;
}

header.desktop .header-cart-hover .btn-remove{
    background: #dedede;
    border: none;
    color: #000;
    font-size: 12px;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    display: flex;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}



.header-cart-summary-1 .table th {
    font-size: 12px !important;
    font-weight: 500;
        
}
        
.header-cart-summary-1 .buttons {
    display: flex;
    flex-direction: column;
    margin-right: 12px;
}

.header-cart-summary-1 .buttons .btn {
    font-size: 12px !important;
    padding: 5px 3px !important;
    margin: 5px;
    background: var(--add-cart-list-bg);
    color: var(--add-cart-list);
    transition: var(--transition-standard);
}

.header-cart-summary-1 .buttons .btn:hover {
    background: var(--add-cart-list-bg-hover);
    color: var(--add-cart-list-hover);
}

.header-cart-summary-1 .buttons .btn-color-2 {
    background: var(--buy-now-bg);
    color: var(--buy-now);
    transition: var(--transition-standard);
}

.header-cart-summary-1 .buttons .btn-color-2:hover{
    background: var(--buy-now-bg-hover);
    color: var(--buy-now-hover);
}

.header-cart-summary-1 .buttons .btn-color-2 i{
    font-size: 8px;
    padding-left: 3px;
}


.ajax-shopping-cart {
    padding: 15px;
    font-size: 12px;
    max-height: 300px;
    overflow-y: auto;
}

.ajax-cart-empty{
    font-size: 13px !important;
    text-align: center;
    padding: 20px 0;
}

.ajax-shopping-cart .product {
    display: flex;
    margin-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    padding-top: 10px;
}

.ajax-shopping-cart .product:last-child{
    display: flex;
    margin-bottom: 10px;
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.ajax-shopping-cart .product .image {
    flex: 2;
}

.ajax-shopping-cart .product .price {
    flex: 2;
    font-size: 13px;
    text-align: right;
}

.ajax-shopping-cart .product .info {
    flex: 3;
    text-align:right;
}

.ajax-shopping-cart .product .info .name {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #000;
}

.sidebar-menu-type-2 .logo-area a img {
	max-height: 40px
}

.sidebar-menu-type-2 .mobil-area-title {
	font-size: 16px
}

.sidebar-menu-type-2 .categories ul li a {
	font-size: 15px;
	font-weight: 500
}

.sidebar-menu-type-2 .categories ul .multi a {
    padding: 6px 0;
    font-size: 14px;
    font-weight: 400
}

.sidebar-menu-type-2 .categories ul .multi .multi a {
	font-size: 14px
}

.mobile-menu-close i {
    border: 1px solid #b8b8b8;
    color: #b8b8b8;
}

.sidebar-menu-type-2 .categories ul .multi li:first-child {
	display: block
}

@media (max-width: 991px){
	.product-profile-1 .carousel .carousel-indicators li {
    	max-width: 50px;
	}
}

@media (max-width: 991px){
    .product-profile-1 h1.title {
        margin-top: 10px;
    }
}

@media (min-width: 768px) {
    .product-profile-1 .carousel .carousel-indicators{
        overflow: unset !important;
        overflow-y: auto !important;
    }
}

@media (max-width: 767px) {
    .product-profile-1 .carousel .carousel-indicators{
        overflow: unset !important;
        max-height: unset !important;
    }

    .product-profile-1 .carousel .carousel-indicators li {
        max-width: 50px;
    }
}

.p-g-mod.p-g-mod-t-39 {
    margin-bottom: 10px;
    margin-top: -10px;
    border: 0 !important;
}

.p-g-mod.p-g-mod-t-39 .p-g-mod-header {
    height: 35px !important;
    padding: 10px !important;
    color: var(--pp-gray-800);
}

.p-g-mod.p-g-mod-t-39 .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 14px !important;
}

.p-g-mod.p-g-mod-t-39 .p-g-mod-body:not(.p-g-mod-body-p-0) {
    padding: 0 !important;
}

.p-g-mod.p-g-mod-t-39 .p-g-mod-body input {
    padding: 0.275rem 0.7rem !important;
    height: 35px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px;
}

.p-g-mod.p-g-mod-t-39 .p-g-mod-body .btn-secondary {
    font-size: 13px;
    font-weight: 500;
    background: #818181;
    border-color: #818181;
}

.product-carousel-desktop.normal .carousel-item a img {
    width: 100%;
}

@media(max-width: 991px){
    .ppc-ctype-2 .row:first-of-type,
    .ppc-ctype-3 .row:first-of-type {
        flex-direction: column-reverse;
    }
}

.category-short-description {
    font-size: 15px;
} 

@media(max-width: 991px){
    .category-short-description {
        font-size: 13px;
    } 
}

.under-category {
    text-transform: capitalize !important;
}








.product-body .p-g-mod-t-12 .social-share a[onclick*="tavsiye"],
.product-body .p-g-mod-t-12 .social-share a[href*="tavsiye"],
.product-body .social-share-special .jssocials-share-googleplus,
.product-body .p-g-mod-body .social-share a[title*="Tavsiye"],
.product-body .p-g-mod-body .social-share a[title*="tavsiye"] {
    display: none !important;
}


.product-body .p-g-mod-body .social-share a[title*="Telefon"],
.product-body .p-g-mod-body .social-share a[title*="telefon"],
.product-body .p-g-mod-body .social-share a[href*="telefon"] {
    display: none !important;
}


.product-body .p-g-mod-body .social-share a[title*="neri"],
.product-body .p-g-mod-body .social-share a[href*="oneri"] {
    display: none !important;
}


.product-body .p-g-mod-body .social-share a[title*="Karşılaştır"],
.product-body .p-g-mod-body .social-share a[title*="Karsilastir"],
.product-body .p-g-mod-body .social-share a[href*="karsilastir"] {
    display: none !important;
}


.product-body .p-g-mod-body .social-share a[title*="Yorum Yaz"],
.product-body .p-g-mod-body .social-share a[title*="yorum"] {
    display: none !important;
}


.product-body .p-g-mod-t-12 .p-g-mod-body .social-share,
.product-body .p-g-mod-t-12 .p-g-mod-body {
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    margin-top: 8px !important;
}

.product-body .p-g-mod-t-12 .social-share {
    display: flex !important;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    border-top: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.product-body .p-g-mod-t-12 .social-share a {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    padding: 8px 16px !important;
    border-radius: 24px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: var(--pp-gray-700) !important;
    background: #f5f5f5 !important;
    border: 1px solid #e8e8e8 !important;
    text-decoration: none !important;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease !important;
    line-height: 1 !important;
    white-space: nowrap;
}

.product-body .p-g-mod-t-12 .social-share a:hover {
    background: var(--pp-white) !important;
    border-color: var(--main-color) !important;
    color: var(--main-color) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
    transform: translateY(-1px);
}

.product-body .p-g-mod-t-12 .social-share a i {
    font-size: 14px !important;
}


.product-body .product-favourite {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    background: transparent !important;
    padding: 0 !important;
    margin-top: 12px !important;
    border-radius: 0 !important;
}

.product-body .product-favourite a,
.product-body .product-favourite button {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    padding: 10px 20px !important;
    border-radius: 28px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #666 !important;
    background: #fafafa !important;
    border: 1px solid #e8e8e8 !important;
    text-decoration: none !important;
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    line-height: 1 !important;
    cursor: pointer;
}

.product-body .product-favourite a:hover,
.product-body .product-favourite button:hover {
    color: #e74c5e !important;
    background: #fff5f6 !important;
    border-color: #e74c5e !important;
    box-shadow: 0 4px 16px rgba(231, 76, 94, 0.15) !important;
    transform: translateY(-1px);
}

.product-body .product-favourite a i.fa-heart,
.product-body .product-favourite a i.far.fa-heart,
.product-body .product-favourite button i.fa-heart,
.product-body .product-favourite button i.far.fa-heart {
    font-size: 16px !important;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.product-body .product-favourite a:hover i,
.product-body .product-favourite button:hover i {
    transform: scale(1.2) !important;
    color: #e74c5e !important;
}


.product-body .product-favourite a.remove-favorite,
.product-body .product-favourite button.remove-favorite {
    color: #e74c5e !important;
    background: #fff5f6 !important;
    border-color: #e74c5e !important;
}

.product-body .product-favourite a.remove-favorite i,
.product-body .product-favourite button.remove-favorite i {
    color: #e74c5e !important;
}



.product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav {
    border: none !important;
    background: #fafafa !important;
    border-radius: 16px !important;
    padding: 6px !important;
    margin-bottom: 16px !important;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.04) !important;
}

.product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav .nav {
    gap: 4px;
    height: auto !important;
    padding: 0 !important;
    flex-wrap: wrap;
}

.product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav .nav .nav-link,
.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link {
    border: none !important;
    border-radius: 12px !important;
    padding: 10px 20px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #666 !important;
    background: transparent !important;
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative;
    letter-spacing: 0.2px;
    white-space: nowrap;
}

.product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav .nav .nav-link:hover {
    color: var(--main-color) !important;
    background: rgba(0, 0, 0, 0.03) !important;
}

.product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav .nav .nav-link.active {
    color: var(--pp-white) !important;
    background: var(--main-color) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12) !important;
}

.product-details-tab-product-details-tab-colorful .tab-content {
    background: var(--pp-white) !important;
    border-radius: 16px !important;
    padding: 24px !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04) !important;
    border: 1px solid #f0f0f0 !important;
}



.product-body .social-share-special {
    margin-top: 16px !important;
    padding-top: 0 !important;
    border-top: none !important;
}

.product-body .social-share-special .jssocials-shares {
    display: flex !important;
    gap: 8px;
    flex-wrap: wrap;
}

.product-body .social-share-special .jssocials-share {
    margin: 0 !important;
}

.product-body .social-share-special .jssocials-share-link {
    width: 38px !important;
    height: 38px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    font-size: 15px !important;
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    opacity: 0.7;
    border: 1px solid #e8e8e8 !important;
    background: #fafafa !important;
    color: var(--pp-gray-700) !important;
    padding: 0 !important;
}

.product-body .social-share-special .jssocials-share-link:hover {
    opacity: 1;
    transform: translateY(-2px) scale(1.05) !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1) !important;
}


.product-body .social-share-special .jssocials-share-twitter .jssocials-share-link:hover {
    background: #000 !important;
    border-color: #000 !important;
    color: var(--pp-white) !important;
}


.product-body .social-share-special .jssocials-share-facebook .jssocials-share-link:hover {
    background: #1877f2 !important;
    border-color: #1877f2 !important;
    color: var(--pp-white) !important;
}


.product-body .social-share-special .jssocials-share-linkedin .jssocials-share-link:hover {
    background: #0a66c2 !important;
    border-color: #0a66c2 !important;
    color: var(--pp-white) !important;
}


.product-body .social-share-special .jssocials-share-pinterest .jssocials-share-link:hover {
    background: #bd081c !important;
    border-color: #bd081c !important;
    color: var(--pp-white) !important;
}


.product-body .social-share-special .jssocials-share-whatsapp .jssocials-share-link:hover {
    background: #25d366 !important;
    border-color: #25d366 !important;
    color: var(--pp-white) !important;
}


.product-body .social-share-special .jssocials-share-googleplus {
    display: none !important;
}





.product-badges {
    margin-top: 12px !important;
    gap: 8px;
    display: flex;
    flex-wrap: wrap;
}

.product-badges .p-badge {
    height: auto !important;
    padding: 8px 12px !important;
    border-radius: 12px !important;
    background: #fafafa !important;
    border: 1px solid #eeeeee !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px;
    font-size: 12px !important;
    color: var(--pp-gray-700) !important;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease !important;
    flex: 0 0 auto;
}

.product-badges .p-badge:hover {
    background: var(--pp-white) !important;
    border-color: var(--main-color) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06) !important;
    transform: translateY(-1px);
}



.product-badges .p-badge i {
    font-size: 16px !important;
    color: var(--main-color) !important;
}



.variant-box .options button.sold-out {
    opacity: 0.45;
    text-decoration: line-through;
    pointer-events: none;
    color: var(--pp-gray-500, #999999);
}



.product-price-group {
    background: #fafbfc !important;
    border: 1px solid #eef0f2 !important;
    border-radius: 16px !important;
    padding: 16px 20px !important;
    margin: 12px 0 !important;
    position: relative;
}

.product-price-group .discount {
    position: absolute !important;
    top: -10px !important;
    right: 12px !important;
    
    background: var(--pp-red, #d7000a) !important;
    color: var(--pp-white) !important;
    padding: 4px 12px !important;
    border-radius: 20px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    box-shadow: 0 3px 8px rgba(215, 0, 10, 0.25) !important;
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
}

.product-price-group .discount .rate {
    font-weight: 800 !important;
}

.product-price-group .prices .sale-price {
    font-size: 30px !important;
    font-weight: 800 !important;
    color: var(--main-color2) !important;
    letter-spacing: 0;
}

.product-price-group .prices .list-price {
    font-size: 15px !important;
    color: #999 !important;
    text-decoration: line-through !important;
}

.product-price-group .free-cargo-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px;
    background: #ecfdf5 !important;
    color: #059669 !important;
    padding: 4px 12px !important;
    border-radius: 20px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    margin-top: 8px !important;
    border: 1px solid #a7f3d0 !important;
}



.product-price-group .pp-price-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #e3e6ea;
    font-size: 13px;
    

    color: var(--pp-gray-800, #333);
    font-weight: 500;
    line-height: 1.45;
}

.product-price-group .pp-price-row i {
    color: var(--pp-gray-600, #777);
    font-size: 13px;
    flex-shrink: 0;
}


.product-price-group .pp-price-row .sale-eft-price {
    display: inline-block;
    background: var(--pp-green-bg, #eef5e8);
    border: 1px solid var(--pp-green-border, #cfe0c0);
    border-radius: 6px;
    padding: 1px 7px;
    color: var(--pp-green-ink, #27500a);
    font-weight: 700;
}


.product-price-group .product-transfer-discount {
    background: transparent;
    border-left: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    width: auto;
    color: var(--pp-gray-800, #333); 
}

.product-price-group .sale-price-discount {
    display: flex;
    align-items: center;
    margin-top: 10px;
    padding: 10px 0 0;
    border: 0;
    border-top: 1px dashed #e3e6ea;
}



.product-body .product-buttons {
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px !important;
    align-items: center;
}

.product-body .product-buttons .btn-cart {
    flex: 1;
    min-width: 160px;
    height: 50px !important;
    border-radius: 14px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 0.3px;
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px;
}

.product-body .product-buttons .btn-cart:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15) !important;
}

.product-body .product-buttons .btn-fast-buy {
    flex: 0 0 auto;
    height: 50px !important;
    border-radius: 14px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 0 24px !important;
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px;
}

.product-body .product-buttons .btn-fast-buy:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12) !important;
}


.product-body .product-quantity {
    display: flex !important;
    align-items: center !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    height: 50px !important;
    background: #fafafa !important;
}

.product-body .product-quantity .btn {
    width: 42px !important;
    height: 100% !important;
    border: none !important;
    background: transparent !important;
    color: var(--pp-gray-700) !important;
    font-size: 14px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease !important;
    border-radius: 0 !important;
}

.product-body .product-quantity .btn:hover {
    background: #f0f0f0 !important;
    color: var(--main-color) !important;
}

.product-body .product-quantity input {
    width: 50px !important;
    text-align: center !important;
    border: none !important;
    background: transparent !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: var(--pp-gray-800) !important;
    height: 100% !important;
    padding: 0 !important;
}



.product-profile-1 h1.title {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #1a1a2e !important;
    line-height: 1.35 !important;
    margin-bottom: 8px !important;
    letter-spacing: 0;
}



.product-profile-info {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.product-profile-info li {
    margin: 6px 0 !important;
    font-size: 14px !important;
    color: var(--pp-gray-700) !important;
    line-height: 1.5 !important;
}

.product-profile-info li .value {
    color: var(--pp-gray-800) !important;
    font-weight: 500 !important;
}

.product-profile-info li a {
    color: var(--main-color) !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.product-profile-info li a:hover {
    color: var(--main-color2) !important;
}



.product-profile-1 .carousel .carousel-inner {
    border: 1px solid #f0f0f0 !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
}

.product-profile-1 .carousel .carousel-indicators li {
    border: 2px solid #eee !important;
    border-radius: 12px !important;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease !important;
    opacity: 0.7;
}

.product-profile-1 .carousel .carousel-indicators li:hover {
    opacity: 1;
    border-color: #ccc !important;
}

.product-profile-1 .carousel .carousel-indicators li.active {
    border-color: var(--main-color) !important;
    opacity: 1;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
}



.product-profile-info .text-success {
    color: #059669 !important;
    font-weight: 600 !important;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.product-profile-info .text-success::before {
    content: "\2713";
    font-size: 11px;
    background: #059669;
    color: var(--pp-white);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.product-profile-info .text-danger {
    color: #dc2626 !important;
    font-weight: 600 !important;
}



@media (max-width: 991px) {
    .product-body .p-g-mod-t-12 .social-share {
        justify-content: center;
    }

    .product-body .p-g-mod-t-12 .social-share a {
        padding: 6px 12px !important;
        font-size: 12px !important;
    }

    .product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav {
        border-radius: 12px !important;
    }

    .product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav .nav .nav-link {
        padding: 8px 14px !important;
        font-size: 12px !important;
    }

    .product-details-tab-product-details-tab-colorful .tab-content {
        padding: 16px !important;
        border-radius: 12px !important;
    }

    .product-badges .p-badge {
        padding: 8px 10px !important;
        font-size: 11px !important;
    }

    .product-price-group {
        padding: 14px 16px !important;
        border-radius: 12px !important;
    }

    .product-price-group .prices .sale-price {
        font-size: 24px !important;
    }

    .product-body .product-buttons .btn-cart,
    .product-body .product-buttons .btn-fast-buy {
        height: 46px !important;
        border-radius: 12px !important;
        font-size: 14px !important;
    }

    .product-profile-1 h1.title {
        font-size: 18px !important;
    }

    .product-body .social-share-special .jssocials-share-link {
        width: 34px !important;
        height: 34px !important;
        font-size: 13px !important;
    }
}

@media (max-width: 576px) {
    .product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav .nav {
        flex-wrap: nowrap !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav .nav::-webkit-scrollbar {
        display: none;
    }

    .product-body .product-buttons {
        gap: 8px;
    }

    .product-body .product-buttons .btn-cart {
        min-width: 0;
    }

    .product-body .product-favourite a,
    .product-body .product-favourite button {
        padding: 8px 14px !important;
        font-size: 12px !important;
    }
}



.product-body .social-share-special .jssocials-share-link-copy .jssocials-share-link {
    background: linear-gradient(135deg, var(--main-color), var(--main-color2)) !important;
    border-color: transparent !important;
    color: var(--pp-white) !important;
    opacity: 1 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12) !important;
}

.product-body .social-share-special .jssocials-share-link-copy .jssocials-share-link:hover {
    transform: translateY(-2px) scale(1.1) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18) !important;
}







.free-shipping-container {
    background: #f4fdf6;
    border: 1px solid #d1f2d6;
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 24px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.free-shipping-header {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: #2c3e50;
    margin-bottom: 12px;
}

.free-shipping-header i {
    font-size: 18px;
    color: var(--main-color2);
}

.free-shipping-header i.text-success {
    color: #27ae60 !important;
}


@keyframes truckBounce {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(5px); }
}
.shipping-icon-anim {
    animation: truckBounce 1.5s infinite ease-in-out;
}

.free-shipping-bar-bg {
    background: #eaedf1;
    border-radius: 8px;
    height: 16px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.free-shipping-bar-fill {
    background: linear-gradient(90deg, #2ecc71, #27ae60);
    height: 100%;
    border-radius: 8px;
    transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.free-shipping-percent {
    font-size: 10px;
    font-weight: 700;
    color: var(--pp-white);
    padding-right: 8px;
    line-height: 16px;
}


.cart-trust-badges {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 24px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.badge-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
}

.badge-item i {
    font-size: 18px;
    color: #27ae60;
    background: #e8f8f0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.badge-text strong {
    display: block;
    font-size: 11px;
    color: var(--pp-gray-800);
    line-height: 1.2;
}

.badge-text span {
    font-size: 9px;
    color: #777;
}


.cart-support-box {
    margin-top: 20px;
}

.whatsapp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #25d366;
    color: var(--pp-white) !important;
    text-decoration: none !important;
    padding: 12px;
    border-radius: 8px;
    font-size: 13px;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
    box-shadow: 0 4px 10px rgba(37, 211, 102, 0.2);
}

.whatsapp-btn:hover {
    background: #20ba5a;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(37, 211, 102, 0.3);
}

.whatsapp-btn i {
    font-size: 18px;
}


.cart-payment-logos {
    margin-top: 20px;
    text-align: center;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.payment-icons-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font-size: 24px;
    color: #95a5a6;
    margin-bottom: 8px;
}

.troy-badge {
    font-size: 10px;
    font-weight: 800;
    border: 1.5px solid #95a5a6;
    padding: 1px 4px;
    border-radius: 4px;
    letter-spacing: 0.5px;
    line-height: 1;
}

.safe-checkout-footer {
    font-size: 10px;
    color: #7f8c8d;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}


@media (max-width: 991px) {
    
    .shopping-cart-1 .table-responsive {
        overflow: visible !important;
    }

    
    .shopping-cart-1 .cart-list {
        display: block !important;
        width: 100% !important;
        border: none !important;
    }

    
    .shopping-cart-1 .cart-item {
        display: block !important;
        width: 100% !important;
        margin-bottom: 16px;
        position: relative;
        background: transparent !important;
        border: none !important;
        padding: 0 !important;
        box-shadow: none !important;
        border-radius: 0 !important;
    }

    

    .shopping-cart-1 .cart-item > * {
        display: block !important;
        width: 100% !important;
        background: var(--pp-white);
        border-left: 1px solid #eef0f3 !important;
        border-right: 1px solid #eef0f3 !important;
        border-top: none !important;
        border-bottom: none !important;
        padding: 0 16px !important;
        margin: 0 !important;
        text-align: left;
        box-sizing: border-box;
    }

    
    .shopping-cart-1 .cart-item > :first-child {
        border-top: 1px solid #eef0f3 !important;
        border-radius: 12px 12px 0 0;
        padding-top: 16px !important;
        box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.02);
    }

    
    .shopping-cart-1 .cart-item > :last-child {
        border-bottom: 1px solid #eef0f3 !important;
        border-radius: 0 0 12px 12px;
        padding-bottom: 16px !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
    }

    
    .shopping-cart-1 .cart-item > :first-child:last-child {
        border-radius: 12px;
        border: 1px solid #eef0f3 !important;
    }

    
    .shopping-cart-1 .td-product {
        padding-bottom: 12px !important;
    }

    .shopping-cart-1 .product {
        display: flex;
        gap: 12px;
        align-items: flex-start;
    }

    .shopping-cart-1 .product .image {
        width: 80px !important;
        height: 80px !important;
        flex-shrink: 0;
        border: 1px solid #f2f2f2;
        border-radius: 8px;
        overflow: hidden;
    }

    .shopping-cart-1 .product .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .shopping-cart-1 .product .p-info {
        flex-grow: 1;
        padding-right: 36px; 
    }

    .shopping-cart-1 .product .p-info .name {
        font-size: 13px !important;
        font-weight: 500 !important;
        color: #2c3e50 !important;
        line-height: 1.4;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 6px;
    }

    .shopping-cart-1 .product .p-info .variants {
        font-size: 11px;
        color: #7f8c8d;
        margin-bottom: 8px;
    }

    
    .shopping-cart-1 .td-product {
        position: relative;
    }

    .shopping-cart-1 .btn-remove {
        position: absolute;
        top: 16px;
        right: 16px;
        font-size: 0 !important;
        width: 28px;
        height: 28px;
        padding: 0 !important;
        background: #fff9f9 !important;
        border: 1px solid #fbc4c4 !important;
        color: #e74c3c !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        transition: color 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s, opacity 0.2s;
    }

    .shopping-cart-1 .btn-remove::before {
        content: "\f2ed";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 12px;
    }

    .shopping-cart-1 .btn-remove:hover {
        background: #e74c3c !important;
        border-color: #e74c3c !important;
        color: var(--pp-white) !important;
    }

    
    .shopping-cart-1 .td-price {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        border-top: 1px dashed #eef0f3 !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .shopping-cart-1 .td-price::before {
        content: "Birim Fiyat:";
        font-size: 12px;
        font-weight: 500;
        color: #7f8c8d;
    }

    .shopping-cart-1 .td-price .value {
        font-size: 13px !important;
        font-weight: 500 !important;
        color: #2c3e50 !important;
    }

    
    .shopping-cart-1 .td-quantity {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        border-top: 1px dashed #eef0f3 !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .shopping-cart-1 .td-quantity::before {
        content: "Miktar:";
        font-size: 12px;
        font-weight: 500;
        color: #7f8c8d;
    }

    .shopping-cart-1 .td-quantity .product-quantity {
        margin: 0 !important;
        display: inline-flex;
        border: 1px solid #ddd;
        border-radius: 6px;
        overflow: hidden;
        height: 32px;
        background: var(--pp-white);
    }

    .shopping-cart-1 .td-quantity .product-quantity .btn {
        width: 32px;
        height: 100%;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f8f9fa;
        border: none;
        color: var(--pp-gray-700);
    }

    .shopping-cart-1 .td-quantity .product-quantity input {
        width: 40px !important;
        height: 100% !important;
        text-align: center;
        border: none !important;
        font-size: 13px !important;
        font-weight: 600;
        padding: 0 !important;
        box-shadow: none !important;
        outline: none !important;
    }

    .shopping-cart-1 .td-quantity .product-quantity input:focus-visible {
        box-shadow: inset 0 0 0 2px #2563eb !important;
    }

    .shopping-cart-1 .product-quantity-type {
        display: none !important;
    }

    
    .shopping-cart-1 .td-cargo {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        border-top: 1px dashed #eef0f3 !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .shopping-cart-1 .td-cargo .label {
        font-size: 12px !important;
        font-weight: 500 !important;
        color: #7f8c8d !important;
    }

    .shopping-cart-1 .td-cargo .value {
        font-size: 13px !important;
        font-weight: 500 !important;
        color: #2c3e50 !important;
    }

    
    .shopping-cart-1 .td-total-price {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        border-top: 1px dashed #eef0f3 !important;
        padding-top: 10px !important;
    }

    .shopping-cart-1 .td-total-price::before {
        content: "Tutar:";
        font-size: 12px;
        font-weight: 500;
        color: #7f8c8d;
    }

    .shopping-cart-1 .td-total-price .value {
        font-size: 14px !important;
        font-weight: 600 !important;
        color: var(--main-color2) !important;
    }

    
    .cart-checkout-sticky-wrapper {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: var(--pp-white);
        box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.08);
        padding: 12px 16px calc(12px + env(safe-area-inset-bottom)) 16px !important;
        z-index: 999;
        display: flex;
        justify-content: center;
        box-sizing: border-box;
    }

    .cart-checkout-sticky-wrapper .btn-complete {
        width: 100%;
        max-width: 500px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px !important;
        font-weight: 600;
        border-radius: 8px;
        margin: 0 !important;
    }

    
    body.cart-body {
        padding-bottom: calc(85px + env(safe-area-inset-bottom)) !important;
    }
}







.footer-top-content-modern {
    background-color: #f8f6ee;
    padding: 60px 0 40px 0;
    border-bottom: 1px solid var(--pp-cream-border);
    position: relative;
    z-index: 2;
}

.newsletter-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 40px;
}


.newsletter-card {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 16px;
    padding: 24px 30px;
    box-shadow: 0 10px 30px rgba(181, 169, 131, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.newsletter-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(181, 169, 131, 0.18);
}

.newsletter-card-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.newsletter-card-header i {
    font-size: 28px;
    color: var(--main-color2);
    background: rgba(215, 0, 10, 0.05);
    width: 56px;
    height: 56px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.newsletter-title-modern strong {
    display: block;
    font-size: 16px;
    color: #2c3e50;
    font-weight: 600;
}

.newsletter-title-modern span {
    font-size: 12px;
    color: #7f8c8d;
}


.newsletter-form-modern, 
.sms-newsletter-form-modern {
    display: flex;
    gap: 10px;
}

.newsletter-form-modern .form-control,
.sms-newsletter-form-modern .form-control {
    border: 1.5px solid var(--pp-cream-border) !important;
    border-radius: 10px !important;
    height: 46px !important;
    font-size: 13px !important;
    background: var(--pp-white) !important;
    padding: 10px 16px !important;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease !important;
    box-shadow: none !important;
}

.newsletter-form-modern .form-control:focus,
.sms-newsletter-form-modern .form-control:focus {
    border-color: var(--main-color2) !important;
    background: var(--pp-white) !important;
}

.btn-submit-modern {
    background: linear-gradient(135deg, var(--main-color), var(--main-color2)) !important;
    border: none !important;
    color: var(--pp-white) !important;
    border-radius: 10px !important;
    padding: 0 24px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease !important;
    height: 46px;
}

.btn-submit-modern:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(215, 0, 10, 0.3) !important;
    opacity: 0.95;
}


.footer-social-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px dashed var(--pp-cream-border);
    padding-top: 30px;
}

.social-label {
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50;
}

.social-media-modern {
    display: flex;
    gap: 12px;
}

.social-link {
    width: 42px;
    height: 42px;
    background: var(--pp-white);
    border: 1px solid var(--pp-cream-border);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7f8c8d !important;
    font-size: 16px;
    transition: color 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), background-color 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), border-color 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
}

.social-link:hover {
    transform: translateY(-4px);
    color: var(--pp-white) !important;
    border-color: transparent !important;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}


.social-link.fb:hover { background: #3b5998 !important; }
.social-link.tw:hover { background: #1da1f2 !important; }
.social-link.ins:hover { background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important; }
.social-link.yt:hover { background: #ff0000 !important; }
.social-link.lnk:hover { background: #0077b5 !important; }
.social-link.pnt:hover { background: #bd081c !important; }


footer ul li {
    margin-bottom: 10px;
    list-style: none;
}

footer ul li a {
    display: inline-block;
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 13px;
    text-decoration: none !important;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
    padding-left: 0;
}

footer ul li a:hover {
    color: var(--main-color2) !important;
    padding-left: 6px;
}


.contact-info-modern {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-info-modern .contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
}

.contact-info-modern .contact-item a {
    color: rgba(255, 255, 255, 0.75) !important;
    text-decoration: none !important;
    transition: color 0.2s ease;
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact-info-modern .contact-item a:hover {
    color: var(--main-color2) !important;
}

.contact-info-modern .contact-item i {
    font-size: 16px;
    color: var(--main-color2);
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}


footer .right-image img,
.payment-icons-fallback i {
    filter: grayscale(100%);
    opacity: 0.65;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}

footer .right-image img:hover,
.payment-icons-fallback i:hover {
    filter: grayscale(0%);
    opacity: 1;
}


@media (max-width: 991px) {
    .newsletter-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .footer-social-section {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    footer .col-md-4,
    footer .col-md-8 {
        text-align: center !important;
        padding-right: 15px !important;
        margin-bottom: 30px;
    }
    
    .contact-info-modern {
        align-items: center;
    }
    
    .contact-info-modern .contact-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 6px;
    }
}







.card-product .image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.card-product .image-wrapper img {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s ease !important;
}

.card-product:hover .image-wrapper img {
    transform: scale(1.05);
}



.card-product .price-group .discount {
    background: linear-gradient(135deg, #e74c3c, #c0392b) !important;
    color: var(--pp-white) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    padding: 3px 8px !important;
    border-radius: 20px !important;
    box-shadow: 0 4px 10px rgba(231, 76, 60, 0.2) !important;
    border: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


.card-product .free-cargo-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #059669 !important; 
    color: var(--pp-white) !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    padding: 4px 8px !important;
    border-radius: 20px !important;
    box-shadow: 0 4px 8px rgba(46, 204, 113, 0.15) !important;
    z-index: 10;
    border: none !important;
}


.category-description-wrapper {
    margin-bottom: 30px;
    background: var(--pp-white);
    border: 1px solid var(--pp-cream-border);
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.category-detail-single.description-collapsed {
    height: 120px !important;
    max-height: 120px !important;
    overflow: hidden !important;
    position: relative;
    transition: color 0.4s ease-out, background-color 0.4s ease-out, border-color 0.4s ease-out, box-shadow 0.4s ease-out, opacity 0.4s ease-out, transform 0.4s ease-out;
}

.category-detail-single.description-expanded {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    position: relative;
    transition: color 0.5s ease-in, background-color 0.5s ease-in, border-color 0.5s ease-in, box-shadow 0.5s ease-in, opacity 0.5s ease-in;
}

.category-detail-single .description-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.category-detail-single.description-expanded .description-fade {
    opacity: 0;
}

.btn-read-more-modern {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 15px auto 0 auto !important;
    background: #f8f9fa !important;
    border: 1px solid #eaeaea !important;
    color: #2c3e50 !important;
    padding: 8px 20px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    border-radius: 30px !important;
    cursor: pointer;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.btn-read-more-modern:hover {
    background: #eaeaea !important;
    color: var(--main-color2) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.btn-read-more-modern i {
    font-size: 11px;
    transition: transform 0.3s ease;
}


@media (max-width: 767px) {
    
    .category-detail-single + .row,
    .category-products .row,
    .catalog-products .row,
    .product-list .row {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
        padding: 0 5px !important;
    }
    
    
    .category-detail-single + .row > [class*="col-"],
    .category-products .row > [class*="col-"],
    .catalog-products .row > [class*="col-"],
    .product-list .row > [class*="col-"] {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    
    
    .card-product {
        border: 1px solid #f0f0f0 !important;
        border-radius: 12px !important;
        padding: 8px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
        height: 100% !important;
        background: var(--pp-white) !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.01) !important;
    }
    
    .card-product .card-product-inner {
        padding: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        height: 100% !important;
        justify-content: space-between !important;
    }
    
    .card-product .image-wrapper {
        margin-bottom: 6px !important;
        border-radius: 6px !important;
    }
    
    
    .card-product .title {
        font-size: 12.5px !important; 
        height: 34px !important;
        line-height: 1.4 !important;
        overflow: hidden !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        margin-bottom: 4px !important;
        font-weight: 500 !important;
    }
    
    .card-product .price-group {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 2px !important;
        margin-bottom: 6px !important;
    }
    
    .card-product .prices {
        flex-wrap: wrap !important;
        gap: 2px !important;
        align-items: center !important;
    }
    
    .card-product .sale-price {
        font-size: 12.5px !important;
        font-weight: 700 !important;
    }
    
    .card-product .list-price {
        font-size: 9.5px !important;
    }
    
    .card-product .discount {
        font-size: 8.5px !important;
        padding: 2px 5px !important;
    }

    

    .card-product .discount-pct {
        font-size: 12px !important;
    }
    .card-product .discount-badge-new {
        min-width: 44px !important;
        padding: 3px 7px !important;
    }
    .card-product .discount-label {
        font-size: 8px !important;
    }

    
    .card-product .buttons-wrapper .btn-cart {
        width: 100% !important;
        font-size: 10.5px !important;
        height: 34px !important;
        line-height: 34px !important;
        padding: 0 !important;
        border-radius: 8px !important;
        font-weight: 600 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .card-product .buttons-wrapper .btn-cart i {
        font-size: 10.5px !important;
        margin-right: 4px !important;
    }
    
    .card-product .quantity,
    .card-product .product-unit {
        display: none !important; 
    }
}




.cart-compatibility-alert {
    background: #fffdf5 !important;
    border: 1px solid #ffeaa7 !important;
    border-radius: 12px !important;
    padding: 18px 20px !important;
    margin-bottom: 24px !important;
    box-shadow: 0 4px 15px rgba(241, 196, 15, 0.08) !important;
    display: flex !important;
    gap: 16px !important;
    align-items: flex-start !important;
    color: #5d4037 !important;
}

.cart-compatibility-alert .alert-icon-wrapper {
    flex-shrink: 0;
    margin-top: 2px;
}

.cart-compatibility-alert .pulse-warning-icon {
    font-size: 24px !important;
    color: #d35400 !important;
    animation: warningPulse 2s infinite alternate;
}

@keyframes warningPulse {
    0% { transform: scale(1); box-shadow: 0 0 2px rgba(211, 84, 0, 0.2); }
    100% { transform: scale(1.1); box-shadow: 0 0 8px rgba(211, 84, 0, 0.6); }
}

.cart-compatibility-alert .alert-content-wrapper {
    flex-grow: 1;
}

.cart-compatibility-alert .alert-heading {
    font-size: 16px !important;
    font-weight: 700 !important;
    margin-top: 0 !important;
    margin-bottom: 8px !important;
    color: #d35400 !important;
}

.cart-compatibility-alert p {
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin-bottom: 12px !important;
    color: #5d4037 !important;
}

.cart-compatibility-alert .conflict-list {
    margin: 0 !important;
    padding-left: 20px !important;
    list-style-type: disc !important;
}

.cart-compatibility-alert .conflict-list li {
    font-size: 13.5px !important;
    margin-bottom: 10px !important;
    line-height: 1.5 !important;
}

.cart-compatibility-alert .conflict-list li:last-child {
    margin-bottom: 0 !important;
}

.cart-compatibility-alert .conflict-details {
    margin-top: 4px !important;
    padding: 6px 12px !important;
    background: rgba(211, 84, 0, 0.04) !important;
    border-left: 3px solid #d35400 !important;
    border-radius: 4px !important;
    font-family: inherit !important;
    line-height: 1.6 !important;
}

.cart-compatibility-alert .badge {
    display: inline-block !important;
    padding: 2px 6px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    border-radius: 4px !important;
    text-transform: uppercase !important;
    margin-right: 4px !important;
}

.cart-compatibility-alert .badge-braketli {
    background: #e8f8f5 !important;
    color: #117a65 !important;
    border: 1px solid #a3e4d7 !important;
}

.cart-compatibility-alert .badge-braketsiz {
    background: #fdf2e9 !important;
    color: #a04000 !important;
    border: 1px solid #f5cba7 !important;
}

@media (max-width: 991px) {
    .cart-compatibility-alert {
        flex-direction: column !important;
        gap: 10px !important;
        padding: 14px 16px !important;
    }
    
    .cart-compatibility-alert .pulse-warning-icon {
        font-size: 20px !important;
    }
}





.empty-cart-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 24px 80px;
    text-align: center;
    min-height: 520px;
    background: linear-gradient(160deg, #fff5f5 0%, #ffffff 60%);
    border-radius: 16px;
    margin: 24px 0;
}


.empty-cart-illustration {
    margin-bottom: 36px;
}

.empty-cart-svg {
    width: 260px;
    height: 230px;
    filter: drop-shadow(0 12px 32px rgba(215, 0, 10, 0.12));
}


.cart-body-group {
    animation: cartSway 3.5s ease-in-out infinite;
    transform-origin: 164px 117px;
}

.sad-face-group {
    animation: cartSway 3.5s ease-in-out infinite;
    transform-origin: 164px 117px;
}

@keyframes cartSway {
    0%, 100% { transform: rotate(0deg); }
    25%       { transform: rotate(-3deg); }
    75%       { transform: rotate(3deg); }
}


.tear-drop {
    animation: tearFall 2.4s ease-in-out infinite;
}

@keyframes tearFall {
    0%, 40%  { opacity: 0; transform: translateY(0); }
    60%      { opacity: 1; transform: translateY(4px); }
    100%     { opacity: 0; transform: translateY(12px); }
}


.float-1 {
    animation: floatAnim 4s ease-in-out infinite;
}
.float-2 {
    animation: floatAnim 3.2s ease-in-out 0.8s infinite;
}
.float-3 {
    animation: floatAnim 3.8s ease-in-out 0.4s infinite;
}

@keyframes floatAnim {
    0%, 100% { transform: translateY(0px); }
    50%      { transform: translateY(-8px); }
}


.empty-cart-title {
    font-size: 22px;
    font-weight: 800;
    color: var(--pp-black);
    margin-bottom: 10px;
    letter-spacing: 0;
}

.empty-cart-desc {
    font-size: 15px;
    color: #777777;
    margin-bottom: 32px;
    max-width: 400px;
    line-height: 1.6;
}


.empty-cart-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
}

.btn-empty-primary {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: linear-gradient(135deg, #d7000a 0%, #ff3300 100%);
    color: var(--pp-white) !important;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 32px;
    border-radius: 50px;
    text-decoration: none !important;
    box-shadow: 0 6px 20px rgba(215, 0, 10, 0.30);
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, opacity 0.25s ease-in-out;
    letter-spacing: 0.2px;
}

.btn-empty-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(215, 0, 10, 0.42);
    color: var(--pp-white) !important;
}

.btn-empty-primary i {
    font-size: 16px;
}

.btn-empty-secondary {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: var(--pp-white);
    color: #d7000a !important;
    font-size: 15px;
    font-weight: 600;
    padding: 13px 28px;
    border-radius: 50px;
    text-decoration: none !important;
    border: 2px solid #d7000a;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, opacity 0.25s ease-in-out;
}

.btn-empty-secondary:hover {
    background: #d7000a;
    color: var(--pp-white) !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(215, 0, 10, 0.25);
}

.btn-empty-secondary i {
    font-size: 15px;
}


.empty-cart-badges {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
    justify-content: center;
    border-top: 1px solid #f0e8e8;
    padding-top: 28px;
}

.ecb-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: #999999;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ecb-item i {
    font-size: 22px;
    color: #d7000a;
    opacity: 0.7;
}


@media (max-width: 767px) {
    .empty-cart-wrapper {
        padding: 40px 16px 60px;
        min-height: 460px;
    }

    .empty-cart-svg {
        width: 200px;
        height: 180px;
    }

    .empty-cart-title {
        font-size: 19px;
    }

    .empty-cart-actions {
        flex-direction: column;
        align-items: center;
    }

    .btn-empty-primary,
    .btn-empty-secondary {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }

    .empty-cart-badges {
        gap: 20px;
    }
}









.bib-badge-highlight {
    color: var(--pp-white) !important;
    font-weight: 700 !important;
    background: var(--pp-red, #d7000a);
    padding: 3px 10px;
    border-radius: 20px;
    letter-spacing: 0.5px;
}

.bib-badge-highlight i {
    color: #ffcc44 !important;
}

a.bib-badge-highlight {
    transition: opacity .2s ease;
}
a.bib-badge-highlight:hover {
    opacity: 0.88;
    color: var(--pp-white) !important;
}


.logo-link-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-decoration: none !important;
}

.logo-tagline {
    display: block;
    font-size: 11px; 
    font-weight: 600;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    color: var(--pp-red, #d7000a);
    margin-top: 3px;
    opacity: 1;
    line-height: 1;
}


.card-product {
    position: relative;
}


.footer-brand-desc {
    font-size: 13px;
    line-height: 1.7;
    color: rgba(255,255,255,0.60);
    margin-top: 14px;
    margin-bottom: 20px;
}


.footer-trust-badges {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 4px;
}

.ftb-item {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 8px;
    padding: 8px 10px;
    transition: background 0.2s;
}

.ftb-item:hover {
    background: rgba(215, 0, 10, 0.15);
    border-color: rgba(215, 0, 10, 0.3);
}

.ftb-item i {
    font-size: 14px;
    color: var(--pp-red, #d7000a);
    flex-shrink: 0;
}

.ftb-item span {
    font-size: 11px;
    font-weight: 600;
    color: rgba(255,255,255,0.80);
    letter-spacing: 0.3px;
    text-transform: uppercase;
}


@media (max-width: 991px) {
    .logo-tagline {
        display: none;
    }
}

@media (max-width: 576px) {
    .footer-trust-badges {
        grid-template-columns: 1fr 1fr;
    }
    .footer-brand-desc {
        font-size: 12px;
    }
}






.profil-low-stock-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #d7000a, #ff4500);
    color: var(--pp-white);
    font-size: 13px;
    font-weight: 700;
    padding: 10px 16px;
    border-radius: 8px;
    margin-bottom: 14px;
    letter-spacing: 0.3px;
    animation: lowStockPulse 1.8s ease-in-out infinite;
    box-shadow: 0 4px 14px rgba(215, 0, 10, 0.28);
}

.profil-low-stock-bar i {
    font-size: 16px;
    animation: firePulse 0.9s ease-in-out infinite alternate;
    flex-shrink: 0;
}


.low-stock-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: linear-gradient(135deg, #d7000a, #ff4500);
    color: var(--pp-white);
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    padding: 6px 10px;
    letter-spacing: 0.4px;
    border-radius: 0 0 6px 6px;
    animation: lowStockPulse 1.8s ease-in-out infinite;
    width: 100%;
}


.low-stock-badge i {
    font-size: 10px;
    animation: firePulse 0.9s ease-in-out infinite alternate;
}

@keyframes lowStockPulse {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0.82; }
}

@keyframes firePulse {
    from { transform: scale(1) rotate(-5deg); }
    to   { transform: scale(1.25) rotate(5deg); }
}


.badge-low-stock {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, #d7000a, #ff4500);
    color: var(--pp-white);
    font-size: 12px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    letter-spacing: 0.3px;
    animation: lowStockPulse 1.8s ease-in-out infinite;
    box-shadow: 0 3px 12px rgba(215, 0, 10, 0.3);
}

.badge-low-stock i {
    animation: firePulse 0.9s ease-in-out infinite alternate;
}


.text-success i.fa-check-circle {
    margin-right: 3px;
}




.mobile-sticky-cart {
    display: none; 
    position: fixed;
    bottom: -80px;
    left: 0;
    right: 0;
    z-index: 999;
    
    pointer-events: none;
    background: var(--pp-white);
    border-top: 2px solid var(--pp-red, #d7000a);
    box-shadow: 0 -4px 20px rgba(0,0,0,0.12);
    transition: bottom 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 10px 16px;
    
    padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px));
}

.mobile-sticky-cart.msc-show {
    bottom: 0;
    pointer-events: auto;
}


@media (max-width: 991px) {
    body.msc-bar-open {
        padding-bottom: calc(74px + env(safe-area-inset-bottom, 0px));
    }
}

.msc-inner {
    display: flex;
    align-items: center;
    gap: 12px;
}


.msc-product-info {
    flex: 0 1 auto;
    max-width: 42%;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.msc-name {
    font-size: 12px;
    font-weight: 600;
    color: var(--pp-gray-800);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}

.msc-price {
    font-size: 15px;
    font-weight: 800;
    color: var(--pp-red, #d7000a);
    line-height: 1.3;
}

.msc-btn {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    background: var(--pp-red, #d7000a);
    color: var(--pp-white);
    border: none;
    border-radius: 12px;
    padding: 13px 20px;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
    white-space: nowrap;
}

.msc-btn:active {
    transform: scale(0.96);
    background: #b50008;
}

.msc-quantity {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    border: 1.5px solid #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
}

.msc-qty-btn {
    width: 40px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pp-red, #d7000a);
    font-size: 13px;
    text-decoration: none;
}

.msc-qty-btn:active {
    background: #f7f7f7;
}

.msc-qty-value {
    min-width: 28px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: var(--pp-gray-800);
}

@media (max-width: 991px) {
    .mobile-sticky-cart { display: block; }
}


@media (max-width: 400px) {
    .mobile-sticky-cart {
        padding: 8px 12px;
        padding-bottom: calc(8px + env(safe-area-inset-bottom, 0px));
    }
    .msc-inner { gap: 8px; }
    .msc-name { display: none; }
    .msc-qty-btn { width: 36px; }
    .msc-btn { padding: 13px 14px; }
}









@media (min-width: 992px) {
    .product-profile-1 .row > .col-lg-5 {
        position: sticky;
        top: 90px;
        align-self: flex-start;
    }
}




.product-files .pf-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pf-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 14px;
    border: 1px solid #ececec;
    border-radius: 12px;
    background: var(--pp-white);
    transition: border-color .15s, box-shadow .15s;
}

.pf-item:hover {
    border-color: rgba(215, 0, 10, 0.25);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
}

.pf-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #f5f5f5;
    font-size: 20px;
    color: #666;
}

.pf-meta {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.pf-name {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pf-sub {
    font-size: 12px;
    color: #999;
}

.pf-download {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 16px;
    border-radius: 10px;
    background: var(--pp-red, #d7000a);
    color: var(--pp-white);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background .2s, transform .15s;
}

.pf-download:hover { background: #b50008; color: var(--pp-white); }
.pf-download:active { transform: scale(.97); }


.pf-item[data-ext="pdf"] .pf-icon { background: #fdecec; color: #d7000a; }
.pf-item[data-ext="xls"] .pf-icon,
.pf-item[data-ext="xlsx"] .pf-icon,
.pf-item[data-ext="csv"] .pf-icon { background: #e6f4ea; color: #1d7a46; }
.pf-item[data-ext="doc"] .pf-icon,
.pf-item[data-ext="docx"] .pf-icon { background: #e7f0fb; color: #1a5fb4; }
.pf-item[data-ext="json"] .pf-icon,
.pf-item[data-ext="txt"] .pf-icon { background: #f0eefb; color: #5a4ab7; }

@media (max-width: 480px) {
    .pf-download span { display: none; }
    .pf-download { padding: 10px 12px; }
}








   ══════════════════════════════════════════════════════════════ */
.home-body .pattern-group:first-of-type .pattern-group-header {
    padding-top: 0;
}




.discount-badge-new {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--pp-red, #d7000a);
    color: var(--pp-white);
    border-radius: 8px;
    padding: 5px 10px;
    min-width: 52px;
    margin-bottom: 6px;
    line-height: 1;
    box-shadow: 0 3px 8px rgba(215, 0, 10, 0.25);
}

.discount-pct {
    font-size: 18px;
    font-weight: 800; 
    font-family: 'Outfit', sans-serif;
    letter-spacing: 0;
}

.discount-label {
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    opacity: 0.85;
    margin-top: 1px;
}




.back-to-top-btn {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 998;
    width: 44px;
    height: 44px;
    background: var(--pp-black, #111);
    color: var(--pp-white);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.3s ease, transform 0.3s ease, background 0.2s;
    pointer-events: none;
    box-shadow: 0 4px 14px rgba(0,0,0,0.22);
}

.back-to-top-btn.btt-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.back-to-top-btn:hover {
    background: var(--pp-red, #d7000a);
}

@media (max-width: 991px) {
    .back-to-top-btn {
        bottom: 72px; 
        right: 14px;
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
}







.pp-prefooter {
    background: #1a1a1a;
    border-top: 3px solid #d7000a;
    padding: 30px 0;
}
.pp-prefooter-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}
.pp-prefooter-item {
    flex: 1 1 200px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 0;
    border-right: 1px solid rgba(255,255,255,0.08);
}
.pp-prefooter-item:nth-child(4) {
    border-right: none;
}
.pp-pf-icon {
    width: 44px;
    height: 44px;
    background: rgba(245,197,24,0.12);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.pp-pf-icon i {
    color: #f5c518;
    font-size: 20px;
}
.pp-pf-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.pp-pf-text strong {
    display: block;
    color: var(--pp-white, #ffffff);
    font-size: 14px;
    font-weight: 700;
    font-family: Outfit, sans-serif;
    line-height: 1.2;
}
.pp-pf-text span {
    display: block;
    color: rgba(255,255,255,0.6);
    font-size: 12px;
    line-height: 1.2;
}
.pp-prefooter-newsletter {
    flex: 1.8 1 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: none;
    padding-left: 20px;
    box-sizing: border-box;
}
.pp-newsletter-stack {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}
.pp-newsletter-inline {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}
.pp-newsletter-inline i {
    color: #f5c518;
    font-size: 18px;
    flex-shrink: 0;
    width: 20px;
    text-align: center;
}
.pp-newsletter-inline input {
    flex: 1;
    min-width: 0; 
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 8px;
    padding: 10px 14px;
    color: var(--pp-white, #ffffff);
    font-size: 13px;
    font-family: Outfit, sans-serif;
    outline: none;
    transition: border 0.2s, background 0.2s;
    box-sizing: border-box;
}
.pp-newsletter-inline input::placeholder {
    color: rgba(255,255,255,0.4);
}
.pp-newsletter-inline input:focus {
    border-color: #f5c518;
    background: rgba(255,255,255,0.12);
}
.pp-newsletter-inline button {
    background: #d7000a;
    border: none;
    border-radius: 8px;
    color: var(--pp-white, #ffffff);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.2s, transform 0.1s;
}
.pp-newsletter-inline button:hover {
    background: #b50008;
}
.pp-newsletter-inline button:active {
    transform: scale(0.95);
}




.pp-footer { background: #111111; padding-top: 56px; font-family: Outfit,sans-serif; }
.pp-footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.1fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.pp-footer-col-title { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; color: #f5c518; margin-bottom: 20px; display: flex; align-items: center; justify-content: space-between; }
.pp-footer-col-title-sm { margin-top: 28px; font-size: 11px; }
.pp-footer-toggle-icon { display: none; font-size: 11px; color: rgba(255,255,255,0.4); }
.pp-footer-logo img { max-height: 48px; width: auto; margin-bottom: 16px; display: block; }
.pp-footer-desc { font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.8; margin-bottom: 24px; }
.pp-footer-contact-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }
.pp-footer-contact-item { display: flex; align-items: flex-start; gap: 10px; color: rgba(255,255,255,0.65) !important; text-decoration: none !important; font-size: 13px; transition: color 0.2s; line-height: 1.5; }
.pp-footer-contact-item:hover { color: #f5c518 !important; }
.pp-footer-contact-item i { color: #f5c518; font-size: 13px; margin-top: 2px; flex-shrink: 0; width: 14px; }
.pp-footer-social { display: flex; gap: 8px; flex-wrap: wrap; }
.pp-footer-social a { width: 36px; height: 36px; background: rgba(255,255,255,0.07); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.6) !important; font-size: 14px; text-decoration: none !important; transition: background 0.2s,color 0.2s; border: 1px solid rgba(255,255,255,0.08); }
.pp-footer-social a:hover { background: #f5c518; color: var(--pp-black) !important; border-color: #f5c518; }
.pp-footer-links { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.pp-footer-links li a { color: rgba(255,255,255,0.55) !important; font-size: 13px; text-decoration: none !important; transition: color 0.2s,padding-left 0.2s; display: block; line-height: 1.5; }
.pp-footer-links li a:hover { color: #f5c518 !important; padding-left: 6px; }
.pp-footer-payment { margin-bottom: 20px; }
.pp-footer-payment img { max-width: 100%; filter: brightness(1); transition: filter 0.2s; }
.pp-footer-apps { display: flex; flex-direction: column; gap: 10px; margin-bottom: 20px; }
.pp-footer-apps img { max-width: 130px; opacity: 0.75; transition: opacity 0.2s; }
.pp-footer-apps img:hover { opacity: 1; }
.pp-footer-certs { display: flex; flex-direction: column; gap: 8px; }
.pp-cert-item { font-size: 12px; color: rgba(255,255,255,0.6); display: flex; align-items: center; gap: 8px; }
.pp-cert-item i { color: #f5c518; font-size: 11px; }




.pp-footer-bar { background: #f5c518; padding: 14px 0; }
.pp-footer-bar-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.pp-footer-bar-copy { font-size: 12px; color: var(--pp-black); font-weight: 500; }
.pp-footer-bar-copy a { color: var(--pp-black) !important; text-decoration: none !important; font-weight: 600; }
.pp-footer-bar-brand { display: flex; align-items: center; gap: 10px; font-size: 12px; color: rgba(0,0,0,0.6); font-weight: 500; }
.pp-footer-bar-tag { background: #111; color: #f5c518; padding: 3px 10px; border-radius: 20px; font-size: 11px; font-weight: 700; }


@media (max-width: 991px) {
    .pp-prefooter-grid { display: grid; grid-template-columns: 1fr 1fr; }
    .pp-prefooter-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.06); }
    .pp-prefooter-newsletter { grid-column: 1 / -1; }
    .pp-footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
    .pp-footer-col-brand { grid-column: 1 / -1; }
}
@media (max-width: 576px) {
    .pp-prefooter-grid { grid-template-columns: 1fr; }
    .pp-footer-grid { grid-template-columns: 1fr; }
    .pp-footer-toggle-icon { display: block; }
    .pp-footer-links { display: none; padding-bottom: 12px; }
    .pp-footer-links.open { display: flex; }
    .pp-footer-bar-inner { flex-direction: column; text-align: center; gap: 8px; }
}


.pp-footer-legal {
    border-top: 1px solid rgba(255,255,255,0.07);
    padding: 16px 0;
}
.pp-footer-legal-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 20px;
    align-items: center;
}
.pp-footer-legal-inner a {
    color: rgba(255,255,255,0.55) !important;
    font-size: 11px;
    text-decoration: none !important;
    white-space: nowrap;
    transition: color 0.2s;
    font-family: Outfit, sans-serif;
}
.pp-footer-legal-inner a:hover {
    color: #f5c518 !important;
}
.pp-footer-legal-inner a + a::before {
    content: "\00B7";
    margin-right: 20px;
    color: rgba(255,255,255,0.15);
    pointer-events: none;
}










.e404-body .pattern-group-p-404,
.e404-body .pattern-group:has(.pp-404-page) {
    background: transparent;
}

.pp-404-page {
    display: flex;
    justify-content: center;
    padding: 56px 20px 72px;
}

.pp-404-container {
    display: flex;
    width: 100%;
    max-width: 960px;
    background: var(--pp-white);
    border: 1px solid var(--pp-cream-border);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(33, 36, 55, 0.10);
}


.pp-404-left {
    flex: 0 0 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 48px 32px;
    background: #1a1a1a;
}

.pp-404-number {
    font-size: 104px;
    font-weight: 800; 
    line-height: 1;
    letter-spacing: 2px;
    color: #f5c518;
}


.pp-404-divider {
    position: relative;
    width: 78px;
    height: 26px;
    border: 3px solid #f5c518;
    border-radius: 6px;
}
.pp-404-divider::before {
    content: '';
    position: absolute;
    right: -9px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 12px;
    background: #f5c518;
    border-radius: 0 3px 3px 0;
}
.pp-404-divider::after {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    bottom: 3px;
    width: 13px;
    background: var(--main-color2, #d70009);
    border-radius: 2px;
}

.pp-404-tagline {
    color: #fdfaf1;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
}


.pp-404-right {
    flex: 1;
    min-width: 0;
    padding: 44px 44px 40px;
}

.pp-404-logo img {
    max-height: 52px;
    width: auto;
}

.pp-404-heading {
    margin: 20px 0 10px;
    font-size: 28px;
    font-weight: 800;
    color: #1a1a1a;
}

.pp-404-text {
    margin: 0 0 26px;
    max-width: 48ch;
    color: #6b6b6b;
    font-size: 15px;
    line-height: 1.65;
}

.pp-404-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 28px;
}

.pp-404-btn-primary,
.pp-404-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 12px 26px;
    border-radius: 30px;
    font-size: 14.5px;
    font-weight: 700;
    text-decoration: none;
    transition: var(--transition-standard);
}
.pp-404-btn-primary {
    background: var(--main-color2, #d70009);
    border: 2px solid var(--main-color2, #d70009);
    color: #fff;
}
.pp-404-btn-primary:hover {
    background: #1a1a1a;
    border-color: #1a1a1a;
    color: #f5c518;
}
.pp-404-btn-secondary {
    background: transparent;
    border: 2px solid #1a1a1a;
    color: #1a1a1a;
}
.pp-404-btn-secondary:hover {
    background: #1a1a1a;
    color: #fff;
}


.pp-404-contact {
    border-top: 1px dashed var(--pp-cream-border);
    padding-top: 20px;
}
.pp-404-contact-title {
    margin-bottom: 12px;
    color: #9a9a9a;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.pp-404-contact-items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
}
.pp-404-contact-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #444;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: var(--transition-standard);
}
.pp-404-contact-item i {
    color: var(--main-color2, #d70009);
    font-size: 13px;
}
.pp-404-contact-item:hover {
    color: var(--main-color2, #d70009);
}


@media (max-width: 767px) {
    .pp-404-page {
        padding: 28px 12px 48px;
    }
    .pp-404-container {
        flex-direction: column;
    }
    .pp-404-left {
        flex: none;
        gap: 14px;
        padding: 34px 20px 30px;
    }
    .pp-404-number {
        font-size: 72px;
    }
    .pp-404-right {
        padding: 30px 22px 34px;
    }
    .pp-404-heading {
        font-size: 22px;
    }
    .pp-404-actions .pp-404-btn-primary,
    .pp-404-actions .pp-404-btn-secondary {
        width: 100%;
        justify-content: center;
    }
}





.addons-campaign-bar {
    position: relative;
    z-index: 1050;
}






.under-category {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.under-category::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    color: var(--main-color2, #d7000a);
    transition: transform 0.2s;
}
.nav-item:hover .under-category::before {
    transform: scale(1.15);
}




header.desktop .mega-menu .nav-link:not(.nav-link-discount):not(.nav-link-new) .under-category::before {
    content: "\f240";
    color: #1faa59; 
}


#mega-menu-3 .under-category::before   { color: #e8821e; } 
#mega-menu-35 .under-category::before  { color: #2f80ed; } 
#mega-menu-151 .under-category::before { color: #8b5cf6; } 
#mega-menu-8 .under-category::before   { color: #0d9488; } 
#mega-menu-10 .under-category::before  { color: #4f46e5; } 
#mega-menu-37 .under-category::before  { color: #f5a623; } 
#mega-menu-90 .under-category::before  { color: #db2777; } 


.sub-single-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.sub-single-item::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    color: var(--main-color2, #d7000a);
    transition: transform 0.2s;
}
.single-menu li:hover .sub-single-item::before {
    transform: scale(1.15);
}


.sidebar-menu li a::before,
.sidebar-menu-type-2 li a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    margin-right: 10px;
    color: var(--main-color, #111111);
    display: inline-block;
    width: 18px;
    text-align: center;
}



#mega-menu-3 .under-category::before,
#single-menu-3::before,
.sidebar-menu .sc-3 > a::before,
.sidebar-menu-type-2 .sc-3 > a::before {
    content: "\f7d9";
}


#mega-menu-35 .under-category::before,
#single-menu-35::before,
.sidebar-menu .sc-35 > a::before,
.sidebar-menu-type-2 .sc-35 > a::before {
    content: "\f1e6";
}


#mega-menu-6 .under-category::before,
#single-menu-6::before,
.sidebar-menu .sc-6 > a::before,
.sidebar-menu-type-2 .sc-6 > a::before {
    content: "\f240";
}


#mega-menu-93 .under-category::before,
#single-menu-93::before,
.sidebar-menu .sc-93 > a::before,
.sidebar-menu-type-2 .sc-93 > a::before {
    content: "\f242";
}


#mega-menu-151 .under-category::before,
#single-menu-151::before,
.sidebar-menu .sc-151 > a::before,
.sidebar-menu-type-2 .sc-151 > a::before {
    content: "\f017";
}


#mega-menu-8 .under-category::before,
#single-menu-8::before,
.sidebar-menu .sc-8 > a::before,
.sidebar-menu-type-2 .sc-8 > a::before {
    content: "\f5df";
}


#mega-menu-99 .under-category::before,
#single-menu-99::before,
.sidebar-menu .sc-99 > a::before,
.sidebar-menu-type-2 .sc-99 > a::before {
    content: none;
}


#mega-menu-10 .under-category::before,
#single-menu-10::before,
.sidebar-menu .sc-10 > a::before,
.sidebar-menu-type-2 .sc-10 > a::before {
    content: "\f2db";
}


#mega-menu-37 .under-category::before,
#single-menu-37::before,
.sidebar-menu .sc-37 > a::before,
.sidebar-menu-type-2 .sc-37 > a::before {
    content: "\f0e7";
}


#mega-menu-90 .under-category::before,
#single-menu-90::before,
.sidebar-menu .sc-90 > a::before,
.sidebar-menu-type-2 .sc-90 > a::before {
    content: "\f2db";
}


#mega-menu-2 .under-category::before,
#single-menu-2::before,
.sidebar-menu .sc-2 > a::before,
.sidebar-menu-type-2 .sc-2 > a::before {
    content: "\f240";
}


#mega-menu-42 .under-category::before,
#single-menu-42::before,
.sidebar-menu .sc-42 > a::before,
.sidebar-menu-type-2 .sc-42 > a::before {
    content: "\f240";
}


#mega-menu-57 .under-category::before,
#single-menu-57::before,
.sidebar-menu .sc-57 > a::before,
.sidebar-menu-type-2 .sc-57 > a::before {
    content: "\f085";
}


#mega-menu-72 .under-category::before,
#single-menu-72::before,
.sidebar-menu .sc-72 > a::before,
.sidebar-menu-type-2 .sc-72 > a::before {
    content: "\f085";
}


#mega-menu-33 .under-category::before,
#single-menu-33::before,
.sidebar-menu .sc-33 > a::before,
.sidebar-menu-type-2 .sc-33 > a::before {
    content: "\f3fd";
}






.cart-conflict-warning {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
    border: 1px solid #fbbf24;
    border-left: 4px solid #f59e0b;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    margin-bottom: 1rem;
    box-shadow: 0 2px 8px rgba(245, 158, 11, 0.1);
    animation: recFadeIn 0.4s ease-out;
}

.conflict-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    border-radius: 10px;
    color: var(--pp-white);
    font-size: 0.95rem;
    animation: conflictPulse 2s ease-in-out infinite;
}

.conflict-body {
    font-size: 0.85rem;
    color: #78350f;
    line-height: 1.5;
}

.conflict-body strong {
    color: #92400e;
}

@keyframes conflictPulse {
    0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.4); }
    50% { transform: scale(1.05); box-shadow: 0 0 12px 4px rgba(245, 158, 11, 0.15); }
}


.cart-recommendations {
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
    animation: recFadeIn 0.5s ease-out;
}


.cart-rec-header {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.85rem;
    padding: 0 0.25rem;
}

.cart-rec-header i {
    font-size: 1.1rem;
    color: var(--main-color2, #d70009);
}

.cart-rec-header span {
    font-size: 1rem;
    font-weight: 700;
    color: #1e293b;
    letter-spacing: 0;
}


.recommendation-cards-scroll {
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 0.25rem 0.25rem 0.75rem 0.25rem;
    scroll-padding-left: 0.25rem;
}


.recommendation-cards-scroll::-webkit-scrollbar { height: 4px; }
.recommendation-cards-scroll::-webkit-scrollbar-track { background: transparent; }
.recommendation-cards-scroll::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.recommendation-cards-scroll::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.2);
}
.recommendation-cards-scroll { scrollbar-width: thin; scrollbar-color: rgba(0,0,0,0.1) transparent; }


.recommendation-card {
    flex: 0 0 220px;
    min-width: 200px;
    max-width: 260px;
    scroll-snap-align: start;
    background: var(--pp-white);
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    text-decoration: none !important;
    color: inherit !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    animation: recCardFadeInUp 0.5s ease-out both;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.recommendation-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgba(215, 0, 9, 0.15), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.recommendation-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    border-color: #cbd5e1;
}

.recommendation-card:hover::before {
    opacity: 1;
}


.rec-card-icon {
    width: 40px;
    height: 40px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pp-white);
    font-size: 1rem;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}


.rec-card-body {
    flex: 1;
    min-width: 0;
}

.rec-card-title {
    font-size: 0.85rem;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.3;
    margin-bottom: 0.2rem;
}

.rec-card-desc {
    font-size: 0.73rem;
    color: #64748b;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.rec-card-cta {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--main-color2, #d70009);
    display: flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: auto;
    transition: gap 0.2s ease;
}

.rec-card-cta i {
    font-size: 0.65rem;
    transition: transform 0.2s ease;
}

.recommendation-card:hover .rec-card-cta {
    gap: 0.55rem;
}

.recommendation-card:hover .rec-card-cta i {
    transform: translateX(2px);
}


@keyframes recFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes recCardFadeInUp {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}




@media (max-width: 991px) {
    .recommendation-card {
        flex: 0 0 200px;
        min-width: 180px;
        padding: 0.85rem;
    }

    .rec-card-icon {
        width: 36px;
        height: 36px;
        font-size: 0.9rem;
    }

    .rec-card-title {
        font-size: 0.82rem;
    }

    .cart-rec-header span {
        font-size: 0.92rem;
    }
}


@media (max-width: 767px) {
    .cart-recommendations {
        margin-top: 1rem;
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }

    .cart-rec-header {
        padding: 0 0.75rem;
    }

    .recommendation-cards-scroll {
        padding: 0.25rem 0.5rem 0.75rem 0.5rem;
        gap: 0.6rem;
    }

    .recommendation-card {
        flex: 0 0 180px;
        min-width: 165px;
        padding: 0.75rem;
        border-radius: 12px;
    }

    .rec-card-icon {
        width: 34px;
        height: 34px;
        font-size: 0.85rem;
        border-radius: 9px;
    }

    .rec-card-title {
        font-size: 0.78rem;
    }

    .rec-card-desc {
        font-size: 0.7rem;
        -webkit-line-clamp: 2;
    }

    .rec-card-cta {
        font-size: 0.72rem;
    }

    .cart-conflict-warning {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
        border-radius: 10px;
        padding: 0.85rem 1rem;
        font-size: 0.82rem;
    }
}




.cart-compat-check {
    margin: 1.25rem 0 0.5rem;
}

.btn-compat-check {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 100%);
    color: var(--pp-white);
    border: 0;
    border-radius: 10px;
    padding: 0.7rem 1.4rem;
    font-size: 0.92rem;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.btn-compat-check:hover {
    filter: brightness(1.05);
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(37, 99, 235, 0.3);
    color: var(--pp-white);
}

.btn-compat-check:active {
    transform: translateY(0);
}

.btn-compat-check i {
    font-size: 1rem;
}


.cart-compat-result {
    margin-top: 0.85rem;
    animation: recFadeIn 0.35s ease-out;
}

.compat-result-box {
    border-radius: 12px;
    padding: 1rem 1.25rem;
    font-size: 0.88rem;
    line-height: 1.5;
}

.compat-result-box i {
    margin-right: 0.4rem;
}

.compat-result-ok {
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
    border: 1px solid #6ee7b7;
    border-left: 4px solid #10b981;
    color: #065f46;
}

.compat-result-info {
    background: #f1f5f9;
    border: 1px solid #cbd5e1;
    border-left: 4px solid #64748b;
    color: #334155;
}

.compat-result-bad {
    background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
    border: 1px solid #fca5a5;
    border-left: 4px solid #ef4444;
    color: #7f1d1d;
}

.compat-result-head {
    font-size: 0.95rem;
    margin-bottom: 0.75rem;
    color: #b91c1c;
}

.compat-conflict-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.compat-conflict-list li {
    background: var(--pp-white);
    border: 1px solid #fecaca;
    border-radius: 9px;
    padding: 0.65rem 0.85rem;
}

.cc-pair {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    color: #1f2937;
    font-size: 0.88rem;
}

.cc-pair .cc-x {
    color: #ef4444;
    font-size: 0.8rem;
    margin: 0;
}

.cc-reason {
    margin-top: 0.3rem;
    font-size: 0.8rem;
    color: #b45309;
}

.compat-result-note {
    margin-top: 0.85rem;
    font-size: 0.78rem;
    color: #9ca3af;
}








.card-product h3.title,
.card-list-product h3.title {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
}



h3.pp-footer-col-title { margin-top: 0; }
.pp-footer-col-title .pp-footer-col-toggle {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    text-align: left;
    cursor: default;
}



@media (max-width: 576px) {
    .pp-footer-col-title .pp-footer-col-toggle { cursor: pointer; }
}


@media (min-width: 768px) {
    .card-product .title,
    .card-list-product .title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 1.4;
        min-height: 2.8em;
    }
}


.pp-footer a:focus-visible,
.pp-footer-col-toggle:focus-visible,
.pp-newsletter-inline input:focus-visible,
.pp-footer-legal a:focus-visible {
    outline: 2px solid #f5c518;
    outline-offset: 2px;
}


.pp-newsletter-stack {
    display: flex;
    flex-direction: column;
    gap: 8px;
}


@media (min-width: 992px) {
    .back-to-top-btn { bottom: 20px; }
}


@media (min-width: 768px) {
    .card-product { height: 100%; }
    .card-product .card-product-inner { display: flex; flex-direction: column; height: 100%; }
}



@media (min-width: 992px) {
    .shopping-cart-1 .cart-item {
        display: flex;
        align-items: center;
        gap: 16px;
        padding: 16px 4px;
        border-bottom: 1px solid #eee;
    }
    .shopping-cart-1 .td-product { flex: 1 1 auto; min-width: 0; }
    .shopping-cart-1 .td-product .product { display: flex; align-items: center; gap: 12px; }
    .shopping-cart-1 .td-product .product .image img { max-width: 72px; height: auto; }
    .shopping-cart-1 .td-product .p-info { min-width: 0; }
    .shopping-cart-1 .td-price,
    .shopping-cart-1 .td-quantity,
    .shopping-cart-1 .td-total-price { flex: 0 0 auto; text-align: center; }
    .shopping-cart-1 .td-price { min-width: 110px; }
    .shopping-cart-1 .td-quantity { min-width: 130px; }
    .shopping-cart-1 .td-total-price { min-width: 120px; text-align: right; font-weight: 600; }
    .shopping-cart-1 .td-cargo { flex: 0 0 110px; text-align: right; }
    .shopping-cart-1 .td-cargo .label { display: block; font-size: 11px; color: #777; }
    .shopping-cart-1 .td-cargo .value { font-weight: 600; }
}


@media (min-width: 768px) {
    .card-product .card-product-inner > .c-p-i-link {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
        min-height: 0;
    }
    .card-product .card-product-inner > .c-p-i-link .price-group {
        margin-top: auto;
    }
    .card-product .card-product-inner .buttons {
        margin-top: 12px;
        display: flex;
        justify-content: center;
    }
    .card-product.is-out-of-stock:hover .down-to-top {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .payment-final-buttons-1 .btn-complete {
        min-height: 48px;
        padding: 0 22px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        font-weight: 700;
        border-radius: 8px;
    }
    .cart-checkout-sticky-wrapper .btn-complete {
        width: 100%;
    }
    .payment-cart-summary-1 .table.summary {
        margin-bottom: 0;
        border: 1px solid #eee;
        border-radius: 10px;
        overflow: hidden;
        background: var(--pp-white);
    }
    .payment-cart-summary-1 .table.summary tfoot tr {
        border-bottom: 1px solid #f0f0f0;
    }
    .payment-cart-summary-1 .table.summary tfoot tr:last-child {
        background: #fff8f8;
        border-bottom: 0;
    }
    .payment-cart-summary-1 .table.summary th {
        padding: 12px 14px;
        vertical-align: middle;
        font-size: 13px;
    }
    .payment-cart-summary-1 .table.summary th:last-child {
        text-align: right;
        white-space: nowrap;
    }
    .payment-cart-summary-1 .final {
        display: inline-block;
        font-size: 20px;
        font-weight: 800;
        color: var(--main-color2);
    }
    .cart-trust-badges,
    .cart-support-box,
    .cart-payment-logos {
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }
    .cart-trust-badges {
        gap: 12px;
    }
    .badge-text strong {
        font-size: 13px;
    }
    .badge-text span {
        font-size: 11px;
    }
}












@media (min-width: 992px) {
    
    .pp-cat-row > [class*="p-g-b-c-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pp-cat-row > .p-g-b-c-0 {
        margin-bottom: 14px;
        position: relative;
        z-index: 30;                 
    }
    
    .pp-cat-row > .p-g-b-c-0,
    .pp-cat-row > .p-g-b-c-0 .p-g-b-c-wrapper,
    .pp-cat-filter-inner {
        overflow: visible;
    }

    
    .pp-cat-filter-inner {
        background: #f8f6ee;
        border: 1px solid var(--pp-cream-border);
        border-radius: 12px;
        padding: 8px 12px;
        display: flex;
        flex-wrap: wrap;
        gap: 8px 10px;
        align-items: flex-start;
    }
    
    .pp-cat-filter-inner > .p-g-mod-t-cat-filter:not(.p-g-mod-t-cat-display-0) {
        display: none;
    }
    
    .pp-cat-filter-inner > .p-g-mod-t-cat-filter {
        flex: 1 1 190px;
        min-width: 170px;
        max-width: 280px;
        background: var(--pp-white);
        border: 1px solid var(--pp-cream-border);
        border-radius: 9px;
        padding: 8px 10px;
    }
    .pp-cat-filter-inner .p-g-mod-header {
        font-weight: 500;
        margin-bottom: 4px;
    }
    .pp-cat-filter-inner .category-filter-list {
        max-height: 180px;
        overflow-y: auto;
    }

    
    .pp-cat-filter-inner.pp-filterbar-ready {
        align-items: center;
    }
    .pp-filterbar-ready > .p-g-mod-t-cat-filter {
        flex: 0 0 auto;
        min-width: 0;
        max-width: none;
        position: relative;
        padding: 0;
        border: none;
        background: transparent;
        z-index: 1;
    }
    
    .pp-filterbar-ready > .p-g-mod-t-cat-filter.pp-open {
        z-index: 210;
    }
    
    .pp-filterbar-ready > .p-g-mod-t-cat-filter > .p-g-mod-header {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        margin: 0;
        background: var(--pp-white);
        border: 1px solid #dcd6c4;
        border-radius: 8px;
        padding: 7px 12px;
        font-weight: 500;
        font-size: 0.875rem;
        line-height: 1.2;
        cursor: pointer;
        white-space: nowrap;
        user-select: none;
        transition: border-color 0.15s, color 0.15s;
    }
    .pp-filterbar-ready > .p-g-mod-t-cat-filter > .p-g-mod-header::after {
        content: "\25BE";
        font-size: 0.85em;
        color: #9a9a9a;
        margin-left: 2px;
    }
    .pp-filterbar-ready > .p-g-mod-t-cat-filter > .p-g-mod-header:hover {
        border-color: #c9c2ab;
    }
    .pp-filterbar-ready > .p-g-mod-t-cat-filter.pp-open > .p-g-mod-header {
        border-color: #d7000a;
        color: #d7000a;
    }
    .pp-filterbar-ready > .p-g-mod-t-cat-filter.pp-open > .p-g-mod-header::after {
        color: #d7000a;
    }
    
    .pp-filterbar-ready > .p-g-mod-t-cat-filter > .p-g-mod-body {
        display: none;
        position: absolute;
        top: calc(100% + 6px);
        left: 0;
        z-index: 200;
        min-width: 230px;
        max-width: 320px;
        background: var(--pp-white);
        border: 1px solid var(--pp-cream-border);
        border-radius: 10px;
        padding: 10px 12px;
        box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    }
    .pp-filterbar-ready > .p-g-mod-t-cat-filter.pp-open > .p-g-mod-body {
        display: block;
    }
    .pp-filterbar-ready .category-filter-list {
        max-height: 260px;
    }

    
    .pp-filterbar-ready:not(.pp-show-all) > .p-g-mod-t-cat-filter.pp-overflow {
        display: none !important;   
    }
    
    .pp-cat-filter-inner.pp-filterbar-ready.pp-show-all {
        max-height: 180px;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .pp-more-chip {
        flex: 0 0 auto;
        background: var(--pp-white);
        border: 1px solid #d7000a;
        color: #d7000a;
        border-radius: 8px;
        padding: 7px 12px;
        font-size: 0.875rem;
        font-weight: 500;
        line-height: 1.2;
        cursor: pointer;
        white-space: nowrap;
        transition: background 0.15s;
    }
    .pp-more-chip:hover { background: #fff5f5; }

    
    .pp-filterbar-ready > .p-g-mod-t-cat-filter.pp-subcats {
        order: -1;                       
        flex: 0 0 100%;
        background: transparent;
        border: none;
        padding: 0 0 8px;
        margin-bottom: 6px;
        border-bottom: 1px solid var(--pp-cream-border);
        position: static;
    }
    .pp-subcats > .p-g-mod-header {
        display: block !important;
        background: transparent !important;
        border: none !important;
        color: #6b6b6b !important;
        font-size: 0.8rem !important;
        font-weight: 500 !important;
        padding: 0 0 6px !important;
        margin: 0 !important;
        cursor: default !important;
    }
    .pp-subcats > .p-g-mod-header::after { content: none !important; }   
    .pp-subcats > .p-g-mod-body {
        display: block !important;
        position: static !important;
        box-shadow: none !important;
        border: none !important;
        padding: 0 !important;
        margin: 0 !important;
        background: transparent !important;
        min-width: 0 !important;
        max-width: none !important;
    }
    
    .pp-subcats .list-wrap,
    .pp-subcats .simplebar-wrapper,
    .pp-subcats .simplebar-mask,
    .pp-subcats .simplebar-offset,
    .pp-subcats .simplebar-content-wrapper,
    .pp-subcats .simplebar-scroll-content,
    .pp-subcats .simplebar-content {
        display: contents !important;
    }
    .pp-subcats .simplebar-track,
    .pp-subcats .simplebar-placeholder { display: none !important; }
    
    .pp-subcats .category-filter-list {
        display: flex !important;
        flex-wrap: wrap;
        gap: 8px;
        max-height: none !important;
        overflow: visible !important;
        padding: 0 !important;
    }
    .pp-subcats ul.list,
    .pp-subcats .category-filter-list ul {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 8px !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
        max-height: none !important;
        overflow: visible !important;
    }
    .pp-subcats li {
        display: inline-block !important;
        list-style: none !important;
        margin: 0 !important;
        padding: 0 !important;
        width: auto !important;
        border: none !important;
    }
    .pp-subcats .category-filter-list a {
        display: inline-block !important;
        background: var(--pp-white) !important;
        border: 1px solid #dcd6c4 !important;
        border-radius: 20px !important;
        padding: 5px 14px !important;
        font-size: 0.85rem !important;
        color: #1a1a1a !important;
        text-decoration: none !important;
        white-space: nowrap !important;
        line-height: 1.4 !important;
        width: auto !important;
    }
    .pp-subcats .category-filter-list a:hover {
        border-color: #d7000a !important;
        color: #d7000a !important;
    }
}


.cc-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 0.55rem;
    padding: 7px 13px;
    background: #16a34a;
    color: var(--pp-white);
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s;
}
.cc-cta:hover { background: #15803d; color: var(--pp-white); transform: translateY(-1px); }
.cc-cta i { font-size: 0.85rem; }



.product-compat-box { margin: 0.85rem 0; }
.pp-compat-box {
    border: 1px solid var(--pp-cream-border);
    background: #fbfaf4;
    border-radius: 11px;
    padding: 12px 14px;
    font-size: 0.83rem;
    line-height: 1.5;
    color: var(--pp-gray-800);
}
.pcb-head {
    display: flex; align-items: center; gap: 7px;
    font-weight: 700; font-size: 0.86rem; color: #1a1a1a;
    margin-bottom: 9px;
}
.pcb-head i { color: #d7000a; }
.pcb-identity {
    background: var(--pp-white); border: 1px solid var(--pp-cream-border); border-radius: 8px;
    padding: 6px 11px; margin-bottom: 9px;
}
.pcb-identity strong { color: #1a1a1a; }
.pcb-row { display: flex; gap: 8px; align-items: flex-start; margin: 6px 0; }
.pcb-row > i { flex-shrink: 0; width: 15px; text-align: center; margin-top: 2px; color: #8a8270; }
.pcb-row > i.pcb-ok { color: var(--pp-green-accent); }
.pcb-row > i.pcb-warn { color: #c47f00; }
.pcb-row > i.pcb-amp { color: #b8860b; }

.pcb-set { margin-top: 11px; border-top: 1px dashed var(--pp-cream-border); padding-top: 10px; }
.pcb-set-head { display: flex; align-items: center; gap: 6px; font-weight: 700; font-size: 0.83rem; color: #1a1a1a; margin-bottom: 8px; }
.pcb-set-head i { color: #d7000a; }
.pcb-set-sub { font-weight: 400; font-size: 0.72rem; color: #6f685a; background: #f1efe6; border-radius: 10px; padding: 1px 8px; }
.pcb-parts { display: grid; grid-template-columns: repeat(auto-fit, minmax(92px, 1fr)); gap: 7px; }
.pcb-part { display: flex; flex-direction: column; align-items: center; gap: 3px; text-align: center; background: var(--pp-white); border: 1px solid var(--pp-cream-border); border-radius: 9px; padding: 9px 6px; text-decoration: none; transition: border-color .15s ease, background .15s ease; }
.pcb-part > i { font-size: 17px; color: #8a8270; }
.pcb-part-label { font-size: 0.78rem; font-weight: 500; color: var(--pp-gray-800); }
.pcb-part-tag { font-size: 0.7rem; color: #b3000a; display: inline-flex; align-items: center; gap: 3px; }
.pcb-part-add:hover { border-color: #d7000a; background: #fff4f4; }





:root {
    --pp-radius-sm: 4px;
    --pp-radius: 8px;
    --pp-radius-lg: 16px;
    --pp-radius-pill: 999px;
    --pp-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);
    --pp-shadow-md: 0 8px 24px rgba(0, 0, 0, 0.08);
    --pp-shadow-lg: 0 18px 44px rgba(0, 0, 0, 0.10);
    --pp-space-1: 4px;
    --pp-space-2: 8px;
    --pp-space-3: 12px;
    --pp-space-4: 16px;
    --pp-space-5: 24px;
    --pp-space-6: 32px;
    --pp-fs-xs: 12px;
    --pp-fs-sm: 14px;
    --pp-fs-md: 16px;
    --pp-fs-lg: 20px;
    --pp-fs-xl: 24px;
    --pp-fs-2xl: 32px;
}





.card-product .card-product-inner .price-group .prices .sale-price,
.card-list-product .price-group .prices .sale-price {
    color: var(--pp-black, #111111);
}

.product-price-group .prices .sale-price {
    color: var(--pp-black, #111111) !important;
}

.card-product .card-product-inner .price-group .prices .sale-price.pp-discounted,
.card-list-product .price-group .prices .sale-price.pp-discounted {
    color: var(--main-color2, #d7000a);
}

.product-price-group .prices .sale-price.pp-discounted {
    color: var(--main-color2, #d7000a) !important;
}


.pp-active-filters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--pp-space-2, 8px);
    margin: 0 0 14px;
}

.paf-label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: var(--pp-fs-xs, 12px);
    font-weight: 700;
    color: var(--pp-gray-700, #555);
}

.paf-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--pp-white);
    border: 1px solid var(--pp-cream-border, #e8e4d4);
    border-radius: var(--pp-radius-pill, 999px);
    padding: 5px 12px;
    min-height: 32px;
    font-size: 12.5px;
    color: var(--pp-gray-800, #333);
    cursor: pointer;
    transition: border-color .15s ease, background .15s ease, color .15s ease;
}

.paf-chip:hover {
    border-color: #d7000a;
    background: #fff4f4;
    color: #b3000a;
}

.paf-chip i {
    font-size: 10px;
    color: #b3000a;
}



.paf-clear {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: var(--pp-fs-xs, 12px);
    font-weight: 700;
    color: #b3000a;
    text-decoration: none;
    background: var(--pp-white);
    border: 1px solid #e8b4b7;
    border-radius: var(--pp-radius-pill, 999px);
    padding: 5px 12px;
    min-height: 32px;
    margin-left: 4px;
    transition: var(--transition-standard);
}
.paf-clear:hover {
    background: #fff4f4;
    border-color: #d7000a;
    color: #b3000a;
}


.pes-smart-tip {
    background: var(--pp-amber-bg, #fdfaf1) !important;
    border: 1px solid var(--pp-amber-border, #eee3c0) !important;
    border-radius: 12px !important;
    padding: 16px 20px !important;
    margin: 16px auto !important;
    max-width: 600px !important;
    display: flex !important;
    gap: 12px !important;
    align-items: flex-start !important;
    text-align: left !important;
    color: var(--pp-amber-ink, #4a4222) !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.05) !important;
}

.pes-smart-tip i {
    font-size: 18px !important;
    color: var(--pp-amber-accent, #ba7517) !important;
    flex-shrink: 0 !important;
    margin-top: 2px !important;
}

.pes-smart-tip strong {
    color: var(--pp-black, #111111) !important;
}


@media (max-width: 767px) {
    .paf-chip,
    .paf-clear {
        min-height: 44px; 
        padding: 5px 14px;
    }
}



.card-product .card-stock-badge {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 9;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: rgba(215, 0, 10, 0.92);
    color: var(--pp-white);
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.2px;
    padding: 3px 9px;
    border-radius: 20px;
    pointer-events: none;
}





#pp-cart-set-suggest .pcb-set {
    background: #fdfcf7;
    border: 1px solid var(--pp-cream-border);
    border-radius: 10px;
    padding: var(--pp-space-4, 16px);
    margin: var(--pp-space-4, 16px) 0;
}
@media (max-width: 767px) {
    #pp-cart-set-suggest .pcb-set {
        padding: 14px 12px;
        margin: var(--pp-space-4, 16px) 0 var(--pp-space-2, 8px);
    }
}
.pcb-part-self { background: var(--pp-green-bg); border-color: var(--pp-green-border); }
.pcb-part-self > i { color: var(--pp-green-accent); }
.pcb-part-self .pcb-part-tag { color: var(--pp-green-accent); }


.pp-size-band { background: #fbfaf4; border-bottom: 1px solid var(--pp-cream-border); width: 100%; }


.pp-size-band { display: none; }
body.home-body .pp-size-band,
body.categories-body .pp-size-band { display: block; }
.pp-size-band-inner { display: flex; align-items: center; gap: 12px; padding: 8px 0; }
.pp-size-band-label { flex-shrink: 0; font-size: 12px; font-weight: 600; color: #1a1a1a; display: inline-flex; align-items: center; gap: 5px; }
.pp-size-band-label i { color: #d7000a; }
.pp-size-band-chips { display: flex; gap: 7px; overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.pp-size-band-chips::-webkit-scrollbar { display: none; }
.pp-size-chip { flex-shrink: 0; background: var(--pp-white); border: 1px solid var(--pp-cream-border); border-radius: 20px; padding: 4px 13px; font-size: 12.5px; font-weight: 500; color: var(--pp-gray-800); text-decoration: none; white-space: nowrap; transition: background .15s ease, border-color .15s ease, color .15s ease; }
.pp-size-chip:hover { background: #fff4f4; border-color: #d7000a; color: #b3000a; }
@media (max-width: 767px) { .pp-size-band-inner { gap: 8px; padding: 7px 0; } .pp-size-band-label { font-size: 11px; } }



.kutup-badge {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 0.7rem 0;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 0.85rem;
    line-height: 1.5;
}
.kutup-badge > i { font-size: 1.15rem; flex-shrink: 0; margin-top: 1px; }
.kutup-badge .kutup-sub { display: block; font-size: 0.8rem; color: #6b6b6b; margin-top: 3px; }
.kutup-flat { background: var(--pp-green-bg); border: 1px solid var(--pp-green-border); color: #2c3a1c; }
.kutup-flat > i { color: var(--pp-green-accent); }
.kutup-button { background: #e8f1fb; border: 1px solid #bcd9f2; color: #1a3a52; }
.kutup-button > i { color: #185fa5; }
.discharge-high { background: #fdf4e3; border: 1px solid #f0d9a8; color: #6b4d12; }
.discharge-high > i { color: #b8860b; }
.kutup-badge a { color: #d7000a; text-decoration: none; border-bottom: 1px solid #f0c0c0; }
.kutup-badge a:hover { border-bottom-color: #d7000a; }


.product-reviews .pr-summary { font-size: 0.82rem; color: #6b7280; margin-left: 4px; }
.product-reviews .pr-summary .count { font-weight: 600; color: #374151; }
.product-reviews .pr-empty { color: #2563eb; }
.product-profile-1 .product-reviews-clickable {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 2px 6px;
    border-radius: 6px;
    transition: background 0.15s;
}
.product-profile-1 .product-reviews-clickable:hover { background: rgba(0,0,0,0.04); }
.product-profile-1 .product-reviews-clickable:hover .pr-summary { text-decoration: underline; }
.product-profile-1 .product-reviews-clickable:focus-visible { outline: 2px solid #2563eb; outline-offset: 2px; }


.floating-wp {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 998;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #25D366;
    color: var(--pp-white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.22);
    transition: transform 0.2s, box-shadow 0.2s, bottom 0.25s ease;
}
.floating-wp:hover { color: var(--pp-white); transform: scale(1.07); box-shadow: 0 6px 18px rgba(0,0,0,0.28); }
.floating-wp .floating-wp-dot {
    position: absolute;
    top: 0;
    right: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #fff;
}
.floating-wp.wp-online .floating-wp-dot { background: #22c55e; }
.floating-wp.wp-offline .floating-wp-dot { background: #9ca3af; }
@media (max-width: 991px) {
    .floating-wp { width: 46px; height: 46px; font-size: 23px; bottom: 16px; left: 14px; }
    
    body.msc-bar-open .floating-wp { bottom: 84px; }
    
    body.cart-body .floating-wp { bottom: calc(84px + env(safe-area-inset-bottom, 0px)); }
    body.cart-body .back-to-top-btn { bottom: calc(88px + env(safe-area-inset-bottom, 0px)); }
}


.empty-cart-recover { max-width: 520px; margin: 0 auto 1.5rem; }
.empty-cart-recover .ecr-inner {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 12px;
    padding: 12px 14px;
    text-align: left;
}
.empty-cart-recover .ecr-icon { flex: none; color: #d97706; font-size: 18px; }
.empty-cart-recover .ecr-thumb {
    flex: none;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    overflow: hidden;
    background: var(--pp-white);
    border: 1px solid #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
}
.empty-cart-recover .ecr-thumb img { width: 100%; height: 100%; object-fit: contain; }
.empty-cart-recover .ecr-body { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.empty-cart-recover .ecr-label { font-size: 11px; color: #92400e; text-transform: uppercase; letter-spacing: 0.4px; }
.empty-cart-recover .ecr-name {
    font-size: 14px;
    font-weight: 500;
    color: #1f2937;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.empty-cart-recover .ecr-name:hover { text-decoration: underline; }
.empty-cart-recover .ecr-price { font-size: 13px; color: #d7000a; font-weight: 600; }
.empty-cart-recover .ecr-add {
    flex: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #16a34a;
    color: var(--pp-white);
    border: none;
    border-radius: 8px;
    padding: 8px 14px;
    font-size: 0.82rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
}
.empty-cart-recover .ecr-add:hover { background: #15803d; }
.empty-cart-recover .ecr-dismiss {
    position: absolute;
    top: 6px;
    right: 8px;
    background: none;
    border: none;
    color: #9ca3af;
    font-size: 12px;
    cursor: pointer;
    padding: 2px;
    line-height: 1;
}
.empty-cart-recover .ecr-dismiss:hover { color: #6b7280; }
@media (max-width: 576px) {
    .empty-cart-recover .ecr-inner { flex-wrap: wrap; }
    .empty-cart-recover .ecr-add { width: 100%; justify-content: center; }
}

@media (max-width: 576px) {
    .btn-compat-check {
        width: 100%;
        justify-content: center;
    }
}


a[onclick*="telefon"],
a[href*="telefon"],
a[onclick*="tavsiye"],
a[href*="tavsiye"] {
    display: none !important;
}






.payment-method-form-3 .table-responsive,
form.payment-method-form:has(input[name="payment_method_type"][value="bank_transfer"]) .table-responsive {
    display: none !important;
}

.payment-method-form-3::before,
form.payment-method-form:has(input[name="payment_method_type"][value="bank_transfer"])::before {
    content: "Banka bilgileri siparişiniz tamamlandıktan sonra görüntülenir. Lütfen önce 'Siparişi Tamamla'ya basın; ardından çıkan sipariş numarasını havale/EFT açıklamasına yazarak ödemenizi yapın.";
    display: block;
    background: #fff8e1;
    border: 1px solid #f0c419;
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 12px;
    color: #5a4b00;
    font-weight: 600;
    line-height: 1.5;
}




.eft-iban-box {
    max-width: 680px;
    margin: 0 auto 24px;
    text-align: left;
    background: var(--pp-white);
    border: 1px solid #ffe08a;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
}
.eft-iban-head {
    background-color: #f5c518;
    background-image: linear-gradient(to bottom, #f5c518 55%, #e3a90c 100%);
    color: #3a2e00;
    font-weight: 700;
    font-size: 16px;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.eft-iban-warn {
    background: #fff8e1;
    border-bottom: 1px solid #ffe08a;
    color: #5a4b00;
    padding: 12px 18px;
    font-weight: 600;
    line-height: 1.5;
    font-size: 14px;
}
.eft-iban-warn i {
    color: #d39a0c;
    margin-right: 6px;
}
.eft-iban-row {
    padding: 14px 18px;
    border-bottom: 1px solid #f1f1f1;
}
.eft-iban-row:last-child {
    border-bottom: 0;
}
.eft-orderno-row {
    background: #fffdf3;
}
.eft-orderno-row .eft-iban-no {
    font-weight: 700;
    letter-spacing: 1px;
}
.eft-amount-row {
    background: #fff7f6;
}
.eft-amount-row .eft-iban-no {
    font-weight: 700;
    font-size: 18px;
    color: #d7000a;
}


.payment-method-badge {
    display: inline-block;
    margin-left: 6px;
    padding: 2px 8px;
    border-radius: 999px;
    background: #16a34a;
    color: var(--pp-white);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.6;
    vertical-align: middle;
    white-space: nowrap;
}


.card-product .card-product-inner .image-wrapper .image img {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
}



.search-chip {
    display: inline-block;
    padding: 2px 9px;
    font-size: 11px;
    font-weight: 600;
    color: var(--pp-gray-700);
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    text-decoration: none;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
    white-space: nowrap;
    line-height: 1.3;
}
.search-chip:hover {
    background: var(--pp-red, #d7000a);
    color: var(--pp-white);
    border-color: var(--pp-red, #d7000a);
    text-decoration: none;
}

header.mobile .search-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 6px;
    padding: 0 4px;
}
.eft-iban-bank {
    font-weight: 700;
    color: #222;
    margin-bottom: 6px;
    font-size: 14px;
}
.eft-iban-no-line {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.eft-iban-no {
    flex: 1 1 auto;
    font-family: monospace;
    font-size: 16px;
    letter-spacing: .5px;
    background: #f5f6f8;
    border: 1px solid #e3e6ea;
    border-radius: 6px;
    padding: 8px 12px;
    color: var(--pp-black);
    word-break: break-all;
}
.eft-iban-copy {
    flex: 0 0 auto;
    background: var(--pp-red, #d7000a);
    color: var(--pp-white);
    border: 0;
    border-radius: 6px;
    padding: 9px 16px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: opacity .2s ease;
}
.eft-iban-copy:hover {
    opacity: .9;
}
.eft-iban-copy.copied {
    background: #16a34a;
    background-image: none;
}
@media (max-width: 480px) {
    .eft-iban-no-line {
        flex-direction: column;
        align-items: stretch;
    }
    .eft-iban-copy {
        width: 100%;
        justify-content: center;
    }
}


.voucher-code-form {
    background: #fff8f0;
    border: 1px dashed var(--pp-red, #d7000a);
    border-radius: 8px;
    padding: 12px;
    margin-top: 12px;
    position: relative;
}
.voucher-code-form::before {
    content: '\f3ff'; 
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: -10px;
    left: 14px;
    background: #fff8f0;
    padding: 0 6px;
    font-size: 12px;
    color: var(--pp-red, #d7000a);
}
.voucher-code-form .form-control {
    border-color: #e0c5a0;
    font-size: 13px;
}
.voucher-code-form .form-control::placeholder {
    color: #b0886a;
    font-size: 12px;
}
.voucher-code-form .btn {
    background: var(--pp-red, #d7000a);
    border-color: var(--pp-red, #d7000a);
    color: var(--pp-white);
    font-weight: 600;
    font-size: 12px;
}
.voucher-code-form .btn:hover {
    opacity: 0.9;
}


.empty-cart-popular {
    margin-top: 32px;
    text-align: center;
}
.empty-cart-popular h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--pp-gray-800);
    margin-bottom: 16px;
    position: relative;
    display: inline-block;
}
.empty-cart-popular h3::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background: var(--pp-red, #d7000a);
    margin: 6px auto 0;
    border-radius: 2px;
}
.empty-cart-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}
.empty-cart-links a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: var(--pp-white);
    border: 1px solid #e0e0e0;
    border-radius: 24px;
    font-size: 13px;
    font-weight: 500;
    color: var(--pp-gray-800);
    text-decoration: none;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}
.empty-cart-links a:hover {
    border-color: var(--pp-red, #d7000a);
    color: var(--pp-red, #d7000a);
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(215, 0, 10, 0.12);
}
.empty-cart-links a i {
    font-size: 14px;
    color: var(--pp-red, #d7000a);
}



a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible,
.btn:focus-visible {
    outline: 2px solid #2563eb;
    outline-offset: 2px;
}

.card-product .btn.disabled,
.card-product a[aria-disabled="true"] {
    pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
        scroll-behavior: auto !important;
    }
}








@media print {
    header.desktop, header.mobile, .mobile-header-space,
    .sidebar-menu, .sidebar-menu-type-2, .sidebar-user,
    .op-black, .overlay, .mobile-sticky-cart,
    .back-to-top-btn, .floating-wp, .addons-campaign-bar,
    .search-chips,
    .newsletter-footer, .cookie-banner,
    .btn-cart, .btn-fast-buy, .btn-cart-right {
        display: none !important;
    }
    body {
        background: var(--pp-white) !important;
        color: #000 !important;
        font-size: 12pt !important;
    }
    .no-container, .container {
        box-shadow: none !important;
        border: none !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    img {
        max-width: 100% !important;
        page-break-inside: avoid;
    }
}




.pp-btn-loading {
    opacity: 0.6;
    cursor: wait;
    position: relative;
}
.pp-btn-loading::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    opacity: 0.85;
    animation: ppBtnSpin 0.6s linear infinite;
}
.pp-btn-loading.btn-cart-right::after {
    right: 50%;
    margin-right: -7px;
}
@keyframes ppBtnSpin {
    to { transform: rotate(360deg); }
}
@media (prefers-reduced-motion: reduce) {
    .pp-btn-loading::after { animation: none; }
}



header.desktop .mega-menu .dropdown-menu::before {
    content: "";
    position: absolute;
    top: -9px;
    left: 0;
    right: 0;
    height: 9px;
    background: transparent;
}


.header-cart-hover .pp-cart-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 84px;
    padding: 24px 0;
}
.header-cart-hover .pp-cart-loading .spinner-border {
    width: 26px;
    height: 26px;
    border-width: 3px;
    color: var(--main-color, #1a9cb0);
}





.pattern-group-header {
    display: none !important;
}


.dropdown-currencies-1 {
    display: none !important;
}





a, button, .btn, [role="button"], input, select, textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.back-to-top-btn { right: calc(14px + env(safe-area-inset-right, 0px)); }
.floating-wp { left: calc(14px + env(safe-area-inset-left, 0px)); }
.payment-cart-summary-1 .p-list-button {
    min-height: 44px;
    padding: 8px 4px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.remove-vocuher {
    min-width: 36px;
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
}
@media (max-width: 991px) {
    header.mobile .icon-group {
        min-width: 44px;
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .payment-form-group-1 .form-control { min-height: 46px; }
    .shopping-cart-1 .btn-remove::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 44px;
        height: 44px;
        transform: translate(-50%, -50%);
    }
    .shopping-cart-1 .td-quantity .product-quantity { height: 44px; }
    .shopping-cart-1 .td-quantity .product-quantity .btn { width: 42px; }
    .back-to-top-btn { width: 44px; height: 44px; }
    .payment-cart-summary-1 .table.summary th,
    .payment-cart-summary-1 .table.summary td { padding: 8px 6px; }
    .payment-cart-summary-1 .table.summary th:last-child,
    .payment-cart-summary-1 .table.summary td:last-child { text-align: right; white-space: nowrap; }
    .payment-cart-summary-1 .p-list .td-product .name {
        display: block;
        max-width: 55vw;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
@media (max-width: 767px) {
    .search-chip { font-size: 12px; padding: 6px 10px; }
    .pp-size-chip { min-height: 44px; }
}



.contact-map {
    max-width: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.contact-map iframe {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    border: 0;
}

header.desktop .logo a img,
header.mobile .logo img,
.sidebar-menu-type-2 .logo-area a img,
.pp-footer-logo img {
    object-fit: contain;
    object-position: left center;
}

header.desktop .logo a img {
    height: 40px !important;
}

header.mobile .logo img {
    height: 40px !important;
    max-width: 150px !important;
}

@media (max-width: 576px) {
    .product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav {
        max-width: 100%;
        overflow: hidden;
        padding: 6px 0 !important;
    }

    .product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav .nav {
        justify-content: flex-start !important;
        align-items: stretch !important;
        width: 100%;
        max-width: 100%;
        padding: 0 6px !important;
        overflow-x: auto;
        scroll-padding-left: 6px;
        -webkit-overflow-scrolling: touch;
    }

    .product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav .nav .nav-link {
        flex: 0 0 auto;
    }

    .product-body .product-buttons {
        display: grid !important;
        grid-template-columns: 132px minmax(0, 1fr);
        gap: 8px !important;
        align-items: stretch !important;
    }

    .product-body .product-buttons .product-quantity {
        width: 132px !important;
        margin: 0 !important;
    }

    .product-body .product-buttons .product-unit {
        display: none !important;
    }

    .product-body .product-buttons .btn-cart {
        width: 100% !important;
        min-width: 0 !important;
        padding: 0 8px !important;
        white-space: normal !important;
        line-height: 1.15 !important;
    }

    .product-body .product-buttons > .btn-cart:first-child,
    .product-body .product-buttons > .product-unit:first-child + .btn-cart {
        grid-column: 1 / -1;
    }

    .product-body .product-buttons .btn-fast-buy {
        grid-column: 1 / -1;
        width: 100% !important;
        min-width: 0 !important;
    }
}









header.mobile .right {
    gap: 4px;
}
header.mobile .right .icon-group {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
header.mobile .icon-group .badge {
    right: -2px;
}




body.hidden-scroll {
    overflow: hidden !important;
    touch-action: none;
}









@media (hover: none) {
    .card-product .buttons-wrapper.down-to-top {
        position: static !important;
        transform: none !important;
        z-index: 1 !important;
        overflow: visible !important;
        left: auto !important;
        width: 100% !important;
        margin-top: 6px;
    }
    .card-product .down-to-top .button-group {
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .card-product .down-to-top .btn-cart {
        width: 100%;
        min-height: 44px;
    }
}



@media (max-width: 991px) {
    .payment-final-buttons-1 .btn-complete {
        width: 100%;
        min-height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        font-weight: 600;
    }
}


.product-profile-1 h1.title,
.card-product .title {
    overflow-wrap: anywhere;
    word-break: break-word;
}


.page-link {
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}



.product-favourite-kart a,
.product-favourite-kart button {
    position: relative;
}
.product-favourite-kart a::after,
.product-favourite-kart button::after {
    content: '';
    position: absolute;
    top: -12px; right: -12px; bottom: -12px; left: -12px;
}


.card-product .quantity button {
    position: relative;
}
.card-product .quantity button::after {
    content: '';
    position: absolute;
    top: -8px; right: -4px; bottom: -8px; left: -4px;
}


@media (max-width: 767px) {
    .card-product .buttons .btn-cart {
        height: 44px !important;
        line-height: 44px !important;
        font-size: 12px !important;
    }
}



@media (max-width: 991px) {
    .login-form .form-control,
    .common-register-form .form-control,
    .password-form .form-control,
    .password-reset-form .form-control,
    .contact-form .form-control,
    .order-detail-form .form-control,
    .eft-form .form-control,
    .voucher-code-form .form-control {
        min-height: 46px;
    }
}


@media (max-width: 991px) {
    .pp-footer-links { gap: 0; }
    .pp-footer-links li a {
        min-height: 44px;
        display: flex;
        align-items: center;
    }
    .pp-footer-social a {
        width: 44px;
        height: 44px;
    }
    .pp-newsletter-inline input {
        min-height: 46px;
    }
    .pp-newsletter-inline button {
        min-height: 46px;
    }
    .pp-footer-contact-item {
        min-height: 44px;
        align-items: center;
    }
    .pp-footer-legal-inner { gap: 0 20px; }
    .pp-footer-legal-inner a {
        min-height: 40px;
        display: inline-flex;
        align-items: center;
    }
}



.list-menu {
    display: flex;
    flex-direction: column;
    background: var(--pp-white);
    border: 1px solid #ececec;
    border-radius: 10px;
    overflow: hidden;
}
.list-menu a {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 48px;
    padding: 10px 16px;
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid #f2f2f2;
    transition: background 0.2s, color 0.2s;
}
.list-menu a:last-child { border-bottom: 0; }
.list-menu a:hover {
    background: #fafafa;
    color: var(--main-color);
}
.list-menu .image img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.list-menu .title { font-weight: 500; }



.cat-responsive-buttons { margin-bottom: 12px; }
.cat-responsive-buttons .btn-group {
    display: flex;
    width: 100%;
    gap: 8px;
}
.cat-responsive-buttons .btn {
    flex: 1;
    min-height: 44px;
    border-radius: 8px !important;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.cat-responsive-popup .buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 10px;
}
.cat-responsive-popup .buttons .btn {
    width: 100%;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    border-radius: 8px;
}


.cat-responsive-popup .category-filter-order-mobile .lag-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    width: 100%;
}
.cat-responsive-popup .category-filter-order-mobile .lag-checkbox input[type="radio"] {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    accent-color: var(--main-color);
    cursor: pointer;
}
.cat-responsive-popup .category-filter-order-mobile .lag-checkbox label {
    margin: 0;
    flex: 1;
    padding: 12px 0;
    cursor: pointer;
}


.invoice-info-description {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
}
.invoice-info-description input[type="checkbox"] {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    accent-color: var(--main-color);
    cursor: pointer;
}
.invoice-info-description label {
    margin: 0;
    padding: 10px 0;
    cursor: pointer;
}


.payment-agreement-checbox-1 .form-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-height: 44px;
    margin-bottom: 6px;
    padding-left: 0;
}
.payment-agreement-checbox-1 .form-check-input {
    position: static;
    width: 22px;
    height: 22px;
    margin: 2px 0 0 0;
    flex-shrink: 0;
    accent-color: var(--main-color);
    cursor: pointer;
}
.payment-agreement-checbox-1 .form-check label {
    margin: 0;
    cursor: pointer;
    line-height: 1.5;
}
.payment-agreement-checbox-1 label button {
    background: none;
    border: 0;
    padding: 2px 0;
    color: var(--main-color);
    text-decoration: underline;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
}



.ibutton {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    accent-color: var(--main-color);
    cursor: pointer;
}
.btn-link-inline {
    padding: 4px 2px;
    display: inline-block;
}









.floating-wp {
    left: auto;
    right: calc(20px + env(safe-area-inset-right, 0px));
}
@media (min-width: 992px) {
    
    .back-to-top-btn { bottom: 84px; }
}
@media (max-width: 991px) {
    .floating-wp {
        left: auto;
        right: calc(14px + env(safe-area-inset-right, 0px));
        bottom: 16px;
    }
    

    
    body.msc-bar-open .back-to-top-btn { bottom: 140px; }

    

    body.cart-body .back-to-top-btn { bottom: calc(140px + env(safe-area-inset-bottom, 0px)); }
}







@media (max-width: 991px) {
    .breadcrumb-wrapper {
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .breadcrumb-wrapper .breadcrumb {
        flex: 1 1 auto;
        min-width: 0;
        margin-bottom: 0;
    }
    .btn-back-crumb {
        flex-shrink: 0;
        width: 44px;
        height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        background: var(--pp-white);
        border: 1px solid #e2e2e2;
        border-radius: 50%;
        color: var(--pp-gray-800);
        font-size: 15px;
        cursor: pointer;
    }
    .btn-back-crumb:active {
        background: #f3f3f3;
    }
}








@media (max-width: 767px) {
    .breadcrumb-wrapper .breadcrumb {
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }
    .breadcrumb-wrapper .breadcrumb::-webkit-scrollbar { display: none; }
    .breadcrumb-wrapper .breadcrumb-item { flex-shrink: 0; }
}



.pp-size-band-chips {
    padding-inline-end: 16px;
    -webkit-mask-image: linear-gradient(to right, #000 calc(100% - 28px), transparent);
    mask-image: linear-gradient(to right, #000 calc(100% - 28px), transparent);
}


@media (max-width: 480px) {
    .pp-size-band-label { font-size: 0; gap: 0; }
    .pp-size-band-label i { font-size: 14px; }
}



header.mobile .icon-group .badge {
    background: var(--pp-red, #d21c1c);
    border-radius: 9px;
    max-width: none;
    padding: 0 5px;
}


.pp-footer-legal-inner a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.75) !important;
}


.product-profile-1 .related-products {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 6px;
}
.product-profile-1 .related-products a {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-width: 44px;
    min-height: 44px;
    padding: 6px 8px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: var(--pp-white);
    text-decoration: none;
    font-size: 11px;
    color: var(--pp-gray-800);
    transition: border-color 0.15s, box-shadow 0.15s;
}
.product-profile-1 .related-products a img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.product-profile-1 .related-products a:hover {
    border-color: var(--main-color);
}
.product-profile-1 .related-products a.active {
    border-color: var(--main-color);
    box-shadow: 0 0 0 1px var(--main-color);
    font-weight: 600;
}







.pp-vat-note {
    font-size: 12px;
    color: var(--pp-gray-700, #666);
    margin-top: 2px;
}
.mobile-sticky-cart .msc-vat {
    font-size: 10px;
    color: var(--pp-gray-700, #666);
    margin-left: 4px;
}



.product-badges button.p-badge {
    font: inherit;
    text-align: left;
    cursor: pointer;
    color: inherit;
}
.product-badges a.p-badge {
    color: inherit;
    text-decoration: none;
}


.pp-guarantee-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 16px;
    padding: 14px;
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 10px;
}
.pp-guarantee-box .pgb-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.pp-guarantee-box .pgb-item > i {
    font-size: 17px;
    color: var(--main-color);
    margin-top: 2px;
    flex-shrink: 0;
    width: 20px;
    text-align: center;
}
.pp-guarantee-box .pgb-text {
    display: flex;
    flex-direction: column;
    gap: 1px;
    font-size: 13px;
}
.pp-guarantee-box .pgb-text span { color: var(--pp-gray-700, #666); }
.pp-guarantee-box .pgb-text a { color: var(--main-color); text-decoration: underline; }


.cart-havale-hint {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 10px 0;
    padding: 9px 12px;
    background: var(--pp-green-bg);
    border: 1px solid var(--pp-green-border);
    border-radius: 8px;
    font-size: 12.5px;
    color: #2c3a1c;
}
.cart-havale-hint i { color: var(--pp-green-accent); }


.cart-trust-badges a.badge-item {
    color: inherit;
    text-decoration: none;
}


.payment-trust-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 12px;
    color: var(--pp-gray-700, #666);
}
.payment-trust-strip a { color: inherit; text-decoration: underline; }
.payment-trust-strip i { margin-right: 4px; color: var(--pp-gray-700, #666); }


.order-next-steps {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid #eee;
}
.order-next-steps .ons-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 12.5px;
    color: var(--pp-gray-700, #666);
    margin-bottom: 14px;
}
.order-next-steps .ons-step {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 6px 12px;
}
.order-next-steps .ons-step i { color: var(--main-color); }
.order-next-steps .ons-sep { font-size: 10px; color: #ccc; }
.order-next-steps .ons-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
.order-next-steps .ons-buttons .btn {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
}
@media (max-width: 576px) {
    .order-next-steps .ons-buttons { flex-direction: column; }
    .order-next-steps .ons-buttons .btn { width: 100%; }
}


.pp-result-count {
    font-size: 12px;
    font-weight: 500;
    color: var(--pp-gray-700, #777);
    background: #f4f4f4;
    border-radius: 12px;
    padding: 3px 10px;
    margin-left: 8px;
    vertical-align: middle;
    white-space: nowrap;
}


.pp-cat-filter-inner .p-g-mod-header .pp-chip-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    margin-left: 6px;
    padding: 0 5px;
    background: var(--main-color);
    color: var(--pp-white);
    border-radius: 9px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
}


.pp-empty-search {
    max-width: 560px;
    margin: 1rem auto 2rem;
    padding: 20px;
    background: var(--pp-white);
    border: 1px solid #eee;
    border-radius: 12px;
    text-align: center;
}
.pp-empty-search .pes-head {
    font-size: 15px;
    margin-bottom: 4px;
}
.pp-empty-search .pes-head i { color: var(--pp-gray-700, #999); margin-right: 6px; }
.pp-empty-search .pes-sub {
    font-size: 12.5px;
    color: var(--pp-gray-700, #777);
    margin: 10px 0 8px;
}
.pp-empty-search .pes-chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px;
    margin-bottom: 16px;
}

.pp-empty-search .pes-suggest {
    font-size: 13.5px;
    color: var(--pp-gray-800, #444);
    margin: 12px 0 4px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 7px;
}
.pp-empty-search .pes-suggest .pes-note {
    display: block;
    width: 100%;
    font-size: 12.5px;
    color: var(--pp-gray-700, #777);
    margin-bottom: 6px;
}
.pp-empty-search .pes-suggest .pes-cips {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px;
}
.pp-empty-search .pes-suggest .pes-try { font-weight: 700; }
.pp-empty-search .pes-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
.pp-empty-search .pes-actions .btn {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0 16px;
}


.pp-device-row {
    border-top: 1px dashed var(--pp-cream-border);
    margin-top: 0;
}
@media (max-width: 767px) {
    .pp-device-row { padding-top: 6px; }
}




.pp-size-chip.pp-chip-active {
    background: #fff4f4;
    border-color: #d7000a;
    color: #b3000a;
    font-weight: 600;
}


@media (max-width: 991px) {
    .cat-responsive-buttons {
        position: sticky;
        top: 60px;
        z-index: 40;
        background: var(--body-bg, #fff);
        padding: 6px 0;
    }
}


@media (max-width: 991px) {
    header.mobile .mobile-search .input-box input,
    .sidebar-menu .mobile-search input,
    .sidebar-menu-type-2 .mobile-search input,
    input[type="search"].form-control,
    .product-body .product-quantity input,
    .shopping-cart-1 .td-quantity .product-quantity input {
        font-size: 16px !important;
    }
}



@media (hover: none) and (prefers-reduced-motion: no-preference) {
    .pp-size-chip:active,
    .btn-back-crumb:active,
    .cat-responsive-buttons .btn:active,
    .card-product .btn-cart:active,
    .pes-actions .btn:active,
    .ons-buttons .btn:active,
    .cc-act:active,
    .cc-cta:active,
    .csb-cta:active,
    .cnb-cta:active,
    .ecr-add:active,
    .ptc-chip:active,
    .pcb-reco-add:active,
    .pp-tier-nudge a:active {
        transform: scale(0.97);
        transition: transform 0.08s ease;
    }
}






.pp-spec-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 2px 0 10px;
}
.pp-spec-chip {
    display: inline-flex;
    align-items: center;
    background: #f6f5ef;
    border: 1px solid var(--pp-cream-border);
    border-radius: 14px;
    padding: 4px 11px;
    font-size: 12.5px;
    font-weight: 600;
    color: #3d3a30;
    white-space: nowrap;
}


.pp-card-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin: 3px 0 4px;
}
.pp-card-chip {
    display: inline-flex;
    align-items: center;
    background: #f6f5ef;
    border: 1px solid var(--pp-cream-border);
    border-radius: 9px;
    padding: 1px 7px;
    font-size: 10.5px;
    font-weight: 600;
    color: #55503f;
    white-space: nowrap;
    line-height: 1.6;
}
@media (max-width: 767px) {
    .pp-card-chip { font-size: 9.5px; padding: 1px 6px; }
}









.compat-conflict-list .cc-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}
.cc-act {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 34px;
    padding: 4px 12px;
    background: var(--pp-white);
    border: 1px solid #d9d4c2;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    color: var(--pp-gray-800, #444);
    cursor: pointer;
}
.cc-act:hover { border-color: #b3ab90; }
.cc-act-danger { color: #a32d2d; border-color: #f0c0c0; }
.cc-act-danger:hover { background: #fff4f4; border-color: #e24b4a; }
.cc-act .cc-act-name { font-weight: 400; color: var(--pp-gray-700, #777); }






@keyframes ppCartFlash {
    0%   { outline-color: rgba(215, 0, 10, 0.55); }
    100% { outline-color: rgba(215, 0, 10, 0); }
}
.cart-item.pp-cart-flash {
    outline: 3px solid transparent;
    outline-offset: -3px;
    animation: ppCartFlash 1.6s ease-out 1;
}
@media (prefers-reduced-motion: reduce) {
    .cart-item.pp-cart-flash { animation: none; outline-color: #d7000a; }
}


.compat-suggest-box {
    margin-top: 10px;
    padding: 12px 14px;
    background: var(--pp-amber-bg);
    border: 1px solid var(--pp-amber-border);
    border-radius: 10px;
}
.compat-suggest-box .csb-head {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 700;
    color: var(--pp-amber-ink);
    margin-bottom: 8px;
}
.compat-suggest-box .csb-head i { color: var(--pp-amber-accent); }
.compat-suggest-box .csb-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    font-size: 12.5px;
    color: var(--pp-amber-ink);
    padding: 6px 0;
}
.compat-suggest-box .csb-item + .csb-item { border-top: 1px dashed var(--pp-amber-border); }
.compat-suggest-box .csb-cta {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 34px;
    padding: 4px 12px;
    background: var(--pp-white);
    border: 1px solid #e0d5ab;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    color: var(--pp-amber-ink);
    text-decoration: none;
}
.compat-suggest-box .csb-cta:hover { border-color: var(--pp-amber-accent); color: var(--pp-amber-accent); }


.compat-note-box {
    margin-top: 10px;
    padding: 12px 14px;
    background: #f0f6fc;
    border: 1px solid #cfe3f5;
    border-radius: 10px;
}
.compat-note-box .cnb-head {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 700;
    color: #24435e;
    margin-bottom: 8px;
}
.compat-note-box .cnb-head i { color: #3b82c4; }
.compat-note-box .cnb-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    font-size: 12.5px;
    color: #24435e;
    padding: 6px 0;
}
.compat-note-box .cnb-item + .cnb-item { border-top: 1px dashed #cfe3f5; }
.compat-note-box .cnb-cta {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 34px;
    padding: 4px 12px;
    background: var(--pp-white);
    border: 1px solid #b9d5ec;
    border-radius: 8px; 
    font-size: 12px;
    font-weight: 600;
    color: #24435e;
    text-decoration: none;
}
.compat-note-box .cnb-cta:hover { border-color: #3b82c4; color: #3b82c4; }


#pp-cart-toast {
    position: fixed;
    left: 50%;
    bottom: calc(76px + env(safe-area-inset-bottom, 0px));
    transform: translate(-50%, 16px);
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: min(340px, calc(100vw - 32px));
    padding: 11px 14px;
    background: #1d1d1f;
    color: var(--pp-white);
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    font-size: 13.5px;
    z-index: 1070;
    opacity: 0;
    pointer-events: none;   
    transition: opacity 0.25s ease, transform 0.25s ease;
}
#pp-cart-toast.pct-show {
    opacity: 1;
    transform: translate(-50%, 0);
}
#pp-cart-toast.pct-show .pct-go { pointer-events: auto; }   
#pp-cart-toast > i { color: #4ade80; font-size: 17px; flex-shrink: 0; }
#pp-cart-toast .pct-msg { white-space: nowrap; }
#pp-cart-toast .pct-go {
    flex-shrink: 0;
    color: var(--pp-white);
    background: #d7000a;
    border-radius: 8px;
    padding: 6px 12px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}




.pcb-parts .pcb-part { justify-content: center; }
.pcb-part-reco {
    padding: 8px 6px !important;
    gap: 4px;
}
.pcb-part-reco .pcb-reco-part {
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #8a8270;
}
.pcb-part-reco .pcb-reco-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    text-decoration: none;
    min-width: 0;
}
.pcb-part-reco .pcb-reco-link img {
    width: 46px;
    height: 46px;
    object-fit: contain;
    border-radius: 6px;
    background: var(--pp-white);
}
.pcb-part-reco .pcb-reco-name {
    font-size: 0.7rem;
    line-height: 1.3;
    color: var(--pp-gray-800, #333);
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 100%;
}
.pcb-part-reco .pcb-reco-price {
    font-size: 0.78rem;
    font-weight: 700;
    color: #b3000a;
}
.pcb-part-reco .pcb-reco-add {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 100%;
    min-height: 30px;
    margin-top: 2px;
    background: #d7000a;
    border: 0;
    border-radius: 7px;
    color: var(--pp-white);
    font-size: 0.7rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
}
.pcb-part-reco .pcb-reco-add:hover { background: #b3000a; color: var(--pp-white); }
.pcb-part-reco .pcb-reco-more { background: #8a8270; }






.pp-min-qty-note {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 0 0 12px;
    padding: 10px 13px;
    background: var(--pp-amber-bg);
    border: 1px solid var(--pp-amber-border);
    border-radius: 10px;
    font-size: 13px;
    line-height: 1.5;
    color: var(--pp-amber-ink);
}
.pp-min-qty-note > i {
    color: var(--pp-amber-accent);
    font-size: 15px;
    margin-top: 2px;
    flex-shrink: 0;
}
.pp-min-qty-note a {
    color: var(--pp-amber-accent);
    font-weight: 600;
    text-decoration: underline;
    white-space: nowrap;
}
@keyframes ppNoteFlash {
    0%, 100% { outline-color: transparent; }
    30%      { outline-color: var(--pp-amber-accent); }
}
.pp-min-qty-note.pp-note-flash {
    outline: 2px solid transparent;
    outline-offset: 2px;
    animation: ppNoteFlash 1.4s ease 1;
}
@media (prefers-reduced-motion: reduce) {
    .pp-min-qty-note.pp-note-flash { animation: none; outline-color: var(--pp-amber-accent); }
}


.product-quantity { position: relative; }
.pp-min-warn {
    position: absolute;
    left: 0;
    top: calc(100% + 3px);
    background: var(--pp-amber-accent);
    color: var(--pp-white);
    font-size: 11px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 6px;
    white-space: nowrap;
    z-index: 5;
}


.pp-card-chip.pp-chip-min {
    background: var(--pp-amber-bg);
    border-color: var(--pp-amber-accent);
    color: var(--pp-amber-ink);
}


.pp-tier-chips {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 12px;
}
.pp-tier-chips .ptc-label {
    font-size: 12.5px;
    font-weight: 600;
    color: var(--pp-gray-700, #666);
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.pp-tier-chips .ptc-label i { color: var(--pp-amber-accent); }
.pp-tier-chips .ptc-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 5px 15px;
    background: var(--pp-white);
    border: 1px solid #ddd;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 600;
    color: var(--pp-gray-800, #333);
    text-decoration: none;
    transition: border-color 0.15s, color 0.15s;
}
.pp-tier-chips a.ptc-chip:hover { border-color: var(--main-color); color: var(--main-color); }
.pp-tier-chips .ptc-chip.ptc-active {
    background: var(--pp-amber-bg);
    border-color: var(--pp-amber-accent);
    color: var(--pp-amber-ink);
    box-shadow: 0 0 0 1px var(--pp-amber-accent);
    cursor: default;
}






.product-profile-1 .bundle-product-box { display: none !important; }


.pp-tier-nudge {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 0 0 12px;
    padding: 10px 13px;
    background: var(--pp-green-bg);
    border: 1px solid var(--pp-green-border);
    border-radius: 10px;
    font-size: 13px;
    line-height: 1.55;
    color: var(--pp-green-ink);
}
.pp-tier-nudge > i {
    color: var(--pp-green-accent);
    font-size: 16px;
    margin-top: 2px;
    flex-shrink: 0;
}
.pp-tier-nudge .ptn-save { color: var(--pp-green-ink); }
.pp-tier-nudge .ptn-ladder {
    display: block;
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px dashed var(--pp-green-border);
    font-size: 12px;
    color: var(--pp-green-accent);
}

.pp-tier-nudge a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 4px;
    min-height: 34px;
    padding: 4px 13px;
    background: var(--pp-green-accent);
    border-radius: 8px;
    color: var(--pp-white);
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}
.pp-tier-nudge a:hover { background: var(--pp-green-ink); color: var(--pp-white); }








@media (min-width: 992px) {
    .product-profile-1 > .row > .col-lg-6 {
        flex: 0 0 58.333%;
        max-width: 58.333%;
    }
    .product-profile-1 .carousel-outer .carousel-inner .carousel-item img,
    .product-profile-1 .carousel-outer .carousel-inner .carousel-item video {
        max-height: 440px;
        width: auto !important;
        max-width: 100%;
        object-fit: contain;
        margin: 0 auto;
        display: block;
    }
    .product-profile-1 .carousel-outer .carousel-inner .carousel-item > a {
        display: flex;
        justify-content: center;
    }
}





@media (max-width: 991px) {
    

    .cc-act,
    .csb-cta,
    .compat-suggest-box .csb-cta,
    .cnb-cta,
    .compat-note-box .cnb-cta,
    .cc-cta,
    .ecr-add,
    .pp-tier-nudge a,
    .ptc-chip,
    .pp-tier-chips .ptc-chip,
    .pcb-reco-add,
    .pcb-part-reco .pcb-reco-add {
        min-height: 44px;
    }
}





.empty-cart-charge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 6px 0 10px;
}
.empty-cart-charge .ecc-shell {
    position: relative;
    display: inline-block;
    width: 64px;
    height: 26px;
    border: 3px solid var(--pp-gray-500);
    border-radius: 6px;
    background: var(--pp-white);
}
.empty-cart-charge .ecc-shell::after {      
    content: '';
    position: absolute;
    right: -8px;
    top: 6px;
    width: 5px;
    height: 8px;
    border-radius: 0 2px 2px 0;
    background: var(--pp-gray-500);
}
.empty-cart-charge .ecc-fill {              
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: 2px;
    width: 0;
    border-radius: 2px;
    background: var(--pp-red);
    animation: eccBlink 1.6s ease-in-out infinite;
}
@keyframes eccBlink {                        
    0%, 100% { width: 0; opacity: 0; }
    50%      { width: 6px; opacity: 0.85; }
}
@media (prefers-reduced-motion: reduce) {
    .empty-cart-charge .ecc-fill { animation: none; width: 0; }
}
.empty-cart-charge .ecc-label {
    font-size: 15px;
    font-weight: 700;
    color: var(--pp-red);
}







header.desktop .header-bar .dropdown-menu {
    z-index: 1050;
}









.pp-sticky-header { display: none; }
@media (min-width: 992px) {
    .pp-sticky-header {
        display: block;
        position: fixed;
        top: 0; left: 0; right: 0;
        z-index: 1500;
        background: var(--pp-white);
        border-bottom: 1px solid var(--pp-cream-border);
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
        transform: translateY(-105%);
        visibility: hidden;
        transition: transform .22s ease, visibility .22s;
    }
    .pp-sticky-header.psh-show { transform: none; visibility: visible; }
    .pp-sticky-inner { display: flex; align-items: center; gap: 22px; padding: 9px 0; }
    .pp-sticky-logo { flex-shrink: 0; display: block; }
    .pp-sticky-logo img { display: block; width: 135px; height: 30px; object-fit: contain; }
    .pp-sticky-search { flex: 1; max-width: 560px; position: relative; }
    .pp-sticky-search .form-control {
        height: 40px; width: 100%;
        border: 1px solid #ddd; border-radius: 20px;
        padding: 0 46px 0 18px; font-size: 13.5px;
    }
    .pp-sticky-search .form-control:focus { border-color: var(--pp-red, #d7000a); box-shadow: none; }
    .pp-sticky-search-btn {
        position: absolute; right: 4px; top: 4px;
        width: 32px; height: 32px;
        border: 0; border-radius: 50%;
        background: var(--pp-red, #d7000a); color: #fff;
        font-size: 13px; cursor: pointer;
        transition: var(--transition-standard);
    }
    .pp-sticky-search-btn:hover { background: #1a1a1a; }
    .pp-sticky-cart {
        margin-left: auto;
        display: inline-flex; align-items: center; gap: 8px;
        color: #1a1a1a; font-weight: 700; font-size: 14px; text-decoration: none;
        transition: var(--transition-standard);
    }
    .pp-sticky-cart i { font-size: 17px; color: var(--pp-red, #d7000a); }
    .pp-sticky-cart:hover { color: var(--pp-red, #d7000a); text-decoration: none; }
}
@media (prefers-reduced-motion: reduce) {
    .pp-sticky-header { transition: none; }
}


.pp-filter-search {
    width: calc(100% - 16px);
    margin: 8px 8px 6px;
    height: 34px;
    padding: 0 10px;
    border: 1px solid var(--pp-cream-border);
    border-radius: 8px;
    font-size: 12.5px;
}
.pp-filter-search:focus {
    border-color: var(--pp-red, #d7000a);
    outline: none;
    box-shadow: 0 0 0 2px rgba(215, 0, 10, 0.08);
}



.pp-alt-link {
    position: absolute;
    left: 8px; right: 8px; bottom: 8px;
    z-index: 3;
    display: flex; align-items: center; justify-content: center; gap: 6px;
    padding: 6px 8px;
    background: var(--pp-red, #d7000a);
    color: #fff !important;
    border-radius: 8px;
    font-size: 12px; font-weight: 700;
    text-decoration: none !important;
    transition: var(--transition-standard);
}
.pp-alt-link:hover { background: #1a1a1a; color: #fff; }
.pp-alt-link i { font-size: 11px; }



.category-detail-single h2 { font-size: 20px; font-weight: 800; color: #1a1a1a; margin: 22px 0 10px; }
.category-detail-single h3 { font-size: 16.5px; font-weight: 700; color: #1a1a1a; margin: 18px 0 8px; }
.category-detail-single p { color: #444; line-height: 1.7; }
.category-detail-single ul,
.category-detail-single ol { padding-left: 22px; color: #444; line-height: 1.7; }
.category-detail-single a { color: #b3000a; text-decoration: underline; text-underline-offset: 2px; }
.category-detail-single a:hover { color: var(--pp-red, #d7000a); }
.category-detail-single table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    margin: 14px 0;
    font-size: 13.5px;
    display: block;
    overflow-x: auto;    
}
.category-detail-single table th {
    background: var(--pp-amber-bg, #fdfaf1);
    border: 1px solid var(--pp-cream-border);
    padding: 9px 12px;
    text-align: left;
    font-weight: 700;
    color: var(--pp-amber-ink, #4a4222);
    white-space: nowrap;
}
.category-detail-single table td {
    border: 1px solid var(--pp-cream-border);
    padding: 9px 12px;
    color: #444;
}
.category-detail-single table tr:nth-child(even) td { background: #fdfcf7; }


.raw-content iframe[src*="youtube"],
.raw-content iframe[src*="youtu.be"],
.p-g-tab-wrapper iframe[src*="youtube"],
.p-g-tab-wrapper iframe[src*="youtu.be"],
.category-detail-single iframe[src*="youtube"],
.category-detail-single iframe[src*="youtu.be"] {
    display: block;
    width: 100%;
    max-width: 840px;
    aspect-ratio: 16 / 9;
    height: auto;
    border: 0;
    border-radius: 10px;
    margin: 14px auto;
}










.pp-footer-bar { padding-bottom: 60px; }
@media (min-width: 768px) {
    .pp-footer-bar-inner { padding-right: 100px; } 
}
@media (max-width: 767px) {
    .pp-footer-bar { padding-bottom: calc(118px + env(safe-area-inset-bottom, 0px)); }
}






.search,
.mobile-search,
.pp-sticky-search {
    position: relative;
}

.pp-search-intent {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 10px);
    z-index: 100120;
    background: #fff;
    border: 1px solid var(--pp-cream-border, #e7e2d2);
    border-radius: 12px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .16);
    padding: 14px;
    opacity: 0;
    transform: translateY(-4px);
    pointer-events: none;
    transition: opacity .16s ease, transform .16s ease;
}

body.pp-search-intent-active .advanced-product-search,
body.pp-search-intent-active .easy-autocomplete-container {
    display: none !important;
}

.pp-search-intent.psi-show {
    opacity: 1;
    transform: none;
    pointer-events: auto;
}

.pp-search-intent[hidden] {
    display: none;
}

.psi-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0eadb;
}

.psi-head strong {
    display: block;
    font-size: 15px;
    line-height: 1.25;
    color: #191919;
}

.psi-head span {
    display: block;
    margin-top: 3px;
    font-size: 12.5px;
    line-height: 1.35;
    color: #666;
}

.psi-close {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    border: 0;
    border-radius: 50%;
    background: #f7f3e8;
    color: #333;
    cursor: pointer;
    transition: var(--transition-standard);
}

.psi-close:hover {
    background: var(--pp-red, #d7000a);
    color: #fff;
}

.psi-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 12px;
}

.psi-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-height: 58px;
    padding: 10px;
    border: 1px solid #eee7d8;
    border-radius: 9px;
    background: #fffdf8;
    color: #222;
    text-decoration: none !important;
    transition: var(--transition-standard);
}

.psi-item:hover,
.psi-item:focus {
    border-color: rgba(215, 0, 10, .28);
    background: #fff6f6;
    color: #111;
    box-shadow: 0 8px 18px rgba(215, 0, 10, .08);
}

.psi-ico {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #111;
    color: #fff;
    font-size: 12px;
}

.psi-copy {
    min-width: 0;
}

.psi-copy strong {
    display: block;
    font-size: 13.5px;
    line-height: 1.25;
    color: #222;
}

.psi-copy small {
    display: block;
    margin-top: 2px;
    font-size: 11.5px;
    line-height: 1.3;
    color: #666;
}

.psi-guides {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid #f0eadb;
}

.psi-guides span {
    font-size: 11.5px;
    font-weight: 800;
    color: #555;
    text-transform: uppercase;
}

.psi-guides a {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 9px;
    border-radius: 999px;
    background: #f7f3e8;
    color: #333;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none !important;
}

.psi-guides a:hover {
    background: var(--pp-red, #d7000a);
    color: #fff;
}

header.desktop .search .pp-search-intent {
    width: min(720px, 92vw);
}

.pp-sticky-search .pp-search-intent {
    top: calc(100% + 8px);
    width: min(620px, 88vw);
}

@media (max-width: 991px) {
    header.mobile .mobile-search .pp-search-intent {
        position: static;
        margin: 10px 0 0;
        border-radius: 10px;
        box-shadow: none;
        transform: none;
        opacity: 1;
    }
    header.mobile .mobile-search .psi-grid {
        grid-template-columns: 1fr;
    }
    header.mobile .mobile-search .psi-item {
        min-height: 54px;
    }
}

@media (max-width: 480px) {
    .psi-grid {
        grid-template-columns: 1fr;
    }
    .psi-head strong {
        font-size: 14px;
    }
}











.pp-intent-band {
    display: none; 
    background: #fbfaf4;
    border-bottom: 1px solid var(--pp-cream-border);
    width: 100%;
}
body.home-body .pp-intent-band { display: block; }

.pp-intent-head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px 10px;
    padding: 12px 0 0;
}
.pp-intent-kicker {
    font-size: 14px;
    font-weight: 800;
    color: #1a1a1a;
    letter-spacing: 0.2px;
}
.pp-intent-sub {
    font-size: 12.5px;
    color: #5a5a5a; 
}


.pp-intent-cards {
    display: flex;
    margin: 10px 0 16px;
    background: var(--pp-white);
    border: 1px solid var(--pp-cream-border);
    border-radius: 4px;
}
.pp-intent-card {
    flex: 1 1 0;
    min-width: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    padding: 14px 16px 13px;
    border-left: 1px solid var(--pp-cream-border);
    text-decoration: none;
    color: #1a1a1a;
    transition: background-color 0.15s ease;
}
.pp-intent-card:first-child { border-left: 0; }
.pp-intent-icon { color: #1a1a1a; transition: color 0.15s ease; }
.pp-intent-icon svg { width: 30px; height: 30px; display: block; }
.pp-intent-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    transition: color 0.15s ease;
    
}
.pp-intent-alt {
    font-size: 12px;
    line-height: 1.35;
    color: #5a5a5a;
}


.pp-intent-card::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #d7000a;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.18s ease;
}
.pp-intent-card:hover,
.pp-intent-card:focus-visible { background: #fffdfd; text-decoration: none; }
.pp-intent-card:hover::after,
.pp-intent-card:focus-visible::after { transform: scaleX(1); }
.pp-intent-card:hover .pp-intent-title,
.pp-intent-card:focus-visible .pp-intent-title,
.pp-intent-card:hover .pp-intent-icon,
.pp-intent-card:focus-visible .pp-intent-icon { color: #b3000a; }
.pp-intent-card:focus { outline: none; }
.pp-intent-card:focus-visible {
    outline: 2px solid #b3000a;
    outline-offset: 2px;
    z-index: 1; 
}


.pp-intent-primary .pp-intent-icon { color: #d7000a; }
.pp-intent-primary { box-shadow: inset 0 2px 0 #d7000a; }



@media (max-width: 991px) {
    .pp-intent-cards {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        
        padding-inline-end: 20px;
        -webkit-mask-image: linear-gradient(to right, #000 calc(100% - 32px), transparent);
        mask-image: linear-gradient(to right, #000 calc(100% - 32px), transparent);
    }
    .pp-intent-cards::-webkit-scrollbar { display: none; }
    .pp-intent-card {
        flex: 0 0 auto;
        width: 44vw;        
        max-width: 210px;
        min-height: 112px;  
        scroll-snap-align: start;
        padding: 12px 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pp-intent-card,
    .pp-intent-card::after,
    .pp-intent-icon,
    .pp-intent-title { transition: none; }
    .pp-intent-card::after { transform: none; opacity: 0; }
    .pp-intent-card:hover::after,
    .pp-intent-card:focus-visible::after { opacity: 1; }
}







.brands-hero {
    background: var(--pp-cream, #f8f6ee);
    border-bottom: 1px solid var(--pp-cream-border, #e7e2d2);
    padding: 40px 0 32px;
    text-align: center;
}
.brands-hero-title {
    font-size: 32px;
    font-weight: 800;
    color: var(--pp-black, #111111);
    margin: 0 0 10px;
    letter-spacing: -0.5px;
}
.brands-hero-desc {
    font-size: 16px;
    color: var(--pp-gray-600, #777777);
    margin: 0;
    line-height: 1.6;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.brands-hero-count {
    display: inline-block;
    background: var(--pp-red, #d7000a);
    color: var(--pp-white, #ffffff);
    font-weight: 700;
    font-size: 14px;
    padding: 2px 10px;
    border-radius: 20px;
    margin: 0 2px;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .brands-hero {
        padding: 28px 0 22px;
    }
    .brands-hero-title {
        font-size: 24px;
    }
    .brands-hero-desc {
        font-size: 14px;
        padding: 0 16px;
    }
}


.brands-search-wrapper {
    padding: 20px 0 0;
    background: var(--pp-white, #ffffff);
}
.brands-search {
    position: relative;
    max-width: 520px;
    margin: 0 auto;
}
.brands-search-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--pp-gray-400, #cccccc);
    font-size: 15px;
    pointer-events: none;
    transition: color 0.2s ease;
}
.brands-search-input {
    width: 100%;
    padding: 12px 44px 12px 44px;
    border: 2px solid var(--pp-cream-border, #e7e2d2);
    border-radius: 12px;
    font-size: 15px;
    font-family: inherit;
    color: var(--pp-gray-800, #333333);
    background: var(--pp-white, #ffffff);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    outline: none;
}
.brands-search-input::placeholder {
    color: var(--pp-gray-400, #cccccc);
}
.brands-search-input:focus {
    border-color: var(--pp-red, #d7000a);
    box-shadow: 0 0 0 3px rgba(215, 0, 10, 0.08);
}
.brands-search-input:focus ~ .brands-search-icon {
    color: var(--pp-red, #d7000a);
}
.brands-search-clear {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: var(--pp-gray-500, #999999);
    font-size: 14px;
    padding: 4px 6px;
    border-radius: 4px;
    transition: color 0.15s ease;
}
.brands-search-clear:hover {
    color: var(--pp-red, #d7000a);
}


.brands-popular {
    padding: 28px 0 4px;
    background: var(--pp-white, #ffffff);
}
.brands-popular-title {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--pp-gray-500, #999999);
    text-align: center;
    margin: 0 0 14px;
}
.brands-popular-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
}
@media (min-width: 768px) and (max-width: 1199px) {
    .brands-popular-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 767px) {
    .brands-popular-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }
}


.brands-az-wrapper {
    padding: 14px 0;
    background: var(--pp-white, #ffffff);
    border-bottom: 1px solid var(--pp-gray-200, #eeeeee);
    position: sticky;
    top: 0;
    z-index: 20;
}
.brands-az {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: center;
}
.brands-az-btn {
    min-width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid transparent;
    background: transparent;
    color: var(--pp-gray-700, #555555);
    font-size: 13px;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    transition: var(--transition-standard);
}
.brands-az-btn:hover {
    background: var(--pp-gray-100, #f5f5f5);
    color: var(--pp-black, #111111);
}
.brands-az-btn.active {
    background: var(--pp-red, #d7000a);
    color: var(--pp-white, #ffffff);
    border-color: var(--pp-red, #d7000a);
}
.brands-az-btn.disabled {
    opacity: 0.25;
    pointer-events: none;
    cursor: default;
}
.brands-az-btn[data-letter="all"] {
    min-width: auto;
    padding: 0 14px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
@media (max-width: 767px) {
    .brands-az {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        justify-content: flex-start;
    }
    .brands-az::-webkit-scrollbar {
        display: none;
    }
    .brands-az-btn {
        min-width: 34px;
        height: 34px;
        font-size: 12px;
        flex-shrink: 0;
    }
}


.brands-body .card-brand {
    background: var(--pp-white, #ffffff);
    border: 1px solid var(--pp-gray-200, #eeeeee);
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    height: 100%;
}
.brands-body .card-brand:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    border-color: var(--pp-gray-300, #e0e0e0);
}
.card-brand-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 28px 20px;
    text-decoration: none !important;
    aspect-ratio: 3 / 2;
}

.card-brand-link img {
    max-width: 80%;
    max-height: 56px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}
.brands-body .card-brand:hover .card-brand-link img {
    transform: scale(1.06);
}

.brands-body .card-brand-noimg .card-brand-link {
    flex-direction: column;
    gap: 8px;
}
.card-brand-monogram {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--pp-cream, #f8f6ee);
    border: 1px solid var(--pp-cream-border, #e7e2d2);
    color: var(--pp-red, #d7000a);
    font-size: 18px;
    font-weight: 800;
    flex-shrink: 0;
}
.card-brand-name {
    display: block;
    max-width: 100%;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--pp-gray-800, #333333);
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.brands-grid-wrapper {
    padding: 24px 0 40px;
    background: var(--pp-white, #ffffff);
}
.brands-body .brands-grid .brands-grid-item {
    padding: 6px;
    margin-bottom: 0;
}
@media (min-width: 1200px) {
    .brands-body .brands-grid .brands-grid-item {
        flex: 0 0 16.666%;
        max-width: 16.666%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .brands-body .brands-grid .brands-grid-item {
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .brands-body .brands-grid .brands-grid-item {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .brands-body .brands-grid .brands-grid-item {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}
@media (max-width: 575px) {
    .brands-body .brands-grid .brands-grid-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}


.brands-grid-item.brand-hidden {
    display: none !important;
}


.brands-empty {
    text-align: center;
    padding: 60px 20px;
}
.brands-empty-icon {
    font-size: 48px;
    color: var(--pp-gray-300, #e0e0e0);
    margin-bottom: 16px;
}
.brands-empty-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--pp-gray-800, #333333);
    margin: 0 0 8px;
}
.brands-empty-desc {
    font-size: 14px;
    color: var(--pp-gray-500, #999999);
    margin: 0 0 20px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.brands-empty-reset {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    border-radius: 8px;
    border: 1.5px solid var(--pp-border, #e0e0e0);
    background: var(--pp-white, #ffffff);
    color: var(--pp-gray-800, #333333);
    font-size: 14px;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    transition: var(--transition-standard);
}
.brands-empty-reset:hover {
    border-color: var(--pp-red, #d7000a);
    color: var(--pp-red, #d7000a);
}


.brands-scroll-top {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: var(--pp-black, #111111);
    color: var(--pp-white, #ffffff);
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background-color 0.2s ease;
    z-index: 40;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.brands-scroll-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.brands-scroll-top:hover {
    background: var(--pp-red, #d7000a);
}
@media (max-width: 767px) {
    .brands-scroll-top {
        bottom: 16px;
        right: 16px;
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
}


@media (prefers-reduced-motion: reduce) {
    .brands-body .card-brand,
    .brands-body .card-brand:hover,
    .card-brand-link img,
    .brands-scroll-top {
        transition: none;
    }
    .brands-body .card-brand:hover {
        transform: none;
    }
    .brands-body .card-brand:hover .card-brand-link img {
        transform: none;
    }
}







.font-weight-500 { font-weight: 500; }


@media (max-width: 991px) {
    .sidebar-menu .categories ul li a,
    .sidebar-menu-type-2 .links a,
    .sidebar-menu-type-2 .categories ul li a,
    .sidebar-menu-type-2 .short-link a {
        min-height: 44px;
        display: flex;
        align-items: center;
    }
}


.pp-footer-desc { color: rgba(255,255,255,0.65); }
.pp-footer-links li a { color: rgba(255,255,255,0.72) !important; }
.pp-footer-contact-item { color: rgba(255,255,255,0.75) !important; }
.pp-footer-social a { color: rgba(255,255,255,0.72) !important; }
.pp-footer-legal-inner a { color: rgba(255,255,255,0.75) !important; } 
.pp-cert-item { color: rgba(255,255,255,0.72); }
.pp-pf-text span { color: rgba(255,255,255,0.72); }
.pp-footer-toggle-icon { color: rgba(255,255,255,0.55); }
.pp-newsletter-inline input::placeholder { color: rgba(255,255,255,0.5); }









.pp-hero-band {
    display: none;
    background: var(--pp-white);
    border-bottom: 1px solid var(--pp-cream-border);
}
body.home-body .pp-hero-band { display: block; }
.pp-hero-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px 28px;
    flex-wrap: wrap;
    padding: 22px 0 20px;
}
.pp-hero-title {
    margin: 0;
    font-family: Outfit, sans-serif;
    font-size: 27px;
    font-weight: 800;
    line-height: 1.2;
    color: #1a1a1a;
    letter-spacing: 0.2px;
}
.pp-hero-sub {
    margin: 7px 0 0;
    font-size: 14px;
    line-height: 1.5;
    color: #5a5a5a;
    max-width: 620px;
}
.pp-hero-ctas {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    flex-shrink: 0;
}
.pp-hero-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 10px 22px;
    border-radius: 8px;
    font-family: Outfit, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.pp-hero-cta-primary {
    background: #d7000a;
    color: var(--pp-white, #ffffff);
}
.pp-hero-cta-primary:hover { background: #b3000a; color: var(--pp-white, #ffffff); text-decoration: none; }
.pp-hero-cta-ghost {
    background: var(--pp-white);
    color: #1a1a1a;
    border: 1.5px solid #1a1a1a;
}
.pp-hero-cta-ghost:hover { background: #1a1a1a; color: var(--pp-white, #ffffff); text-decoration: none; }
.pp-hero-cta-ghost .fa-whatsapp { color: #1da851; font-size: 17px; transition: color 0.15s ease; }
.pp-hero-cta-ghost:hover .fa-whatsapp { color: #4ade80; }
.pp-hero-cta:focus { outline: none; }
.pp-hero-cta:focus-visible { outline: 2px solid #b3000a; outline-offset: 2px; }


.pp-kat-band {
    display: none;
    background: var(--pp-white);
    padding: 4px 0 18px;
    scroll-margin-top: 130px; 
}
body.home-body .pp-kat-band { display: block; }
.pp-kat-head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px 10px;
    padding: 12px 0 0;
}
.pp-kat-kicker {
    margin: 0;
    font-family: Outfit, sans-serif;
    font-size: 15px;
    font-weight: 800;
    color: #1a1a1a;
    letter-spacing: 0.2px;
}
.pp-kat-sub {
    font-size: 12.5px;
    color: #5a5a5a;
}
.pp-kat-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin-top: 12px;
}
.pp-kat-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 13px 14px 12px;
    background: var(--pp-white);
    border: 1px solid var(--pp-cream-border);
    border-radius: 4px;
    text-decoration: none;
    color: #1a1a1a;
    transition: background-color 0.15s ease;
    overflow: hidden;
}
.pp-kat-title {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 6px;
    font-size: 13.5px;
    font-weight: 700;
    line-height: 1.25;
    transition: color 0.15s ease;
}
.pp-kat-arrow {
    color: #d7000a;
    font-size: 15px;
    line-height: 1;
    transition: transform 0.15s ease;
}
.pp-kat-alt {
    font-size: 11.5px;
    line-height: 1.35;
    color: #5a5a5a;
}
.pp-kat-card::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #d7000a;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.18s ease;
}
.pp-kat-card:hover,
.pp-kat-card:focus-visible { background: #fffdfd; text-decoration: none; color: #1a1a1a; }
.pp-kat-card:hover::after,
.pp-kat-card:focus-visible::after { transform: scaleX(1); }
.pp-kat-card:hover .pp-kat-title { color: #b3000a; }
.pp-kat-card:hover .pp-kat-arrow { transform: translateX(3px); }
.pp-kat-card:focus { outline: none; }
.pp-kat-card:focus-visible { outline: 2px solid #b3000a; outline-offset: 2px; }


.pp-quality {
    display: none;
    background: #fbfaf4;
    border-top: 1px solid var(--pp-cream-border);
    padding: 42px 0 34px;
}
body.home-body .pp-quality { display: block; }
.pp-quality-kicker {
    display: block;
    font-family: Outfit, sans-serif;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #d7000a;
}
.pp-quality-title {
    margin: 6px 0 0;
    font-family: Outfit, sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.25;
    color: #1a1a1a;
}
.pp-quality-sub {
    margin: 8px 0 0;
    font-size: 14px;
    line-height: 1.55;
    color: #5a5a5a;
    max-width: 660px;
}
.pp-quality-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 24px;
}
.pp-quality-card {
    display: flex;
    flex-direction: column;
    padding: 20px 22px 18px;
    background: var(--pp-white);
    border: 1px solid var(--pp-cream-border);
    border-radius: 4px;
}
.pp-quality-no {
    font-family: Outfit, sans-serif;
    font-size: 13px;
    font-weight: 800;
    color: #d7000a;
    letter-spacing: 1px;
}
.pp-quality-card-title {
    margin: 8px 0 0;
    font-family: Outfit, sans-serif;
    font-size: 16.5px;
    font-weight: 700;
    color: #1a1a1a;
}
.pp-quality-card-text {
    margin: 8px 0 0;
    font-size: 13.5px;
    line-height: 1.6;
    color: #444444;
}
.pp-quality-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    align-self: flex-start;
    min-height: 44px;
    margin-top: 14px;
    padding: 9px 18px;
    border: 1.5px solid #1a1a1a;
    border-radius: 8px;
    font-family: Outfit, sans-serif;
    font-size: 13.5px;
    font-weight: 700;
    color: #1a1a1a;
    text-decoration: none;
    transition: background-color 0.15s ease, color 0.15s ease;
}
.pp-quality-cta:hover { background: #1a1a1a; color: var(--pp-white, #ffffff); text-decoration: none; }
.pp-quality-cta .fa-whatsapp { color: #1da851; font-size: 16px; transition: color 0.15s ease; }
.pp-quality-cta:hover .fa-whatsapp { color: #4ade80; }
.pp-quality-cta:focus { outline: none; }
.pp-quality-cta:focus-visible { outline: 2px solid #b3000a; outline-offset: 2px; }
.pp-quality-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 26px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}
.pp-quality-trust li {
    font-size: 13px;
    font-weight: 600;
    color: #444444;
}
.pp-quality-trust li::before {
    content: "✓";
    margin-right: 7px;
    font-weight: 800;
    color: #d7000a;
}


.pp-quality-brands {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid #ecebe4;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px 14px;
}
.pp-quality-brands-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #8a8878;
    margin-right: 6px;
}
.pp-quality-brands-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 4px;
}
.pp-quality-brands-list a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;           
    padding: 0 10px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #555555;
    background: transparent;
    transition: color 0.2s, background-color 0.2s;
}
.pp-quality-brands-list a:hover,
.pp-quality-brands-list a:focus-visible {
    color: #d7000a;
    background: rgba(215, 0, 10, 0.06);
    text-decoration: none;
}
.pp-quality-brands-all {
    font-weight: 700 !important;
    color: #1a1a1a !important;
}
.pp-quality-brands-all i { margin-left: 5px; font-size: 11px; }
.pp-quality-brands-all:hover { color: #d7000a !important; }


.p-g-mod-t-44 .banner-item .title {
    margin-top: 12px;
    font-family: Outfit, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
}
.p-g-mod-t-44 .banner-item .description {
    margin-top: 4px;
    font-size: 13.5px;
    color: #666666;
    line-height: 1.5;
}





.pp-slider { display: none; padding: 16px 0 4px; }
body.home-body .pp-slider { display: block; }
.pp-slider-kutu {
    position: relative;
    height: 440px;                 
    border-radius: 12px;
    overflow: hidden;
}
.pp-slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    gap: 36px;
    padding: 0 84px 0 64px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.45s ease;
}
@media (prefers-reduced-motion: reduce) { .pp-slide { transition: none; } }
.pp-slide-acik { opacity: 1; pointer-events: auto; }
.pp-slide-yazi { max-width: 560px; position: relative; z-index: 2; }
.pp-slide-etiket {
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.13em;
    padding: 5px 11px;
    border-radius: 4px;
    margin-bottom: 14px;
    font-family: Outfit, sans-serif;
}
.pp-slide-baslik {
    margin: 0 0 12px;
    font-family: Outfit, sans-serif;
    font-size: 36px;
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -0.01em;
}
h1.pp-slide-baslik { margin: 0 0 12px; }   
.pp-slide-metin {
    margin: 0 0 22px;
    font-size: 15.5px;
    line-height: 1.55;
    max-width: 62ch;
}
.pp-slide-cta {
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    padding: 0 26px;
    border-radius: 9px;
    font-weight: 700;
    font-size: 14.5px;
    font-family: Outfit, sans-serif;
    transition: transform 0.15s ease, filter 0.2s ease;
}
.pp-slide-cta:hover { filter: brightness(1.12); text-decoration: none; transform: translateY(-1px); }
.pp-slide-cta:focus-visible { outline: 3px solid #f5c518; outline-offset: 2px; }
.pp-slide-foto {
    margin-left: auto;
    max-height: 330px;
    width: auto;
    max-width: 38%;
    object-fit: contain;
    border-radius: 14px;
    filter: drop-shadow(0 16px 34px rgba(0, 0, 0, 0.30));
}

.pp-slide-koyu { background: radial-gradient(1000px 460px at 82% 30%, #33322c 0%, #1d1c19 55%, #141311 100%); }
.pp-slide-koyu .pp-slide-etiket { background: #f5c518; color: #1a1a1a; }
.pp-slide-koyu .pp-slide-baslik { color: #ffffff; }
.pp-slide-koyu .pp-slide-metin { color: #cfcdc4; }
.pp-slide-koyu .pp-slide-cta { background: #d7000a; color: #ffffff; }
.pp-slide-sari { background: linear-gradient(115deg, #f5c518 0%, #ffd94f 60%, #f5c518 100%); }
.pp-slide-sari .pp-slide-etiket { background: #1a1a1a; color: #f5c518; }
.pp-slide-sari .pp-slide-baslik { color: #1a1a1a; }
.pp-slide-sari .pp-slide-metin { color: #3a3a30; }
.pp-slide-sari .pp-slide-cta { background: #1a1a1a; color: #ffffff; }
.pp-slide-krem { background: linear-gradient(115deg, #f8f6ee 0%, #efece0 100%); border: 1px solid #e8e5d8; }
.pp-slide-krem .pp-slide-etiket { background: #1a1a1a; color: #f5c518; }
.pp-slide-krem .pp-slide-baslik { color: #1a1a1a; }
.pp-slide-krem .pp-slide-metin { color: #5a584e; }
.pp-slide-krem .pp-slide-cta { background: #d7000a; color: #ffffff; }

.pp-slider-ok {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 0;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.92);
    color: #1a1a1a;
    font-size: 15px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}
.pp-slider-ok:hover { background: #ffffff; }
.pp-slider-ok:focus-visible { outline: 3px solid #d7000a; outline-offset: 2px; }
.pp-slider-ok-sol { left: 14px; }
.pp-slider-ok-sag { right: 14px; }
.pp-slider-noktalar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 14px;
    display: flex;
    justify-content: center;
    gap: 8px;
    z-index: 3;
}
.pp-slider-nokta {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.25);
    padding: 0;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.6);
    transition: transform 0.2s ease, background-color 0.2s ease;
}
.pp-slider-nokta[aria-current="true"] { background: #ffffff; transform: scale(1.35); }
.pp-slider-nokta:focus-visible { outline: 2px solid #d7000a; outline-offset: 2px; }

@media (max-width: 991px) {
    .pp-slider-kutu { height: 460px; }
    .pp-slide { flex-direction: column; align-items: flex-start; justify-content: flex-end; gap: 0; padding: 26px 24px 54px; }
    .pp-slide-baslik { font-size: 26px; }
    .pp-slide-metin { font-size: 13.5px; margin-bottom: 16px; }
    .pp-slide-cta { min-height: 44px; font-size: 13.5px; padding: 0 20px; }
    .pp-slide-foto { position: absolute; top: 22px; right: 20px; max-height: 150px; max-width: 44%; margin: 0; }
    .pp-slider-ok { display: none; }   
}
@media (max-width: 575px) {
    .pp-slider { padding: 10px 0 0; }
    .pp-slide-yazi { max-width: 100%; }
}


.pp-corp {
    display: none;
    background: #1a1a1a;
    padding: 34px 0;
    scroll-margin-top: 24px;   
}
body.home-body .pp-corp { display: block; }
.pp-corp-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px 28px;
    flex-wrap: wrap;
}
.pp-corp-title {
    margin: 0;
    font-family: Outfit, sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.25;
    color: var(--pp-white, #ffffff);
}
.pp-corp-sub {
    margin: 8px 0 0;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(255,255,255,0.72);
    max-width: 600px;
}
.pp-corp-ctas {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    flex-shrink: 0;
}
.pp-corp-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 10px 22px;
    border-radius: 8px;
    font-family: Outfit, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.pp-corp-cta-primary {
    background: #d7000a;
    color: var(--pp-white, #ffffff);
}
.pp-corp-cta-primary:hover { background: #b3000a; color: var(--pp-white, #ffffff); text-decoration: none; }
.pp-corp-cta-primary .fa-whatsapp { font-size: 17px; }
.pp-corp-cta-ghost {
    background: transparent;
    color: var(--pp-white, #ffffff);
    border: 1.5px solid rgba(255,255,255,0.4);
}
.pp-corp-cta-ghost:hover {
    border-color: var(--pp-white, #ffffff);
    background: rgba(255,255,255,0.06);
    color: var(--pp-white, #ffffff);
    text-decoration: none;
}
.pp-corp-cta:focus { outline: none; }
.pp-corp-cta:focus-visible { outline: 2px solid #f5c518; outline-offset: 2px; }


.pp-findcta {
    display: none;
    background: var(--pp-white);
    padding: 38px 0 42px;
    text-align: center;
}
body.home-body .pp-findcta { display: block; }
.pp-findcta-title {
    margin: 0;
    font-family: Outfit, sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #1a1a1a;
}
.pp-findcta-sub {
    margin: 8px auto 0;
    font-size: 14px;
    line-height: 1.55;
    color: #5a5a5a;
    max-width: 520px;
}
.pp-findcta-ctas {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
}
.pp-findcta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 11px 26px;
    background: #1a1a1a;
    border-radius: 8px;
    font-family: Outfit, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: var(--pp-white, #ffffff);
    text-decoration: none;
    transition: background-color 0.15s ease;
}
.pp-findcta-btn:hover { background: #000000; color: var(--pp-white, #ffffff); text-decoration: none; }
.pp-findcta-btn .fa-whatsapp { color: #4ade80; font-size: 17px; }
.pp-findcta-btn:focus { outline: none; }
.pp-findcta-btn:focus-visible { outline: 2px solid #b3000a; outline-offset: 2px; }
.pp-findcta-link {
    font-size: 13px;
    color: #5a5a5a;
    text-decoration: underline;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
}
.pp-findcta-link:hover { color: #b3000a; }


@media (max-width: 991px) {
    .pp-hero-inner { padding: 18px 0 16px; }
    .pp-hero-title { font-size: 21px; }
    .pp-hero-sub { font-size: 13px; }
    .pp-hero-ctas { width: 100%; }
    .pp-hero-cta { flex: 1 1 0; padding: 10px 14px; font-size: 13.5px; }

    


    .pp-kat-grid {
        display: grid;
        grid-template-columns: none;
        grid-auto-flow: column;
        grid-template-rows: repeat(2, auto);
        grid-auto-columns: minmax(44vw, 210px);
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        padding-inline-end: 20px;
        -webkit-mask-image: linear-gradient(to right, #000 calc(100% - 32px), transparent);
        mask-image: linear-gradient(to right, #000 calc(100% - 32px), transparent);
    }
    .pp-kat-grid::-webkit-scrollbar { display: none; }
    .pp-kat-card { scroll-snap-align: start; min-height: 64px; }

    .pp-quality { padding: 32px 0 26px; }
    .pp-quality-title { font-size: 20px; }
    .pp-quality-cards { grid-template-columns: 1fr; gap: 10px; margin-top: 18px; }
    .pp-quality-cta { align-self: stretch; }
    .pp-quality-trust { flex-direction: column; gap: 8px; margin-top: 18px; }

    .pp-corp { padding: 28px 0; }
    .pp-corp-title { font-size: 19px; }
    .pp-corp-ctas { width: 100%; flex-direction: column; }
    .pp-corp-cta { width: 100%; }

    .pp-findcta { padding: 30px 0 34px; }
    .pp-findcta-btn { width: 100%; max-width: 340px; }
}
