/*
Theme Name: cocilaelle2026
Theme URI: https://store.cocilaelle2.life/
Author: Local.Video.Shop.
Description: Cocilaelle 2026 WordPress theme. Top page template inspired by refined Japanese brand layout.
Version: 1.0.2
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: cocilaelle2026
*/

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  transition: opacity .25s ease, color .25s ease, border-color .25s ease;
}

a:hover {
  opacity: .78;
}

/* Back to top button
--------------------------------------------- */
.ccl-backtop {
  position: fixed;
  right: 36px;
  bottom: 36px;
  z-index: 30;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 92px;
  min-height: 72px;
  padding: 12px 10px;
  border: 0;
  background: transparent;
  color: #1d1a17;
  font-family: Georgia, 'Times New Roman', 'Yu Mincho', 'YuMincho', serif;
  font-size: 12px;
  letter-spacing: .22em;
  line-height: 1.1;
  text-transform: lowercase;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity .45s ease, visibility .45s ease, transform .45s ease;
}

.ccl-backtop.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.ccl-backtop img {
  display: block;
  width: 34px;
  height: auto;
}

.ccl-backtop:hover {
  opacity: .72;
}

@media (max-width: 900px) {
  .ccl-backtop {
    right: 18px;
    bottom: 18px;
    width: 76px;
    min-height: 62px;
    padding: 10px 8px;
    font-size: 10px;
    background: transparent;
  }

  .ccl-backtop img {
    width: 28px;
  }
}
