<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --header-bg: #272727;
  --primary-shadow: 0 2px 3px rgba(0, 0, 0, 0.24);
  --secondary-color: #f0f0f0;
  --primary-color: #000;
  --primary-border-color: rgba(0, 0, 0, 0.15);
  --white: #fff;
  --green: #439e4a;
  --red: #d31216;
  --card-title: #7b7b7b;
  --card-price: #484848;
  --card-button: rgb(72, 72, 72);
  --discount: #3fcb30;
}

body {
  font-family: sans-serif;
  background: #eee;
  box-sizing: border-box;
}
header{
  position: sticky;
  top: 0;
  z-index: 1454;
}

a {
  color: var(--primary-color);
  cursor: pointer;
}

p{
  font-size: 14px
}


#sidebar {
  position: fixed;
  top: 50px;
  background: var(--white);
  border-right: 1px solid rgba(0, 0, 0, 0.24);
  left: 0;
  transform: translateX(-300px);
  width: 300px;
  height: -webkit-fill-available;
  z-index: 1455;
  transition: all 0.3s ease-in-out;
  overflow-y: auto;
}
#sidebar p {
  color: #4e4e4e;
}

.sidebar-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px;
}
.sidebar-list li {
  position: relative;
  display: flex;
  gap: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}
.sidebar-list li a {
  display: flex;
  gap: 10px;
  font-size: 14px;
  text-align: center;
  justify-content: center;
}

.sidebar-list em {
  position: fixed;
  right: 17px !important;
  font-size: 12px;
  color: #838383;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 135px;
  text-align: right;
  line-height: 16px;
}

#secondary-list p:hover,
#secondary-list li:hover,
#secondary-list li a:hover,
#secondary-list li a:hover * {
  color: #06c !important;
}

.sidebar-list li::after {
  position: absolute;
  content: "";
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
  width: calc(100% - 24px);
  bottom: 0;
  right: 0;
}

.sidebar-list i {
  font-size: 20px;
  margin-top: -3px;
}

.login-btn {
  color: white;
  background: #111;
  border: 1px solid #111;
  padding-block: 10px;
  border-radius: 5px;
  text-align: center;
}

.login-btn:hover {
  color: white !important;
}

.line-text {
  background-color: var(--secondary-color);
  min-height: 40px;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding-inline: 10px;
  border-top: 1px solid var(--primary-border-color);
  border-bottom: 1px solid var(--primary-border-color);
  text-transform: uppercase;
  font-weight: 600;
}

#sidebar.active {
  transform: translateX(0);
}

/* header */
.header {
  background: var(--header-bg);
  height: 50px;
  position: sticky;
  top: 0;
  z-index: 1453;
}

.logo {
  width: 100px;
  height: auto;
  object-fit: contain;
}

/* nav */

.nav {
  background: var(--white);
  box-shadow: var(--primary-shadow);
  display: block;
  height: 33px;
}
.nav .links a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
}

.nav .link-active {
  border-bottom: 2px solid var(--primary-color);
  font-weight: bold !important;
}

.nav .links a:not(.link-active):hover {
  margin-top:1px;
  padding-top:1px;
  border-bottom: 2px solid var(--card-title) !important;
  height: 32px !important;
  color: var(--card-button) !important;
}

.nav-search-container input{
  outline: none;
  border: none;
  height: 35px;
  width: 100%;
  font-size:14px;
}

#search_wrap {
  position: fixed;
  top: 51px;
  width: 100%;
  left: 0;
  line-height: 42px;
  background: #fff;
  overflow: auto;
  z-index: 1456
}

#search_wrap {
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#search_wrap::-webkit-scrollbar {
  display: none;
}

#search_wrap.itemsExists li.toggleCategoryPanel {
    border-top: 7px solid #e4e4e4
}

#search_wrap li {
    border-top: 1px solid #ccc;
    padding-left: 10px;
    box-sizing: border-box;
    position: relative;
    width: 100%
}

#search_wrap li:first-child {
    border-top: none
}

#search_wrap li.searchByMicroSite a {
    color: #a4a4a4
}

