:root{--yugioh-red:#ee2225;--white:var(--theme-palette-color-5);--yellow:var(--theme-palette-color-1);--oranger:var(--theme-palette-color-2);--link:var(--theme-palette-color-3);--linkHover:var(--theme-palette-color-4)}.entry-summary{display:flex;flex-direction:column;gap:20px}.product__heading{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}.product__heading .product__stock{background-color:crimson;border-radius:8px;padding:5px;font-size:14px;font-weight:500}.product__tag{border:2px dotted var(--theme-palette-color-5);border-radius:8px;padding:5px}.product__categories{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.product__category img{width:100%;height:40px;object-fit:contain}.product__price{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-weight:800}.product__price span{color:var(--theme-palette-color-6)}.product__specifications{display:flex;align-items:flex-start;gap:10px;flex-wrap:wrap}.notify{padding:10px;border-radius:8px;color:var(--theme-palette-color-5);display:flex;justify-content:center;align-items:center;font-size:14px;max-width:fit-content;gap:10px}.notify--info{background-color:#5152fb30}.product__tabs{display:flex;flex-direction:column;gap:10px}.product__tabs button img{width:20px;height:20px}button.button--accordion{border:1px dotted var(--theme-palette-color-5);background-color:#fff0;border-radius:8px;color:var(--theme-palette-color-5);font-weight:500;min-width:100%;min-height:52px;font-size:14px;display:flex;justify-content:flex-start;align-items:center;text-align:left;padding:10px 20px;gap:10px}button.button--accordion img:last-child{margin-left:auto}button.button--accordion img{filter:invert(0)}button.button--accordion.active img{filter:invert(1)}button.button--accordion.active{background-color:var(--theme-palette-color-5);color:var(--theme-palette-color-4)}.product__tabs .tab{border:1 px solid dotted var(--theme-palette-color-5)}.product__tabs .tab .tab__content,.tab__content{padding:10px;font-size:14px}button,a{cursor:pointer!important}.button--primary{color:var(--theme-palette-color-4);background-color:var(--theme-palette-color-1);border-radius:8px;min-height:52px;font-weight:700;display:flex;justify-content:center;align-items:center}.button--primary:hover{background-color:var(--theme-palette-color-2);color:var(--theme-palette-color-4)!important;text-decoration:none}.button--secondary{display:flex;align-items:center;justify-content:center}.button--secondary:hover{background-color:var(--theme-palette-color-2);border-color:var(--theme-palette-color-2);color:var(--theme-palette-color-4)!important}