/* ============================================================
   PRİCOM TEMA - bitmeyenkartus.com
   Kaynak: pricom.harutheme.com/mega/
   Primary: #dd1d26 | Dark: #222 | Gray: #f5f5f5
   ============================================================ */

*, *:before, *:after { box-sizing: border-box; }

body {
    font-family: 'Jost', 'Segoe UI', Arial, sans-serif;
    background: #fff;
    color: #444;
    font-size: 14px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
body, html { overflow-x: hidden !important; }
img { max-width: 100%; height: auto; }
a { color: #dd1d26; text-decoration: none; transition: color .2s; }
a:hover { color: #b01520; text-decoration: none; }
.wrapper { background: #fff; }
.no-padding { padding: 0 !important; }
.powered-by { display: none !important; }
ul { list-style: none; margin: 0; padding: 0; }

/* ═══════════════════════════════════════════
   HEADER
═══════════════════════════════════════════ */
.pc-header {
    background: #fff;
    padding: 16px 0;
    border-bottom: 1px solid #f0f0f0;
    position: sticky;
    top: 0;
    z-index: 400;
    box-shadow: 0 1px 8px rgba(0,0,0,.07);
}
.pc-header-inner {
    display: flex;
    align-items: center;
    gap: 20px;
}
.pc-logo { flex-shrink: 0; }
.pc-logo img {
    max-height: 58px;
    width: auto;
    display: block;
    filter: brightness(0) sepia(1) hue-rotate(320deg) saturate(4) brightness(0.85);
}

/* Search */
.pc-search-wrap { flex: 1; }
.pc-search-form {
    display: flex;
    border: 2px solid #222;
    border-radius: 4px;
    overflow: hidden;
}
.pc-search-input {
    flex: 1;
    border: none;
    outline: none;
    padding: 11px 16px;
    font-size: 14px;
    font-family: inherit;
    color: #333;
    background: #fff;
}
.pc-search-input::placeholder { color: #bbb; }
.pc-search-btn {
    background: #222;
    border: none;
    color: #fff;
    padding: 0 26px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .5px;
    cursor: pointer;
    transition: background .2s;
    white-space: nowrap;
}
.pc-search-btn:hover { background: #dd1d26; }

/* Header sağ */
.pc-header-right {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}
.pc-hotline {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333;
    border-right: 1px solid #eee;
    padding-right: 16px;
}
.pc-hotline .fa { font-size: 22px; color: #dd1d26; }
.pc-hotline span { display: block; font-weight: 700; font-size: 14px; color: #222; line-height: 1.2; }
.pc-hotline small { font-size: 11px; color: #888; }
.pc-header-actions { display: flex; align-items: center; gap: 4px; }
.pc-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6px 10px;
    color: #333;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .3px;
    transition: color .2s;
    position: relative;
    text-align: center;
}
.pc-action .fa { font-size: 22px; color: #333; margin-bottom: 2px; transition: color .2s; }
.pc-action:hover, .pc-action:hover .fa { color: #dd1d26; text-decoration: none; }
.pc-badge {
    position: absolute;
    top: 0; right: 2px;
    background: #dd1d26;
    color: #fff;
    width: 18px; height: 18px;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}

/* ═══════════════════════════════════════════
   NAVİGASYON
═══════════════════════════════════════════ */
.pc-nav {
    background: #fff;
    border-bottom: 2px solid #dd1d26;
    border-top: 1px solid #f0f0f0;
    position: relative;
    z-index: 300;
}
.pc-nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pc-nav-list {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
}
.pc-nav-list > li { position: relative; }
.pc-nav-list > li > a {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #222;
    padding: 13px 15px;
    font-size: 12.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .3px;
    transition: color .18s;
    white-space: nowrap;
}
.pc-nav-list > li > a .fa { font-size: 10px; opacity: .5; }
.pc-nav-list > li:hover > a { color: #dd1d26; }
.pc-nav-list > li:first-child > a { color: #dd1d26; }

/* Dropdown */
.pc-nav-list .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%; left: 0;
    background: #fff;
    border: none;
    border-top: 3px solid #dd1d26;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 6px 20px rgba(0,0,0,.12);
    min-width: 220px;
    padding: 6px 0;
    z-index: 999;
}
.pc-nav-list > li:hover > .dropdown-menu { display: block; }
.pc-nav-list .dropdown-menu li a {
    display: block;
    padding: 8px 18px;
    color: #444;
    font-size: 13px;
    font-weight: 500;
    border-left: 3px solid transparent;
    transition: all .15s;
}
.pc-nav-list .dropdown-menu li a:hover {
    background: #fff5f5;
    border-left-color: #dd1d26;
    color: #dd1d26;
}

/* Nav extra (sağ taraf) */
.pc-nav-extra {
    font-size: 13px;
    font-weight: 700;
    color: #222;
    padding: 13px 0 13px 16px;
    white-space: nowrap;
    border-left: 1px solid #f0f0f0;
}
.pc-nav-extra:hover { color: #dd1d26; }
.pc-hamburger {
    background: #dd1d26;
    border: none;
    color: #fff;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    display: none;
}

/* ═══════════════════════════════════════════
   MOBİL ALT BAR
═══════════════════════════════════════════ */
.pc-mobile-bar {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    z-index: 1000;
    background: #fff;
    border-top: 3px solid #dd1d26;
    display: flex;
    box-shadow: 0 -2px 8px rgba(0,0,0,.1);
}
.pc-mobile-bar a {
    flex: 1;
    text-align: center;
    padding: 8px 4px 6px;
    color: #777;
    font-size: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    position: relative;
}
.pc-mobile-bar a .fa { font-size: 18px; }
.pc-mobile-bar a:hover { color: #dd1d26; }
.pc-mb-badge {
    position: absolute;
    top: 3px; right: calc(50% - 18px);
    background: #dd1d26;
    color: #fff;
    font-size: 9px;
    width: 15px; height: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}

/* ═══════════════════════════════════════════
   HERO: SOL SİDEBAR + SAĞ SLİDER
═══════════════════════════════════════════ */
.pc-hero-section {
    background: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
}
.pc-hero-row {
    display: flex;
    align-items: stretch;
}
.pc-hero-left { padding-right: 0; }
.pc-hero-right { padding-left: 0; overflow: hidden; border-radius: 0 6px 6px 0; }

/* Kategori Sidebar */
.pc-cat-sidebar {
    border: 1px solid #eee;
    border-radius: 6px 0 0 6px;
    overflow: hidden;
    height: 100%;
    min-height: 380px;
}
.pc-cat-sidebar-head {
    background: #dd1d26;
    color: #fff;
    padding: 14px 18px;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .5px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.pc-cat-sidebar-head .fa { font-size: 16px; }
.pc-cat-sidebar-list { margin: 0; padding: 0; }
.pc-cat-sidebar-list li {
    border-bottom: 1px solid #f5f5f5;
    position: relative;
}
.pc-cat-sidebar-list li:last-child { border: none; }
.pc-cat-sidebar-list li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 16px;
    color: #333;
    font-size: 13.5px;
    font-weight: 500;
    transition: all .15s;
}
.pc-cat-sidebar-list li a:hover {
    background: #fff5f5;
    color: #dd1d26;
    padding-left: 20px;
}
.pc-cs-icon { color: #dd1d26 !important; font-size: 14px; width: 18px; text-align: center; }
.pc-cs-arrow {
    position: absolute;
    right: 14px; top: 50%;
    transform: translateY(-50%);
    color: #ccc;
    font-size: 10px;
    pointer-events: none;
}

/* Slider */
.pc-main-slider { height: 100%; }
.pc-main-slider .item { display: block; }
.pc-main-slider .item img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
}
.pc-main-slider .owl-controls .owl-prev,
.pc-main-slider .owl-controls .owl-next {
    position: absolute;
    top: 50%; transform: translateY(-50%);
    background: rgba(255,255,255,.85);
    color: #222;
    width: 40px; height: 40px;
    border-radius: 50%;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all .2s;
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
}
.pc-main-slider .owl-controls .owl-prev { left: 10px; }
.pc-main-slider .owl-controls .owl-next { right: 10px; }
.pc-main-slider .owl-controls .owl-prev:hover,
.pc-main-slider .owl-controls .owl-next:hover { background: #dd1d26; color: #fff; }

/* Slider placeholder (görsel yokken) */
.pc-slider-placeholder {
    background: linear-gradient(135deg, #dd1d26 0%, #ff6b35 100%);
    height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 6px 6px 0;
}
.pc-slider-placeholder-inner {
    text-align: center;
    color: #fff;
    padding: 30px;
}
.pc-slider-placeholder-inner h2 {
    font-size: 32px;
    font-weight: 800;
    margin: 0 0 12px;
    line-height: 1.2;
}
.pc-slider-placeholder-inner p {
    font-size: 16px;
    opacity: .9;
    margin: 0 0 24px;
}
.pc-btn-hero {
    display: inline-block;
    background: #fff;
    color: #dd1d26;
    padding: 12px 28px;
    border-radius: 4px;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .5px;
    transition: all .2s;
}
.pc-btn-hero:hover { background: #222; color: #fff; text-decoration: none; }
.pc-btn-hero .fa { font-size: 12px; margin-left: 6px; }

/* ═══════════════════════════════════════════
   GÜVEN BANTLARI
═══════════════════════════════════════════ */
.pc-trust-section {
    padding: 24px 0;
    border-bottom: 1px solid #f0f0f0;
}
.pc-trust-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}
.pc-trust-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 8px 20px;
    flex: 1;
    min-width: 200px;
    border-right: 1px solid #f0f0f0;
}
.pc-trust-item:last-child { border-right: none; }
.pc-trust-icon .fa { font-size: 34px; color: #dd1d26; }
.pc-trust-text strong { display: block; font-size: 14px; color: #222; font-weight: 700; }
.pc-trust-text span { font-size: 12px; color: #888; }

/* ═══════════════════════════════════════════
   SECTION BAŞLIKLARI
═══════════════════════════════════════════ */
.pc-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f0f0f0;
}
.pc-section-title {
    font-size: 20px;
    font-weight: 800;
    color: #222;
    margin: 0;
    padding-left: 14px;
    position: relative;
}
.pc-section-title::before {
    content: '';
    position: absolute;
    left: 0; top: 4px; bottom: 4px;
    width: 4px;
    background: #dd1d26;
    border-radius: 2px;
}
.pc-see-all {
    font-size: 13px;
    font-weight: 700;
    color: #dd1d26;
    border: 1.5px solid #dd1d26;
    padding: 6px 16px;
    border-radius: 20px;
    transition: all .2s;
    white-space: nowrap;
}
.pc-see-all:hover { background: #dd1d26; color: #fff; text-decoration: none; }

/* ═══════════════════════════════════════════
   ÜRÜN BÖLÜMLERİ
═══════════════════════════════════════════ */
.pc-products-section { padding: 40px 0; }
.pc-section-gray { background: #f9f9f9; }
.pc-product-grid > div { margin-bottom: 20px; }
.pc-product-grid .productItem { margin-bottom: 20px; }

/* Ürün Kartı */
.product-details {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    overflow: hidden;
    transition: box-shadow .25s, transform .25s;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.product-details:hover {
    box-shadow: 0 6px 24px rgba(0,0,0,.1);
    transform: translateY(-3px);
    border-color: #ddd;
}
.product-media {
    position: relative;
    overflow: hidden;
    background: #fafafa;
    border-bottom: 1px solid #f5f5f5;
}
.product-media a.imgLink { display: block; }
.product-media img {
    width: 100%;
    height: 190px;
    object-fit: contain;
    padding: 14px;
    transition: transform .35s;
    display: block;
}
.product-details:hover .product-media img { transform: scale(1.07); }

/* Badge'ler */
.alt-badge {
    position: absolute;
    z-index: 2;
    top: 8px; left: 8px;
    padding: 3px 9px;
    border-radius: 3px;
    font-size: 10px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
}
.alt-badge + .alt-badge { top: 30px; }
.alt-badge.alt-badge-blue { background: #2196f3; }
.alt-badge.alt-badge-pink,
.alt-badge.alt-badge-orange { background: #dd1d26; }
.alt-badge.alt-badge-green { background: #4caf50; }

.alt-discount-badge {
    position: absolute;
    z-index: 2;
    top: 8px; right: 8px;
    background: #dd1d26;
    color: #fff;
    width: 44px; height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
}
.product-etiket.tukendi {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.78);
    z-index: 3;
}
.product-etiket.tukendi img { max-width: 80px; }

/* Ürün içerik */
.product-content {
    padding: 12px 14px 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.product-name { flex: 1; margin-bottom: 10px; }
.product-name h3 {
    font-size: 13.5px;
    font-weight: 600;
    color: #333;
    margin: 0;
    line-height: 1.45;
    min-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-name h3 a { color: #333; }
.product-name h3 a:hover { color: #dd1d26; text-decoration: none; }

.product-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
    border-top: 1px solid #f5f5f5;
    padding-top: 10px;
    margin-top: auto;
}
.product-price h4.grey-btn-small,
.product-price .alt-old-price {
    color: #bbb;
    font-size: 12px;
    text-decoration: line-through;
    font-weight: 400;
    margin: 0;
    background: none !important;
    border: none !important;
    padding: 0 !important;
}
.product-price h4[data-oldprice="0"],
.product-price h4[data-oldprice=""] { display: none !important; }
.product-price h4.pink-btn-small {
    color: #dd1d26;
    font-size: 17px;
    font-weight: 800;
    margin: 0;
    background: none !important;
    border: none !important;
    padding: 0 !important;
}

/* ═══════════════════════════════════════════
   SEO YAZISI
═══════════════════════════════════════════ */
.pc-seo-section { padding: 28px 0; background: #f9f9f9; }
.pc-seo-box {
    background: #fff;
    border-radius: 6px;
    padding: 24px 28px;
    border-left: 4px solid #dd1d26;
    box-shadow: 0 1px 6px rgba(0,0,0,.05);
}
.pc-seo-box h3 { color: #dd1d26; font-size: 18px; margin: 0 0 10px; font-weight: 700; }
.pc-seo-box p { color: #666; line-height: 1.75; margin: 0; }

/* ═══════════════════════════════════════════
   BREADCRUMB & SAYFALAR
═══════════════════════════════════════════ */
.pc-breadcrumb-bar { background: #f9f9f9; padding: 12px 0; border-bottom: 1px solid #eee; }
.pc-breadcrumb-inner { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.pc-bc { background: transparent; padding: 0; margin: 0; font-size: 13px; }
.pc-bc > li + li:before { color: #dd1d26; }
.pc-bc a { color: #dd1d26; }
.kat-title { font-size: 17px; color: #222; margin: 0; font-weight: 800; }
.pc-page-wrap { padding: 26px 0 46px; }
.pc-sidebar { padding-right: 18px; }
.pc-widget { margin-bottom: 20px; border-radius: 6px; overflow: hidden; border: 1px solid #eee; }
.pc-widget-title {
    color: #fff;
    background: #dd1d26;
    padding: 11px 16px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}
.pc-widget-body { padding: 8px; }
.pc-widget-body ul li a {
    display: block;
    padding: 7px 12px;
    color: #555;
    font-size: 13px;
    border-radius: 4px;
    border-left: 3px solid transparent;
    transition: all .15s;
}
.pc-widget-body ul li a:hover { background: #fff5f5; border-left-color: #dd1d26; color: #dd1d26; }
.katBaslik { font-size: 18px; font-weight: 800; color: #222; padding: 10px 0; }
.katDesc { color: #666; margin-bottom: 10px; }
.katOrder { text-align: right; margin-bottom: 14px; }
.urunkat > div { margin-bottom: 20px; }

/* ═══════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════ */
.pc-footer { background: #1c1c1c; color: #999; }
.pc-footer-top { padding: 46px 0 28px; }
.pc-fw { margin-bottom: 28px; }
.pc-fw-logo { margin-bottom: 16px; display: block; }
.pc-fw-logo img { max-height: 50px; filter: brightness(0) invert(1); opacity: .85; }
.pc-fw-title {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .6px;
    margin: 0 0 18px;
    padding-bottom: 12px;
    border-bottom: 2px solid #dd1d26;
}
.pc-fw-list { list-style: none; margin: 0; padding: 0; }
.pc-fw-list li {
    padding: 5px 0;
    font-size: 13px;
    border-bottom: 1px solid rgba(255,255,255,.04);
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.pc-fw-list li:last-child { border: none; }
.pc-fw-list li .fa { color: #dd1d26; flex-shrink: 0; margin-top: 2px; }
.pc-fw-list a { color: #999; }
.pc-fw-list a:hover { color: #fff; }
.pc-fw-news a { font-size: 12px; color: #999; }
.pc-fw-news a:hover { color: #fff; }
.pc-social { margin-top: 16px; display: flex; gap: 8px; }
.pc-social a {
    width: 34px; height: 34px;
    background: rgba(255,255,255,.07);
    color: #999;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: all .2s;
}
.pc-social a:hover { background: #dd1d26; color: #fff; }
.pc-footer-bottom { background: rgba(0,0,0,.3); padding: 14px 0; border-top: 1px solid rgba(255,255,255,.05); }
.pc-footer-bottom-inner { display: flex; justify-content: space-between; align-items: center; }
.pc-footer-bottom p { margin: 0; font-size: 12px; }
.pc-pay-icons { display: flex; gap: 10px; color: #666; }
.pc-pay-icons .fa { font-size: 24px; }

/* ═══════════════════════════════════════════
   YUKARI ÇIK
═══════════════════════════════════════════ */
#pcToTop {
    position: fixed;
    bottom: 70px; right: 18px;
    width: 40px; height: 40px;
    background: #dd1d26;
    color: #fff;
    border-radius: 4px;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    z-index: 999;
    box-shadow: 0 3px 12px rgba(221,29,38,.4);
    transition: background .2s, transform .2s;
}
#pcToTop:hover { background: #b01520; transform: translateY(-2px); }
#pcToTop.show { display: flex; }

/* ═══════════════════════════════════════════
   BOOTSTRAP & GENEL
═══════════════════════════════════════════ */
.form-control:focus { border-color: #dd1d26; box-shadow: 0 0 0 2px rgba(221,29,38,.15); outline: none; }
.pagination > li > a { color: #dd1d26; margin: 0 2px; border-radius: 4px !important; }
.pagination > .active > a,
.pagination > .active > a:hover { background: #dd1d26; border-color: #dd1d26; }
.btn-primary { background: #dd1d26; border-color: #dd1d26; border-radius: 4px; }
.btn-primary:hover { background: #b01520; border-color: #b01520; }
.owl-carousel { display: block; }
.owl-carousel .owl-wrapper { display: block; }
.owl-carousel .owl-item { float: left; }
.owl-carousel .owl-wrapper-outer { overflow: hidden; }
.mm-menu { background: #1c1c1c; }
.mm-list > li > a { color: #ccc; }
.mm-list > li > a:hover { color: #fff; background: rgba(221,29,38,.2); }

/* ═══════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════ */
@media (max-width: 991px) {
    body { padding-bottom: 56px; }
    .pc-header { position: relative; }
    .pc-header-inner { flex-wrap: wrap; gap: 12px; }
    .pc-logo { order: 1; }
    .pc-header-right { order: 2; margin-left: auto; }
    .pc-search-wrap { order: 3; width: 100%; }
    .pc-nav-list { display: none; }
    .pc-hamburger { display: flex; align-items: center; gap: 8px; }
    .pc-hero-section { padding: 10px 0; }
    .pc-hero-left { display: none; }
    .pc-hero-right { border-radius: 6px; }
    .pc-slider-placeholder { border-radius: 6px; height: 280px; }
    .pc-slider-placeholder-inner h2 { font-size: 24px; }
    .pc-main-slider .item img { height: 280px; }
    .pc-trust-item { min-width: 45%; }
    .pc-trust-item { border-right: none; }
    .pc-sidebar { margin-bottom: 20px; padding-right: 15px; }
}
@media (max-width: 767px) {
    .pc-hotline { display: none; }
    .pc-action span { display: none; }
    .pc-action { padding: 6px 8px; min-width: 40px; }
    .pc-action .fa { font-size: 20px; margin: 0; }
    .pc-main-slider .item img { height: 220px; }
    .pc-slider-placeholder { height: 220px; }
    .product-media img { height: 155px; }
    .pc-section-title { font-size: 17px; }
    .pc-trust-item { width: 50%; }
    .pc-footer-top { padding: 28px 0 16px; }
    .pc-footer-bottom-inner { flex-direction: column; gap: 10px; text-align: center; }
    .pc-section-head { flex-direction: column; align-items: flex-start; gap: 10px; }
}
@media (max-width: 479px) {
    .product-content { padding: 10px 10px 12px; }
    .product-name h3 { font-size: 12px; }
    .product-price h4.pink-btn-small { font-size: 15px; }
}