#search_wrap li.searchByMicroSite .iconNew {
    top: 5px;
    position: relative;
    margin-right: 8px;
    left: 3px
}

#search_wrap li.searchByMicroSite .iconNew.smallModa {
    margin-right: 11px;
    margin-top: 8px
}

#search_wrap li.toggleCategoryPanel a {
    position: relative;
    padding-left: 35px;
    line-height: inherit
}

#search_wrap li.toggleCategoryPanel a:before {
    margin-right: 10px;
    margin-left: 7px;
    font-size: 30px;
    vertical-align: top;
    position: absolute;
    width: 25px;
    left: 0
}

#search_wrap li.searchByMicroSite,#search_wrap li.toggleCategoryPanel {
    line-height: 36px;
    margin-left: 0;
    font-weight: 100;
    color: #a4a4a4
}

#search_wrap li a {
    display: block;
    color: #000;
    font-size: 14px;
}

#search_wrap li a span {
    margin: 0;
    font-size: 15px;
    position: absolute;
    right: 8px;
    top: 2px;
    color: #ccc
}

#search_wrap li a:visited {
    color: #000!important
}

#search_wrap label {
  color: grey;
  font-size: 12px;
  margin-left: 15px;
  cursor: pointer;
  position: absolute;
  right: 26px;  
}

/* top links */
.top-links {
  display: flex;
  gap: 5px;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #00000018;
  margin-bottom: 0.5rem;
}
.top-links a {
  font-size: 13px;
  font-weight: 400;
}
.top-links .link-active {
  color: #157dfb;
}
.top-links span {
  font-size: 13px;
  font-weight: 400;
  color: #00000040;
}

/* search input */

.input-container {
  background: var(--white);
  border: 2px solid var(--primary-color);
}
.input-container input {
  outline: none;
  border: none;
  width: 100%;
  min-height: 30px;
}
.input-container input::placeholder {
  font-size: 12px;
}
.input-container i {
  font-size: 15px !important;
}

/* shop carousel */

.shop-carousel-container {
  background: var(--white);
  box-shadow: var(--primary-shadow);
  padding: 0;
}
.shop-swiper {
  width: 100%;
  height: auto;
}
#product-detail-main-swiper {
  width: 100%;
  height: auto;
}

.shop-carousel-container .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.shop-carousel-container img {
  width: 100%;
  height: auto;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .shop-swiper {
    height: auto;
  }
  .shop-carousel-container img {
    min-width: 100%;
  }
}
.container-fluid {
  margin-bottom: 15px;
}
/* product card */

.product-container {
  box-shadow: var(--primary-shadow);
  background-color: var(--white);
  padding:10px;
  margin-bottom: 15px;
}
.product-container .title {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-color);
}
.product-card {
  display: inline-block;
  width: 178px;
  font-size: 12px;
  margin: 0 4px 10px 0;
  height: 281px;
  border-top: 1px solid #e0e0e0;
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  cursor: pointer;
  text-decoration: none;
  vertical-align: top;
  position: relative;
}
@media screen and (max-width: 830px) {
  .product-card {
    width: 48%;
    height: 270px;
  }
}
.product-card:hover {
  border: 1px solid transparent;
  border-radius: 12px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0.08) 0 8px 32px;
}

.no-stock {
  opacity: 0.7;
  
}
.tukenmek-uzere {
  position: relative;
}
.no-stock::after {
  position: absolute;
  content: "STOKTA YOK";
  color: var(--red);
  font-weight: bold;
  font-size: 11px;
  background-color: #ebebeb;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  padding-block: 4px;
  text-align: center;
}
.tukenmek-uzere::after {
  position: absolute;
  content: "TÃœKENMEK ÃœZERE";
  color: #ffffff;
  font-weight: bold;
  font-size: 11px;
  background-color: #4ba9b9;
  top: 50%;
  left: 0;
  width: 100%;
  padding-block: 4px;
  text-align: center;
}
.product-card img {
  width: 130px;
  height: 150px;
  max-width: 150px;
  max-height: 150px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 830px) {
  .product-card img {
    width: 120px;
    height: 140px;
  }
}
 .product-title {
  font-size: 14px;
  color: var(--card-title);
  margin-block: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform:Â&nbsp;uppercase;
  min-height: 15px;
}
 .price {
  font-size: 14px;
  color: #484848;
  font-weight: 600;
  margin-bottom: 5px;
}
 .old-price {
  position: relative;
  color: grey;
  margin-bottom: -2px;
  font-size: 11px;
}
.old-price::after {
  position: absolute;
  content: "";
  height: 1px;
  background-color: grey;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 50px;
}
.product-card .discount {
  background-color: var(--discount);
  color: var(--white);
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 0% 50%);
  padding: 5px 10px;
}

