/* Custom code goes here */
a:focus {
    outline: none !important;
}
a:focus:not(:focus-visible) {
    outline: none;
}

#add-to-cart-or-refresh > div.product-prices > div.tax-shipping-delivery-label {line-height: 20px !important;clear: both !important;margin: 0px !important; padding:0px !important;}
#add-to-cart-or-refresh > div.product-prices > div.tax-shipping-delivery-label > span.delivery-information {display: block !important;}
.product-prices .tax-shipping-delivery-label .delivery-information {
    color: #089064;
}

.block-get-free-shipping {position: absolute; top: -50px;display:block;color:#ff0000; font-weight:bold;}
.cart-grid-body {margin-top:30px; }
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.3;}
}
.block-get-free-shipping{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.8s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}

/* Top page custom gtext remove dirty spaces */
#custom-text {margin-bottom:0px; padding-bottom:0px; padding-top:15px;}






/* --- MODERN HÍRLEVÉL - VÉGSŐ VÁLTOZAT --- */

/* 1. KÜLSŐ SÁV (A szürke háttér) */
.block_newsletter_modern_wrapper {
    background-color: #f1f1f1 !important; /* Erősebb szürke, hogy látszódjon */
    padding: 50px 0 !important;
    margin-top: 50px !important;
    
    /* TELJES SZÉLESSÉG TRÜKK (Breakout) */
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    
    /* TARTALOM KÖZÉPRE IGAZÍTÁSA (Függőleges és Vízszintes) */
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

/* 2. CÍMSOR ÉS SZÖVEG */
.block_newsletter_modern_wrapper .title-block {
    text-align: center !important;
    margin-bottom: 25px !important;
    width: 100% !important;
}

.block_newsletter_modern_wrapper h3 {
    text-transform: uppercase !important;
    font-weight: 800 !important; /* Vastagabb betű */
    font-size: 26px !important;
    color: #333 !important;
    margin-bottom: 10px !important;
    letter-spacing: 1px !important;
}

.block_newsletter_modern_wrapper .subtitle {
    color: #666 !important;
    font-size: 16px !important;
}

/* 3. ŰRLAP KONTÉNER */
.newsletter-form-block {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important; /* Vízszintesen középre */
}

.newsletter-form-block form {
    width: 100% !important;
    max-width: 600px !important; /* Hogy ne legyen túl széles */
}

/* 4. MODERN INPUT ÉS GOMB (Kapszula) */
.form-group-modern {
    display: flex !important;
    justify-content: center !important;
    position: relative !important;
    width: 100% !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05) !important; /* Kis árnyék a mélységért */
    border-radius: 50px !important;
}

/* Input mező */
.form-group-modern .input-email {
    flex-grow: 1 !important;
    height: 55px !important;
    padding: 0 30px !important;
    border: 1px solid #ccc !important;
    border-right: none !important;
    border-radius: 50px 0 0 50px !important;
    font-size: 16px !important;
    background: #fff !important;
    color: #333 !important;
    outline: none !important;
}

/* Gomb */
.form-group-modern .btn-submit {
    height: 55px !important;
    padding: 0 40px !important;
    border-radius: 0 50px 50px 0 !important;
    background-color: #91c300 !important; /* Zöld */
    border: 1px solid #91c300 !important;
    color: white !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    letter-spacing: 0.5px !important;
    cursor: pointer !important;
    transition: background 0.3s ease !important;
}

.form-group-modern .btn-submit:hover {
    background-color: #7aa300 !important;
}

/* 5. APRÓBETŰS RÉSZEK IGAZÍTÁSA */
.conditions-block {
    text-align: center !important;
    margin-top: 15px !important;
    width: 100% !important;
}

.conditions-block p {
    font-size: 12px !important;
    color: #888 !important;
    margin: 0 !important;
}

/* 6. MOBIL NÉZET */
@media (max-width: 767px) {
    .block_newsletter_modern_wrapper {
        padding: 40px 20px !important; /* Oldalsó margó mobilon */
    }
    
    .form-group-modern {
        flex-direction: column !important;
        box-shadow: none !important;
        background: transparent !important;
    }
    
    .form-group-modern .input-email {
        width: 100% !important;
        border-radius: 50px !important;
        border: 1px solid #ccc !important;
        margin-bottom: 15px !important;
    }
    
    .form-group-modern .btn-submit {
        width: 100% !important;
        border-radius: 50px !important;
    }
}





/* --- BUTIKA VIDEÓ BLOG: MODERN KÁRTYÁK (JAVÍTOTT V2) --- */

