
/* ============================================
   IMPORT FONT GARET DARI /public/fonts/garet/
   ============================================ */

/* Garet Regular (400) */
@font-face {
    font-family: "Garet";
    src: url("/fonts/garet/Garet-Regular.woff2") format("woff2"),
         url("/fonts/garet/Garet-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Garet Book (400 - alternatif) */
@font-face {
    font-family: "Garet";
    src: url("/fonts/garet/Garet-Book.woff2") format("woff2"),
         url("/fonts/garet/Garet-Book.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Garet Medium (500) */
@font-face {
    font-family: "Garet";
    src: url("/fonts/garet/Garet-Medium.woff2") format("woff2"),
         url("/fonts/garet/Garet-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Garet Bold (700) */
@font-face {
    font-family: "Garet";
    src: url("/fonts/garet/Garet-Bold.woff2") format("woff2"),
         url("/fonts/garet/Garet-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --swiper-theme-color: #007aff;
    --cols: 4;
    --vw-check: .000001px;
    --ease: cubic-bezier(0.075, 0.82, 0.165, 1);
    --timing-1000: 1s;
    --timing-400: .4s;
    --timing-200: .2s;
    --font-primary: "Garet";
    --font-secondary: "Garet";
    --font-garet: "Garet";
    
}

@media(min-width: 1024px) {
    :root {
        --cols: 12;
    }
}

* {
    font-family: Garet, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: none;
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0);
}

.swiper-horizontal {
    touch-action: pan-y;
}

.swiper-vertical {
    touch-action: pan-x;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}

.swiper-3d {
    perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}


body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
picture {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    background: 0;
    color: inherit;
    margin: 0;
}

button:active,
button:focus {
    appearance: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

*:focus {
    outline: 0;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
}

strong {
    font-weight: normal;
}

em {
    font-style: italic;
}

.-t-body-1 {
    
    line-height: 1;
    font-family: Garet, sans-serif;
    text-transform: none;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 500;
}

.-t-label-1 {
    line-height: 1;
    font-family: Garet, sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: -0.6px;
}

.-t-label-2 {
    line-height: 1;
    font-family: Garet, sans-serif;
    font-weight: 700;
    line-height: 2;
    font-size: 2rem;
    letter-spacing: -1px;
}

.-t-label-3 {
    line-height: 1;
    font-family: Garet, sans-serif;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.8rem;
    letter-spacing: -1px;
}

.-t-title-1 {
    line-height: 1;
    font-family: Garet, sans-serif;
    font-weight: 700;
    font-size: 6.4rem;
    letter-spacing: -2px;
}

.-t-title-2 {
    line-height: 1;
    font-family: Garet, sans-serif;
    font-weight: 700;
    font-size: 5.6rem;
    letter-spacing: -2px;
}

.-t-title-3 {
    line-height: 1;
    font-family: Garet, sans-serif;
    font-weight: 700;
    font-size: 4.8rem;
    letter-spacing: -2px;
}

.-t-title-4 {
    line-height: 1;
    font-family: Garet, sans-serif;
    font-weight: 700;
    font-size: 3.2rem;
    letter-spacing: -1px;
}

.-t-subtitle-1 {
    line-height: 1;
    font-family: Garet, sans-serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.2;
}

.-t-subtitle-2 {
    line-height: 1;
    font-family: Garet, sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.2;
}

.-t-button {
    line-height: 1;
    font-family: Garet, sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.2;
}

.-t-overline {
    line-height: 1;
    font-family: Garet, sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.2;
}

.-t-metadata {
    line-height: 1;
    font-family: Garet, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2;
}

.-t-upper {
    text-transform: uppercase;
}

html {
    display: block;
    height: 100%;
    font-size: 10px;
    box-sizing: border-box;
    user-select: none;
    overscroll-behavior: none;
}

html ::-webkit-scrollbar {
    display: none;
}

body {
    line-height: 1;
    font-family: Garet, sans-serif;
    text-transform: none;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 500;
    color: #000;
}

body.-resizing * {
    transition: none !important;
}

body.-transition {
    pointer-events: none !important;
}

#__bs_notify__ {
    font-size: 12px !important;
    padding: 5px !important;
}

html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}

.mce-content-body {
    padding: 20px;
    display: block;
}

.mce-content-body>*+* {
    margin-top: 24px;
}

.-mask {
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
    -webkit-mask-image: linear-gradient(90deg, #000 -100%, transparent 0);
    mask-position: center;
    mask-size: cover;
    mask-image: linear-gradient(90deg, #000 -100%, transparent 0);
    will-change: transform;
}

.-fade {
    opacity: 0;
    transform: translateY(max(30px, 10%));
    will-change: transform;
}

.g-blur {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(28.9px);
    backdrop-filter: blur(28.9px);
    z-index: 98;
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--ease) var(--timing-400);
}

.-menu-is-open .g-blur,
.-nl-is-open .g-blur,
.-search-is-open .g-blur {
    pointer-events: visible;
    opacity: 1;
}

.g-header {
    overflow: hidden;
    position: fixed;
    z-index: 999;
    right: 0;
    background: #fff;
    top: 2.4rem;
    height: 5.6rem;
    border: 1px solid #917145;
    border-radius: 10px;
    width: calc(100vw - 3.2rem);
    transform: translate3d(-1.6rem, 0, 2500px);
    transition: all 1.2s var(--ease), height 0s, width 0s;
}

@media(min-width: 1024px) {
    .g-header {
        width: calc(40vw - 4.8rem);
        transform: translate3d(calc(-30vw - 2.4rem), 0, 2500px);
    }
}

@media(min-width: 1280px) {
    .g-header {
        width: calc(35vw - 4.8rem);
        transform: translate3d(calc(-32.5vw - 2.4rem), 0, 2500px);
    }
}

@media(min-width: 1680px) {
    .g-header {
        width: calc(25vw - 4.8rem);
        transform: translate3d(calc(-37.5vw - 2.4rem), 0, 2500px);
    }
}

.-loading .g-header {
    transform: translate3d(-1.6rem, -150%, 2500px);
}

@media(min-width: 1024px) {
    .-loading .g-header {
        transform: translate3d(calc(-30vw - 2.4rem), -150%, 2500px);
    }
}

@media(min-width: 1280px) {
    .-loading .g-header {
        transform: translate3d(calc(-32.5vw - 2.4rem), -150%, 2500px);
    }
}

@media(min-width: 1680px) {
    .-loading .g-header {
        transform: translate3d(calc(-37.5vw - 2.4rem), -150%, 2500px);
    }
}

.g-header__policy {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .8rem;
    gap: .8rem;
    text-align: center;
    background: #000;
    color: #fff;
    text-transform: uppercase;
}

.g-header__wrapper {
    position: relative;
}

@media(min-width: 1024px) {
    .-detail .g-header {
        transform: translate3d(-2.4rem, 0, 2500px);
    }
}

.-hide-header .g-header {
    transition: all .2s;
    transform: translate3d(-1.6rem, -150%, 2500px);
}

.g-header__head {
    height: 5.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
}

.g-header__head button[js-menu-btn],
.g-header__head button[js-search-btn] {
    height: 100%;
    min-width: 5.4rem;
    cursor: pointer;
    overflow: hidden;
    height: 5.2rem;
    transform: translateY(-1px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.g-header__head button[js-menu-btn]:focus-visible,
.g-header__head button[js-search-btn]:focus-visible {
    border: 1px solid #000;
}

.g-header__head button[js-menu-btn] path {
    translate: 0;
    transition: translate var(--ease) var(--timing-400);
}

.g-header__head button[js-menu-btn] path:nth-child(3) {
    translate: 0 100%;
}

.g-header__head button[js-menu-btn] path:nth-child(4) {
    translate: 0 100%;
}

.-menu-is-open .g-header__head button[js-menu-btn] path {
    translate: 0 100%;
}

.-menu-is-open .g-header__head button[js-menu-btn] path:nth-child(3) {
    translate: 0;
}

.-nl-is-open .g-header__head button[js-menu-btn] path {
    translate: 0 100%;
}

.-nl-is-open .g-header__head button[js-menu-btn] path:nth-child(3) {
    translate: 0 100%;
}

.-nl-is-open .g-header__head button[js-menu-btn] path:nth-child(4) {
    translate: 0;
}

.g-header__head button[js-search-btn] path {
    translate: 0;
    transition: translate var(--ease) var(--timing-400);
}

.g-header__head button[js-search-btn] path:last-of-type {
    translate: 0 100%;
}

.-search-is-open .g-header__head button[js-search-btn] path {
    translate: 0 100%;
}

.-search-is-open .g-header__head button[js-search-btn] path:last-of-type {
    translate: 0;
}

.g-header__results {
    pointer-events: none;
    opacity: 0;
    position: fixed;
    width: 100%;
    top: 5.4rem;
    height: 40rem;
    transform: translateY(5rem);
    transition: all var(--ease) var(--timing-400);
}

.-results-is-open .g-header__results {
    pointer-events: visible;
    opacity: 1;
    transform: translateY(0);
}

.g-header__menu {
    pointer-events: none;
    opacity: 0;
    position: fixed;
    width: 100%;
    top: 5.4rem;
    transform: translateY(5rem);
    transition: all var(--ease) var(--timing-400);
}

.-menu-is-open .g-header__menu {
    pointer-events: visible;
    opacity: 1;
    transform: translateY(0);
}

.g-header__menu-main {
    padding: 4rem 0 4.8rem;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.g-header__menu-main a {
    display: inline-block;
    color: black;
    position: relative;
    overflow: hidden;
    padding: 0 1.6rem;
}

.g-header__menu-main a span {
    text-transform: uppercase;
    line-height: 1;
    font-family: Garet, sans-serif;
    font-weight: 700;
    font-size: 3.2rem;
    letter-spacing: -1px;
    display: block;
    will-change: translate, scale;
    transition: all var(--ease) var(--timing-400);
}

.g-header__menu-main a span::after {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    content: attr(data-text);
    transform: translateY(-110%);
    transition: transform .75s cubic-bezier(0.23, 1, 0.32, 1);
}

.g-header__menu-main a:focus-visible {
    border: 1px solid #000;
}

.g-header__menu-main a:focus-visible span {
    translate: 0 120%;
    scale: 1.1;
}

@media(hover: hover) {
    .g-header__menu-main a:hover span {
        translate: 0 120%;
        scale: 1.1;
    }
}

.g-header__line {
    background: #000;
}

.g-header__line.-horizontal {
    height: 1px;
    width: 100%;
    scale: 0 1;
    transition: scale var(--ease) var(--timing-1000);
}

.-menu-is-open .g-header__line.-horizontal {
    transition-delay: .3s;
    scale: 1 1;
}

.g-header__line.-vertical {
    position: absolute;
    width: 1px;
    top: 0;
    left: 0;
    height: 100%;
    scale: 1 0;
    transition: scale var(--ease) var(--timing-1000);
}

.-menu-is-open .g-header__line.-vertical {
    transition-delay: .3s;
    scale: 1 1;
}

.g-header__menu-tabs {
    display: flex;
    flex-wrap: wrap;
}

.g-header__menu-tabs.-top li {
    width: 50%;
}

.g-header__menu-tabs li {
    position: relative;
    flex-grow: 1;
}

.g-header__menu-tabs svg {
    fill: currentColor;
}

.g-header__search {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    width: 100%;
    padding: 1.6rem;
    top: 5.4rem;
    transform: translateY(10px);
    transition: all var(--ease) var(--timing-400);
    z-index: 9;
}

.-search-is-open .g-header__search {
    opacity: 1;
    transform: translateY(0);
    pointer-events: visible;
}

.g-header__search-results {
    padding-top: .6rem;
}

.g-header__search-results a {
    border-top: 1px solid #000;
}

.g-header__search-results a:last-of-type {
    border-bottom: 1px solid #000;
}

.g-header__search-input input {
    width: 100%;
    border: 0;
    border-radius: 0;
    line-height: 1;
    font-family: Garet, sans-serif;
    font-weight: 700;
    line-height: 2;
    font-size: 2rem;
    letter-spacing: -1px;
    background: 0;
    text-transform: uppercase;
}

.g-header__nl {
    pointer-events: none;
    opacity: 0;
    position: fixed;
    width: 100%;
    padding: 1.6rem;
    top: 5.4rem;
    transform: translateY(10px);
    transition: all var(--ease) var(--timing-400);
}

.-nl-is-open .g-header__nl {
    opacity: 1;
    transform: translateY(0);
    pointer-events: visible;
}

.g-header__nl-field input {
    appearance: none;
    border: 0;
    box-shadow: none;
    display: block;
    width: 100%;
    height: 5.6rem;
    font-size: 2rem;
    text-transform: uppercase;
    font-family: "Garet", sans-serif;
    font-weight: 700;
    border-bottom: 1px solid #000;
}

.g-header__nl-field input::placeholder {
    opacity: .4;
}

.g-header__nl-field input::-moz-placeholder {
    opacity: .4;
}

.g-header__nl-privacy {
    font-size: 1rem;
    padding: 2.4rem 0;
    position: relative;
}

.g-header__nl-privacy input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
}

.g-header__nl-privacy label {
    display: block;
    padding-left: 2.6rem;
    cursor: pointer;
}

.g-header__nl-privacy label:after,
.g-header__nl-privacy label:before {
    content: "";
    position: absolute;
    display: block;
    left: .3rem;
    top: 2.5rem;
    border: 1px solid #000;
    width: 1.4rem;
    height: 1.4rem;
}

.g-header__nl-privacy label:before {
    background: #000;
    border: 0;
    width: .8rem;
    height: .8rem;
    left: .6rem;
    top: 2.8rem;
    scale: 0;
    transition: scale .2s;
}

.g-header__nl-privacy input:checked+label:before {
    scale: 1;
}

.g-header__logo {
    overflow: hidden;
    height: 5.4rem;
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}

.g-header__logo svg {
    height: 2.8rem;
}

.-nl-is-open .g-header__logo>span:first-of-type {
    translate: -50% -150%;
}

.-nl-is-open .g-header__logo>span:nth-child(2) {
    translate: -50% 50%;
}

.-nl-is-open .g-header__logo>span:nth-child(3) {
    translate: -50% -50%;
}

.-search-is-open .g-header__logo>span:first-of-type {
    translate: -50% -150%;
}

.-search-is-open .g-header__logo>span:nth-child(2) {
    translate: -50% 50%;
}

.-search-is-open .g-header__logo>span:nth-child(3) {
    translate: -50% 50%;
}

.-search-is-open .g-header__logo>span:nth-child(4) {
    translate: -50% -50%;
}

@media(hover: hover) {
    .g-header__logo:hover>span {
        translate: -50% 50%;
    }

    .g-header__logo:hover>span:first-of-type {
        translate: -50% -50%;
    }

    .g-header__logo:hover>span:nth-child(2) {
        translate: -50% 50%;
    }

    .g-header__logo:hover>span:nth-child(3) {
        translate: -50% 50%;
    }

    .g-header__logo:hover>span:nth-child(4) {
        translate: -50% 50%;
    }
}

.g-header__logo.-active {
    pointer-events: visible;
}

.-nl-is-open .g-header__logo.-active>span:first-of-type {
    translate: -50% -150%;
}

.-nl-is-open .g-header__logo.-active>span:nth-child(2) {
    translate: -50% 50%;
}

.-nl-is-open .g-header__logo.-active>span:nth-child(3) {
    translate: -50% -50%;
}

.-search-is-open .g-header__logo.-active>span:first-of-type {
    translate: -50% -150%;
}

.-search-is-open .g-header__logo.-active>span:nth-child(2) {
    translate: -50% 50%;
}

.-search-is-open .g-header__logo.-active>span:nth-child(3) {
    translate: -50% 50%;
}

.-search-is-open .g-header__logo.-active>span:nth-child(4) {
    translate: -50% -50%;
}

.g-header__logo.-active>span:first-of-type {
    translate: -50% -150%;
}

.g-header__logo.-active>span:nth-child(2) {
    translate: -50% -50%;
}

@media(hover: hover) {
    .g-header__logo.-active:hover>span {
        translate: -50% 50%;
    }

    .g-header__logo.-active:hover>span:first-of-type {
        translate: -50% -50%;
    }

    .g-header__logo.-active:hover>span:nth-child(2) {
        translate: -50% 50%;
    }

    .g-header__logo.-active:hover>span:nth-child(3) {
        translate: -50% 50%;
    }

    .g-header__logo.-active:hover>span:nth-child(4) {
        translate: -50% 50%;
    }
}

.g-header__logo>span {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% 50%;
    transition: all var(--ease) var(--timing-400);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5.4rem;
}

.g-header__logo>span:first-of-type {
    translate: -50% -50%;
}

.g-header__copy {
    font-size: 1rem;
    padding: .8rem .4rem;
    text-align: center;
}

.g-flow {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    transform-style: preserve-3d;
    perspective: 1000px;
    max-width: 102.4rem;
    height: 60%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: 0;
}

@media(min-width: 1024px) {
    .g-flow {
        height: 80%;
    }
}

.g-flow__overlay {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: white;
    width: 300vw;
    height: 600vw;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, -250px);
}

@media(min-width: 768px) {
    .g-flow__overlay {
        width: 300vw;
        height: 200vw;
        transform: translate3d(-50%, -50%, -1250px);
    }
}

.-active .g-flow__overlay {
    pointer-events: auto;
}

.g-flow__panel {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    width: 100vw;
    height: 150vw;
    left: 50%;
    top: 50%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
}

@media(min-width: 768px) {
    .g-flow__panel {
        height: 75vw;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }
}

.g-flow__card {
    display: block;
    z-index: 9999 !important; /* PAKSA di atas */
    position: relative !important;
}


.g-flow__card img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.-type-history .g-flow__card img {
    object-fit: cover;
}

.g-flow__card.-clone {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
}

.g-flow__card.-clone.-type-history img {
    object-fit: cover;
}

.g-flow__card.position-a1 {
    grid-column-start: 2;
    grid-row-start: 3;
    margin-bottom: 12px;
}

@media(min-width: 768px) {
    .g-flow__card.position-a1 {
        grid-column-start: 1;
        grid-row-start: 1;
    }
}

.g-flow__card.position-a2 {
    grid-column-start: 2;
    grid-row-start: 2;
}

@media(min-width: 768px) {
    .g-flow__card.position-a2 {
        grid-column-start: 2;
        grid-row-start: 1;
    }
}

.g-flow__card.position-a3 {
    grid-column-start: 1;
    grid-row-start: 3;
}

@media(min-width: 768px) {
    .g-flow__card.position-a3 {
        grid-column-start: 3;
        grid-row-start: 1;
    }
}

.g-flow__card.position-a4 {
    grid-column-start: 2;
    grid-row-start: 1;
}

@media(min-width: 768px) {
    .g-flow__card.position-a4 {
        grid-column-start: 4;
        grid-row-start: 1;
    }
}

.g-flow__card.position-b1 {
    grid-column-start: 1;
    grid-row-start: 1;
}

@media(min-width: 768px) {
    .g-flow__card.position-b1 {
        grid-column-start: 1;
        grid-row-start: 2;
    }
}

.g-flow__card.position-b2 {
    grid-column-start: 2;
    grid-row-start: 1;
}

@media(min-width: 768px) {
    .g-flow__card.position-b2 {
        grid-column-start: 2;
        grid-row-start: 2;
    }
}

.g-flow__card.position-b3 {
    grid-column-start: 1;
    grid-row-start: 2;
}

@media(min-width: 768px) {
    .g-flow__card.position-b3 {
        grid-column-start: 3;
        grid-row-start: 2;
    }
}

.g-flow__card.position-b4 {
    grid-column-start: 1;
    grid-row-start: 1;
}

@media(min-width: 768px) {
    .g-flow__card.position-b4 {
        grid-column-start: 4;
        grid-row-start: 2;
    }
}

.g-flow__card.position-c1 {
    grid-column-start: 1;
    grid-row-start: 3;
}

@media(min-width: 768px) {
    .g-flow__card.position-c1 {
        grid-column-start: 1;
        grid-row-start: 3;
    }
}

.g-flow__card.position-c2 {
    grid-column-start: 2;
    grid-row-start: 2;
}

@media(min-width: 768px) {
    .g-flow__card.position-c2 {
        grid-column-start: 2;
        grid-row-start: 3;
    }
}

.g-flow__card.position-c3 {
    grid-column-start: 1;
    grid-row-start: 2;
}

@media(min-width: 768px) {
    .g-flow__card.position-c3 {
        grid-column-start: 3;
        grid-row-start: 3;
    }
}

.g-flow__card.position-c4 {
    grid-column-start: 2;
    grid-row-start: 3;
}

@media(min-width: 768px) {
    .g-flow__card.position-c4 {
        grid-column-start: 4;
        grid-row-start: 3;
    }
}

.g-flow__mask {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.-type-history .g-flow__mask {
    pointer-events: auto;
}

.g-flow__mask svg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    z-index: 2;
    cursor: pointer;
}

.g-flow__mask svg path {
    pointer-events: auto;
    opacity: 0;
}

.-active .g-flow__mask svg path {
    pointer-events: auto;
}

.g-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    position: relative;
    z-index: 2;
    height: 100vh;
    height: 100svh;
    overflow: hidden;
    background: #fff;
}

@media(min-width: 500px) {
    .g-grid {
        height: auto;
    }
}

@media(min-width: 768px) {
    .g-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.g-grid.-active {
    height: auto;
    overflow: auto;
    pointer-events: auto;
}

.g-grid.-type-products {
    grid-template-columns: repeat(2, 1fr);
    pointer-events: none;
    padding-top: 80px;
    position: relative;
    padding-bottom: 11rem;
    overflow: auto;
    opacity: 0;
}

@media(min-width: 768px) {
    .g-grid.-type-products {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media(min-width: 1024px) {
    .g-grid.-type-products {
        padding-top: 0;
    }
}

.g-grid.-type-products:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    background: #fff;
    height: 70px;
}

@media(min-width: 1024px) {
    .g-grid.-type-products:before {
        display: none;
    }
}

.g-grid.-type-products.-active {
    height: 100svh;
    pointer-events: auto;
}

.g-grid__lines-h,
.g-grid__lines-v {
    position: absolute;
    pointer-events: none;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.-type-products .g-grid__lines-h,
.-type-products .g-grid__lines-v {
    display: block;
}

.g-grid__lines-h span,
.g-grid__lines-v span {
    display: none;
    position: absolute;
    background: #000;
    width: 1px;
    height: 100%;
}

.g-grid__lines-v span {
    transform: scale(1, 0);
    transform-origin: 0 0;
    position: fixed;
    display: none;
}

.g-grid__lines-v span:first-child {
    display: block;
    left: 50%;
}

@media(min-width: 768px) {
    .g-grid__lines-v span:first-child {
        display: block;
        left: 25%;
    }

    .g-grid__lines-v span:nth-child(2) {
        display: block;
        left: 50%;
    }

    .g-grid__lines-v span:nth-child(3) {
        display: block;
        left: 75%;
    }
}

.g-grid__lines-h span {
    height: 1px;
    width: 100%;
    transform: scale(0, 1);
    transform-origin: 0 0;
}

.g-grid__lines-h span:nth-child(1) {
    display: none;
}

.g-grid__lines-h span:nth-child(2) {
    display: none;
    top: calc(1 * min(70vw, 400px) + 75px);
    display: block;
}

.g-grid__lines-h span:nth-child(3) {
    display: none;
}

.g-grid__lines-h span:nth-child(4) {
    display: none;
    top: calc(2 * min(70vw, 400px) + 75px);
    display: block;
}

.g-grid__lines-h span:nth-child(5) {
    display: none;
}

.g-grid__lines-h span:nth-child(6) {
    display: none;
    top: calc(3 * min(70vw, 400px) + 75px);
    display: block;
}

.g-grid__lines-h span:nth-child(7) {
    display: none;
}

.g-grid__lines-h span:nth-child(8) {
    display: none;
    top: calc(4 * min(70vw, 400px) + 75px);
    display: block;
}

.g-grid__lines-h span:nth-child(9) {
    display: none;
}

.g-grid__lines-h span:nth-child(10) {
    display: none;
    top: calc(5 * min(70vw, 400px) + 75px);
    display: block;
}

.g-grid__lines-h span:nth-child(11) {
    display: none;
}

.g-grid__lines-h span:nth-child(12) {
    display: none;
    top: calc(6 * min(70vw, 400px) + 75px);
    display: block;
}

.g-grid__lines-h span:nth-child(13) {
    display: none;
}

.g-grid__lines-h span:nth-child(14) {
    display: none;
    top: calc(7 * min(70vw, 400px) + 75px);
    display: block;
}

.g-grid__lines-h span:nth-child(15) {
    display: none;
}

.g-grid__lines-h span:nth-child(16) {
    display: none;
    top: calc(8 * min(70vw, 400px) + 75px);
    display: block;
}

.g-grid__lines-h span:nth-child(17) {
    display: none;
}

.g-grid__lines-h span:nth-child(18) {
    display: none;
    top: calc(9 * min(70vw, 400px) + 75px);
    display: block;
}

.g-grid__lines-h span:nth-child(19) {
    display: none;
}

.g-grid__lines-h span:nth-child(20) {
    display: none;
    top: calc(10 * min(70vw, 400px) + 75px);
    display: block;
}

.g-grid__lines-h span:nth-child(21) {
    display: none;
}

.g-grid__lines-h span:nth-child(22) {
    display: none;
    top: calc(11 * min(70vw, 400px) + 75px);
    display: block;
}

.g-grid__lines-h span:nth-child(23) {
    display: none;
}

.g-grid__lines-h span:nth-child(24) {
    display: none;
    top: calc(12 * min(70vw, 400px) + 75px);
    display: block;
}

.g-grid__lines-h span:nth-child(25) {
    display: none;
}

.g-grid__lines-h span:nth-child(26) {
    display: none;
    top: calc(13 * min(70vw, 400px) + 75px);
    display: block;
}

.g-grid__lines-h span:nth-child(27) {
    display: none;
}

.g-grid__lines-h span:nth-child(28) {
    display: none;
    top: calc(14 * min(70vw, 400px) + 75px);
    display: block;
}

.g-grid__lines-h span:nth-child(29) {
    display: none;
}

.g-grid__lines-h span:nth-child(30) {
    display: none;
    top: calc(15 * min(70vw, 400px) + 75px);
    display: block;
}

.g-grid__lines-h span:nth-child(31) {
    display: none;
}

.g-grid__lines-h span:nth-child(32) {
    display: none;
    top: calc(16 * min(70vw, 400px) + 75px);
    display: block;
}

.g-grid__lines-h span:nth-child(33) {
    display: none;
}

.g-grid__lines-h span:nth-child(34) {
    display: none;
    top: calc(17 * min(70vw, 400px) + 75px);
    display: block;
}

.g-grid__lines-h span:nth-child(35) {
    display: none;
}

.g-grid__lines-h span:nth-child(36) {
    display: none;
    top: calc(18 * min(70vw, 400px) + 75px);
    display: block;
}

.g-grid__lines-h span:nth-child(37) {
    display: none;
}

.g-grid__lines-h span:nth-child(38) {
    display: none;
    top: calc(19 * min(70vw, 400px) + 75px);
    display: block;
}

.g-grid__lines-h span:nth-child(39) {
    display: none;
}

.g-grid__lines-h span:nth-child(40) {
    display: none;
    top: calc(20 * min(70vw, 400px) + 75px);
    display: block;
}

.g-grid__lines-h span:nth-child(41) {
    display: none;
}

.g-grid__lines-h span:nth-child(42) {
    display: none;
    top: calc(21 * min(70vw, 400px) + 75px);
    display: block;
}

.g-grid__lines-h span:nth-child(43) {
    display: none;
}

.g-grid__lines-h span:nth-child(44) {
    display: none;
    top: calc(22 * min(70vw, 400px) + 75px);
    display: block;
}

.g-grid__lines-h span:nth-child(45) {
    display: none;
}

.g-grid__lines-h span:nth-child(46) {
    display: none;
    top: calc(23 * min(70vw, 400px) + 75px);
    display: block;
}

.g-grid__lines-h span:nth-child(47) {
    display: none;
}

.g-grid__lines-h span:nth-child(48) {
    display: none;
    top: calc(24 * min(70vw, 400px) + 75px);
    display: block;
}

.g-grid__lines-h span:nth-child(49) {
    display: none;
}

.g-grid__lines-h span:nth-child(50) {
    display: none;
    top: calc(25 * min(70vw, 400px) + 75px);
    display: block;
}

.g-grid__lines-h span:nth-child(51) {
    display: none;
}

.g-grid__lines-h span:nth-child(52) {
    display: none;
    top: calc(26 * min(70vw, 400px) + 75px);
    display: block;
}

.g-grid__lines-h span:nth-child(53) {
    display: none;
}

.g-grid__lines-h span:nth-child(54) {
    display: none;
    top: calc(27 * min(70vw, 400px) + 75px);
    display: block;
}

.g-grid__lines-h span:nth-child(55) {
    display: none;
}

.g-grid__lines-h span:nth-child(56) {
    display: none;
    top: calc(28 * min(70vw, 400px) + 75px);
    display: block;
}

.g-grid__lines-h span:nth-child(57) {
    display: none;
}

.g-grid__lines-h span:nth-child(58) {
    display: none;
    top: calc(29 * min(70vw, 400px) + 75px);
    display: block;
}

.g-grid__lines-h span:nth-child(59) {
    display: none;
}

.g-grid__lines-h span:nth-child(60) {
    display: none;
    top: calc(30 * min(70vw, 400px) + 75px);
    display: block;
}

.g-grid__lines-h span:nth-child(61) {
    display: none;
}

.g-grid__lines-h span:nth-child(62) {
    display: none;
    top: calc(31 * min(70vw, 400px) + 75px);
    display: block;
}

.g-grid__lines-h span:nth-child(63) {
    display: none;
}

.g-grid__lines-h span:nth-child(64) {
    display: none;
    top: calc(32 * min(70vw, 400px) + 75px);
    display: block;
}

.g-grid__lines-h span:nth-child(65) {
    display: none;
}

.g-grid__lines-h span:nth-child(66) {
    display: none;
    top: calc(33 * min(70vw, 400px) + 75px);
    display: block;
}

.g-grid__lines-h span:nth-child(67) {
    display: none;
}

.g-grid__lines-h span:nth-child(68) {
    display: none;
    top: calc(34 * min(70vw, 400px) + 75px);
    display: block;
}

.g-grid__lines-h span:nth-child(69) {
    display: none;
}

.g-grid__lines-h span:nth-child(70) {
    display: none;
    top: calc(35 * min(70vw, 400px) + 75px);
    display: block;
}

.g-grid__lines-h span:nth-child(71) {
    display: none;
}

.g-grid__lines-h span:nth-child(72) {
    display: none;
    top: calc(36 * min(70vw, 400px) + 75px);
    display: block;
}

.g-grid__lines-h span:nth-child(73) {
    display: none;
}

.g-grid__lines-h span:nth-child(74) {
    display: none;
    top: calc(37 * min(70vw, 400px) + 75px);
    display: block;
}

.g-grid__lines-h span:nth-child(75) {
    display: none;
}

.g-grid__lines-h span:nth-child(76) {
    display: none;
    top: calc(38 * min(70vw, 400px) + 75px);
    display: block;
}

.g-grid__lines-h span:nth-child(77) {
    display: none;
}

.g-grid__lines-h span:nth-child(78) {
    display: none;
    top: calc(39 * min(70vw, 400px) + 75px);
    display: block;
}

.g-grid__lines-h span:nth-child(79) {
    display: none;
}

.g-grid__lines-h span:nth-child(80) {
    display: none;
    top: calc(40 * min(70vw, 400px) + 75px);
    display: block;
}

.g-grid__lines-h span:nth-child(81) {
    display: none;
}

.g-grid__lines-h span:nth-child(82) {
    display: none;
    top: calc(41 * min(70vw, 400px) + 75px);
    display: block;
}

.g-grid__lines-h span:nth-child(83) {
    display: none;
}

.g-grid__lines-h span:nth-child(84) {
    display: none;
    top: calc(42 * min(70vw, 400px) + 75px);
    display: block;
}

.g-grid__lines-h span:nth-child(85) {
    display: none;
}

.g-grid__lines-h span:nth-child(86) {
    display: none;
    top: calc(43 * min(70vw, 400px) + 75px);
    display: block;
}

.g-grid__lines-h span:nth-child(87) {
    display: none;
}

.g-grid__lines-h span:nth-child(88) {
    display: none;
    top: calc(44 * min(70vw, 400px) + 75px);
    display: block;
}

.g-grid__lines-h span:nth-child(89) {
    display: none;
}

.g-grid__lines-h span:nth-child(90) {
    display: none;
    top: calc(45 * min(70vw, 400px) + 75px);
    display: block;
}

.g-grid__lines-h span:nth-child(91) {
    display: none;
}

.g-grid__lines-h span:nth-child(92) {
    display: none;
    top: calc(46 * min(70vw, 400px) + 75px);
    display: block;
}

.g-grid__lines-h span:nth-child(93) {
    display: none;
}

.g-grid__lines-h span:nth-child(94) {
    display: none;
    top: calc(47 * min(70vw, 400px) + 75px);
    display: block;
}

.g-grid__lines-h span:nth-child(95) {
    display: none;
}

.g-grid__lines-h span:nth-child(96) {
    display: none;
    top: calc(48 * min(70vw, 400px) + 75px);
    display: block;
}

.g-grid__lines-h span:nth-child(97) {
    display: none;
}

.g-grid__lines-h span:nth-child(98) {
    display: none;
    top: calc(49 * min(70vw, 400px) + 75px);
    display: block;
}

.g-grid__lines-h span:nth-child(99) {
    display: none;
}

@media(min-width: 768px) {
    .g-grid__lines-h span:nth-child(1) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(2) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(3) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(4) {
        display: none;
        top: calc(25vw + 75px);
        display: block;
    }

    .g-grid__lines-h span:nth-child(5) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(6) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(7) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(8) {
        display: none;
        top: calc(50vw + 75px);
        display: block;
    }

    .g-grid__lines-h span:nth-child(9) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(10) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(11) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(12) {
        display: none;
        top: calc(75vw + 75px);
        display: block;
    }

    .g-grid__lines-h span:nth-child(13) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(14) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(15) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(16) {
        display: none;
        top: calc(100vw + 75px);
        display: block;
    }

    .g-grid__lines-h span:nth-child(17) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(18) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(19) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(20) {
        display: none;
        top: calc(125vw + 75px);
        display: block;
    }

    .g-grid__lines-h span:nth-child(21) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(22) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(23) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(24) {
        display: none;
        top: calc(150vw + 75px);
        display: block;
    }

    .g-grid__lines-h span:nth-child(25) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(26) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(27) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(28) {
        display: none;
        top: calc(175vw + 75px);
        display: block;
    }

    .g-grid__lines-h span:nth-child(29) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(30) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(31) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(32) {
        display: none;
        top: calc(200vw + 75px);
        display: block;
    }

    .g-grid__lines-h span:nth-child(33) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(34) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(35) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(36) {
        display: none;
        top: calc(225vw + 75px);
        display: block;
    }

    .g-grid__lines-h span:nth-child(37) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(38) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(39) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(40) {
        display: none;
        top: calc(250vw + 75px);
        display: block;
    }

    .g-grid__lines-h span:nth-child(41) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(42) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(43) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(44) {
        display: none;
        top: calc(275vw + 75px);
        display: block;
    }

    .g-grid__lines-h span:nth-child(45) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(46) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(47) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(48) {
        display: none;
        top: calc(300vw + 75px);
        display: block;
    }

    .g-grid__lines-h span:nth-child(49) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(50) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(51) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(52) {
        display: none;
        top: calc(325vw + 75px);
        display: block;
    }

    .g-grid__lines-h span:nth-child(53) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(54) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(55) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(56) {
        display: none;
        top: calc(350vw + 75px);
        display: block;
    }

    .g-grid__lines-h span:nth-child(57) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(58) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(59) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(60) {
        display: none;
        top: calc(375vw + 75px);
        display: block;
    }

    .g-grid__lines-h span:nth-child(61) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(62) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(63) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(64) {
        display: none;
        top: calc(400vw + 75px);
        display: block;
    }

    .g-grid__lines-h span:nth-child(65) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(66) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(67) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(68) {
        display: none;
        top: calc(425vw + 75px);
        display: block;
    }

    .g-grid__lines-h span:nth-child(69) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(70) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(71) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(72) {
        display: none;
        top: calc(450vw + 75px);
        display: block;
    }

    .g-grid__lines-h span:nth-child(73) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(74) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(75) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(76) {
        display: none;
        top: calc(475vw + 75px);
        display: block;
    }

    .g-grid__lines-h span:nth-child(77) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(78) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(79) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(80) {
        display: none;
        top: calc(500vw + 75px);
        display: block;
    }

    .g-grid__lines-h span:nth-child(81) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(82) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(83) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(84) {
        display: none;
        top: calc(525vw + 75px);
        display: block;
    }

    .g-grid__lines-h span:nth-child(85) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(86) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(87) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(88) {
        display: none;
        top: calc(550vw + 75px);
        display: block;
    }

    .g-grid__lines-h span:nth-child(89) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(90) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(91) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(92) {
        display: none;
        top: calc(575vw + 75px);
        display: block;
    }

    .g-grid__lines-h span:nth-child(93) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(94) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(95) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(96) {
        display: none;
        top: calc(600vw + 75px);
        display: block;
    }

    .g-grid__lines-h span:nth-child(97) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(98) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(99) {
        display: none;
    }
}

@media(min-width: 1024px) {
    .g-grid__lines-h span:nth-child(1) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(2) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(3) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(4) {
        display: none;
        top: 25vw;
        display: block;
    }

    .g-grid__lines-h span:nth-child(5) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(6) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(7) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(8) {
        display: none;
        top: 50vw;
        display: block;
    }

    .g-grid__lines-h span:nth-child(9) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(10) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(11) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(12) {
        display: none;
        top: 75vw;
        display: block;
    }

    .g-grid__lines-h span:nth-child(13) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(14) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(15) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(16) {
        display: none;
        top: 100vw;
        display: block;
    }

    .g-grid__lines-h span:nth-child(17) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(18) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(19) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(20) {
        display: none;
        top: 125vw;
        display: block;
    }

    .g-grid__lines-h span:nth-child(21) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(22) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(23) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(24) {
        display: none;
        top: 150vw;
        display: block;
    }

    .g-grid__lines-h span:nth-child(25) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(26) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(27) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(28) {
        display: none;
        top: 175vw;
        display: block;
    }

    .g-grid__lines-h span:nth-child(29) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(30) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(31) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(32) {
        display: none;
        top: 200vw;
        display: block;
    }

    .g-grid__lines-h span:nth-child(33) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(34) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(35) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(36) {
        display: none;
        top: 225vw;
        display: block;
    }

    .g-grid__lines-h span:nth-child(37) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(38) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(39) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(40) {
        display: none;
        top: 250vw;
        display: block;
    }

    .g-grid__lines-h span:nth-child(41) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(42) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(43) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(44) {
        display: none;
        top: 275vw;
        display: block;
    }

    .g-grid__lines-h span:nth-child(45) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(46) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(47) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(48) {
        display: none;
        top: 300vw;
        display: block;
    }

    .g-grid__lines-h span:nth-child(49) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(50) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(51) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(52) {
        display: none;
        top: 325vw;
        display: block;
    }

    .g-grid__lines-h span:nth-child(53) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(54) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(55) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(56) {
        display: none;
        top: 350vw;
        display: block;
    }

    .g-grid__lines-h span:nth-child(57) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(58) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(59) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(60) {
        display: none;
        top: 375vw;
        display: block;
    }

    .g-grid__lines-h span:nth-child(61) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(62) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(63) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(64) {
        display: none;
        top: 400vw;
        display: block;
    }

    .g-grid__lines-h span:nth-child(65) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(66) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(67) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(68) {
        display: none;
        top: 425vw;
        display: block;
    }

    .g-grid__lines-h span:nth-child(69) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(70) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(71) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(72) {
        display: none;
        top: 450vw;
        display: block;
    }

    .g-grid__lines-h span:nth-child(73) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(74) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(75) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(76) {
        display: none;
        top: 475vw;
        display: block;
    }

    .g-grid__lines-h span:nth-child(77) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(78) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(79) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(80) {
        display: none;
        top: 500vw;
        display: block;
    }

    .g-grid__lines-h span:nth-child(81) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(82) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(83) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(84) {
        display: none;
        top: 525vw;
        display: block;
    }

    .g-grid__lines-h span:nth-child(85) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(86) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(87) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(88) {
        display: none;
        top: 550vw;
        display: block;
    }

    .g-grid__lines-h span:nth-child(89) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(90) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(91) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(92) {
        display: none;
        top: 575vw;
        display: block;
    }

    .g-grid__lines-h span:nth-child(93) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(94) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(95) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(96) {
        display: none;
        top: 600vw;
        display: block;
    }

    .g-grid__lines-h span:nth-child(97) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(98) {
        display: none;
    }

    .g-grid__lines-h span:nth-child(99) {
        display: none;
    }
}

.g-grid__item {
    position: relative;
    height: auto;
    display: block;
}

@media(min-width: 500px) {
    .g-grid__item {
        height: auto;
    }
}

.-type-products .g-grid__item {
    height: auto;
    padding: 5%;
    height: min(70vw, 400px);
}

@media(min-width: 768px) {
    .-type-products .g-grid__item {
        height: auto;
    }
}

@media(min-width: 1024px) {
    .-type-products .g-grid__item {
        height: auto;
    }
}

.-type-authors .g-grid__item,
.-type-events .g-grid__item {
    transform: scale(1);
    transition: transform .6s, opacity .6s;
}

.-type-authors .g-grid__item:nth-child(1),
.-type-events .g-grid__item:nth-child(1) {
    transition-delay: .03s;
}

.-type-authors .g-grid__item:nth-child(2),
.-type-events .g-grid__item:nth-child(2) {
    transition-delay: .06s;
}

.-type-authors .g-grid__item:nth-child(3),
.-type-events .g-grid__item:nth-child(3) {
    transition-delay: .09s;
}

.-type-authors .g-grid__item:nth-child(4),
.-type-events .g-grid__item:nth-child(4) {
    transition-delay: .12s;
}

.-type-authors .g-grid__item:nth-child(5),
.-type-events .g-grid__item:nth-child(5) {
    transition-delay: .15s;
}

.-type-authors .g-grid__item:nth-child(6),
.-type-events .g-grid__item:nth-child(6) {
    transition-delay: .18s;
}

.-type-authors .g-grid__item:nth-child(7),
.-type-events .g-grid__item:nth-child(7) {
    transition-delay: .21s;
}

.-type-authors .g-grid__item:nth-child(8),
.-type-events .g-grid__item:nth-child(8) {
    transition-delay: .24s;
}

.-type-authors .g-grid__item:nth-child(9),
.-type-events .g-grid__item:nth-child(9) {
    transition-delay: .27s;
}

.-type-authors .g-grid__item:nth-child(10),
.-type-events .g-grid__item:nth-child(10) {
    transition-delay: .3s;
}

.-type-authors .g-grid__item:nth-child(11),
.-type-events .g-grid__item:nth-child(11) {
    transition-delay: .33s;
}

.-type-authors .g-grid__item:nth-child(12),
.-type-events .g-grid__item:nth-child(12) {
    transition-delay: .36s;
}

.-type-authors .g-grid__item:nth-child(13),
.-type-events .g-grid__item:nth-child(13) {
    transition-delay: .39s;
}

.-type-authors .g-grid__item:nth-child(14),
.-type-events .g-grid__item:nth-child(14) {
    transition-delay: .42s;
}

.-type-authors .g-grid__item:nth-child(15),
.-type-events .g-grid__item:nth-child(15) {
    transition-delay: .45s;
}

.-type-authors .g-grid__item:nth-child(16),
.-type-events .g-grid__item:nth-child(16) {
    transition-delay: .48s;
}

.-type-authors .g-grid__item:nth-child(17),
.-type-events .g-grid__item:nth-child(17) {
    transition-delay: .51s;
}

.-type-authors .g-grid__item:nth-child(18),
.-type-events .g-grid__item:nth-child(18) {
    transition-delay: .54s;
}

.-type-authors .g-grid__item:nth-child(19),
.-type-events .g-grid__item:nth-child(19) {
    transition-delay: .57s;
}

.-type-authors .g-grid__item:nth-child(20),
.-type-events .g-grid__item:nth-child(20) {
    transition-delay: .6s;
}

.-type-authors .g-grid__item:nth-child(21),
.-type-events .g-grid__item:nth-child(21) {
    transition-delay: .63s;
}

.-type-authors .g-grid__item:nth-child(22),
.-type-events .g-grid__item:nth-child(22) {
    transition-delay: .66s;
}

.-type-authors .g-grid__item:nth-child(23),
.-type-events .g-grid__item:nth-child(23) {
    transition-delay: .69s;
}

.-type-authors .g-grid__item:nth-child(24),
.-type-events .g-grid__item:nth-child(24) {
    transition-delay: .72s;
}

.-type-authors .g-grid__item:nth-child(25),
.-type-events .g-grid__item:nth-child(25) {
    transition-delay: .75s;
}

.-type-authors .g-grid__item:nth-child(26),
.-type-events .g-grid__item:nth-child(26) {
    transition-delay: .78s;
}

.-type-authors .g-grid__item:nth-child(27),
.-type-events .g-grid__item:nth-child(27) {
    transition-delay: .81s;
}

.-type-authors .g-grid__item:nth-child(28),
.-type-events .g-grid__item:nth-child(28) {
    transition-delay: .84s;
}

.-type-authors .g-grid__item:nth-child(29),
.-type-events .g-grid__item:nth-child(29) {
    transition-delay: .87s;
}

.-type-authors .g-grid__item:nth-child(30),
.-type-events .g-grid__item:nth-child(30) {
    transition-delay: .9s;
}

.-type-authors .g-grid__item:nth-child(31),
.-type-events .g-grid__item:nth-child(31) {
    transition-delay: .93s;
}

.-type-authors .g-grid__item:nth-child(32),
.-type-events .g-grid__item:nth-child(32) {
    transition-delay: .96s;
}

.-type-authors .g-grid__item:nth-child(33),
.-type-events .g-grid__item:nth-child(33) {
    transition-delay: .99s;
}

.-type-authors .g-grid__item:nth-child(34),
.-type-events .g-grid__item:nth-child(34) {
    transition-delay: 1.02s;
}

.-type-authors .g-grid__item:nth-child(35),
.-type-events .g-grid__item:nth-child(35) {
    transition-delay: 1.05s;
}

.-type-authors .g-grid__item:nth-child(36),
.-type-events .g-grid__item:nth-child(36) {
    transition-delay: 1.08s;
}

.-type-authors .g-grid__item:nth-child(37),
.-type-events .g-grid__item:nth-child(37) {
    transition-delay: 1.11s;
}

.-type-authors .g-grid__item:nth-child(38),
.-type-events .g-grid__item:nth-child(38) {
    transition-delay: 1.14s;
}

.-type-authors .g-grid__item:nth-child(39),
.-type-events .g-grid__item:nth-child(39) {
    transition-delay: 1.17s;
}

.-type-authors .g-grid__item:nth-child(40),
.-type-events .g-grid__item:nth-child(40) {
    transition-delay: 1.2s;
}

.-type-authors .g-grid__item:nth-child(41),
.-type-events .g-grid__item:nth-child(41) {
    transition-delay: 1.23s;
}

.-type-authors .g-grid__item:nth-child(42),
.-type-events .g-grid__item:nth-child(42) {
    transition-delay: 1.26s;
}

.-type-authors .g-grid__item:nth-child(43),
.-type-events .g-grid__item:nth-child(43) {
    transition-delay: 1.29s;
}

.-type-authors .g-grid__item:nth-child(44),
.-type-events .g-grid__item:nth-child(44) {
    transition-delay: 1.32s;
}

.-type-authors .g-grid__item:nth-child(45),
.-type-events .g-grid__item:nth-child(45) {
    transition-delay: 1.35s;
}

.-type-authors .g-grid__item:nth-child(46),
.-type-events .g-grid__item:nth-child(46) {
    transition-delay: 1.38s;
}

.-type-authors .g-grid__item:nth-child(47),
.-type-events .g-grid__item:nth-child(47) {
    transition-delay: 1.41s;
}

.-type-authors .g-grid__item:nth-child(48),
.-type-events .g-grid__item:nth-child(48) {
    transition-delay: 1.44s;
}

.-type-authors .g-grid__item:nth-child(49),
.-type-events .g-grid__item:nth-child(49) {
    transition-delay: 1.47s;
}

.-type-authors .g-grid__item:nth-child(50),
.-type-events .g-grid__item:nth-child(50) {
    transition-delay: 1.5s;
}

.-type-authors .g-grid__item:nth-child(51),
.-type-events .g-grid__item:nth-child(51) {
    transition-delay: 1.53s;
}

.-type-authors .g-grid__item:nth-child(52),
.-type-events .g-grid__item:nth-child(52) {
    transition-delay: 1.56s;
}

.-type-authors .g-grid__item:nth-child(53),
.-type-events .g-grid__item:nth-child(53) {
    transition-delay: 1.59s;
}

.-type-authors .g-grid__item:nth-child(54),
.-type-events .g-grid__item:nth-child(54) {
    transition-delay: 1.62s;
}

.-type-authors .g-grid__item:nth-child(55),
.-type-events .g-grid__item:nth-child(55) {
    transition-delay: 1.65s;
}

.-type-authors .g-grid__item:nth-child(56),
.-type-events .g-grid__item:nth-child(56) {
    transition-delay: 1.68s;
}

.-type-authors .g-grid__item:nth-child(57),
.-type-events .g-grid__item:nth-child(57) {
    transition-delay: 1.71s;
}

.-type-authors .g-grid__item:nth-child(58),
.-type-events .g-grid__item:nth-child(58) {
    transition-delay: 1.74s;
}

.-type-authors .g-grid__item:nth-child(59),
.-type-events .g-grid__item:nth-child(59) {
    transition-delay: 1.77s;
}

.-type-authors .g-grid__item:nth-child(60),
.-type-events .g-grid__item:nth-child(60) {
    transition-delay: 1.8s;
}

.-type-authors .g-grid__item:nth-child(61),
.-type-events .g-grid__item:nth-child(61) {
    transition-delay: 1.83s;
}

.-type-authors .g-grid__item:nth-child(62),
.-type-events .g-grid__item:nth-child(62) {
    transition-delay: 1.86s;
}

.-type-authors .g-grid__item:nth-child(63),
.-type-events .g-grid__item:nth-child(63) {
    transition-delay: 1.89s;
}

.-type-authors .g-grid__item:nth-child(64),
.-type-events .g-grid__item:nth-child(64) {
    transition-delay: 1.92s;
}

.-type-authors .g-grid__item:nth-child(65),
.-type-events .g-grid__item:nth-child(65) {
    transition-delay: 1.95s;
}

.-type-authors .g-grid__item:nth-child(66),
.-type-events .g-grid__item:nth-child(66) {
    transition-delay: 1.98s;
}

.-type-authors .g-grid__item:nth-child(67),
.-type-events .g-grid__item:nth-child(67) {
    transition-delay: 2.01s;
}

.-type-authors .g-grid__item:nth-child(68),
.-type-events .g-grid__item:nth-child(68) {
    transition-delay: 2.04s;
}

.-type-authors .g-grid__item:nth-child(69),
.-type-events .g-grid__item:nth-child(69) {
    transition-delay: 2.07s;
}

.-type-authors .g-grid__item:nth-child(70),
.-type-events .g-grid__item:nth-child(70) {
    transition-delay: 2.1s;
}

.-type-authors .g-grid__item:nth-child(71),
.-type-events .g-grid__item:nth-child(71) {
    transition-delay: 2.13s;
}

.-type-authors .g-grid__item:nth-child(72),
.-type-events .g-grid__item:nth-child(72) {
    transition-delay: 2.16s;
}

.-type-authors .g-grid__item:nth-child(73),
.-type-events .g-grid__item:nth-child(73) {
    transition-delay: 2.19s;
}

.-type-authors .g-grid__item:nth-child(74),
.-type-events .g-grid__item:nth-child(74) {
    transition-delay: 2.22s;
}

.-type-authors .g-grid__item:nth-child(75),
.-type-events .g-grid__item:nth-child(75) {
    transition-delay: 2.25s;
}

.-type-authors .g-grid__item:nth-child(76),
.-type-events .g-grid__item:nth-child(76) {
    transition-delay: 2.28s;
}

.-type-authors .g-grid__item:nth-child(77),
.-type-events .g-grid__item:nth-child(77) {
    transition-delay: 2.31s;
}

.-type-authors .g-grid__item:nth-child(78),
.-type-events .g-grid__item:nth-child(78) {
    transition-delay: 2.34s;
}

.-type-authors .g-grid__item:nth-child(79),
.-type-events .g-grid__item:nth-child(79) {
    transition-delay: 2.37s;
}

.-type-authors .g-grid__item:nth-child(80),
.-type-events .g-grid__item:nth-child(80) {
    transition-delay: 2.4s;
}

.-type-authors .g-grid__item:nth-child(81),
.-type-events .g-grid__item:nth-child(81) {
    transition-delay: 2.43s;
}

.-type-authors .g-grid__item:nth-child(82),
.-type-events .g-grid__item:nth-child(82) {
    transition-delay: 2.46s;
}

.-type-authors .g-grid__item:nth-child(83),
.-type-events .g-grid__item:nth-child(83) {
    transition-delay: 2.49s;
}

.-type-authors .g-grid__item:nth-child(84),
.-type-events .g-grid__item:nth-child(84) {
    transition-delay: 2.52s;
}

.-type-authors .g-grid__item:nth-child(85),
.-type-events .g-grid__item:nth-child(85) {
    transition-delay: 2.55s;
}

.-type-authors .g-grid__item:nth-child(86),
.-type-events .g-grid__item:nth-child(86) {
    transition-delay: 2.58s;
}

.-type-authors .g-grid__item:nth-child(87),
.-type-events .g-grid__item:nth-child(87) {
    transition-delay: 2.61s;
}

.-type-authors .g-grid__item:nth-child(88),
.-type-events .g-grid__item:nth-child(88) {
    transition-delay: 2.64s;
}

.-type-authors .g-grid__item:nth-child(89),
.-type-events .g-grid__item:nth-child(89) {
    transition-delay: 2.67s;
}

.-type-authors .g-grid__item:nth-child(90),
.-type-events .g-grid__item:nth-child(90) {
    transition-delay: 2.7s;
}

.-type-authors .g-grid__item:nth-child(91),
.-type-events .g-grid__item:nth-child(91) {
    transition-delay: 2.73s;
}

.-type-authors .g-grid__item:nth-child(92),
.-type-events .g-grid__item:nth-child(92) {
    transition-delay: 2.76s;
}

.-type-authors .g-grid__item:nth-child(93),
.-type-events .g-grid__item:nth-child(93) {
    transition-delay: 2.79s;
}

.-type-authors .g-grid__item:nth-child(94),
.-type-events .g-grid__item:nth-child(94) {
    transition-delay: 2.82s;
}

.-type-authors .g-grid__item:nth-child(95),
.-type-events .g-grid__item:nth-child(95) {
    transition-delay: 2.85s;
}

.-type-authors .g-grid__item:nth-child(96),
.-type-events .g-grid__item:nth-child(96) {
    transition-delay: 2.88s;
}

.-type-authors .g-grid__item:nth-child(97),
.-type-events .g-grid__item:nth-child(97) {
    transition-delay: 2.91s;
}

.-type-authors .g-grid__item:nth-child(98),
.-type-events .g-grid__item:nth-child(98) {
    transition-delay: 2.94s;
}

.-type-authors .g-grid__item:nth-child(99),
.-type-events .g-grid__item:nth-child(99) {
    transition-delay: 2.97s;
}

.-transition .-type-authors .g-grid__item,
.-transition .-type-events .g-grid__item {
    opacity: 0;
    transform: scale(0.8);
}

.g-grid__item .-shadow {
    pointer-events: none;
}

.g-grid__info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    will-change: opacity;
    padding: 2rem;
    gap: 1.6rem;
    opacity: 0;
    transform: translateY(10px);
    z-index: 2;
    padding: 1.6rem;
}

.g-grid__info span,
.g-grid__info strong {
    display: block;
    font-size: 1.2rem;
}

.g-grid__info strong {
    margin-bottom: .4rem;
}

@media(hover: hover) {
    .g-grid__info {
        display: none;
    }
}

.-type-authors .g-grid__info,
.-type-events .g-grid__info {
    opacity: 1;
    transform: none;
    background: #fff;
    color: #000;
    border: 1px solid #000;
    bottom: 1.6rem;
    left: 1.6rem;
    right: 1.6rem;
}

.-type-authors .g-grid__info strong,
.-type-events .g-grid__info strong {
    width: 100%;
    margin: 0;
}

.g-grid__card {
    display: block;
    width: 100%;
}

.g-grid__card.-clone {
    position: fixed;
    z-index: 3;
    left: 0;
    top: 0;
}

.g-grid__card.-clone>div {
    padding-bottom: 0;
    height: 100%;
}

.g-grid__card.-clone .g-grid__gallery>div {
    background: 0;
}

.g-grid__card>div {
    width: 100%;
    display: block;
    position: relative;
    padding-bottom: 100%;
}

.-type-authors .g-grid__card>div,
.-type-events .g-grid__card>div {
    padding-bottom: 150%;
    height: 0;
}

@media(min-width: 500px) {

    .-type-authors .g-grid__card>div,
    .-type-events .g-grid__card>div {
        padding-bottom: 100%;
        height: 0;
    }
}

.g-grid__card img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    object-fit: contain;
}

.g-grid__card.-type-authors img,
.g-grid__card.-type-events img {
    object-fit: cover;
    object-position: center center;
}

.g-grid__gallery {
    position: absolute;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.g-grid__gallery>div {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: none;
}

.g-grid__gallery>div.-active {
    display: block;
}

.g-switch {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 2rem;
    display: flex;
    justify-content: center;
    z-index: 9;
    transition: all var(--ease) var(--timing-400);
    transform: translate3d(0, 0, 2500px);
}

.-transition .g-switch,
.-loading .g-switch,
.-detail .g-switch {
    transform: translate3d(0, 150%, 2500px);
}

.g-switch__btn {
    line-height: 1;
    font-family: Garet, sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1;
    border: 1px solid #917415;
    border-radius: 10px;
    padding: 1rem;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.g-switch__btn.-active {
    color: #917415;
    user-select: none;
    pointer-events: none;
}

.g-switch__btn.-active::after {
    translate: 0;
}

@media(hover: hover) {
    .g-switch__btn:hover {
        color: #fff;
    }

    .g-switch__btn:hover::after {
        translate: 0;
    }
}

.g-switch__btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    translate: 0 100%;
    background-color: white;
    z-index: 1;
    transition: all var(--ease) var(--timing-400);
}

.g-switch__btn span {
    transition: all var(--ease) var(--timing-400);
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .6rem;
}

.g-switch__btn span svg {
    flex-shrink: 0;
    width: 2.4rem;
    height: 2.4rem;
    display: block;
    fill: currentColor;
}

.g-switch__btn+.g-switch__btn {
    border-right: 1px solid #000;
}

.g-cursor {
    position: fixed;
    z-index: 99;
    pointer-events: none;
    margin-left: 2rem;
    margin-top: 2rem;
    display: none;
    transform: translateZ(1900px);
}

@media(hover: hover) {
    .g-cursor {
        display: block;
    }
}

.g-cursor.-right {
    margin-left: -2rem;
    text-align: right;
}

.g-cursor__product {
    white-space: nowrap;
    position: relative;
}

.g-cursor__product>span {
    display: block;
    height: 1px;
    background: #000;
    transform-origin: 0 0;
    transform: scale(0, 1);
    transition: transform var(--timing-400);
    width: 100%;
}

.-right .g-cursor__product>span {
    left: auto;
    right: 0;
    transform-origin: 100% 0;
}

.-show .g-cursor__product>span {
    transform: scale(1, 1);
}

.g-cursor__product-author {
    position: absolute;
    left: 0;
    top: calc(100% + 0rem);
    overflow: hidden;
    display: block;
    line-height: 1;
    font-family: Garet, sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.2;
    line-height: 1.2;
    min-height: 2rem;
}

.-right .g-cursor__product-author {
    left: auto;
    right: 0;
}

.g-cursor__product-author>div {
    background-color: #fff;
    padding: .8rem;
    border: 1px solid #000;
    transform: translateY(-110%);
    transition: transform var(--timing-200);
}

.-show .g-cursor__product-author>div {
    transform: translateY(0);
}

.g-cursor__product-author>div:empty {
    display: none;
}

.g-cursor__product-title {
    line-height: 1;
    font-family: Garet, sans-serif;
    font-weight: 700;
    font-size: 3.2rem;
    letter-spacing: -1px;
    overflow: hidden;
    display: block;
    position: absolute;
    left: 0;
    bottom: calc(100% - 1px);
    text-transform: uppercase;
}

.-right .g-cursor__product-title {
    left: auto;
    right: 0;
}

.g-cursor__product-title>div {
    background-color: #fff;
    padding: .8rem;
    border: 1px solid #000;
    transform: translateY(110%);
    transition: transform var(--timing-200);
}

.-show .g-cursor__product-title>div {
    transform: translateY(0);
}

.g-pdp {
    opacity: 0;
}

.g-pdp__back {
    position: absolute;
    left: 1.6rem;
    top: 90px;
    z-index: 2;
}

@media(min-width: 1024px) {
    .g-pdp__back {
        display: none;
    }
}

.g-pdp__back a {
    display: inline-flex;
    align-items: center;
    font-size: 1.4rem;
    line-height: 1.4rem;
    gap: .4rem;
}

.g-pdp__back a svg {
    width: 21px;
    height: 21px;
    margin-top: 3px;
}

@media(min-width: 1024px) {
    .g-pdp {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
}

.g-pdp.-active {
    opacity: 1;
}

.g-pdp__products {
    padding-top: 10rem;
    padding-bottom: 4rem;
    border-bottom: 1px solid #000;
    position: relative;
    overflow: hidden;
}

@media(min-width: 1024px) {
    .g-pdp__products {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 10rem 0;
        width: 60%;
        border-bottom: 0;
    }
}

@media(min-width: 1280px) {
    .g-pdp__products {
        width: 65%;
    }
}

@media(min-width: 1680px) {
    .g-pdp__products {
        width: 75%;
    }
}

.g-pdp__products-nav {
    display: flex;
    position: absolute;
    z-index: 2;
    bottom: -1px;
    left: -1px;
    right: -1px;
    transition: all var(--ease) var(--timing-400);
}

.g-pdp__products-nav .swiper-button-disabled svg {
    opacity: .2;
}

.-loading .g-pdp__products-nav,
.-transition .g-pdp__products-nav {
    opacity: 0;
    translate: 0 1rem;
}

@media(min-width: 1024px) {
    .g-pdp__products-nav {
        display: none;
    }
}

.g-pdp__products-nav:before {
    content: "";
    border-top: 1px solid #000;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

.g-pdp__products-nav .swiper {
    width: calc(100% - 108px);
}

.g-pdp__products-nav .swiper .swiper-slide {
    width: auto;
    position: relative;
}

.g-pdp__products-nav .swiper .swiper-slide img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.g-pdp__products-nav .swiper .swiper-slide.-active img {
    scale: 1.2;
}

@media(min-width: 1024px) {
    .g-pdp__swiper {
        height: 80vh;
    }
}

.g-pdp__slide {
    display: flex;
    align-items: center;
}

.g-pdp__slide img {
    will-change: transform;
}

.g-pdp__slide.swiper-slide-prev .g-pdp__card,
.g-pdp__slide.swiper-slide-next .g-pdp__card {
    opacity: 0;
    transform: translateX(20%);
    transition: 1s var(--ease);
}

.-active .g-pdp__slide.swiper-slide-prev .g-pdp__card,
.-active .g-pdp__slide.swiper-slide-next .g-pdp__card {
    opacity: 1;
    transform: translateX(0);
}

.g-pdp__slide.swiper-slide-prev .g-pdp__card {
    transform: translateX(-20%);
}

.g-pdp__nav-next,
.g-pdp__nav-prev {
    position: absolute;
    width: 20%;
    left: 0;
    top: 0;
    bottom: 0;
    background: 0;
    z-index: 999;
    display: none;
    cursor: pointer;
}

@media(min-width: 1024px) {

    .g-pdp__nav-next,
    .g-pdp__nav-prev {
        display: block;
    }
}

.g-pdp__nav-next.swiper-button-disabled,
.g-pdp__nav-prev.swiper-button-disabled {
    pointer-events: none;
}

.g-pdp__nav-next {
    right: 0;
    left: auto;
}

.g-pdp__card {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.g-pdp__card>iframe,
.g-pdp__card>picture,
.g-pdp__card>picture>img,
.g-pdp__card>img,
.g-pdp__card>svg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.g-pdp__card:after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
}

.g-pdp__card .g-media__spacer {
    display: none !important;
}

@media(min-width: 1024px) {
    .g-pdp__card {
        height: 100%;
        position: relative;
    }

    .g-pdp__card img {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

.g-sidebar {
    padding: 1.6rem;
    padding-top: 3.2rem;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    overflow-y: hidden;
}

.g-sidebar__label {
    opacity: .3;
}

@media(min-width: 1024px) {
    .g-sidebar {
        padding-left: 2.4rem;
        padding-right: 2.4rem;
        position: absolute;
        top: 0;
        right: 0;
        width: 40%;
        border-left: 1px solid #000;
        height: 100vh;
    }
}

@media(min-width: 1280px) {
    .g-sidebar {
        width: 35%;
    }
}

@media(min-width: 1680px) {
    .g-sidebar {
        width: 25%;
        height: 100vh;
    }
}

.g-sidebar__subtitle {
    text-transform: none !important;
}

.g-sidebar__inline {
    padding-bottom: 1rem;
    padding-top: 1rem;
    /*padding-top: 1.5rem;*/
}

.g-sidebar__inline .-t-subtitle-2 {
    margin-bottom: 1.6rem;
}

.g-sidebar>div {
    transition: all var(--ease) var(--timing-400);
}

.-loading .g-sidebar>div,
.-transition .g-sidebar>div {
    opacity: 0;
    translate: 0 1rem;
}

.g-sidebar>div:nth-child(1) {
    transition-delay: .1s;
}

.g-sidebar>div:nth-child(2) {
    transition-delay: .2s;
}

.g-sidebar>div:nth-child(3) {
    transition-delay: .3s;
}

.g-sidebar>div:nth-child(4) {
    transition-delay: .4s;
}

.g-sidebar>div:nth-child(5) {
    transition-delay: .5s;
}

.g-sidebar>div:nth-child(6) {
    transition-delay: .6s;
}

.g-sidebar>div:nth-child(7) {
    transition-delay: .7s;
}

.g-sidebar>div:nth-child(8) {
    transition-delay: .8s;
}

.g-sidebar>div:nth-child(9) {
    transition-delay: .9s;
}

.g-sidebar>div:nth-child(10) {
    transition-delay: 1s;
}

.g-sidebar__variants {
    padding: .6rem 0 0;
    display: none;
    border-bottom: 1px solid #000;
}

@media(min-width: 1024px) {
    .g-sidebar__variants {
        display: block;
    }
}

.g-sidebar__cta {
    padding: 2.4rem 0;
}

.g-sidebar__grid {
    display: flex;
    margin-top: 1.6rem;
}

.g-sidebar__grid img {
    width: 6.4rem;
    min-width: 6.4rem;
    display: block;
    transition: all var(--ease) var(--timing-400);
}

.g-sidebar__grid button {
    position: relative;
    cursor: pointer;
    padding-bottom: 1.2rem;
}

.g-sidebar__grid button img {
    aspect-ratio: 1/1;
}

@media(hover: hover) {
    .g-sidebar__grid button:hover img {
        scale: .8;
    }
}

.g-sidebar__grid button:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    position: absolute;
    z-index: -1;
    display: block;
}

.g-sidebar__grid button.-active {
    pointer-events: none;
}

.g-sidebar__grid button.-active::after {
    border-bottom: 2px solid #000;
    display: block;
}

.g-sidebar__title {
    line-height: 1;
    font-family: Garet, sans-serif;
    font-weight: 700;
    font-size: 3.2rem;
    letter-spacing: -1px;
    text-transform: uppercase;
    padding-top: 70px;
}

.g-sidebar__title+.g-sidebar__ul li:first-child {
    border-top: 1px solid #000;
}

.g-sidebar__title+.g-sidebar__ul li:first-child .g-sidebar__text {
    padding-top: 1.6rem;
}

.g-sidebar__title,
.g-sidebar__content {
    text-wrap: balance;
}

.g-sidebar__text {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}

.g-sidebar__text,
.g-sidebar__table {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.g-sidebar .g-cta+.g-sidebar__text,
.g-sidebar .g-cta+.g-sidebar__table {
    padding-top: 0;
}

.g-sidebar__table {
    display: flex;
}

.g-sidebar__table>div {
    display: flex;
    flex-grow: 1;
}

.g-sidebar__author {
    margin-bottom: -0.8rem;
}

.g-sidebar__author a {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.g-sidebar__author+.g-sidebar__ul li:first-child {
    border-top: 1px solid #000;
}

.g-sidebar__author+.g-sidebar__ul li:first-child .g-sidebar__text {
    padding-top: 1.6rem;
}

.g-sidebar__ul {
    overflow: auto;
}

.g-sidebar__ul li {
    transition: all var(--ease) var(--timing-400);
    border-top: 1px solid #000;
    overflow: hidden;
}

.g-sidebar__ul li:last-of-type {
    border-bottom: 1px solid #000;
}

.g-sidebar__ul li.g-sidebar__label {
    border-top: 0;
    line-height: 1;
    font-family: Garet, sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.2;
    text-transform: uppercase;
    padding-bottom: 1.6rem;
    margin-top: 2.4rem;
}

.g-sidebar__ul li:nth-child(1) {
    transition-delay: .1s;
}

.g-sidebar__ul li:nth-child(2) {
    transition-delay: .2s;
}

.g-sidebar__ul li:nth-child(3) {
    transition-delay: .3s;
}

.g-sidebar__ul li:nth-child(4) {
    transition-delay: .4s;
}

.g-sidebar__ul li:nth-child(5) {
    transition-delay: .5s;
}

.g-sidebar__ul li:nth-child(6) {
    transition-delay: .6s;
}

.g-sidebar__ul li:nth-child(7) {
    transition-delay: .7s;
}

.g-sidebar__ul li:nth-child(8) {
    transition-delay: .8s;
}

.g-sidebar__ul li:nth-child(9) {
    transition-delay: .9s;
}

.g-sidebar__ul li:nth-child(10) {
    transition-delay: 1s;
}

.-loading .g-sidebar__ul li,
.-transition .g-sidebar__ul li {
    opacity: 0;
    translate: 0 1rem;
}

.g-sidebar__social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #000;
    padding: 1.6rem 0;
}

.g-sidebar__social span {
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}

.g-sidebar__social ul {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 1.6rem;
}

.g-sidebar__social ul li {
    border: 0;
}

.g-sidebar__social ul li .g-cta {
    height: 2.4rem;
}

.g-sidebar__limited {
    margin-top: -1rem;
    justify-content: space-between;
    display: flex;
}

.g-pop-sidebar-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--ease) var(--timing-400);
}

.g-pop-sidebar-wrapper:target {
    pointer-events: visible;
    opacity: 1;
}

.g-pop-sidebar-wrapper:target img {
    translate: 0;
    opacity: 1;
}

.g-pop-sidebar-image {
    position: absolute;
    height: 100%;
    padding: 10rem 5%;
    background: #fff;
    display: none;
}

@media(min-width: 1024px) {
    .g-pop-sidebar-image {
        display: block;
    }
}

.g-pop-sidebar-image.-full {
    padding: 0;
}

.g-pop-sidebar-image.-full img {
    object-fit: cover;
}

@media(min-width: 1024px) {
    .g-pop-sidebar-image {
        width: 60%;
    }
}

@media(min-width: 1280px) {
    .g-pop-sidebar-image {
        width: 65%;
    }
}

@media(min-width: 1680px) {
    .g-pop-sidebar-image {
        width: 75%;
    }
}

.g-pop-sidebar-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    translate: 0 20rem;
    transition: all var(--ease) var(--timing-400);
}

.g-pop-sidebar-gallery {
    height: 100%;
}

.g-pop-sidebar-gallery__caption {
    position: absolute;
    bottom: 2.4rem;
    right: 2.4rem;
    background: #fff;
    padding: .4rem .8rem;
    border: 1px solid #000;
    max-width: 40rem;
    min-height: 5.4rem;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    opacity: 0;
    transition: opacity .3s;
}

.swiper-slide-active .g-pop-sidebar-gallery__caption {
    opacity: 1;
}

.g-pop-sidebar-gallery__nav {
    position: absolute;
    bottom: 2.4rem;
    left: 2.4rem;
    z-index: 9;
    display: flex;
    align-items: center;
}

.g-pop-sidebar-gallery__nav button.swiper-button-disabled {
    pointer-events: none;
}

.g-pop-sidebar-gallery__nav button.swiper-button-disabled svg {
    opacity: .2;
}

.g-pop-sidebar-gallery__nav button+button {
    margin-left: -1px;
}

.swiper-slide-active .g-pop-sidebar-gallery__caption {
    opacity: 1;
}

.g-pop-sidebar {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #fff;
    padding: 2.4rem;
    width: 100%;
}

@media(min-width: 1024px) {
    .g-pop-sidebar {
        border-left: 1px solid #000;
        width: 40%;
    }
}

@media(min-width: 1280px) {
    .g-pop-sidebar {
        width: 35%;
    }
}

@media(min-width: 1680px) {
    .g-pop-sidebar {
        width: 25%;
    }
}

.g-pop-sidebar__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 2.4rem;
    border-bottom: 1px solid #000;
}

.g-pop-sidebar__title {
    line-height: 1;
    font-family: Garet, sans-serif;
    font-weight: 700;
    font-size: 3.2rem;
    letter-spacing: -1px;
}

.g-pop-sidebar__name {
    margin-top: .8rem;
    line-height: 1;
    font-family: Garet, sans-serif;
    text-transform: none;
    font-size: 1.4rem;
    line-height: 1.3;
    font-weight: 500;
    font-weight: 500;
}

.g-pop-sidebar__body {
    padding-top: 2.4rem;
    display: flex;
    flex-direction: column;
    position: absolute;
    font-weight: 500;
    left: 2.4rem;
    top: 10.2rem;
    right: 2.4rem;
    bottom: 0;
    padding: 2.4rem 0;
    overflow: auto;
    line-height: 1.5;
}

.g-pop-sidebar__body::-webkit-scrollbar {
    display: none;
}

.g-pop-sidebar__body .-image img {
    display: block;
    width: 100%;
}

.g-pop-sidebar__body-gallery {
    width: 100%;
    flex-shrink: 0;
}

@media(min-width: 1024px) {
    .g-pop-sidebar__body-gallery {
        display: none;
    }
}

.g-pop-sidebar__body-gallery .swiper-slide {
    position: relative;
}

.g-pop-sidebar__body-gallery .swiper-slide>div {
    position: relative;
}

.g-pop-sidebar__body-gallery .swiper-slide>div:after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 80%;
    width: 100%;
}

.g-pop-sidebar__body-gallery .swiper-slide>div img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.g-pop-sidebar__body-gallery .swiper-slide>div .g-pop-sidebar-gallery__caption {
    position: absolute;
    bottom: 1.6rem;
    left: 1.6rem;
    display: inline-flex;
    right: auto;
    padding: .4rem;
    font-size: 1rem;
    max-width: 80%;
    min-height: 0;
}

.g-pop-sidebar__cta {
    margin-top: 2.4rem;
}

.g-gallery {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9;
    opacity: 0;
    pointer-events: none;
    will-change: opacity;
    transition: opacity var(--ease) var(--timing-400);
}

.g-gallery .swiper-slide {
    border-bottom: 1px solid #000;
    width: 100%;
    height: auto;
}

@media(min-width: 768px) {
    .g-gallery .swiper-slide {
        width: auto;
        height: 100%;
        border-bottom: 0;
        border-right: 1px solid #000;
    }
}

.g-gallery .swiper-slide img {
    display: block;
    object-fit: cover;
    opacity: 0;
    translate: 0 20rem;
    display: block;
    transition: all var(--ease) var(--timing-400);
    width: 100%;
}

@media(min-width: 768px) {
    .g-gallery .swiper-slide img {
        height: 100vh;
    }
}

.g-gallery .swiper-slide:nth-child(1) img {
    transition-delay: .1s;
}

.g-gallery .swiper-slide:nth-child(2) img {
    transition-delay: .2s;
}

.g-gallery .swiper-slide:nth-child(3) img {
    transition-delay: .3s;
}

.g-gallery .swiper-slide:nth-child(4) img {
    transition-delay: .4s;
}

.g-gallery .swiper-slide:nth-child(5) img {
    transition-delay: .5s;
}

.g-gallery .swiper-slide:nth-child(6) img {
    transition-delay: .6s;
}

.g-gallery .swiper-slide:nth-child(7) img {
    transition-delay: .7s;
}

.g-gallery .swiper-slide:nth-child(8) img {
    transition-delay: .8s;
}

.g-gallery .swiper-slide:nth-child(9) img {
    transition-delay: .9s;
}

.g-gallery .swiper-slide:nth-child(10) img {
    transition-delay: 1s;
}

.g-gallery:target {
    pointer-events: visible;
    opacity: 1;
}

.g-gallery:target img {
    translate: 0;
    opacity: 1;
}

.g-gallery .g-cta.-only-icon {
    position: absolute;
    top: 2.4rem;
    right: 2.4rem;
    z-index: 9;
}

.g-gallery .swiper {
    height: 100%;
}

.g-gallery .swiper-slide {
    position: relative;
}

.g-gallery__caption {
    position: absolute;
    bottom: 1.6rem;
    left: 1.6rem;
    right: auto;
    background: #fff;
    padding: .4rem;
    border: 1px solid #000;
    max-width: 80%;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 1rem;
}

@media(min-width: 768px) {
    .g-gallery__caption {
        max-width: 40rem;
        min-height: 5.4rem;
        bottom: 2.4rem;
        left: auto;
        right: 2.4rem;
        padding: .4rem .8rem;
    }
}

@media(min-width: 1024px) {
    .g-gallery__caption {
        font-size: 1.4rem;
    }
}

.g-article {
    opacity: 0;
}

.g-article.-active {
    opacity: 1;
}

@media(min-width: 1024px) {
    .g-article {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
}

.g-article.-active {
    opacity: 1;
}

.g-article__media {
    height: 80vh;
    position: relative;
}

@media(min-width: 1024px) {
    .g-article__media {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        width: 60%;
        border-bottom: 0;
    }
}

@media(min-width: 1280px) {
    .g-article__media {
        width: 65%;
    }
}

@media(min-width: 1680px) {
    .g-article__media {
        width: 75%;
    }
}

.g-article__cover {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.g-article__cover img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.g-article__gallery {
    height: 100%;
}

.g-article__gallery__caption {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
    padding: 0 7rem;
    border: 1px solid #000;
    height: 5.4rem;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    opacity: 0;
    transition: opacity .3s;
    text-align: center;
    overflow: hidden;
    font-size: 10px;
    font-weight: 700;
}

@media(min-width: 1024px) {
    .g-article__gallery__caption {
        text-align: left;
        bottom: 2.4rem;
        right: 2.4rem;
        left: auto;
        max-width: 40rem;
        padding: .4rem .8rem;
        font-size: 14px;
    }
}

.swiper-slide-active .g-article__gallery__caption {
    opacity: 1;
}

.g-article__gallery-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media(min-width: 1024px) {
    .g-article__gallery-nav {
        bottom: 2.4rem;
        left: 2.4rem;
        right: auto;
        justify-content: flex-start;
    }
}

.g-article__gallery-nav button.swiper-button-disabled {
    pointer-events: none;
}

.g-article__gallery-nav button.swiper-button-disabled svg {
    opacity: .2;
}

.g-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
    display: grid;
    place-content: center;
    transform: translateZ(2500px);
}

.g-preloader__logo svg {
    height: 8rem;
}

.g-link {
    line-height: 1;
    font-family: Garet, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2;
}

.g-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    line-height: 1;
    font-family: Garet, sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.2;
    gap: .8rem;
    height: 5.4rem;
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: all var(--ease) var(--timing-400);
}

.g-cta span,
.g-cta svg {
    display: block;
}

.g-cta span {
    position: relative;
    z-index: 2;
}

.g-cta.-only-icon {
    position: relative;
    width: 5.4rem;
    min-width: 5.4rem;
    background: #fff;
    border: 1px solid #917145;
    transition: all var(--ease) var(--timing-400);
}

.g-cta.-border {
    border: 1px solid #917145;
    border-radius : 10px;
}

.g-cta.-back {
    display: none;
    position: fixed;
    z-index: 9;
    left: 2rem;
    top: 2rem;
    transition: all var(--ease) var(--timing-400);
}

.-hide-header .g-cta.-back,
.-transition .g-cta.-back {
    opacity: 0;
    pointer-events: none;
    transform: translateX(-20px);
}

@media(min-width: 1024px) {
    .g-cta.-back {
        display: flex;
    }
}

.g-cta svg {
    position: relative;
    z-index: 2;
}

.g-cta svg path {
    transition: fill var(--ease) var(--timing-400);
    fill: #917145;
}

.g-cta.-left {
    text-align: left;
    justify-content: space-between;
    padding: 0;
    color:black;
    text-decoration: none;
}

.g-cta::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    translate: 0 100%;
    background-color: #000;
    z-index: 0;
    will-change: translate;
    transition: translate var(--ease) var(--timing-400);
}

.g-cta.-dark {
    color: #fff;
}

@media(hover: hover) {
    .g-cta.-dark:hover {
        color: #000;
    }

    .g-cta.-dark:hover::after {
        translate: 0 -110%;
    }
}

.g-cta.-dark::after {
    translate: 0;
}

button.g-cta,
a.g-cta {
    cursor: pointer;
}

button.g-cta:focus-visible,
a.g-cta:focus-visible {
    color: #fff;
}

button.g-cta:focus-visible::after,
a.g-cta:focus-visible::after {
    translate: 0;
}

button.g-cta:focus-visible.-left,
a.g-cta:focus-visible.-left {
    padding: 0 1.6rem;
}

@media(hover: hover) {

    button.g-cta:hover,
    a.g-cta:hover {
        color: #fff;
    }

    button.g-cta:hover::after,
    a.g-cta:hover::after {
        translate: 0;
    }

    button.g-cta:hover.-left,
    a.g-cta:hover.-left {
        padding: 0 1.6rem;
    }
}

.g-history {
    opacity: 0;
}

@media(min-width: 1024px) {
    .g-history {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
}

.g-history.-active {
    opacity: 1;
}

.g-history__media {
    height: 80vh;
    position: relative;
    overflow: hidden;
}

@media(min-width: 1024px) {
    .g-history__media {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        width: 60%;
        border-bottom: 0;
    }
}

@media(min-width: 1280px) {
    .g-history__media {
        width: 65%;
    }
}

@media(min-width: 1680px) {
    .g-history__media {
        width: 75%;
    }
}

.g-history__slider {
    width: 100%;
    height: 100%;
    position: relative;
}

.g-history__image {
    width: 100%;
    height: 100%;
    position: relative;
}

.g-history__image img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.g-history__image .swiper {
    height: 100%;
}

.g-history__image .swiper .g-pop-sidebar-gallery__nav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media(min-width: 1024px) {
    .g-history__image .swiper .g-pop-sidebar-gallery__nav {
        bottom: 2.4rem;
        left: 2.4rem;
        right: auto;
        justify-content: flex-start;
    }
}

.g-history__image .swiper .g-pop-sidebar-gallery__nav button.swiper-button-disabled {
    pointer-events: none;
}

.g-history__image .swiper .g-pop-sidebar-gallery__nav button.swiper-button-disabled svg {
    opacity: .2;
}

.g-history__image .swiper .g-pop-sidebar-gallery__caption {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
    padding: 0 7rem;
    border: 1px solid #000;
    height: 5.4rem;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    opacity: 0;
    transition: opacity .3s;
    text-align: center;
    overflow: hidden;
    font-size: 10px;
    font-weight: 700;
}

@media(min-width: 1024px) {
    .g-history__image .swiper .g-pop-sidebar-gallery__caption {
        text-align: left;
        bottom: 2.4rem;
        right: 2.4rem;
        left: auto;
        max-width: 40rem;
        padding: .4rem .8rem;
        font-size: 14px;
    }
}

.g-history__image .swiper .swiper-slide-active .g-pop-sidebar-gallery__caption {
    opacity: 1;
}

.g-history [js-history-prev] {
    display: none !important;
}

.g-history__nav {
    position: fixed;
    z-index: 99;
    top: calc(80vh - 13.2rem);
    right: 2.4rem;
    display: none;
}

@media(min-width: 1024px) {
    .g-history__nav {
        display: block;
        top: auto;
        bottom: 2.4rem;
    }
}

.g-history__nav .g-cta.-disabled {
    pointer-events: none;
}

.g-history__nav .g-cta.-disabled svg {
    opacity: .5;
}

.g-history__nav .g-cta svg {
    rotate: 90deg;
}

.g-history__nav .g-cta+.g-cta {
    margin-top: -1px;
}

.g-history__mobile-nav {
    display: flex;
    padding: 1.6rem;
}

.g-history__mobile-nav button {
    width: 50%;
}

.g-history__mobile-nav button+button {
    margin-left: -1px;
}

.g-history__mobile-nav button.-disabled {
    color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
}

@media(min-width: 1024px) {
    .g-history__mobile-nav {
        display: none;
    }
}

.header-logo {
    height: 80px;
    width: 150px;
    background-color: white;
}
.div-header-logo{
     padding-top: 15px;
     padding-left: 75px;
}


/* ========================================
   PRODUCT THUMBNAILS - FULLY RESPONSIVE
   ======================================== */

/* CONTAINER UTAMA */
.product-thumbnails {
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom : 1px solid black;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Rata tengah untuk semua ukuran */
    align-items: center;
    width: 100%;
}

/* ITEM THUMBNAIL */
.thumb-item {
    all: unset;
    cursor: pointer;
    flex: 0 0 auto;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    background: #fff;
    padding: 4px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumb-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 6px;
    display: block;
}

/* Active State */
.thumb-item.active {
    border-color: #c89b63;
    box-shadow: 0 0 0 2px rgba(145, 113, 69, 0.25);
}

.thumb-item:hover {
    border-color: #c89b63;
    transform: translateY(-2px);
}

/* ========================================
   RESPONSIVE BREAKPOINTS
   ======================================== */

/* 1. EXTRA LARGE DESKTOP (≥1400px) */
@media (min-width: 1400px) {
    .product-thumbnails {
        gap: 101px; /* Gap maksimal untuk desktop besar */
    }
    .thumb-item {
        width: 100px;
        height: 80px;
    }
}

/* 2. LARGE DESKTOP (1200px - 1399px) */
@media (min-width: 1200px) and (max-width: 1399px) {
    .product-thumbnails {
        gap: 79px;
    }
    .thumb-item {
        width: 95px;
        height: 75px;
    }
}

/* 3. DESKTOP STANDARD (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .product-thumbnails {
        gap: 70px;
    }
    .thumb-item {
        width: 90px;
        height: 70px;
    }
}

/* 4. TABLET LANDSCAPE (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .product-thumbnails {
        gap: 50px;
    }
    .thumb-item {
        width: 85px;
        height: 65px;
    }
}

/* 5. TABLET PORTRAIT (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    .product-thumbnails {
        gap: 40px;
    }
    .thumb-item {
        width: 80px;
        height: 60px;
    }
}

/* 6. MOBILE LARGE (480px - 575px) */
@media (min-width: 480px) and (max-width: 575px) {
    .product-thumbnails {
        gap: 30px;
    }
    .thumb-item {
        width: 75px;
        height: 56px;
    }
}

/* 7. MOBILE MEDIUM (375px - 479px) */
@media (min-width: 375px) and (max-width: 479px) {
    .product-thumbnails {
        gap: 25px;
    }
    .thumb-item {
        width: 70px;
        height: 52px;
    }
}

/* 8. MOBILE SMALL (<375px) */
@media (max-width: 374px) {
    .product-thumbnails {
        gap: 20px;
    }
    .thumb-item {
        width: 65px;
        height: 48px;
    }
}

/* ========================================
   ALTERNATIVE: GRID SYSTEM RESPONSIVE
   ======================================== */

/* Jika ingin menggunakan Grid Layout */
.product-thumbnails-grid {
    padding-top: 15px;
    padding-bottom: 15px;
    display: grid;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* Desktop: 1 baris semua thumbnail */
@media (min-width: 992px) {
    .product-thumbnails-grid {
        grid-template-columns: repeat(auto-fit, 90px);
        gap: 110px;
        justify-content: center;
    }
}

/* Tablet: Gap lebih kecil */
@media (min-width: 768px) and (max-width: 991px) {
    .product-thumbnails-grid {
        grid-template-columns: repeat(auto-fit, 85px);
        gap: 70px;
    }
}

/* Mobile: Gap lebih rapat */
@media (max-width: 767px) {
    .product-thumbnails-grid {
        grid-template-columns: repeat(auto-fit, 80px);
        gap: 40px;
    }
}

/* ========================================
   OPTION: HORIZONTAL SCROLL MOBILE
   ======================================== */

/* Untuk mobile dengan banyak thumbnail, pakai scroll horizontal */
.thumbnails-scroll-container {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; /* Smooth scroll iOS */
}

.thumbnails-scroll-wrapper {
    display: flex;
    flex-wrap: nowrap; /* Jangan wrap */
    padding: 0 20px;
    min-width: min-content; /* Pastikan tidak wrap */
}

.thumb-item-scroll {
    all: unset;
    cursor: pointer;
    flex: 0 0 auto;
    width: 90px;
    height: 70px;
    margin-right: 110px; /* Gap horizontal */
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    background: #fff;
    padding: 4px;
    transition: all 0.3s ease;
}

/* Hilangkan margin kanan untuk item terakhir */
.thumb-item-scroll:last-child {
    margin-right: 0;
}

/* Mobile: Gap lebih kecil */
@media (max-width: 768px) {
    .thumb-item-scroll {
        margin-right: 40px;
        width: 80px;
        height: 60px;
    }
}

/* ========================================
   FALLBACK FLEXBOX (Browser Lama)
   ======================================== */

/* Untuk browser yang tidak support gap */
.product-thumbnails-legacy {
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -8px; /* Compensate for item margins */
}

.product-thumbnails-legacy .thumb-item {
    margin: 8px;
}

/* ========================================
   UTILITY CLASSES TAMBAHAN
   ======================================== */

/* Rata kiri/kanan/tengah */
.thumbnails-left {
    justify-content: flex-start !important;
}

.thumbnails-right {
    justify-content: flex-end !important;
}

.thumbnails-center {
    justify-content: center !important;
}

/* Spacing khusus */
.thumbnails-spacing-xs { gap: 10px; }
.thumbnails-spacing-sm { gap: 20px; }
.thumbnails-spacing-md { gap: 40px; }
.thumbnails-spacing-lg { gap: 70px; }
.thumbnails-spacing-xl { gap: 110px; }

/* Shadow & Effects */
.thumb-item-shadow {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.thumb-item-shadow:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* ============================================
   FOOTER - COMPACT
   ============================================ */
.copyright-footer {
    margin-top: 10px !important; /* Reduced margin */
    padding-top: 8px !important; /* Reduced padding */
    text-align: center;
    font-size: 10px !important; /* Smaller font */
    color: #666;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

    /* ============================================
   GLOBAL STYLES CUSTOM PAGE
   ============================================ */
* {
    font-family: Garet, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: none;
}

html {
    height: 100% !important;
    min-height: 100vh;
}

p {
    color: black;
    margin-bottom: 0.5rem !important; /* Compact paragraphs */
}

ul {
    padding-left: 0;
}

/* Color utility */
.color-text {
    color: #917145 !important;
}

/* ============================================
   BACK BUTTON FIXES
   ============================================ */
.g-cta.-back.-border {
    position: fixed !important;
    top: 20px !important;
    left: 20px !important;
    z-index: 1000 !important;
    width: 48px !important;
    height: 48px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: white !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 10px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s ease !important;
}

.g-cta.-back.-border:hover {
    transform: scale(1.1) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

.g-pdp__back {
    display: none !important;
}

/* ============================================
   MAIN LAYOUT - FLEXBOX GRID
   ============================================ */
.g-pdp {
    display: flex;
    flex-wrap: wrap;
    gap: 20px !important; /* Reduced gap */
    position: relative;
}

/* ============================================
   LEFT COLUMN - MAIN PRODUCT SLIDER
   ============================================ */
.g-pdp__products {
    position: relative;
    height: 90vh;
    max-height: 800px;
    min-height: 300px;
    overflow: hidden;
    margin-top: 20px;
}

.g-pdp__swiper {
    width: 100%;
    height: 100%;
}

.g-pdp__slide {
    height: 100%;
    padding: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden;
}

.g-pdp__card img {
    max-height: 90% !important;
    object-fit: contain !important;
}

/* ============================================
   RIGHT COLUMN - SIDEBAR & THUMBNAILS
   ============================================ */
.g-pop-sidebar-image.-full {
    padding: 15px !important; /* Reduced padding */
}

.g-pop-sidebar-image.-full img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.g-pop-sidebar__title {
    color: black;
    font-size: 15pt;
    text-transform: none;
}

/* Thumbnail divider */
.g-sidebar__thumbs {
    border-bottom: 1px solid #e5e7eb !important;
    padding-bottom: 8px !important; /* Reduced padding */
    margin-bottom: 8px !important; /* Reduced margin */
}

/* ============================================
   THUMBNAIL GRID SYSTEM - COMPACT
   ============================================ */
.product-thumbnails {
    display: grid !important;
    gap: 20px !important; /* Reduced from 50px */
    padding: 5px !important; /* Reduced padding */
    margin: 0 !important;
}

.thumb-item {
    all: unset;
    cursor: pointer !important;
    display: block;
    width: 100% !important; /* Full width */
    height: auto !important;
    aspect-ratio: 4/3;
    padding: 2px; /* Reduced padding */
    border: 1px solid #e5e7eb;
    border-radius: 4px; /* Smaller radius */
    transition: all 0.3s ease !important;
}

.thumb-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 2px; /* Smaller radius */
    display: block;
    pointer-events: none;
}

.thumb-item:hover {
    border-color: #c89b63 !important;
    transform: translateY(-1px); /* Smaller transform */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.thumb-item.active {
    border-color: #c89b63 !important;
    box-shadow: 0 0 0 1px rgba(145, 113, 69, 0.25) !important; /* Smaller shadow */
    transform: scale(1.02) !important; /* Smaller scale */
}

/* ============================================
   FEATURE SYSTEM - COMMON STYLES
   ============================================ */
.feature-menu-section {
    margin: 20px 0 !important; /* Reduced margin */
    padding: 15px 0 !important; /* Reduced padding */
    border-top: 1px solid #e5e7eb;
}

.feature-menu-title {
    font-size: 1.3rem !important; /* Smaller font */
    font-weight: 600;
    margin-bottom: 4px !important; /* Reduced margin */
    color: #1f2937;
}

.feature-menu-subtitle {
    font-size: 0.9rem !important; /* Smaller font */
    color: #6b7280;
    margin-bottom: 12px !important; /* Reduced margin */
}

.feature-menu-column {
    display: flex;
    flex-direction: column;
}

.feature-count {
    font-size: 0.8rem !important; /* Smaller font */
    color: #6b7280;
}

/* Feature Menu Items - COMPACT */
.feature-menu-item {
    cursor: pointer !important;
    transition: all 0.2s ease !important; /* Faster transition */
    margin-bottom: 4px !important; /* Reduced margin */
    padding: 2px 0 !important; /* Reduced padding */
}

.feature-content h4 {
    font-family: Garet, sans-serif;
    font-size: 1.2rem !important; /* Smaller font */
    font-weight: 500;
    line-height: 1.2 !important; /* Tighter line height */
    margin-bottom: 0 !important; /* Remove bottom margin */
    text-transform: none;
}

.feature-content p {
    font-size: 1rem !important; /* Smaller font */
    line-height: 1.2 !important; /* Tighter line height */
    margin-top: 2px !important; /* Minimal margin */
}

.feature-name {
    font-size: 11pt !important; /* Smaller font */
    padding: 3px 40px !important; /* Reduced padding */
    border: 1px solid black;
}

/* Feature Menu Grid */
.row.feature-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px !important; /* Reduced margin */
}

.row.feature-grid > div {
    padding: 0 5px !important; /* Reduced padding */
}

/* ============================================
   FEATURE SLIDER LAYOUT - COMPACT
   ============================================ */
.feature-main-slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 2% !important; /* Reduced padding */
}

.feature-main-slider {
    width: 100%;
    height: auto;
}

.feature-main-slider .swiper-slide {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: transparent;
}

.feature-slide-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 2px !important; /* Reduced margin */
}

.feature-slide-content img {
    width: 100%;
    height: auto;
    border-radius: 6px; /* Smaller radius */
    display: block;
    object-fit: contain !important;
}

.feature-slide-caption {
    width: 100%;
    padding: 0;
    position: relative;
    background: transparent;
}

.feature-slide-caption h3 {
    font-size: 1.3rem !important; /* Smaller font */
    font-weight: 600;
    margin: 0 0 3px 0 !important; /* Reduced margin */
    color: #1f2937;
}

.feature-slide-caption p {
    margin-top: 8px !important; /* Reduced margin */
    font-family: Garet, sans-serif;
    font-size: 1.2rem !important; /* Smaller font */
    font-weight: 500;
    line-height: 1.3 !important; /* Tighter line height */
    color: black;
    text-transform: none;
}

/* Feature Navigation - COMPACT */
.feature-slide-footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px !important; /* Reduced margin */
}

.feature-slider-nav {
    display: flex;
    gap: 6px !important; /* Reduced gap */
    align-items: center;
}

.feature-slider-prev,
.feature-slider-next {
    width: 32px !important; /* Smaller buttons */
    height: 32px !important; /* Smaller buttons */
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border: 1px solid black !important;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.feature-slider-prev:hover,
.feature-slider-next:hover {
    background: #f3f4f6;
    border-color: #d1d5db;
    transform: scale(1.03); /* Smaller scale */
}

.feature-slider-prev svg,
.feature-slider-next svg {
    width: 18px !important; /* Smaller icons */
    height: 18px !important; /* Smaller icons */
    color: #374151;
}

/* Feature Info */
.feature-info {
    display: flex;
    align-items: center;
    gap: 4px !important; /* Reduced gap */
    margin-right: 3px !important; /* Reduced margin */
    font-size: 0.8rem !important; /* Smaller font */
}

.slide-counter {
    color: #6b7280;
    font-weight: 500;
}

/* ============================================
   SECTION-SPECIFIC STYLES
   ============================================ */
/* Description Section */
#description .feature-menu-item.active,
#description .feature-menu-item.active h4 {
    color: #917415 !important;
}

#description .feature-menu-item:hover {
    background-color: rgba(145, 116, 21, 0.05) !important;
    transform: translateX(3px) !important; /* Smaller transform */
}

#description .feature-content h4 {
    color: #d7ccba !important;
}

#description .feature-menu-item.active .feature-content h4 {
    color: #917415 !important;
}

#description .feature-name {
    background-color: #f8f5ed !important;
    color: #917415 !important;
    border: 1px solid #917415 !important;
    border-radius: 10px;
}

/* Industry Serve Section */
#industry-serve .feature-menu-item.active,
#industry-serve .feature-menu-item.active h4 {
    color: #917415 !important;
}

#industry-serve .feature-menu-item:hover {
    background-color: rgba(44, 82, 130, 0.05) !important;
    transform: translateX(3px) !important; /* Smaller transform */
}

#industry-serve .feature-content h4 {
    color: #a0aec0 !important;
}

