/* JAPI EXTRA CSS Edit
 * Nazwa: Dodatkowy CSS 2
 * Plik: custom-2.css
 * Globalny plik dodatkowych stylów PrestaShop.
 * Autor modułu: kubaweb.dev by Kuba Pieczewski
 */
/* =========================================================
CARPMANIAC
KATEGORIA: PELLET KONOPNY 100%
========================================================= */

.cm-pellet-intro,
.cm-pellet-guide {
--cm-pellet-green: #7d9f3b;
--cm-pellet-green-dark: #547026;
--cm-pellet-green-soft: #eef4e4;
--cm-pellet-earth: #8a7044;
--cm-pellet-earth-dark: #5f4b2d;
--cm-pellet-earth-soft: #f5f0e6;
--cm-pellet-ink: #151a16;
--cm-pellet-ink-soft: #303832;
--cm-pellet-muted: #667067;
--cm-pellet-line: #e3e7de;
--cm-pellet-surface-soft: #f7f8f4;
--cm-pellet-radius-xl: 28px;
--cm-pellet-radius-lg: 22px;
--cm-pellet-radius-md: 16px;
--cm-pellet-shadow:
0 24px 60px rgba(19, 29, 20, 0.10),
0 6px 18px rgba(19, 29, 20, 0.05);


width: 100%;
box-sizing: border-box;
font-family: inherit;


}

.cm-pellet-intro *,
.cm-pellet-guide * {
box-sizing: border-box;
}

/* KRÓTKI OPIS */

.cm-pellet-intro {
position: relative;
isolation: isolate;
overflow: hidden;
margin: 0 0 34px;
padding: clamp(26px, 4vw, 46px);
border: 1px solid rgba(125, 159, 59, 0.23);
border-radius: var(--cm-pellet-radius-xl);
color: #ffffff;
background:
radial-gradient(
circle at 90% 10%,
rgba(154, 190, 83, 0.28) 0,
rgba(154, 190, 83, 0) 35%
),
radial-gradient(
circle at 8% 100%,
rgba(138, 112, 68, 0.17) 0,
rgba(138, 112, 68, 0) 40%
),
linear-gradient(
135deg,
#0f130f 0%,
#192019 54%,
#111511 100%
);
box-shadow: var(--cm-pellet-shadow);
}

.cm-pellet-intro::before {
content: "";
position: absolute;
z-index: -1;
top: -90px;
right: -70px;
width: 270px;
height: 270px;
border: 1px solid rgba(255, 255, 255, 0.08);
border-radius: 50%;
}

.cm-pellet-intro::after {
content: "";
position: absolute;
z-index: -1;
right: 42px;
bottom: -120px;
width: 260px;
height: 260px;
border: 42px solid rgba(125, 159, 59, 0.08);
border-radius: 50%;
}

.cm-pellet-intro__content {
position: relative;
z-index: 2;
max-width: 1180px;
}

.cm-pellet-intro__eyebrow,
.cm-pellet-guide__eyebrow {
display: inline-flex;
align-items: center;
gap: 9px;
margin: 0 0 16px;
padding: 8px 13px;
border: 1px solid rgba(255, 255, 255, 0.13);
border-radius: 999px;
color: #dfebcd;
background: rgba(255, 255, 255, 0.07);
font-size: 12px;
font-weight: 800;
line-height: 1.2;
letter-spacing: 0.08em;
text-transform: uppercase;
}

.cm-pellet-intro__eyebrow::before,
.cm-pellet-guide__eyebrow::before {
content: "";
width: 8px;
height: 8px;
flex: 0 0 8px;
border-radius: 50%;
background: #9dc65a;
box-shadow: 0 0 0 5px rgba(157, 198, 90, 0.13);
}

.cm-pellet-intro__title {
max-width: 930px;
margin: 0 0 16px !important;
color: #ffffff !important;
font-size: clamp(25px, 3.2vw, 42px);
font-weight: 900;
line-height: 1.08;
letter-spacing: -0.035em;
}

.cm-pellet-intro__text {
max-width: 930px;
margin: 0 !important;
color: rgba(255, 255, 255, 0.76) !important;
font-size: clamp(15px, 1.5vw, 18px);
line-height: 1.75;
}