/* 1. Kártya alapok */
.sidebar-products .list-group-item {
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    text-align: center; /* MINDEN KÖZÉPRE */
}

.sidebar-products .list-group-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
    border-color: #aaa;
}

/* 2. Szerkezet átalakítása (Kép felül, szöveg alul) */
.sidebar-products .list-group-item .row {
    display: flex;
    flex-direction: column; /* Egymás alá rendezés */
    align-items: center;
    margin: 0;
}

/* A Bootstrap oszlopok szélességének felülírása 100%-ra */
.sidebar-products .list-group-item .col-4,
.sidebar-products .list-group-item .col-8 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding: 0 !important;
}

/* 3. Kép stílusa (NAGY LEGYEN) */
.sidebar-products .list-group-item img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 250px; /* Engedjük nagyra nőni */
    margin-bottom: 15px;
    border-radius: 4px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* 4. Terméknév (TÖBB SOROS) */
.product-title-small a {
    font-weight: 600;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    display: block;
    margin-bottom: 10px;
    text-decoration: none !important;
    
    /* Sortörés engedélyezése */
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    height: auto !important;
}

/* 5. Ár */
.sidebar-products .product-price {
    display: block;
    font-size: 18px;
    color: #333;
    font-weight: 800;
    margin-bottom: 15px;
}

/* 6. Gomb (Zöld -> Piros Hover) */
.sidebar-products .btn-outline-primary {
    display: inline-block;
    width: 100%;
    background-color: #5cb85c; /* Presta Zöld */
    color: #fff !important;
    border: 1px solid #5cb85c;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 0;
    border-radius: 4px;
    transition: all 0.3s;
}

.sidebar-products .btn-outline-primary:hover {
    background-color: #d9534f; /* Presta Piros */
    border-color: #d9534f;
    color: #fff !important;
}


/* --- BUTIKA VIDEÓ BLOG: VÉGLEGES DESIGN --- */

/* 1. Kártya alapozás */
.sidebar-products .list-group-item {
    border: 1px solid #eee !important;
    background: #fff !important;
    border-radius: 12px !important;
    margin-bottom: 25px !important;
    padding: 20px !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08) !important;
    text-align: center !important;
    display: block !important; /* Biztos ami biztos */
}

/* 2. Flex konténer (hogy a kép felül legyen) */
.product-container-flex {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
}

/* 3. Kép (NAGY és KÖZÉPEN) */
.product-image-container {
    width: 100% !important;
    margin-bottom: 15px !important;
    text-align: center !important;
}

.sidebar-products img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 250px !important; /* Engedélyezzük a nagy képet */
    display: inline-block !important;
    object-fit: contain !important;
}

/* 4. Szöveg (TELJES HOSSZ) */
.product-title-small a {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #333 !important;
    line-height: 1.5 !important;
    text-transform: none !important;
    text-decoration: none !important;
    
    /* Sortörés engedélyezése */
    white-space: normal !important;
    overflow: visible !important;
    display: block !important;
    height: auto !important;
    margin-bottom: 10px !important;
}

/* 5. Ár */
.sidebar-products .product-price {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #333 !important;
    margin-bottom: 15px !important;
}

/* 6. Gomb (Zöld -> Piros) */
.sidebar-products .btn-outline-primary {
    background-color: #5cb85c !important; /* Zöld */
    color: #fff !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 12px 0 !important;
    width: 100% !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    transition: background-color 0.3s ease !important;
}

.sidebar-products .btn-outline-primary:hover {
    background-color: #d9534f !important; /* Piros */
    color: #fff !important;
}

/* --- LEIRAS TRUST BADGE --- */
.trust-badges {
  display: flex;
  justify-content: center;
  gap: 20px;
  text-align: center;
  margin-top: 35px;
  background: #f8f9fa;
  padding: 20px 10px;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}

.trust-badge {
  width: 140px;
}

.trust-badge .title {
  font-size: 13px;
  font-weight: bold;
  color: #333;
}

.trust-badge .desc {
  font-size: 11px;
  color: #666;
}

/* MOBIL */
@media (max-width: 600px) {
  .trust-badges {
    flex-direction: column;
    align-items: center;
  }
}