.product-card .description {
  font-weight: 600;
  color: var(--green);
  width: 130px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  font-size: 12px;
}
@media screen and (max-width: 830px) {
  .product-card .description {
    width: 130px;
  }
}
.product-card .product-button {
  color: rgb(72, 72, 72);
  border: 2px solid rgb(204, 204, 204);
  padding: 7px 15px;
  background: transparent;
  border-radius: 7px;
  width: 87%;
  font-weight: 600;
  margin-top: 12px;
  transition: all 0.1s ease-in;
  position: absolute;
  bottom: 8px;
}

.product-button.added {
  background-color: rgb(90, 211, 99);
    color: var(--white);
}

.product-card .product-button:hover{
  border: 0px;
  padding: 10px 15px;
  background-color: rgb(255, 96, 0);
    color: var(--white);
}

@media (hover: none) and (pointer: coarse) {
  .product-button:hover {
    background: transparent; /* Orijinal arka plan rengi */
  }
}

/* bottom search result */

.search-result-top .result,
.search-result-bottom .result {
  font-size: 13px;
  color: var(--card-title);
  margin-bottom: 10px;
}

.search-result-bottom button {
  color: #06c;
  font-size: 14px;
}

.other-category {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 2rem;
}

.other-category a {
  border: 1px solid #ededed;
  border-radius: 38px;
  color: #333;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  height: 32px;
  line-height: 47px;
  padding: 10px;
  margin: 0 10px 10px 0;
  box-sizing: border-box;
  box-shadow: 0 1px 3px #00000008;
  transition: color 0.3s, border-color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
}

/* footer */

#footer-info {
  background: #f7f7f7;
  padding: 20px 10px;
  border: 1px solid #e0e0e0;
}

#footer-info .title,
#footer-info b {
  font-size: 14px;
  font-weight: bold;
  color: #505050;
}



#footer-info .desc {
  font-size: 13px;
  margin-bottom: 10px;
  margin-top: 4px;
}

#footer-info p {
  font-size:12px;
  line-height:20px;
}

#footer-info h1, h2, h3, h4 {
  font-weight: 600;
}

#footer-info h5 { 
  font-size: 13px;
  font-weight: 600;
  height: 20px;
}

#security-info {
  background: #f7f7f7;
  padding-block: 25px;
}

#security-info .box {
  border: 1px solid #dedede;
  padding: 10px;
}

#security-info p {
  font-size: 11px;
  color: #6e6e6e;
  line-height: 17px;
}

#security-info i {
  font-size: 24px;
}

#policy {
  font-size: 13px;
  width: 270px;
  margin-inline: auto;
}

#policy #vercical-line {
  color: var(--card-title);
}

#bottom-shop .add-to-card-btn {
  color: #606060 !important;
  background: #f0f0f0;
  border: 1px solid #cdcdcd;
  height: 45px;
}

#bottom-shop .order-btn {
  color: var(--white);
  background: var(--discount);
  border: 1px solid #cdcdcd;
  height: 45px;
}

#cover-image img{
  max-height: 400px;
}
#cover-image .bottom-text{
  position: absolute;
  bottom: 0;
  left: 0px;
  color:var(--white);
  padding: 15px 20px;
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.99) 99%,#000 100%);
  width: 100%;
}

#cover-image .bottom-text .bottom-text-title{
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}

