/** Shopify CDN: Minification failed

Line 3118:37 Expected "{" but found "and("
Line 3248:37 Expected "{" but found "and("
Line 3927:0 Unexpected "}"

**/
/** CUSTOM CSS 1 **/
/** cilekodasi **/

.price_table p {
  margin: 0;
  line-height: 1;
  font-size: calc(var(--typeBaseSize) + 8px);
}

.price_table .product__price--compare p {
  font-size: calc(var(--typeBaseSize) + 2px);
}

.price_table .sale-price p {
  font-size: calc(var(--typeBaseSize) + 8px);
}

.product-dimensions {
  display: block;
  top: 0;
  position: absolute;
  right: 0;
}

.product_elements {
  width: 100%;
  height: 100px;
  margin: auto;
}

.one {
  width: 50%;
  height: 100px;
  float: left;
}

.two {
  margin-left: 50%;
  height: 200px;
}

.centered {
  background-color: white;
  position: absolute;
  border-radius: 15%;
  bottom: -1%;
  right: 0;
  z-index: 10;
  transform: translate(-50%, -50%);
  padding: 5px;
}

@media only screen and (max-width:589px) {
  .centered {
    background-color: white;
    position: absolute;
    border-radius: 15%;
    bottom: -1%;
    right: 10%;
    z-index: 10;
    transform: translate(-50%, -50%);
    padding: 5px;
  }
}

img.dimension {
  opacity: 1;
  display: block;
  width: 30px;
}

/** Whatsapp Social Icon **/
@media screen and (min-width: 600px) {
  .whatsapp {
    display: none
  }
}

/** Footer Custom Customer Care **/
.custom-row {
  display: flex;
}

.custom-column {
  flex: 50%;
  margin: auto;
  /** border:1px solid #000; **/
}

.custom-column.right {
  padding-left: 80px;
}


@media screen and (max-width: 460px) {
  .custom-column {
    float: none;
    margin-right: 0;
    width: auto;
    border: 0;
  }

  .custom-column p {
    font-size: 14px;
  }

  .custom-column .h3 {
    font-size: 17px;
  }

  .custom-column img {
    width: 80%;
  }

  .custom-column.right {
    padding-left: 0;
  }


}

.descmore {
  color: #000;
  /** max-height: 220px; **/
  position: relative;
  overflow: hidden;
}

.descmore .read-more {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 190px;
  /** padding-top: 140px; **/
  width: 100%;
  text-align: left;
  margin: 0;
  /** background-image: linear-gradient(to bottom, #ffffff59, #fdfdfd); **/
}

._compareprice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  justify-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

._compareprice ._lastsaveprice {
  color: #555;
  font-size: 1.1rem;
  margin-left: 0;
  margin-top: 0.3rem;
  line-height: 29px
}

._compareprice ._lastprice {
  color: #e91721;
  font-weight: 500
}

._pricestable {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.5rem 0 0
}

._pricestable ._textcash {
  min-width: 20px
}

._pricestable ._installement,
._pricestable ._textcash,
._pricestable ._alternative {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

._pricestable ._installement span {
  font-size: 0.8rem;
  font-weight: 300;
  color: #555
}

._pricestable ._installement span strong {
  font-size: 1.1rem;
  color: #222;
  line-height: 29px;
}

._pricestable ._installement .info {
  font-size: 0.8rem;
}

._pricestable ._alternative {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 2rem;
  font-size: 0.9rem;
  font-weight: 300
}

._pricestable ._alternative:after,
._pricestable ._alternative:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 50%;
  width: 1px;
  background-color: #ddd
}

._pricestable ._alternative:before {
  top: 0.4rem
}

._pricestable ._alternative:after {
  bottom: 0.5rem
}

._pricestable p {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 300;
  margin-bottom: 5px;
}

._cashprices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 0;
  line-height: 29px
}

._cashprices ._firstpricecash {
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  font-size: 1.5rem;
}

._cashprices img {
  margin-right: 0.6rem
}

._cashprices ._firstprice {
  font-weight: 600
}

._cashprices ._cash ._first {
  white-space: nowrap
}

._cashprices ._cash ._compareat {
  display: block;
  position: relative;
  bottom: 0.0rem;
  margin-top: 0.3rem;
  margin-left: 0;
  text-decoration: line-through;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 20px;
  color: red;
}

.sales-point .icon-and-text .info {
  font-size: 0.9rem;
}

/** Product Icons **/
.icon__items .product__qty {
  display: inline-block;
}

.icon__items .free__items {
  float: right;
  margin-right: 10px;
}

.free__items .item {
  max-width: 35px;
  text-align: center;
  display: block;
  float: left;
  margin-left: 20px;
}

.free__items .title {
  font-size: 11px;
}

/**
 * Tooltip Styles
 */

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  right: 0;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Cart Buttons Custom */
.btn.cart-custom {
  background-color: #ff0000
  ;
  background-color: var(--colorAddToCart);
  color: #ffffff
  ;
  color: var(--colorAddToCartText);
  border: #ff0000
  ;
  border: 1px solid var(--colorAddToCartBorder)
}

a.cart-custom:link {
  color: white;
}

[data-animate_buttons=true] .cart-custom:not(.btn--no-animate):not(.btn--tertiary):not(.btn--static) {
  background: #ff0000
  url('//cilek.com/cdn/shop/t/98/assets/button-arrow.png') no-repeat 150% 35%;
  background: var(--colorAddToCart) url('//cilek.com/cdn/shop/t/98/assets/button-arrow.png') no-repeat 150% 35%;
  background-size: 29px
}

.shopify-payment-button .shopify-payment-button__button--unbranded {
  background-color: var(--colorBuyNow);
  color: var(--colorBuyNowText);
  border: 1px solid var(--colorBuyNowBorder);
}

/* Tooltip */
.qs {
  background-color: #e8e8e8;
  border-radius: 16px;
  color: #e3fbff;
  cursor: default;
  display: inline-block;
  font-size: 4em;
  font-weight: bold;
  height: 15px;
  line-height: 15px;
  position: relative;
  text-align: center;
  width: 15px;
}

span.qs {
  font-size: 1.5rem;
}

/* Find a Retailer */
.find-a-retailer {
  padding-top: 30px;
}
/* Assembly Guide */
.assembly-guide {
  margin-bottom: 20px;
}

.assembly-guide a:link {
  border-bottom: none;
}

/* Installment Table */

.installment-table {
  width: 70%;
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .installment-table {
    width: 30%;
    margin: 0;
  }
}

.renkclass {
  display: none;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 20px;
  background: #fdfdfd;
}

.installment-table {
  display: none;
}