#industry-serve .feature-menu-item.active .feature-content h4 {
    color: #917415 !important;
}

#industry-serve .feature-name {
    color: #917415 !important;
    border: 1px solid #917415 !important;
}

/* Testimonial Section */
#testimonial .feature-menu-item.active,
#testimonial .feature-menu-item.active h4 {
    color: #917415 !important;
}

#testimonial .feature-menu-item:hover {
    background-color: rgba(155, 44, 44, 0.05) !important;
    transform: translateX(3px) !important; /* Smaller transform */
}

#testimonial .feature-content h4 {
    color: #cbd5e0 !important;
}

#testimonial .feature-menu-item.active .feature-content h4 {
    color: #917415 !important;
}

#testimonial .feature-name {
    color: #917415 !important;
    border: 1px solid #917415 !important;
}

/* Technical Specifications Section */
#technical-specifications .g-pop-sidebar-image.-full {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 20px !important; /* Reduced padding */
}

#technical-specifications .g-pop-sidebar__title {
    color: white !important;
    font-size: 1.8rem !important; /* Smaller font */
}

#technical-specifications p {
    color: white !important;
    font-size: 1.1rem !important; /* Smaller font */
    line-height: 1.4 !important; /* Tighter line height */
}

#technical-specifications .feature-name {
    display: none !important;
}