#cover-image .bottom-text .bottom-text-desc{
  font-size: 14px;
}


.video-card {
  display: inline-block;
  width: 180px;
  font-size: 12px;
  margin: 0 10px 10px 0;
  height: 200px;
  border-top: 1px solid #e0e0e0;
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  cursor: pointer;
  text-decoration: none;
  vertical-align: top;
  position: relative;
}
@media screen and (max-width:480px) {
  .video-card {
    width: 46%;
    height: 180px;
  }
  .video-card img{
    width: 130px;
  }
}
.video-card #play-icon{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 40px;
  background: transparent;
  color: rgb(214, 210, 210);
  background: rgba(0, 0, 0, 0.322);
}

.video-card #eyelash-container{
  position: absolute;
  bottom: 5px;
  left: 0px;
  display: flex;
  align-items: center;
  gap: 2px;
}
.video-card #eyelash-container i {
 font-size: 16px;
 
}


#discount-page-container .product-card{
  vertical-align: bottom;
}
.discount-page-carousel{
  max-width: 692px;
  display: inline-block;
  height: auto;
}
.discount-page-carousel img{
 min-height: 250px;
}
.discount-page-carousel .bottom-button-container button{
  min-width: 130px;
  min-height: 35px;
  border-radius: 4px !important;
}

#discount-carousel-prev,#discount-carousel-next{
  background: white;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
#discount-carousel-prev::after,#discount-carousel-next::after{
  font-size: 17px;
  color: grey;
  font-weight: bold;

}
/* available class */
.card {
  margin-top: 10px;
  box-shadow: var(--primary-shadow);
  background-color: var(--white);
}

.red-icon {
  color: red;
  font-size: 20px;
}
.white-icon {
  color: white;
  font-size: 20px;
}

.slide-image {
  max-width: 320px;
  max-height: 320px;
}

.content-subtitle {
  font-size: 14px;
  color: #000;
  background: #f0f0f0;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 10px 10px 5px;
  margin-bottom: 10px;
}

.text-red{
  color: var(--red);
}

.black-layer{
  position: fixed;
  top: 50px;
  width: 100%;
  height: 100%;
  z-index: 1455;
  background: #00000096;
}

.show-all-button{
  border: 1px solid black;
  text-align: center;
  padding: 7px 10px;
  font-size: 12px;
}

.green-button{
  background: var(--discount) !important;
  color: var(--white) !important;
  min-height: 40px;
  border-radius: 
  4px;
}

.title-box {
  font-size: 14px;
  color: #000;
  background: #f0f0f0;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 10px 10px 5px;
  margin-block: 10px;
}

.policy-title{
  background:linear-gradient(to bottom, #fafafa 0, #f0f0f0 100%);
  padding: 15px;
  width: max-content;
}

.col-md-12{
  padding: 0;
}

.col-12{
  padding: 0;
}

.text-gray{
  color: var(--card-title);
}

.text-green{
  color: var(--discount);
}

.fs-12{
  font-size: 12px;
}
.fs-13{
  font-size: 13px;
}
.fs-14{
  font-size: 14px;
}
.right-menu.d-flex.gap-2 span {
  position: absolute;
  right: 5px;
  top: 9px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-color: #ea222f;
  color: #fff;
  font-size: 11px;
  border-radius: 50%;
  text-align: center;
}
.bi.bi-cart.white-icon {
  margin-right:5px;
}

.xhr-overlay {
  background: #ffffff url('../../images/loading.gif') no-repeat center center !important;
  background-size: 24px 24px !important;
}

.alertOverlay, .lightbox-overlay, .popupOverlay, .xhr-overlay {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1457;
  top: 0;
  background: #ffffff;
  left: 0;
  opacity: 0.7;
  cursor: pointer;
}

.spinner {
  display: block;
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.spinner::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: 8px;
  border-radius: 50%;
  border: 4px solid #313131;
  border-color: #313131 transparent #313131 transparent;
  animation: spinner 1.2s linear infinite;
}

@keyframes spinner {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}</pre></body></html>