.cart_alert {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}






  /* Default: Sadece sepete ekleme butonunu gizle */
  body:not(.show-prices) .grid-product__add-to-cart-btn {
    display: none !important;
  }

  /* Fiyat elementlerini gizle - show-prices class'i eklenince gorunur */
  body:not(.show-prices) ._pricestable,
  body:not(.show-prices) .product__price,
  body:not(.show-prices) .grid-product__price,
  body:not(.show-prices) .installement__price,
  body:not(.show-prices) .product-single__form,
  body:not(.show-prices) .cart-link,
  body:not(.show-prices) .grid-product__tag,
  body:not(.show-prices) .product__discount-percentage,
  body:not(.show-prices) .discount-badge-wrapper,
  body:not(.show-prices) .collection-discount-badge-wrapper {
    display: none;
  }

  body:not(.show-prices) .prime-d-block {
    display: none;
  }

  body:not(.show-prices) .cbb-frequently-bought-container,
  body:not(.show-prices) .mobilephone,
  body:not(.show-prices) .cbb-also-bought-product-price-container,
  body:not(.show-prices) .cbb-also-bought-add-to-cart-button,
  body:not(.show-prices) .rbr-container-element-true,
  body:not(.show-prices) #rbr-container-element-false,
  body:not(.show-prices) .rbr-sbap_body,
  body:not(.show-prices) .bundle-contents-wrapper,
  body:not(.show-prices) .price-overlay,
  body:not(.show-prices) .hide-international,
  body:not(.show-prices) .hotspot__card-price,
  body:not(.show-prices) .hotspot__card-form,
  body:not(.show-prices) .shs-pin__card-price,
  body:not(.show-prices) .shs-pin__card-form {
    display: none;
  }



/** CUSTOM CSS 2 **/
/** cilekodasi **/
.article {
  min-height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
}

.spadding {
  border: 1px solid #000;
  padding: 15px;
}

.smargin {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #1C1D1D;
}

@media screen and (min-width: 667px) {
  .smargin {
    margin-top: 15px;
    margin-bottom: 15px;
    min-height: 340px;
    border-bottom: 1px solid #1C1D1D;
  }
}


/* HEADER CENTER LOGO */

.header-layout {
  align-items: center;
}


.logo--has-inverted {
  padding-top: 75.90625%;
}

.logo--inverted {
  padding-top: 100% !important;
}

.site-header {
  padding: 0;
}

/* HOME PAGE 4 COLUMN TEXT WITH ICON */
#shopify-section-1610367817ad20dc92 a:after {
  border-bottom: none !important;
}

/* HOME PAGE ICONS */
._swiper__icon {
  width: 45px !important;
  height: 45px !important;
}

#shopify-section-1610367817ad20dc92 {
  margin-top: 50px !important;
}

._swiper__content a {
  border-bottom: none !important;
}

._swiper__content a:hover {
  border-bottom: none !important;
}

.homepage.home {
  padding: 0 5px;
  margin-top: 0;
  overflow-y: hidden;
}

@media(min-width: 992px) {
  .homepage.home {
    padding: 0 30px;
    justify-content: space-between;
  }
}

@media(max-width: 600px) {
  ._swiper__mobile-title {
    font-weight: bold;
    color: black;
  }
}

.homepage.home > div {
  flex: 0 0 auto;
}

@media(min-width: 992px) {
  .homepage.home {
    margin-top: 0;
  }
}

._swiper {
  display: flex;
  padding: 35px 15px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

._swiper > div {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

@media(min-width: 992px) {
  ._swiper > div {
    flex: 1 1 auto;
  }
}

@media(min-width: 544px) {
  ._swiper > div:last-child ._swiper__content {
    padding-right: 0;
  }
}

._swiper__icon {
  width: auto;
  height: 30px;
}

@media(min-width: 992px) {
  ._swiper__icon {
    height: 45px;
  }
}

._swiper__content {
  padding: 0 30px 0 10px;
  width: auto;
}

@media(min-width: 768px) {
  ._swiper__content {
    padding: 0 40px 0 10px;
  }
}

@media(min-width: 992px) {
  ._swiper__content {
    padding: 0 30px 0 10px;
  }
}

._swiper__content > h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0;
}

@media(max-width: 1199px) {
  ._swiper__content > h4 {
    line-height: 1.4;
    padding-top: 2px;
    color: #666;
    font-size: 0.9rem;
    font-weight: 400;
  }
}

._swiper__content > p {
  display: block;
  color: #666;
  margin-bottom: 0;
  line-height: 1;
  margin-top: 0.2rem;
}

@media(max-width: 1199px) {

  ._swiper__content > p,
  ._swiper__title {
    display: none;
  }
}

@media(min-width: 1200px) {
  ._swiper__mobile-title {
    display: none;
  }
}

/* PRODUCT ICONS */
._product__icon {
  width: 60px !important;
  height: 50px !important;
}

._product__content a {
  border-bottom: none !important;
}

._product__content a:hover {
  border-bottom: none !important;
}

.products.product {
  padding: 0 5px;
  margin-top: 0;
  overflow-y: hidden;
}

@media(min-width: 992px) {
  .products.product {
    padding: 0 30px;
    justify-content: space-between;
  }
}

@media(max-width: 600px) {
  ._product__mobile-title {
    color: black;
  }
}

.products.product > div {
  flex: 0 0 auto;
}

@media(min-width: 992px) {
  ._products._product {
    margin-top: 0;
  }
}

._product {
  display: flex;
  padding: 0 0 25px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

._product > div {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  width: 50%;
}

@media(min-width: 992px) {
  ._product > div {
    flex: 1 1 auto;
  }
}

@media(min-width: 544px) {
  ._product > div:last-child ._product__content {
    padding-right: 0;
  }
}

._product__icon {
  width: auto;
  height: 30px;
}

@media(min-width: 992px) {
  ._product__icon {
    height: 45px;
  }
}

._product__content {
  padding: 0 0 0 10px;
  width: auto;
}

@media(min-width: 768px) {
  ._product__content {
    padding: 0 40px 0 10px;
  }
}

@media(min-width: 992px) {
  ._product__content {
    padding: 0 30px 0 10px;
  }
}

._product__content > h4 {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
}

@media(max-width: 1199px) {
  ._product__content > h4 {
    line-height: 1.4;
    padding-top: 2px;
    color: #666;
    font-size: 0.9rem;
    font-weight: 400;
  }
}

._product__content > p {
  display: block;
  color: #666;
  margin-bottom: 0;
  line-height: 1;
  margin-top: 0.2rem;
}

@media(max-width: 1199px) {

  ._product__content > p,
  ._product__title {
    display: none;
  }
}

@media(min-width: 1200px) {
  ._product__mobile-title {
    display: none;
  }
}

.product__sku {
  font-size: calc(var(--typeBaseSize) * 0.9);
  margin: 0 0 2px 0;
}

.product__discount-percentage {
  margin: 2px 0 0 0 !important;
  padding: 0 !important;
  color: #000;
}

.product-block--header {
  margin-bottom: 5px;
}

/*Desktop Menu Font Size*/

a.site-nav__dropdown-link {
  font-size: var(--typeBaseSize) * 0.8;
}

/*Dropdown Header - Koleksiyonlar*/

.site-nav__dropdown-header {
  padding: 10px 20px 0;
  font-weight: 700;
  font-size: 15px;
  color: #000;
  list-style: none;
  -webkit-column-span: all;
  column-span: all;
}

.site-nav__dropdown-header hr {
  margin: 8px 0 0;
  border: none;
  border-top: 1px solid #e0e0e0;
}

.mobile-nav__dropdown-header {
  padding: 10px 20px 0;
  font-weight: 700;
  font-size: 15px;
  color: #000;
  list-style: none;
}

.mobile-nav__dropdown-header hr {
  margin: 8px 0 0;
  border: none;
  border-top: 1px solid #e0e0e0;
}


/*Mobile Menu Font Size*/

a.mobile-nav__link {
  font-size: var(--typeBaseSize)0.9;
}

/* LANGUAGE SWITCHER */
.mobile-icon-language path {
  stroke: black !important;
}

#flag-icons-gb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: 7px;
}

.icon-language path {
  fill: none !important;
  stroke: white !important;
  stroke-width: 1 !important;
}

.icon-language {
  vertical-align: middle !important;

}

#FooterLocale > button > svg {
  width: 22px;
  height: 22px;
}