/* Section Title Colors */
#description .g-pop-sidebar__title,
#industry-serve .g-pop-sidebar__title,
#testimonial .g-pop-sidebar__title {
    color: #917415 !important;
}

/* ============================================
   MOBILE-ONLY FEATURE SLIDER - COMPACT
   ============================================ */
.mobile-only-feature-slider {
    display: none;
}

.mobile-feature-image {
    transition: opacity 0.3s ease;
}

#mobile-feature-name {
    transition: all 0.3s ease;
}

/* ============================================
   RESPONSIVE BREAKPOINTS - OPTIMIZED
   ============================================ */
/* Large Desktop (1200px+) */
@media (min-width: 1200px) {
    .product-thumbnails {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 25px !important; /* Reduced gap */
    }
}

/* Desktop (992px - 1199px) */
@media (max-width: 1200px) {
    .g-pdp__products {
        height: 70vh;
        max-height: 1200px;
    }
    
    .feature-slide-content img {
        max-height: 400px; /* Reduced height */
    }
    
    .g-pop-sidebar-image.-full {
        padding: 12px !important; /* Reduced padding */
    }
}

/* Tablet (768px - 991px) */
@media (max-width: 992px) {
    .g-pdp {
        gap: 20px !important; /* Reduced gap */
    }
    
    .g-sidebar {
        flex: 0 0 calc(35% - 10px);
    }
    
    .g-pdp__products {
        height: 55vh; /* Reduced height */
        max-height: 800px;
    }
    
    .feature-slide-content img {
        max-height: 350px; /* Reduced height */
    }
    
    .product-thumbnails {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 30px !important; /* Reduced gap */
    }
}

