/*
Theme Name: Walthr
Template: astra
Author: Moshi Moshi Communication
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.8.12.1740049316
Updated: 2025-02-20 11:01:56

*/


html, body {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  max-width: 100%;
}
*, *::before, *::after { box-sizing: inherit; }

/* Quick safety: hide any tiny horizontal overflow (use while debugging) */
html, body { overflow-x: hidden; }



/* Base card */
.psc__card {
    transition: transform 0.3s ease;
}

/* Base image transition */
.psc__thumb img {
    transition: transform 0.3s ease;
}


.psc__card:hover .psc__thumb img {
    transform: scale(1.3); /* little zoom */
}

/* Hover: Label becomes white */
.psc__card:hover .psc__label {
    color: #fff !important;
}


.psc__card.is-active .psc__thumb img {
    transform: scale(1.3);
}