.cm-pellet-intro__features {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 14px;
margin-top: 30px;
}

.cm-pellet-intro__feature {
display: flex;
align-items: flex-start;
gap: 14px;
min-width: 0;
padding: 17px 18px;
border: 1px solid rgba(255, 255, 255, 0.10);
border-radius: 18px;
background: rgba(255, 255, 255, 0.055);
backdrop-filter: blur(8px);
transition:
transform 0.2s ease,
border-color 0.2s ease,
background-color 0.2s ease;
}

.cm-pellet-intro__feature:hover {
transform: translateY(-3px);
border-color: rgba(157, 198, 90, 0.40);
background: rgba(255, 255, 255, 0.085);
}

.cm-pellet-intro__feature-number {
display: inline-flex;
align-items: center;
justify-content: center;
width: 38px;
height: 38px;
flex: 0 0 38px;
border-radius: 12px;
color: #17200e;
background:
linear-gradient(
135deg,
#a7cf5d,
var(--cm-pellet-green)
);
font-size: 12px;
font-weight: 900;
box-shadow: 0 8px 18px rgba(112, 146, 52, 0.22);
}

.cm-pellet-intro__feature strong {
display: block;
margin: 1px 0 4px;
color: #ffffff !important;
font-size: 14px;
font-weight: 800;
line-height: 1.3;
}

.cm-pellet-intro__feature div > span {
display: block;
color: rgba(255, 255, 255, 0.62);
font-size: 12px;
line-height: 1.5;
}

/* DŁUGI OPIS */

.cm-pellet-guide {
margin: 52px 0 10px;
padding: clamp(24px, 4vw, 52px);
border: 1px solid var(--cm-pellet-line);
border-radius: var(--cm-pellet-radius-xl);
color: var(--cm-pellet-ink);
background:
linear-gradient(
180deg,
rgba(249, 249, 246, 0.97) 0%,
#ffffff 17%,
#ffffff 100%
);
box-shadow: var(--cm-pellet-shadow);
}

.cm-pellet-guide a {
text-decoration: none !important;
}

.cm-pellet-guide__hero {
max-width: 900px;
margin: 0 auto;
text-align: center;
}

.cm-pellet-guide__hero .cm-pellet-guide__eyebrow {
border-color: rgba(84, 112, 38, 0.18);
color: var(--cm-pellet-green-dark);
background: var(--cm-pellet-green-soft);
}

.cm-pellet-guide__hero h2 {
margin: 0 0 16px !important;
color: var(--cm-pellet-ink) !important;
font-size: clamp(29px, 4vw, 48px);
font-weight: 900;
line-height: 1.08;
letter-spacing: -0.04em;
}

.cm-pellet-guide__hero p {
max-width: 780px;
margin: 0 auto !important;
color: var(--cm-pellet-muted) !important;
font-size: clamp(15px, 1.5vw, 18px);
line-height: 1.75;
}

.cm-pellet-guide__nav {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px;
margin: 30px 0 0;
padding: 18px;
border: 1px solid var(--cm-pellet-line);
border-radius: 18px;
background: #ffffff;
}

.cm-pellet-guide__nav a {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 40px;
padding: 9px 15px;
border: 1px solid var(--cm-pellet-line);
border-radius: 999px;
color: var(--cm-pellet-ink-soft) !important;
background: var(--cm-pellet-surface-soft);
font-size: 13px;
font-weight: 800;
line-height: 1.3;
transition:
color 0.2s ease,
border-color 0.2s ease,
background-color 0.2s ease,
transform 0.2s ease;
}

.cm-pellet-guide__nav a:hover {
transform: translateY(-2px);
border-color: var(--cm-pellet-green);
color: #ffffff !important;
background: var(--cm-pellet-green);
}

.cm-pellet-guide__section {
scroll-margin-top: 120px;
margin-top: clamp(44px, 7vw, 76px);
}

.cm-pellet-guide__section-heading {
display: grid;
grid-template-columns: 58px minmax(0, 1fr);
gap: 18px;
align-items: start;
margin-bottom: 25px;
}