/* Mobile Landscape & Small Tablet (576px - 767px) */
@media (max-width: 768px) {
    .g-pdp {
        flex-direction: column;
        gap: 15px !important; /* Reduced gap */
    }
    
    .g-pdp__products,
    .g-sidebar {
        width: 100%;
        flex: 0 0 100%;
    }
    
    .g-pdp__products {
        height: 45vh; /* Reduced height */
        max-height: 450px;
        min-height: 200px;
    }
    
    .g-pdp__slide {
        padding: 10px !important; /* Reduced padding */
    }
    
    .g-pdp__card img {
        max-width: 95% !important;
        max-height: 95% !important;
    }
    
    .feature-main-slider-container {
        padding: 5px !important; /* Reduced padding */
    }
    
    .feature-slide-content img {
        max-height: 280px; /* Reduced height */
    }
    
    .feature-slider-prev,
    .feature-slider-next {
        width: 32px !important; /* Smaller buttons */
        height: 32px !important; /* Smaller buttons */
    }
    
    .feature-name {
        font-size: 10pt !important; /* Smaller font */
        padding: 3px 15px !important; /* Reduced padding */
    }
    
    .g-pop-sidebar-image.-full {
        padding: 8px !important; /* Reduced padding */
    }
    
    .g-cta.-back.-border {
        top: 12px !important; /* Smaller top */
        left: 12px !important; /* Smaller left */
        width: 36px !important; /* Smaller button */
        height: 36px !important; /* Smaller button */
    }
    
    /* Mobile Feature Menu Grid - COMPACT */
    .feature-menu-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px !important; /* Reduced gap */
    }
    
    .feature-menu-item {
        padding: 4px !important; /* Reduced padding */
        margin-bottom: 2px !important; /* Reduced margin */
    }
    
    .feature-content h4 {
        font-size: 1.1rem !important; /* Smaller font */
        line-height: 1.1 !important; /* Tighter line height */
    }
    
    .feature-description {
        font-size: 0.95rem !important; /* Smaller font */
        line-height: 1.2 !important; /* Tighter line height */
    }
    
    .row.feature-grid {
        margin: 0 -4px !important; /* Reduced margin */
    }
    
    .row.feature-grid > div {
        padding: 0 4px !important; /* Reduced padding */
    }
    
    .feature-content.text-lg-end.text-md-end {
        text-align: left !important;
    }
    
    /* Mobile Only Slider - COMPACT */
    .mobile-only-feature-slider {
        display: block;
    }
    
    .mobile-only-feature-slider .feature-main-slider-container {
        padding: 0;
        border: none;
        border-radius: 0;
    }
    
    .mobile-only-feature-slider .feature-slide-content img {
        max-height: 200px; /* Reduced height */
    }
    
    .mobile-only-feature-slider .feature-name {
        background: #eff6ff;
        color: #1d4ed8;
        padding: 4px 60px !important; /* Reduced padding */
        font-size: 0.8rem !important; /* Smaller font */
        font-weight: 500;
    }
    
    .mobile-only-feature-slider .feature-slide-caption,
    .mobile-only-feature-slider .feature-slide-footer,
    .mobile-only-feature-slider .feature-slider-nav {
        display: none !important;
    }
    
    .thumb-item {
        aspect-ratio: 1/1;
    }
    
    .product-thumbnails {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 20px !important; /* Reduced gap */
    }
}

