.wd-toolbar{position:fixed;inset-inline:0;bottom:0;z-index:350;display:flex;align-items:center;justify-content:space-between;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;padding:5px;height:55px;background-color:var(--bgcolor-white);box-shadow:0 0 9px rgba(0,0,0,0.12)}.wd-toolbar>a{display:flex;align-items:center;justify-content:center}.wd-toolbar>a,.wd-toolbar>div{flex:1 0 20%}.wd-toolbar>a,.wd-toolbar>div a{height:45px}.wd-toolbar .wd-header-cart.wd-design-5:not(.wd-style-text){margin-inline-end:0}.wd-toolbar.wd-toolbar-label-show>a,.wd-toolbar.wd-toolbar-label-show>div a{position:relative;padding-bottom:15px}.wd-toolbar.wd-toolbar-label-show .wd-toolbar-label{display:block}.global-color-scheme-light .wd-toolbar a{color:#fff}.global-color-scheme-light .wd-toolbar a:hover{color:rgba(255,255,255,0.8)}.wd-toolbar-label{position:absolute;inset-inline:10px;bottom:3px;display:none;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;font-weight:600;font-size:11px;line-height:1;padding:1px 0}.wd-toolbar-shop .wd-tools-icon:before{content:"\f146";font-family:"woodmart-font"}.wd-toolbar-blog .wd-tools-icon:before{content:"\f145";font-family:"woodmart-font"}.wd-toolbar-home .wd-tools-icon:before{content:"\f144";font-family:"woodmart-font"}.wd-toolbar-sidebar .wd-tools-icon:before{content:"\f15a";font-family:"woodmart-font"}.wd-toolbar-sidebar.wd-filter-icon .wd-tools-icon:before{content:"\f118"}.wd-toolbar-link .wd-tools-icon:before{content:"\f140";font-family:"woodmart-font"}.wd-toolbar-link .wd-custom-icon img{width:auto;height:20px}.wd-toolbar-shop-cat .wd-tools-icon:before{content:"\f15a";font-family:"woodmart-font"}body:not(:has(.wd-nav-side-hidden-mb-on)) .wd-toolbar-shop-cat{display:none}@media (min-width: 1025px){.wd-toolbar{display:none}}@media (max-width: 1024px){.sticky-toolbar-on{padding-bottom:55px}.sticky-toolbar-on .wd-sticky-btn{bottom:55px}.sticky-toolbar-on .scrollToTop{bottom:67px}.sticky-toolbar-on .wd-sticky-btn-shown.scrollToTop{bottom:calc(12px + 55px + var(--wd-sticky-btn-height))}}@media (max-width: 768.98px){.sticky-toolbar-on.wd-sticky-btn-on-mb{padding-bottom:calc(55px + var(--wd-sticky-btn-height))}}@media (min-width: 769px) and (max-width: 1024px){.sticky-toolbar-on.wd-sticky-btn-on{padding-bottom:calc(55px + var(--wd-sticky-btn-height))}}.ag-product-button,
.ag-uygulama-button {
display: inline-block;
text-decoration: none;
border-radius: 4px;
border: none;
cursor: pointer;
transition: all 0.3s ease;
font-size: 16px;
font-weight: 500;
text-align: center;
}
.ag-product-button:hover,
.ag-uygulama-button:hover {
text-decoration: none;
box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.ag-product-button:focus,
.ag-uygulama-button:focus {
outline-offset: 2px;
}
.ag-product-button-container,
.ag-uygulama-button-container {
margin: 10px 0;
} .ag-products-container {
margin: 20px 0;
} .ag-products-container .ag-single-product {
margin: 20px 0;
}
.ag-products-container .ag-single-product-card {
border: 1px solid #ddd;
border-radius: 8px;
overflow: hidden;
background: white;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
max-width: 400px;
margin: 0 auto;
transition: box-shadow 0.3s ease;
}
.ag-products-container .ag-single-product-card:hover {
box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}
.ag-products-container .ag-single-product-image {
position: relative;
overflow: hidden;
}
.ag-products-container .ag-single-product-image img {
width: 100%;
height: 250px;
object-fit: cover;
transition: transform 0.3s ease;
}
.ag-products-container .ag-single-product-image:hover img {
transform: scale(1.05);
}
.ag-products-container .ag-single-product-content {
padding: 20px;
text-align: center;
}
.ag-products-container .ag-single-product-title {
margin: 0 0 15px 0;
font-size: 20px;
line-height: 1.4;
color: #333;
}
.ag-products-container .ag-single-product-title a {
color: #333;
text-decoration: none;
transition: color 0.3s ease;
}
.ag-products-container .ag-single-product-title a:hover {
color: #0073aa;
}
.ag-products-container .ag-single-product-price {
margin: 15px 0;
font-size: 18px;
font-weight: bold;
color: #0073aa;
}
.ag-products-container .ag-single-product-button-container {
margin-top: 20px;
}
.ag-products-container .ag-single-product-button {
display: inline-block;
background-color: #0073aa;
color: white;
padding: 15px 30px;
text-decoration: none;
border-radius: 5px;
font-weight: bold;
font-size: 16px;
transition: all 0.3s ease;
text-transform: uppercase;
letter-spacing: 1px;
}
.ag-products-container .ag-single-product-button:hover {
background-color: #005a87;
color: white;
text-decoration: none;
box-shadow: 0 4px 8px rgba(0,0,0,0.2);
} .ag-products-container .ag-products-title {
margin-bottom: 20px;
font-size: 24px;
color: #333;
} .ag-products-container .ag-products-grid {
display: grid;
gap: 20px;
margin-bottom: 20px;
}
.ag-products-container .ag-columns-1 { grid-template-columns: 1fr; }
.ag-products-container .ag-columns-2 { grid-template-columns: repeat(2, 1fr); }
.ag-products-container .ag-columns-3 { grid-template-columns: repeat(3, 1fr); }
.ag-products-container .ag-columns-4 { grid-template-columns: repeat(4, 1fr); } @media (max-width: 768px) {
.ag-products-container .ag-columns-3,
.ag-products-container .ag-columns-4 {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 480px) {
.ag-products-container .ag-products-grid {
grid-template-columns: 1fr;
}
} .ag-products-container .ag-product-item {
border: 1px solid #ddd;
border-radius: 8px;
overflow: hidden;
transition: box-shadow 0.3s ease;
background: white;
}
.ag-products-container .ag-product-item:hover {
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.ag-products-container .ag-product-image {
position: relative;
overflow: hidden;
}
.ag-products-container .ag-product-image img {
width: 100%;
height: 200px;
object-fit: cover;
transition: transform 0.3s ease;
}
.ag-products-container .ag-product-image:hover img {
transform: scale(1.05);
}
.ag-products-container .ag-product-content {
padding: 15px;
}
.ag-products-container .ag-product-title {
margin: 0 0 10px 0;
font-size: 16px;
line-height: 1.4;
}
.ag-products-container .ag-product-title a {
color: #333;
text-decoration: none;
transition: color 0.3s ease;
}
.ag-products-container .ag-product-title a:hover {
color: #0073aa;
}
.ag-products-container .ag-product-price {
margin: 10px 0;
font-weight: bold;
color: #0073aa;
}
.ag-products-container .ag-product-link-button {
display: inline-block;
background-color: #0073aa;
color: white;
padding: 8px 16px;
text-decoration: none;
border-radius: 4px;
font-size: 14px;
transition: background-color 0.3s ease;
}
.ag-products-container .ag-product-link-button:hover {
background-color: #005a87;
color: white;
text-decoration: none;
} .ag-products-container.ag-style-list .ag-products-grid {
display: block;
}
.ag-products-container.ag-style-list .ag-product-item {
display: flex;
margin-bottom: 15px;
align-items: center;
}
.ag-products-container.ag-style-list .ag-product-image {
width: 80px;
flex-shrink: 0;
margin-right: 15px;
}
.ag-products-container.ag-style-list .ag-product-image img {
height: 80px;
}
.ag-products-container.ag-style-list .ag-product-content {
flex: 1;
padding: 10px;
}.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{display:inline-block;vertical-align:middle}