:root{--cn-card-panel-top: rgba(48, 48, 48, .98);--cn-card-panel-bottom: rgba(38, 38, 38, 1);--cn-card-panel-top-hover: rgba(55, 55, 55, 1);--cn-card-panel-bottom-hover: rgba(43, 43, 43, 1);--cn-card-border: rgba(255, 255, 255, .17);--cn-card-border-hover: rgba(255, 255, 255, .3);--cn-card-text: rgba(242, 242, 242, 1);--cn-card-text-soft: rgba(212, 212, 212, .94);--cn-card-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), inset 0 0 0 1px rgba(255, 255, 255, .03), 0 9px 22px rgba(0, 0, 0, .2);--cn-card-shadow-hover: inset 0 1px 0 rgba(255, 255, 255, .075), inset 0 0 0 1px rgba(255, 255, 255, .046), 0 10px 24px rgba(0, 0, 0, .23), 0 0 0 .5px rgba(255, 255, 255, .08);--cn-card-transition: box-shadow .17s cubic-bezier(.22, 1, .36, 1), background .17s cubic-bezier(.22, 1, .36, 1), border-color .17s cubic-bezier(.22, 1, .36, 1), opacity .17s ease}.grid.product-grid{display:grid!important}.grid.product-grid>.grid__item{width:auto!important;max-width:none!important;min-width:0!important;flex:none!important;margin:0!important}.grid.product-grid :is(.card-wrapper,.card){width:100%!important;min-width:0!important}@media screen and (min-width:990px){.grid.product-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:8px!important}}@media screen and (min-width:750px)and (max-width:989px){.grid.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:6px!important}}@media screen and (max-width:749px){.grid.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important}}:is(.card-wrapper.product-card-wrapper,.ygo-theme-deck-row) .card{position:relative!important;isolation:isolate!important;display:grid!important;grid-template-rows:auto 1fr!important;align-content:start!important;overflow:hidden!important;box-sizing:border-box!important;border:1px solid var(--cn-card-border)!important;border-radius:var(--ygo-panel-radius, 8px)!important;background-color:transparent!important;background-image:linear-gradient(180deg,var(--cn-card-panel-top) 0%,var(--cn-card-panel-bottom) 100%)!important;background-clip:padding-box!important;box-shadow:var(--cn-card-shadow)!important;filter:none!important;transition:var(--cn-card-transition)!important}:is(.card-wrapper.product-card-wrapper,.ygo-theme-deck-row) .card:before{display:none!important;content:none!important}:is(.card-wrapper.product-card-wrapper,.ygo-theme-deck-row) .card:after{display:none!important;content:none!important}:is(.card-wrapper.product-card-wrapper,.ygo-theme-deck-row) .card>*{position:relative!important;z-index:1!important}:is(.card-wrapper.product-card-wrapper,.ygo-theme-deck-row) .card__inner{grid-row:1!important;position:relative!important;overflow:hidden!important;border-radius:var(--ygo-panel-radius, 8px) var(--ygo-panel-radius, 8px) 0 0!important;background:transparent!important;box-shadow:none!important}:is(.card-wrapper.product-card-wrapper,.ygo-theme-deck-row) .card__content{grid-row:2!important;position:static!important;margin:0!important;padding-top:0!important;background:transparent!important;box-shadow:none!important}:is(.card-wrapper.product-card-wrapper,.ygo-theme-deck-row) .card__information{display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-template-rows:auto 1fr auto auto auto!important;grid-template-areas:"title" "spacer" "set" "rarity" "price"!important;align-content:start!important;padding:0!important;position:static!important}:is(.card-wrapper.product-card-wrapper,.ygo-theme-deck-row) .card__information:after{content:""!important;grid-area:spacer!important}:is(.card-wrapper.product-card-wrapper,.ygo-theme-deck-row) .card__heading{grid-area:title!important;margin:-5px 0 14px!important;overflow:hidden!important}:is(.card-wrapper.product-card-wrapper,.ygo-theme-deck-row) :is(.card__heading,.card__heading a){color:var(--cn-card-text)!important;font-size:16px!important;line-height:1.25!important;font-weight:500!important;text-decoration:none!important}:is(.card-wrapper.product-card-wrapper,.ygo-theme-deck-row) .card__heading a{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;overflow:hidden!important;white-space:nowrap!important}:is(.card-wrapper.product-card-wrapper,.ygo-theme-deck-row) .ygo-cardmeta__set{grid-area:set!important;display:block!important;color:var(--cn-card-text-soft)!important;font-size:13px!important;line-height:1.2!important;font-weight:400!important;opacity:1!important}:is(.card-wrapper.product-card-wrapper,.ygo-theme-deck-row) .price{grid-area:price!important;margin-bottom:2px!important;color:var(--cn-card-text)!important;font-size:16px!important;line-height:1.2!important}:is(.card-wrapper.product-card-wrapper,.ygo-theme-deck-row) .price *{color:var(--cn-card-text)!important}:is(.card-wrapper.product-card-wrapper,.ygo-theme-deck-row) :is(.card__media,.card__media .media){overflow:hidden!important;border-radius:var(--ygo-panel-radius, 8px) var(--ygo-panel-radius, 8px) 0 0!important}:is(.card-wrapper.product-card-wrapper,.ygo-theme-deck-row) .card>.card__inner .card__badge{display:block!important;position:absolute!important;right:12px!important;bottom:12px!important;z-index:20!important;pointer-events:none!important}:is(.card-wrapper.product-card-wrapper,.ygo-theme-deck-row) .card>.card__content>.card__badge{display:none!important}@media(hover:hover){:is(.grid.product-grid .card-wrapper.product-card-wrapper:hover,.card-wrapper.product-card-wrapper:hover,.ygo-theme-deck__slide:hover) .card{border-color:var(--cn-card-border-hover)!important;background-color:transparent!important;background-image:linear-gradient(180deg,var(--cn-card-panel-top-hover) 0%,var(--cn-card-panel-bottom-hover) 100%)!important;box-shadow:var(--cn-card-shadow-hover)!important;transform:none!important;filter:none!important}:is(.grid.product-grid .card-wrapper.product-card-wrapper:hover,.card-wrapper.product-card-wrapper:hover,.ygo-theme-deck__slide:hover) .card:after{display:none!important;content:none!important}:is(.grid.product-grid .card-wrapper.product-card-wrapper:hover,.card-wrapper.product-card-wrapper:hover,.ygo-theme-deck__slide:hover) .card__heading a{color:var(--cn-card-text)!important;text-decoration-line:underline!important;text-decoration-thickness:1px!important;text-underline-offset:.18em!important;text-decoration-color:#f2f2f2d1!important}}@media(hover:none){.card-wrapper.product-card-wrapper,.ygo-theme-deck__slide,.card-wrapper.product-card-wrapper :is(.card,.card__inner,.card__content),.ygo-theme-deck__slide :is(.card-wrapper,.card,.card__inner,.card__content){transform:none!important;filter:none!important}}@media screen and (min-width:750px){:is(.card-wrapper.product-card-wrapper,.ygo-theme-deck-row){--td-pt: 8px;--td-pr: 8px;--td-pb: 16px;--td-pl: 8px}:is(.card-wrapper.product-card-wrapper,.ygo-theme-deck-row) .card__media .media>img{top:var(--td-pt)!important;left:var(--td-pl)!important;width:calc(100% - (var(--td-pl) + var(--td-pr)))!important;height:calc(100% - (var(--td-pt) + var(--td-pb)))!important;object-fit:contain!important}:is(.card-wrapper.product-card-wrapper,.ygo-theme-deck-row) .card__information{margin-top:-3px!important;margin-bottom:-4px!important}:is(.card-wrapper.product-card-wrapper,.ygo-theme-deck-row) .price{margin-top:4px!important}}@media screen and (max-width:749px){:is(.card-wrapper.product-card-wrapper,.ygo-theme-deck-row) .card__media .media>img{left:7px!important;width:calc(100% - 14px)!important;height:calc(100% - 14px)!important;object-fit:contain!important}.card-wrapper.product-card-wrapper .card__media .media>img{top:3.5px!important}.ygo-theme-deck-row .card__media .media>img{margin-top:2px!important}:is(.card-wrapper.product-card-wrapper,.ygo-theme-deck-row) .card__information{--cn-card-mobile-bottom-gap: -4px;margin:0 0 0 -3px!important}:is(.card-wrapper.product-card-wrapper,.ygo-theme-deck-row) .price{margin:0 0 var(--cn-card-mobile-bottom-gap, 7px)!important}:is(.card-wrapper.product-card-wrapper,.ygo-theme-deck-row) :is(.ygo-cardmeta__set,.ygo-cardmeta__rarity){margin-left:.25px!important;line-height:1!important}}@media(prefers-reduced-motion:reduce){:is(.card-wrapper.product-card-wrapper,.ygo-theme-deck-row) .card,:is(.card-wrapper.product-card-wrapper,.ygo-theme-deck-row) .card:before,:is(.card-wrapper.product-card-wrapper,.ygo-theme-deck-row) .card:after{transition:none!important}}:is(.card-wrapper.product-card-wrapper,.ygo-theme-deck__slide) .card{cursor:pointer!important}:is(.card-wrapper.product-card-wrapper,.ygo-theme-deck__slide) .card__heading :is(a,.full-unstyled-link):after{display:none!important;content:none!important;pointer-events:none!important}:is(.card-wrapper.product-card-wrapper,.ygo-theme-deck__slide) :is(.card__inner,.card__media,.card__media .media,.card__media .media>img){visibility:visible!important;opacity:1!important;pointer-events:auto!important}:is(.card-wrapper.product-card-wrapper,.ygo-theme-deck-row) .cn-card-member-price{position:relative!important;grid-area:price!important;display:block!important;width:100%!important;min-width:0!important;margin:4px 0 2px!important;padding:0!important;overflow:visible!important}:is(.card-wrapper.product-card-wrapper,.ygo-theme-deck-row) .cn-card-member-price__meta{display:none!important}:is(.card-wrapper.product-card-wrapper,.ygo-theme-deck-row) .cn-card-member-price__row{display:flex!important;align-items:baseline!important;flex-wrap:nowrap!important;gap:.62rem!important;width:100%!important;min-width:0!important;margin:0!important;padding:0!important}:is(.card-wrapper.product-card-wrapper,.ygo-theme-deck-row) .cn-card-member-price__member{order:1!important}:is(.card-wrapper.product-card-wrapper,.ygo-theme-deck-row) .cn-card-member-price__regular{order:2!important}body #MainContent :is(.grid.product-grid,.ygo-theme-deck-row) .card-wrapper.product-card-wrapper .cn-card-member-price__member,body #MainContent :is(.grid.product-grid,.ygo-theme-deck-row) .card-wrapper.product-card-wrapper .cn-card-member-price__member *{display:inline-block!important;position:relative!important;z-index:2!important;margin:0!important;padding:0!important;color:#f2f2f2!important;-webkit-text-fill-color:rgba(242,242,242,1)!important;background:none!important;background-image:none!important;background-clip:border-box!important;-webkit-background-clip:border-box!important;font-family:Assistant,sans-serif!important;font-size:17px!important;font-style:normal!important;font-weight:500!important;line-height:1!important;letter-spacing:.005em!important;font-variant-numeric:tabular-nums lining-nums!important;font-feature-settings:"tnum" 1,"lnum" 1!important;text-shadow:none!important;filter:none!important}body #MainContent :is(.grid.product-grid,.ygo-theme-deck-row) .card-wrapper.product-card-wrapper .cn-card-member-price__regular,body #MainContent :is(.grid.product-grid,.ygo-theme-deck-row) .card-wrapper.product-card-wrapper .cn-card-member-price__regular *{margin:0!important;padding:0!important;color:#d4d4d480!important;-webkit-text-fill-color:rgba(212,212,212,.5)!important;font-family:Assistant,sans-serif!important;font-size:11px!important;font-style:normal!important;font-weight:450!important;line-height:1!important;letter-spacing:.015em!important;text-decoration-line:line-through!important;text-decoration-thickness:1px!important;text-decoration-color:#d4d4d475!important;text-shadow:none!important;opacity:1!important}:is(.card-wrapper.product-card-wrapper,.ygo-theme-deck-row) .cn-card-member-price:before,:is(.card-wrapper.product-card-wrapper,.ygo-theme-deck-row) .cn-card-member-price:after{display:none!important;content:none!important}@media screen and (max-width:749px){:is(.grid.product-grid .card-wrapper.product-card-wrapper,.card-wrapper.product-card-wrapper,.ygo-theme-deck-row) .cn-card-member-price{margin:3px 0 var(--cn-card-mobile-bottom-gap, 7px)!important}body #MainContent :is(.grid.product-grid,.ygo-theme-deck-row) .card-wrapper.product-card-wrapper .cn-card-member-price__member,body #MainContent :is(.grid.product-grid,.ygo-theme-deck-row) .card-wrapper.product-card-wrapper .cn-card-member-price__member *{font-size:16px!important}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/cn-product-cards.css.map */