/* ============================================
   PERBAIKAN URUTAN ELEMEN DI MOBILE - OPTIMIZED
   ============================================ */
/* Mobile Portrait (576px and below) */
@media (max-width: 576px) {
    .g-pdp__products {
        height: 40vh; /* Reduced height */
        max-height: 400px;
        min-height: 180px;
    }
    
    .g-sidebar__title {
        display: flex;
        padding-top: 0 !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .g-sidebar {
        padding-top: 0 !important;
    }
    
    .g-cta.-back.-border {
        display: none !important;
    }
    
    .g-pdp__slide {
        padding: 5px !important; /* Reduced padding */
    }
    
    .feature-slide-content img {
        max-height: 250px; /* Reduced height */
    }
    
    .feature-name {
        font-size: 9pt !important; /* Smaller font */
        padding: 2px 12px !important; /* Reduced padding */
    }
    
    .feature-menu-grid {
        gap: 6px !important; /* Reduced gap */
    }
    
    .feature-content h4 {
        font-size: 1rem !important; /* Smaller font */
    }
    
    .feature-description {
        font-size: 0.9rem !important; /* Smaller font */
        line-height: 1.1 !important; /* Tighter line height */
    }
    
    .row > * {
        width: unset !important;
    }
    
    .product-thumbnails {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 20px !important; /* Reduced gap */
    }
    
    /* ============================================
       PERBAIKAN UTAMA: Mengatur urutan elemen di mobile
       Gambar mobile muncul pertama, grid menu muncul setelahnya
    ============================================ */
    /* Untuk section description */
    .g-pop-sidebar-wrapper[data-section-id="description"] .g-pop-sidebar__body {
        display: flex;
        flex-direction: column;
    }
    
    .g-pop-sidebar-wrapper[data-section-id="description"] .mobile-only-feature-slider {
        order: 1; /* Gambar mobile muncul pertama */
        margin-bottom: 8px !important; /* Reduced margin */
    }
    
    .g-pop-sidebar-wrapper[data-section-id="description"] #main-description-description {
        order: 2; /* Deskripsi utama muncul kedua */
        margin-bottom: 5px !important; /* Reduced margin */
        font-size: 0.95rem !important; /* Smaller font */
        line-height: 1.2 !important; /* Tighter line height */
    }
    
    .g-pop-sidebar-wrapper[data-section-id="description"] hr {
        order: 3; /* Garis pemisah */
        margin: 8px 0 !important; /* Reduced margin */
    }
    
    .g-pop-sidebar-wrapper[data-section-id="description"] .row.feature-grid {
        order: 4; /* Grid menu muncul setelah gambar dan deskripsi */
        margin-top: 0 !important;
    }
    
    /* Untuk section industry-serve */
    .g-pop-sidebar-wrapper[data-section-id="industry-serve"] .g-pop-sidebar__body {
        display: flex;
        flex-direction: column;
    }
    
    .g-pop-sidebar-wrapper[data-section-id="industry-serve"] .mobile-only-feature-slider {
        order: 1; /* Gambar mobile muncul pertama */
        margin-bottom: 8px !important; /* Reduced margin */
    }
    
    .g-pop-sidebar-wrapper[data-section-id="industry-serve"] #main-description-industry-serve {
        order: 2; /* Deskripsi utama muncul kedua */
        margin-bottom: 5px !important; /* Reduced margin */
        font-size: 0.95rem !important; /* Smaller font */
        line-height: 1.2 !important; /* Tighter line height */
    }
    
    .g-pop-sidebar-wrapper[data-section-id="industry-serve"] hr {
        order: 3; /* Garis pemisah */
        margin: 8px 0 !important; /* Reduced margin */
    }
    
    .g-pop-sidebar-wrapper[data-section-id="industry-serve"] .feature-menu-grid {
        order: 4; /* Grid menu muncul setelah gambar dan deskripsi */
        margin-top: 0 !important;
    }
    
    /* Untuk section testimonial */
    .g-pop-sidebar-wrapper[data-section-id="testimonial"] .g-pop-sidebar__body {
        display: flex;
        flex-direction: column;
    }
    
    .g-pop-sidebar-wrapper[data-section-id="testimonial"] .mobile-only-feature-slider {
        order: 1; /* Gambar mobile muncul pertama */
        margin-bottom: 8px !important; /* Reduced margin */
    }
    
    .g-pop-sidebar-wrapper[data-section-id="testimonial"] #main-description-testimonial {
        order: 2; /* Deskripsi utama */
        font-size: 0.95rem !important; /* Smaller font */
        line-height: 1.2 !important; /* Tighter line height */
        margin-bottom: 5px !important; /* Reduced margin */
    }
    
    .g-pop-sidebar-wrapper[data-section-id="testimonial"] hr {
        order: 3;
        margin: 8px 0 !important; /* Reduced margin */
    }
    
    .g-pop-sidebar-wrapper[data-section-id="testimonial"] .testimonial-mobile-nav {
        order: 4; /* Navigasi mobile */
        margin: 8px 0 !important; /* Reduced margin */
    }
    
    .g-pop-sidebar-wrapper[data-section-id="testimonial"] .testimonial-dynamic-container {
        order: 5; /* Konten dinamis testimonial */
        margin-bottom: 8px !important; /* Reduced margin */
    }
    
    .g-pop-sidebar-wrapper[data-section-id="testimonial"] .testimonial-dynamic-container p {
        font-size: 0.95rem !important; /* Smaller font */
        line-height: 1.2 !important; /* Tighter line height */
    }
    
    .g-pop-sidebar-wrapper[data-section-id="testimonial"] .feature-menu-grid {
        order: 6; /* Grid menu testimonial di akhir */
        margin-top: 10px !important; /* Reduced margin */
    }
    
    /* Styling tambahan untuk testimonial mobile - COMPACT */
    .testimonial-mobile-nav .d-flex {
        flex-wrap: wrap;
        gap: 5px !important; /* Reduced gap */
    }
    
    .testimonial-mobile-nav .btn {
        font-size: 13px !important; /* Smaller font */
        padding: 5px 10px !important; /* Reduced padding */
    }
    
    .testimonial-mobile-nav .mobile-counter {
        font-weight: 600;
        color: #917415;
        font-size: 0.9rem !important; /* Smaller font */
    }
}