/* --- MODERN KOSÁR upgrage --- */
/* --- TERMÉKNÉV ÉS GYÁRTÓ --- */
h1.product_name { font-size: 28px !important; font-weight: 800 !important; color: #333 !important; margin-bottom: 10px !important; line-height: 1.2 !important; }
.product-reference-top { display: inline-block !important; margin-right: 15px !important; font-size: 14px !important; color: #666 !important; }
#product_manufacturer { display: inline-block !important; font-size: 14px !important; color: #666 !important; margin-bottom: 15px !important; }
#product_manufacturer a { color: #333 !important; font-weight: 600 !important; text-decoration: none !important; }

/* --- ÉRTÉKELÉSEK ÉS CSILLAGOK --- */
.product-review-summary { display: flex; flex-direction: column; gap: 10px; margin-bottom: 20px; }
.stars-container { display: flex; align-items: center; gap: 10px; }
.review-text { font-size: 14px; color: #666; font-weight: 600; }
.action-links { display: flex; gap: 15px; }
.scroll-to-reviews, .scroll-to-qa { font-size: 13px; text-decoration: underline; color: #007bff; cursor: pointer; }

/* --- ÁRAZÁS --- */
.product-prices-modern { background-color: #f9f9f9; padding: 15px; border-radius: 8px; margin-bottom: 20px; }
.price-main-row { display: flex !important; align-items: center !important; gap: 15px !important; margin-bottom: 10px !important; }
.current-price-display { font-size: 36px !important; font-weight: 900 !important; color: #d9534f !important; letter-spacing: -1px !important; line-height: 1 !important; }
.discount-badge { background-color: #d9534f !important; color: #ffffff !important; padding: 5px 10px !important; border-radius: 4px !important; font-size: 15px !important; font-weight: 800 !important; text-transform: uppercase !important; box-shadow: 0 2px 5px rgba(217,83,79,0.3) !important; margin-left: 10px !important; }
.old-price-row { display: flex !important; align-items: center !important; margin-bottom: 5px !important; }
.regular-price { font-size: 20px !important; text-decoration: line-through !important; color: #999 !important; font-weight: 700 !important; }

/* --- SZÁLLÍTÁSI INFORMÁCIÓK --- */
.delivery-modern { display: flex; flex-direction: column; gap: 5px; margin-top: 15px; }
.delivery-green { color: #089064; font-weight: 600; display: flex; align-items: center; gap: 5px; }
.delivery-orange { color: #f0ad4e; font-weight: 600; display: flex; align-items: center; gap: 5px; }

/* --- KÉSZLET INFORMÁCIÓ DOBOZ --- */
.product-quantities-box { background-color: #e8f5e9 !important; padding: 12px 15px !important; border-radius: 6px !important; margin-top: 10px !important; margin-bottom: 20px !important; border: 1px solid #c8e6c9 !important; width: max-content !important; max-width: 100% !important; }
.product-quantities { background-color: transparent !important; border: none !important; padding: 0 !important; margin: 0 !important; display: flex !important; align-items: center !important; margin-bottom: 8px !important; }
.product-quantities label { display: inline-block !important; font-weight: 600 !important; color: #089064 !important; margin-right: 5px !important; margin-bottom: 0 !important; font-size: 15px !important; }
.product-quantities span { color: #089064 !important; font-weight: 800 !important; font-size: 15px !important; }
.product-quantities span::before { display: none !important; }
.product-quantities::before { content: '\e5ca'; font-family: 'Material Icons'; color: #089064; font-size: 20px; margin-right: 8px; }
.more-quantity-inquiry { font-size: 13px !important; color: #555 !important; margin: 0 !important; clear: both !important; display: block !important; padding-top: 8px !important; border-top: 1px dashed #a5d6a7 !important; }
.more-quantity-inquiry a { color: #089064 !important; font-weight: 700 !important; text-decoration: none !important; font-size: 14px !important; }

/* --- KOSÁRBA RAKÁS ÉS MENNYISÉG --- */
.product-quantity-modern { display: flex; align-items: center; gap: 15px; margin-top: 20px; margin-bottom: 20px; }
.qty-modern input { width: 70px; height: 50px; text-align: center; border: 1px solid #ccc; border-radius: 5px; font-size: 16px; font-weight: bold; }
.add-modern { flex-grow: 1; }
.btn-add-to-cart-modern { width: 100%; height: 50px; font-size: 18px; font-weight: bold; text-transform: uppercase; border-radius: 5px; background-color: #ff6b00; border: none; transition: background-color 0.3s; display: flex; justify-content: center; align-items: center; gap: 10px; color: #ffffff; animation: pulse-orange 2s infinite; }
.btn-add-to-cart-modern:hover { background-color: #e65c00; color: #ffffff; animation: none; }
@keyframes pulse-orange {
  0% { box-shadow: 0 0 0 0 rgba(255, 107, 0, 0.7); }
  70% { box-shadow: 0 0 0 10px rgba(255, 107, 0, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 107, 0, 0); }
}

/* --- BIZALMI IKONOK --- */
.buybox-trust-modern { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 20px; padding-top: 20px; border-top: 1px solid #eee; }
.trust-item { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 5px; }
.trust-item i { font-size: 24px; color: #089064; }
.trust-item span { font-size: 12px; font-weight: 600; color: #333; }

/* --- TERMÉKKÉPEK ÉS BÉLYEGKÉPEK --- */
.images-container-modern { display: flex; flex-direction: column; gap: 15px; }
.product-cover-modern img { border-radius: 8px !important; box-shadow: 0 5px 20px rgba(0,0,0,0.05) !important; border: 1px solid #eee !important; }
.thumbnails-modern { display: flex !important; gap: 15px !important; overflow-x: auto !important; padding: 10px 5px !important; list-style-type: none !important; margin: 0 !important; justify-content: center !important; }
.thumb-container { flex: 0 0 auto !important; }
.thumb-container img { width: 90px !important; height: 90px !important; object-fit: contain !important; border: 2px solid #eee !important; border-radius: 8px !important; cursor: pointer !important; transition: all 0.3s ease !important; padding: 5px !important; background: #fff !important; }
.thumb-container img.selected, .thumb-container img:hover { border-color: #ff6b00 !important; transform: translateY(-3px) !important; box-shadow: 0 5px 10px rgba(0,0,0,0.1) !important; }

/* --- KÉSZLETÉRTESÍTŐ MODUL --- */
.mailalert-modern { margin-top: 20px !important; padding: 20px !important; background-color: #f9f9f9 !important; border-radius: 8px !important; border: 1px solid #eee !important; }
.mailalert-title { font-size: 16px !important; font-weight: 700 !important; margin-bottom: 15px !important; color: #333 !important; }
.mailalert-form-modern { display: flex !important; flex-direction: column !important; gap: 15px !important; }
.input-email-modern { width: 100% !important; height: 50px !important; border-radius: 5px !important; border: 1px solid #ccc !important; padding: 0 15px !important; font-size: 15px !important; }
.gdpr-checkbox-modern { display: flex !important; align-items: flex-start !important; gap: 10px !important; }
.gdpr-checkbox-modern input { margin-top: 5px !important; width: 18px !important; height: 18px !important; cursor: pointer !important; }
.gdpr-checkbox-modern label { font-size: 13px !important; color: #666 !important; margin-bottom: 0 !important; line-height: 1.4 !important; cursor: pointer !important; }
.btn-submit-modern { width: 100% !important; height: 50px !important; background-color: #089064 !important; border: none !important; color: #fff !important; font-weight: 700 !important; text-transform: uppercase !important; border-radius: 5px !important; transition: background-color 0.3s !important; cursor: pointer !important; display: flex !important; justify-content: center !important; align-items: center !important; }
.btn-submit-modern:hover { background-color: #06704e !important; color: #fff !important; }

/* --- HÍRLEVÉL MODUL --- */
.block_newsletter_modern_wrapper { background-color: #f1f1f1 !important; padding: 50px 0 !important; margin-top: 50px !important; width: 100vw !important; position: relative !important; left: 50% !important; right: 50% !important; margin-left: -50vw !important; margin-right: -50vw !important; display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: center !important; }
.block_newsletter_modern_wrapper .title-block { text-align: center !important; margin-bottom: 25px !important; width: 100% !important; }
.block_newsletter_modern_wrapper h3 { text-transform: uppercase !important; font-weight: 800 !important; font-size: 26px !important; color: #333 !important; margin-bottom: 10px !important; letter-spacing: 1px !important; }
.block_newsletter_modern_wrapper .subtitle { color: #666 !important; font-size: 16px !important; }
.newsletter-form-block { width: 100% !important; display: flex !important; justify-content: center !important; }
.newsletter-form-block form { width: 100% !important; max-width: 600px !important; }
.form-group-modern { display: flex !important; justify-content: center !important; position: relative !important; width: 100% !important; box-shadow: 0 5px 15px rgba(0,0,0,0.05) !important; border-radius: 50px !important; }
.form-group-modern .input-email { flex-grow: 1 !important; height: 55px !important; padding: 0 30px !important; border: 1px solid #ccc !important; border-right: none !important; border-radius: 50px 0 0 50px !important; font-size: 16px !important; background: #fff !important; color: #333 !important; outline: none !important; }
.form-group-modern .btn-submit { height: 55px !important; padding: 0 40px !important; border-radius: 0 50px 50px 0 !important; background-color: #91c300 !important; border: 1px solid #91c300 !important; color: white !important; font-weight: bold !important; text-transform: uppercase !important; font-size: 14px !important; letter-spacing: 0.5px !important; cursor: pointer !important; transition: background 0.3s ease !important; }
.form-group-modern .btn-submit:hover { background-color: #7aa300 !important; }
.conditions-block { text-align: center !important; margin-top: 15px !important; width: 100% !important; }
.conditions-block p { font-size: 12px !important; color: #888 !important; margin: 0 !important; }
@media (max-width: 767px) {
  .block_newsletter_modern_wrapper { padding: 40px 20px !important; }
  .form-group-modern { flex-direction: column !important; box-shadow: none !important; background: transparent !important; }
  .form-group-modern .input-email { width: 100% !important; border-radius: 50px !important; border: 1px solid #ccc !important; margin-bottom: 15px !important; }
  .form-group-modern .btn-submit { width: 100% !important; border-radius: 50px !important; }
}


/* =========================================================================
   AUDIT ALAPJÁN, 2026-08-13 — lásd BUTIKA_AUDIT_JAVITASOK.md
   ========================================================================= */

/* --- 1. Főoldal H1: vizuálisan visszafogott, nem tör bele a slider fölé.
   A meglévő CTA-narancs (#ff6b00) helyett semleges szürkével, hogy ne
   versenyezzen a vizuális figyelemért a slider/termékek elemeivel. --- */
h1.homepage-title,
.page-home h1.homepage-title {
  display: block !important;
  width: 100% !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #999 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  margin: 14px 0 6px !important;
  text-align: center !important;
}
@media (max-width: 767px) {
  h1.homepage-title { font-size: 13px !important; margin: 10px 0 4px !important; }
}

/* --- 2. Sticky mobil fejléc-sáv (menü / keresés / fiók / kosár ikonok).
   A #rwd_menu a témában position:static volt, ezért görgetés közben eltűnt
   a menü, keresés és kosár elérése — ez a legnagyobb konverziós hatású
   javítás az auditban (86,9%-os elhagyás a termék→kosár lépésen).

   FONTOS (2026-08-13-i javítás): a sima `position: sticky` NEM működött, mert a
   #rwd_menu szülője (.header-top) csak ~130px magas — a sticky elem csak a saját
   szülőjén BELÜL tud "megragadni", azon túl nem, így gyakorlatilag azonnal
   lescrollozott. Ehelyett JS-sel (custom.js, "Sticky mobil menü" szakasz) egy
   `is-fixed-nav` osztályt kapcsolunk be/ki görgetéskor, ami valódi
   position:fixed-re vált — ez nem korlátozódik a szülő magasságára. --- */
@media (max-width: 991px) {
  #rwd_menu.is-fixed-nav {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 900 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  }
}

/* --- 3. A telefonszám-sáv kisebb, kevésbé domináns mobilon, hogy a logó és
   a sticky menü hamarabb, kevesebb görgetés/hely után látszódjon. A számot
   nem távolítjuk el, csak kisebbre vesszük. --- */
@media (max-width: 767px) {
  #contact-link .shop-phone.shop-tel {
    font-size: 11px;
  }
  #contact-link .shop-phone.shop-tel strong {
    font-size: 11px;
  }
}

/* --- 4. Vizuális facelift, "frissítés" — a már meglévő terméklap-modernizáció
   (kerekített sarkok, halvány árnyék, narancs CTA) kiterjesztve a kategória-
   listázó termékkártyákra is, hogy konzisztens legyen az egész oldal. Csak
   additív szabályok, nem nyúlunk a meglévő elrendezéshez/grid-hez. --- */
.product-miniature .thumbnail-container {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.product-miniature:hover .thumbnail-container {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.1);
}
.product-miniature .add-to-cart {
  border-radius: 5px;
  transition: background-color 0.2s ease, transform 0.15s ease;
}
.product-miniature .add-to-cart:active {
  transform: scale(0.97);
}

/* Csökkentett mozgás igény esetén (prefers-reduced-motion) a hover-lift kikapcsolva */
@media (prefers-reduced-motion: reduce) {
  .product-miniature .thumbnail-container,
  .product-miniature .add-to-cart {
    transition: none;
  }
  .product-miniature:hover .thumbnail-container {
    transform: none;
  }
}