.site-nav__icons {
  display: flex;
  align-items: center;
}

.disclosure-list__item a {
  font-size: 14px;
}

.disclosure-list {
  left: 50%;
  transform: translate(-50%);
}

#SiteHeader > div.page-width > div > div.header-item.header-item--icons > div > div > a:nth-child(4) > svg {
  width: 22px !important;
  height: 22px !important;
}

.disclosure-list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#flag-icons-ru {
  width: 20px !important;
  height: 20px !important;
  border-radius: 50%;
  margin-left: 7px;
}
#flag-icons-ar {
  width: 20px !important;
  height: 20px !important;
  border-radius: 50%;
  margin-left: 7px;
}
#flag-icons-es {
  width: 20px !important;
  height: 20px !important;
  border-radius: 50%;
  margin-left: 7px;
}

#flag-icons-de {
  width: 20px !important;
  height: 20px !important;
  border-radius: 50%;
  margin-left: 7px;
}

#flag-icons-gb-eng {
  width: 20px !important;
  height: 20px !important;
  border-radius: 50%;
  margin-left: 7px;
}

.disclosure-list {
  z-index: 100 !important;
}

.faux-select {
  width: 40px;
  height: 40px;
}

.desktop-footer-locale {
  margin-bottom: 20px;
  text-align: center;
}

/*** NEWSLETTERS ***/
.newsletter-checkbox {
  text-transform:none;
  letter-spacing: 0em;
  font-weight:400;
  font-size:calc(var(--typeBaseSize)*0.9);
}

.footer__checkbox {
  padding: 10px 0 0 0;
}

/*** HOMEPAGE INSTAGRAM ANIMATED SPEED ***/

[data-section-id="0c118e63-92e7-418a-a00b-905570af801e"] .ooo-instagram-feed__list {
  animation: ooo-instagram-sliding-carousel 70s linear infinite !important;
}


/*** CART COUNT ****/

.cart-link__bubble--visible {
  width: 18px;
  height: 18px;
  right: -11px;
  top: -2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart-link__bubble1 {
  font-size: 10px;
  font-weight: bold;
}

.grid-cart-json {
  max-height: 360px;
}

/** ONLINE CATALOG - Bug Fix **/

.grid--flush-bottom {
  display: flex;
  flex-flow: wrap;
}


/** NEAREST STORE WHATSAPP **/

@media screen and (min-width: 900px) {

  .wp-icon_store {
    width: 20px;
    height: auto;
  }

  .smargin {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 375px;
  }

  .location-adress {
    margin-top: auto;
    margin-bottom: auto;
  }

  .wp-link_store1 {
    display: flex;
    align-items: center;
  }

  .wp_link {
    margin-left: 8px;
  }

}
.wp-icon_store {
  width: 20px;
}

.wp-link_store1 {
  display: flex;
  align-items: center;
}

.wp_link {
  margin-left: 8px;
}

.img-location-store {
  display: block;
  margin: 0 auto;
}

.img-location-store {
  width: 600px;
}

/** ONY UNIT- META **/

.only_desk_content p {
  margin-bottom: 0 !important;
  font-size: 13px;
}

.only_desk_content {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  z-index: 999;
  background-color: #e20813;
  color: white;
  padding: 3px 6px;
  max-width: 200px;
  justify-content: center;
  border-radius: 4px;
}

.only_desk_content svg {
  width: 25px;
  height: auto;
  margin-right: 6px;
}

.only_desk_content svg path {
  fill: white;
}

@media(max-width: 700px) {

  .only_desk_content p {
    font-size: 12px;
  }
}

#shopify-section-template--16698254983389__1650285755824325c5 svg {
  width: 30px;
  height: 30px;
  margin-left: 7px;
  border-radius: 4px;
}

#shopify-section-template--16698254983389__16505184086e980e66 svg {
  width: 30px;
  height: 30px;
  margin-left: 7px;
  border-radius: 4px;
}

#shopify-section-template--16698254983389__165051811713350458 svg {
  width: 30px;
  height: 30px;
  margin-left: 7px;
  border-radius: 4px;
}

#shopify-section-template--16698254983389__16505195926b333db8 svg {
  width: 30px;
  height: 30px;
  margin-left: 7px;
  border-radius: 4px;
}

#shopify-section-template--16698254983389__165051996456b541ce svg {
  width: 30px;
  height: 30px;
  margin-left: 7px;
  border-radius: 4px;
}


@-webkit-keyframes expand {
  1% {
    -webkit-box-shadow: 0 0 0 0 rgba(237, 28, 36, 0.8);
    box-shadow: 0 0 0 0 rgba(237, 28, 36, 0.8);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(68, 173, 166, 0);
    box-shadow: 0 0 0 10px rgba(68, 173, 166, 0);
  }
}
@keyframes expand {
  1% {
    -webkit-box-shadow: 0 0 0 0 rgba(237, 28, 36, 0.8);
    box-shadow: 0 0 0 0 rgba(237, 28, 36, 0.8);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(68, 173, 166, 0);
    box-shadow: 0 0 0 10px rgba(68, 173, 166, 0);
  }
}

.katmanlar {
  width: 100%;
  height: 700px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
}

.katmanlar.gl-2 {
  margin: -8em 0;
}

.katmanlar.gl-3 {
  margin: -4em 0;
}

.katmanlar.gl-4 {
  margin: -1em 0;
}

.katmanlar.gl-5 {
  margin: -11em 0 0;
}

@media screen and (max-width: 992px) {
  .katmanlar.gl-5 .left-side {
    margin: -5em 0 0;
  }
}

.katmanlar.gl-6 {
  margin: -10em 0 0;
}

@media screen and (max-width: 992px) {
  .katmanlar.gl-6 .left-side {
    margin: -4em 0 0;
  }
}

.katmanlar.gl-7 {
  margin: -9em 0 0;
}

@media screen and (max-width: 992px) {
  .katmanlar.gl-7 .left-side {
    margin: -3em 0 0;
  }
}