/* Small Mobile (375px and below) */
@media (max-width: 375px) {
    .g-pdp__products {
        height: 35vh; /* Reduced height */
        max-height: 350px;
        min-height: 150px;
    }
    
    .feature-slide-content img {
        max-height: 200px; /* Reduced height */
    }
    
    .feature-name {
        font-size: 8pt !important; /* Smaller font */
        padding: 2px 8px !important; /* Reduced padding */
    }
    
    .feature-menu-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 5px !important; /* Reduced gap */
    }
    
    .feature-content h4 {
        font-size: 0.95rem !important; /* Smaller font */
    }
    
    .feature-description {
        font-size: 0.85rem !important; /* Smaller font */
    }
    
    .row > * {
        width: unset !important;
    }
    
    /* Penyesuaian untuk testimonial di layar sangat kecil */
    .testimonial-mobile-nav .d-flex {
        flex-direction: column;
        align-items: stretch !important;
    }
    
    .testimonial-mobile-nav .btn {
        width: 100%;
        font-size: 12px !important; /* Smaller font */
        padding: 4px 8px !important; /* Reduced padding */
    }
    
    .product-thumbnails {
        gap: 15px !important; /* Reduced gap */
    }
}

/* Very Small Devices (276px and below) */
@media (min-width: 276px) {
    .product-thumbnails {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 20px !important; /* Reduced gap */
    }
}

