*
/* GENEL */
body{font-family: "Roboto", sans-serif;color: #1a1a1a; scroll-behavior: smooth; background: #fff;}
a{text-decoration: none;transition: all 0.3s ease;}
ul{padding: 0;margin: 0}
ul li{list-style: none;}
.mask{position: fixed;background: rgba(0,0,0,.5);width: 100%;height: 100vh;left: 0;top: 0;z-index: 3;}
.pl-0 {padding-left: 0 !important;} 
input::-webkit-search-cancel-button{display: none; outline: none;}
input:focus-visible {outline: none;}
input:focus {outline: none;}
input:focus {box-shadow: none;}
.form-control:focus {border-color: transparent; border: 0; box-shadow: none;}
.py-set {padding: 4rem 0;}
.primary-button {white-space: nowrap;color: #fff;background-color: #1a1a1a;padding: 12px 30px;border-radius: 8px; display: inline-block; border: 0; font-weight: 500; transition: all .3s ease;}
.primary-button svg,.primary-button img {width: 20px;height: 20px;fill: #fff;margin-right: 7px;margin-top: -4px;}
.primary-button:hover {transform: translateY(-2px); box-shadow: 0 5px 15px rgba(0,0,0,0.2); color: #fff;}
.secondary-button { color: #6CA5A3;background: #fff;padding: 13px 20px;border-radius: 8px; display: inline-block; white-space: nowrap;}
.secondary-button svg,.secondary-button img {margin-top: -4px; width: 20px;height: 20px;fill: #6CA5A3;margin:0 7px;}
.secondary-button:hover {transform: scale(1.04); transition: all ease .3s; color: #6CA5A3;}
.tertiary-button { white-space: nowrap;color: #fff;background: #6CA5A3;padding:10px 30px;border-radius: 8px;display: inline-flex;gap: .25rem;align-items: center;}
.tertiary-button svg {width: 25px;height: 25px;fill: #fff;margin:0 7px;}
.tertiary-button:hover {transform: scale(1.04); transition: all ease .3s; color: #fff;}
.zed-underline .underline-text span {display: inline !important;background-image: linear-gradient(currentColor, currentColor);background-position: 0 100%;background-repeat: no-repeat;background-size: 0 1px;transition: all .3s ease-out;line-height: 1.5;}
.zed-underline:hover .underline-text span,
.zed-underline:focus .underline-text span {background-size: 100% 1px;}
.bg-light {background-color: #F4F7FB !important;}
.contact-actions .phone-float {z-index: 9999;background: #2E55AF;border-radius: 50px;box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);display: flex;align-items: center;justify-content: center;cursor: pointer;transition: box-shadow 0.2s;width: 56px;height: 56px;position: fixed;right: 20px;bottom: 20px;fill: #fff;}
.contact-actions .phone-float span {display: none;}
.contact-actions .phone-float svg {width: 32px;}
.contact-actions .whatsapp-float {position: fixed;right: 90px;bottom: 20px;z-index: 9999;background: #25d366;border-radius: 50px;box-shadow: 0 2px 8px rgba(0,0,0,0.15);display: flex;align-items: center;justify-content: center;cursor: pointer;transition: box-shadow 0.2s;width: 56px;height: 56px;}
.contact-actions .whatsapp-float svg {width: 32px;height: 32px;fill: #fff;display: block;}
.contact-actions .whatsapp-float span {display: none;color: #fff;font-weight: 500;margin-left: 10px;font-size: 16px;}
.contact-actions .whatsapp-ribbon {position: absolute;top: -7px;right: -7px;background: #d61617;color: #fff;font-size: 12px !important; margin-left: 0 !important; font-weight: bold;border-radius: 12px;padding: 2px 7px;box-shadow: 0 2px 6px rgba(0,0,0,0.15);z-index: 2;display: none;animation: fadeInRibbon 0.5s;}
@keyframes fadeInRibbon {from { opacity: 0; transform: scale(0.7);}to { opacity: 1; transform: scale(1);}}
.contact-actions .whatsapp-float.shake {animation: shakeWhatsapp 0.5s;}
/* GENEL END */

/* HEADER */
header { position: fixed; background:#fff; width: 100%; z-index: 9; top:0; transition: all ease 200ms; border-bottom: 1px solid #ddd;}
header.initial-header {position: initial; margin-top: -90px;}
header.set-header {transition: all ease 200ms;background: #ffffff;box-shadow: 0px 4px 4px rgb(0 0 0 / 8%);} 
header.set-header nav .navbar-nav > li > .nav-link {color: #0D1629; transition: all ease 200ms;}
header.set-header nav .brand-logo img {height: 50px;transition: all ease 200ms;}
header.set-header nav .navbar-nav > li > .nav-link.show{color:#0D1629 ;}
header.set-header .navbar-expand-lg .navbar-nav .dropdown-menu {margin-top: 0;}
header.set-header .header-top .header-top-wrap {margin-top: -40px;}
header.set-header nav .brand-logo {height: 70px;}
header .header-7-24-link .icon svg {width: 30px; height: 30px; fill: #fff;}
header .header-top {background-color: #1a1a1a;}
header .header-top .header-top-wrap {display: flex;justify-content: space-between;flex-direction: row;gap: 7px;height: 40px; align-items: center; transition: all ease 200ms;}

/* Campaign Banner */
.campaign-banner {flex: 1; overflow: hidden; margin-right: 2rem;}
.campaign-slider {display: flex; animation: slideLeft 20s linear infinite;}
.campaign-item {white-space: nowrap; padding: 0 3rem; color: #fff; font-size: 14px; font-weight: 400;}
@keyframes slideLeft {
  0% {transform: translateX(0);}
  100% {transform: translateX(-50%);}
}
.campaign-slider:hover {animation-play-state: paused;}

header .header-top .header-top-wrap .header-contact {display: flex;flex-direction: row;gap: 25px;height: 40px; align-items: center;}
header .header-top .header-top-wrap .header-contact li svg {margin-right: 5px;width: 17px;height: 17px;fill: #fff;}
header .header-top .header-top-wrap .header-contact li a {color: #fff;font-weight: 300;font-size: 14px;} 
header .header-top .header-top-wrap .header-contact li:last-child:after {display: none;}
.header-social {display: flex;flex-direction: row;gap: 7px;height: 40px; align-items: center;}
.header-social li a {display: flex;align-items: center;justify-content: center; width: 30px;height: 30px;border-radius: 50%; }
.header-social li a svg {fill: #fff; width: 20px; height: 20px;}
/* Header Actions */
.header-actions {display: flex; align-items: center; gap: 1rem;}
.search-box {display: flex; align-items: center; background: rgba(255,255,255,0.1); border-radius: 25px; padding: 5px 15px; transition: all .3s ease;}
.search-box:focus-within {background: rgba(255,255,255,0.2);}
.search-input {background: transparent; border: none; color: #fff; padding: 5px 10px; width: 200px; font-size: 14px;}
.search-input::placeholder {color: rgba(255,255,255,0.6);}
.search-btn {background: transparent; border: none; cursor: pointer; padding: 0; display: flex; align-items: center;}
.search-btn svg {width: 16px; height: 16px; fill: #fff;}
.cart-btn {position: relative; background: transparent; border: none; cursor: pointer; display: flex; align-items: center; padding: 8px 12px; border-radius: 8px; transition: all .3s ease;}
.cart-btn:hover {background: rgba(255,255,255,0.1);}
.cart-btn svg {width: 24px; height: 24px; fill: #fff;}
.cart-count {position: absolute; top: 0; right: 0; background: #e74c3c; color: #fff; border-radius: 50%; width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 600;}
header .relative {position: relative;}
header nav{padding-top: 0 !important;padding-bottom: 0 !important;}
header nav .brand-logo  {padding-right: 2rem; margin-right: 2rem; border-right: 1px solid #ddd; height: 100px;display: flex ; align-items: center; justify-content: center;}
header nav .brand-logo img{transition: all ease 200ms; height: 85px; filter: brightness(0);} 
header nav .navbar-collapse {align-items: center;}
header nav .navbar-nav > li > .nav-link{color: #0D1629;font-weight: 400;border-bottom: 2px solid transparent;transition: all ease 200ms;}
header nav .navbar-nav > li > .nav-link.show{color:#0D1629 ;}
header .navbar-expand-lg {transition: all ease 200ms;}
header nav .navbar-nav > li:last-child > .nav-link {margin: 0; padding-right: 0;}
header nav .navbar-nav > li > button{margin-left: 10px;height: 40px;background: #3AAA35 ;border-radius: 5px;text-transform: capitalize;-webkit-box-shadow: 0 0 0 0 rgb(0 0 0 / 14%), 0 0 0 0 rgb(0 0 0 / 12%), 0 0 0 0 rgb(0 0 0 / 20%);box-shadow: 0 0 0 0 rgb(0 0 0 / 14%), 0 0 0 0 rgb(0 0 0 / 12%), 0 0 0 0 rgb(0 0 0 / 20%);border-color: transparent;color: #fff;margin-top: 20px;font-size: 14px;padding-left: 15px;padding-right: 15px;}
header nav .navbar-nav > li > button i{margin-right: 5px;}

/* Mega Menu */
.navbar-nav .mega-menu-item {position: static !important;}
.navbar-nav .mega-menu-item .mega-menu {display: block !important; position: absolute !important; left: 0; right: 0; width: 100%; padding: 0; border: none; border-radius: 0; margin-top: 0 !important; box-shadow: 0 10px 30px rgba(0,0,0,0.1); background: #fff; opacity: 0; visibility: hidden; transform: translateY(-20px); transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); pointer-events: none;}
.navbar-nav .mega-menu-item:hover .mega-menu {opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto;}
.mega-menu-content {display: flex; gap: 1.5rem; padding: 2rem; max-width: 100%; margin: 0 auto; flex-wrap: nowrap; justify-content: center;}
.mega-product-card {flex: 0 1 auto; width: 18%; min-width: 180px; background: #f8f8f8; border-radius: 12px; overflow: hidden; transition: all .3s ease; opacity: 0; transform: translateY(20px); position: relative;}
.navbar-nav .mega-menu-item:hover .mega-product-card {animation: slideUpFade 0.5s ease forwards;}
.navbar-nav .mega-menu-item:hover .mega-product-card:nth-child(1) {animation-delay: 0.1s;}
.navbar-nav .mega-menu-item:hover .mega-product-card:nth-child(2) {animation-delay: 0.15s;}
.navbar-nav .mega-menu-item:hover .mega-product-card:nth-child(3) {animation-delay: 0.2s;}
.navbar-nav .mega-menu-item:hover .mega-product-card:nth-child(4) {animation-delay: 0.25s;}
.navbar-nav .mega-menu-item:hover .mega-product-card:nth-child(5) {animation-delay: 0.3s;}
@keyframes slideUpFade {
  to {opacity: 1; transform: translateY(0);}
}
.mega-product-card:hover {transform: translateY(-5px); box-shadow: 0 5px 20px rgba(0,0,0,0.1);}
.mega-product-link {display: block; text-decoration: none; color: inherit;}
.mega-product-image {width: 100%; height: 150px; overflow: hidden; background: #fff;}
.mega-product-image img {width: 100%; height: 100%; object-fit: cover;}
.mega-product-card h4 {font-size: 0.95rem; font-weight: 600; padding: 1rem 1rem 0.5rem; margin: 0; color: #1a1a1a;}
.mega-price {display: flex; align-items: center; gap: 0.5rem; padding: 0 1rem 0.75rem;}
.mega-price .old {font-size: 0.85rem; color: #999; text-decoration: line-through; font-weight: 300;}
.mega-price .current {font-size: 1.1rem; color: #1a1a1a; font-weight: 700;}
.mega-add-btn {width: calc(100% - 2rem); margin: 0 1rem 1rem; padding: 0.6rem; background: #1a1a1a; color: #fff; border: none; border-radius: 8px; cursor: pointer; font-weight: 500; transition: all .3s ease; font-size: 0.9rem;}
.mega-add-btn:hover {background: #333; transform: scale(1.02);}
header .sidenav-toogle{display: none; color: #0D1629;}
header.set-header .sidenav-toogle {color: #3AAA35; font-size: 17px;}
header .side-nav{position: fixed;left: 0;top: 0;background: #fff;height: 100%;width: 300px;z-index: 5;left:-300px;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;display: flex ; flex-direction: column; justify-content: space-between;}
header .side-nav > ul > li:nth-child(1){height: 90px;box-shadow: none;text-align: center;margin-bottom: 10px; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}
header .side-nav > ul > li:nth-child(1) a:hover{background-color: transparent}
header .side-nav > ul > li:nth-child(1) a img{transition: all ease 200ms; max-height: 70px; margin-top: 10px; max-width: 100%; object-fit: contain;}
header .side-nav > ul > li a{color: rgba(0,0,0,0.87);display: block;font-size: 16px;height: 48px;line-height: 48px;padding: 0px 20px;font-weight: 400;}
header .side-nav > ul > li a i {margin-right: 5px; width: 25px;}
header .side-nav .accordion-item{border-radius: 0 !important;background: #fff;box-shadow: none;border:none}
header .side-nav .accordion-item .accordion-button{border-radius: 0 !important;background: #fff;box-shadow: none;color: rgba(0,0,0,0.87);}
header .side-nav .accordion-item .accordion-body{padding: 0;padding-left: 15px}
header .side-nav .sidenav-button{margin-left: 20px;width: calc(100% - 40px);height: 40px;background: #3AAA35 ;border-radius: 5px;text-transform: capitalize;-webkit-box-shadow: 0 0 0 0 rgb(0 0 0 / 14%), 0 0 0 0 rgb(0 0 0 / 12%), 0 0 0 0 rgb(0 0 0 / 20%);box-shadow: 0 0 0 0 rgb(0 0 0 / 14%), 0 0 0 0 rgb(0 0 0 / 12%), 0 0 0 0 rgb(0 0 0 / 20%);border-color: transparent;color: #fff;font-size: 14px;padding-left: 15px;padding-right: 15px;}
header .side-nav .header-social {background: #12314e;  height: 40px;}
header .side-nav .header-social li a svg {fill: #fff;}
.shake-icon { display: inline-block; animation: shake 0.5s ease-in-out infinite; animation-delay: 0s; animation-iteration-count: infinite; animation-duration: 3s; }
@keyframes shake {
    0%, 85%, 100% { transform: rotate(0deg); }
    88% { transform: rotate(15deg); }
    91% { transform: rotate(-15deg); }
    94% { transform: rotate(10deg); }
    97% { transform: rotate(-10deg); }
}
header .header-link {border-left: 1px solid #ddd; padding-left: 2rem; margin-left: 2rem; height: 100px; transition: all ease .2s; display: flex; align-items: center; justify-content: center; gap: 1rem;}
header .header-link div {display: flex ; flex-direction: column; text-align: right; gap: .25rem; color: #272727; white-space: nowrap;}
header .header-link .s {font-size: .8rem; font-weight: 300; color: #272727; opacity: .7;}
header .header-link .l {font-size: 1.3rem; color: #272727;}
header.set-header .header-link {height: 70px;}
/* HEADER END */
/*Youtube Modal CSS*/
.video-modal{position:fixed;inset:0;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.6);z-index:9999}
.video-modal.is-open{display:flex}
.video-content{position:relative;width:min(90vw,960px);aspect-ratio:16/9;background:#000;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.25)}
#ytFrame{width:100%;height:100%;border:0}
#closeBtn{position:absolute;top:8px;right:8px;line-height:1;font-size:28px;background:#0008;color:#fff;border:0;border-radius:8px;padding:6px 12px;cursor:pointer}
#closeBtn:hover{background:#000c}
body.modal-open{overflow:hidden;}
body.modal-open header {z-index: 0;}
/*Youtube Modal CSS End*/


/* HERO */
.hero-content {position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex ; align-items: center;background: linear-gradient(90deg,rgba(0, 0, 0, 0.75) 40%, rgba(0, 0, 0, 0.3) 100%);}
.hero-content .text-box {padding: 0 2rem; max-width: 600px;}
.hero-content .text-box .slide-title {color: #fff; font-size: 50px; font-weight: 700; line-height: 1.2; margin-bottom: 1rem;}
.hero-content .text-box .slide-text {font-size: 18px; color: #fff; font-weight: 300; margin-bottom: 2rem; opacity: 0.95;}
.hero-content .text-box .primary-button {background-color: #1a1a1a; border: 2px solid #fff; transition: all .3s ease;}
.hero-content .text-box .primary-button:hover {background-color: #fff; color: #1a1a1a;}
.hero-swiper-prev {color: #fff;}
.hero-swiper-next {color: #fff;}
.hero-slider-section .slide-img {width: 100%; height: 700px; object-fit: cover;}
/* HERO END */

/* BEST SELLERS SECTION */
.best-sellers {background: #f8f8f8;}
.section-header .section-title {font-size: 2.5rem; font-weight: 700; color: #1a1a1a; margin-bottom: 0.5rem;}
.section-header .section-subtitle {font-size: 1.1rem; color: #666; font-weight: 300;}
.products-grid {display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem;}
.product-card {background: #fff; border-radius: 12px; overflow: hidden; transition: all .3s ease; box-shadow: 0 2px 10px rgba(0,0,0,0.05); position: relative;}
.product-card:hover {transform: translateY(-10px); box-shadow: 0 10px 30px rgba(0,0,0,0.15);}
.product-link {display: block; text-decoration: none; color: inherit;}
.product-image {position: relative; overflow: hidden; aspect-ratio: 4/3;}
.product-image img {width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease;}
.product-card:hover .product-image img {transform: scale(1.1);}
.add-to-cart-btn {position: absolute; bottom: 15px; right: 15px; background: #1a1a1a; border: none; width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; opacity: 0; transform: translateY(20px); transition: all .3s ease;}
.product-card:hover .add-to-cart-btn {opacity: 1; transform: translateY(0);}
.add-to-cart-btn svg {width: 22px; height: 22px; fill: #fff;}
.add-to-cart-btn:hover {background: #333; transform: scale(1.1) translateY(0) !important;}
.product-info {padding: 1.5rem;}
.product-title {font-size: 1.1rem; font-weight: 600; color: #1a1a1a; margin-bottom: 0.75rem;}
.product-price {display: flex; align-items: center; gap: 0.5rem;}
.price-old {font-size: 0.85rem; color: #bbb; text-decoration: line-through; font-weight: 300;}
.price-current {font-size: 1rem; color: #666; font-weight: 500; letter-spacing: 0.5px;}
/* BEST SELLERS END */

/* CART POPUP */
.cart-popup {position: fixed; top: 0; right: 0; width: 100%; height: 100%; z-index: 9999; pointer-events: none;}
.cart-popup.active {pointer-events: all;}
.cart-popup-overlay {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); opacity: 0; transition: opacity .3s ease;}
.cart-popup.active .cart-popup-overlay {opacity: 1;}
.cart-popup-content {position: absolute; top: 0; right: -450px; width: 450px; height: 100%; background: #fff; box-shadow: -5px 0 20px rgba(0,0,0,0.1); transition: right .3s ease; display: flex; flex-direction: column;}
.cart-popup.active .cart-popup-content {right: 0;}
.cart-header {display: flex; align-items: center; justify-content: space-between; padding: 1.5rem; border-bottom: 1px solid #eee;}
.cart-header h3 {font-size: 1.5rem; font-weight: 600; margin: 0;}
.cart-close {background: transparent; border: none; cursor: pointer; padding: 5px;}
.cart-close svg {width: 24px; height: 24px; fill: #1a1a1a;}
.cart-body {flex: 1; overflow-y: auto; padding: 1.5rem;}
.empty-cart {display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; color: #999;}
.empty-cart svg {width: 80px; height: 80px; fill: #ddd; margin-bottom: 1rem;}
.empty-cart p {font-size: 1.1rem;}
.cart-item {display: flex; align-items: center; gap: 1rem; padding: 1rem; border-bottom: 1px solid #eee; position: relative;}
.cart-item-image {width: 80px; height: 80px; border-radius: 8px; overflow: hidden; flex-shrink: 0; background: #f8f8f8;}
.cart-item-image img {width: 100%; height: 100%; object-fit: cover;}
.cart-item-info {flex: 1;}
.cart-item-title {font-size: 1rem; font-weight: 600; margin-bottom: 0.5rem; color: #1a1a1a;}
.cart-item-price {font-size: 1.1rem; font-weight: 700; color: #1a1a1a;}
.cart-item-remove {position: absolute; top: 1rem; right: 1rem; background: #fff; border: 1px solid #e74c3c; color: #e74c3c; cursor: pointer; width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all .3s ease;}
.cart-item-remove:hover {background: #e74c3c; color: #fff;}
.cart-item-remove svg {width: 12px; height: 12px; fill: currentColor;}
.cart-footer {padding: 1.5rem; border-top: 2px solid #eee;}
.cart-total {display: flex; justify-content: space-between; align-items: center; margin-bottom: 1rem; font-size: 1.3rem; font-weight: 600;}
.total-price {color: #1a1a1a; font-size: 1.5rem;}
.checkout-btn {width: 100%; background: #1a1a1a; color: #fff; border: none; padding: 1rem; border-radius: 8px; font-size: 1.1rem; font-weight: 600; cursor: pointer; transition: all .3s ease;}
.checkout-btn:hover {background: #333;}
/* CART POPUP END */



/* TESTIMONIALS */
.testimonials-section {background: #fff;}

/* CATEGORY HERO */
/* CATEGORY HERO */
.category-hero {
    background: #fff; 
    padding: 2rem 0 1rem;
}

.category-title {
    font-size: 1.75rem; 
    font-weight: 700; 
    color: #1a1a1a; 
    margin-bottom: 1.5rem; 
    line-height: 1.3;
    text-align: center;
}

.category-hero-content {
    text-align: center; 
    max-width: 900px; 
    margin: 0 auto; 
    background: transparent; 
    padding: 0;
}

.category-description {
    font-size: 0.95rem; 
    color: #666; 
    line-height: 1.6; 
    margin-bottom: 1.5rem; 
    max-width: 700px; 
    margin-left: auto; 
    margin-right: auto;
}

.category-features {
    display: flex; 
    justify-content: center; 
    gap: 1rem; 
    flex-wrap: wrap;
}

.category-feature-item {
    display: flex; 
    align-items: center; 
    gap: 0.5rem; 
    padding: 0.5rem 1rem; 
    background: #f8f8f8; 
    border-radius: 50px; 
    transition: all .3s ease;
    font-size: 0.85rem;
}

.category-feature-item:hover {
    background: #1a1a1a; 
    color: #fff;
}

.feature-icon-badge {
    width: 24px; 
    height: 24px; 
    background: #1a1a1a; 
    border-radius: 50%; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    transition: all .3s ease;
    flex-shrink: 0;
}

.category-feature-item:hover .feature-icon-badge {
    background: #fff;
}

.feature-icon-badge svg {
    width: 12px; 
    height: 12px; 
    fill: #fff; 
    transition: all .3s ease;
}

.category-feature-item:hover .feature-icon-badge svg {
    fill: #1a1a1a;
}

.category-feature-item span {
    font-weight: 600; 
    font-size: 0.85rem;
    white-space: nowrap;
}

/* PRODUCTS SECTION */
.products-section {background: #fff;}

/* TESTIMONIALS */
.testimonials-slider-wrapper {position: relative; margin: 0 auto; max-width: 1200px;}
.testimonials-swiper {padding: 2rem 0 4rem;}
.testimonials-swiper .swiper-slide {height: auto;}
.testimonial-card {background: #f8f8f8; padding: 2rem; border-radius: 16px; transition: all .3s ease; height: 100%; display: flex; flex-direction: column;}
.testimonial-card:hover {transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.1);}
.customer-name {font-size: 1.25rem; font-weight: 600; color: #1a1a1a; margin-bottom: 0.5rem;}
.stars {color: #FFD700; font-size: 1.5rem; margin-bottom: 1rem;}
.testimonial-text {font-size: 1rem; color: #666; line-height: 1.6; font-style: italic; flex: 1;}
.testimonials-prev, .testimonials-next {color: #1a1a1a; width: 50px; height: 50px; background: #fff; border-radius: 50%; box-shadow: 0 2px 10px rgba(0,0,0,0.1);}
.testimonials-prev:after, .testimonials-next:after {font-size: 20px; font-weight: bold;}
.testimonials-prev:hover, .testimonials-next:hover {background: #1a1a1a; color: #fff;}
.testimonials-pagination {bottom: 0 !important;}
.testimonials-pagination .swiper-pagination-bullet {width: 12px; height: 12px; background: #1a1a1a; opacity: 0.3;}
.testimonials-pagination .swiper-pagination-bullet-active {opacity: 1; background: #1a1a1a;}
.primary-button.outline {background: transparent; color: #1a1a1a; border: 2px solid #1a1a1a;}
.primary-button.outline:hover {background: #1a1a1a; color: #fff;}

/* FEATURES */
.features-section {background: #f8f8f8;}
.features-grid {display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; margin-top: 3rem;}
.feature-card {background: #fff; padding: 2rem; border-radius: 16px; text-align: center; transition: all .3s ease; border: 1px solid #eee;}
.feature-card:hover {transform: translateY(-10px); box-shadow: 0 10px 30px rgba(0,0,0,0.1); border-color: #1a1a1a;}
.feature-icon {width: 80px; height: 80px; margin: 0 auto 1.5rem; display: flex; align-items: center; justify-content: center; transition: all .3s ease;}
.feature-card:hover .feature-icon {transform: scale(1.1);}
.feature-icon img {width: 60px; height: 60px; object-fit: contain; filter: brightness(0);}
.feature-card:hover .feature-icon img {filter: brightness(0) saturate(0) contrast(1.2);}
.feature-card h3 {font-size: 1.25rem; font-weight: 600; color: #1a1a1a; margin-bottom: 1rem;}
.feature-card p {font-size: 0.95rem; color: #666; line-height: 1.6;}

/* FAQ */
.faq-section {background: #fff;}
.faq-wrapper {max-width: 900px; margin: 3rem auto 0;}
.faq-section .accordion-item {border: none; background: #f8f8f8; border-radius: 12px; margin-bottom: 1rem; overflow: hidden;}
.faq-section .accordion-button {background: #f8f8f8; color: #1a1a1a; font-weight: 600; font-size: 1.1rem; padding: 1.5rem; border: none; box-shadow: none;}
.faq-section .accordion-button:not(.collapsed) {background: #1a1a1a; color: #fff;}
.faq-section .accordion-button:focus {box-shadow: none;}
.faq-section .accordion-button::after {filter: brightness(0);}
.faq-section .accordion-button:not(.collapsed)::after {filter: brightness(0) invert(1);}
.faq-section .accordion-body {padding: 1.5rem; background: #fff; color: #666; line-height: 1.8;}

/* NEWSLETTER */
.newsletter-section {background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%); padding: 5rem 0;}
.newsletter-box {text-align: center; max-width: 800px; margin: 0 auto;}
.newsletter-content {text-align: center;}
.newsletter-content h2 {color: #fff; font-size: 2.5rem; font-weight: 700; margin-bottom: 1rem;}
.newsletter-content p {color: rgba(255,255,255,0.8); font-size: 1.1rem; margin-bottom: 0; line-height: 1.6;}
.newsletter-form {display: flex; gap: 1rem; max-width: 600px; margin: 0 auto;}
.newsletter-input {flex: 1; padding: 1rem 1.5rem; border: 2px solid rgba(255,255,255,0.2); background: rgba(255,255,255,0.1); border-radius: 50px; color: #fff; font-size: 1rem; transition: all .3s ease;}
.newsletter-input::placeholder {color: rgba(255,255,255,0.5);}
.newsletter-input:focus {outline: none; border-color: #fff; background: rgba(255,255,255,0.15);}
.newsletter-btn {padding: 1rem 2.5rem; background: #fff; color: #1a1a1a; border: none; border-radius: 50px; font-weight: 600; font-size: 1rem; cursor: pointer; transition: all .3s ease; white-space: nowrap;}
.newsletter-btn:hover {background: #f0f0f0; transform: scale(1.05);}

.product-detail-section {padding: 4rem 0;}
.product-gallery {position: sticky; top: 100px;}
.product-gallery-main {border-radius: 12px; overflow: hidden; margin-bottom: 1rem;}
.gallery-image {width: 100%; aspect-ratio: 1; overflow: hidden; background: #f8f8f8; display: flex; align-items: center; justify-content: center;}
.gallery-image img {width: 100%; height: 100%; object-fit: cover;}
.product-gallery-main .swiper-button-next, .product-gallery-main .swiper-button-prev {width: 40px; height: 40px; background: white; border-radius: 50%; box-shadow: 0 2px 10px rgba(0,0,0,0.1);}
.product-gallery-main .swiper-button-next:after, .product-gallery-main .swiper-button-prev:after {font-size: 16px; color: #1a1a1a; font-weight: bold;}
.product-gallery-thumbs {padding: 0;}
.product-gallery-thumbs .swiper-slide {cursor: pointer; opacity: 0.5; transition: opacity 0.3s;}
.product-gallery-thumbs .swiper-slide-thumb-active {opacity: 1;}
.thumb-image {width: 100%; aspect-ratio: 1; overflow: hidden; border-radius: 8px; border: 2px solid transparent; transition: border-color 0.3s;}
.product-gallery-thumbs .swiper-slide-thumb-active .thumb-image {border-color: #1a1a1a;}
.thumb-image img {width: 100%; height: 100%; object-fit: cover;}
.product-detail-info {padding: 0 2rem;}
.product-detail-title {font-size: 2.5rem; font-weight: 700; margin-bottom: 1rem; color: #1a1a1a;}
.product-detail-rating {display: flex; align-items: center; gap: 0.5rem; margin-bottom: 1.5rem;}
.product-detail-rating .stars {color: #ffc107; font-size: 1.2rem;}
.review-count {color: #666; font-size: 0.95rem;}
.product-detail-price {display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem; flex-wrap: wrap;}
.product-detail-price .price-old {font-size: 1.5rem; color: #999; text-decoration: line-through;}
.product-detail-price .price-current {font-size: 2.5rem; font-weight: 700; color: #1a1a1a;}
.price-save {background: #d32f2f; color: white; padding: 0.25rem 0.75rem; border-radius: 6px; font-size: 0.9rem; font-weight: 600;}
.product-detail-badges {display: flex; gap: 1rem; margin-bottom: 2rem; flex-wrap: wrap;}
.badge-item {background: #f8f8f8; padding: 0.5rem 1rem; border-radius: 8px; font-size: 0.9rem; color: #1a1a1a;}
.product-detail-description {margin-bottom: 2rem; padding: 1.5rem; background: #f8f8f8; border-radius: 12px;}
.product-detail-description p {margin: 0; color: #555; line-height: 1.7;}
.product-option {margin-bottom: 2rem;}
.option-label {display: block; font-weight: 600; font-size: 1.1rem; margin-bottom: 1rem; color: #1a1a1a;}
.color-options {display: flex; gap: 1rem; flex-wrap: wrap;}
.color-option {display: flex; flex-direction: column; align-items: center; gap: 0.5rem; padding: 0.75rem 1rem; border: 2px solid #e0e0e0; border-radius: 10px; cursor: pointer; transition: all 0.3s;}
.color-option:hover {border-color: #1a1a1a; transform: translateY(-2px);}
.color-option.active {border-color: #1a1a1a; background: #f8f8f8;}
.color-swatch {width: 40px; height: 40px; border-radius: 50%; display: block;}
.color-name {font-size: 0.9rem; color: #1a1a1a;}
.size-options {display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1rem;}
.size-option {position: relative; padding: 1.25rem; border: 2px solid #e0e0e0; border-radius: 12px; cursor: pointer; transition: all 0.3s; text-align: center;}
.size-option:hover {border-color: #1a1a1a; transform: translateY(-2px);}
.size-option.active {border-color: #1a1a1a; background: #f8f8f8;}
.size-title {font-weight: 600; font-size: 1.1rem; margin-bottom: 0.5rem; color: #1a1a1a;}
.size-dimensions {font-size: 0.85rem; color: #666; margin-bottom: 0.5rem;}
.size-price {font-weight: 700; font-size: 1.2rem; color: #1a1a1a;}
.size-badge {position: absolute; top: -10px; right: 10px; background: #d32f2f; color: white; padding: 0.25rem 0.75rem; border-radius: 6px; font-size: 0.75rem; font-weight: 600;}
.product-actions {display: flex; gap: 1rem; margin-bottom: 2rem; align-items: stretch;}
.quantity-selector {display: flex; align-items: center; border: 2px solid #e0e0e0; border-radius: 10px; overflow: hidden;}
.qty-btn {width: 45px; height: 50px; border: none; background: #f8f8f8; font-size: 1.5rem; cursor: pointer; transition: background 0.3s;}
.qty-btn:hover {background: #e0e0e0;}
.quantity-selector input {width: 60px; height: 50px; border: none; text-align: center; font-size: 1.1rem; font-weight: 600;}
.add-to-cart-btn-large {flex: 1; background: #1a1a1a; color: white; border: none; border-radius: 10px; font-size: 1.1rem; font-weight: 600; display: flex; align-items: center; justify-content: center; gap: 0.75rem; cursor: pointer; transition: all 0.3s;}
.add-to-cart-btn-large:hover {background: #000; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.2);}
.add-to-cart-btn-large svg {width: 20px; height: 20px; fill: white;}
.product-features-list {padding: 2rem; background: #f8f8f8; border-radius: 12px;}
.feature-list-item {display: flex; align-items: center; gap: 0.75rem; padding: 0.75rem 0; border-bottom: 1px solid #e0e0e0;}
.feature-list-item:last-child {border-bottom: none;}
.feature-list-item svg {width: 20px; height: 20px; fill: #4caf50; flex-shrink: 0;}
.feature-list-item span {color: #1a1a1a; font-size: 0.95rem;}
.product-tabs-section {margin-top: 4rem;}
.product-tabs {border-bottom: 2px solid #e0e0e0; justify-content: center; gap: 2rem;}
.product-tabs .nav-link {border: none; border-bottom: 3px solid transparent; background: none; color: #666; font-weight: 600; font-size: 1.1rem; padding: 1rem 1.5rem; transition: all 0.3s;}
.product-tabs .nav-link:hover {color: #1a1a1a;}
.product-tabs .nav-link.active {color: #1a1a1a; border-bottom-color: #1a1a1a; background: none;}
.product-tab-content {padding: 3rem 0;}
.tab-content-inner {max-width: 900px; margin: 0 auto;}
.tab-content-inner h3 {font-size: 2rem; font-weight: 700; margin-bottom: 1.5rem; color: #1a1a1a;}
.tab-content-inner h4 {font-size: 1.3rem; font-weight: 600; margin: 2rem 0 1rem; color: #1a1a1a;}
.tab-content-inner p {color: #555; line-height: 1.8; margin-bottom: 1rem;}
.tab-content-inner ul, .tab-content-inner ol {color: #555; line-height: 1.8;}
.tab-content-inner li {margin-bottom: 0.5rem; list-style-type: disc; list-style-position: inside;}
.specifications-table {width: 100%; border-collapse: collapse; margin-top: 2rem;}
.specifications-table tr {border-bottom: 1px solid #e0e0e0;}
.specifications-table td {padding: 1rem; color: #1a1a1a;}
.specifications-table td:first-child {font-weight: 600; width: 40%;}
.assembly-video {margin: 2rem 0;}
.assembly-steps {margin-top: 2rem;}
.reviews-summary {padding: 2rem; background: #f8f8f8; border-radius: 12px; margin-bottom: 2rem; text-align: center;}
.review-score {display: inline-block;}
.score-number {font-size: 4rem; font-weight: 700; color: #1a1a1a;}
.score-stars {color: #ffc107; font-size: 1.5rem; margin: 0.5rem 0;}
.score-count {color: #666; font-size: 1rem;}
.reviews-list {display: flex; flex-direction: column; gap: 1.5rem;}
.review-item {padding: 1.5rem; background: #f8f8f8; border-radius: 12px;}
.review-header {display: flex; justify-content: space-between; align-items: center; margin-bottom: 1rem;}
.review-author {font-weight: 600; color: #1a1a1a;}
.review-rating {color: #ffc107;}
.review-text {color: #555; line-height: 1.7; margin-bottom: 0.5rem;}
.review-date {color: #999; font-size: 0.85rem;}
/* PRODUCT DETAIL PAGE END */

/* CONTENT END */


/* FOOTER */
footer { position: relative; z-index: 3; background: #1a1a1a;}
footer .footer-wrapper {padding: 50px 0 50px;}
footer .header-social li a {background-color: transparent; width: 40px; height: 40px;}
footer .header-social li a svg {fill: #fff; width: 25px; height: 25px;}
footer .footer-text {font-size: 14px; color: #fff; opacity: .6; margin-top: 1rem; font-weight: 300;}
footer h5{font-size: 1.25rem;font-weight: 500; color: #fff; position: relative;}
footer h5::after {content: ""; height: 1px; width: 65%; background-color: #fff; display: block; margin-top: 0.5rem; opacity: .6;}
footer .footer-top {padding: 50px 0;border-bottom: 1px solid #4b4b4b;} 
footer .footer-call {display: flex;align-items: center;justify-content: flex-end;gap: 1rem;color: #222;}
footer .footer-call h3 {font-weight: 300; margin-bottom: 0; font-size: 1.25rem;}
footer .brand-logo{margin-bottom: 1.5rem; display: block;}
footer .brand-logo img{max-width: 100%; height: 85px; object-fit: contain; filter: brightness(0) invert(1);}
footer .footer-thin{font-size: 12px;font-weight: 300;margin: 0;color: #BAB7B7;display: block;margin-top: 20px;}
footer .footer-thin-social{margin-top: 40px;margin-bottom: 5px;color:#222;}
footer .footer-social{padding-inline-start: 0px;margin-block-start: 1rem;margin-block-end: 2rem; display:flex;}
footer .footer-social li{margin-right: 10px;text-align: center;line-height: 25px;}
footer .footer-social li:last-child{margin-right: 0}
footer .footer-social li i{color: #222;font-size: 18px;}
footer .footer-link-list{margin-bottom: 25px;}
footer .footer-link-list li a {margin-bottom: 10px;color:#fff;font-weight: 300; font-size: 15px; display: flex; align-items: flex-start; gap: 10px;}
footer .footer-link-list li svg {fill: #7C7C7C; min-width: 20px;margin-top: 3px;}
footer .footer-link-list li a{color:#fff; font-weight: 300; font-size: 14px; cursor: pointer !important;}
footer .footer-link-list li a:hover {opacity: 1; transition: all ease .3s;}
footer .footer-link-list li {opacity: .5; transition: all ease .3s;}
footer .footer-link-list li:hover {opacity: 1; transition: all ease .3s;}
footer .footer-bottom-image {margin: 50px 0 -50px;width: 100%;overflow: hidden;} 
footer .footer-bottom-image img {width: 100%;}
footer .footer-copyright {background: #f9fdff;color:#8e8e8e; padding: 15px 10px;font-size: 13px;height:50px; font-weight: 400; }
footer .footer-copyright .right a{margin-right: 16px;font-weight: 300;font-size: 13px;color: #8e8e8e;}
footer .footer-copyright .web-tasarim{white-space: nowrap; margin-top: 0;-webkit-transition: all .3s linear;transition: all .3s linear;}
footer .footer-copyright .web-tasarim:hover{opacity: 1;}
footer .footer-copyrights {border-top:1px solid #BCBCBC;padding-top: 20px; padding-bottom: 20px;}
footer .footer-copyrights .row{margin-bottom: 0}
footer .footer-copyrights .bni{height: 30px}
footer .footer-copyrights ul{margin: 0;padding: 0;float: right;margin-top: 5px}
footer .footer-copyrights ul li{float: left;margin-right: 20px}
footer .footer-copyrights ul li:last-child{margin-right: 0px}
footer .footer-copyrights ul li a{color:#222 !important;font-weight: 100;cursor: pointer;}
footer .copyright-wrapper {display: flex;align-items: center; justify-content: space-between; flex-wrap: wrap;}
footer .zedtech-logo {height: 20px; opacity: .5; transition: all ease .3s;}
footer .zedtech-logo:hover {opacity: 1;}
footer .footer-input {width: 80%; overflow: hidden; border-radius: 8px;border:1px solid #12314e;}

/* FOOTER END */

/* MODAL */
.modal .modal-body{height: 500px;overflow-y: scroll;}
.modal .modal-body p{font-size: 15px;font-weight: 300}
.modal .modal-body h3{font-size: 1.4rem}
.modal .modal-body ul{margin-left: 30px;margin-bottom: 20px;}
.modal .modal-body ul li{font-size: 15px;font-weight: 300;list-style: circle;}
.modal .modal-body ol li{font-size: 15px;font-weight: 300;}
.modal .modal-body a{color:#3AAA35 ;font-weight: 300}
.modal .modal-body label{font-weight: 300}
.modal .modal-body .teklif-al{background: #3AAA35 ;color: #fff;float: right;padding: 8px 15px;border-radius: 5px;font-size: 14px;cursor: pointer;}
.modal .modal-body .teklif-al i{margin-right: 7px;font-size: 12px}
.modal-header .btn-close:focus {outline: none; box-shadow: none;}
/* MODAL END */



/* RESPONSIVE */

@media only screen and (min-width: 992px) {
    .container{width: 90%; }
    .navbar-expand-lg .navbar-collapse .navbar-nav {align-items: center; gap: 1rem;}
    .navbar-expand-lg {height: 100px;}
    header.set-header .navbar-expand-lg {height: 70px; transition: all ease 200ms;}
    .brand-logo,.header-link {position: relative; z-index: 3;}
    .product-swiper .swiper-pagination { display: none; }

}

@media only screen and (min-width: 1440px) {
    .container {max-width: 1360px;}
}
@media only screen and (max-width: 1200px){
    .navbar-expand-lg .navbar-collapse .navbar-nav {gap: .5rem;}
    header nav .brand-logo {padding-right: 1.24rem; margin-right: 1.24rem;}
    header .header-link {padding-left: 1.24rem; margin-left: 1.24rem;}
    .products-grid {grid-template-columns: repeat(3, 1fr); gap: 1.5rem;}
    .product-detail-info {padding: 0 1rem;}
}

@media only screen and (max-width: 992px){
    .table-hide {display: none;}
    header .sidenav-toogle{transition: all ease 200ms; display: block;font-size: 23px;z-index: 3; position: absolute; left: 20px;}
    header nav .brand-logo {margin-left: 50px; padding-right: 0; margin-right: 0; border-right: 0;}
    header .header-top {display: none;}
    .container{max-width: 90%; }
    header .navbar-expand-lg>.container {justify-content: center;}
    header .shown{left:0px !important}
    .py-set {padding: 3rem 0;} 
    footer .brand-logo {text-align: center;}
    footer .header-social {justify-content: center;}
    footer .footer-text {text-align: center;}
    .about-gallery .gallery-wrapper .gallery-space {display: none;}
    .video-box .video-header .right { width: 70%;}
    .hizmetlerimiz-menu { margin-bottom: 24px; }
    .faq-image img {margin-bottom: 1.5rem;}
    .products-grid {grid-template-columns: repeat(2, 1fr); gap: 1.5rem;}
    .testimonials-swiper .swiper-slide {width: 80% !important;}
    .testimonials-prev, .testimonials-next {width: 40px; height: 40px;}
    .features-grid {grid-template-columns: repeat(2, 1fr); gap: 1.5rem;}
    /* Mega Menu Mobile */
    .mega-menu {position: relative !important; width: 100%; margin-top: 0.5rem !important;}
    .mega-menu-content {flex-direction: column; padding: 1rem; gap: 1rem;}
    .mega-product-card {max-width: 100%;}
    .product-gallery {position: static; margin-bottom: 2rem;}
    .product-detail-title {font-size: 2rem;}
    .product-detail-price .price-current {font-size: 2rem;}
}


@media only screen and (max-width: 768px){
    footer .container{max-width: 95%;}
    header .header-top {display: none;}
    header .header-7-24-link {display: none;}
    header.set-header nav .brand-logo img {height: 60px; transition: all ease 200ms;}
    .hero-content h2{font-size:22px;}
    .hero-content p{font-size:14px;}
    .t-quote{font-size:17px;}
    .t-card {width: 90%;}
    .slider-content .title {font-size: 2.25rem;}
    .slider-content .text {font-size: 1rem;}
    .content-header .title {font-size: 1.5rem;}
    .content-header .text {font-size: 1rem;}
    .custom-form-container {margin-top: 0;}
    .zed-contact-page {padding: 20px 10px;}
    .zed-form-container, .zed-info-content {padding: 30px 20px;}
    .zed-page-title {font-size: 28px;}
    .zed-page-subtitle {font-size: 16px;}
    .zed-map-container {height: 250px;}
    .bg-pattern {width: 100px;}
    .hero-slider-section .slide-img {height: 500px;}
    .hero-content .text-box .slide-title {font-size: 35px;}
    *[data-aos-delay] {
        transition-delay: 0 !important;
    }
    .page-title .title-text {width: calc(100% - 140px);}
    .product-detail-info {padding: 0;}
    .product-detail-title {font-size: 1.75rem;}
    .product-detail-price .price-current {font-size: 1.75rem;}
    .product-actions {flex-direction: column;}
    .quantity-selector {width: 100%; justify-content: center;}
    .size-options {grid-template-columns: 1fr;}
    .product-tabs {gap: 0.5rem;}
    .product-tabs .nav-link {font-size: 0.9rem; padding: 0.75rem 1rem;}
    .product-card {height: 310px;}
    .products-grid {grid-template-columns: repeat(2, 1fr); gap: 1rem;}
    .section-header .section-title {font-size: 1.8rem;}
    .cart-popup-content {width: 100%; right: -100%;}
}

@media only screen and (max-width: 570px){
    .container {width: 95%;}
    .page-hero {justify-content: flex-end;height: 300px;background-position: left bottom;  background-size: 220%; padding-top: 0;}
    .page-hero .ustm-title {font-size: 25px;}
    .bread-crumbs li a {font-size: 14px;}
    .contact-actions .whatsapp-float {right: 0;left: 0;bottom: 0;width: 50%;height: 40px;border-radius: 0;justify-content: center;box-shadow: 0 -2px 8px rgba(0,0,0,0.10);}
    .contact-actions .whatsapp-float span {display: inline; font-weight: 400;}
    .contact-actions .phone-float span {display: inline; font-weight: 400;}
    .contact-actions .whatsapp-ribbon { display: none !important; }
    .contact-actions .phone-float {display: flex; right: 0; bottom: 0; width: 50%; height: 40px; border-radius: 0; justify-content: center; box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.10); position: fixed; background: #2E55AF; color: #fff; fill: #fff; align-items: center;}
    .contact-actions .phone-float svg {width: 27px; height: 27px; margin-right: 10px;}
    .contact-actions .phone-float span {display: inline; font-weight: 400;}
    footer .footer-bottom-image {margin-bottom: 0;}
    footer .brand-logo {margin-bottom: 1.5rem;display: block;}
    footer .footer-social li a {margin-top: 1rem;}  
    .py-set {padding: 3em 0;} 
    .feature-card {margin-bottom: 1.5rem;}
    .main-about .rounded-3 {margin-bottom: 1rem;}
    footer .footer-call {justify-content: center;}
    footer .header-social {margin-bottom: 1.5rem;}
    .page-hero .page-hero-content .hero-title {font-size: 2.2rem; margin-bottom: 1rem;}
    .page-hero .page-hero-content {padding: 2rem .5rem;}
    .page-hero .page-hero-content .hero-subtitle {font-size: 1rem; margin-bottom: 1rem;}
    .page-hero .tertiary-button {font-size: 14px; padding: 10px 20px;}
    .primary-button {font-size: 14px;padding: 7px 21px;}
    .user-text p {font-size: 15px;}
    footer h5 {font-size: 1rem;}
    footer .footer-copyright{height: auto;}
    footer .footer-copyright .left{text-align: center;display: block;font-size: 14px; float: none;}
    footer .footer-copyright .right {display: flex;justify-content: center;width: 100%;gap: 1rem;align-items: center; margin-top: 1rem;}
    footer .footer-copyright .right .web-tasarim {margin: 0 !important;}
    footer .footer-copyright .right a{margin-right: 0px;display: block;float: none;margin: auto; }
    .whatsapp-float {right: 0;left: 0;bottom: 0;width: 100vw;height: 50px;border-radius: 0;justify-content: center;box-shadow: 0 -2px 8px rgba(0,0,0,0.10);}
    .whatsapp-float span {display: inline; font-weight: 400;}
    .whatsapp-ribbon { display: none !important; }
    .product-detail-price {gap: 0.5rem;}
    .product-detail-price .price-old {font-size: 1.2rem;}
    .product-detail-price .price-current {font-size: 1.5rem;}
    .color-options {gap: 0.5rem;}
    .color-option {padding: 0.5rem 0.75rem;}
    .product-detail-badges {gap: 0.5rem;}
    .badge-item {font-size: 0.8rem; padding: 0.4rem 0.75rem;}
    .zed-underline .underline-text span.d-none {display: none !important;}


    .treatment-card__title {font-size:22px;}
    .treatment-card__subtitle {font-size:15px;}
    header .header-link {display: none;}
    header nav .brand-logo {margin-left: 0;}
    .page-title .title-text {width: calc(100% - 70px); margin-left: 0; text-align: left;}
    .references-card {padding: 2.5rem .5rem;}
    .video-box .video-header {flex-direction: column;    align-items: center;}
    .video-box .video-header .right { width: 100%;} 
    .video-box .video-header h3 {width: 100%;}
    .video-box .video-header h3 span {display: inline;}
    #faqAccordion .accordion-button,
    #faqAccordion .accordion-body {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .swiper-button-next:after, .swiper-button-prev:after {font-size: 21px;}
    .swiper-button-prev, .swiper-rtl .swiper-button-next {left: var(--swiper-navigation-sides-offset, 0px);}
    .swiper-button-next, .swiper-rtl .swiper-button-prev {right: var(--swiper-navigation-sides-offset, 0px);}
    .hero-content .text-box {padding: 0;}
    .page-title .title {font-size: 22px;}
    .page-title .sup-title {font-size: 15px; margin-bottom: .5rem;}
    .cta-section .cta-title {font-size: 22px;}
    .cta-section .cta-text {width: 100%;}
    .products-grid {grid-template-columns: 1fr; gap: 1.5rem;}
    .product-info {padding: 1rem;}
    .product-title {font-size: 1rem;}
    .testimonials-swiper .swiper-slide {width: 100% !important;}
    .testimonials-prev, .testimonials-next {width: 35px; height: 35px;}
    .testimonials-prev:after, .testimonials-next:after {font-size: 16px;}
    .features-grid {grid-template-columns: 1fr; gap: 1.5rem;}
    .newsletter-form {flex-direction: column;}
    .newsletter-btn {width: 100%;}
    .newsletter-content h2 {font-size: 1.8rem;}
    .section-title {font-size: 1.8rem;}

}

@media only screen and (max-width: 350px){
    header .header-top .brand-logo {width: 210px;}
    header .header-top .brand-logo img {max-width: 100%;}
}

/* Animations */
.rotate-center {
	-webkit-animation: rotate-center 3s linear infinite both;
    animation: rotate-center 3s linear infinite both;
}

@-webkit-keyframes rotate-center {
    0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    }
    100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    }
    }
    @keyframes rotate-center {
    0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    }
    100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    }
}

/* RESPONSIVE END */

/* PRODUCT DETAIL PAGE */


