/* itemhesap shared product card system — extracted from Shell v2 */
.ihpc-grid{row-gap:15px}.ihpc-card{--ihpc-plan-a:rgba(91,136,151,.18);--ihpc-plan-b:rgba(125,137,255,.08);--ihpc-plan-glow:rgba(91,136,151,.08);position:relative;height:100%;display:flex;flex-direction:column;border:1px solid var(--ihmkt-line);border-radius:20px;background:linear-gradient(180deg,var(--ihmkt-elevated),var(--ihmkt-surface-2));box-shadow:0 12px 30px rgba(15,23,42,.075),0 2px 6px rgba(15,23,42,.035);overflow:hidden;color:var(--ihmkt-text);isolation:isolate}body.dark-mode .ihpc-card{background:linear-gradient(180deg,rgba(12,21,34,.98),rgba(7,13,22,.98));box-shadow:0 11px 26px rgba(0,0,0,.24)}.ihpc-card:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(135deg,var(--ihpc-plan-a),transparent 42%,var(--ihpc-plan-b));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:2}.ihpc-card:after{content:"";position:absolute;inset:auto 18px -42px 18px;height:86px;border-radius:999px;background:linear-gradient(90deg,var(--ihpc-plan-glow),rgba(91,136,151,.04));filter:blur(20px);z-index:-1;pointer-events:none}.ihpc-card--gold{--ihpc-plan-a:rgba(245,183,66,.78);--ihpc-plan-b:rgba(255,228,152,.34);--ihpc-plan-glow:rgba(245,183,66,.30)}.ihpc-card--silver{--ihpc-plan-a:rgba(203,213,225,.82);--ihpc-plan-b:rgba(93,167,255,.30);--ihpc-plan-glow:rgba(148,190,255,.24)}.ihpc-card--admin{--ihpc-plan-a:rgba(34,211,238,.66);--ihpc-plan-b:rgba(39,215,162,.25);--ihpc-plan-glow:rgba(34,211,238,.22)}.ihpc-card__media-wrap{position:relative;background:#0f172a}.ihpc-card__media{display:block;position:relative;aspect-ratio:1/.83;overflow:hidden;color:inherit;text-decoration:none!important;background:linear-gradient(135deg,#111827,#1f2937)}.ihpc-card__media:after{content:"";position:absolute;inset:56% 0 0;background:linear-gradient(180deg,transparent,rgba(5,9,16,.64));pointer-events:none}.ihpc-card__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.ihpc-card__img--alt{opacity:0}.ihpc-card__badges{position:absolute;z-index:6;left:8px;top:8px;display:flex;flex-direction:column;align-items:flex-start;gap:5px;max-width:calc(100% - 54px);pointer-events:none}.ihpc-badge{display:inline-flex;align-items:center;gap:4px;min-height:20px;max-width:100%;padding:4px 7px;border-radius:999px;color:#fff;font-size:8.4px;font-weight:800;line-height:1;box-shadow:0 8px 14px rgba(0,0,0,.14);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ihpc-badge svg{width:12px;height:12px}.ihpc-badge--boost{background:linear-gradient(135deg,#16a34a,#22c55e)}.ihpc-badge--deal{background:linear-gradient(135deg,#ef3f63,#fb923c)}.ihpc-badge--auto{background:linear-gradient(135deg,#0284c7,#38bdf8)}.ihpc-badge--pre{background:linear-gradient(135deg,#f97316,#f59e0b)}.ihpc-badge--sold{background:linear-gradient(135deg,#64748b,#334155)}.ihpc-badge--sponsor{background:linear-gradient(135deg,#8b5cf6,#06b6d4)}.ihpc-card__discount{position:absolute;z-index:8;right:8px;bottom:8px;display:inline-flex;align-items:center;gap:4px;min-height:23px;padding:0 8px;border-radius:999px;background:linear-gradient(135deg,#ef3f63,#fb7185);color:#fff;font-size:8.8px;font-weight:800;line-height:1;box-shadow:0 10px 20px rgba(239,63,99,.20)}.ihpc-card__discount svg{width:11px;height:11px}.ihpc-card__video{position:absolute;right:8px;bottom:8px;z-index:7;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#ef4444;color:#fff;box-shadow:0 8px 15px rgba(239,68,68,.23)}.ihpc-card__discount+.ihpc-card__video{bottom:38px}.ihpc-card__video svg{width:15px;height:15px}.ihpc-card__quick{position:absolute;z-index:9;right:8px;top:8px;display:flex;flex-direction:column;gap:6px}.ihpc-icon-btn{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(255,255,255,.46);background:rgba(8,13,23,.54);color:#fff!important;text-decoration:none!important;box-shadow:0 8px 18px rgba(15,23,42,.16);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.ihpc-icon-btn svg{width:16px;height:16px}.ihpc-icon-btn.item-wishlist{color:#ff7b92!important;background:rgba(239,63,99,.16);border-color:rgba(239,63,99,.32)}.ihpc-icon-btn--action{background:linear-gradient(135deg,rgba(91,136,151,.72),rgba(125,137,255,.72))}.ihpc-card__content{flex:1;display:flex;flex-direction:column;gap:7px;padding:10px 11px 11px;min-height:124px}.ihpc-card__head{min-width:0}.ihpc-card__title{margin:0!important;min-height:34px;font-size:12.2px!important;line-height:1.32!important;font-weight:800!important;letter-spacing:-.015em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ihpc-card__title a{color:var(--ihmkt-text)!important;text-decoration:none!important}.ihpc-card__seller{display:flex;align-items:center;gap:4px;min-width:0;margin-top:6px;color:var(--ihmkt-muted);font-size:10.5px;font-weight:600;line-height:1.1}.ihpc-card__seller a,.ihpc-card__seller strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--ihmkt-muted)!important;font-weight:800;text-decoration:none!important}.ihpc-card__seller--gold a,.ihpc-card__seller--gold strong{color:#dfaa36!important;text-shadow:0 0 16px rgba(245,183,66,.16)}.ihpc-card__seller--silver a,.ihpc-card__seller--silver strong{color:#b7c7dc!important;text-shadow:0 0 14px rgba(148,190,255,.16)}.ihpc-card__seller--admin a,.ihpc-card__seller--admin strong{color:#20c4ce!important}.ihpc-card__verified{display:inline-flex;color:var(--ihmkt-green)}.ihpc-card__verified svg{width:13px;height:13px}.ihpc-card__meta-row{display:flex;align-items:center;gap:6px;min-width:0;min-height:20px}.ihpc-card__category,.ihpc-card__tier{display:inline-flex;align-items:center;gap:4px;min-width:0;max-width:100%;height:20px;padding:0 7px;border:1px solid var(--ihmkt-line);border-radius:999px;background:rgba(91,136,151,.10);color:var(--ihmkt-muted)!important;text-decoration:none!important;font-size:9.2px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ihpc-card__category svg,.ihpc-card__tier svg{width:11px;height:11px;flex:0 0 auto}.ihpc-card__tier--gold{border-color:rgba(245,183,66,.22);background:rgba(245,183,66,.13);color:#dfaa36!important}.ihpc-card__tier--silver{border-color:rgba(183,199,220,.28);background:rgba(148,190,255,.12);color:#b7c7dc!important}.ihpc-card__tier--admin{border-color:rgba(34,211,238,.24);background:rgba(34,211,238,.12);color:#20c4ce!important}.ihpc-card__signals{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:18px}.ihpc-rating{display:flex;align-items:center;gap:1px;color:rgba(148,163,184,.72)}.ihpc-rating__star,.ihpc-rating__star svg{width:12px;height:12px}.ihpc-rating__star.is-filled{color:#fbbf24}.ihpc-card__wish{display:inline-flex;align-items:center;gap:4px;color:var(--ihmkt-muted);font-size:10.5px;font-weight:700;white-space:nowrap}.ihpc-card__wish svg{width:13px;height:13px}.ihpc-card__bottom{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}.ihpc-card__price{min-width:0;line-height:1}.ihpc-card__price .price,.ihpc-card__price .price-free,.ihpc-card__price .a-meta-request-quote{color:var(--ihmkt-text)!important;font-size:15.2px!important;font-weight:800!important;letter-spacing:-.015em}.ihpc-card__price .discount-original-price{display:inline-block!important;margin-right:5px;color:var(--ihmkt-muted)!important;font-size:10.7px!important;text-decoration:line-through}.ihpc-pill{display:inline-flex;align-items:center;min-height:22px;max-width:73px;padding:0 4px;border-radius:999px;background:rgba(91,136,151,.12);color:var(--ihmkt-accent)!important;font-size:8.4px;font-weight:800;text-decoration:none!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ihpc-pill--gold{background:rgba(245,183,66,.18);color:#dfaa36!important}.ihpc-pill--silver{background:rgba(148,190,255,.15);color:#b7c7dc!important}.ihpc-pill--admin{background:rgba(34,211,238,.15);color:#20c4ce!important}.ihpc-pill--category{background:rgba(91,136,151,.12);color:var(--ihmkt-accent)!important}.ihpc-card--compact .ihpc-card__media,.ihpc-card--rail .ihpc-card__media{aspect-ratio:1}.ihpc-card--compact .ihpc-card__content,.ihpc-card--rail .ihpc-card__content{min-height:106px;padding:9px 10px 10px}.ihpc-card--compact .ihpc-card__title,.ihpc-card--rail .ihpc-card__title{font-size:11.7px!important;min-height:31px}.ihpc-card--featured{border-color:var(--ihpc-plan-a);box-shadow:0 16px 42px var(--ihpc-plan-glow),var(--ihmkt-shadow-sm)}.ihpc-card--featured .ihpc-card__media{aspect-ratio:1/.78}.ihpc-card--featured .ihpc-card__title{font-size:12.6px!important}.ihpc-card--rail{min-width:190px}.ihpc-card--sponsor{max-width:215px}.ihpc-card--deal{--ihpc-plan-a:rgba(239,63,99,.72);--ihpc-plan-b:rgba(245,183,66,.28);--ihpc-plan-glow:rgba(239,63,99,.22)}.ih-products-layout-list>.col-product{flex:0 0 100%!important;max-width:100%!important}.ih-products-layout-list .ihpc-card{display:grid}.ih-products-layout-list .ihpc-card__media-wrap{height:100%}.ih-products-layout-list .ihpc-card__media{aspect-ratio:auto}.ih-products-layout-list .ihpc-card__content{min-height:0;display:grid;align-content:start;gap:7px}.ih-products-layout-list .ihpc-card__title{min-height:auto;-webkit-line-clamp:2}.ih-products-layout-list .ihpc-card__category,.ih-products-layout-list .ihpc-card__tier{display:inline-flex}.ih-products-layout-list .ihpc-card__signals{justify-content:flex-start}.ih-products-layout-list .ihpc-card__bottom{margin-top:4px}.ih-products-layout-list .ihpc-card__badges .ihpc-badge:nth-child(n/**/+3){display:none}@supports (content-visibility:auto){.ihpc-grid .ihpc-card:not(.ihpc-card--lcp){content-visibility:auto;contain-intrinsic-size:280px 360px}.ih-products-layout-list .ihpc-card{contain-intrinsic-size:142px 100%}}@media (hover:hover) and (pointer:fine){.ihpc-card{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.ihpc-card__img{transition:transform .24s ease,opacity .16s ease}.ihpc-card:hover{transform:translateY(-3px);border-color:var(--ihpc-plan-a);box-shadow:0 28px 68px rgba(15,23,42,.20),0 12px 28px rgba(91,136,151,.13),0 0 0 1px rgba(91,136,151,.10),0 0 42px var(--ihpc-plan-glow)}body:not(.dark-mode) .ihpc-card--gold:hover{box-shadow:0 28px 68px rgba(15,23,42,.18),0 14px 32px rgba(245,183,66,.18),0 0 0 1px rgba(245,183,66,.18),0 0 50px rgba(245,183,66,.23)}body:not(.dark-mode) .ihpc-card--silver:hover{box-shadow:0 28px 68px rgba(15,23,42,.18),0 14px 32px rgba(93,167,255,.16),0 0 0 1px rgba(125,157,196,.20),0 0 48px rgba(148,190,255,.24)}body:not(.dark-mode) .ihpc-card--deal:hover{box-shadow:0 28px 68px rgba(15,23,42,.18),0 14px 34px rgba(239,63,99,.18),0 0 0 1px rgba(239,63,99,.18),0 0 50px rgba(239,63,99,.20)}body.dark-mode .ihpc-card:hover{box-shadow:0 24px 54px rgba(0,0,0,.40),0 0 36px var(--ihpc-plan-glow)}.ihpc-card:hover .ihpc-card__img{transform:scale(1.018)}.ihpc-card:hover .ihpc-card__img--alt{opacity:1}.ihpc-icon-btn:hover{background:#fff!important;color:#0f172a!important;transform:translateY(-1px)}}@media (max-width:575.98px){.ihpc-grid{margin-left:-5px;margin-right:-5px;row-gap:11px}.ihpc-grid .col-product{padding-left:5px;padding-right:5px}.ihpc-card{border-radius:16px;box-shadow:0 9px 20px rgba(15,23,42,.075),0 2px 5px rgba(15,23,42,.03)}body.dark-mode .ihpc-card{box-shadow:0 9px 20px rgba(0,0,0,.23)}.ihpc-card__media{aspect-ratio:1/.94}.ihpc-card__img{transition:none!important;transform:none!important}.ihpc-card__img--alt{display:none}.ihpc-card__badges{left:6px;top:6px;max-width:calc(100% - 47px);gap:4px}.ihpc-card__badges .ihpc-badge:nth-child(n/**/+3){display:none}.ihpc-badge{font-size:7.7px;min-height:18px;padding:3px 5px}.ihpc-badge svg{width:10px;height:10px}.ihpc-card__discount{right:6px;bottom:6px;min-height:21px;padding:0 6px;font-size:8.3px}.ihpc-card__discount svg{width:10px;height:10px}.ihpc-card__video{width:25px;height:25px;right:6px;bottom:6px}.ihpc-card__quick{right:6px;top:6px;gap:5px}.ihpc-icon-btn{width:29px;height:29px;box-shadow:0 6px 13px rgba(15,23,42,.13);backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.ihpc-icon-btn svg{width:14px;height:14px}.ihpc-card__content{min-height:106px;padding:8px 8px 9px;gap:5px}.ihpc-card__title{font-size:11.3px!important;line-height:1.25!important;min-height:29px}.ihpc-card__seller{font-size:10px;margin-top:5px}.ihpc-card__seller-label{display:none}.ihpc-card__signals{gap:4px;min-height:16px}.ihpc-rating__star,.ihpc-rating__star svg{width:10.5px;height:10.5px}.ihpc-card__wish{font-size:9.8px}.ihpc-card__price .price,.ihpc-card__price .price-free,.ihpc-card__price .a-meta-request-quote{font-size:13.8px!important}.ihpc-card__price .discount-original-price{font-size:9.7px!important}.ihpc-pill{display:none}.ihpc-card__meta-row{min-height:18px}.ihpc-card__category,.ihpc-card__tier{height:18px;padding:0 6px;font-size:8.4px}.ihpc-card__category svg,.ihpc-card__tier svg{width:10px;height:10px}.ih-products-layout-list .col-product{padding-left:5px;padding-right:5px}.ih-products-layout-list .ihpc-card{grid-template-columns:110px minmax(0,1fr);min-height:118px}.ih-products-layout-list .ihpc-card__content{padding:9px 42px 9px 10px;display:grid;grid-template-rows:auto auto 1fr auto}.ih-products-layout-list .ihpc-card__title{font-size:12.2px!important;min-height:auto}.ih-products-layout-list .ihpc-card__badges{display:none}.ih-products-layout-list .ihpc-card__quick{top:6px;right:6px}}.ihpc-card__meta-row:empty{display:none}.ihpc-card__category{max-width:100%;background:rgba(91,136,151,.085);border-color:rgba(91,136,151,.16);color:var(--ihmkt-muted)!important}.ihpc-card__trust:empty{display:none}.ihpc-card__trust{display:flex;align-items:center;justify-content:flex-end;min-width:0}body:not(.dark-mode) .ihpc-card{background:linear-gradient(180deg,#fff,#f8fbff);border-color:rgba(15,23,42,.095);box-shadow:0 12px 26px rgba(15,23,42,.07)}body:not(.dark-mode) .ihpc-card__seller--silver a, body:not(.dark-mode) .ihpc-card__seller--silver strong{text-shadow:none}body:not(.dark-mode) .ihpc-card__seller--gold a, body:not(.dark-mode) .ihpc-card__seller--gold strong{color:#b7791f!important;text-shadow:none}body:not(.dark-mode) .ihpc-card__category{background:rgba(91,136,151,.07);border-color:rgba(91,136,151,.14);color:#607186!important}body:not(.dark-mode) .ihpc-card--deal{--ihpc-plan-a:rgba(239,63,99,.62);--ihpc-plan-b:rgba(245,183,66,.22);--ihpc-plan-glow:rgba(239,63,99,.16)}.ih-products-layout-list .ihpc-card__head{grid-column:1;grid-row:1}.ih-products-layout-list .ihpc-card__meta-row{grid-column:1;grid-row:2}.ih-products-layout-list .ihpc-card__signals{grid-column:1;grid-row:3}.ih-products-layout-list .ihpc-card__bottom{grid-column:2;grid-row:1 / 4;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;margin:0;min-width:0}@media (max-width:767.98px){.ih-products-layout-list .ihpc-card__head, .ih-products-layout-list .ihpc-card__meta-row, .ih-products-layout-list .ihpc-card__signals, .ih-products-layout-list .ihpc-card__bottom{grid-column:1;grid-row:auto}.ih-products-layout-list .ihpc-card__bottom{align-self:end;justify-self:start}}.ihpc-pill:not(.ihpc-pill--gold):not(.ihpc-pill--silver):not(.ihpc-pill--admin):not(.ihpc-pill--category){background:rgba(241,245,249,.92);border:1px solid rgba(148,163,184,.16);color:#64748b!important;box-shadow:none}body:not(.dark-mode) .ihpc-card--basic{--ihpc-plan-a:rgba(148,163,184,.18);--ihpc-plan-b:rgba(226,232,240,.30);--ihpc-plan-glow:rgba(148,163,184,.055)}body:not(.dark-mode) .ihpc-card--silver{--ihpc-plan-a:rgba(81,110,145,.86);--ihpc-plan-b:rgba(74,144,194,.24);--ihpc-plan-glow:rgba(74,144,194,.18);border-color:rgba(81,110,145,.22);box-shadow:0 12px 28px rgba(44,67,94,.085),0 0 0 1px rgba(255,255,255,.42) inset}body:not(.dark-mode) .ihpc-card--silver:after{background:linear-gradient(90deg,rgba(82,132,176,.18),rgba(199,218,235,.14))}body:not(.dark-mode) .ihpc-card__seller--silver a, body:not(.dark-mode) .ihpc-card__seller--silver strong{color:#3f6688!important}body:not(.dark-mode) .ihpc-pill--silver{background:linear-gradient(135deg,rgba(248,252,255,.98),rgba(202,220,237,.96) 48%,rgba(231,241,249,.98));border:1px solid rgba(76,104,136,.38);color:#365674!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 6px 15px rgba(54,86,116,.13)}body:not(.dark-mode) .ihpc-pill--gold{background:linear-gradient(135deg,rgba(255,246,214,.98),rgba(250,218,138,.90));border:1px solid rgba(210,143,25,.24);color:#a76513!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.72),0 6px 15px rgba(210,143,25,.10)}body.dark-mode .ihpc-card--basic{--ihpc-plan-a:rgba(148,163,184,.16);--ihpc-plan-b:rgba(71,85,105,.12);--ihpc-plan-glow:rgba(148,163,184,.055)}body.dark-mode .ihpc-card--silver{--ihpc-plan-a:rgba(202,216,235,.76);--ihpc-plan-b:rgba(73,151,201,.34);--ihpc-plan-glow:rgba(126,177,222,.24);border-color:rgba(177,199,226,.19)}body.dark-mode .ihpc-card__seller--silver a, body.dark-mode .ihpc-card__seller--silver strong{color:#d5e3f3!important;text-shadow:0 0 17px rgba(132,177,222,.22)}body.dark-mode .ihpc-pill:not(.ihpc-pill--gold):not(.ihpc-pill--silver):not(.ihpc-pill--admin):not(.ihpc-pill--category){background:rgba(148,163,184,.10);border:1px solid rgba(148,163,184,.14);color:#98a6b8!important;box-shadow:none}body.dark-mode .ihpc-pill--silver{background:linear-gradient(135deg,rgba(83,104,130,.82),rgba(39,61,88,.72) 55%,rgba(95,119,145,.72));border:1px solid rgba(189,209,232,.34);color:#e2edf9!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 8px 18px rgba(74,144,194,.14)}body.dark-mode .ihpc-pill--gold{background:linear-gradient(135deg,rgba(111,78,22,.76),rgba(166,112,26,.62));border:1px solid rgba(245,183,66,.30);color:#ffdf94!important;box-shadow:0 8px 18px rgba(245,183,66,.10)}@media (max-width:575.98px){body:not(.dark-mode) .ihpc-pill--silver{box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}body.dark-mode .ihpc-pill--silver{box-shadow:inset 0 1px 0 rgba(255,255,255,.13)}}.ih-products-layout-list{row-gap:12px}.ih-products-layout-list .ihpc-card{grid-template-columns:124px minmax(0,1fr);min-height:124px;border-radius:19px}.ih-products-layout-list .ihpc-card__media{height:100%}.ih-products-layout-list .ihpc-card__media:after{inset:48% 0 0;background:linear-gradient(180deg,transparent,rgba(5,9,16,.58))}.ih-products-layout-list .ihpc-card__content{position:relative;grid-template-columns:minmax(0,1fr) minmax(126px,146px);grid-template-rows:auto auto 1fr;column-gap:18px;row-gap:6px;padding:12px 13px;overflow:hidden}.ih-products-layout-list .ihpc-card__content:after{content:"";position:absolute;top:9px;right:9px;bottom:9px;width:148px;border:1px solid rgba(91,136,151,.10);border-radius:16px;background:linear-gradient(145deg,rgba(255,255,255,.54),rgba(241,245,249,.40));box-shadow:inset 0 1px 0 rgba(255,255,255,.70);pointer-events:none;z-index:0}.ih-products-layout-list .ihpc-card__head, .ih-products-layout-list .ihpc-card__meta-row, .ih-products-layout-list .ihpc-card__signals, .ih-products-layout-list .ihpc-card__bottom{position:relative;z-index:1}.ih-products-layout-list .ihpc-card__title{font-size:14.1px!important;line-height:1.22!important;letter-spacing:-.018em}.ih-products-layout-list .ihpc-card__seller{font-size:10.9px;margin-top:5px}.ih-products-layout-list .ihpc-card__meta-row{min-height:0;margin-top:1px}.ih-products-layout-list .ihpc-card__signals{align-self:end;gap:10px;min-height:20px;margin-top:8px}.ih-products-layout-list .ihpc-rating__star, .ih-products-layout-list .ihpc-rating__star svg{width:13px;height:13px}.ih-products-layout-list .ihpc-card__wish{font-size:10.3px}.ih-products-layout-list .ihpc-card__bottom{align-self:stretch;justify-self:stretch;width:100%;gap:8px;padding:1px 1px 0 0}.ih-products-layout-list .ihpc-card__price{width:100%;text-align:right}.ih-products-layout-list .ihpc-card__price .price, .ih-products-layout-list .ihpc-card__price .price-free, .ih-products-layout-list .ihpc-card__price .a-meta-request-quote{font-size:16.2px!important;line-height:1.05!important}.ih-products-layout-list .ihpc-card__price .discount-original-price{font-size:10px!important;margin-right:4px}.ih-products-layout-list .ihpc-card__trust{width:100%;justify-content:flex-end}.ih-products-layout-list .ihpc-pill{max-width:136px;min-height:23px;padding:0 9px}.ih-products-layout-list .ihpc-card__badges{left:7px;top:7px;max-width:104px}.ih-products-layout-list .ihpc-card__quick{right:8px;top:8px;gap:5px}.ih-products-layout-list .ihpc-icon-btn{width:31px;height:31px}.ih-products-layout-list .ihpc-card__discount{right:8px;bottom:8px}body:not(.dark-mode) .ih-products-layout-list .ihpc-card{box-shadow:0 12px 30px rgba(15,23,42,.062),0 2px 7px rgba(15,23,42,.030)}body:not(.dark-mode) .ih-products-layout-list .ihpc-card--gold .ihpc-card__content:after{border-color:rgba(245,183,66,.16);background:linear-gradient(145deg,rgba(255,250,236,.74),rgba(255,246,220,.42))}body:not(.dark-mode) .ih-products-layout-list .ihpc-card--silver .ihpc-card__content:after{border-color:rgba(81,110,145,.16);background:linear-gradient(145deg,rgba(248,252,255,.72),rgba(226,238,248,.44))}body:not(.dark-mode) .ih-products-layout-list .ihpc-card--deal .ihpc-card__content:after{border-color:rgba(239,63,99,.12);background:linear-gradient(145deg,rgba(255,249,250,.70),rgba(255,241,229,.44))}body.dark-mode .ih-products-layout-list .ihpc-card__content:after{border-color:rgba(148,163,184,.075);background:linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.015));box-shadow:inset 0 1px 0 rgba(255,255,255,.055)}body.dark-mode .ih-products-layout-list .ihpc-card--gold .ihpc-card__content:after{border-color:rgba(245,183,66,.12);background:linear-gradient(145deg,rgba(245,183,66,.055),rgba(255,255,255,.015))}body.dark-mode .ih-products-layout-list .ihpc-card--silver .ihpc-card__content:after{border-color:rgba(189,209,232,.12);background:linear-gradient(145deg,rgba(126,177,222,.055),rgba(255,255,255,.015))}body.dark-mode .ih-products-layout-list .ihpc-card--deal .ihpc-card__content:after{border-color:rgba(239,63,99,.14);background:linear-gradient(145deg,rgba(239,63,99,.060),rgba(245,183,66,.020))}@media (hover:hover) and (pointer:fine){.ih-products-layout-list .ihpc-card:hover{transform:translateY(-2px)}body:not(.dark-mode) .ih-products-layout-list .ihpc-card:hover{box-shadow:0 22px 54px rgba(15,23,42,.135),0 12px 28px rgba(91,136,151,.10),0 0 0 1px rgba(91,136,151,.09)}}@media (max-width:767.98px){.ih-products-layout-list{row-gap:10px}.ih-products-layout-list .ihpc-card{grid-template-columns:106px minmax(0,1fr);min-height:112px;border-radius:17px}.ih-products-layout-list .ihpc-card__content{grid-template-columns:1fr;grid-template-rows:auto auto auto auto;padding:9px 40px 9px 10px;row-gap:4px;overflow:visible}.ih-products-layout-list .ihpc-card__content:after{display:none}.ih-products-layout-list .ihpc-card__title{font-size:12.2px!important;line-height:1.22!important}.ih-products-layout-list .ihpc-card__seller{font-size:10.2px;margin-top:3px}.ih-products-layout-list .ihpc-card__signals{margin-top:2px;min-height:17px;gap:7px}.ih-products-layout-list .ihpc-rating__star, .ih-products-layout-list .ihpc-rating__star svg{width:11.5px;height:11.5px}.ih-products-layout-list .ihpc-card__bottom{width:auto;flex-direction:row;align-items:flex-end;justify-content:flex-start;gap:7px;padding:0;margin-top:0}.ih-products-layout-list .ihpc-card__price{width:auto;text-align:left}.ih-products-layout-list .ihpc-card__price .price, .ih-products-layout-list .ihpc-card__price .price-free, .ih-products-layout-list .ihpc-card__price .a-meta-request-quote{font-size:13.8px!important}.ih-products-layout-list .ihpc-card__trust{width:auto;justify-content:flex-start}.ih-products-layout-list .ihpc-pill{max-width:104px;min-height:21px;padding:0 7px;font-size:8.8px}}