/* ============================================
   VISIBILITY & ANIMATION FIXES
   ============================================ */
.feature-slide-content img {
    opacity: 1 !important;
    visibility: visible !important;
    transition: opacity 0.2s ease !important; /* Faster transition */
}

.feature-slide-caption h3,
.feature-slide-caption p,
.feature-name,
#main-description {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Active state indicator */
.feature-menu-item.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px; /* Thinner line */
}

 /* ============================================
   END GLOBAL STYLES CUSTOM PAGE
   ============================================ */
   
 /* ============================================
   GLOBAL STYLES HOMEPAGE
   ============================================ */
/* Custom tooltip untuk product cards */
.g-flow__card {
    position: relative;
}

/* Tooltip yang muncul saat hover */
.g-flow__card::before {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 1000;
    pointer-events: none;
    margin-bottom: 8px;
}

/* Arrow untuk tooltip */
.g-flow__card::after {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 999;
    pointer-events: none;
    margin-bottom: -4px;
}

.g-flow__card:hover::before,
.g-flow__card:hover::after {
    opacity: 1;
    visibility: visible;
}

/* Atau tooltip dengan delay */
.g-flow__card[data-title]:hover::before {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.5s; /* Muncul setelah 0.5 detik hover */
}

/* Pastikan overlay tidak menghalangi tooltip */
.click-overlay {
    /* ... existing styles ... */
    pointer-events: all;
}