.cm-pellet-guide__section-number {
display: inline-flex;
align-items: center;
justify-content: center;
width: 58px;
height: 58px;
border-radius: 18px;
color: #ffffff;
background:
linear-gradient(
135deg,
var(--cm-pellet-green),
var(--cm-pellet-green-dark)
);
font-size: 14px;
font-weight: 900;
box-shadow: 0 12px 28px rgba(84, 112, 38, 0.22);
}

.cm-pellet-guide__section-heading h2 {
margin: 1px 0 8px !important;
color: var(--cm-pellet-ink) !important;
font-size: clamp(24px, 3vw, 35px);
font-weight: 900;
line-height: 1.15;
letter-spacing: -0.025em;
}

.cm-pellet-guide__section-heading p {
max-width: 820px;
margin: 0 !important;
color: var(--cm-pellet-muted) !important;
font-size: 15px;
line-height: 1.7;
}

/* KARTY */

.cm-pellet-guide__cards {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 16px;
}

.cm-pellet-guide__card {
position: relative;
min-height: 255px;
padding: 23px;
overflow: hidden;
border: 1px solid var(--cm-pellet-line);
border-radius: var(--cm-pellet-radius-lg);
background: #ffffff;
box-shadow: 0 12px 30px rgba(24, 34, 25, 0.055);
transition:
transform 0.22s ease,
border-color 0.22s ease,
box-shadow 0.22s ease;
}

.cm-pellet-guide__card::after {
content: "";
position: absolute;
right: -34px;
bottom: -42px;
width: 116px;
height: 116px;
border: 22px solid rgba(125, 159, 59, 0.07);
border-radius: 50%;
}

.cm-pellet-guide__card:hover {
transform: translateY(-6px);
border-color: rgba(125, 159, 59, 0.58);
box-shadow: 0 22px 44px rgba(24, 34, 25, 0.11);
}

.cm-pellet-guide__card-label {
display: inline-block;
margin-bottom: 12px;
padding: 7px 10px;
border-radius: 999px;
color: var(--cm-pellet-green-dark);
background: var(--cm-pellet-green-soft);
font-size: 10px;
font-weight: 900;
line-height: 1.2;
letter-spacing: 0.06em;
text-transform: uppercase;
}

.cm-pellet-guide__card h3 {
margin: 0 0 11px !important;
color: var(--cm-pellet-ink) !important;
font-size: 22px;
font-weight: 900;
line-height: 1.2;
}

.cm-pellet-guide__card p {
position: relative;
z-index: 2;
margin: 0 !important;
color: var(--cm-pellet-muted) !important;
font-size: 14px;
line-height: 1.7;
}

/* PANELE */

.cm-pellet-guide__split {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 18px;
}

.cm-pellet-guide__panel {
padding: clamp(22px, 3vw, 34px);
border: 1px solid var(--cm-pellet-line);
border-radius: var(--cm-pellet-radius-lg);
background: var(--cm-pellet-surface-soft);
}