.katmanlar.gl-8 {
  margin: -7em 0 0;
}

@media screen and (max-width: 992px) {
  .katmanlar.gl-8 .left-side {
    margin: -2.5em 0 0;
  }
}

.katmanlar.gl-9 {
  margin: -5em 0 0;
}

@media screen and (max-width: 992px) {
  .katmanlar.gl-9 .left-side {
    margin: -2em 0 0;
  }
}

.katmanlar.gl-10 {
  margin: -3em 0 0;
}

@media screen and (max-width: 992px) {
  .katmanlar.gl-10 .left-side {
    margin: -1.5em 0 0;
  }
}

.katmanlar.gl-11 {
  margin: -1em 0 0;
}

@media screen and (max-width: 992px) {
  .katmanlar.gl-11 .left-side {
    margin: -1em 0 0;
  }
}

@media screen and (max-width: 992px) {
  .katmanlar.gl-2 {
    margin: 0 !important;
  }
  .katmanlar.gl-3 {
    margin: 0 !important;
  }
  .katmanlar.gl-4 {
    margin: 0 !important;
  }
  .katmanlar.gl-5 {
    margin: 0 !important;
  }
  .katmanlar.gl-6 {
    margin: 0 !important;
  }
  .katmanlar.gl-7 {
    margin: 0 !important;
  }
  .katmanlar.gl-8 {
    margin: 0 !important;
  }
  .katmanlar.gl-9 {
    margin: 0 !important;
  }
  .katmanlar.gl-10 {
    margin: 0 !important;
  }
  .katmanlar.gl-11 {
    margin: 0 !important;
  }
}

.katmanlar * {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.katmanlar .katmanlar-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
}

.katmanlar .katmanlar-wrapper .left-side {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 62%;
  flex-basis: 62%;
  padding: 1.5em;
}

.katmanlar .katmanlar-wrapper .left-side img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.katmanlar .katmanlar-wrapper .right-side {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 33%;
  flex-basis: 30%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.right-side .figure-article {
  text-align: left;
  padding: 2.5em;
  display: none;
}

.right-side .figure-article span,
.right-side .figure-article p {
  font-size: 15px;
  font-weight: 300;
  line-height: normal;
  color: #8c8c8c;
}

.right-side .figure-article .important {
  color: #ED1C24;
  font-weight: 600;
}

.right-side .figure-article.show {
  display: block;
}

.katmanlar .title {
  font-weight: 700 !important;
  color: #ED1C24 !important;
  font-size: 1.8em !important;
  margin: 0 !important;
}

.left-side {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  overflow: hidden;
}

.left-side #loading {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 12;
  font-weight: 700;
}

.left-side .wrapper {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  display: none;
}

.left-side .wrapper.imgs-loaded {
  display: block;
}

.left-side .wrapper.imgs-loaded.loaded .figure .layer {
  visibility: visible;
  opacity: 1;
}