/* Biarkan tooltip muncul di atas overlay */
.click-overlay:hover ~ ::before,
.click-overlay:hover ~ ::after,
.g-flow__card:hover::before,
.g-flow__card:hover::after {
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 10000 !important;
}

/* Container untuk gambar product */
.product-image-container {
    width: 70%;
    height: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Styling untuk gambar product */
.product-image {
    width: 50%;
    height: 50%;
    object-fit: contain; /* Memastikan gambar proporsional */
    transition: transform 0.3s ease;
    max-width: 50%;
    max-height: 50%;
}

/* Responsive styles untuk desktop (default) */
@media (min-width: 1024px) {
    .product-image {
        max-width: 150px; /* Ukuran maksimal desktop */
        max-height: 150px;
    }
}

/* Tablet */
@media (max-width: 1023px) and (min-width: 768px) {
    .product-image {
        max-width: 150px; /* Ukuran tablet */
        max-height: 150px;
    }
    
    .product-image-container {
        padding: 10px;
    }
}

/* Handphone (mobile) - UKURAN DIKECILKAN */
@media (max-width: 767px) {
    .product-image {
        max-width: 150px !important; /* Ukuran lebih kecil untuk handphone */
        max-height: 150px !important;
        width: auto !important;
        height: auto !important;
    }
    
    .product-image-container {
        padding: 15px; /* Memberikan ruang di sekitar gambar */
        box-sizing: border-box;
    }
    
    .g-flow__card {
        padding: 5px;
    }
    
    /* Adjust tooltip untuk mobile */
    .g-flow__card::before {
        font-size: 12px;
        padding: 6px 8px;
        white-space: normal;
        width: 120px;
        text-align: center;
    }
}

/* Handphone sangat kecil */
@media (max-width: 480px) {
    .product-image {
        max-width: 120px !important; /* Ukuran lebih kecil untuk handphone kecil */
        max-height: 120px !important;
    }
    
    .product-image-container {
        padding: 10px;
    }
}

/* Untuk memastikan gambar tetap proporsional di semua device */
.product-card {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Pastikan hover effect tetap bagus di mobile */
@media (hover: hover) and (pointer: fine) {
    .product-image:hover {
        transform: scale(1.05);
    }
}

/* Touch device optimization */
@media (pointer: coarse) {
    .g-flow__card {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
    }
    
    .product-image:active {
        transform: scale(0.98);
        transition: transform 0.1s ease;
    }
}

/* Loading optimization */
.product-image.loading {
    opacity: 0.7;
    filter: blur(2px);
}

.product-image.loaded {
    opacity: 1;
    filter: blur(0);
    transition: opacity 0.3s ease, filter 0.3s ease;
}