:root {
--primary-color: #2d3748;
--secondary-color: #4a5568;
--hover-bg: #f7fafc;
--border-color: #e2e8f0;
--box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
--transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.taksit-tablosu-wrapper {
position: relative;
background: white;
border-radius: 12px;
padding: 1.5rem;
transition: var(--transition);
box-shadow: var(--box-shadow);
border: 1px solid var(--border-color);
display: grid;
grid-template-columns: 1fr;
gap: 0.5rem;
}
.taksit-tablosu-wrapper:hover {
transform: translateY(-5px);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
#updateInstallmentsButton {
margin-top: 20px; 
border-radius: 6px; 
padding: 20px; 
background: #001929; 
color: #fff;
user-select: none;
}
#updateInstallmentsButton:hover {
background-color: var(--wp--preset--color--primary-dark, #135e96);
cursor: pointer;
user-select: none;
}
#paytr_taksit_tablosu{clear: both;font-size: 12px;max-width: 1200px;text-align: center;font-family: Arial, sans-serif;}
#paytr_taksit_tablosu::before {display: table;content: " ";}
#paytr_taksit_tablosu::after {content: "";clear: both;display: table;}
.taksit-tablosu-wrapper{margin: 5px;width: 280px;padding: 12px;cursor: default;text-align: center;display: inline-block;border: 1px solid #e1e1e1;}
.taksit-logo img{max-height: 28px;padding-bottom: 10px;}
.taksit-tutari-text{float: left;width: 126px;color: #a2a2a2;margin-bottom: 5px;}
.taksit-tutari{float: left;width: 126px;padding: 6px 0;color: #474747;border: 2px solid #ffffff;}
.taksit-tutari-bold{font-weight: bold;}
@media all and (max-width: 600px) {.taksit-tablosu-wrapper {margin: 5px 0;}}.wd-brands [class*=wd-grid]{--wd-gap-lg: .001px}.wd-brand-item{position:relative;display:flex;align-items:center;height:100%;justify-content:var(--wd-align, center);padding:var(--wd-brand-pd, 20px)}.wd-brand-item a{--wd-link-color: var(--color-gray-500);--wd-link-color-hover: var(--wd-primary-color);--wd-link-decor: none;--wd-link-decor-hover: none;display:flex;align-items:center;justify-content:var(--wd-align, center);height:100%;width:100%;z-index:1}.wd-brand-item img{max-height:var(--wd-brand-img-height, 60px);height:var(--wd-brand-img-height, revert-layer);width:var(--wd-brand-img-width, revert-layer);object-fit:contain;transition:all .25s ease;transform:translate3d(0, 0, 0)}.wd-brands .wd-carousel-item{height:auto}.wd-brands.wd-layout-list [class*=wd-grid]{--wd-gap-lg: 20px}.wd-brands.wd-layout-list:not(:is(.wd-with-bg,.wd-with-brd)) .wd-brand-item{padding:var(--wd-brand-pd, 0.001px)}.wd-brands:is(.wd-with-bg,.wd-with-brd) [class*=wd-grid]{--wd-gap-lg: 20px}.wd-brands:is(.wd-with-bg,.wd-with-brd) .wd-brand-item{border-radius:var(--wd-brd-radius)}.wd-brands.wd-with-bg .wd-brand-item{background-color:var(--wd-brand-bg, rgba(var(--bgcolor-black-rgb), 0.04))}.wd-brands.wd-with-brd .wd-brand-item{border:1px solid var(--brdcolor-gray-300)}.wd-hover-simple .wd-brand-item img{filter:grayscale(100%)}.wd-hover-simple .wd-brand-item:hover img{filter:grayscale(0)}.wd-hover-alt .wd-brand-item img{opacity:.5;filter:grayscale(100%)}.wd-hover-alt .wd-brand-item:hover img{opacity:1;filter:grayscale(0)}