.left-side .wrapper.hovered-1 .figure:nth-child(1) .hover {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-1 .figure:nth-child(1) .default {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-1 .figure:nth-child(2) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-1 .figure:nth-child(2) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-1 .figure:nth-child(3) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-1 .figure:nth-child(3) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-1 .figure:nth-child(4) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-1 .figure:nth-child(4) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-1 .figure:nth-child(5) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-1 .figure:nth-child(5) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-1 .figure:nth-child(6) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-1 .figure:nth-child(6) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-1 .figure:nth-child(7) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-1 .figure:nth-child(7) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-1 .figure:nth-child(8) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-1 .figure:nth-child(8) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-1 .figure:nth-child(9) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-1 .figure:nth-child(9) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-1 .figure:nth-child(10) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-1 .figure:nth-child(10) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-1 .figure:nth-child(11) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-1 .figure:nth-child(11) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-1 .figure:nth-child(12) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-1 .figure:nth-child(12) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-2 .figure:nth-child(1) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-2 .figure:nth-child(1) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-2 .figure:nth-child(2) .hover {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-2 .figure:nth-child(2) .default {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-2 .figure:nth-child(3) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-2 .figure:nth-child(3) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-2 .figure:nth-child(4) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-2 .figure:nth-child(4) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-2 .figure:nth-child(5) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-2 .figure:nth-child(5) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-2 .figure:nth-child(6) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-2 .figure:nth-child(6) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-2 .figure:nth-child(7) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-2 .figure:nth-child(7) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-2 .figure:nth-child(8) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-2 .figure:nth-child(8) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-2 .figure:nth-child(9) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-2 .figure:nth-child(9) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-2 .figure:nth-child(10) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-2 .figure:nth-child(10) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-2 .figure:nth-child(11) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-2 .figure:nth-child(11) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-2 .figure:nth-child(12) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-2 .figure:nth-child(12) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-3 .figure:nth-child(1) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-3 .figure:nth-child(1) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-3 .figure:nth-child(2) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-3 .figure:nth-child(2) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-3 .figure:nth-child(3) .hover {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-3 .figure:nth-child(3) .default {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-3 .figure:nth-child(4) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-3 .figure:nth-child(4) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-3 .figure:nth-child(5) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-3 .figure:nth-child(5) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-3 .figure:nth-child(6) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-3 .figure:nth-child(6) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-3 .figure:nth-child(7) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-3 .figure:nth-child(7) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-3 .figure:nth-child(8) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-3 .figure:nth-child(8) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-3 .figure:nth-child(9) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-3 .figure:nth-child(9) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-3 .figure:nth-child(10) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-3 .figure:nth-child(10) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-3 .figure:nth-child(11) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-3 .figure:nth-child(11) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-3 .figure:nth-child(12) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-3 .figure:nth-child(12) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-4 .figure:nth-child(1) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-4 .figure:nth-child(1) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-4 .figure:nth-child(2) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-4 .figure:nth-child(2) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-4 .figure:nth-child(3) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-4 .figure:nth-child(3) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-4 .figure:nth-child(4) .hover {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-4 .figure:nth-child(4) .default {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-4 .figure:nth-child(5) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-4 .figure:nth-child(5) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-4 .figure:nth-child(6) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-4 .figure:nth-child(6) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-4 .figure:nth-child(7) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-4 .figure:nth-child(7) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-4 .figure:nth-child(8) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-4 .figure:nth-child(8) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-4 .figure:nth-child(9) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-4 .figure:nth-child(9) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-4 .figure:nth-child(10) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-4 .figure:nth-child(10) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-4 .figure:nth-child(11) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-4 .figure:nth-child(11) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-4 .figure:nth-child(12) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-4 .figure:nth-child(12) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-5 .figure:nth-child(1) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-5 .figure:nth-child(1) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-5 .figure:nth-child(2) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-5 .figure:nth-child(2) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-5 .figure:nth-child(3) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-5 .figure:nth-child(3) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-5 .figure:nth-child(4) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-5 .figure:nth-child(4) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-5 .figure:nth-child(5) .hover {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-5 .figure:nth-child(5) .default {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-5 .figure:nth-child(6) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-5 .figure:nth-child(6) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-5 .figure:nth-child(7) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-5 .figure:nth-child(7) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-5 .figure:nth-child(8) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-5 .figure:nth-child(8) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-5 .figure:nth-child(9) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-5 .figure:nth-child(9) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-5 .figure:nth-child(10) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-5 .figure:nth-child(10) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-5 .figure:nth-child(11) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-5 .figure:nth-child(11) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-5 .figure:nth-child(12) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-5 .figure:nth-child(12) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-6 .figure:nth-child(1) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-6 .figure:nth-child(1) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-6 .figure:nth-child(2) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-6 .figure:nth-child(2) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-6 .figure:nth-child(3) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-6 .figure:nth-child(3) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-6 .figure:nth-child(4) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-6 .figure:nth-child(4) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-6 .figure:nth-child(5) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-6 .figure:nth-child(5) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-6 .figure:nth-child(6) .hover {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-6 .figure:nth-child(6) .default {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-6 .figure:nth-child(7) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-6 .figure:nth-child(7) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-6 .figure:nth-child(8) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-6 .figure:nth-child(8) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-6 .figure:nth-child(9) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-6 .figure:nth-child(9) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-6 .figure:nth-child(10) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-6 .figure:nth-child(10) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-6 .figure:nth-child(11) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-6 .figure:nth-child(11) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-6 .figure:nth-child(12) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-6 .figure:nth-child(12) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-7 .figure:nth-child(1) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-7 .figure:nth-child(1) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-7 .figure:nth-child(2) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-7 .figure:nth-child(2) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-7 .figure:nth-child(3) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-7 .figure:nth-child(3) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-7 .figure:nth-child(4) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-7 .figure:nth-child(4) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-7 .figure:nth-child(5) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-7 .figure:nth-child(5) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-7 .figure:nth-child(6) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-7 .figure:nth-child(6) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-7 .figure:nth-child(7) .hover {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-7 .figure:nth-child(7) .default {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-7 .figure:nth-child(8) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-7 .figure:nth-child(8) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-7 .figure:nth-child(9) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-7 .figure:nth-child(9) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-7 .figure:nth-child(10) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-7 .figure:nth-child(10) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-7 .figure:nth-child(11) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-7 .figure:nth-child(11) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-7 .figure:nth-child(12) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-7 .figure:nth-child(12) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-8 .figure:nth-child(1) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-8 .figure:nth-child(1) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-8 .figure:nth-child(2) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-8 .figure:nth-child(2) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-8 .figure:nth-child(3) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-8 .figure:nth-child(3) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-8 .figure:nth-child(4) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-8 .figure:nth-child(4) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-8 .figure:nth-child(5) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-8 .figure:nth-child(5) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-8 .figure:nth-child(6) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-8 .figure:nth-child(6) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-8 .figure:nth-child(7) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-8 .figure:nth-child(7) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-8 .figure:nth-child(8) .hover {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-8 .figure:nth-child(8) .default {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-8 .figure:nth-child(9) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-8 .figure:nth-child(9) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-8 .figure:nth-child(10) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-8 .figure:nth-child(10) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-8 .figure:nth-child(11) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-8 .figure:nth-child(11) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-8 .figure:nth-child(12) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-8 .figure:nth-child(12) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-9 .figure:nth-child(1) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-9 .figure:nth-child(1) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-9 .figure:nth-child(2) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-9 .figure:nth-child(2) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-9 .figure:nth-child(3) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-9 .figure:nth-child(3) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-9 .figure:nth-child(4) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-9 .figure:nth-child(4) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-9 .figure:nth-child(5) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-9 .figure:nth-child(5) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-9 .figure:nth-child(6) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-9 .figure:nth-child(6) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-9 .figure:nth-child(7) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-9 .figure:nth-child(7) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-9 .figure:nth-child(8) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-9 .figure:nth-child(8) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-9 .figure:nth-child(9) .hover {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-9 .figure:nth-child(9) .default {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-9 .figure:nth-child(10) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-9 .figure:nth-child(10) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-9 .figure:nth-child(11) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-9 .figure:nth-child(11) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-9 .figure:nth-child(12) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-9 .figure:nth-child(12) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-10 .figure:nth-child(1) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-10 .figure:nth-child(1) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-10 .figure:nth-child(2) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-10 .figure:nth-child(2) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-10 .figure:nth-child(3) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-10 .figure:nth-child(3) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-10 .figure:nth-child(4) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-10 .figure:nth-child(4) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-10 .figure:nth-child(5) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-10 .figure:nth-child(5) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-10 .figure:nth-child(6) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-10 .figure:nth-child(6) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-10 .figure:nth-child(7) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-10 .figure:nth-child(7) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-10 .figure:nth-child(8) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-10 .figure:nth-child(8) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-10 .figure:nth-child(9) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-10 .figure:nth-child(9) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-10 .figure:nth-child(10) .hover {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-10 .figure:nth-child(10) .default {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-10 .figure:nth-child(11) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-10 .figure:nth-child(11) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-10 .figure:nth-child(12) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-10 .figure:nth-child(12) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-11 .figure:nth-child(1) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-11 .figure:nth-child(1) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-11 .figure:nth-child(2) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-11 .figure:nth-child(2) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-11 .figure:nth-child(3) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-11 .figure:nth-child(3) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-11 .figure:nth-child(4) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-11 .figure:nth-child(4) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-11 .figure:nth-child(5) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-11 .figure:nth-child(5) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-11 .figure:nth-child(6) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-11 .figure:nth-child(6) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-11 .figure:nth-child(7) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-11 .figure:nth-child(7) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-11 .figure:nth-child(8) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-11 .figure:nth-child(8) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-11 .figure:nth-child(9) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-11 .figure:nth-child(9) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-11 .figure:nth-child(10) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-11 .figure:nth-child(10) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-11 .figure:nth-child(11) .hover {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-11 .figure:nth-child(11) .default {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-11 .figure:nth-child(12) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-11 .figure:nth-child(12) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-12 .figure:nth-child(1) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-12 .figure:nth-child(1) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-12 .figure:nth-child(2) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-12 .figure:nth-child(2) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-12 .figure:nth-child(3) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-12 .figure:nth-child(3) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-12 .figure:nth-child(4) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-12 .figure:nth-child(4) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-12 .figure:nth-child(5) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-12 .figure:nth-child(5) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-12 .figure:nth-child(6) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-12 .figure:nth-child(6) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-12 .figure:nth-child(7) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-12 .figure:nth-child(7) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-12 .figure:nth-child(8) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-12 .figure:nth-child(8) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-12 .figure:nth-child(9) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-12 .figure:nth-child(9) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-12 .figure:nth-child(10) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-12 .figure:nth-child(10) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-12 .figure:nth-child(11) .hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .wrapper.hovered-12 .figure:nth-child(11) .default {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-12 .figure:nth-child(12) .hover {
  visibility: hidden !important;
  opacity: 0 !important;
}

.left-side .wrapper.hovered-12 .figure:nth-child(12) .default {
  visibility: visible !important;
  opacity: 1 !important;
}

.left-side .figure {
  position: relative;
  margin: 0 auto auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  bottom: 0;
  cursor: pointer;
}

.left-side .figure .layer {
  position: relative;
  width: 32px;
  height: 32px;
  background-color: white;
  border: 0.125rem solid #ED1C24;
  color: #ED1C24;
  border-radius: 50%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 2em;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-animation: 2s expand cubic-bezier(0.29, 0, 0, 1) infinite;
  animation: 2s expand cubic-bezier(0.29, 0, 0, 1) infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.left-side .figure .layer::before {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translate(0.125em, -50%);
  transform: translate(0.125em, -50%);
  width: 0;
  height: 0.125rem;
  background-color: #ED1C24;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

.left-side .figure img {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.left-side .figure .default {
  visibility: hidden;
  opacity: 0;
}

.left-side .figure .hover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  visibility: visible;
  opacity: 1;
}

.left-side .figure.selected .hover {
  visibility: hidden;
  opacity: 0;
}

.left-side .figure.selected .default {
  visibility: visible;
  opacity: 1;
}

.left-side .figure:nth-child(even) .layer {
  right: 4em;
}

.left-side .figure:nth-child(1) {
  z-index: 0;
}

.left-side .figure:nth-child(2) {
  z-index: -1;
}

.left-side .figure:nth-child(3) {
  z-index: -2;
}

.left-side .figure:nth-child(4) {
  z-index: -3;
}

.left-side .figure:nth-child(5) {
  z-index: -4;
}

.left-side .figure:nth-child(6) {
  z-index: -5;
}

.left-side .figure:nth-child(7) {
  z-index: -6;
}

.left-side .figure:nth-child(8) {
  z-index: -7;
}

.left-side .figure:nth-child(9) {
  z-index: -8;
}

.left-side .figure:nth-child(10) {
  z-index: -9;
}

.left-side .figure:nth-child(11) {
  z-index: -10;
}

.left-side .figure:nth-child(12) {
  z-index: -11;
}

.left-side .figure.selected {
  margin-top: 40px;
}

.left-side .figure.selected .layer {
  background-color: #ED1C24;
  color: white;
  -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0) !important;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0) !important;
}

.left-side .figure.selected .layer::before {
  width: 300px;
}

.katmanlar .mobile-title {
  display: none;
  font-size: 1.4em !important;
  font-weight: 700 !important;
  color: #ED1C24 !important;
  margin: 1em 0 -1em !important;
  padding: 0 !important;
  text-align: center;
}

@media(max-width: 992px) {
  .katmanlar {
    height: auto;
  }
  .katmanlar .katmanlar-wrapper {
    display: block;
    margin: 0;
  }
  .left-side .figure .layer::before {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .katmanlar .mobile-title {
    display: block;
  }
  .katmanlar .title {
    display: none;
  }
  .right-side {
    padding-top: 0 !important;
  }
  .right-side .figure-article {
    text-align: center;
  }
  .left-side .l-3,
  .left-side .l-4,
  .left-side .l-5,
  .left-side .l-6,
  .left-side .l-7,
  .left-side .l-8,
  .left-side .l-9,
  .left-side .l-10,
  .left-side .l-11 {
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 992px) and(max-width: 1199.8px) {
  .right-side .figure-article {
    font-size: 0.8em;
  }
  .katmanlar .title {
    font-size: 2em !important;
  }
}

@media screen and (max-width: 575.8px) {
  .right-side .figure-article .media-area * {
    width: 100%;
  }
  .right-side .figure-article {
    font-size: 0.8em;
  }
  .katmanlar .title {
    font-size: 1.4em !important;
  }
  .left-side .wrapper.imgs-loaded.loaded .figure:nth-last-child(1) {
    bottom: 0;
  }
  .left-side .wrapper.imgs-loaded.loaded .figure:nth-last-child(2) {
    bottom: -40px;
  }
  .left-side .wrapper.imgs-loaded.loaded .figure:nth-last-child(3) {
    bottom: -70px;
  }
  .left-side .wrapper.imgs-loaded.loaded .figure:nth-last-child(4) {
    bottom: -95px;
  }
  .left-side .wrapper.imgs-loaded.loaded .figure:nth-last-child(5) {
    bottom: -120px;
  }
  .left-side .wrapper.imgs-loaded.loaded .figure:nth-last-child(6) {
    bottom: -130px;
  }
  .left-side .wrapper.imgs-loaded.loaded .figure:nth-last-child(7) {
    bottom: -180px;
  }
  .left-side .wrapper.imgs-loaded.loaded .figure:nth-last-child(8) {
    bottom: -210px;
  }
  .left-side .wrapper.imgs-loaded.loaded .figure:nth-last-child(9) {
    bottom: -240px;
  }
  .left-side .wrapper.imgs-loaded.loaded .figure:nth-last-child(10) {
    bottom: -270px;
  }
  .left-side .wrapper.imgs-loaded.loaded .figure:nth-last-child(11) {
    bottom: -300px;
  }
  .left-side .wrapper.imgs-loaded.loaded .figure:nth-last-child(12) {
    bottom: -330px;
  }
  .left-side .figure:nth-last-child(1) {
    bottom: 0;
  }
  .left-side .figure:nth-last-child(2) {
    bottom: -30px;
  }
  .left-side .figure:nth-last-child(3) {
    bottom: -60px;
  }
  .left-side .figure:nth-last-child(4) {
    bottom: -90px;
  }
  .left-side .figure:nth-last-child(5) {
    bottom: -120px;
  }
  .left-side .figure:nth-last-child(6) {
    bottom: -150px;
  }
  .left-side .figure:nth-last-child(7) {
    bottom: -180px;
  }
  .left-side .figure:nth-last-child(8) {
    bottom: -210px;
  }
  .left-side .figure:nth-last-child(9) {
    bottom: -240px;
  }
  .left-side .figure:nth-last-child(10) {
    bottom: -270px;
  }
  .left-side .figure:nth-last-child(11) {
    bottom: -300px;
  }
  .left-side .figure:nth-last-child(12) {
    bottom: -330px;
  }

  .left-side .figure.selected {
    margin-top: 20px;
  }
}

@media screen and (max-width: 992px) {
  .l-2 {
    margin-bottom: 0.5em !important;
  }
  .l-3 {
    margin-bottom: 0.5em !important;
  }
  .l-4 {
    margin-bottom: 0.5em !important;
  }
  .l-5 {
    margin-bottom: 0.5em !important;
  }
  .l-6 {
    margin-bottom: 0.5em !important;
  }
  .l-7 {
    margin-bottom: 0.5em !important;
  }
  .l-8 {
    margin-bottom: 0.5em !important;
  }
  .l-9 {
    margin-bottom: 0.5em !important;
  }
  .l-10 {
    margin-bottom: 0.5em !important;
  }
  .l-11 {
    margin-bottom: 0.5em !important;
  }
}

@media screen and (min-width: 576px) and(max-width: 1199.8px) {
  .left-side .wrapper.imgs-loaded.loaded .figure:nth-last-child(1) {
    bottom: 0;
  }
  .left-side .wrapper.imgs-loaded.loaded .figure:nth-last-child(2) {
    bottom: -25px;
  }
  .left-side .wrapper.imgs-loaded.loaded .figure:nth-last-child(3) {
    bottom: -50px;
  }
  .left-side .wrapper.imgs-loaded.loaded .figure:nth-last-child(4) {
    bottom: -75px;
  }
  .left-side .wrapper.imgs-loaded.loaded .figure:nth-last-child(5) {
    bottom: -100px;
  }
  .left-side .wrapper.imgs-loaded.loaded .figure:nth-last-child(6) {
    bottom: -125px;
  }
  .left-side .wrapper.imgs-loaded.loaded .figure:nth-last-child(7) {
    bottom: -150px;
  }
  .left-side .wrapper.imgs-loaded.loaded .figure:nth-last-child(8) {
    bottom: -175px;
  }
  .left-side .wrapper.imgs-loaded.loaded .figure:nth-last-child(9) {
    bottom: -200px;
  }
  .left-side .wrapper.imgs-loaded.loaded .figure:nth-last-child(10) {
    bottom: -225px;
  }
  .left-side .wrapper.imgs-loaded.loaded .figure:nth-last-child(11) {
    bottom: -250px;
  }
  .left-side .wrapper.imgs-loaded.loaded .figure:nth-last-child(12) {
    bottom: -275px;
  }
  .left-side .figure:nth-last-child(1) {
    bottom: 0;
  }
  .left-side .figure:nth-last-child(2) {
    bottom: -40px;
  }
  .left-side .figure:nth-last-child(3) {
    bottom: -80px;
  }
  .left-side .figure:nth-last-child(4) {
    bottom: -120px;
  }
  .left-side .figure:nth-last-child(5) {
    bottom: -160px;
  }
  .left-side .figure:nth-last-child(6) {
    bottom: -200px;
  }
  .left-side .figure:nth-last-child(7) {
    bottom: -240px;
  }
  .left-side .figure:nth-last-child(8) {
    bottom: -280px;
  }
  .left-side .figure:nth-last-child(9) {
    bottom: -320px;
  }
  .left-side .figure:nth-last-child(10) {
    bottom: -360px;
  }
  .left-side .figure:nth-last-child(11) {
    bottom: -400px;
  }
  .left-side .figure:nth-last-child(12) {
    bottom: -440px;
  }
  .left-side .l-11 {
    margin-bottom: 5.5em;
  }
  .left-side .l-11 .figure {
    max-width: 380px;
  }
  .left-side .l-10 {
    margin-bottom: 6em;
  }
  .left-side .l-10 .figure {
    max-width: 400px;
  }
  .left-side .l-9 {
    margin-bottom: 6.5em;
  }
  .left-side .l-9 .figure {
    max-width: 420px;
  }
  .left-side .l-8 {
    margin-bottom: 7.5em;
  }
  .left-side .l-8 .figure {
    max-width: 440px;
  }
  .left-side .l-7 {
    margin-bottom: 8.5em;
  }
  .left-side .l-7 .figure {
    max-width: 460px;
  }
  .left-side .l-6 {
    margin-bottom: 9.5em;
  }
  .left-side .l-6 .figure {
    max-width: 480px;
  }
  .left-side .l-5 {
    margin-bottom: 10.5em;
  }
  .left-side .l-5 .figure {
    max-width: 500px;
  }
  .left-side .l-4 {
    margin-bottom: 13.5em;
  }
  .left-side .l-4 .figure {
    max-width: 520px;
  }
  .left-side .l-3 {
    margin-bottom: 17.5em;
  }
  .left-side .l-3 .figure {
    max-width: 540px;
  }
  .left-side .l-2 {
    margin-bottom: 21em;
  }
  .left-side .l-2 .figure {
    max-width: 540px;
  }
}

@media screen and (min-width: 1200px) {
  .left-side .wrapper.imgs-loaded.loaded .figure:nth-last-child(1) {
    bottom: 0;
  }
  .left-side .wrapper.imgs-loaded.loaded .figure:nth-last-child(2) {
    bottom: -100px;
  }
  .left-side .wrapper.imgs-loaded.loaded .figure:nth-last-child(3) {
    bottom: -180px;
  }
  .left-side .wrapper.imgs-loaded.loaded .figure:nth-last-child(4) {
    bottom: -240px;
  }
  .left-side .wrapper.imgs-loaded.loaded .figure:nth-last-child(5) {
    bottom: -300px;
  }
  .left-side .wrapper.imgs-loaded.loaded .figure:nth-last-child(6) {
    bottom: -360px;
  }
  .left-side .wrapper.imgs-loaded.loaded .figure:nth-last-child(7) {
    bottom: -420px;
  }
  .left-side .wrapper.imgs-loaded.loaded .figure:nth-last-child(8) {
    bottom: -480px;
  }
  .left-side .wrapper.imgs-loaded.loaded .figure:nth-last-child(9) {
    bottom: -540px;
  }
  .left-side .wrapper.imgs-loaded.loaded .figure:nth-last-child(10) {
    bottom: -600px;
  }
  .left-side .wrapper.imgs-loaded.loaded .figure:nth-last-child(11) {
    bottom: -660px;
  }
  .left-side .wrapper.imgs-loaded.loaded .figure:nth-last-child(12) {
    bottom: -720px;
  }
  .left-side .figure:nth-last-child(1) {
    bottom: 0;
  }
  .left-side .figure:nth-last-child(2) {
    bottom: -70px;
  }
  .left-side .figure:nth-last-child(3) {
    bottom: -140px;
  }
  .left-side .figure:nth-last-child(4) {
    bottom: -210px;
  }
  .left-side .figure:nth-last-child(5) {
    bottom: -280px;
  }
  .left-side .figure:nth-last-child(6) {
    bottom: -350px;
  }
  .left-side .figure:nth-last-child(7) {
    bottom: -420px;
  }
  .left-side .figure:nth-last-child(8) {
    bottom: -490px;
  }
  .left-side .figure:nth-last-child(9) {
    bottom: -560px;
  }
  .left-side .figure:nth-last-child(10) {
    bottom: -630px;
  }
  .left-side .figure:nth-last-child(11) {
    bottom: -700px;
  }
  .left-side .figure:nth-last-child(12) {
    bottom: -770px;
  }
  .left-side .l-11 .figure {
    max-width: 640px;
  }
  .left-side .l-10 {
    margin-bottom: 0.5em;
  }
  .left-side .l-10 .figure {
    max-width: 660px;
  }
  .left-side .l-9 {
    margin-bottom: 1.5em;
  }
  .left-side .l-9 .figure {
    max-width: 680px;
  }
  .left-side .l-8 {
    margin-bottom: 2.5em;
  }
  .left-side .l-8 .figure {
    max-width: 700px;
  }
  .left-side .l-7 {
    margin-bottom: 3.5em;
  }
  .left-side .l-7 .figure {
    max-width: 720px;
  }
  .left-side .l-6 {
    margin-bottom: 4.5em;
  }
  .left-side .l-6 .figure {
    max-width: 740px;
  }
  .left-side .l-5 {
    margin-bottom: 5.5em;
  }
  .left-side .l-5 .figure {
    max-width: 760px;
  }
  .left-side .l-4 {
    margin-bottom: 10.5em;
  }
  .left-side .l-4 .figure {
    max-width: 780px;
  }
  .left-side .l-3 {
    margin-bottom: 15em;
  }
  .left-side .l-3 .figure {
    max-width: 800px;
  }
  .left-side .l-2 {
    margin-bottom: 19em;
  }
  .left-side .l-2 .figure {
    max-width: 800px;
  }
}

.bundle-contents-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}

.bundle-contents-title {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  background-color: #f5f5f5;
  padding: 8px 16px;
  margin: 0 0 -1px 0;
  position: relative;
  z-index: 1;
  border: 1px solid #ddd;
  border-bottom: none;
}

.bundle-contents-box {
  border: 1px solid #ddd;
  padding: 20px;
  background-color: #fff;
}

.bundle-product {
  display: flex;
  align-items: center;
  padding: 15px 0;
  position: relative;
  transition: background-color 0.2s ease;
}

.bundle-product:hover {
  background-color: #fafafa;
}

.bundle-product img {
  margin-right: 15px;
  width: 80px;
  height: auto;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #eee;
  border-radius: 4px;
}

.bundle-separator {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 0;
}

.product-info {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.product-title {
  font-weight: bold;
  margin-bottom: 5px;
  margin-right: 60px;
  font-size: 17px;
  color: #333;
  word-wrap: break-word;
  line-height: 1.4;
}

.product-prices {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.product-compare-price {
  text-decoration: line-through;
  color: #999;
  font-size: 14px;
}

.product-price {
  color: #555;
  font-size: 15px;
}

.bundle-discount-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: #27ae60;
  color: white;
  padding: 5px 10px;
  border-radius: 0;
  font-size: 12px;
  font-weight: bold;
  z-index: 1;
}

.product-id {
  font-size: 14px;
  color: #555;
}

.text-columns-with-images {
  width: 100%;
}

.image-wrap {
  position: relative;
  overflow: hidden;
}

.product-image-main .image-wrap {
  overflow: visible !important;
}

.bamboo-bed-badge {
  position: absolute !important;
  top: 10px !important;
  left: 10px !important;
  z-index: 99999 !important;
  width: 120px !important;
  pointer-events: none !important;
}

.bamboo-bed-badge--small {
  width: 75px !important;
  top: 5px !important;
  left: 5px !important;
}

@media screen and (max-width: 768px) {
  .bamboo-bed-badge {
    width: 78px !important;
  }

  .bamboo-bed-badge--small {
    width: 49px !important;
  }
}

.product-image-main .bamboo-bed-badge img,
.bamboo-bed-badge img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

.image-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 5px 10px;
  margin-left: 5px;
  margin-bottom: 5px;
}

.image-overlay h3 {
  color: #fff;
  margin: 0;
  font-size: 1.1em;
  white-space: nowrap;
}

.image-overlay h2 {
  color: #fff;
  margin: 0;
  font-size: 1.1em;
  white-space: nowrap;
}

.price-overlay {
  position: absolute;
  left: 48%;
  top: 25%;
  transform: translate(-50%, -50%);
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0px 5px;
  border-radius: 5px;
}

.price-overlay .price {
  color: #fff;
  font-size: 1em;
  font-weight: bold;
}

.btn-overlay {
  position: absolute;
  right: 10px;
  bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 1em;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  pointer-events: none;
}

.image-wrap:hover .btn-overlay {
  transform: scale(1.1);
  background-color: #fff;
}

@media only screen and (max-width: 749px) {
  .text-columns-with-images .page-width {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }

  .text-columns-with-images .grid,
  .text-columns-with-images .grid__item {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-columns-with-images .image-wrap {
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    width: 100vw;
    left: 50%;
    position: relative;
  }

  .text-columns-with-images .image-wrap img,
  .text-columns-with-images .image-wrap .placeholder-svg {
    width: 100%;
    max-width: none;
    display: block;
  }

  .text-columns-with-images .text-wrap {
    padding-left: 22px;
    padding-right: 22px;
  }

  .image-overlay {
    padding: 4px 15px;
    margin-left: 5px;
    margin-bottom: 5px;
  }

  .image-overlay h3 {
    font-size: 0.8em;
  }

    .image-overlay h2 {
    font-size: 0.8em;
  }

  .price-overlay {
    padding: 0px 5px;
  }

  .price-overlay .price {
    font-size: 0.8em;
  }

  .btn-overlay {
    width: 28px;
    height: 28px;
    font-size: 1em;
    right: 10px;
    bottom: 5px;
  }
}

/** Installment Table **/

/* Desktop hover effect */

/* Grid product add to cart button */
.grid-product__add-to-cart-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.grid-product__add-to-cart-btn svg {
  width: 20px;
  height: 20px;
  color: #000;
  transition: transform 0.2s ease;
}
.grid-product__add-to-cart-btn:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
.grid-product__add-to-cart-btn:hover svg {
  color: #fff;
  transform: rotate(90deg);
}
/* Success state - checkmark should not rotate */
.grid-product__add-to-cart-btn.success-state:hover svg {
  transform: none !important;
}
.grid-product__add-to-cart-btn:active {
  transform: scale(0.95);
}
.grid-product__add-to-cart-btn.is-loading {
  pointer-events: none;
}
.grid-product__add-to-cart-btn.is-loading svg {
  animation: rotate360 0.6s linear infinite;
}
@keyframes rotate360 {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
/* Mobile - 20% küçük */
@media only screen and (max-width: 589px) {
  .grid-product__add-to-cart-btn {
    width: 32px;
    height: 32px;
    bottom: 8px;
    right: 8px;
  }
  .grid-product__add-to-cart-btn svg {
    width: 16px;
    height: 16px;
  }
}

/* Linked Products Block (Product Page) */
.product-block--linked-products {
  margin-top: 10px;
}

.linked-products__title {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.linked-products__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.linked-products__item {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: opacity 0.2s ease;
}

.linked-products__item:hover {
  opacity: 0.8;
}

.linked-products__item--active .linked-products__image {
  border: 2px solid #1c1d1d;
}

.linked-products__item--active {
  pointer-events: none;
  opacity: 1;
}

.linked-products__image {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 8px;
  background: #f5f5f5;
}

.linked-products__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.linked-products__name {
  display: block;
  font-size: 11px;
  font-weight: 500;
  margin-top: 6px;
  text-align: center;
  line-height: 1.3;
}
}