.cm-pellet-guide__panel--dark {
color: #ffffff;
border-color: rgba(125, 159, 59, 0.24);
background:
radial-gradient(
circle at 90% 10%,
rgba(125, 159, 59, 0.25),
transparent 36%
),
linear-gradient(135deg, #111712, #1b251c);
}

.cm-pellet-guide__panel-label {
display: inline-flex;
margin-bottom: 14px;
padding: 7px 11px;
border-radius: 999px;
color: #dcebc4;
background: rgba(255, 255, 255, 0.08);
font-size: 11px;
font-weight: 900;
letter-spacing: 0.06em;
text-transform: uppercase;
}

.cm-pellet-guide__panel h3 {
margin: 0 0 15px !important;
color: var(--cm-pellet-ink) !important;
font-size: 23px;
font-weight: 900;
line-height: 1.2;
}

.cm-pellet-guide__panel--dark h3 {
color: #ffffff !important;
}

.cm-pellet-guide__panel p {
margin: 0 0 14px !important;
color: var(--cm-pellet-muted) !important;
font-size: 15px;
line-height: 1.75;
}

.cm-pellet-guide__panel p:last-child {
margin-bottom: 0 !important;
}

.cm-pellet-guide__panel--dark p {
color: rgba(255, 255, 255, 0.70) !important;
}

.cm-pellet-guide__list {
display: grid;
gap: 10px;
margin: 0 !important;
padding: 0 !important;
list-style: none !important;
}

.cm-pellet-guide__list li {
position: relative;
margin: 0 !important;
padding: 3px 0 3px 30px !important;
color: var(--cm-pellet-ink-soft);
font-size: 14px;
line-height: 1.55;
}

.cm-pellet-guide__list li::before {
content: "✓";
position: absolute;
top: 1px;
left: 0;
display: inline-flex;
align-items: center;
justify-content: center;
width: 21px;
height: 21px;
border-radius: 7px;
color: #ffffff;
background: var(--cm-pellet-green);
font-size: 11px;
font-weight: 900;
}

/* KROKI */

.cm-pellet-guide__steps {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 14px;
}

.cm-pellet-guide__step {
padding: 22px;
border: 1px solid var(--cm-pellet-line);
border-radius: var(--cm-pellet-radius-lg);
background: var(--cm-pellet-surface-soft);
}

.cm-pellet-guide__step-number {
display: inline-flex;
align-items: center;
justify-content: center;
width: 42px;
height: 42px;
margin-bottom: 17px;
border-radius: 14px;
color: #ffffff;
background: var(--cm-pellet-earth);
font-size: 14px;
font-weight: 900;
}

.cm-pellet-guide__step h3 {
margin: 0 0 9px !important;
color: var(--cm-pellet-ink) !important;
font-size: 18px;
font-weight: 900;
line-height: 1.3;
}

.cm-pellet-guide__step p {
margin: 0 !important;
color: var(--cm-pellet-muted) !important;
font-size: 13px;
line-height: 1.7;
}

.cm-pellet-guide__note {
display: grid;
grid-template-columns: max-content minmax(0, 1fr);
gap: 16px;
align-items: center;
margin-top: 16px;
padding: 18px 21px;
border: 1px solid rgba(138, 112, 68, 0.22);
border-radius: 16px;
background: var(--cm-pellet-earth-soft);
}

.cm-pellet-guide__note strong {
color: var(--cm-pellet-earth-dark);
font-size: 14px;
font-weight: 900;
}

.cm-pellet-guide__note span {
color: var(--cm-pellet-ink-soft);
font-size: 13px;
line-height: 1.6;
}

/* LINKI DO POWIĄZANYCH KATEGORII */

.cm-pellet-guide__links {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 16px;
}

.cm-pellet-guide__link-box {
position: relative;
display: flex;
flex-direction: column;
min-height: 185px;
padding: 25px;
overflow: hidden;
border: 1px solid var(--cm-pellet-line);
border-radius: var(--cm-pellet-radius-lg);
color: var(--cm-pellet-ink) !important;
background:
linear-gradient(
135deg,
#ffffff,
var(--cm-pellet-surface-soft)
);
transition:
transform 0.22s ease,
border-color 0.22s ease,
box-shadow 0.22s ease;
}

.cm-pellet-guide__link-box::after {
content: "→";
position: absolute;
right: 23px;
bottom: 20px;
color: var(--cm-pellet-green);
font-size: 28px;
transition: transform 0.2s ease;
}

.cm-pellet-guide__link-box:hover {
transform: translateY(-5px);
border-color: var(--cm-pellet-green);
box-shadow: 0 18px 38px rgba(24, 34, 25, 0.09);
}

.cm-pellet-guide__link-box:hover::after {
transform: translateX(5px);
}

.cm-pellet-guide__link-kicker {
margin-bottom: 13px;
color: var(--cm-pellet-green-dark);
font-size: 11px;
font-weight: 900;
letter-spacing: 0.07em;
text-transform: uppercase;
}

.cm-pellet-guide__link-box strong {
margin-bottom: 8px;
color: var(--cm-pellet-ink);
font-size: 23px;
font-weight: 900;
}

.cm-pellet-guide__link-box > span:last-of-type {
max-width: 82%;
color: var(--cm-pellet-muted);
font-size: 14px;
line-height: 1.6;
}

/* KATEGORIA NADRZĘDNA */

.cm-pellet-guide__parent-box {
display: grid;
grid-template-columns: 58px minmax(0, 1fr) 38px;
gap: 17px;
align-items: center;
margin-top: 16px;
padding: 20px 22px;
border: 1px solid rgba(125, 159, 59, 0.20);
border-radius: 18px;
color: var(--cm-pellet-ink) !important;
background: var(--cm-pellet-green-soft);
transition:
transform 0.2s ease,
border-color 0.2s ease;
}

.cm-pellet-guide__parent-box:hover {
transform: translateY(-3px);
border-color: var(--cm-pellet-green);
}

.cm-pellet-guide__parent-mark {
display: inline-flex;
align-items: center;
justify-content: center;
width: 58px;
height: 58px;
border-radius: 18px;
color: #ffffff;
background:
linear-gradient(
135deg,
var(--cm-pellet-green),
var(--cm-pellet-green-dark)
);
font-size: 23px;
font-weight: 900;
}

.cm-pellet-guide__parent-content small {
display: block;
margin-bottom: 3px;
color: var(--cm-pellet-green-dark);
font-size: 10px;
font-weight: 900;
letter-spacing: 0.07em;
text-transform: uppercase;
}

.cm-pellet-guide__parent-content strong {
display: block;
margin-bottom: 3px;
color: var(--cm-pellet-ink);
font-size: 17px;
font-weight: 900;
}

.cm-pellet-guide__parent-content > span {
color: var(--cm-pellet-muted);
font-size: 13px;
line-height: 1.5;
}

.cm-pellet-guide__parent-arrow {
color: var(--cm-pellet-green);
font-size: 27px;
}

/* FAQ */

.cm-pellet-guide__faq {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 14px;
}

.cm-pellet-guide__faq-item {
padding: 23px;
border: 1px solid var(--cm-pellet-line);
border-radius: var(--cm-pellet-radius-md);
background: #ffffff;
}

.cm-pellet-guide__faq-item h3 {
position: relative;
margin: 0 0 10px !important;
padding-left: 30px;
color: var(--cm-pellet-ink) !important;
font-size: 17px;
font-weight: 900;
line-height: 1.4;
}

.cm-pellet-guide__faq-item h3::before {
content: "?";
position: absolute;
top: 1px;
left: 0;
display: inline-flex;
align-items: center;
justify-content: center;
width: 21px;
height: 21px;
border-radius: 7px;
color: #ffffff;
background: var(--cm-pellet-green);
font-size: 12px;
font-weight: 900;
}

.cm-pellet-guide__faq-item p {
margin: 0 !important;
color: var(--cm-pellet-muted) !important;
font-size: 14px;
line-height: 1.7;
}

/* CTA */

.cm-pellet-guide__cta {
position: relative;
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
gap: 30px;
align-items: center;
margin-top: clamp(46px, 7vw, 76px);
padding: clamp(25px, 4vw, 42px);
overflow: hidden;
border: 1px solid rgba(125, 159, 59, 0.24);
border-radius: var(--cm-pellet-radius-lg);
color: #ffffff;
background:
radial-gradient(
circle at 90% 10%,
rgba(125, 159, 59, 0.29),
transparent 36%
),
linear-gradient(135deg, #111712, #1d281e);
}

.cm-pellet-guide__cta::after {
content: "";
position: absolute;
right: -70px;
bottom: -100px;
width: 250px;
height: 250px;
border: 42px solid rgba(255, 255, 255, 0.035);
border-radius: 50%;
}

.cm-pellet-guide__cta > * {
position: relative;
z-index: 2;
}

.cm-pellet-guide__cta-eyebrow {
display: block;
margin-bottom: 7px;
color: #a9ce62;
font-size: 11px;
font-weight: 900;
letter-spacing: 0.08em;
text-transform: uppercase;
}

.cm-pellet-guide__cta h2 {
margin: 0 0 8px !important;
color: #ffffff !important;
font-size: clamp(24px, 3vw, 34px);
font-weight: 900;
line-height: 1.15;
}

.cm-pellet-guide__cta p {
max-width: 660px;
margin: 0 !important;
color: rgba(255, 255, 255, 0.66) !important;
font-size: 14px;
line-height: 1.7;
}

.cm-pellet-guide__cta-buttons {
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
gap: 10px;
}

.cm-pellet-guide__button {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 48px;
padding: 12px 18px;
border: 1px solid var(--cm-pellet-green);
border-radius: 14px;
color: #17200e !important;
background:
linear-gradient(
135deg,
#a8cf60,
var(--cm-pellet-green)
);
font-size: 13px;
font-weight: 900;
line-height: 1.3;
box-shadow: 0 12px 25px rgba(84, 112, 38, 0.22);
transition:
transform 0.2s ease,
box-shadow 0.2s ease,
background-color 0.2s ease;
}

.cm-pellet-guide__button:hover {
transform: translateY(-3px);
color: #17200e !important;
box-shadow: 0 18px 32px rgba(84, 112, 38, 0.30);
}

.cm-pellet-guide__button--ghost {
color: #ffffff !important;
border-color: rgba(255, 255, 255, 0.20);
background: rgba(255, 255, 255, 0.07);
box-shadow: none;
}

.cm-pellet-guide__button--ghost:hover {
color: #ffffff !important;
border-color: rgba(255, 255, 255, 0.38);
background: rgba(255, 255, 255, 0.11);
}

/* RESPONSYWNOŚĆ */

@media (max-width: 1100px) {
.cm-pellet-guide__cards,
.cm-pellet-guide__steps {
grid-template-columns: repeat(2, minmax(0, 1fr));
}


.cm-pellet-guide__cta {
    grid-template-columns: 1fr;
}

.cm-pellet-guide__cta-buttons {
    justify-content: flex-start;
}


}

@media (max-width: 820px) {
.cm-pellet-intro__features,
.cm-pellet-guide__split,
.cm-pellet-guide__links,
.cm-pellet-guide__faq {
grid-template-columns: 1fr;
}


.cm-pellet-guide__note {
    grid-template-columns: 1fr;
    gap: 7px;
}


}

@media (max-width: 600px) {
.cm-pellet-intro {
margin-bottom: 24px;
padding: 24px 18px;
border-radius: 21px;
}


.cm-pellet-intro__title {
    font-size: 26px;
    line-height: 1.13;
}

.cm-pellet-intro__text {
    font-size: 14px;
    line-height: 1.7;
}

.cm-pellet-intro__feature {
    padding: 15px;
}

.cm-pellet-guide {
    margin-top: 34px;
    padding: 24px 16px;
    border-radius: 21px;
}

.cm-pellet-guide__hero {
    text-align: left;
}

.cm-pellet-guide__hero h2 {
    font-size: 29px;
}

.cm-pellet-guide__nav {
    justify-content: flex-start;
    padding: 14px;
}

.cm-pellet-guide__nav a {
    width: 100%;
    justify-content: flex-start;
    border-radius: 12px;
}

.cm-pellet-guide__section-heading {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 13px;
}

.cm-pellet-guide__section-number {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    font-size: 12px;
}

.cm-pellet-guide__section-heading h2 {
    font-size: 24px;
}

.cm-pellet-guide__cards,
.cm-pellet-guide__steps {
    grid-template-columns: 1fr;
}

.cm-pellet-guide__card {
    min-height: 0;
    padding: 21px;
}

.cm-pellet-guide__parent-box {
    grid-template-columns: 46px minmax(0, 1fr);
}

.cm-pellet-guide__parent-mark {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    font-size: 18px;
}

.cm-pellet-guide__parent-arrow {
    display: none;
}

.cm-pellet-guide__cta {
    padding: 25px 20px;
}

.cm-pellet-guide__cta-buttons {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
}

.cm-pellet-guide__button {
    width: 100%;
}


}

@media (prefers-reduced-motion: reduce) {
.cm-pellet-intro__feature,
.cm-pellet-guide__nav a,
.cm-pellet-guide__card,
.cm-pellet-guide__link-box,
.cm-pellet-guide__link-box::after,
.cm-pellet-guide__parent-box,
.cm-pellet-guide__button {
transition: none;
}
}
